#start-resizable-editor-section {
    display: none
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: #fff
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
    color: #32373c;
    background-color: transparent;
    border: 2px solid
}

.wp-block-buttons .wp-block-button {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px
}

.wp-block-buttons .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: 8px
}

.wp-block-buttons.alignright .wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: 8px
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-button.aligncenter,
.wp-block-buttons.aligncenter,
.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 4px;
    border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar tfoot a {
    color: #007cba;
    color: var(--wp-admin-theme-color)
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap
}

@media(min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-columns.has-background {
    padding: 20px 38px
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media(max-width:599px) {
    .wp-block-column {
        flex-basis: 100% !important
    }
}

@media(min-width:600px) and (max-width:781px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px) !important;
        flex-grow: 0
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 32px
    }
}

@media(min-width:782px) {
    .wp-block-column {
        flex-basis: 0%;
        flex-grow: 1
    }
    .wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
    .wp-block-column:not(:first-child) {
        margin-left: 32px
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports(-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media(prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.has-background-dim,
.wp-block-cover.has-background-dim {
    background-color: #000
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 290px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #fff
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
    color: #fff
}

.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 580px;
    padding: 14px;
    text-align: center
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type^=core-embed],
.wp-block[data-align=right]>[data-type^=core-embed] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type^=core-embed] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type^=core-embed] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
    padding-top: 66.66%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        object-fit: cover
    }
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc(50% - 16px)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media(min-width:600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(33.33333% - 10.66667px);
        margin-right: 16px
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - 12px);
        margin-right: 16px
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - 12.8px);
        margin-right: 16px
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - 13.33333px);
        margin-right: 16px
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - 13.71429px);
        margin-right: 16px
    }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - 14px);
        margin-right: 16px
    }
    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 290px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 20px 38px
}

.wp-block-image {
    margin-bottom: 1em
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
    display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.is-style-circle-mask img,
.is-style-rounded img {
    border-radius: 9999px
}

@supports((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .is-style-circle-mask img {
        -webkit-mask-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIvPjwvc3ZnPg==);
        mask-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIvPjwvc3ZnPg==);
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}

.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 52px
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 20px 20px 0;
    width: 100%
}

@media(min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 20px)
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 20px)
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 20px)
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 20px)
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 20px)
    }
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-latest-posts__post-excerpt {
    margin-top: 8px;
    margin-bottom: 16px
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

.edit-post-visual-editor .wp-block-latest-posts.is-grid li {
    margin-bottom: 20px
}

.wp-block-media-text {
    direction: ltr;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    -ms-grid-row-align: end;
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media(max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
    }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }
}

.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color),
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color) {
    color: #1e1e1e
}

.wp-block-navigation.is-style-light:not(.has-background) .wp-block-navigation__container,
.wp-block-navigation:not(.has-background) .wp-block-navigation__container {
    background-color: #fff
}

.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) {
    color: #fff
}

.wp-block-navigation.is-style-dark:not(.has-background) .wp-block-navigation__container {
    background-color: #1e1e1e
}

.items-justified-left>ul {
    justify-content: flex-start
}

.items-justified-center>ul {
    justify-content: center
}

.items-justified-right>ul {
    justify-content: flex-end
}

.wp-block-navigation-link {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0
}

.wp-block-navigation-link .wp-block-navigation__container:empty {
    display: none
}

.wp-block-navigation__container {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap
}

.is-vertical .wp-block-navigation__container {
    display: block
}

.has-child .wp-block-navigation__container {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 100%;
    width: fit-content;
    z-index: 1;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content {
    flex-grow: 1
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon {
    padding-right: 8px
}

@media(min-width:782px) {
    .has-child .wp-block-navigation__container {
        left: 24px
    }
    .has-child .wp-block-navigation__container .wp-block-navigation__container {
        left: 100%;
        top: -1px
    }
    .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: 8px;
        background: 0 0
    }
    .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(0)
    }
}

.has-child:hover {
    cursor: pointer
}

.has-child:hover>.wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.has-child:focus-within {
    cursor: pointer
}

.has-child:focus-within>.wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.wp-block-navigation-link__content {
    text-decoration: none;
    padding: 8px 16px
}

.wp-block-navigation-link__content+.wp-block-navigation-link__content {
    padding-top: 0
}

.has-text-color .wp-block-navigation-link__content {
    color: inherit
}

.wp-block-navigation-link__label {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation-link__submenu-icon {
    height: inherit;
    padding: 6px 16px
}

.wp-block-navigation-link__submenu-icon svg {
    fill: currentColor
}

@media(min-width:782px) {
    .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(90deg)
    }
}

.is-small-text {
    font-size: 14px
}

.is-regular-text {
    font-size: 16px
}

.is-large-text {
    font-size: 36px
}

.is-larger-text {
    font-size: 48px
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-background {
    padding: 20px 38px
}

p.has-text-color a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 16px
}

.wp-block-post-author__bio {
    margin-bottom: 8px;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0%
}

.wp-block-post-author__name {
    font-weight: 700;
    margin: 0
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 290px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 20px
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: 0 0
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 18px;
    text-align: right
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media(min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px)
    }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px)
    }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px)
    }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px)
    }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    max-width: 360px
}

.wp-block-search .wp-block-search__button {
    margin-left: 10px
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: 0 0 !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "\00b7 \00b7 \00b7";
    color: currentColor;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-social-links {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none
}

.wp-social-link {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-right: 8px;
    transition: transform .1s ease
}

@media(prefers-reduced-motion:reduce) {
    .wp-social-link {
        transition-duration: 0s
    }
}

.wp-social-link a {
    padding: 6px;
    display: block;
    line-height: 0;
    transition: transform .1s ease
}

.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
    color: currentColor;
    fill: currentColor
}

.wp-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: 0 0;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 28px;
    height: 28px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: 16px;
    padding-right: 16px
}

.wp-block-spacer {
    clear: both
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    max-width: 100%
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

:root .editor-styles-wrapper .has-pale-pink-background-color,
:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .editor-styles-wrapper .has-vivid-red-background-color,
:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .editor-styles-wrapper .has-luminous-vivid-orange-background-color,
:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .editor-styles-wrapper .has-luminous-vivid-amber-background-color,
:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .editor-styles-wrapper .has-light-green-cyan-background-color,
:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .editor-styles-wrapper .has-vivid-green-cyan-background-color,
:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .editor-styles-wrapper .has-pale-cyan-blue-background-color,
:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .editor-styles-wrapper .has-vivid-cyan-blue-background-color,
:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .editor-styles-wrapper .has-vivid-purple-background-color,
:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .editor-styles-wrapper .has-white-background-color,
:root .has-white-background-color {
    background-color: #fff
}

:root .editor-styles-wrapper .has-very-light-gray-background-color,
:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .editor-styles-wrapper .has-cyan-bluish-gray-background-color,
:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .editor-styles-wrapper .has-very-dark-gray-background-color,
:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .editor-styles-wrapper .has-black-background-color,
:root .has-black-background-color {
    background-color: #000
}

:root .editor-styles-wrapper .has-pale-pink-color,
:root .has-pale-pink-color {
    color: #f78da7
}

:root .editor-styles-wrapper .has-vivid-red-color,
:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .editor-styles-wrapper .has-luminous-vivid-orange-color,
:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .editor-styles-wrapper .has-luminous-vivid-amber-color,
:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .editor-styles-wrapper .has-light-green-cyan-color,
:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .editor-styles-wrapper .has-vivid-green-cyan-color,
:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .editor-styles-wrapper .has-pale-cyan-blue-color,
:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .editor-styles-wrapper .has-vivid-cyan-blue-color,
:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .editor-styles-wrapper .has-vivid-purple-color,
:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .editor-styles-wrapper .has-white-color,
:root .has-white-color {
    color: #fff
}

:root .editor-styles-wrapper .has-very-light-gray-color,
:root .has-very-light-gray-color {
    color: #eee
}

:root .editor-styles-wrapper .has-cyan-bluish-gray-color,
:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .editor-styles-wrapper .has-very-dark-gray-color,
:root .has-very-dark-gray-color {
    color: #313131
}

:root .editor-styles-wrapper .has-black-color,
:root .has-black-color {
    color: #000
}

:root .editor-styles-wrapper .has-vivid-cyan-blue-to-vivid-purple-gradient-background,
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .editor-styles-wrapper .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background,
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .editor-styles-wrapper .has-light-green-cyan-to-vivid-green-cyan-gradient-background,
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .editor-styles-wrapper .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background,
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .editor-styles-wrapper .has-luminous-vivid-orange-to-vivid-red-gradient-background,
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .editor-styles-wrapper .has-very-light-gray-to-cyan-bluish-gray-gradient-background,
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .editor-styles-wrapper .has-cool-to-warm-spectrum-gradient-background,
:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .editor-styles-wrapper .has-blush-light-purple-gradient-background,
:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .editor-styles-wrapper .has-blush-bordeaux-gradient-background,
:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .editor-styles-wrapper .has-purple-crush-gradient-background,
:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .editor-styles-wrapper .has-luminous-dusk-gradient-background,
:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .editor-styles-wrapper .has-hazy-dawn-gradient-background,
:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .editor-styles-wrapper .has-pale-ocean-gradient-background,
:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .editor-styles-wrapper .has-electric-grass-gradient-background,
:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e)
}

:root .editor-styles-wrapper .has-subdued-olive-gradient-background,
:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .editor-styles-wrapper .has-atomic-cream-gradient-background,
:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .editor-styles-wrapper .has-nightshade-gradient-background,
:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .editor-styles-wrapper .has-midnight-gradient-background,
:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

:root .editor-styles-wrapper .has-link-color a,
:root .has-link-color a {
    color: #00e;
    color: var(--wp--style--color--link, #00e)
}

.editor-styles-wrapper .has-small-font-size,
.has-small-font-size {
    font-size: 13px
}

.editor-styles-wrapper .has-normal-font-size,
.editor-styles-wrapper .has-regular-font-size,
.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px
}

.editor-styles-wrapper .has-medium-font-size,
.has-medium-font-size {
    font-size: 20px
}

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
    font-size: 36px
}

.editor-styles-wrapper .has-huge-font-size,
.editor-styles-wrapper .has-larger-font-size,
.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.components-custom-select-control {
    color: #555d66;
    position: relative
}

.components-custom-select-control__label {
    display: block;
    margin-bottom: 5px
}

.components-custom-select-control__button {
    border: 1px solid #7e8993;
    border-radius: 4px;
    color: #555d66;
    display: inline;
    min-height: 30px;
    min-width: 130px;
    position: relative;
    text-align: left
}

.components-custom-select-control__button:focus {
    border-color: #00a0d2
}

.components-custom-select-control__button-icon {
    height: 100%;
    padding: 0 4px;
    position: absolute;
    right: 0;
    top: 0
}

.components-custom-select-control__menu {
    background: #fff;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 1000000
}

.components-custom-select-control__item {
    align-items: center;
    display: flex;
    list-style-type: none;
    padding: 10px 5px 10px 25px
}

.components-custom-select-control__item.is-highlighted {
    background: #e2e4e7
}

.components-custom-select-control__item-icon {
    margin-left: -20px;
    margin-right: 0
}

.components-spinner {
    display: inline-block;
    background-color: #7e8993;
    width: 18px;
    height: 18px;
    opacity: .7;
    float: right;
    margin: 5px 11px 0;
    border-radius: 100%;
    position: relative
}

.components-spinner:before {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    transform-origin: 6px 6px;
    -webkit-animation: components-spinner__animation 1s linear infinite;
    animation: components-spinner__animation 1s linear infinite
}

@-webkit-keyframes components-spinner__animation {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes components-spinner__animation {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.components-snackbar {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    background-color: #32373c;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    color: #fff;
    padding: 16px 24px;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    cursor: pointer
}

@media(min-width:600px) {
    .components-snackbar {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.components-snackbar:hover {
    background-color: #191e23
}

.components-snackbar:focus {
    background-color: #191e23;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007cba
}

.components-snackbar__action.components-button {
    margin-left: 32px;
    color: #fff;
    height: auto;
    flex-shrink: 0;
    line-height: 1.4;
    padding: 0
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-default) {
    text-decoration: underline;
    background-color: transparent
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-default):focus {
    color: #fff;
    box-shadow: none;
    outline: 1px dotted #fff
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover {
    color: #33b3db
}

.components-snackbar__content {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    line-height: 1.4
}

.components-snackbar-list {
    position: absolute;
    z-index: 100000;
    width: 100%;
    box-sizing: border-box
}

.components-snackbar-list__notice-container {
    position: relative;
    padding-top: 8px
}

.wc-block-link-button {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    box-shadow: none;
    display: inline;
    text-decoration: underline
}

.wc-block-link-button,
.wc-block-link-button:active,
.wc-block-link-button:focus,
.wc-block-link-button:hover {
    background: 0 0
}

.wc-block-suspense-placeholder {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    border-color: #e2e4e7 !important;
    color: #e2e4e7 !important;
    box-shadow: none;
    pointer-events: none
}

.wc-block-suspense-placeholder>* {
    visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-suspense-placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-suspense-placeholder:after {
    content: "\00a0"
}

.wc-block-grid__products .wc-block-grid__product-image {
    text-decoration: none;
    display: block;
    position: relative
}

.wc-block-grid__products .wc-block-grid__product-image a {
    text-decoration: none;
    border: 0;
    outline: 0;
    box-shadow: none
}

.wc-block-grid__products .wc-block-grid__product-image img {
    width: 100%
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
    display: none
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
    font-family: inherit;
    line-height: 1.2em;
    font-weight: 700;
    padding: 0;
    color: inherit;
    font-size: inherit;
    display: block
}

.wc-block-grid__product-price {
    display: block
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
    margin-right: .5em
}

.wc-block-grid__product-add-to-cart {
    word-break: break-word;
    white-space: normal
}

.wc-block-grid__product-add-to-cart a,
.wc-block-grid__product-add-to-cart button {
    word-break: break-word;
    white-space: normal;
    margin: 0 auto !important;
    display: inline-flex;
    justify-content: center
}

.wc-block-grid__product-add-to-cart a.loading,
.wc-block-grid__product-add-to-cart button.loading {
    opacity: .25
}

.wc-block-grid__product-add-to-cart a:after,
.wc-block-grid__product-add-to-cart button:after {
    margin-left: .5em;
    display: inline-block
}

.wc-block-grid__product-add-to-cart a.added:after,
.wc-block-grid__product-add-to-cart button.added:after {
    font-family: WooCommerce;
    content: "\e017"
}

.wc-block-grid__product-add-to-cart a.loading:after,
.wc-block-grid__product-add-to-cart button.loading:after {
    font-family: WooCommerce;
    content: "\e031";
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.wc-block-grid__product-rating {
    display: block
}

.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    overflow: hidden;
    position: relative;
    width: 5.3em;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    font-family: star;
    font-weight: 400;
    margin: 0 auto;
    text-align: left
}

.wc-block-grid__product-rating .star-rating:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
    content: "\53\53\53\53\53";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    opacity: .5;
    color: #aaa;
    white-space: nowrap
}

.wc-block-grid__product-rating .star-rating span,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding-top: 1.5em
}

.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
    content: "\53\53\53\53\53";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    color: #000;
    white-space: nowrap
}

.wc-block-grid__product-onsale {
    font-size: .875em;
    padding: .25em .75em;
    display: inline-block;
    width: auto;
    border: 1px solid #43454b;
    border-radius: 3px;
    color: #43454b;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 9;
    position: relative
}

.wc-block-grid__product .wc-block-grid__product-image,
.wc-block-grid__product .wc-block-grid__product-title {
    margin: 0 0 12px
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating {
    margin: 0 auto 12px
}

.theme-twentysixteen .wc-block-grid .price ins {
    color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
    font-size: .88889em
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-components-product-title,
.theme-twentynineteen .wc-block-grid__product-onsale,
.theme-twentynineteen .wc-block-grid__product-title {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.theme-twentynineteen .wc-block-grid__product-title:before {
    display: none
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-grid__product-onsale {
    line-height: 1
}

.theme-twentytwenty .wc-block-grid__product-link {
    color: #000
}

.theme-twentytwenty .wc-block-components-product-title,
.theme-twentytwenty .wc-block-grid__product-title {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    color: #000;
    font-size: 1.2em
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
    margin-top: 0
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-components-product-price__value,
.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-grid__product-price__value {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-size: .9em
}

.theme-twentytwenty .wc-block-components-product-price del,
.theme-twentytwenty .wc-block-grid__product-price del {
    opacity: .5
}

.theme-twentytwenty .wc-block-components-product-price ins,
.theme-twentytwenty .wc-block-grid__product-price ins {
    text-decoration: none
}

.theme-twentytwenty .star-rating,
.theme-twentytwenty .wc-block-grid__product-rating {
    font-size: .7em
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    line-height: 1
}

.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,
.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif
}

.theme-twentytwenty .wc-block-components-product-sale-badge,
.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    background: #cd2653;
    color: #fff;
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-transform: uppercase
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
    position: static
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
    position: absolute
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1
}

@media only screen and (min-width:768px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

@media only screen and (min-width:1168px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

.wc-block-components-product-add-to-cart-attribute-picker {
    margin: 0;
    flex-basis: 100%
}

.wc-block-components-product-add-to-cart-attribute-picker label {
    display: block;
    font-size: 1em
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select {
    margin: 0 0 .75em
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select {
    min-width: 60%;
    min-height: 1.75em
}

.wc-block-components-product-add-to-cart {
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button {
    margin: 0 0 .75em
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text {
    display: block
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text>svg {
    fill: currentColor;
    vertical-align: top;
    width: 1.5em;
    height: 1.5em;
    margin: -.25em 0 -.25em .5em
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity {
    margin: 0 1em .75em 0;
    width: 5em;
    padding: .618em;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #43454b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
    text-align: center
}

.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    border-color: #e2e4e7 !important;
    color: #e2e4e7 !important;
    box-shadow: none;
    pointer-events: none
}

.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button>*,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity>* {
    visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,
    .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-grid .wc-block-components-product-add-to-cart {
    justify-content: center
}

.wp-block-button.wc-block-components-product-button {
    word-break: break-word;
    white-space: normal;
    margin-top: 0;
    margin-bottom: 12px
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
    word-break: break-word;
    white-space: normal;
    margin: 0 auto;
    display: inline-flex;
    justify-content: center
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    border-color: #e2e4e7 !important;
    color: #e2e4e7 !important;
    box-shadow: none;
    pointer-events: none;
    min-width: 8em;
    min-height: 3em
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder>* {
    visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    border-color: #e2e4e7 !important;
    color: #e2e4e7 !important;
    box-shadow: none;
    pointer-events: none;
    min-width: 8em;
    min-height: 3em
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button>* {
    visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-button>.wc-block-components-product-button__button {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-category-list {
    margin-top: 0;
    margin-bottom: .75em
}

.wc-block-components-product-category-list ul {
    margin: 0;
    padding: 0;
    display: inline
}

.wc-block-components-product-category-list ul li {
    display: inline;
    list-style: none
}

.wc-block-components-product-category-list ul li:after {
    content: ", "
}

.wc-block-components-product-category-list ul li:last-child:after {
    content: ""
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image,
.wc-block-components-product-image {
    margin-top: 0;
    margin-bottom: 12px;
    text-decoration: none;
    display: block;
    position: relative
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a,
.wc-block-components-product-image a {
    text-decoration: none;
    border: 0;
    outline: 0;
    box-shadow: none
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img,
.wc-block-components-product-image img {
    vertical-align: middle;
    width: 100%
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden],
.wc-block-components-product-image img[hidden] {
    display: none
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--alignleft,
.wc-block-components-product-image .wc-block-components-product-sale-badge--alignleft {
    position: absolute;
    left: 4px;
    top: 4px;
    right: auto;
    margin: 0
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--aligncenter,
.wc-block-components-product-image .wc-block-components-product-sale-badge--aligncenter {
    position: absolute;
    top: 4px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    margin: 0
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--alignright,
.wc-block-components-product-image .wc-block-components-product-sale-badge--alignright {
    position: absolute;
    right: 4px;
    top: 4px;
    left: auto;
    margin: 0
}

.is-loading .wc-block-components-product-image {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    border-color: #e2e4e7 !important;
    color: #e2e4e7 !important;
    box-shadow: none;
    pointer-events: none
}

.is-loading .wc-block-components-product-image>* {
    visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-image {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-price {
    margin-top: 0;
    margin-bottom: 12px;
    display: block
}

.wc-block-components-product-price__regular {
    margin-right: .5em
}

.is-loading .wc-block-components-product-price:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    border-color: #e2e4e7 !important;
    color: #e2e4e7 !important;
    box-shadow: none;
    pointer-events: none;
    content: ".";
    display: inline-block;
    width: 5em
}

.is-loading .wc-block-components-product-price:before>* {
    visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-price:before {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-product-price__align-left {
    text-align: left
}

.is-loading .wc-block-components-product-price__align-center {
    text-align: center
}

.is-loading .wc-block-components-product-price__align-right {
    text-align: right
}

.wc-block-components-product-rating {
    display: block;
    margin-top: 0;
    margin-bottom: 12px
}

.wc-block-components-product-rating__stars {
    overflow: hidden;
    position: relative;
    width: 5.3em;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    font-family: star;
    font-weight: 400;
    margin: 0 auto;
    text-align: left
}

.wc-block-components-product-rating__stars:before {
    content: "\53\53\53\53\53";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    opacity: .5;
    color: #aaa;
    white-space: nowrap
}

.wc-block-components-product-rating__stars span {
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding-top: 1.5em
}

.wc-block-components-product-rating__stars span:before {
    content: "\53\53\53\53\53";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    color: #000;
    white-space: nowrap
}

.wc-block-single-product .wc-block-components-product-rating__stars {
    margin: 0
}

.wc-block-components-product-sale-badge {
    margin: 0 auto 12px;
    font-size: .875em;
    padding: .25em .75em;
    display: inline-block;
    width: auto;
    border: 1px solid #43454b;
    border-radius: 3px;
    color: #43454b;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 9;
    position: static
}

.wc-block-components-product-sku {
    margin-top: 0;
    margin-bottom: 12px;
    display: block;
    text-transform: uppercase;
    font-size: .875em
}

.wc-block-components-product-stock-indicator {
    margin-top: 0;
    margin-bottom: .75em;
    display: block;
    font-size: .875em
}

.wc-block-components-product-stock-indicator--in-stock {
    color: #4ab866
}

.wc-block-components-product-stock-indicator--out-of-stock {
    color: #d94f4f
}

.wc-block-components-product-stock-indicator--available-on-backorder,
.wc-block-components-product-stock-indicator--low-stock {
    color: #ffb900
}

.wc-block-components-product-summary {
    margin-top: 0;
    margin-bottom: 12px
}

.is-loading .wc-block-components-product-summary:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    border-color: #e2e4e7 !important;
    color: #e2e4e7 !important;
    box-shadow: none;
    pointer-events: none;
    content: ".";
    display: block;
    width: 100%;
    height: 6em
}

.is-loading .wc-block-components-product-summary:before>* {
    visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-summary:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-tag-list {
    margin-top: 0;
    margin-bottom: .75em
}

.wc-block-components-product-tag-list ul {
    margin: 0;
    padding: 0;
    display: inline
}

.wc-block-components-product-tag-list ul li {
    display: inline;
    list-style: none
}

.wc-block-components-product-tag-list ul li:after {
    content: ", "
}

.wc-block-components-product-tag-list ul li:last-child:after {
    content: ""
}

.wc-block-components-product-title {
    margin-top: 0;
    margin-bottom: 12px
}

.wc-block-grid .wc-block-components-product-title {
    line-height: 1.5;
    font-weight: 700;
    padding: 0;
    color: inherit;
    font-size: inherit;
    display: block
}

.is-loading .wc-block-components-product-title:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    border-color: #e2e4e7 !important;
    color: #e2e4e7 !important;
    box-shadow: none;
    pointer-events: none;
    content: ".";
    display: inline-block;
    width: 7em
}

.is-loading .wc-block-components-product-title:before>* {
    visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-title:before {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-grid .wc-block-components-product-title:before {
    width: 10em
}

.wc-block-components-product-title--align-left {
    text-align: left
}

.wc-block-components-product-title--align-center {
    text-align: center
}

.wc-block-components-product-title--align-right {
    text-align: right
}

.wc-block-components-error {
    display: flex;
    background-color: #f3f3f4;
    border-left: 4px solid #6d6d6d;
    padding: 36px 16px;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.wc-block-components-error__header {
    font-size: 2em;
    font-weight: 700;
    margin: 0
}

.wc-block-components-error__image {
    max-width: 25%
}

.wc-block-components-error__text {
    margin: 0
}

.wc-block-components-error__message {
    margin: 1em 0 0;
    font-style: italic
}

@media(min-width:481px) {
    .wc-block-components-error {
        flex-direction: row
    }
    .wc-block-components-error__image+.wc-block-components-error__content {
        margin-left: 24px
    }
}

.wc-block-components-button:not(.is-link) {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    align-items: center;
    background-color: #24292d;
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    min-height: 3em;
    justify-content: center;
    line-height: 1;
    padding: 0 1em;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    position: relative
}

.wc-block-components-button:not(.is-link):active,
.wc-block-components-button:not(.is-link):disabled,
.wc-block-components-button:not(.is-link):focus,
.wc-block-components-button:not(.is-link):hover {
    background-color: #24292d;
    color: #fff
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    display: block
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg {
    fill: currentColor
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__spinner {
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: -.5em;
    color: inherit;
    box-sizing: content-box
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__spinner:after {
    content: " ";
    display: inline-block;
    margin: 0 auto;
    width: 1em;
    height: 1em;
    box-sizing: border-box;
    transform-origin: 50% 50%;
    transform: translateZ(0) scale(.5);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 50%;
    border: .2em solid;
    border-left: .2em solid transparent;
    -webkit-animation: wc-block-components-button__spinner__animation 1s linear infinite;
    animation: wc-block-components-button__spinner__animation 1s linear infinite
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__spinner+.wc-block-components-button__text {
    visibility: hidden
}

@-webkit-keyframes wc-block-components-button__spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes wc-block-components-button__spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.wc-block-components-checkout-form {
    counter-reset: checkout-step
}

.wc-block-components-checkout-form fieldset.wc-block-components-checkout-step {
    position: relative;
    border: none;
    padding: 0 0 0 36px;
    background: 0 0;
    margin: 0
}

.is-large .wc-block-components-checkout-form fieldset.wc-block-components-checkout-step {
    padding-right: 24px
}

.wc-block-components-checkout-step__container {
    position: relative
}

.wc-block-components-checkout-step__content {
    padding-bottom: 1.5em
}

.wc-block-components-checkout-form fieldset.wc-block-components-checkout-step:disabled {
    opacity: .6
}

.wc-block-components-checkout-step__heading {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    margin: .75em 0 1em;
    position: relative
}

.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading {
    margin-top: 0
}

.wc-block-components-checkout-step__title {
    margin: 0 12px 0 0
}

.wc-block-components-checkout-step__heading-content {
    font-size: .75em;
    position: absolute;
    right: 0
}

.wc-block-components-checkout-step__heading-content a {
    font-weight: 700;
    color: inherit
}

.wc-block-components-checkout-step__description {
    font-size: .875em;
    line-height: 1.25;
    margin-bottom: 16px
}

.wc-block-components-checkout-step__title:before {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: 0 0;
    counter-increment: checkout-step;
    content: " " counter(checkout-step) ".";
    content: " " counter(checkout-step) "."/"";
    position: absolute;
    width: 36px;
    left: -18px;
    top: 0;
    text-align: center;
    transform: translateX(-50%)
}

.wc-block-components-checkout-step__container:after {
    content: "";
    height: 100%;
    border-left: 1px solid;
    opacity: .3;
    position: absolute;
    left: -18px;
    top: 0
}

.wc-block-components-checkout-step:last-child .wc-block-components-checkout-step__container:after {
    content: none
}

.wc-block-components-checkout-form {
    margin: 0;
    max-width: 100%
}

.wc-block-components-order-summary .wc-blocks-components-panel__button {
    margin-top: 0;
    padding-top: 0
}

.wc-block-components-order-summary__content {
    display: table;
    width: 100%
}

.wc-block-components-order-summary-item {
    position: relative;
    display: table-row;
    padding-bottom: 1px;
    width: 100%
}

.wc-block-components-order-summary-item:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-order-summary-item:last-child>div {
    padding-bottom: 0
}

.wc-block-components-order-summary-item:last-child:after {
    display: none
}

.wc-block-components-order-summary-item__description,
.wc-block-components-order-summary-item__image {
    display: table-cell;
    vertical-align: top
}

.wc-block-components-order-summary-item__image {
    width: 48px;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative
}

.wc-block-components-order-summary-item__image>img {
    width: 48px;
    max-width: 48px
}

.wc-block-components-order-summary-item__quantity {
    font-size: .75em;
    align-items: center;
    background: #fff;
    border: 2px solid;
    border-radius: 1em;
    box-shadow: 0 0 0 2px #fff;
    color: #000;
    display: flex;
    line-height: 1;
    min-height: 20px;
    padding: 0 .4em;
    position: absolute;
    justify-content: center;
    min-width: 20px;
    right: 0;
    top: 16px;
    transform: translate(50%, -50%);
    white-space: nowrap;
    z-index: 1
}

.wc-block-components-order-summary-item__description {
    padding-left: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 1.375
}

.wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
.wc-block-components-order-summary-item__description p {
    line-height: 1.375;
    margin-top: 4px
}

.wc-block-components-order-summary-item__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.wc-block-components-payment-method-icons {
    display: block;
    text-align: center;
    margin: 0 0 14px
}

.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    display: inline-block;
    margin: 0 4px 2px;
    padding: 0;
    width: auto;
    height: 24px;
    vertical-align: middle
}

.wc-block-components-payment-method-icons--align-left {
    text-align: left
}

.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon {
    margin-left: 0;
    margin-right: 8px
}

.wc-block-components-payment-method-icons--align-right {
    text-align: right
}

.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon {
    margin-right: 0;
    margin-left: 8px
}

.wc-block-components-payment-method-icons:last-child {
    margin-bottom: 0
}

.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon,
.is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 16px
}

.wc-block-components-payment-method-label--with-icon {
    display: inline-block;
    vertical-align: middle
}

.wc-block-components-payment-method-label--with-icon>img,
.wc-block-components-payment-method-label--with-icon>svg {
    vertical-align: middle;
    margin: -2px 4px 0 0
}

.is-mobile .wc-block-components-payment-method-label--with-icon>img,
.is-mobile .wc-block-components-payment-method-label--with-icon>svg,
.is-small .wc-block-components-payment-method-label--with-icon>img,
.is-small .wc-block-components-payment-method-label--with-icon>svg {
    display: none
}

.editor-styles-wrapper .wc-block-components-checkout-policies,
.wc-block-components-checkout-policies {
    font-size: .75em;
    text-align: center;
    list-style: none outside;
    line-height: 1;
    margin: 24px 0
}

.wc-block-components-checkout-policies__item {
    list-style: none outside;
    display: inline-block;
    padding: 0 .25em;
    margin: 0
}

.wc-block-components-checkout-policies__item:not(:first-child) {
    border-left: 1px solid #c3c4c7
}

.wc-block-components-checkout-policies__item>a {
    color: inherit;
    padding: 0 .25em
}

.wc-block-components-product-badge {
    font-size: .75em;
    border-radius: 2px;
    border: 1px solid;
    display: inline-block;
    font-weight: 600;
    padding: 0 .66em;
    text-transform: uppercase;
    white-space: nowrap
}

.wc-block-components-product-metadata {
    font-size: .75em
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,
.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
    margin: .25em 0 0
}

.wc-block-components-product-name {
    font-size: 1em;
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all;
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.wc-block-components-product-price__value.is-discounted {
    margin-left: .5em
}

.wc-block-components-checkout-return-to-cart-button {
    box-shadow: none;
    color: inherit;
    padding-left: calc(24px + .25em);
    position: relative;
    text-decoration: none
}

.wc-block-components-checkout-return-to-cart-button svg {
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    top: 50%
}

.wc-block-components-shipping-calculator-address {
    margin-bottom: 0
}

.wc-block-components-shipping-calculator-address__button {
    width: 100%
}

.wc-block-components-shipping-calculator {
    padding: .5em 0 .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-shipping-rates-control__package-title {
    margin: 0
}

.wc-block-components-shipping-rates-control__package-items {
    font-size: .875em;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-shipping-rates-control__package-item {
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all;
    display: inline-block;
    margin: 0;
    padding: 0
}

.wc-block-components-shipping-rates-control__package-item:not(:last-child):after {
    content: ", ";
    white-space: pre
}

.components-notice.wc-block-components-shipping-rates-control__no-results-notice {
    margin-bottom: 0
}

.wc-block-components-shipping-rates-control .wc-blocks-components-panel__content {
    padding-bottom: 0
}

.wc-block-components-totals-coupon__form {
    display: flex;
    margin-bottom: 0;
    width: 100%
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
    margin-bottom: 0;
    margin-top: 0;
    flex-grow: 1
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    height: 48px;
    flex-shrink: 0;
    margin-left: 8px;
    padding-left: 24px;
    padding-right: 24px;
    white-space: nowrap
}

.wc-block-components-totals-coupon__content {
    flex-direction: column;
    position: relative
}

.wc-block-components-totals-coupon__content .wc-block-components-validation-error {
    margin-top: 8px;
    position: relative;
    width: 100%
}

.wc-block-components-totals-discount__coupon-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1.25em
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 400
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
    margin-bottom: 0
}

.wc-block-components-totals-item {
    display: flex;
    flex-wrap: wrap;
    padding: .75em 0;
    width: 100%
}

.wc-block-components-totals-item__label {
    flex-grow: 1;
    font-weight: 700
}

.wc-block-components-totals-item__value {
    white-space: nowrap
}

.wc-block-components-totals-item__description {
    font-size: .875em;
    width: 100%
}

.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label {
    flex-basis: 100%;
    text-align: left
}

.wc-block-components-totals-shipping .wc-block-components-radio-control__option-layout:last-child:after,
.wc-block-components-totals-shipping .wc-block-components-radio-control__option:last-child:after {
    display: none
}

.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice {
    margin-bottom: .75em
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    background: 0 0;
    box-shadow: none;
    display: inline;
    text-decoration: underline
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover {
    background: 0 0;
    opacity: .8
}

.wc-block-components-totals-shipping .wc-blocks-components-panel:last-child:after {
    border-bottom-width: 0
}

.wc-block-components-totals-taxes {
    position: relative
}

.wc-block-components-totals-taxes:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-checkbox {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    display: block;
    position: relative
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid;
    height: 1rem;
    margin: 0;
    min-height: 16px;
    min-width: 16px;
    overflow: hidden;
    position: static;
    vertical-align: middle;
    width: 1rem
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    background: currentColor;
    border-color: currentColor
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked:before {
    color: #fff;
    content: "\2713";
    display: block;
    height: calc(1rem - 2px);
    min-height: 14px;
    min-width: 14px;
    margin: 0;
    line-height: 100%;
    text-align: center;
    width: calc(1rem - 2px)
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]+.wc-block-components-checkbox__label {
    padding-left: 8px;
    vertical-align: middle
}

.editor-styles-wrapper .wc-block-components-checkbox-list,
.wc-block-components-checkbox-list {
    margin: 0;
    padding: 0;
    list-style: none outside
}

.editor-styles-wrapper .wc-block-components-checkbox-list li,
.wc-block-components-checkbox-list li {
    margin: 0 0 4px;
    padding: 0;
    list-style: none outside
}

.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,
.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,
.wc-block-components-checkbox-list li.show-less button,
.wc-block-components-checkbox-list li.show-more button {
    background: 0 0;
    border: none;
    padding: 0;
    text-decoration: underline;
    cursor: pointer
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,
.wc-block-components-checkbox-list.is-loading li {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    border-color: #e2e4e7 !important;
    color: #e2e4e7 !important;
    box-shadow: none;
    pointer-events: none
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li>*,
.wc-block-components-checkbox-list.is-loading li>* {
    visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,
    .wc-block-components-checkbox-list.is-loading li {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-chip {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    align-items: center;
    border: 0;
    display: inline-flex;
    padding: .125em .5em .25em;
    margin: 0 .365em .365em 0;
    border-radius: 0;
    line-height: 1;
    max-width: 100%
}

.wc-block-components-chip,
.wc-block-components-chip:active,
.wc-block-components-chip:focus,
.wc-block-components-chip:hover {
    background: #e2e4e7;
    color: #23282d
}

.wc-block-components-chip.wc-block-components-chip--radius-small {
    border-radius: 3px
}

.wc-block-components-chip.wc-block-components-chip--radius-medium {
    border-radius: .433em
}

.wc-block-components-chip.wc-block-components-chip--radius-large {
    border-radius: 2em;
    padding-left: .75em;
    padding-right: .75em
}

.wc-block-components-chip .wc-block-components-chip__text {
    flex-grow: 1
}

.wc-block-components-chip.is-removable {
    padding-right: .5em
}

.wc-block-components-chip.is-removable .wc-block-components-chip__text {
    padding-right: .25em
}

.wc-block-components-chip .wc-block-components-chip__remove {
    font-size: .75em;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0
}

.wc-block-components-chip .wc-block-components-chip__remove-icon {
    vertical-align: middle
}

.wc-block-components-chip__remove:focus,
.wc-block-components-chip__remove:hover,
button.wc-block-components-chip:focus>.wc-block-components-chip__remove,
button.wc-block-components-chip:hover>.wc-block-components-chip__remove {
    fill: #d94f4f
}

.wc-block-components-chip__remove:disabled,
button.wc-block-components-chip:disabled>.wc-block-components-chip__remove {
    fill: #86909b;
    cursor: not-allowed
}

.wc-block-components-dropdown-selector {
    max-width: 300px;
    position: relative;
    width: 100%
}

.wc-block-components-dropdown-selector__input-wrapper {
    background: #fff;
    border: 1px solid #8d96a0;
    color: #2b2d2f;
    align-items: center;
    border-radius: 4px;
    cursor: text;
    display: flex;
    flex-wrap: wrap;
    padding: 2px 8px
}

.is-disabled .wc-block-components-dropdown-selector__input-wrapper {
    background-color: #e2e4e7
}

.is-multiple.has-checked>.wc-block-components-dropdown-selector__input-wrapper {
    padding: 2px 4px
}

.is-open>.wc-block-components-dropdown-selector__input-wrapper {
    border-radius: 4px 4px 0 0
}

.wc-block-components-dropdown-selector__input {
    font-size: .875em;
    line-height: 1.28571;
    margin: .1875em 0;
    min-width: 0;
    padding: .1875em 0
}

.is-single .wc-block-components-dropdown-selector__input {
    width: 100%
}

.is-single .wc-block-components-dropdown-selector__input:active,
.is-single .wc-block-components-dropdown-selector__input:focus,
.is-single .wc-block-components-dropdown-selector__input:hover {
    outline: 0
}

.is-single.has-checked.is-open .wc-block-components-dropdown-selector__input {
    margin-bottom: 1.5px;
    margin-top: 1.5px
}

.is-single.has-checked:not(.is-open) .wc-block-components-dropdown-selector__input {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    position: absolute
}

.is-multiple .wc-block-components-dropdown-selector__input {
    flex: 1;
    min-width: 0
}

.is-multiple .wc-block-components-dropdown-selector__input,
.is-single .wc-block-components-dropdown-selector__input:first-child {
    background: 0 0;
    border: 0
}

.is-multiple .wc-block-components-dropdown-selector__input:active,
.is-multiple .wc-block-components-dropdown-selector__input:focus,
.is-multiple .wc-block-components-dropdown-selector__input:hover,
.is-single .wc-block-components-dropdown-selector__input:first-child:active,
.is-single .wc-block-components-dropdown-selector__input:first-child:focus,
.is-single .wc-block-components-dropdown-selector__input:first-child:hover {
    outline: 0
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove {
    background-color: transparent;
    border: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: none
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:active,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:focus,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:hover,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:active,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:focus,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:hover {
    background-color: transparent;
    text-decoration: none
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value {
    font-size: .875em;
    align-items: center;
    color: #40464d;
    display: inline-flex;
    margin: .1875em 0;
    padding: .1875em 0;
    width: 100%
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label {
    flex-grow: 1;
    line-height: 1.28571;
    padding: 0;
    text-align: left
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove {
    background-color: transparent;
    border: 0;
    display: inline-block;
    line-height: 1;
    padding: 0 0 0 .3em
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove>svg {
    display: block
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip {
    font-size: .875em;
    margin-top: .1875em;
    margin-bottom: .1875em;
    line-height: 1.28571
}

.wc-block-components-dropdown-selector__list {
    background-color: #fff;
    margin: -1px 0 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1
}

.wc-block-components-dropdown-selector__list:not(:empty) {
    border: 1px solid #9f9f9f
}

.wc-block-components-dropdown-selector__list-item {
    font-size: .875em;
    color: #40464d;
    cursor: default;
    list-style: none;
    margin: 0;
    padding: 0 4px
}

.wc-block-components-dropdown-selector__list-item.is-selected {
    background-color: #d7dade
}

.wc-block-components-dropdown-selector__list-item.is-highlighted,
.wc-block-components-dropdown-selector__list-item:active,
.wc-block-components-dropdown-selector__list-item:focus,
.wc-block-components-dropdown-selector__list-item:hover {
    background-color: #00669e;
    color: #fff
}

.wc-block-components-filter-submit-button {
    display: block;
    margin-left: auto;
    white-space: nowrap
}

.wc-block-components-formatted-money-amount {
    white-space: nowrap
}

.wc-block-components-load-more {
    text-align: center;
    width: 100%
}

.wc-block-components-loading-mask {
    position: relative;
    min-height: 34px
}

.wc-block-components-loading-mask .components-spinner {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wc-block-components-loading-mask__children {
    opacity: .5
}

.wc-block-components-pagination {
    margin: 0 auto 16px
}

.wc-block-components-pagination__ellipsis,
.wc-block-components-pagination__page {
    font-size: 1em;
    color: #333;
    display: inline-block;
    font-weight: 400
}

.wc-block-components-pagination__page {
    border-color: transparent;
    padding: .3em .6em;
    min-width: 2.2em
}

@media(max-width:782px) {
    .wc-block-components-pagination__page {
        padding: .1em .2em;
        min-width: 1.6em
    }
}

.wc-block-components-pagination__page:not(.toggle) {
    background-color: transparent
}

.wc-block-components-pagination__ellipsis {
    padding: .3em
}

@media(max-width:782px) {
    .wc-block-components-pagination__ellipsis {
        padding: .1em
    }
}

.wc-block-components-pagination__page--active[disabled] {
    color: #333;
    font-weight: 700;
    opacity: 1 !important
}

.wc-block-components-pagination__page--active[disabled]:focus,
.wc-block-components-pagination__page--active[disabled]:hover {
    background-color: inherit;
    color: #333;
    opacity: 1 !important
}

.wc-blocks-components-panel.has-border {
    position: relative
}

.wc-blocks-components-panel.has-border:after {
    border-style: solid;
    border-width: 1px 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-blocks-components-panel.has-border+.wc-blocks-components-panel.has-border:after {
    border-top-width: 0
}

.wc-blocks-components-panel__button {
    border: 0;
    border-radius: 0;
    vertical-align: baseline;
    height: auto;
    line-height: 1;
    margin: .375em 0;
    padding: .375em 32px .375em 0;
    position: relative;
    text-align: left;
    width: 100%
}

.wc-blocks-components-panel__button,
.wc-blocks-components-panel__button:active,
.wc-blocks-components-panel__button:focus,
.wc-blocks-components-panel__button:hover {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    background: 0 0;
    box-shadow: none
}

.wc-blocks-components-panel__button>.wc-blocks-components-panel__button-icon {
    fill: currentColor;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto
}

.wc-blocks-components-panel__content {
    padding-bottom: 1em;
    overflow: auto
}

.theme-twentytwenty .wc-blocks-components-panel__button {
    background: 0 0
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder {
    margin-bottom: 16px
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder * {
    pointer-events: all
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset {
    display: block
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .components-button {
    background-color: #24292d;
    color: #fff
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .wc-block-checkout__no-payment-methods-placeholder-description {
    display: block;
    margin: .25em 0 1em
}

.components-notice.wc-block-checkout__no-payment-methods-notice {
    margin-bottom: 16px
}

.wc-block-components-express-checkout {
    margin: auto;
    position: relative
}

.wc-block-components-express-checkout .wc-block-components-express-checkout__title-container {
    display: flex;
    flex-direction: row;
    left: 0;
    position: absolute;
    right: 0;
    top: -5px;
    vertical-align: middle
}

.wc-block-components-express-checkout .wc-block-components-express-checkout__title-container:before {
    border-left: 1px solid;
    border-top: 1px solid;
    border-radius: 5px 0 0 0;
    content: "";
    display: block;
    height: 4px;
    margin-right: 12px;
    opacity: .3;
    pointer-events: none;
    width: 22px
}

.wc-block-components-express-checkout .wc-block-components-express-checkout__title-container:after {
    border-right: 1px solid;
    border-top: 1px solid;
    border-radius: 0 5px 0 0;
    content: "";
    display: block;
    height: 4px;
    margin-left: 12px;
    opacity: .3;
    pointer-events: none;
    flex-grow: 1
}

.wc-block-components-express-checkout .wc-block-components-express-checkout__title {
    flex-grow: 0;
    transform: translateY(-50%)
}

.wc-block-components-express-checkout .wc-block-components-express-checkout__content {
    position: relative;
    margin-top: calc(.75em + 5px);
    padding: 1.5em 35px 1em
}

.wc-block-components-express-checkout .wc-block-components-express-checkout__content:after {
    border-style: solid;
    border-width: 0 1px 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 0 5px 5px
}

.wc-block-components-express-checkout .wc-block-components-express-checkout__content>p {
    margin-bottom: 1em
}

.wc-block-components-express-checkout .wc-block-components-express-checkout-payment-event-buttons {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.wc-block-components-express-checkout .wc-block-components-express-checkout-payment-event-buttons>li {
    display: inline-block;
    margin: 0;
    width: 50%
}

.wc-block-components-express-checkout .wc-block-components-express-checkout-payment-event-buttons>li>img {
    width: 100%;
    height: 48px
}

.wc-block-components-express-checkout .wc-block-components-express-checkout-payment-event-buttons>li:nth-child(2n) {
    padding-left: 8px
}

.wc-block-components-express-checkout .wc-block-components-express-checkout-payment-event-buttons>li:nth-child(odd) {
    padding-right: 8px
}

.wc-block-card-elements {
    display: flex;
    width: 100%
}

.wc-block-gateway-container {
    position: relative;
    margin-bottom: 1.5em;
    white-space: nowrap
}

.wc-block-gateway-container.wc-card-number-element {
    flex-basis: 15em;
    flex-grow: 1;
    min-width: min(15em, 60%)
}

.wc-block-gateway-container.wc-card-expiry-element {
    flex-basis: 7em;
    margin-left: 12px;
    min-width: min(7em, calc(24% - 12px))
}

.wc-block-gateway-container.wc-card-cvc-element {
    flex-basis: 7em;
    margin-left: 12px;
    min-width: min(5em, calc(16% - 12px))
}

.wc-block-gateway-container .wc-block-gateway-input {
    font-size: 1em;
    line-height: 1.375;
    background-color: #fff;
    padding: .75em 0 .75em 16px;
    border-radius: 4px;
    border: 1px solid #8d96a0;
    width: 100%;
    font-family: inherit;
    margin: 0;
    box-sizing: border-box;
    height: 3em;
    color: #2b2d2f;
    cursor: text
}

.wc-block-gateway-container .wc-block-gateway-input:focus,
.wc-block-gateway-container:focus {
    background-color: #fff
}

.wc-block-gateway-container label {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    font-size: 1em;
    line-height: 1.375;
    position: absolute;
    transform: translateY(.75em);
    left: 0;
    top: 0;
    transform-origin: top left;
    color: #646970;
    transition: transform .2s ease;
    margin: 0 0 0 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 24px);
    cursor: text
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-gateway-container label {
        transition: none
    }
}

.wc-block-gateway-container.wc-inline-card-element label {
    margin-left: calc(24px + 1.5em)
}

.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input.focused.empty+label,
.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input:not(.empty)+label {
    margin-left: 16px;
    transform: translateY(4px) scale(.75)
}

.wc-block-gateway-container.wc-inline-card-element+.wc-block-components-validation-error {
    position: static;
    margin-top: -24px
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty,
.wc-block-gateway-container .wc-block-gateway-input:not(.empty) {
    padding: 1.5em 0 .25em 16px
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty+label,
.wc-block-gateway-container .wc-block-gateway-input:not(.empty)+label {
    transform: translateY(4px) scale(.75)
}

.wc-block-gateway-container .wc-block-gateway-input.has-error {
    border-color: #d94f4f
}

.wc-block-gateway-container .wc-block-gateway-input.has-error:focus {
    outline-color: #d94f4f
}

.wc-block-gateway-container .wc-block-gateway-input.has-error+label {
    color: #d94f4f
}

.is-large .wc-card-cvc-element .wc-block-components-validation-error>p,
.is-large .wc-card-expiry-element .wc-block-components-validation-error>p,
.is-medium .wc-card-cvc-element .wc-block-components-validation-error>p,
.is-medium .wc-card-expiry-element .wc-block-components-validation-error>p {
    line-height: 16px;
    padding-top: 4px
}

.is-mobile .wc-card-cvc-element .wc-block-components-validation-error>p,
.is-mobile .wc-card-expiry-element .wc-block-components-validation-error>p,
.is-small .wc-card-cvc-element .wc-block-components-validation-error>p,
.is-small .wc-card-expiry-element .wc-block-components-validation-error>p {
    min-height: 28px
}

.wc-blocks-credit-card-images {
    padding-top: 12px;
    display: flex
}

.wc-blocks-credit-card-images .wc-blocks-credit-cart-icon {
    height: 18px;
    width: auto;
    margin-right: 12px
}

.wc-blocks-credit-card-images .wc-blocks-credit-cart-icon:last-child {
    margin-right: 0
}

.wc-block-components-checkout-payment-methods * {
    pointer-events: all
}

.is-mobile .wc-block-card-elements,
.is-small .wc-block-card-elements {
    flex-wrap: wrap
}

.is-mobile .wc-block-gateway-container.wc-card-number-element,
.is-small .wc-block-gateway-container.wc-card-number-element {
    flex-basis: 100%
}

.is-mobile .wc-block-gateway-container.wc-card-expiry-element,
.is-small .wc-block-gateway-container.wc-card-expiry-element {
    flex-basis: calc(50% - 8px);
    margin-left: 0;
    margin-right: 8px
}

.is-mobile .wc-block-gateway-container.wc-card-cvc-element,
.is-small .wc-block-gateway-container.wc-card-cvc-element {
    flex-basis: calc(50% - 8px);
    margin-left: 8px
}

.theme-twentynineteen .wc-block-components-express-checkout__title:before {
    display: none
}

.theme-twentytwenty .wc-block-components-express-checkout .wc-block-components-express-checkout__title {
    padding-left: 12px;
    padding-right: 12px
}

.wc-block-components-price-slider {
    margin-bottom: 24px
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper {
    padding: 0;
    border: 0;
    outline: none;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 9px;
    clear: both;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    background: #e1e1e1;
    margin: 15px 0
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper .wc-block-components-price-slider__range-input-progress {
    height: 9px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    --track-background: linear-gradient(90deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: #a8739d;
    background: var(--track-background)
}

.wc-block-components-price-slider .wc-block-components-price-slider__controls {
    display: flex
}

.wc-block-components-price-slider .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    margin: 0;
    border-radius: 4px;
    width: auto;
    max-width: 100px;
    min-width: 0
}

.wc-block-components-price-slider .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--min {
    margin-right: 10px
}

.wc-block-components-price-slider .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
    margin-left: auto
}

.wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls {
    justify-content: flex-end
}

.wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
    margin-left: 0;
    margin-right: 10px
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 0;
    display: block;
    position: relative;
    pointer-events: none;
    outline: none !important
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
    cursor: default;
    height: 1px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb {
    background-color: transparent;
    background-position: 0 0;
    width: 26px;
    height: 21px;
    border: 0;
    padding: 0;
    vertical-align: top;
    cursor: pointer;
    z-index: 20;
    pointer-events: auto;
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB3aWR0aD0nNTInIGhlaWdodD0nNDInPjxkZWZzPjxwYXRoIGlkPSdhJyBkPSdNMjMuMzE3NiA3Ljk0MjNsLTguNDE2My02LjE0MzJDMTMuMTk1My41NzA2IDExLjI2MTgtLjA5OTcgOS4yMTQ2LjAxMjFoLS4xMTM3QzQuMjEwMy4zNDcuMTE1OSA0LjM2OC4wMDIyIDkuMjgyNy0uMTExNSAxNC42NDQgNC4yMTAyIDE5IDkuNjY5NiAxOWguMTEzN2MxLjgxOTcgMCAzLjYzOTUtLjY3MDIgNS4xMTgtMS43ODdsOC40MTYzLTYuMjU1Yy45MDk5LS44OTM1LjkwOTktMi4yMzM4IDAtMy4wMTU3eicvPjxwYXRoIGlkPSdiJyBkPSdNMjMuMzE3NiA3Ljk0MjNsLTguNDE2My02LjE0MzJDMTMuMTk1My41NzA2IDExLjI2MTgtLjA5OTcgOS4yMTQ2LjAxMjFoLS4xMTM3QzQuMjEwMy4zNDcuMTE1OSA0LjM2OC4wMDIyIDkuMjgyNy0uMTExNSAxNC42NDQgNC4yMTAyIDE5IDkuNjY5NiAxOWguMTEzN2MxLjgxOTcgMCAzLjYzOTUtLjY3MDIgNS4xMTgtMS43ODdsOC40MTYzLTYuMjU1Yy45MDk5LS44OTM1LjkwOTktMi4yMzM4IDAtMy4wMTU3eicvPjwvZGVmcz48ZyBmaWxsPSdub25lJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnPjxwYXRoIGZpbGw9JyNGRkYnIGZpbGwtcnVsZT0nbm9uemVybycgc3Ryb2tlPScjOTU1ODhBJyBkPSdNMjQuMzE3NiA4Ljk0MjNsLTguNDE2My02LjE0MzJjLTEuNzA2LTEuMjI4NS0zLjYzOTUtMS44OTg4LTUuNjg2Ny0xLjc4N2gtLjExMzdjLTQuODkwNi4zMzUtOC45ODUgNC4zNTYtOS4wOTg3IDkuMjcwNkMuODg4NSAxNS42NDQgNS4yMTAyIDIwIDEwLjY2OTYgMjBoLjExMzdjMS44MTk3IDAgMy42Mzk1LS42NzAyIDUuMTE4LTEuNzg3bDguNDE2My02LjI1NWMuOTA5OS0uODkzNS45MDk5LTIuMjMzOCAwLTMuMDE1N3onLz48cGF0aCBzdHJva2U9JyNCOEI4QjgnIGQ9J005IDZ2OW0zLTl2OScvPjxnIGZpbGwtcnVsZT0nbm9uemVybycgdHJhbnNmb3JtPSd0cmFuc2xhdGUoMSAyMiknPjx1c2UgZmlsbD0nI0Y4RjNGNycgc3Ryb2tlPScjRkZGJyBzdHJva2Utb3BhY2l0eT0nLjc1JyBzdHJva2Utd2lkdGg9JzMnIHhsaW5rOmhyZWY9JyNhJy8+PHVzZSBzdHJva2U9JyM5NTU4OEEnIHhsaW5rOmhyZWY9JyNhJy8+PC9nPjxwYXRoIHN0cm9rZT0nIzk1NTg4QScgZD0nTTkgMjd2OW0zLTl2OScvPjxnPjxwYXRoIGZpbGw9JyNGRkYnIGZpbGwtcnVsZT0nbm9uemVybycgc3Ryb2tlPScjOTU1ODhBJyBkPSdNMjcuNjgyNCA4Ljk0MjNsOC40MTYzLTYuMTQzMmMxLjcwNi0xLjIyODUgMy42Mzk1LTEuODk4OCA1LjY4NjctMS43ODdoLjExMzdjNC44OTA2LjMzNSA4Ljk4NSA0LjM1NiA5LjA5ODcgOS4yNzA2QzUxLjExMTUgMTUuNjQ0IDQ2Ljc4OTggMjAgNDEuMzMwNCAyMGgtLjExMzdjLTEuODE5NyAwLTMuNjM5NS0uNjcwMi01LjExOC0xLjc4N2wtOC40MTYzLTYuMjU1Yy0uOTA5OS0uODkzNS0uOTA5OS0yLjIzMzggMC0zLjAxNTd6Jy8+PHBhdGggc3Ryb2tlPScjQjhCOEI4JyBkPSdNNDMgNnY5bS0zLTl2OScvPjwvZz48Zz48ZyBmaWxsLXJ1bGU9J25vbnplcm8nIHRyYW5zZm9ybT0nbWF0cml4KC0xIDAgMCAxIDUxIDIyKSc+PHVzZSBmaWxsPScjRjhGM0Y3JyBzdHJva2U9JyNGRkYnIHN0cm9rZS1vcGFjaXR5PScuNzUnIHN0cm9rZS13aWR0aD0nMycgeGxpbms6aHJlZj0nI2InLz48dXNlIHN0cm9rZT0nIzk1NTg4QScgeGxpbms6aHJlZj0nI2InLz48L2c+PHBhdGggc3Ryb2tlPScjOTU1ODhBJyBkPSdNNDMgMjd2OW0tMy05djknLz48L2c+PC9nPjwvc3ZnPg==);
    -webkit-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: -6px 0 0
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
    background-position-y: -21px;
    -webkit-filter: drop-shadow(3px 0 0 hsla(0, 0%, 100%, .75)) drop-shadow(-3px 0 0 hsla(0, 0%, 100%, .75));
    filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75));
    transform: scale(1.1)
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-progress {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-focus-outer {
    border: 0
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-track {
    cursor: default;
    height: 1px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-progress {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb {
    background-color: transparent;
    background-position: 0 0;
    width: 26px;
    height: 21px;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
    cursor: pointer;
    z-index: 20;
    pointer-events: auto;
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB3aWR0aD0nNTInIGhlaWdodD0nNDInPjxkZWZzPjxwYXRoIGlkPSdhJyBkPSdNMjMuMzE3NiA3Ljk0MjNsLTguNDE2My02LjE0MzJDMTMuMTk1My41NzA2IDExLjI2MTgtLjA5OTcgOS4yMTQ2LjAxMjFoLS4xMTM3QzQuMjEwMy4zNDcuMTE1OSA0LjM2OC4wMDIyIDkuMjgyNy0uMTExNSAxNC42NDQgNC4yMTAyIDE5IDkuNjY5NiAxOWguMTEzN2MxLjgxOTcgMCAzLjYzOTUtLjY3MDIgNS4xMTgtMS43ODdsOC40MTYzLTYuMjU1Yy45MDk5LS44OTM1LjkwOTktMi4yMzM4IDAtMy4wMTU3eicvPjxwYXRoIGlkPSdiJyBkPSdNMjMuMzE3NiA3Ljk0MjNsLTguNDE2My02LjE0MzJDMTMuMTk1My41NzA2IDExLjI2MTgtLjA5OTcgOS4yMTQ2LjAxMjFoLS4xMTM3QzQuMjEwMy4zNDcuMTE1OSA0LjM2OC4wMDIyIDkuMjgyNy0uMTExNSAxNC42NDQgNC4yMTAyIDE5IDkuNjY5NiAxOWguMTEzN2MxLjgxOTcgMCAzLjYzOTUtLjY3MDIgNS4xMTgtMS43ODdsOC40MTYzLTYuMjU1Yy45MDk5LS44OTM1LjkwOTktMi4yMzM4IDAtMy4wMTU3eicvPjwvZGVmcz48ZyBmaWxsPSdub25lJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnPjxwYXRoIGZpbGw9JyNGRkYnIGZpbGwtcnVsZT0nbm9uemVybycgc3Ryb2tlPScjOTU1ODhBJyBkPSdNMjQuMzE3NiA4Ljk0MjNsLTguNDE2My02LjE0MzJjLTEuNzA2LTEuMjI4NS0zLjYzOTUtMS44OTg4LTUuNjg2Ny0xLjc4N2gtLjExMzdjLTQuODkwNi4zMzUtOC45ODUgNC4zNTYtOS4wOTg3IDkuMjcwNkMuODg4NSAxNS42NDQgNS4yMTAyIDIwIDEwLjY2OTYgMjBoLjExMzdjMS44MTk3IDAgMy42Mzk1LS42NzAyIDUuMTE4LTEuNzg3bDguNDE2My02LjI1NWMuOTA5OS0uODkzNS45MDk5LTIuMjMzOCAwLTMuMDE1N3onLz48cGF0aCBzdHJva2U9JyNCOEI4QjgnIGQ9J005IDZ2OW0zLTl2OScvPjxnIGZpbGwtcnVsZT0nbm9uemVybycgdHJhbnNmb3JtPSd0cmFuc2xhdGUoMSAyMiknPjx1c2UgZmlsbD0nI0Y4RjNGNycgc3Ryb2tlPScjRkZGJyBzdHJva2Utb3BhY2l0eT0nLjc1JyBzdHJva2Utd2lkdGg9JzMnIHhsaW5rOmhyZWY9JyNhJy8+PHVzZSBzdHJva2U9JyM5NTU4OEEnIHhsaW5rOmhyZWY9JyNhJy8+PC9nPjxwYXRoIHN0cm9rZT0nIzk1NTg4QScgZD0nTTkgMjd2OW0zLTl2OScvPjxnPjxwYXRoIGZpbGw9JyNGRkYnIGZpbGwtcnVsZT0nbm9uemVybycgc3Ryb2tlPScjOTU1ODhBJyBkPSdNMjcuNjgyNCA4Ljk0MjNsOC40MTYzLTYuMTQzMmMxLjcwNi0xLjIyODUgMy42Mzk1LTEuODk4OCA1LjY4NjctMS43ODdoLjExMzdjNC44OTA2LjMzNSA4Ljk4NSA0LjM1NiA5LjA5ODcgOS4yNzA2QzUxLjExMTUgMTUuNjQ0IDQ2Ljc4OTggMjAgNDEuMzMwNCAyMGgtLjExMzdjLTEuODE5NyAwLTMuNjM5NS0uNjcwMi01LjExOC0xLjc4N2wtOC40MTYzLTYuMjU1Yy0uOTA5OS0uODkzNS0uOTA5OS0yLjIzMzggMC0zLjAxNTd6Jy8+PHBhdGggc3Ryb2tlPScjQjhCOEI4JyBkPSdNNDMgNnY5bS0zLTl2OScvPjwvZz48Zz48ZyBmaWxsLXJ1bGU9J25vbnplcm8nIHRyYW5zZm9ybT0nbWF0cml4KC0xIDAgMCAxIDUxIDIyKSc+PHVzZSBmaWxsPScjRjhGM0Y3JyBzdHJva2U9JyNGRkYnIHN0cm9rZS1vcGFjaXR5PScuNzUnIHN0cm9rZS13aWR0aD0nMycgeGxpbms6aHJlZj0nI2InLz48dXNlIHN0cm9rZT0nIzk1NTg4QScgeGxpbms6aHJlZj0nI2InLz48L2c+PHBhdGggc3Ryb2tlPScjOTU1ODhBJyBkPSdNNDMgMjd2OW0tMy05djknLz48L2c+PC9nPjwvc3ZnPg==);
    -moz-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
    background-position-y: -21px;
    filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75));
    transform: scale(1.1)
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb {
    background-color: transparent;
    background-position: 0 0;
    width: 26px;
    height: 21px;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
    cursor: pointer;
    z-index: 20;
    pointer-events: auto;
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB3aWR0aD0nNTInIGhlaWdodD0nNDInPjxkZWZzPjxwYXRoIGlkPSdhJyBkPSdNMjMuMzE3NiA3Ljk0MjNsLTguNDE2My02LjE0MzJDMTMuMTk1My41NzA2IDExLjI2MTgtLjA5OTcgOS4yMTQ2LjAxMjFoLS4xMTM3QzQuMjEwMy4zNDcuMTE1OSA0LjM2OC4wMDIyIDkuMjgyNy0uMTExNSAxNC42NDQgNC4yMTAyIDE5IDkuNjY5NiAxOWguMTEzN2MxLjgxOTcgMCAzLjYzOTUtLjY3MDIgNS4xMTgtMS43ODdsOC40MTYzLTYuMjU1Yy45MDk5LS44OTM1LjkwOTktMi4yMzM4IDAtMy4wMTU3eicvPjxwYXRoIGlkPSdiJyBkPSdNMjMuMzE3NiA3Ljk0MjNsLTguNDE2My02LjE0MzJDMTMuMTk1My41NzA2IDExLjI2MTgtLjA5OTcgOS4yMTQ2LjAxMjFoLS4xMTM3QzQuMjEwMy4zNDcuMTE1OSA0LjM2OC4wMDIyIDkuMjgyNy0uMTExNSAxNC42NDQgNC4yMTAyIDE5IDkuNjY5NiAxOWguMTEzN2MxLjgxOTcgMCAzLjYzOTUtLjY3MDIgNS4xMTgtMS43ODdsOC40MTYzLTYuMjU1Yy45MDk5LS44OTM1LjkwOTktMi4yMzM4IDAtMy4wMTU3eicvPjwvZGVmcz48ZyBmaWxsPSdub25lJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnPjxwYXRoIGZpbGw9JyNGRkYnIGZpbGwtcnVsZT0nbm9uemVybycgc3Ryb2tlPScjOTU1ODhBJyBkPSdNMjQuMzE3NiA4Ljk0MjNsLTguNDE2My02LjE0MzJjLTEuNzA2LTEuMjI4NS0zLjYzOTUtMS44OTg4LTUuNjg2Ny0xLjc4N2gtLjExMzdjLTQuODkwNi4zMzUtOC45ODUgNC4zNTYtOS4wOTg3IDkuMjcwNkMuODg4NSAxNS42NDQgNS4yMTAyIDIwIDEwLjY2OTYgMjBoLjExMzdjMS44MTk3IDAgMy42Mzk1LS42NzAyIDUuMTE4LTEuNzg3bDguNDE2My02LjI1NWMuOTA5OS0uODkzNS45MDk5LTIuMjMzOCAwLTMuMDE1N3onLz48cGF0aCBzdHJva2U9JyNCOEI4QjgnIGQ9J005IDZ2OW0zLTl2OScvPjxnIGZpbGwtcnVsZT0nbm9uemVybycgdHJhbnNmb3JtPSd0cmFuc2xhdGUoMSAyMiknPjx1c2UgZmlsbD0nI0Y4RjNGNycgc3Ryb2tlPScjRkZGJyBzdHJva2Utb3BhY2l0eT0nLjc1JyBzdHJva2Utd2lkdGg9JzMnIHhsaW5rOmhyZWY9JyNhJy8+PHVzZSBzdHJva2U9JyM5NTU4OEEnIHhsaW5rOmhyZWY9JyNhJy8+PC9nPjxwYXRoIHN0cm9rZT0nIzk1NTg4QScgZD0nTTkgMjd2OW0zLTl2OScvPjxnPjxwYXRoIGZpbGw9JyNGRkYnIGZpbGwtcnVsZT0nbm9uemVybycgc3Ryb2tlPScjOTU1ODhBJyBkPSdNMjcuNjgyNCA4Ljk0MjNsOC40MTYzLTYuMTQzMmMxLjcwNi0xLjIyODUgMy42Mzk1LTEuODk4OCA1LjY4NjctMS43ODdoLjExMzdjNC44OTA2LjMzNSA4Ljk4NSA0LjM1NiA5LjA5ODcgOS4yNzA2QzUxLjExMTUgMTUuNjQ0IDQ2Ljc4OTggMjAgNDEuMzMwNCAyMGgtLjExMzdjLTEuODE5NyAwLTMuNjM5NS0uNjcwMi01LjExOC0xLjc4N2wtOC40MTYzLTYuMjU1Yy0uOTA5OS0uODkzNS0uOTA5OS0yLjIzMzggMC0zLjAxNTd6Jy8+PHBhdGggc3Ryb2tlPScjQjhCOEI4JyBkPSdNNDMgNnY5bS0zLTl2OScvPjwvZz48Zz48ZyBmaWxsLXJ1bGU9J25vbnplcm8nIHRyYW5zZm9ybT0nbWF0cml4KC0xIDAgMCAxIDUxIDIyKSc+PHVzZSBmaWxsPScjRjhGM0Y3JyBzdHJva2U9JyNGRkYnIHN0cm9rZS1vcGFjaXR5PScuNzUnIHN0cm9rZS13aWR0aD0nMycgeGxpbms6aHJlZj0nI2InLz48dXNlIHN0cm9rZT0nIzk1NTg4QScgeGxpbms6aHJlZj0nI2InLz48L2c+PHBhdGggc3Ryb2tlPScjOTU1ODhBJyBkPSdNNDMgMjd2OW0tMy05djknLz48L2c+PC9nPjwvc3ZnPg==);
    -ms-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb:hover {
    background-position-y: -21px;
    filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75));
    transform: scale(1.1)
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
    background-position-y: -21px;
    -webkit-filter: drop-shadow(3px 0 0 hsla(0, 0%, 100%, .75)) drop-shadow(-3px 0 0 hsla(0, 0%, 100%, .75));
    filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75))
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
    background-position-y: -21px;
    filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75))
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-ms-thumb {
    background-position-y: -21px;
    filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75))
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
    z-index: 21
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
    margin-left: -2px;
    background-position-x: left
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
    background-position-x: left;
    transform: translate(-2px, 4px)
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
    background-position-x: left
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
    z-index: 20
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
    background-position-x: right;
    margin-left: 2px
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
    background-position-x: right;
    transform: translate(2px, 4px)
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
    background-position-x: right
}

.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount,
.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button,
.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,
.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount,
.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button,
.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    border-color: #e2e4e7 !important;
    color: #e2e4e7 !important;
    pointer-events: none;
    box-shadow: none
}

.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount>*,
.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button>*,
.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper>*,
.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount>*,
.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button>*,
.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper>* {
    visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount,
    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button,
    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,
    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount,
    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button,
    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount,
.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button,
.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: none;
    animation: none
}

.rtl .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper .wc-block-components-price-slider__range-input-progress {
    --track-background: linear-gradient(270deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: #a8739d;
    background: var(--track-background)
}

@media(-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper {
        background: 0 0;
        box-shadow: none;
        height: 24px
    }
    .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper .wc-block-components-price-slider__range-input-progress {
        background: #a8739d;
        box-shadow: inset 0 0 0 1px #95588a;
        width: 100%;
        top: 7px
    }
    .wc-block-components-price-slider .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto;
        position: absolute;
        left: 0;
        top: 0
    }
    .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-track {
        background: 0 0;
        border-color: transparent;
        border-width: 7px 0;
        color: transparent
    }
    .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-fill-lower {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }
    .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-fill-upper {
        background: 0 0
    }
    .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-tooltip {
        display: none
    }
    .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb {
        transform: translate(1px);
        pointer-events: auto
    }
    .wc-block-components-price-slider .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }
    .wc-block-components-price-slider .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: 0 0
    }
    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,
    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: #e2e4e7 !important;
        border-color: #e2e4e7 !important;
        color: #e2e4e7 !important;
        pointer-events: none;
        box-shadow: none
    }
    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper>*,
    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper>* {
        visibility: hidden
    }
}

@media screen and (-ms-high-contrast:active) and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,
    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@media(-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@supports(-ms-ime-align:auto) {
    .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper {
        background: 0 0;
        box-shadow: none;
        height: 24px
    }
    .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper .wc-block-components-price-slider__range-input-progress {
        background: #a8739d;
        box-shadow: inset 0 0 0 1px #95588a;
        width: 100%;
        top: 7px
    }
    .wc-block-components-price-slider .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto;
        position: absolute;
        left: 0;
        top: 0
    }
    .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-track {
        background: 0 0;
        border-color: transparent;
        border-width: 7px 0;
        color: transparent
    }
    .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-fill-lower {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }
    .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-fill-upper {
        background: 0 0
    }
    .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-tooltip {
        display: none
    }
    .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb {
        transform: translate(1px);
        pointer-events: auto
    }
    .wc-block-components-price-slider .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }
    .wc-block-components-price-slider .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: 0 0
    }
    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,
    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: #e2e4e7 !important;
        border-color: #e2e4e7 !important;
        color: #e2e4e7 !important;
        pointer-events: none;
        box-shadow: none
    }
    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper>*,
    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper>* {
        visibility: hidden
    }
    @media screen and (prefers-reduced-motion:reduce) {
        .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,
        .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
            -webkit-animation: none;
            animation: none
        }
    }
    .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.wc-block-grid {
    text-align: center
}

.wc-block-grid__no-products {
    padding: 40px;
    text-align: center;
    width: 100%
}

.wc-block-grid__no-products .wc-block-grid__no-products-image {
    max-width: 150px;
    margin: 0 auto 1em;
    display: block;
    color: inherit
}

.wc-block-grid__no-products .wc-block-grid__no-products-title {
    display: block;
    margin: 0;
    font-weight: 700
}

.wc-block-grid__no-products .wc-block-grid__no-products-description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-grid__products {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -8px 16px;
    background-clip: padding-box
}

.wc-block-grid__product {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    float: none;
    width: auto;
    position: relative;
    text-align: center;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid transparent;
    list-style: none
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product,
.wc-block-grid.has-aligned-buttons .wc-block-grid__product {
    display: flex;
    flex-direction: column
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child,
.wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child {
    margin-top: auto;
    margin-bottom: 0;
    padding-bottom: 12px
}

.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product,
.wc-block-grid.has-1-columns .wc-block-grid__product {
    flex: 1 0 100%;
    max-width: 100%
}

.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product,
.wc-block-grid.has-2-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%
}

.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product,
.wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 33.33333%;
    max-width: 33.33333%
}

.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,
.wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 25%
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,
.wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 20%;
    max-width: 20%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 1 0 16.66667%;
    max-width: 16.66667%
}

.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product,
.wc-block-grid.has-7-columns .wc-block-grid__product {
    flex: 1 0 14.28571%;
    max-width: 14.28571%
}

.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product,
.wc-block-grid.has-8-columns .wc-block-grid__product {
    flex: 1 0 12.5%;
    max-width: 12.5%
}

.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.theme-twentytwenty .wc-block-grid.has-5-columns:not(.alignfull) .wc-block-grid__product,
.theme-twentytwenty .wc-block-grid.has-6-columns:not(.alignfull) .wc-block-grid__product,
.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product,
.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product,
.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-5-columns:not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-6-columns:not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-7-columns .wc-block-grid__product,
.wc-block-grid.has-8-columns .wc-block-grid__product {
    font-size: .8em
}

@media(max-width:480px) {
    .wc-block-grid.has-2-columns .wc-block-grid__products {
        display: block
    }
    .wc-block-grid.has-2-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }
    .wc-block-grid.has-3-columns .wc-block-grid__products {
        display: block
    }
    .wc-block-grid.has-3-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }
    .wc-block-grid.has-4-columns .wc-block-grid__products {
        display: block
    }
    .wc-block-grid.has-4-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }
    .wc-block-grid.has-5-columns .wc-block-grid__products {
        display: block
    }
    .wc-block-grid.has-5-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }
    .wc-block-grid.has-6-columns .wc-block-grid__products {
        display: block
    }
    .wc-block-grid.has-6-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }
    .wc-block-grid.has-7-columns .wc-block-grid__products {
        display: block
    }
    .wc-block-grid.has-7-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }
    .wc-block-grid.has-8-columns .wc-block-grid__products {
        display: block
    }
    .wc-block-grid.has-8-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }
}

@media(min-width:481px) and (max-width:600px) {
    .wc-block-grid.has-2-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }
    .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }
    .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }
    .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }
    .wc-block-grid.has-3-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }
    .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }
    .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }
    .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }
    .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }
    .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }
    .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }
    .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }
    .wc-block-grid.has-5-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }
    .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }
    .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }
    .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }
    .wc-block-grid.has-6-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }
    .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }
    .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }
    .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }
    .wc-block-grid.has-7-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }
    .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }
    .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }
    .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }
    .wc-block-grid.has-8-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }
    .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }
    .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }
    .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }
}

.wc-block-components-product-sort-select {
    margin-bottom: 24px;
    text-align: left
}

.wc-block-components-quantity-selector {
    display: flex;
    min-width: 100px;
    border: 1px solid #d7dade;
    background: #fff;
    border-radius: 4px
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    font-size: 1em;
    order: 2;
    min-width: 40px;
    flex: 1 1 auto;
    border: 0;
    padding: .4em 0;
    margin: 0;
    text-align: center;
    background: 0 0;
    box-shadow: none;
    color: #000;
    line-height: 1;
    vertical-align: middle;
    -moz-appearance: textfield
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
    background: #f3f4f5;
    outline: 1px solid #d7dade
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
    color: #86909b
}

.wc-block-components-quantity-selector input::-webkit-inner-spin-button,
.wc-block-components-quantity-selector input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    border: 0;
    padding: 0;
    margin: 0;
    background: none transparent;
    box-shadow: none;
    font-size: 1em;
    min-width: 30px;
    cursor: pointer;
    color: #32373c;
    font-style: normal;
    text-align: center
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
    outline: 2px solid #d7dade
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    border: 0;
    padding: 0;
    margin: 0;
    background: none transparent;
    box-shadow: none;
    color: #191e23
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus:focus,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover:focus {
    outline: 2px solid #d7dade
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
    color: #86909b;
    cursor: default;
    border: 0;
    padding: 0;
    margin: 0;
    background: none transparent;
    box-shadow: none
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled:focus {
    outline: 2px solid #d7dade
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus {
    order: 1
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus {
    order: 3
}

.wc-block-components-radio-control__option {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    position: relative;
    display: block;
    padding: 12px 12px 0 72px
}

.wc-block-components-radio-control__option:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-radio-control__option-layout {
    position: relative;
    display: table;
    width: 100%;
    padding-bottom: 12px
}

.wc-block-components-radio-control__option-layout:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after {
    display: none
}

.wc-block-components-radio-control__input {
    left: 24px;
    position: absolute;
    top: 12px
}

.wc-block-components-radio-control__description-group,
.wc-block-components-radio-control__label-group {
    display: table-row
}

.wc-block-components-radio-control__description-group>span,
.wc-block-components-radio-control__label-group>span {
    display: table-cell
}

.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label,
.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
    text-align: right;
    min-width: 50%
}

.wc-block-components-radio-control__label,
.wc-block-components-radio-control__secondary-label {
    line-height: 20px;
    line-height: max(1rem, 20px)
}

.wc-block-components-radio-control__description,
.wc-block-components-radio-control__secondary-description {
    font-size: .875em;
    line-height: 20px
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 2px solid;
    border-radius: 50%;
    display: inline-block;
    height: 1.25rem;
    min-height: 20px;
    min-width: 20px;
    width: 1.25rem
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: currentColor;
    border-radius: 50%;
    content: "";
    display: block;
    height: .625em;
    left: 50%;
    margin: 0;
    min-height: 10px;
    min-width: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: .625em
}

@media(min-width:783px) {
    .wc-block-components-radio-control .wc-block-components-radio-control__input {
        height: 1rem;
        margin-top: 2px;
        min-height: 16px;
        min-width: 16px;
        width: 1rem
    }
    .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
        height: .5em;
        min-height: 8px;
        min-width: 8px;
        width: .5em
    }
}

.is-loading .wc-block-components-review-list-item__text {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    border-color: #e2e4e7 !important;
    color: #e2e4e7 !important;
    box-shadow: none;
    pointer-events: none;
    display: block;
    width: 60%
}

.is-loading .wc-block-components-review-list-item__text>* {
    visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__text {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__text:after {
    content: "\00a0"
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    border-color: #e2e4e7 !important;
    color: #e2e4e7 !important;
    box-shadow: none;
    pointer-events: none
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image>* {
    visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after {
    content: "\00a0"
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    border-color: #e2e4e7 !important;
    color: #e2e4e7 !important;
    box-shadow: none;
    pointer-events: none;
    font-size: 1em;
    width: 80px
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author>* {
    visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after {
    content: "\00a0"
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product,
.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars>span {
    display: none
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    border-color: #e2e4e7 !important;
    color: #e2e4e7 !important;
    box-shadow: none;
    pointer-events: none;
    height: 1em;
    width: 120px
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date>* {
    visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after {
    content: "\00a0"
}

.editor-styles-wrapper .wc-block-components-review-list-item__item,
.wc-block-components-review-list-item__item {
    margin: 0 0 48px;
    list-style: none
}

.wc-block-components-review-list-item__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 24px
}

.wc-block-components-review-list-item__meta {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

.has-image .wc-block-components-review-list-item__info {
    -ms-grid-columns: 64px 1fr;
    grid-template-columns: 64px 1fr
}

.has-image .wc-block-components-review-list-item__meta {
    -ms-grid-column: 2;
    grid-column: 2
}

.wc-block-components-review-list-item__image {
    align-items: center;
    display: flex;
    height: 48px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    justify-content: center;
    position: relative;
    width: 48px
}

.wc-block-components-review-list-item__image>img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.wc-block-components-review-list-item__verified {
    width: 21px;
    height: 21px;
    text-indent: 21px;
    margin: 0;
    line-height: 21px;
    overflow: hidden;
    position: absolute;
    right: -7px;
    bottom: -7px
}

.wc-block-components-review-list-item__verified:before {
    width: 21px;
    height: 21px;
    background: transparent url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTAuNSIgY3k9IjEwLjUiIHI9IjEwLjUiIGZpbGw9IiNmZmYiLz48cGF0aCBmaWxsPSIjMDA4QTIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjE2NjcgMTAuNTAwM2MwLTQuNiAzLjczMzMtOC4zMzMzIDguMzMzMy04LjMzMzNzOC4zMzM0IDMuNzMzMyA4LjMzMzQgOC4zMzMzUzE1LjEgMTguODMzNyAxMC41IDE4LjgzMzdzLTguMzMzMy0zLjczMzQtOC4zMzMzLTguMzMzNHptMi41IDBsNC4xNjY2IDQuMTY2NyA3LjUwMDEtNy41LTEuMTc1LTEuMTgzMy02LjMyNSA2LjMyNS0yLjk5MTctMi45ODM0LTEuMTc1IDEuMTc1eiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PG1hc2sgaWQ9ImEiIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgeD0iMiIgeT0iMiIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMi4xNjY3IDEwLjUwMDNjMC00LjYgMy43MzMzLTguMzMzMyA4LjMzMzMtOC4zMzMzczguMzMzNCAzLjczMzMgOC4zMzM0IDguMzMzM1MxNS4xIDE4LjgzMzcgMTAuNSAxOC44MzM3cy04LjMzMzMtMy43MzM0LTguMzMzMy04LjMzMzR6bTIuNSAwbDQuMTY2NiA0LjE2NjcgNy41MDAxLTcuNS0xLjE3NS0xLjE4MzMtNi4zMjUgNi4zMjUtMi45OTE3LTIuOTgzNC0xLjE3NSAxLjE3NXoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjMDA4QTIxIiBkPSJNLjUuNWgyMHYyMEguNXoiLz48L2c+PC9zdmc+) 50% no-repeat;
    display: block;
    content: ""
}

.wc-block-components-review-list-item__meta {
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.wc-block-components-review-list-item__meta:after {
    order: 3;
    content: "";
    flex-basis: 100%
}

.wc-block-components-review-list-item__author,
.wc-block-components-review-list-item__product {
    display: block;
    font-weight: 700;
    order: 1;
    margin-right: 8px
}

.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author {
    font-weight: 400;
    color: grey;
    order: 4
}

.wc-block-components-review-list-item__published-date {
    color: grey;
    order: 5
}

.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    border-right: 1px solid #ddd;
    height: 1em;
    vertical-align: middle
}

.wc-block-components-review-list-item__author:first-child+.wc-block-components-review-list-item__published-date:before,
.wc-block-components-review-list-item__rating+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before {
    display: none
}

.wc-block-components-review-list-item__rating {
    order: 2
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars {
    font-size: 1em;
    display: inline-block;
    top: 0;
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    width: 5.3em;
    font-family: star;
    font-weight: 400;
    vertical-align: top
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #e6a237
}

.editor-styles .wc-block-components-review-list,
.wc-block-components-review-list {
    margin: 0
}

.wc-block-components-review-sort-select {
    text-align: right
}

.wc-block-components-select {
    height: 3em;
    position: relative;
    margin-bottom: 1.5em
}

.wc-block-components-select label {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    font-size: 1em;
    line-height: 1.375;
    position: absolute;
    transform: translateY(.75em);
    transform-origin: top left;
    transition: all .2s ease;
    color: #646970;
    z-index: 1;
    margin: 0 0 0 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 32px);
    white-space: nowrap
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-select label {
        transition: none
    }
}

.wc-block-components-select.is-active label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-select.has-error .components-custom-select-control__button {
    border-color: #d94f4f
}

.wc-block-components-select.has-error label {
    color: #d94f4f
}

.wc-block-components-select .components-custom-select-control__button,
.wc-block-components-select .components-custom-select-control__button:active,
.wc-block-components-select .components-custom-select-control__button:focus,
.wc-block-components-select .components-custom-select-control__button:hover {
    font-size: 1em;
    background-color: #fff;
    box-shadow: none;
    color: #2b2d2f;
    font-family: inherit;
    font-weight: 400;
    height: 3em;
    letter-spacing: inherit;
    line-height: 1;
    overflow: hidden;
    padding: 1.5em 16px .25em;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
    width: 100%
}

.wc-block-components-select .components-custom-select-control__button-icon {
    right: 12px
}

.wc-block-components-select .components-custom-select-control__menu {
    background-color: #fff;
    margin: 0;
    max-height: 300px;
    overflow: auto
}

.wc-block-components-select .components-custom-select-control__menu:empty {
    display: none
}

.wc-block-components-select .components-custom-select-control__item {
    font-size: 1em;
    margin-left: 0;
    padding-left: 16px
}

.wc-block-components-select .components-custom-select-control__item-icon {
    display: none
}

.wc-block-components-sidebar-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    margin: 0;
    padding-right: 3.77358%;
    width: 65%
}

.wc-block-components-sidebar {
    margin: 0;
    padding-left: 2.26415%;
    width: 35%
}

.wc-block-components-sidebar .wc-blocks-components-panel>h2 {
    font-size: 1.25em;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.is-medium.wc-block-components-sidebar-layout,
.is-mobile.wc-block-components-sidebar-layout,
.is-small.wc-block-components-sidebar-layout {
    flex-direction: column;
    margin: 0 auto 16px
}

.is-medium.wc-block-components-sidebar-layout .wc-block-components-main,
.is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar,
.is-mobile.wc-block-components-sidebar-layout .wc-block-components-main,
.is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar,
.is-small.wc-block-components-sidebar-layout .wc-block-components-main,
.is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding: 0;
    width: 100%
}

.is-large .wc-block-components-sidebar .wc-block-components-totals-item,
.is-large .wc-block-components-sidebar .wc-blocks-components-panel {
    padding-left: 16px;
    padding-right: 16px
}

.theme-twentytwenty .wc-block-components-sidebar .wc-blocks-components-panel>h2 {
    font-size: 1.25em;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wc-block-components-sort-select {
    margin-bottom: 12px
}

.wc-block-components-sort-select__label {
    margin-right: 12px;
    display: inline-block;
    font-weight: 400
}

.wc-block-components-sort-select__select {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.wc-block-components-notices {
    display: block;
    margin-bottom: 2em
}

.wc-block-components-notices .wc-block-components-notices__notice {
    margin: 0
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content {
    display: inline-block
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss {
    background: transparent none;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    color: #fff;
    float: right
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg {
    fill: #fff;
    vertical-align: text-top
}

.wc-block-components-notices .wc-block-components-notices__notice+.wc-block-components-notices__notice {
    margin-top: 1em
}

.wc-block-components-notices__snackbar {
    position: fixed;
    bottom: 20px;
    left: 16px;
    width: auto
}

@media(max-width:782px) {
    .wc-block-components-notices__snackbar {
        position: fixed;
        top: 10px;
        left: 0;
        bottom: auto
    }
}

@media(max-width:782px) {
    .wc-block-components-notices__snackbar .components-snackbar-list__notice-container {
        margin-left: 10px;
        margin-right: 10px
    }
}

.wc-block-components-tabs .wc-block-components-tabs__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item {
    border: none;
    flex: auto;
    background: 0 0;
    padding: 12px 16px;
    color: inherit;
    outline-offset: -1px;
    text-align: center;
    transition: box-shadow .1s linear;
    box-shadow: inset 0 -1px currentColor
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item.is-active {
    box-shadow: inset 0 -3px currentColor;
    font-weight: 600;
    position: relative
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:focus {
    outline-offset: -1px;
    outline: 1px dotted currentColor
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content {
    font-size: 1em;
    line-height: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    font-weight: 700
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content>img,
.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content>svg {
    height: 1.2em;
    vertical-align: middle;
    margin: .2em 0 -.2em
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons {
    margin: .2em 0 -.2em
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 1.2em;
    vertical-align: middle
}

.wc-block-components-tabs .wc-block-components-tabs__content {
    padding: 16px 0;
    text-transform: none
}

.wc-block-components-text-input {
    position: relative;
    margin-bottom: 1.5em;
    white-space: nowrap
}

.wc-block-components-text-input label {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    font-size: 1em;
    position: absolute;
    transform: translateY(.75em);
    left: 0;
    top: 0;
    transform-origin: top left;
    line-height: 1.375;
    color: #646970;
    transition: transform .2s ease;
    margin: 0 0 0 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 32px);
    cursor: text
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-text-input label {
        transition: none
    }
}

.wc-block-components-text-input input:-webkit-autofill+label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-text-input.is-active label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
    font-size: 1em;
    background-color: #fff;
    padding: .75em 16px;
    border-radius: 4px;
    border: 1px solid #8d96a0;
    width: 100%;
    line-height: 1.375;
    font-family: inherit;
    margin: 0;
    box-sizing: border-box;
    height: 3em;
    min-height: 0;
    color: #2b2d2f
}

.wc-block-components-text-input input[type=email]:focus,
.wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-text-input input[type=text]:focus,
.wc-block-components-text-input input[type=url]:focus {
    background-color: #fff
}

.wc-block-components-text-input.is-active input[type=email],
.wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-text-input.is-active input[type=text],
.wc-block-components-text-input.is-active input[type=url] {
    padding: 1.5em 0 .25em 16px
}

.wc-block-components-text-input.has-error input {
    border-color: #d94f4f
}

.wc-block-components-text-input.has-error input:focus {
    outline-color: #d94f4f
}

.wc-block-components-text-input.has-error label {
    color: #d94f4f
}

.wc-block-components-text-input:only-child {
    margin-bottom: 0
}

.theme-twentytwenty .wc-block-components-title.wc-block-components-title,
.wc-block-components-title.wc-block-components-title {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: 1.25em
}

.wc-block-components-validation-error {
    font-size: .75em;
    color: #d94f4f;
    max-width: 100%;
    position: absolute;
    top: calc(100% - 1px);
    white-space: normal
}

.wc-block-components-validation-error>p {
    align-items: center;
    display: flex;
    line-height: 12px;
    margin: 0;
    min-height: 24px;
    padding: 0
}

.wc-block-components-select+.wc-block-components-validation-error {
    margin-bottom: 24px
}

.with-scroll-to-top__scroll-point {
    position: relative;
    top: -36px
}

.wc-block-cart__submit-button {
    width: 100%;
    margin: 0 0 16px
}

.wc-block-cart__submit-button:last-child {
    margin-bottom: 0
}

.editor-styles-wrapper .wc-block-cart__empty-cart__title,
.wc-block-cart__empty-cart__title {
    font-size: inherit
}

.wc-block-cart .wc-block-components-shipping-calculator {
    white-space: nowrap
}

.wc-block-cart .wc-block-components-product-name {
    color: inherit
}

table.wc-block-cart-items,
table.wc-block-cart-items td,
table.wc-block-cart-items th {
    background: 0 0 !important;
    border: 0;
    margin: 0
}

.editor-styles-wrapper table.wc-block-cart-items,
table.wc-block-cart-items {
    table-layout: fixed;
    width: 100%
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
table.wc-block-cart-items .wc-block-cart-items__header {
    font-size: .75em;
    text-transform: uppercase
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image,
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
    width: 100px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product,
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: hidden;
    min-width: 300px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-quantity,
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-quantity {
    width: 116px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total,
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
    width: 100px;
    text-align: right
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    width: 100%;
    margin: 0
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    background: 0 0;
    box-shadow: none;
    display: inline;
    text-decoration: underline;
    font-size: .75em;
    text-transform: none;
    white-space: nowrap
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
    background: 0 0
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    background: 0 0;
    box-shadow: none;
    display: inline;
    text-decoration: underline;
    fill: currentColor;
    position: absolute;
    top: 16px;
    right: 0;
    display: none
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:active,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:focus,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:hover,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:active,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:focus,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:hover {
    background: 0 0
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    font-size: 1em;
    text-align: right;
    line-height: 1.25
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__regular,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__value,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__regular,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__value {
    display: block
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled,
table.wc-block-cart-items .wc-block-cart-items__row.is-disabled {
    opacity: .5;
    pointer-events: none;
    transition: opacity .2s ease
}

.wc-block-cart--is-loading h2 span,
.wc-block-cart--is-loading th span {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    border-color: #e2e4e7 !important;
    color: #e2e4e7 !important;
    box-shadow: none;
    pointer-events: none;
    min-width: 84px;
    display: inline-block
}

.wc-block-cart--is-loading h2 span>*,
.wc-block-cart--is-loading th span>* {
    visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading h2 span,
    .wc-block-cart--is-loading th span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading h2 span:after,
.wc-block-cart--is-loading th span:after {
    content: "\00a0"
}

.wc-block-cart--is-loading h2 span {
    min-width: 33%
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image>*,
.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price,
.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata,
.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    border-color: #e2e4e7 !important;
    color: #e2e4e7 !important;
    box-shadow: none;
    pointer-events: none
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image>*>*,
.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price>*,
.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata>*,
.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector>* {
    visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image>*,
    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price,
    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata,
    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    border-color: #e2e4e7 !important;
    color: #e2e4e7 !important;
    box-shadow: none;
    pointer-events: none;
    min-width: 84px;
    display: inline-block
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name>* {
    visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name:after {
    content: "\00a0"
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata {
    margin-top: .25em;
    min-width: 8em
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__remove-icon,
.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__remove-link {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image a {
    display: block
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total>div,
.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total>span {
    display: none
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__price {
    display: block
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__price:after {
    content: "\00a0"
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    border-color: #e2e4e7 !important;
    color: #e2e4e7 !important;
    box-shadow: none;
    pointer-events: none;
    min-height: 460px
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card>* {
    visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after {
    content: "\00a0"
}

.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: none
}

.is-loading+.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: flex
}

.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
.is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
.is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: none
}

.is-medium table.wc-block-cart-items td,
.is-mobile table.wc-block-cart-items td,
.is-small table.wc-block-cart-items td {
    padding: 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-medium table.wc-block-cart-items .wc-block-cart-items__header,
.is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__header,
.is-small table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-small table.wc-block-cart-items .wc-block-cart-items__header {
    display: none
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
.is-small table.wc-block-cart-items .wc-block-cart-items__row {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 132px;
    grid-template-columns: 80px 132px;
    padding: 16px 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row:after,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row:after,
.is-small table.wc-block-cart-items .wc-block-cart-items__row:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    padding-right: 16px
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    margin-right: 24px;
    padding-bottom: 16px
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    vertical-align: bottom;
    padding-right: 16px
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    display: none
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon {
    display: block
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: center;
    align-self: center
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
    display: inline-block
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-sale-badge,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-sale-badge,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-sale-badge {
    display: none
}

@media(max-width:782px) {
    .wc-block-cart__submit-container {
        background: #fff;
        bottom: 0;
        left: 0;
        padding: 16px;
        position: fixed;
        width: 100%;
        z-index: 9999
    }
    .wc-block-cart__submit-container:before {
        box-shadow: 0 -10px 20px 10px currentColor;
        color: rgba(204, 208, 212, .5);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
    .wc-block-cart__submit-container-push {
        height: 100px
    }
}

.is-large.wc-block-cart .wc-block-cart-items {
    position: relative
}

.is-large.wc-block-cart .wc-block-cart-items:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.is-large.wc-block-cart .wc-block-cart-items th {
    padding: .25rem 16px .25rem 0;
    white-space: nowrap
}

.is-large.wc-block-cart .wc-block-cart-items td {
    position: relative;
    padding: 16px 16px 16px 0;
    vertical-align: top
}

.is-large.wc-block-cart .wc-block-cart-items td:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.is-large.wc-block-cart .wc-block-cart-items td:last-child,
.is-large.wc-block-cart .wc-block-cart-items th:last-child {
    padding-right: 0
}

.is-large.wc-block-cart .wc-block-components-radio-control__option {
    padding-left: 24px
}

.is-large.wc-block-cart .wc-block-components-radio-control__input {
    left: 0
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,
.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-blocks-components-panel),
.is-large.wc-block-cart .wc-block-components-sidebar>.wc-block-cart__submit-container,
.is-large.wc-block-cart .wc-block-components-sidebar>.wc-block-cart__totals-title {
    padding-left: 16px;
    padding-right: 16px
}

.wp-block-woocommerce-cart.is-loading {
    display: none
}

.wp-block-woocommerce-cart {
    margin-bottom: 3em
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder {
    margin-bottom: 16px
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder * {
    pointer-events: all
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset {
    display: block
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .components-button {
    background-color: #24292d;
    color: #fff
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .wc-block-checkout__no-shipping-placeholder-description {
    display: block;
    margin: .25em 0 1em
}

.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point {
    top: -96px
}

.wc-block-checkout__add-note,
.wc-block-checkout__keep-updated {
    margin-top: 16px
}

.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__package:not(:first-of-type) {
    margin-top: 36px
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
    color: inherit;
    padding-right: 12px;
    flex-grow: 1;
    flex-basis: 0%
}

.wc-block-components-express-checkout-continue-rule {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 36px;
    margin: 24px 0
}

.wc-block-components-express-checkout-continue-rule:before {
    margin-right: 10px
}

.wc-block-components-express-checkout-continue-rule:after {
    margin-left: 10px
}

.wc-block-components-express-checkout-continue-rule:after,
.wc-block-components-express-checkout-continue-rule:before {
    content: " ";
    flex: 1;
    border-bottom: 1px solid;
    opacity: .3
}

.wc-block-checkout__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 48px;
    padding: 0 0 0 36px
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    width: 50%;
    padding: 1em;
    height: auto;
    margin-left: auto
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
    line-height: 24px
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text>svg {
    fill: #fff;
    vertical-align: top
}

.wc-block-checkout--is-loading .wc-block-checkout__actions button,
.wc-block-checkout--is-loading .wc-block-components-express-checkout {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    border-color: #e2e4e7 !important;
    color: #e2e4e7 !important;
    box-shadow: none;
    pointer-events: none
}

.wc-block-checkout--is-loading .wc-block-checkout__actions button>*,
.wc-block-checkout--is-loading .wc-block-components-express-checkout>* {
    visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__actions button,
    .wc-block-checkout--is-loading .wc-block-components-express-checkout {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__actions button:after,
.wc-block-checkout--is-loading .wc-block-components-express-checkout:after {
    content: "\00a0"
}

.wc-block-checkout--is-loading .wc-block-components-express-checkout {
    min-height: 150px
}

.wc-block-checkout--is-loading .wc-block-components-express-checkout-continue-rule>span {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    border-color: #e2e4e7 !important;
    color: #e2e4e7 !important;
    box-shadow: none;
    pointer-events: none;
    width: 150px
}

.wc-block-checkout--is-loading .wc-block-components-express-checkout-continue-rule>span>* {
    visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-components-express-checkout-continue-rule>span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-components-express-checkout-continue-rule>span:after {
    content: "\00a0"
}

.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__title {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    border-color: #e2e4e7 !important;
    color: #e2e4e7 !important;
    box-shadow: none;
    pointer-events: none;
    display: block;
    width: 10em
}

.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__title>* {
    visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__title {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__title:after {
    content: "\00a0"
}

.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__title:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    border-color: #e2e4e7 !important;
    color: #e2e4e7 !important;
    box-shadow: none;
    pointer-events: none;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 1.5em
}

.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__title:before>* {
    visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__title:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__title:before:after {
    content: "\00a0"
}

.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__container:after {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    border-color: #e2e4e7 !important;
    color: #e2e4e7 !important;
    box-shadow: none;
    pointer-events: none
}

.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__container:after>* {
    visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__container:after {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__content>span {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    border-color: #e2e4e7 !important;
    color: #e2e4e7 !important;
    box-shadow: none;
    pointer-events: none;
    display: block;
    min-height: 100px
}

.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__content>span>* {
    visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__content>span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__content>span:after {
    content: "\00a0"
}

.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step:after,
.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    border-color: #e2e4e7 !important;
    color: #e2e4e7 !important;
    box-shadow: none;
    pointer-events: none
}

.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step:after>*,
.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step:before>* {
    visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step:after,
    .wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    border-color: #e2e4e7 !important;
    color: #e2e4e7 !important;
    box-shadow: none;
    pointer-events: none;
    min-height: 460px
}

.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card>* {
    visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card:after {
    content: "\00a0"
}

.wc-block-components-sidebar-layout.wc-block-checkout--skeleton {
    display: none
}

.is-loading+.wc-block-components-sidebar-layout.wc-block-checkout--skeleton {
    display: flex
}

.wc-block-checkout-empty,
.wc-block-checkout-error {
    padding: 40px;
    text-align: center;
    width: 100%
}

.wc-block-checkout-empty .wc-block-checkout-empty__image,
.wc-block-checkout-empty .wc-block-checkout-error__image,
.wc-block-checkout-error .wc-block-checkout-empty__image,
.wc-block-checkout-error .wc-block-checkout-error__image {
    max-width: 150px;
    margin: 0 auto 1em;
    display: block;
    color: inherit
}

.wc-block-checkout-empty .wc-block-checkout-empty__title,
.wc-block-checkout-empty .wc-block-checkout-error__title,
.wc-block-checkout-error .wc-block-checkout-empty__title,
.wc-block-checkout-error .wc-block-checkout-error__title {
    display: block;
    margin: 0;
    font-weight: 700
}

.wc-block-checkout-empty .wc-block-checkout-empty__description,
.wc-block-checkout-empty .wc-block-checkout-error__description,
.wc-block-checkout-error .wc-block-checkout-empty__description,
.wc-block-checkout-error .wc-block-checkout-error__description {
    display: block;
    margin: .25em 0 1em
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
    display: none
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    width: 100%
}

.is-medium .wc-block-checkout__main,
.is-mobile .wc-block-checkout__main,
.is-small .wc-block-checkout__main {
    order: 1
}

.is-medium .wc-block-checkout__sidebar,
.is-mobile .wc-block-checkout__sidebar,
.is-small .wc-block-checkout__sidebar {
    margin-bottom: 40px;
    order: 0
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form {
    margin-left: -6px;
    margin-right: -6px
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form:after,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form:after,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form:after,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form:after {
    content: "";
    clear: both;
    display: block
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
    float: left;
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    width: calc(50% - 12px)
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input .wc-block-components-select,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select .wc-block-components-select,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input .wc-block-components-select,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input .wc-block-components-select,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select .wc-block-components-select,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input .wc-block-components-select,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input .wc-block-components-select,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select .wc-block-components-select,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input .wc-block-components-select,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input .wc-block-components-select,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select .wc-block-components-select,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input .wc-block-components-select,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input .wc-block-components-select,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select .wc-block-components-select,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input .wc-block-components-select,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input .wc-block-components-select,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select .wc-block-components-select,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input .wc-block-components-select {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company {
    width: calc(100% - 12px)
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox {
    clear: both
}

.is-large .wc-block-checkout__actions {
    padding-right: 36px
}

.is-large .wc-block-checkout__shipping-option .wc-block-components-radio-control__input {
    margin-left: -8px
}

.wc-block-product-categories {
    margin-bottom: 1em
}

.wc-block-product-categories.is-dropdown {
    display: flex
}

.wc-block-product-categories select {
    margin-right: .5em
}

.wc-block-product-categories-list--has-images {
    list-style: none outside
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    margin: 4px 0 4px 60px;
    list-style: none outside;
    clear: both
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul {
    margin: 4px 0 0
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    max-width: 50px;
    display: inline-block;
    padding: 0;
    margin: 0 .5em 0 -60px;
    position: relative;
    vertical-align: middle;
    border: 1px solid #eee
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img {
    margin: 0;
    padding: 0
}

.wc-block-product-categories-list-item-count:before {
    content: " ("
}

.wc-block-product-categories-list-item-count:after {
    content: ")"
}

.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder {
    display: inline-block;
    height: 1em;
    width: 50%;
    min-width: 200px;
    background: currentColor;
    opacity: .2
}

.wc-block-product-categories__button {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin: 0;
    border: none;
    cursor: pointer;
    background: 0 0;
    padding: 0 .5em;
    color: #555d66;
    position: relative;
    overflow: hidden;
    border-radius: .25em
}

.wc-block-product-categories__button svg {
    fill: currentColor;
    outline: none
}

.rtl .wc-block-product-categories__button svg {
    transform: rotate(180deg)
}

.wc-block-product-categories__button:active {
    color: currentColor
}

.wc-block-product-categories__button:disabled,
.wc-block-product-categories__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

.wc-block-product-categories__button:focus:enabled {
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #6c7781, inset 0 0 0 2px #fff;
    outline: 2px solid transparent;
    outline-offset: -2px
}

.wc-block-product-categories__button:not(:disabled):not([aria-disabled=true]):hover {
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #e2e4e7, inset 0 0 0 2px #fff, 0 1px 1px rgba(25, 30, 35, .2)
}

.wc-block-product-categories__button:not(:disabled):not([aria-disabled=true]):active {
    outline: none;
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #ccd0d4, inset 0 0 0 2px #fff
}

.wc-block-product-categories__button:disabled:focus,
.wc-block-product-categories__button[aria-disabled=true]:focus {
    box-shadow: none
}

.wc-block-featured-product {
    position: relative;
    background-color: #24292d;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    margin: 0 0 1.5em
}

.wc-block-featured-product,
.wc-block-featured-product .wc-block-featured-product__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center
}

.wc-block-featured-product .wc-block-featured-product__wrapper {
    overflow: hidden;
    height: 100%
}

.wc-block-featured-product.has-left-content {
    justify-content: flex-start
}

.wc-block-featured-product.has-left-content .wc-block-featured-product__description,
.wc-block-featured-product.has-left-content .wc-block-featured-product__price,
.wc-block-featured-product.has-left-content .wc-block-featured-product__title,
.wc-block-featured-product.has-left-content .wc-block-featured-product__variation {
    margin-left: 0;
    text-align: left
}

.wc-block-featured-product.has-right-content {
    justify-content: flex-end
}

.wc-block-featured-product.has-right-content .wc-block-featured-product__description,
.wc-block-featured-product.has-right-content .wc-block-featured-product__price,
.wc-block-featured-product.has-right-content .wc-block-featured-product__title,
.wc-block-featured-product.has-right-content .wc-block-featured-product__variation {
    margin-right: 0;
    text-align: right
}

.wc-block-featured-product .wc-block-featured-product__description,
.wc-block-featured-product .wc-block-featured-product__price,
.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
    color: #fff;
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center
}

.wc-block-featured-product .wc-block-featured-product__description a,
.wc-block-featured-product .wc-block-featured-product__description a:active,
.wc-block-featured-product .wc-block-featured-product__description a:focus,
.wc-block-featured-product .wc-block-featured-product__description a:hover,
.wc-block-featured-product .wc-block-featured-product__price a,
.wc-block-featured-product .wc-block-featured-product__price a:active,
.wc-block-featured-product .wc-block-featured-product__price a:focus,
.wc-block-featured-product .wc-block-featured-product__price a:hover,
.wc-block-featured-product .wc-block-featured-product__title a,
.wc-block-featured-product .wc-block-featured-product__title a:active,
.wc-block-featured-product .wc-block-featured-product__title a:focus,
.wc-block-featured-product .wc-block-featured-product__title a:hover,
.wc-block-featured-product .wc-block-featured-product__variation a,
.wc-block-featured-product .wc-block-featured-product__variation a:active,
.wc-block-featured-product .wc-block-featured-product__variation a:focus,
.wc-block-featured-product .wc-block-featured-product__variation a:hover {
    color: #fff
}

.wc-block-featured-product .wc-block-featured-product__description,
.wc-block-featured-product .wc-block-featured-product__link,
.wc-block-featured-product .wc-block-featured-product__price,
.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
    width: 100%;
    padding: 16px 48px 0;
    z-index: 1
}

.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
    margin-top: 0;
    border: 0
}

.wc-block-featured-product .wc-block-featured-product__title:before,
.wc-block-featured-product .wc-block-featured-product__variation:before {
    display: none
}

.wc-block-featured-product .wc-block-featured-product__variation {
    font-style: italic;
    padding-top: 0
}

.wc-block-featured-product .wc-block-featured-product__description p {
    margin: 0;
    line-height: 1.5em
}

.wc-block-featured-product.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wc-block-featured-product.has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.wc-block-featured-product.has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.wc-block-featured-product.has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.wc-block-featured-product.has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.wc-block-featured-product.has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.wc-block-featured-product.has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.wc-block-featured-product.has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.wc-block-featured-product.has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.wc-block-featured-product.has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.wc-block-featured-product.has-background-dim.has-background-dim-100:before {
    opacity: 1
}

.wc-block-featured-product.alignleft,
.wc-block-featured-product.alignright {
    max-width: 305px;
    width: 100%
}

.wc-block-featured-product:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .wc-block-featured-product:after {
        content: none
    }
}

.wc-block-featured-product.aligncenter,
.wc-block-featured-product.alignleft,
.wc-block-featured-product.alignright,
.wc-block-product-search .wc-block-product-search__fields {
    display: flex
}

.wc-block-product-search .wc-block-product-search__field {
    padding: 6px 8px;
    line-height: 1.8;
    flex-grow: 1
}

.wc-block-product-search .wc-block-product-search__button {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin: 0 0 0 6px;
    border: none;
    cursor: pointer;
    background: 0 0;
    padding: 0 .5em;
    color: #555d66;
    position: relative;
    overflow: hidden;
    border-radius: .25em
}

.wc-block-product-search .wc-block-product-search__button svg {
    fill: currentColor;
    outline: none
}

.rtl .wc-block-product-search .wc-block-product-search__button svg {
    transform: rotate(180deg)
}

.wc-block-product-search .wc-block-product-search__button:active {
    color: currentColor
}

.wc-block-product-search .wc-block-product-search__button:disabled,
.wc-block-product-search .wc-block-product-search__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

.wc-block-product-search .wc-block-product-search__button:focus:enabled {
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #6c7781, inset 0 0 0 2px #fff;
    outline: 2px solid transparent;
    outline-offset: -2px
}

.wc-block-product-search .wc-block-product-search__button:not(:disabled):not([aria-disabled=true]):hover {
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #e2e4e7, inset 0 0 0 2px #fff, 0 1px 1px rgba(25, 30, 35, .2)
}

.wc-block-product-search .wc-block-product-search__button:not(:disabled):not([aria-disabled=true]):active {
    outline: none;
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #ccd0d4, inset 0 0 0 2px #fff
}

.wc-block-product-search .wc-block-product-search__button:disabled:focus,
.wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus {
    box-shadow: none
}

.wc-block-featured-category {
    position: relative;
    background-color: #24292d;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    margin: 0 0 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center
}

.wc-block-featured-category .wc-block-featured-category__wrapper {
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center
}

.wc-block-featured-category.has-left-content {
    justify-content: flex-start
}

.wc-block-featured-category.has-left-content .wc-block-featured-category__description,
.wc-block-featured-category.has-left-content .wc-block-featured-category__price,
.wc-block-featured-category.has-left-content .wc-block-featured-category__title {
    margin-left: 0;
    text-align: left
}

.wc-block-featured-category.has-right-content {
    justify-content: flex-end
}

.wc-block-featured-category.has-right-content .wc-block-featured-category__description,
.wc-block-featured-category.has-right-content .wc-block-featured-category__price,
.wc-block-featured-category.has-right-content .wc-block-featured-category__title {
    margin-right: 0;
    text-align: right
}

.wc-block-featured-category .wc-block-featured-category__description,
.wc-block-featured-category .wc-block-featured-category__price,
.wc-block-featured-category .wc-block-featured-category__title {
    color: #fff;
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center
}

.wc-block-featured-category .wc-block-featured-category__description a,
.wc-block-featured-category .wc-block-featured-category__description a:active,
.wc-block-featured-category .wc-block-featured-category__description a:focus,
.wc-block-featured-category .wc-block-featured-category__description a:hover,
.wc-block-featured-category .wc-block-featured-category__price a,
.wc-block-featured-category .wc-block-featured-category__price a:active,
.wc-block-featured-category .wc-block-featured-category__price a:focus,
.wc-block-featured-category .wc-block-featured-category__price a:hover,
.wc-block-featured-category .wc-block-featured-category__title a,
.wc-block-featured-category .wc-block-featured-category__title a:active,
.wc-block-featured-category .wc-block-featured-category__title a:focus,
.wc-block-featured-category .wc-block-featured-category__title a:hover {
    color: #fff
}

.wc-block-featured-category .wc-block-featured-category__description,
.wc-block-featured-category .wc-block-featured-category__link,
.wc-block-featured-category .wc-block-featured-category__price,
.wc-block-featured-category .wc-block-featured-category__title {
    width: 100%;
    padding: 0 48px 16px;
    z-index: 1
}

.wc-block-featured-category .wc-block-featured-category__title {
    margin-top: 0
}

.wc-block-featured-category .wc-block-featured-category__title:before {
    display: none
}

.wc-block-featured-category .wc-block-featured-category__description p {
    margin: 0
}

.wc-block-featured-category.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wc-block-featured-category.has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.wc-block-featured-category.has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.wc-block-featured-category.has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.wc-block-featured-category.has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.wc-block-featured-category.has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.wc-block-featured-category.has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.wc-block-featured-category.has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.wc-block-featured-category.has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.wc-block-featured-category.has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.wc-block-featured-category.has-background-dim.has-background-dim-100:before {
    opacity: 1
}

.wc-block-featured-category.alignleft,
.wc-block-featured-category.alignright {
    max-width: 305px;
    width: 100%
}

.wc-block-featured-category:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .wc-block-featured-category:after {
        content: none
    }
}

.wc-block-featured-category.aligncenter,
.wc-block-featured-category.alignleft,
.wc-block-featured-category.alignright {
    display: flex
}

.wc-block-attribute-filter {
    margin-bottom: 24px
}

.wc-block-attribute-filter .wc-block-attribute-filter-list-count:before {
    content: " ("
}

.wc-block-attribute-filter .wc-block-attribute-filter-list-count:after {
    content: ")"
}

.wc-block-attribute-filter .wc-block-attribute-filter-list {
    margin: 0
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li {
    text-decoration: underline
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li label {
    cursor: pointer
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li input {
    cursor: pointer;
    display: inline-block
}

.wc-block-attribute-filter .wc-block-attribute-filter-list .wc-block-attribute-filter-list-count {
    float: right
}

.wc-block-attribute-filter .is-single .wc-block-attribute-filter-list-count,
.wc-block-attribute-filter .wc-block-dropdown-selector .wc-block-dropdown-selector__list .wc-block-attribute-filter-list-count {
    opacity: .6
}

.wc-block-attribute-filter .wc-block-attribute-filter__button {
    margin-top: 8px
}

@-webkit-keyframes loading-fade {
    0% {
        opacity: .7
    }
    50% {
        opacity: 1
    }
    to {
        opacity: .7
    }
}

@keyframes loading-fade {
    0% {
        opacity: .7
    }
    50% {
        opacity: 1
    }
    to {
        opacity: .7
    }
}

.wc-block-active-filters {
    margin-bottom: 24px;
    overflow: hidden
}

.wc-block-active-filters .wc-block-active-filters__clear-all {
    font-size: 1em;
    float: right;
    border: none;
    padding: 0;
    text-decoration: underline;
    cursor: pointer
}

.wc-block-active-filters .wc-block-active-filters__clear-all,
.wc-block-active-filters .wc-block-active-filters__clear-all:active,
.wc-block-active-filters .wc-block-active-filters__clear-all:focus,
.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
    background: 0 0;
    color: inherit
}

.wc-block-active-filters .wc-block-active-filters__list {
    margin: 0 0 4px;
    list-style: none outside;
    clear: both
}

.wc-block-active-filters .wc-block-active-filters__list li {
    margin: 0;
    padding: 0;
    list-style: none outside;
    clear: both
}

.wc-block-active-filters .wc-block-active-filters__list li ul {
    margin: 0;
    padding: 0;
    list-style: none outside
}

.wc-block-active-filters .wc-block-active-filters__list li:first-child .wc-block-active-filters__list-item-type {
    margin: 0
}

.wc-block-active-filters .wc-block-active-filters__list-item-type {
    font-size: .75em;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 16px 0 0;
    display: block
}

.wc-block-active-filters .wc-block-active-filters__list-item-operator {
    font-weight: 400;
    font-style: italic
}

.wc-block-active-filters .wc-block-active-filters__list-item-name {
    font-weight: 700;
    display: block;
    position: relative;
    padding: 0 16px 0 0
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove {
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 0;
    padding: 16px 0 0;
    width: 16px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -8px 0 0
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove:before {
    width: 16px;
    height: 16px;
    background: transparent url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTggMTgnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGNpcmNsZSBjeD0nOScgY3k9JzknIHI9JzknIGZpbGw9JyMyNDI5MmQnLz48cGF0aCBmaWxsPScjZmZmJyBkPSdNNC41IDYuODg3TDYuODg3IDQuNWw3LjAzMyA3LjAzNC0yLjM4NiAyLjM4NnonLz48cGF0aCBmaWxsPScjZmZmJyBkPSdNMTEuNTMzIDQuNWwyLjM4NyAyLjM4Ni03LjAzNCA3LjAzNEw0LjUgMTEuNTMzeicvPjwvc3ZnPg==) 50% no-repeat;
    display: block;
    content: "";
    position: absolute;
    top: 0
}

.wc-block-active-filters .wc-block-active-filters__list--chips li,
.wc-block-active-filters .wc-block-active-filters__list--chips ul {
    display: inline
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-active-filters__list-item-type {
    display: none
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip {
    font-size: .875em;
    margin-top: .1875em;
    margin-bottom: .1875em
}

.panel-grid.panel-has-style>.panel-row-style,
.panel-grid.panel-no-style {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between
}

.panel-layout.panel-is-rtl .panel-grid.panel-has-style>.panel-row-style,
.panel-layout.panel-is-rtl .panel-grid.panel-no-style {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.panel-grid-cell {
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.panel-grid-cell .panel-cell-style {
    height: 100%
}

.panel-grid-cell .so-panel {
    zoom: 1
}

.panel-grid-cell .so-panel:before {
    content: "";
    display: block
}

.panel-grid-cell .so-panel:after {
    content: "";
    display: table;
    clear: both
}

.panel-grid-cell .panel-last-child {
    margin-bottom: 0
}

.panel-grid-cell .widget-title {
    margin-top: 0
}

body.siteorigin-panels-before-js {
    overflow-x: hidden
}

body.siteorigin-panels-before-js .siteorigin-panels-stretch {
    margin-right: -1000px !important;
    margin-left: -1000px !important;
    padding-right: 1000px !important;
    padding-left: 1000px !important
}

@charset "UTF-8";
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

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
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=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 {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    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-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

@media print {
    *,
    :after,
    :before,
    :first-letter,
    blockquote:first-line,
    div:first-line,
    li:first-line,
    p:first-line {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .tag {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

@-ms-viewport {
    width: device-width
}

html {
    font-size: 18px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #666;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #818a91
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

a {
    color: #ff7240;
    text-decoration: none
}

a:focus,
a:hover {
    color: #f33f00;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: none
}

pre {
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle
}

[role=button] {
    cursor: pointer
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse;
    background-color: transparent
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #818a91;
    caption-side: bottom
}

caption,
th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
select,
textarea {
    line-height: inherit
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
    cursor: not-allowed
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}

input[type=search] {
    -webkit-appearance: none
}

output {
    display: inline-block
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2e3b4e
}

.h1,
h1 {
    font-size: 2rem
}

.h2,
h2 {
    font-size: 1.6666666667rem
}

.h3,
h3 {
    font-size: 1.3333333333rem
}

.h4,
h4 {
    font-size: 1.1111111111rem
}

.h5,
h5 {
    font-size: 1rem
}

.h6,
h6 {
    font-size: .8888888889rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: .25rem solid #eee
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #818a91
}

.blockquote-footer:before {
    content: "\2014 \00A0"
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: .25rem solid #eee;
    border-left: 0
}

.blockquote-reverse .blockquote-footer:before {
    content: ""
}

.blockquote-reverse .blockquote-footer:after {
    content: "\00A0 \2014"
}

dl.row>dd+dt {
    clear: left
}

.carousel-inner>.carousel-item>a>img,
.carousel-inner>.carousel-item>img,
.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    transition: all .2s ease-in-out
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #818a91
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

code {
    color: #bd4147;
    background-color: #f7f7f9
}

code,
kbd {
    padding: .2rem .4rem;
    font-size: 90%
}

kbd {
    color: #fff;
    background-color: #333
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #373a3c
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after {
    content: "";
    display: table;
    clear: both
}

@media(min-width:576px) {
    .container {
        width: 540px;
        max-width: 100%
    }
}

@media(min-width:768px) {
    .container {
        width: 720px;
        max-width: 100%
    }
}

@media(min-width:992px) {
    .container {
        width: 960px;
        max-width: 100%
    }
}

@media(min-width:1200px) {
    .container {
        width: 1140px;
        max-width: 100%
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:after {
    content: "";
    display: table;
    clear: both
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row:after {
    content: "";
    display: table;
    clear: both
}

@media(min-width:576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media(min-width:768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media(min-width:992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media(min-width:1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width:576px) {
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xs,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media(min-width:768px) {
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xs,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media(min-width:992px) {
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xs,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media(min-width:1200px) {
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xs,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-1 {
    float: left;
    width: 8.3333333333%
}

.col-xs-2 {
    float: left;
    width: 16.6666666667%
}

.col-xs-3 {
    float: left;
    width: 25%
}

.col-xs-4 {
    float: left;
    width: 33.3333333333%
}

.col-xs-5 {
    float: left;
    width: 41.6666666667%
}

.col-xs-6 {
    float: left;
    width: 50%
}

.col-xs-7 {
    float: left;
    width: 58.3333333333%
}

.col-xs-8 {
    float: left;
    width: 66.6666666667%
}

.col-xs-9 {
    float: left;
    width: 75%
}

.col-xs-10 {
    float: left;
    width: 83.3333333333%
}

.col-xs-11 {
    float: left;
    width: 91.6666666667%
}

.col-xs-12 {
    float: left;
    width: 100%
}

.pull-xs-0 {
    right: auto
}

.pull-xs-1 {
    right: 8.3333333333%
}

.pull-xs-2 {
    right: 16.6666666667%
}

.pull-xs-3 {
    right: 25%
}

.pull-xs-4 {
    right: 33.3333333333%
}

.pull-xs-5 {
    right: 41.6666666667%
}

.pull-xs-6 {
    right: 50%
}

.pull-xs-7 {
    right: 58.3333333333%
}

.pull-xs-8 {
    right: 66.6666666667%
}

.pull-xs-9 {
    right: 75%
}

.pull-xs-10 {
    right: 83.3333333333%
}

.pull-xs-11 {
    right: 91.6666666667%
}

.pull-xs-12 {
    right: 100%
}

.push-xs-0 {
    left: auto
}

.push-xs-1 {
    left: 8.3333333333%
}

.push-xs-2 {
    left: 16.6666666667%
}

.push-xs-3 {
    left: 25%
}

.push-xs-4 {
    left: 33.3333333333%
}

.push-xs-5 {
    left: 41.6666666667%
}

.push-xs-6 {
    left: 50%
}

.push-xs-7 {
    left: 58.3333333333%
}

.push-xs-8 {
    left: 66.6666666667%
}

.push-xs-9 {
    left: 75%
}

.push-xs-10 {
    left: 83.3333333333%
}

.push-xs-11 {
    left: 91.6666666667%
}

.push-xs-12 {
    left: 100%
}

.offset-xs-1 {
    margin-left: 8.3333333333%
}

.offset-xs-2 {
    margin-left: 16.6666666667%
}

.offset-xs-3 {
    margin-left: 25%
}

.offset-xs-4 {
    margin-left: 33.3333333333%
}

.offset-xs-5 {
    margin-left: 41.6666666667%
}

.offset-xs-6 {
    margin-left: 50%
}

.offset-xs-7 {
    margin-left: 58.3333333333%
}

.offset-xs-8 {
    margin-left: 66.6666666667%
}

.offset-xs-9 {
    margin-left: 75%
}

.offset-xs-10 {
    margin-left: 83.3333333333%
}

.offset-xs-11 {
    margin-left: 91.6666666667%
}

@media(min-width:576px) {
    .col-sm-1 {
        float: left;
        width: 8.3333333333%
    }
    .col-sm-2 {
        float: left;
        width: 16.6666666667%
    }
    .col-sm-3 {
        float: left;
        width: 25%
    }
    .col-sm-4 {
        float: left;
        width: 33.3333333333%
    }
    .col-sm-5 {
        float: left;
        width: 41.6666666667%
    }
    .col-sm-6 {
        float: left;
        width: 50%
    }
    .col-sm-7 {
        float: left;
        width: 58.3333333333%
    }
    .col-sm-8 {
        float: left;
        width: 66.6666666667%
    }
    .col-sm-9 {
        float: left;
        width: 75%
    }
    .col-sm-10 {
        float: left;
        width: 83.3333333333%
    }
    .col-sm-11 {
        float: left;
        width: 91.6666666667%
    }
    .col-sm-12 {
        float: left;
        width: 100%
    }
    .pull-sm-0 {
        right: auto
    }
    .pull-sm-1 {
        right: 8.3333333333%
    }
    .pull-sm-2 {
        right: 16.6666666667%
    }
    .pull-sm-3 {
        right: 25%
    }
    .pull-sm-4 {
        right: 33.3333333333%
    }
    .pull-sm-5 {
        right: 41.6666666667%
    }
    .pull-sm-6 {
        right: 50%
    }
    .pull-sm-7 {
        right: 58.3333333333%
    }
    .pull-sm-8 {
        right: 66.6666666667%
    }
    .pull-sm-9 {
        right: 75%
    }
    .pull-sm-10 {
        right: 83.3333333333%
    }
    .pull-sm-11 {
        right: 91.6666666667%
    }
    .pull-sm-12 {
        right: 100%
    }
    .push-sm-0 {
        left: auto
    }
    .push-sm-1 {
        left: 8.3333333333%
    }
    .push-sm-2 {
        left: 16.6666666667%
    }
    .push-sm-3 {
        left: 25%
    }
    .push-sm-4 {
        left: 33.3333333333%
    }
    .push-sm-5 {
        left: 41.6666666667%
    }
    .push-sm-6 {
        left: 50%
    }
    .push-sm-7 {
        left: 58.3333333333%
    }
    .push-sm-8 {
        left: 66.6666666667%
    }
    .push-sm-9 {
        left: 75%
    }
    .push-sm-10 {
        left: 83.3333333333%
    }
    .push-sm-11 {
        left: 91.6666666667%
    }
    .push-sm-12 {
        left: 100%
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width:768px) {
    .col-md-1 {
        float: left;
        width: 8.3333333333%
    }
    .col-md-2 {
        float: left;
        width: 16.6666666667%
    }
    .col-md-3 {
        float: left;
        width: 25%
    }
    .col-md-4 {
        float: left;
        width: 33.3333333333%
    }
    .col-md-5 {
        float: left;
        width: 41.6666666667%
    }
    .col-md-6 {
        float: left;
        width: 50%
    }
    .col-md-7 {
        float: left;
        width: 58.3333333333%
    }
    .col-md-8 {
        float: left;
        width: 66.6666666667%
    }
    .col-md-9 {
        float: left;
        width: 75%
    }
    .col-md-10 {
        float: left;
        width: 83.3333333333%
    }
    .col-md-11 {
        float: left;
        width: 91.6666666667%
    }
    .col-md-12 {
        float: left;
        width: 100%
    }
    .pull-md-0 {
        right: auto
    }
    .pull-md-1 {
        right: 8.3333333333%
    }
    .pull-md-2 {
        right: 16.6666666667%
    }
    .pull-md-3 {
        right: 25%
    }
    .pull-md-4 {
        right: 33.3333333333%
    }
    .pull-md-5 {
        right: 41.6666666667%
    }
    .pull-md-6 {
        right: 50%
    }
    .pull-md-7 {
        right: 58.3333333333%
    }
    .pull-md-8 {
        right: 66.6666666667%
    }
    .pull-md-9 {
        right: 75%
    }
    .pull-md-10 {
        right: 83.3333333333%
    }
    .pull-md-11 {
        right: 91.6666666667%
    }
    .pull-md-12 {
        right: 100%
    }
    .push-md-0 {
        left: auto
    }
    .push-md-1 {
        left: 8.3333333333%
    }
    .push-md-2 {
        left: 16.6666666667%
    }
    .push-md-3 {
        left: 25%
    }
    .push-md-4 {
        left: 33.3333333333%
    }
    .push-md-5 {
        left: 41.6666666667%
    }
    .push-md-6 {
        left: 50%
    }
    .push-md-7 {
        left: 58.3333333333%
    }
    .push-md-8 {
        left: 66.6666666667%
    }
    .push-md-9 {
        left: 75%
    }
    .push-md-10 {
        left: 83.3333333333%
    }
    .push-md-11 {
        left: 91.6666666667%
    }
    .push-md-12 {
        left: 100%
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.3333333333%
    }
    .offset-md-2 {
        margin-left: 16.6666666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.3333333333%
    }
    .offset-md-5 {
        margin-left: 41.6666666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.3333333333%
    }
    .offset-md-8 {
        margin-left: 66.6666666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.3333333333%
    }
    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width:992px) {
    .col-lg-1 {
        float: left;
        width: 8.3333333333%
    }
    .col-lg-2 {
        float: left;
        width: 16.6666666667%
    }
    .col-lg-3 {
        float: left;
        width: 25%
    }
    .col-lg-4 {
        float: left;
        width: 33.3333333333%
    }
    .col-lg-5 {
        float: left;
        width: 41.6666666667%
    }
    .col-lg-6 {
        float: left;
        width: 50%
    }
    .col-lg-7 {
        float: left;
        width: 58.3333333333%
    }
    .col-lg-8 {
        float: left;
        width: 66.6666666667%
    }
    .col-lg-9 {
        float: left;
        width: 75%
    }
    .col-lg-10 {
        float: left;
        width: 83.3333333333%
    }
    .col-lg-11 {
        float: left;
        width: 91.6666666667%
    }
    .col-lg-12 {
        float: left;
        width: 100%
    }
    .pull-lg-0 {
        right: auto
    }
    .pull-lg-1 {
        right: 8.3333333333%
    }
    .pull-lg-2 {
        right: 16.6666666667%
    }
    .pull-lg-3 {
        right: 25%
    }
    .pull-lg-4 {
        right: 33.3333333333%
    }
    .pull-lg-5 {
        right: 41.6666666667%
    }
    .pull-lg-6 {
        right: 50%
    }
    .pull-lg-7 {
        right: 58.3333333333%
    }
    .pull-lg-8 {
        right: 66.6666666667%
    }
    .pull-lg-9 {
        right: 75%
    }
    .pull-lg-10 {
        right: 83.3333333333%
    }
    .pull-lg-11 {
        right: 91.6666666667%
    }
    .pull-lg-12 {
        right: 100%
    }
    .push-lg-0 {
        left: auto
    }
    .push-lg-1 {
        left: 8.3333333333%
    }
    .push-lg-2 {
        left: 16.6666666667%
    }
    .push-lg-3 {
        left: 25%
    }
    .push-lg-4 {
        left: 33.3333333333%
    }
    .push-lg-5 {
        left: 41.6666666667%
    }
    .push-lg-6 {
        left: 50%
    }
    .push-lg-7 {
        left: 58.3333333333%
    }
    .push-lg-8 {
        left: 66.6666666667%
    }
    .push-lg-9 {
        left: 75%
    }
    .push-lg-10 {
        left: 83.3333333333%
    }
    .push-lg-11 {
        left: 91.6666666667%
    }
    .push-lg-12 {
        left: 100%
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width:1200px) {
    .col-xl-1 {
        float: left;
        width: 8.3333333333%
    }
    .col-xl-2 {
        float: left;
        width: 16.6666666667%
    }
    .col-xl-3 {
        float: left;
        width: 25%
    }
    .col-xl-4 {
        float: left;
        width: 33.3333333333%
    }
    .col-xl-5 {
        float: left;
        width: 41.6666666667%
    }
    .col-xl-6 {
        float: left;
        width: 50%
    }
    .col-xl-7 {
        float: left;
        width: 58.3333333333%
    }
    .col-xl-8 {
        float: left;
        width: 66.6666666667%
    }
    .col-xl-9 {
        float: left;
        width: 75%
    }
    .col-xl-10 {
        float: left;
        width: 83.3333333333%
    }
    .col-xl-11 {
        float: left;
        width: 91.6666666667%
    }
    .col-xl-12 {
        float: left;
        width: 100%
    }
    .pull-xl-0 {
        right: auto
    }
    .pull-xl-1 {
        right: 8.3333333333%
    }
    .pull-xl-2 {
        right: 16.6666666667%
    }
    .pull-xl-3 {
        right: 25%
    }
    .pull-xl-4 {
        right: 33.3333333333%
    }
    .pull-xl-5 {
        right: 41.6666666667%
    }
    .pull-xl-6 {
        right: 50%
    }
    .pull-xl-7 {
        right: 58.3333333333%
    }
    .pull-xl-8 {
        right: 66.6666666667%
    }
    .pull-xl-9 {
        right: 75%
    }
    .pull-xl-10 {
        right: 83.3333333333%
    }
    .pull-xl-11 {
        right: 91.6666666667%
    }
    .pull-xl-12 {
        right: 100%
    }
    .push-xl-0 {
        left: auto
    }
    .push-xl-1 {
        left: 8.3333333333%
    }
    .push-xl-2 {
        left: 16.6666666667%
    }
    .push-xl-3 {
        left: 25%
    }
    .push-xl-4 {
        left: 33.3333333333%
    }
    .push-xl-5 {
        left: 41.6666666667%
    }
    .push-xl-6 {
        left: 50%
    }
    .push-xl-7 {
        left: 58.3333333333%
    }
    .push-xl-8 {
        left: 66.6666666667%
    }
    .push-xl-9 {
        left: 75%
    }
    .push-xl-10 {
        left: 83.3333333333%
    }
    .push-xl-11 {
        left: 91.6666666667%
    }
    .push-xl-12 {
        left: 100%
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eee
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eee
}

.table tbody+tbody {
    border-top: 2px solid #eee
}

.table .table {
    background-color: #fff
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #eee
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th,
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #dff0d8
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #d0e9c6
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #d9edf7
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #c4e3f3
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #fcf8e3
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #faf2cc
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f2dede
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #ebcccc
}

.thead-inverse th {
    color: #fff;
    background-color: #373a3c
}

.thead-default th {
    color: #666;
    background-color: #eee
}

.table-inverse {
    color: #eee;
    background-color: #373a3c
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
    border-color: #666
}

.table-inverse.table-bordered {
    border: 0
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: 0;
    overflow-x: auto
}

.table-reflow thead {
    float: left
}

.table-reflow tbody {
    display: block;
    white-space: nowrap
}

.table-reflow td,
.table-reflow th {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee
}

.table-reflow td:last-child,
.table-reflow th:last-child {
    border-right: 1px solid #eee
}

.table-reflow tbody:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow thead:last-child tr:last-child th {
    border-bottom: 1px solid #eee
}

.table-reflow tr {
    float: left
}

.table-reflow tr td,
.table-reflow tr th {
    display: block !important;
    border: 1px solid #eee
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #666;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #666;
    background-color: #fff;
    border-color: #66afe9;
    outline: none
}

.form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1
}

.form-control::placeholder {
    color: #999;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #eee;
    opacity: 1
}

.form-control:disabled {
    cursor: not-allowed
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.5rem - 2px)
}

select.form-control:focus::-ms-value {
    color: #666;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block
}

.col-form-label {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0
}

.col-form-label-lg {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: .875rem
}

.col-form-legend {
    margin-bottom: 0;
    font-size: 1rem
}

.col-form-legend,
.form-control-static {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.form-control-static {
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-static.form-control-lg,
.form-control-static.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    padding: .25rem .5rem;
    font-size: .875rem
}

select.form-control-sm:not([size]):not([multiple]) {
    height: 1.8125rem
}

.form-control-lg {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

select.form-control-lg:not([size]):not([multiple]) {
    height: 3.1666666667rem
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .75rem
}

.form-check+.form-check {
    margin-top: -.25rem
}

.form-check.disabled .form-check-label {
    color: #818a91;
    cursor: not-allowed
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

.form-check-input:only-child {
    position: static
}

.form-check-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer
}

.form-check-inline+.form-check-inline {
    margin-left: .75rem
}

.form-check-inline.disabled {
    color: #818a91;
    cursor: not-allowed
}

.form-control-feedback {
    margin-top: .25rem
}

.form-control-danger,
.form-control-success,
.form-control-warning {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .625rem;
    background-size: 1.25rem 1.25rem
}

.has-success .custom-control,
.has-success .form-check-inline,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
    color: #5cb85c
}

.has-success .form-control {
    border-color: #5cb85c
}

.has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea
}

.has-success .form-control-success {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyM1Y2I4NWMnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=)
}

.has-warning .custom-control,
.has-warning .form-check-inline,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
    color: #f0ad4e
}

.has-warning .form-control {
    border-color: #f0ad4e
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: #fff
}

.has-warning .form-control-warning {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmMGFkNGUnIGQ9J000LjQgNS4zMjRoLS44di0yLjQ2aC44em0wIDEuNDJoLS44VjUuODloLjh6TTMuNzYuNjNMLjA0IDcuMDc1Yy0uMTE1LjIuMDE2LjQyNS4yNi40MjZoNy4zOTdjLjI0MiAwIC4zNzItLjIyNi4yNTgtLjQyNkM2LjcyNiA0LjkyNCA1LjQ3IDIuNzkgNC4yNTMuNjNjLS4xMTMtLjE3NC0uMzktLjE3NC0uNDk0IDB6Jy8+PC9zdmc+)
}

.has-danger .custom-control,
.has-danger .form-check-inline,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
    color: #d9534f
}

.has-danger .form-control {
    border-color: #d9534f
}

.has-danger .input-group-addon {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #fdf7f7
}

.has-danger .form-control-danger {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNkOTUzNGYnIHZpZXdCb3g9Jy0yIC0yIDcgNyc+PHBhdGggc3Ryb2tlPScjZDk1MzRmJyBkPSdNMCAwbDMgM20wLTNMMCAzJy8+PGNpcmNsZSByPScuNScvPjxjaXJjbGUgY3g9JzMnIHI9Jy41Jy8+PGNpcmNsZSBjeT0nMycgcj0nLjUnLz48Y2lyY2xlIGN4PSczJyBjeT0nMycgcj0nLjUnLz48L3N2Zz4=)
}

@media(min-width:576px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        width: auto;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .form-check,
    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-check {
        display: inline-block;
        margin-top: 0
    }
    .form-inline .form-check-label {
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 1.1388888889rem 2.0555555556rem;
    font-size: 1rem
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #ff7240;
    border-color: #ff7240
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #ff4c0d;
    border-color: #ff4503
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff4c0d;
    border-color: #ff4503;
    background-image: none
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #e83d00;
    border-color: #c03200
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
    background-color: #ff7240;
    border-color: #ff7240
}

.btn-secondary {
    color: #373a3c;
    background-color: #fff;
    border-color: #ccc
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e5e5;
    border-color: #adadad
}

.btn-secondary.active,
.btn-secondary:active,
.open>.btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e5e5;
    border-color: #adadad;
    background-image: none
}

.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open>.btn-secondary.dropdown-toggle.focus,
.open>.btn-secondary.dropdown-toggle:focus,
.open>.btn-secondary.dropdown-toggle:hover {
    color: #373a3c;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary:disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info:disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success:disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #b06d0f
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning:disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #8b211e
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger:disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-primary {
    color: #ff7240;
    background-image: none;
    background-color: transparent;
    border-color: #ff7240
}

.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.open>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff7240;
    border-color: #ff7240
}

.btn-outline-primary.active.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active.focus,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.open>.btn-outline-primary.dropdown-toggle.focus,
.open>.btn-outline-primary.dropdown-toggle:focus,
.open>.btn-outline-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #e83d00;
    border-color: #c03200
}

.btn-outline-primary.disabled.focus,
.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled.focus,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled:hover {
    border-color: #ffbda6
}

.btn-outline-secondary {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc
}

.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover,
.open>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.btn-outline-secondary.active.focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.active:hover,
.btn-outline-secondary:active.focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:active:hover,
.open>.btn-outline-secondary.dropdown-toggle.focus,
.open>.btn-outline-secondary.dropdown-toggle:focus,
.open>.btn-outline-secondary.dropdown-toggle:hover {
    color: #fff;
    background-color: #a1a1a1;
    border-color: #8c8c8c
}

.btn-outline-secondary.disabled.focus,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled.focus,
.btn-outline-secondary:disabled:focus,
.btn-outline-secondary:disabled:hover {
    border-color: #fff
}

.btn-outline-info {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de
}

.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:active,
.btn-outline-info:focus,
.btn-outline-info:hover,
.open>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info.active.focus,
.btn-outline-info.active:focus,
.btn-outline-info.active:hover,
.btn-outline-info:active.focus,
.btn-outline-info:active:focus,
.btn-outline-info:active:hover,
.open>.btn-outline-info.dropdown-toggle.focus,
.open>.btn-outline-info.dropdown-toggle:focus,
.open>.btn-outline-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a
}

.btn-outline-info.disabled.focus,
.btn-outline-info.disabled:focus,
.btn-outline-info.disabled:hover,
.btn-outline-info:disabled.focus,
.btn-outline-info:disabled:focus,
.btn-outline-info:disabled:hover {
    border-color: #b0e1ef
}

.btn-outline-success {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c
}

.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover,
.open>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-success.active.focus,
.btn-outline-success.active:focus,
.btn-outline-success.active:hover,
.btn-outline-success:active.focus,
.btn-outline-success:active:focus,
.btn-outline-success:active:hover,
.open>.btn-outline-success.dropdown-toggle.focus,
.open>.btn-outline-success.dropdown-toggle:focus,
.open>.btn-outline-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d
}

.btn-outline-success.disabled.focus,
.btn-outline-success.disabled:focus,
.btn-outline-success.disabled:hover,
.btn-outline-success:disabled.focus,
.btn-outline-success:disabled:focus,
.btn-outline-success:disabled:hover {
    border-color: #a3d7a3
}

.btn-outline-warning {
    color: #f0ad4e;
    background-image: none;
    background-color: transparent;
    border-color: #f0ad4e
}

.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:active,
.btn-outline-warning:focus,
.btn-outline-warning:hover,
.open>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-warning.active.focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.active:hover,
.btn-outline-warning:active.focus,
.btn-outline-warning:active:focus,
.btn-outline-warning:active:hover,
.open>.btn-outline-warning.dropdown-toggle.focus,
.open>.btn-outline-warning.dropdown-toggle:focus,
.open>.btn-outline-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #b06d0f
}

.btn-outline-warning.disabled.focus,
.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled.focus,
.btn-outline-warning:disabled:focus,
.btn-outline-warning:disabled:hover {
    border-color: #f8d9ac
}

.btn-outline-danger {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f
}

.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:active,
.btn-outline-danger:focus,
.btn-outline-danger:hover,
.open>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-danger.active.focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.active:hover,
.btn-outline-danger:active.focus,
.btn-outline-danger:active:focus,
.btn-outline-danger:active:hover,
.open>.btn-outline-danger.dropdown-toggle.focus,
.open>.btn-outline-danger.dropdown-toggle:focus,
.open>.btn-outline-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #8b211e
}

.btn-outline-danger.disabled.focus,
.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled.focus,
.btn-outline-danger:disabled:focus,
.btn-outline-danger:disabled:hover {
    border-color: #eba5a3
}

.btn-link {
    font-weight: 400;
    color: #ff7240;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
    background-color: transparent
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #f33f00;
    text-decoration: underline;
    background-color: transparent
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none
}

.btn-lg {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}


tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar:after {
    content: "";
    display: table;
    clear: both
}

.navbar-full {
    z-index: 8
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 9
}

.navbar-fixed-top {
    top: 0
}

.navbar-fixed-bottom {
    bottom: 0
}

.navbar-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9;
    width: 100%
}

.navbar-brand {
    float: left;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-divider {
    float: left;
    width: 1px;
    padding-top: .425rem;
    padding-bottom: .425rem;
    margin-right: 1rem;
    margin-left: 1rem;
    overflow: hidden
}

.navbar-divider:before {
    content: "\00a0"
}

.navbar-text {
    display: inline-block;
    padding-top: .425rem;
    padding-bottom: .425rem
}

.navbar-toggler {
    width: 2.5em;
    height: 2em;
    padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent no-repeat 50%;
    background-size: 24px 24px;
    border: 1px solid transparent
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

@media(max-width:575px) {
    .navbar-toggleable-xs .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0
    }
    .navbar-toggleable-xs .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem
    }
    .navbar-toggleable-xs .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
}

@media(min-width:576px) {
    .navbar-toggleable-xs {
        display: block
    }
}

@media(max-width:767px) {
    .navbar-toggleable-sm .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0
    }
    .navbar-toggleable-sm .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem
    }
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
}

@media(min-width:768px) {
    .navbar-toggleable-sm {
        display: block
    }
}

@media(max-width:991px) {
    .navbar-toggleable-md .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0
    }
    .navbar-toggleable-md .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem
    }
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
}

@media(min-width:992px) {
    .navbar-toggleable-md {
        display: block
    }
}

.navbar-toggleable-lg:after {
    content: "";
    display: table;
    clear: both
}

@media(max-width:1199px) {
    .navbar-toggleable-lg .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0
    }
    .navbar-toggleable-lg .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem
    }
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
}

@media(min-width:1200px) {
    .navbar-toggleable-lg {
        display: block
    }
}

.navbar-toggleable-xl {
    display: block
}

.navbar-toggleable-xl:after {
    content: "";
    display: table;
    clear: both
}

.navbar-toggleable-xl .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0
}

.navbar-toggleable-xl .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-nav .nav-item {
    float: left
}

.navbar-nav .nav-link {
    display: block;
    padding-top: .425rem;
    padding-bottom: .425rem
}

.navbar-nav .nav-item+.nav-item,
.navbar-nav .nav-link+.nav-link {
    margin-left: 1rem
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .active>.nav-link:focus,
.navbar-light .navbar-nav .active>.nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .open>.nav-link,
.navbar-light .navbar-nav .open>.nav-link:focus,
.navbar-light .navbar-nav .open>.nav-link:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzIgMzInIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDAsIDAsIDAsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDhoMjRNNCAxNmgyNE00IDI0aDI0Jy8+PC9zdmc+);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, .075)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-toggler,
.navbar-dark .navbar-toggler:focus,
.navbar-dark .navbar-toggler:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link:focus,
.navbar-dark .navbar-nav .active>.nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .open>.nav-link,
.navbar-dark .navbar-nav .open>.nav-link:focus,
.navbar-dark .navbar-nav .open>.nav-link:hover {
    color: #fff
}

.navbar-dark .navbar-toggler {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzIgMzInIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDhoMjRNNCAxNmgyNE00IDI0aDI0Jy8+PC9zdmc+);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-divider {
    background-color: hsla(0, 0%, 100%, .075)
}

.navbar-toggleable-xs:after {
    content: "";
    display: table;
    clear: both
}

@media(max-width:575px) {
    .navbar-toggleable-xs .navbar-nav .nav-item {
        float: none;
        margin-left: 0
    }
}

@media(min-width:576px) {
    .navbar-toggleable-xs {
        display: block !important
    }
}

.navbar-toggleable-sm:after {
    content: "";
    display: table;
    clear: both
}

@media(max-width:767px) {
    .navbar-toggleable-sm .navbar-nav .nav-item {
        float: none;
        margin-left: 0
    }
}

@media(min-width:768px) {
    .navbar-toggleable-sm {
        display: block !important
    }
}

.navbar-toggleable-md:after {
    content: "";
    display: table;
    clear: both
}

@media(max-width:991px) {
    .navbar-toggleable-md .navbar-nav .nav-item {
        float: none;
        margin-left: 0
    }
}

@media(min-width:992px) {
    .navbar-toggleable-md {
        display: block !important
    }
}

.card {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.card-block {
    padding: 1.25rem
}

.card-block:after {
    content: "";
    display: table;
    clear: both
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:after {
    content: "";
    display: table;
    clear: both
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:after {
    content: "";
    display: table;
    clear: both
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-primary {
    background-color: #ff7240;
    border-color: #ff7240
}

.card-primary .card-footer,
.card-primary .card-header {
    background-color: transparent
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.card-success .card-footer,
.card-success .card-header {
    background-color: transparent
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.card-info .card-footer,
.card-info .card-header {
    background-color: transparent
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.card-warning .card-footer,
.card-warning .card-header {
    background-color: transparent
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f
}

.card-danger .card-footer,
.card-danger .card-header,
.card-outline-primary {
    background-color: transparent
}

.card-outline-primary {
    border-color: #ff7240
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e
}

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f
}

.card-inverse .card-footer,
.card-inverse .card-header {
    border-color: hsla(0, 0%, 100%, .2)
}

.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-title {
    color: #fff
}

.card-inverse .card-blockquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
    color: hsla(0, 0%, 100%, .65)
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
    color: #fff
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

@media(min-width:576px) {
    .card-deck {
        display: table;
        width: 100%;
        margin-bottom: .75rem;
        table-layout: fixed;
        border-spacing: 1.25rem 0
    }
    .card-deck .card {
        display: table-cell;
        margin-bottom: 0;
        vertical-align: top
    }
    .card-deck-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

@media(min-width:576px) {
    .card-group {
        display: table;
        width: 100%;
        table-layout: fixed
    }
    .card-group .card {
        display: table-cell;
        vertical-align: top
    }
    .card-group .card+.card {
        margin-left: 0;
        border-left: 0
    }
}

@media(min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9 {
    padding-bottom: 42.8571428571%
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.embed-responsive-1by1 {
    padding-bottom: 100%
}

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    display: none;
    outline: 0
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:after {
    content: "";
    display: table;
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after {
    content: "";
    display: table;
    clear: both
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto
    }
    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        max-width: 900px
    }
}

.carousel,
.carousel-inner {
    position: relative
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-inner>.carousel-item {
    position: relative;
    display: none;
    transition: left .6s ease-in-out
}

.carousel-inner>.carousel-item>a>img,
.carousel-inner>.carousel-item>img {
    line-height: 1
}

@media(-webkit-transform-3d),
(transform-3d) {
    .carousel-inner>.carousel-item {
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.carousel-item.active.right,
    .carousel-inner>.carousel-item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.carousel-item.active.left,
    .carousel-inner>.carousel-item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.carousel-item.active,
    .carousel-inner>.carousel-item.next.left,
    .carousel-inner>.carousel-item.prev.right {
        left: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    opacity: .5
}

.carousel-control.left {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1)
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203a"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 5;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 4;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media(min-width:576px) {
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-faded {
    background-color: #f0f0f0
}

.bg-primary {
    background-color: #ff7240 !important
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #ff4c0d !important
}

.bg-success {
    background-color: #5cb85c !important
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #449d44 !important
}

.bg-info {
    background-color: #5bc0de !important
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #31b0d5 !important
}

.bg-warning {
    background-color: #f0ad4e !important
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #ec971f !important
}

.bg-danger {
    background-color: #d9534f !important
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #c9302c !important
}

.bg-inverse {
    background-color: #373a3c !important
}

a.bg-inverse:focus,
a.bg-inverse:hover {
    background-color: #1f2021 !important
}

.rounded-circle {
    border-radius: 50%
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.d-block {
    display: block !important
}

.d-inline-block {
    display: inline-block !important
}

.d-inline {
    display: inline !important
}

.float-xs-left {
    float: left !important
}

.float-xs-right {
    float: right !important
}

.float-xs-none {
    float: none !important
}

@media(min-width:576px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}

@media(min-width:768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}

@media(min-width:992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media(min-width:1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.mx-0 {
    margin-right: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-1 {
    margin: 1rem !important
}

.mt-1 {
    margin-top: 1rem !important
}

.mr-1 {
    margin-right: 1rem !important
}

.mb-1 {
    margin-bottom: 1rem !important
}

.ml-1,
.mx-1 {
    margin-left: 1rem !important
}

.mx-1 {
    margin-right: 1rem !important
}

.my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-2 {
    margin: 1.5rem !important
}

.mt-2 {
    margin-top: 1.5rem !important
}

.mr-2 {
    margin-right: 1.5rem !important
}

.mb-2 {
    margin-bottom: 1.5rem !important
}

.ml-2,
.mx-2 {
    margin-left: 1.5rem !important
}

.mx-2 {
    margin-right: 1.5rem !important
}

.my-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.m-3 {
    margin: 3rem !important
}

.mt-3 {
    margin-top: 3rem !important
}

.mr-3 {
    margin-right: 3rem !important
}

.mb-3 {
    margin-bottom: 3rem !important
}

.ml-3,
.mx-3 {
    margin-left: 3rem !important
}

.mx-3 {
    margin-right: 3rem !important
}

.my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.px-0 {
    padding-right: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-1 {
    padding: 1rem !important
}

.pt-1 {
    padding-top: 1rem !important
}

.pr-1 {
    padding-right: 1rem !important
}

.pb-1 {
    padding-bottom: 1rem !important
}

.pl-1,
.px-1 {
    padding-left: 1rem !important
}

.px-1 {
    padding-right: 1rem !important
}

.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-2 {
    padding: 1.5rem !important
}

.pt-2 {
    padding-top: 1.5rem !important
}

.pr-2 {
    padding-right: 1.5rem !important
}

.pb-2 {
    padding-bottom: 1.5rem !important
}

.pl-2,
.px-2 {
    padding-left: 1.5rem !important
}

.px-2 {
    padding-right: 1.5rem !important
}

.py-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.p-3 {
    padding: 3rem !important
}

.pt-3 {
    padding-top: 3rem !important
}

.pr-3 {
    padding-right: 3rem !important
}

.pb-3 {
    padding-bottom: 3rem !important
}

.pl-3,
.px-3 {
    padding-left: 3rem !important
}

.px-3 {
    padding-right: 3rem !important
}

.py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-xs-left {
    text-align: left !important
}

.text-xs-right {
    text-align: right !important
}

.text-xs-center {
    text-align: center !important
}

@media(min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media(min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-bold {
    font-weight: 700
}

.font-italic {
    font-style: italic
}

.text-white {
    color: #fff !important
}

.text-muted {
    color: #818a91 !important
}

a.text-muted:focus,
a.text-muted:hover {
    color: #687077 !important
}

.text-primary {
    color: #ff7240 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #ff4c0d !important
}

.text-success {
    color: #5cb85c !important
}

a.text-success:focus,
a.text-success:hover {
    color: #449d44 !important
}

.text-info {
    color: #5bc0de !important
}

a.text-info:focus,
a.text-info:hover {
    color: #31b0d5 !important
}

.text-warning {
    color: #f0ad4e !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ec971f !important
}

.text-danger {
    color: #d9534f !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #c9302c !important
}

.text-gray-dark {
    color: #373a3c !important
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
    color: #1f2021 !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.invisible {
    visibility: hidden !important
}

.hidden-xs-up {
    display: none !important
}

@media(max-width:575px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media(min-width:576px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media(max-width:767px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media(min-width:768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media(max-width:991px) {
    .hidden-md-down {
        display: none !important
    }
}

@media(min-width:992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media(max-width:1199px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down,
.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

html {
    font-size: 16px
}

@media(min-width:992px) {
    html {
        font-size: 18px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: -.0111111111rem
}

.content-area {
    margin-bottom: 3.3333333333rem
}

.content-area .featherlight-image,
.content-area img {
    border-radius: 4px
}

@media(min-width:992px) {
    .site-main--left {
        padding-left: 2.5rem
    }
}

@media(min-width:992px) {
    .site-main--right {
        padding-right: 2.5rem
    }
}

.form-control {
    font-size: .8888888889rem;
    border: 2px solid #ddd;
    border-radius: 4px;
    transition: all .1s ease-out
}

.form-control:hover {
    border: 2px solid #bbb
}

.form-control:focus {
    border: 2px solid #373a3c
}

.featured-widget {
    padding: 1.6666666667rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05), 0 2px 6px rgba(0, 0, 0, .15);
    background-color: #fff
}

.more-link {
    text-transform: uppercase;
    font-size: .7777777778rem;
    font-weight: 800
}

.more-link:focus,
.more-link:hover {
    text-decoration: none
}

.hr--dashed {
    border: 1px dashed rgba(0, 0, 0, .13)
}

.alternative-slider {
    position: relative;
    z-index: 4;
    margin-bottom: 3.3333333333rem
}

.header,
.panel-grid {
    position: relative
}

.header {
    z-index: 7;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3.3333333333rem;
    border-bottom: 1px solid #ddd
}

@media(min-width:992px) {
    .header {
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

.header--slider {
    border-bottom: 0
}

.header__logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ff7240;
    width: 100%;
    padding: 1.6666666667rem 0;
    word-wrap: break-word
}

@media(min-width:992px) {
    .header__logo {
        padding: 0
    }
}

@media(min-width:992px) {
    .header__logo--default {
        height: 10rem;
        width: 10rem
    }
}

@media(min-width:992px) {
    .header__logo--big {
        height: 22.2222222222rem;
        width: 22.2222222222rem
    }
}

@media(min-width:1400px) {
    .header__logo--big {
        height: 27.7777777778rem;
        width: 27.7777777778rem
    }
}

.header__logo-text {
    font-size: 2rem;
    margin-bottom: 0;
    color: #fff;
    min-width: 0;
    max-width: 100%
}

.header__logo:focus,
.header__logo:hover {
    text-decoration: none
}

.header__logo img {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.header__navigation {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-left: 1.6666666667rem;
    margin-right: 1.6666666667rem
}

@media(min-width:992px) {
    .header__navigation {
        z-index: 4;
        height: 5.5555555556rem;
        width: calc(100% - 10rem);
        background-color: #2e3b4e;
        margin-left: 0;
        margin-right: 0
    }
}

.header__navigation-container {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%
}

@media(min-width:992px) {
    .header__navigation-container {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
        background-color: #2e3b4e
    }
}

@media(max-width:991px) {
    .header__navigation-container .container {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        max-width: none;
        width: auto
    }
}

.header__navigation-container .header__navigation {
    max-width: 100%;
    width: auto
}

@media(min-width:992px) {
    .header__navigation-container .header__navigation {
        width: 100%
    }
}

.header__slider {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    width: 100%
}

@media(min-width:992px) {
    .header__slider {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: calc(100% - 22.2222222222rem)
    }
}

@media(min-width:1400px) {
    .header__slider {
        width: calc(100% - 27.7777777778rem)
    }
}

.header__info {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    width: 100%
}

@media(min-width:992px) {
    .header__info {
        height: 10rem;
        width: 22.2222222222rem;
        margin-top: -10rem
    }
}

@media(min-width:1400px) {
    .header__info {
        width: 27.7777777778rem
    }
}

.header__widgets {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    font-size: .7777777778rem;
    background-color: #fff;
    width: 100%
}

@media(min-width:992px) {
    .header__widgets {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: calc(100% - 10rem);
        height: 4.4444444444rem;
        margin-top: -4.4444444444rem;
        margin-left: 10rem
    }
}

.header__widgets-left,
.header__widgets-right {
    text-align: center
}

@media(min-width:992px) {
    .header__widgets-left,
    .header__widgets-right {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.header__widgets-left {
    margin-left: 1.6666666667rem;
    margin-right: 1.6666666667rem
}

@media(min-width:992px) {
    .header__widgets-left {
        text-align: left;
        padding-left: 1.6666666667rem;
        margin-left: 0;
        margin-right: 0
    }
}

@media(min-width:1200px) {
    .header__widgets-left {
        padding-left: 3.3333333333rem
    }
}

.header__widgets-left .widget {
    position: relative;
    padding-bottom: .8333333333rem;
    margin-bottom: .8333333333rem
}

@media(min-width:992px) {
    .header__widgets-left .widget {
        padding-right: .8333333333rem;
        margin-right: .8333333333rem;
        padding-bottom: 0;
        margin-bottom: 0
    }
}

@media(min-width:1200px) {
    .header__widgets-left .widget {
        padding-right: 1.6666666667rem;
        margin-right: 1.6666666667rem
    }
}

.header__widgets-left .widget:after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, .1);
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0
}

@media(min-width:992px) {
    .header__widgets-left .widget:after {
        width: 1px;
        height: 1.1111111111rem;
        bottom: calc(50% - .5rem);
        left: inherit;
        right: 0
    }
}

.header__widgets-left .widget:last-of-type {
    padding-right: 0
}

.header__widgets-left .widget:last-of-type:after {
    display: none
}

.header__widgets-right {
    background-color: #f0f0f0;
    padding: .8333333333rem;
    border-left: 1px solid #ddd
}

@media(min-width:992px) {
    .header__widgets-right {
        text-align: right;
        padding: 0 .8333333333rem
    }
}

@media(min-width:1200px) {
    .header__widgets-right {
        padding: 0 1.6666666667rem
    }
}

.header__widgets-right .widget {
    position: relative;
    padding-top: .8333333333rem;
    margin-top: .8333333333rem
}

@media(min-width:992px) {
    .header__widgets-right .widget {
        padding-left: .8333333333rem;
        margin-left: .8333333333rem;
        padding-top: 0;
        margin-top: 0
    }
}

@media(min-width:1200px) {
    .header__widgets-right .widget {
        padding-left: 1.6666666667rem;
        margin-left: 1.6666666667rem
    }
}

.header__widgets-right .widget:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, .1);
    width: 100%;
    height: 1px;
    top: 0;
    left: 0
}

@media(min-width:992px) {
    .header__widgets-right .widget:before {
        width: 1px;
        height: 1.1111111111rem;
        top: calc(50% - .5rem)
    }
}

.header__widgets-right .widget:first-of-type {
    padding-left: 0;
    margin-left: 0;
    padding-top: 0;
    margin-top: 0
}

.header__widgets-right .widget:first-of-type:before {
    display: none
}

.header+.alternative-slider,
.header+.page-header-portfolio,
.header+.page-header-single,
.header+.page-header__container {
    margin-top: -3.3333333333rem
}

.header__navbar-toggler {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: block;
    height: 3.3333333333rem;
    width: 100%;
    padding: 0;
    margin: 1.6666666667rem 1.6666666667rem .8333333333rem
}

.header .header__navbar-toggler {
    font-size: .8888888889rem;
    border-radius: 4px
}

.header .header__navbar-toggler .fa {
    font-size: 1.5555555556rem;
    vertical-align: middle;
    margin-right: .6666666667rem
}

.header__navbar-toggler:active:focus,
.header__navbar-toggler:focus,
.header__navbar-toggler:hover {
    outline: none
}

.page-header {
    text-align: center;
    padding-top: 2.8333333333rem;
    padding-bottom: 2.8888888889rem
}

@media(min-width:992px) {
    .page-header {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left
    }
}

.page-header__container {
    background-color: #f0f0f0;
    margin-bottom: 3.3333333333rem
}

@media(min-width:992px) {
    .blog .page-header__container {
        margin-bottom: 5.5555555556rem
    }
}

.page-header__title {
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 0
}

.page-header__subtitle {
    margin-bottom: 0
}

.page-header-single {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    background-color: #eee;
    margin-bottom: 3.3333333333rem
}

@media(min-width:992px) {
    .page-header-single {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        margin-bottom: 5.5555555556rem
    }
}

.page-header-single__content {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.5rem;
    text-align: center
}

@media(min-width:992px) {
    .page-header-single__content {
        padding: 4.1666666667rem
    }
}

.page-header-single__categories {
    margin-bottom: 1.6666666667rem
}

.page-header-single__categories a {
    display: inline-block;
    font-size: .6666666667rem;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #aaa;
    color: #fff;
    border-radius: 4px;
    padding: .1666666667rem .4444444444rem .2222222222rem
}

.page-header-single__categories a:focus,
.page-header-single__categories a:hover {
    color: #fff
}

.page-header-single__title {
    margin-bottom: 1.6111111111rem
}

.page-header-single__meta {
    font-size: .7777777778rem
}

.page-header-single__author-link {
    color: #666;
    font-weight: 800
}

.page-header-single__author-link:focus,
.page-header-single__author-link:hover {
    color: #666
}

.page-header-single__image-container {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

@media(min-width:992px) {
    .page-header-single__image-container {
        width: calc(100% - 22.2222222222rem)
    }
    .page-header-single__image-container.compat-object-fit {
        background-size: cover;
        background-position: 50%
    }
    .page-header-single__image-container.compat-object-fit .page-header-single__image {
        opacity: 0
    }
}

@media(min-width:1200px) {
    .page-header-single__image-container {
        width: calc(100% - 27.7777777778rem)
    }
}

.page-header-single__image-container+.page-header-single__content {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

@media(min-width:992px) {
    .page-header-single__image-container+.page-header-single__content {
        text-align: left;
        padding: 2.5rem;
        width: 22.2222222222rem
    }
}

@media(min-width:1200px) {
    .page-header-single__image-container+.page-header-single__content {
        padding: 4.1666666667rem;
        width: 27.7777777778rem
    }
}

.page-header-single__image {
    width: 100%
}

@media(min-width:992px) {
    .page-header-single__image {
        object-fit: cover;
        height: 27.7777777778rem
    }
}

.page-header-portfolio {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    background-color: #eee;
    margin-bottom: 3.3333333333rem
}

@media(min-width:992px) {
    .page-header-portfolio {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        margin-bottom: 5.5555555556rem
    }
}

.page-header-portfolio__content {
    padding: 2.5rem;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

@media(min-width:1200px) {
    .page-header-portfolio__content {
        padding: 4.1666666667rem
    }
}

.page-header-portfolio__content-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.page-header-portfolio__price {
    display: inline-block;
    font-size: 3.3333333333rem;
    font-weight: 700;
    color: #2e3b4e;
    line-height: 1;
    margin-bottom: .2222222222rem
}

.page-header-portfolio__price sup {
    font-size: 1.5555555556rem;
    top: -1.2222222222rem;
    margin-right: .3333333333rem
}

.page-header-portfolio__price+.page-header-portfolio__label {
    margin-left: .5555555556rem
}

.page-header-portfolio__label {
    display: inline-block;
    font-size: .6666666667rem;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: top;
    background-color: #ff7240;
    color: #fff;
    border-radius: 4px;
    padding: .1944444444rem .5555555556rem;
    margin-top: .4444444444rem
}

.page-header-portfolio__title {
    margin-bottom: .5rem
}

.page-header-portfolio__specification {
    font-size: .6666666667rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 1.1666666667rem
}

.page-header-portfolio__specification .fa {
    font-size: .8888888889rem;
    vertical-align: middle;
    padding-bottom: .0555555556rem;
    margin-right: .2777777778rem
}

.page-header-portfolio__text {
    font-size: .8888888889rem
}

.page-header-portfolio__text p:last-of-type {
    margin-bottom: 0
}

.page-header-portfolio__cta-container {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    background-color: #fff;
    width: 100%;
    padding: 1.3888888889rem 4.1666666667rem;
    border-bottom: 1px solid #ddd
}

.page-header-portfolio__cta-container,
.page-header-portfolio__cta-container+.page-header-portfolio__content {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.page-header-portfolio__image-container,
.page-header-portfolio__slider-container {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%
}

@media(min-width:992px) {
    .page-header-portfolio__image-container,
    .page-header-portfolio__slider-container {
        width: calc(100% - 22.2222222222rem);
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }
    .page-header-portfolio__image-container.compat-object-fit,
    .page-header-portfolio__slider-container.compat-object-fit {
        background-size: cover;
        background-position: 50%
    }
    .page-header-portfolio__image-container.compat-object-fit .page-header-portfolio__image,
    .page-header-portfolio__slider-container.compat-object-fit .page-header-portfolio__image {
        opacity: 0
    }
}

@media(min-width:1200px) {
    .page-header-portfolio__image-container,
    .page-header-portfolio__slider-container {
        width: calc(100% - 27.7777777778rem)
    }
}

.page-header-portfolio__image-container+.page-header-portfolio__content-container,
.page-header-portfolio__slider-container+.page-header-portfolio__content-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

@media(min-width:992px) {
    .page-header-portfolio__image-container+.page-header-portfolio__content-container,
    .page-header-portfolio__slider-container+.page-header-portfolio__content-container {
        text-align: left;
        width: 22.2222222222rem
    }
}

@media(min-width:1200px) {
    .page-header-portfolio__image-container+.page-header-portfolio__content-container,
    .page-header-portfolio__slider-container+.page-header-portfolio__content-container {
        width: 27.7777777778rem
    }
}

.page-header-portfolio__image-container+.page-header-portfolio__content-container .page-header-portfolio__content,
.page-header-portfolio__slider-container+.page-header-portfolio__content-container .page-header-portfolio__content {
    padding: 2.5rem;
    width: 100%
}

@media(min-width:1200px) {
    .page-header-portfolio__image-container+.page-header-portfolio__content-container .page-header-portfolio__content,
    .page-header-portfolio__slider-container+.page-header-portfolio__content-container .page-header-portfolio__content {
        padding: 4.1666666667rem
    }
}

.page-header-portfolio .portfolio-carousel-item img,
.page-header-portfolio__image {
    width: 100%;
    height: auto
}

@media(min-width:992px) {
    .page-header-portfolio .portfolio-carousel-item img,
    .page-header-portfolio__image {
        object-fit: cover;
        height: 33.3333333333rem
    }
}

.page-header-portfolio__slider-container {
    position: relative;
    visibility: hidden;
    font-size: 0
}

@media(min-width:992px) {
    .page-header-portfolio__slider-container {
        height: 33.3333333333rem
    }
}

@media(min-width:992px) {
    .page-header-portfolio__navigation {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        white-space: nowrap;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

@media(min-width:992px) {
    .page-header-portfolio__navigation,
    .page-header-portfolio__navigation-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 3.3333333333rem
    }
    .page-header-portfolio__navigation-container {
        position: absolute;
        border-left: 1px dashed hsla(0, 0%, 100%, .5);
        height: 100%;
        top: 0;
        right: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.page-header-portfolio__navigation .slick-dots {
    display: none
}

@media(min-width:992px) {
    .page-header-portfolio__navigation .slick-dots {
        padding-left: 0;
        list-style: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
        margin-right: .5555555556rem
    }
}

@media(min-width:992px) {
    .page-header-portfolio__navigation .slick-dots li {
        display: inline-block;
        background-color: hsla(0, 0%, 100%, .5);
        border-radius: .1111111111rem;
        width: .4444444444rem;
        height: .4444444444rem;
        margin-right: .5555555556rem;
        cursor: pointer
    }
}

@media(min-width:992px) {
    .page-header-portfolio__navigation .slick-dots li:focus {
        background-color: hsla(0, 0%, 100%, .5)
    }
}

@media(min-width:992px) {
    .page-header-portfolio__navigation .slick-dots li.slick-active,
    .page-header-portfolio__navigation .slick-dots li:hover {
        background-color: hsla(0, 0%, 100%, .9)
    }
}

@media(min-width:992px) {
    .page-header-portfolio__navigation .slick-dots li button {
        display: none
    }
}

.page-header-portfolio__slide-number {
    display: none
}

@media(min-width:992px) {
    .page-header-portfolio__slide-number {
        display: block;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        font-size: .6666666667rem;
        font-weight: 700;
        color: hsla(0, 0%, 100%, .9);
        margin-right: 1.0555555556rem
    }
}

.page-header-portfolio .slick-arrow {
    position: absolute;
    z-index: 4;
    font-size: 1.6666666667rem;
    background-color: transparent;
    color: hsla(0, 0%, 100%, .5);
    border: 0;
    border-top: 1px dashed hsla(0, 0%, 100%, .5);
    width: 50%;
    bottom: 0;
    padding: .5555555556rem 0
}

@media(min-width:992px) {
    .page-header-portfolio .slick-arrow {
        position: relative;
        border-top: 0;
        width: auto;
        padding: 0
    }
}

.page-header-portfolio .slick-arrow:focus {
    outline: 0;
    color: hsla(0, 0%, 100%, .5)
}

.page-header-portfolio .slick-arrow:hover {
    color: hsla(0, 0%, 100%, .9)
}

.page-header-portfolio .slick-arrow.slick-prev {
    left: 0
}

@media(min-width:992px) {
    .page-header-portfolio .slick-arrow.slick-prev {
        margin-right: .5555555556rem;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        left: inherit
    }
}

.page-header-portfolio .slick-arrow.slick-next {
    right: 0;
    border-left: 1px dashed hsla(0, 0%, 100%, .5)
}

@media(min-width:992px) {
    .page-header-portfolio .slick-arrow.slick-next {
        border-left: 0;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        right: inherit
    }
}

.page-header-portfolio .slick-vertical .slick-slide {
    border: 0
}

.breadcrumbs {
    font-size: .7777777778rem
}

.breadcrumbs a {
    color: inherit
}

.breadcrumbs a:focus,
.breadcrumbs a:hover {
    text-decoration: none;
    color: #ff7240
}

.breadcrumbs a:after {
    content: "\f178";
    font-family: FontAwesome;
    color: #666;
    margin-right: .8333333333rem;
    margin-left: .8333333333rem
}

.breadcrumbs span>span {
    display: inline-block;
    color: inherit
}

.breadcrumbs .current-item {
    color: #666
}

.breadcrumbs .current-item:after {
    display: none
}

.sidebar {
    margin-top: 2.7777777778rem
}

@media(min-width:992px) {
    .sidebar {
        margin-top: 0
    }
}

.sidebar__headings {
    padding-bottom: .9444444444rem;
    font-size: 1.1111111111rem;
    text-transform: uppercase
}

.sidebar .widget {
    margin-bottom: 3.0555555556rem
}

.footer {
    font-size: .7777777778rem
}

.footer-top {
    background-color: #2e3b4e;
    color: #a3adbc
}

@media(min-width:992px) {
    .footer-top {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        padding-right: 0
    }
}

.footer-top a {
    color: inherit
}

.footer-top__logo {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.2;
    background-color: #ff7240;
    padding: 1.1111111111rem;
    margin-left: -15px;
    margin-right: -15px;
    word-wrap: break-word
}

@media(min-width:992px) {
    .footer-top__logo {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 10rem;
        margin-left: 0;
        margin-right: 0
    }
}

@media(min-width:1200px) {
    .footer-top__logo {
        width: 16.1111111111rem
    }
}

.footer-top__logo:focus,
.footer-top__logo:hover {
    text-decoration: none;
    color: #fff
}

.footer-top .footer-top__logo {
    color: #fff
}

.footer-top__logo span {
    min-width: 0
}

@media(min-width:992px) {
    .footer-top__logo+.footer-top__widgets {
        width: calc(100% - 13.3333333333rem)
    }
}

@media(min-width:1200px) {
    .footer-top__logo+.footer-top__widgets {
        width: calc(100% - 19.4444444444rem)
    }
}

@media(min-width:992px) {
    .footer-top__logo+.footer-top__info+.footer-top__widgets {
        width: calc(100% - 23.3333333333rem)
    }
}

@media(min-width:1200px) {
    .footer-top__logo+.footer-top__info+.footer-top__widgets {
        width: calc(100% - 35.5555555556rem)
    }
}

.footer-top__logo img {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.footer-top__info {
    text-align: center;
    background-color: #eee;
    color: #666;
    padding: 1.2222222222rem 0 0;
    margin-left: -15px;
    margin-right: -15px
}

@media(min-width:992px) {
    .footer-top__info {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        text-align: left;
        width: 10rem;
        padding: 2.8888888889rem 1.6666666667rem 0;
        margin-left: 0;
        margin-right: 0
    }
}

@media(min-width:1200px) {
    .footer-top__info {
        width: 16.1111111111rem;
        padding: 2.8888888889rem 3.3333333333rem 0
    }
}

.footer-top__info p {
    font-size: .7777777778rem;
    line-height: inherit
}

@media(min-width:992px) {
    .footer-top__info+.footer-top__widgets {
        width: calc(100% - 13.3333333333rem)
    }
}

@media(min-width:1200px) {
    .footer-top__info+.footer-top__widgets {
        width: calc(100% - 19.4444444444rem)
    }
}

.footer-top__text {
    width: 100%;
    word-wrap: break-word
}

.footer-top__social-icons {
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 1.1111111111rem 0;
    margin-top: .8333333333rem
}

@media(min-width:992px) {
    .footer-top__social-icons {
        border-top: 0;
        padding: 1.1111111111rem 0;
        margin-top: 1.6666666667rem
    }
}

.footer-top__social-icons .icon-container {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    padding-right: .5555555556rem;
    margin-right: .4444444444rem
}

@media(min-width:1200px) {
    .footer-top__social-icons .icon-container {
        padding-right: 1rem;
        margin-right: .8888888889rem
    }
}

.footer-top__social-icons .icon-container:last-of-type {
    padding-right: 0;
    margin-right: 0
}

.footer-top__social-icons .icon-container:last-of-type:after {
    display: none
}

.footer-top__social-icons .icon-container:after {
    position: absolute;
    content: "";
    top: calc(50% - .8333333333rem);
    right: 0;
    width: 1px;
    height: 1.6666666667rem;
    background-color: rgba(0, 0, 0, .1)
}

.footer-top__social-icons .icon-container .fa {
    color: #2e3b4e
}

@media(min-width:992px) {
    .footer-top__social-icons:before {
        position: absolute;
        content: "";
        top: 0;
        left: -1.6666666667rem;
        right: -1.6666666667rem;
        height: 1px;
        background-color: rgba(0, 0, 0, .1)
    }
}

@media(min-width:1200px) {
    .footer-top__social-icons:before {
        left: -3.3333333333rem;
        right: -3.3333333333rem
    }
}

.footer-top__widgets {
    padding: 1.5rem 0 0
}

@media(min-width:992px) {
    .footer-top__widgets {
        width: calc(100% - 3.3333333333rem);
        padding: 3.1666666667rem 1.6666666667rem 1.2777777778rem
    }
}

@media(min-width:1200px) {
    .footer-top__widgets {
        width: calc(100% - 3.3333333333rem);
        padding: 3.1666666667rem 3.3333333333rem 1.2777777778rem
    }
}

.footer-top__widgets .widget {
    margin-bottom: 1.6666666667rem
}

.footer-top__heading {
    font-size: .8888888889rem;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: .7222222222rem
}

.footer-top__back-to-top {
    border-top: 1px dashed hsla(0, 0%, 100%, .2)
}

@media(min-width:992px) {
    .footer-top__back-to-top {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: 0;
        border-left: 1px dashed hsla(0, 0%, 100%, .5)
    }
}

.footer-top__back-to-top-link {
    display: block;
    font-size: .6666666667rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: .8333333333rem 0;
    transition: all .1s ease-out
}

@media(min-width:992px) {
    .footer-top__back-to-top-link {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        white-space: nowrap;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: 3.3333333333rem;
        padding: 0
    }
}

.footer-top__back-to-top-link:focus {
    text-decoration: none;
    color: #fff
}

.footer-top__back-to-top-link:hover {
    text-decoration: none;
    color: hsla(0, 0%, 100%, .8)
}

.footer-top__back-to-top-link .fa {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media(min-width:992px) {
    .footer-top__back-to-top-link .fa {
        font-size: 1.1111111111rem;
        margin-left: .8333333333rem;
        -webkit-transform: none;
        transform: none
    }
}

.footer-top+.footer-bottom {
    border-top: 0
}

@media(min-width:992px) {
    .footer-top+.footer-bottom .footer-bottom__center {
        border-top: 1px solid rgba(0, 0, 0, .1)
    }
}

.footer-bottom {
    text-align: center;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

@media(min-width:992px) {
    .footer-bottom {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        padding-left: 0;
        padding-right: 0
    }
}

.footer-bottom__left {
    padding: .8888888889rem 1.6666666667rem
}

@media(min-width:992px) {
    .footer-bottom__left {
        text-align: center;
        width: 10rem;
        padding: .8888888889rem 1.6666666667rem
    }
}

@media(min-width:1200px) {
    .footer-bottom__left {
        width: 16.1111111111rem;
        padding: .8888888889rem 3.3333333333rem
    }
}

.footer-bottom__left .fa {
    color: #aaa;
    margin-right: .1111111111rem
}

@media(min-width:992px) {
    .footer-bottom__left+.footer-bottom__text {
        width: calc(100% - 10rem)
    }
}

@media(min-width:1200px) {
    .footer-bottom__left+.footer-bottom__text {
        width: calc(100% - 16.1111111111rem)
    }
}

@media(min-width:992px) {
    .footer-bottom__left+.footer-bottom__center+.footer-bottom__text {
        width: calc(100% - 20rem)
    }
}

@media(min-width:1200px) {
    .footer-bottom__left+.footer-bottom__center+.footer-bottom__text {
        width: calc(100% - 32.2222222222rem)
    }
}

.footer-bottom__center {
    background-color: #eee;
    padding: 1rem 1.6666666667rem .7777777778rem;
    margin-left: -15px;
    margin-right: -15px
}

@media(min-width:992px) {
    .footer-bottom__center {
        text-align: center;
        width: 10rem;
        border: 1px solid rgba(0, 0, 0, .1);
        border-bottom: 0;
        border-top: 0;
        padding: 1rem 1.6666666667rem .7777777778rem;
        margin-left: 0;
        margin-right: 0
    }
}

@media(min-width:1200px) {
    .footer-bottom__center {
        width: 16.1111111111rem;
        padding: 1rem 3.3333333333rem .7777777778rem
    }
}

.footer-bottom__center a {
    color: #2e3b4e;
    font-weight: 700
}

.footer-bottom__center a .fa {
    color: #ff7240;
    font-size: 1rem;
    margin-right: .2777777778rem;
    vertical-align: middle
}

@media(min-width:992px) {
    .footer-bottom__center+.footer-bottom__text {
        width: calc(100% - 10rem)
    }
}

@media(min-width:1200px) {
    .footer-bottom__center+.footer-bottom__text {
        width: calc(100% - 16.1111111111rem)
    }
}

.footer-bottom__text {
    padding: 1.0833333333rem 1.6666666667rem
}

@media(min-width:992px) {
    .footer-bottom__text {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 1.0833333333rem 1.6666666667rem
    }
}

@media(min-width:1200px) {
    .footer-bottom__text {
        width: 100%;
        padding: 1.0833333333rem 3.3333333333rem
    }
}

.footer-bottom__text a {
    color: inherit;
    font-weight: 700
}

.footer-bottom__text-left {
    margin-bottom: .2777777778rem
}

@media(min-width:992px) {
    .footer-bottom__text-left {
        margin-bottom: 0
    }
}

.error-404 {
    text-align: center;
    margin-bottom: 1.6666666667rem
}

@media(min-width:992px) {
    .error-404 {
        margin-bottom: 4.4444444444rem
    }
}

.error-404__title {
    font-size: 8.3333333333rem;
    margin-bottom: 2.7777777778rem
}

@media(min-width:768px) {
    .error-404__title {
        font-size: 11.1111111111rem
    }
}

.error-404__subtitle {
    font-size: 1.6666666667rem;
    margin-bottom: 1.2222222222rem
}

.error-404__text {
    margin-bottom: 1.6666666667rem
}

@media(min-width:992px) {
    .error-404 .widget_search {
        display: inline-block;
        text-align: center
    }
}

@media(min-width:992px) {
    .error-404 .widget_search .search-form {
        width: 22.2222222222rem
    }
}

body .boxed-container {
    background-color: #fff;
    overflow-x: hidden
}

body.boxed>.boxed-container {
    position: relative;
    margin: 0 auto;
    box-shadow: 0 0 1.6666666667rem rgba(0, 0, 0, .1);
    max-width: 100%
}

@media(min-width:768px) {
    body.boxed>.boxed-container {
        width: 780px
    }
}

@media(min-width:992px) {
    body.boxed>.boxed-container {
        width: 1020px
    }
}

@media(min-width:1200px) {
    body.boxed>.boxed-container {
        width: 1200px
    }
}

@media(min-width:992px) {
    body.boxed .pt-slick-carousel__content {
        width: calc(100% - 6.6666666667rem)
    }
}

.main-navigation {
    padding-left: 0;
    list-style: none;
    background-color: #2e3b4e;
    border-radius: 4px;
    margin-bottom: 1.6666666667rem
}

@media(min-width:992px) {
    .main-navigation {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background-color: transparent;
        border-radius: 0
    }
}

.main-navigation .menu-item {
    position: relative;
    font-size: 14px
}

@media(min-width:992px) {
    .main-navigation .menu-item {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center
    }
}

.main-navigation .menu-item:focus>a,
.main-navigation .menu-item:hover>a,
.main-navigation .menu-item[aria-expanded=true]>a {
    color: #fff;
    text-decoration: none
}

.main-navigation .menu-item:focus>.sub-menu,
.main-navigation .menu-item:hover>.sub-menu,
.main-navigation .menu-item[aria-expanded=true]>.sub-menu {
    visibility: visible;
    opacity: 1
}

@media(min-width:992px) {
    .main-navigation .menu-item:focus:before,
    .main-navigation .menu-item:hover:before,
    .main-navigation .menu-item[aria-expanded=true]:before {
        opacity: 1;
        visibility: visible
    }
}

@media(min-width:992px) {
    .main-navigation .menu-item:first-child>a {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }
}

@media(min-width:992px) {
    .main-navigation .menu-item:last-child>a {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px
    }
}

@media(min-width:992px) {
    .main-navigation>.menu-item>a:before {
        position: absolute;
        content: "";
        top: calc(50% - .5555555556rem);
        right: 0;
        width: 1px;
        height: 20px;
        background-color: hsla(0, 0%, 100%, .15)
    }
}

.main-navigation>.menu-item>.sub-menu {
    padding: 15px 0
}

@media(min-width:992px) {
    .main-navigation>.menu-item>.sub-menu {
        padding: 2px 0 0
    }
}

.main-navigation>.menu-item>.sub-menu:after {
    position: absolute;
    content: "";
    background-color: hsla(0, 0%, 100%, .2);
    width: calc(100% - 60px);
    height: 1px;
    left: 30px;
    top: 0
}

@media(min-width:992px) {
    .main-navigation>.menu-item>.sub-menu:after {
        display: none
    }
}

.main-navigation>.menu-item:not(:last-of-type):after {
    position: absolute;
    content: "";
    background-color: hsla(0, 0%, 100%, .2);
    width: calc(100% - 60px);
    height: 1px;
    left: 30px;
    bottom: 0
}

@media(min-width:992px) {
    .main-navigation>.menu-item:last-of-type>a:before,
    .main-navigation>.menu-item:not(:last-of-type):after {
        display: none
    }
}

@media(min-width:992px) {
    .main-navigation>.menu-item:before {
        position: absolute;
        content: "";
        opacity: 0;
        visibility: hidden;
        bottom: 0;
        left: 0;
        right: 0;
        height: 5px;
        background-color: #ff7240
    }
}

.main-navigation a {
    display: block;
    position: relative;
    font-weight: 800;
    text-transform: uppercase;
    color: #a3adbc;
    padding: 20px 30px
}

@media(min-width:992px) {
    .main-navigation a {
        color: #a3adbc;
        padding: 39px 0 40px
    }
}

@media(min-width:992px) {
    .main-navigation a:focus {
        text-decoration: none;
        color: #a3adbc
    }
}

@media(min-width:992px) {
    .main-navigation>.current-menu-item>a {
        color: #fff
    }
}

@media(min-width:992px) {
    .main-navigation>.current-menu-ancestor.menu-item-has-children:before,
    .main-navigation>.current-menu-ancestor:before,
    .main-navigation>.current-menu-item:before {
        opacity: 1;
        visibility: visible
    }
}

@media(min-width:992px) {
    .main-navigation>.menu-item-has-children>a:after {
        content: "\f0d7";
        font-family: FontAwesome;
        vertical-align: top;
        margin-left: .8333333333rem;
        color: #ff7240
    }
}

.main-navigation .sub-menu {
    padding-left: 0;
    list-style: none;
    position: relative
}

@media(min-width:992px) {
    .main-navigation .sub-menu {
        position: absolute;
        background-color: transparent;
        visibility: hidden;
        opacity: 0;
        padding: 0
    }
}

.main-navigation .sub-menu .menu-item {
    display: block
}

.main-navigation .sub-menu .menu-item:focus>a,
.main-navigation .sub-menu .menu-item:hover>a,
.main-navigation .sub-menu .menu-item[aria-expanded=true]>a {
    color: #fff;
    text-decoration: none
}

@media(min-width:992px) {
    .main-navigation .sub-menu .menu-item:focus>a,
    .main-navigation .sub-menu .menu-item:hover>a,
    .main-navigation .sub-menu .menu-item[aria-expanded=true]>a {
        color: #fff
    }
}

.main-navigation .sub-menu .menu-item:focus>.sub-menu,
.main-navigation .sub-menu .menu-item:hover>.sub-menu,
.main-navigation .sub-menu .menu-item[aria-expanded=true]>.sub-menu {
    visibility: visible;
    opacity: 1
}

@media(min-width:992px) {
    .main-navigation .sub-menu .menu-item:not(:last-of-type) a:before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 1.3888888889rem;
        width: calc(100% - 2.7777777778rem);
        height: 1px;
        background-color: hsla(0, 0%, 100%, .15)
    }
}

.main-navigation .sub-menu a {
    display: block;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: none;
    text-align: left;
    color: #f0f0f0;
    padding: 10px 30px
}

@media(min-width:992px) {
    .main-navigation .sub-menu a {
        font-weight: 700;
        min-width: 11.1111111111rem;
        white-space: nowrap;
        background-color: #2e3b4e;
        color: #a3adbc;
        padding: 1.0833333333rem 1.3888888889rem
    }
}

@media(min-width:992px) {
    .main-navigation .sub-menu .sub-menu {
        left: 100%;
        top: 0;
        padding-left: .1111111111rem
    }
}

.main-navigation .sub-menu .sub-menu a {
    padding-left: 40px
}

@media(min-width:992px) {
    .main-navigation .sub-menu .sub-menu a {
        padding-left: 1.3888888889rem
    }
}

.main-navigation .sub-menu .sub-menu .sub-menu a {
    padding-left: 50px
}

@media(min-width:992px) {
    .main-navigation .sub-menu .sub-menu .sub-menu a {
        padding-left: 1.3888888889rem
    }
}

.main-navigation .sub-menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 60px
}

@media(min-width:992px) {
    .main-navigation .sub-menu .sub-menu .sub-menu .sub-menu a {
        padding-left: 1.3888888889rem
    }
}

.main-navigation .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 70px
}

@media(min-width:992px) {
    .main-navigation .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu a {
        padding-left: 1.3888888889rem
    }
}

.main-navigation .dropdown-toggle {
    position: absolute;
    background-color: hsla(0, 0%, 100%, .2);
    color: #fff;
    border: 0;
    border-radius: 3px;
    right: 30px;
    top: 0;
    width: 2.6666666667rem;
    height: 2.6666666667rem;
    margin: 10px 0;
    outline: none
}

.pt-slick-carousel {
    position: relative;
    font-size: 0
}

@media(min-width:992px) {
    .pt-slick-carousel {
        width: 100%;
        height: 32.2222222222rem
    }
}

@media(min-width:1400px) {
    .pt-slick-carousel {
        height: 37.7777777778rem
    }
}

.pt-slick-carousel__slides--no-captions+.pt-slick-carousel__container .pt-slick-carousel__navigation-container {
    position: absolute;
    right: 0
}

.pt-slick-carousel__container {
    background-color: #f0f0f0
}

@media(min-width:992px) {
    .pt-slick-carousel__container {
        position: absolute;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: radial-gradient(transparent 50%, rgba(0, 0, 0, .5));
        background-color: transparent;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }
}

.pt-slick-carousel__label {
    font-size: .6666666667rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

@media(min-width:992px) {
    .pt-slick-carousel__label {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: hsla(0, 0%, 100%, .9);
        white-space: nowrap;
        width: 3.3333333333rem;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

.pt-slick-carousel__label-container {
    position: relative;
    background-color: #f0f0f0;
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
    padding: 1.2777777778rem 1.1111111111rem
}

@media(min-width:992px) {
    .pt-slick-carousel__label-container {
        position: absolute;
        z-index: 4;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: transparent;
        border-bottom: 0;
        border-right: 1px dashed hsla(0, 0%, 100%, .5);
        top: 0;
        left: 0;
        height: 100%;
        width: 60px;
        padding: 1.1111111111rem 0;
        overflow: hidden;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@media(max-width:991px) {
    .pt-slick-carousel__label-container:after {
        position: absolute;
        content: "";
        top: -1.1111111111rem;
        left: calc(50% - .8333333333rem);
        width: 0;
        height: 0;
        border-left: .8333333333rem solid transparent;
        border-right: .8333333333rem solid transparent;
        border-bottom: 1.1111111111rem solid #f0f0f0;
        z-index: 4
    }
}

.pt-slick-carousel__content {
    font-size: 1rem;
    margin: 0 auto
}

@media(min-width:992px) {
    .pt-slick-carousel__content {
        width: calc(100% - 3.3333333333rem)
    }
}

@media(min-width:1200px) {
    .pt-slick-carousel__content {
        width: 27.7777777778rem
    }
}

@media(min-width:1500px) {
    .pt-slick-carousel__content {
        width: 34.7222222222rem
    }
}

@media(min-width:992px) {
    .pt-slick-carousel__content-container {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        font-size: .8888888889rem;
        color: #fff;
        text-align: center
    }
}

@media(min-width:992px) {
    .pt-slick-carousel__content.is-in-transition .pt-slick-carousel__content-description,
    .pt-slick-carousel__content.is-in-transition .pt-slick-carousel__content-title {
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        transition: none
    }
}

.pt-slick-carousel__content-title {
    font-size: 1.6666666667rem;
    font-weight: 800;
    line-height: 1.2;
    color: #2e3b4e;
    padding-top: 2.1111111111rem;
    margin-bottom: .5555555556rem
}

@media(min-width:992px) {
    .pt-slick-carousel__content-title {
        font-size: 3.3333333333rem;
        color: #fff;
        margin-top: 0;
        text-shadow: 0 2px 6px rgba(0, 0, 0, .3);
        transition: all .2s ease-out
    }
}

.pt-slick-carousel__content-description {
    margin-bottom: 1rem
}

@media(min-width:992px) {
    .pt-slick-carousel__content-description {
        margin-bottom: 0;
        text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
        transition: all .2s ease-out;
        transition-delay: .2s
    }
}

.pt-slick-carousel__content-description p:last-child {
    margin-bottom: 0
}

.pt-slick-carousel__content-description .btn {
    margin-right: .2777777778rem;
    margin-bottom: 1.1111111111rem
}

@media(min-width:992px) {
    .pt-slick-carousel__content-description .btn {
        margin-bottom: 0
    }
}

@media(max-width:991px) {
    .pt-slick-carousel__content-description .btn-outline-light {
        border: 2px solid #666;
        color: #666
    }
}

@media(max-width:991px) {
    .pt-slick-carousel__content-description .btn-outline-light:focus,
    .pt-slick-carousel__content-description .btn-outline-light:hover {
        border-color: #595959;
        color: #595959
    }
}

@media(min-width:992px) {
    .pt-slick-carousel__navigation {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        white-space: nowrap;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@media(min-width:992px) {
    .pt-slick-carousel__navigation,
    .pt-slick-carousel__navigation-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 3.3333333333rem
    }
    .pt-slick-carousel__navigation-container {
        position: absolute;
        z-index: 4;
        border-left: 1px dashed hsla(0, 0%, 100%, .5);
        height: 100%;
        top: 0;
        right: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.pt-slick-carousel__navigation .slick-dots {
    display: none
}

@media(min-width:992px) {
    .pt-slick-carousel__navigation .slick-dots {
        padding-left: 0;
        list-style: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
        margin-right: .5555555556rem
    }
}

@media(min-width:992px) {
    .pt-slick-carousel__navigation .slick-dots li {
        display: inline-block;
        background-color: hsla(0, 0%, 100%, .5);
        border-radius: .1111111111rem;
        width: .4444444444rem;
        height: .4444444444rem;
        margin-right: .5555555556rem;
        cursor: pointer
    }
}

@media(min-width:992px) {
    .pt-slick-carousel__navigation .slick-dots li:focus {
        background-color: hsla(0, 0%, 100%, .5)
    }
}

@media(min-width:992px) {
    .pt-slick-carousel__navigation .slick-dots li.slick-active,
    .pt-slick-carousel__navigation .slick-dots li:hover {
        background-color: hsla(0, 0%, 100%, .9)
    }
}

@media(min-width:992px) {
    .pt-slick-carousel__navigation .slick-dots li button {
        display: none
    }
}

.pt-slick-carousel__slide-number {
    display: none
}

@media(min-width:992px) {
    .pt-slick-carousel__slide-number {
        display: block;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        font-size: .6666666667rem;
        font-weight: 700;
        color: hsla(0, 0%, 100%, .9);
        margin-right: 1.0555555556rem
    }
}

.pt-slick-carousel .slick-arrow {
    position: absolute;
    z-index: 4;
    font-size: 1.6666666667rem;
    background-color: transparent;
    color: hsla(0, 0%, 100%, .5);
    border: 0;
    border-top: 1px dashed hsla(0, 0%, 100%, .5);
    width: 50%;
    bottom: 0;
    padding: .5555555556rem 0;
    cursor: pointer
}

@media(min-width:992px) {
    .pt-slick-carousel .slick-arrow {
        position: relative;
        border-top: 0;
        width: auto;
        padding: 0
    }
}

.pt-slick-carousel .slick-arrow:focus {
    outline: 0;
    color: hsla(0, 0%, 100%, .5)
}

.pt-slick-carousel .slick-arrow:hover {
    color: hsla(0, 0%, 100%, .9)
}

.pt-slick-carousel .slick-arrow.slick-prev {
    left: 0
}

@media(min-width:992px) {
    .pt-slick-carousel .slick-arrow.slick-prev {
        margin-right: .5555555556rem;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        left: inherit
    }
}

.pt-slick-carousel .slick-arrow.slick-next {
    right: 0;
    border-left: 1px dashed hsla(0, 0%, 100%, .5)
}

@media(min-width:992px) {
    .pt-slick-carousel .slick-arrow.slick-next {
        border-left: 0;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        right: inherit
    }
}

.pt-slick-carousel .slick-vertical .slick-slide {
    border: 0
}

.pt-slick-carousel .carousel-item {
    position: relative
}

.pt-slick-carousel .carousel-item__video-link:hover {
    outline: 0
}

.pt-slick-carousel .carousel-item__video-button {
    position: absolute;
    background: url(/wp-content/themes/adrenaline-pt/assets/images/play_icon.svg) no-repeat 50%;
    background-size: 10%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pt-slick-carousel .carousel-item__slide-image {
    width: 100%;
    height: auto
}

@media(min-width:992px) {
    .pt-slick-carousel .carousel-item__slide-image {
        object-fit: cover;
        width: 100%;
        height: 32.2222222222rem
    }
}

@media(min-width:1400px) {
    .pt-slick-carousel .carousel-item__slide-image {
        height: 37.7777777778rem
    }
}

.pt-slick-carousel .carousel-item.compat-object-fit {
    background-size: cover;
    background-position: 50%
}

.pt-slick-carousel .carousel-item.compat-object-fit .carousel-item__slide-image {
    opacity: 0
}

.btn {
    font-size: .6666666667rem;
    text-transform: uppercase;
    border-width: 2px;
    border-radius: 3.3333333333rem;
    transition: all .1s ease-out
}

.btn .fa {
    font-size: .8888888889rem;
    vertical-align: middle;
    margin-right: .3888888889rem
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #ff5f27;
    border-color: #ff5f27
}

.btn-outline-primary {
    background-color: transparent !important
}

.btn-outline-primary:focus,
.btn-outline-primary:hover {
    background-color: transparent !important;
    color: #ff5f27
}

.btn-secondary {
    background-color: #2e3b4e;
    border-color: #2e3b4e;
    color: #fff
}

.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #37475e;
    border-color: #37475e;
    color: #fff
}

.btn-outline-secondary {
    background-color: transparent !important;
    border: 2px solid #2e3b4e;
    color: #2e3b4e
}

.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
    background-color: transparent !important;
    border-color: #41536e;
    color: #41536e
}

.btn-light {
    background-color: #fff;
    color: #373a3c;
    text-shadow: none
}

.btn-light:focus,
.btn-light:hover {
    background-color: #f2f2f2;
    color: #373a3c
}

.btn-outline-light {
    background-color: transparent !important;
    border: 2px solid #fff;
    color: #fff
}

.btn-outline-light:focus,
.btn-outline-light:hover {
    background-color: transparent !important;
    border-color: #f2f2f2;
    color: #f2f2f2
}

.header-info {
    font-size: .7777777778rem;
    text-align: center
}

@media(min-width:992px) {
    .header-info {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        text-align: left
    }
}

.header-info__content {
    padding: .8333333333rem 1.6666666667rem 0;
    margin-bottom: 0
}

@media(min-width:992px) {
    .header-info__content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        text-align: center;
        width: 50%;
        height: 10rem;
        border-right: 1px solid #ddd
    }
}

.header-info__link {
    font-weight: 700;
    text-transform: uppercase;
    color: #2e3b4e
}

.header-info__link-container {
    padding: .8333333333rem 1.6666666667rem
}

@media(min-width:992px) {
    .header-info__link-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50%;
        height: 5rem;
        border-bottom: 1px solid #ddd;
        padding: 1.1111111111rem
    }
}

.header-info__link .fa {
    font-size: 1rem;
    color: #ff7240;
    vertical-align: middle;
    margin-right: .2777777778rem;
    padding-bottom: .1111111111rem
}

.header-info__link:focus,
.header-info__link:hover {
    text-decoration: none;
    color: #ff7240
}

.header-info__social {
    background-color: #f0f0f0;
    padding: .8333333333rem 1.6666666667rem
}

@media(min-width:992px) {
    .header-info__social {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50%;
        height: 5rem;
        margin-top: -5rem;
        margin-left: 50%;
        padding: 1.1111111111rem
    }
}

.header-info__social-link {
    font-size: 1.1111111111rem;
    color: #2e3b4e
}

.header-info__social-link:not(:last-of-type) {
    border-right: 1px solid #ddd;
    margin-right: 1.1111111111rem;
    padding-right: 1.1111111111rem
}

@media(min-width:992px) {
    .header-info__social-link:not(:last-of-type) {
        margin-right: .8333333333rem;
        padding-right: .8333333333rem
    }
}

@media(min-width:1400px) {
    .header-info__social-link:not(:last-of-type) {
        margin-right: 1.1111111111rem;
        padding-right: 1.1111111111rem
    }
}

.header-info__social-link:focus,
.header-info__social-link:hover {
    text-decoration: none;
    color: #ff7240
}

.wpcf7-date,
.wpcf7-number,
.wpcf7-select,
.wpcf7-text,
.wpcf7-textarea {
    padding: .8888888889rem 1.1111111111rem;
    margin-bottom: 1.6666666667rem;
    width: 100%;
    transition: all .1s ease-out
}

.wpcf7-textarea {
    height: 13.8888888889rem
}

.wpcf7-notice {
    padding-bottom: 1.1111111111rem
}

@media(min-width:576px) {
    .wpcf7-notice {
        display: inline-block;
        padding-top: .8888888889rem;
        padding-bottom: 0
    }
}

.wpcf7-notice+p {
    display: inline-block
}

@media(min-width:576px) {
    .wpcf7-notice+p,
    .wpcf7-submit {
        float: right
    }
}

input[type=date].form-control.wpcf7-date {
    line-height: inherit
}

.wpcf7 .wpcf7-response-output {
    margin: .2777777778rem 0;
    padding: .5555555556rem 1.1111111111rem
}

.wpcf7 .wpcf7-validation-errors {
    background-color: #f0ad4e;
    border: 2px solid #f0ad4e;
    color: #fff
}

.wpcf7 .wpcf7-mail-sent-ng {
    background-color: #d9534f;
    border: 2px solid #d9534f;
    color: #fff
}

.wpcf7 .wpcf7-mail-sent-ok {
    background-color: #5cb85c;
    border: 2px solid #5cb85c;
    color: #fff
}

.wpcf7 .wpcf7-not-valid-tip {
    margin: 0 0 .2777777778rem
}

.modal {
    background-color: rgba(0, 0, 0, .7)
}

.modal.fade .modal-dialog,
.modal.in .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog {
    position: static;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    pointer-events: none
}

.modal-content {
    position: static;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-radius: 4px;
    pointer-events: auto
}

.modal-body {
    padding: .5555555556rem
}

.modal-header {
    position: absolute;
    top: .8333333333rem;
    right: .8333333333rem;
    border-bottom: 0
}

.modal-header .close {
    font-size: 2rem;
    background-color: transparent;
    color: #fff;
    border: 0;
    outline: 0
}

.wpml-ls {
    text-align: left
}

@media(max-width:991px) {
    .wpml-ls {
        width: 100%
    }
}

.wpml-ls a {
    color: #666;
    font-weight: 700;
    padding: 10px 15px
}

.wpml-ls .wpml-ls-item-toggle {
    background-color: transparent;
    border: 3px solid #ccc;
    border-radius: 3px;
    padding-top: .7777777778rem;
    padding-bottom: .7777777778rem
}

.wpml-ls .wpml-ls-item-toggle:after {
    color: #ff7240
}

.wpml-ls .wpml-ls-sub-menu {
    top: calc(100% - 2px)
}

.wpml-ls .wpml-ls-sub-menu li:last-of-type a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.wpml-ls .wpml-ls-sub-menu a {
    background-color: #ccc;
    padding: 10px 20px
}

.wpml-ls-flag {
    margin-right: 5px;
    padding-bottom: 2px
}

.header .social-icons__link {
    position: relative;
    font-size: 1rem;
    color: #2e3b4e;
    padding-right: .8333333333rem;
    margin-right: .6666666667rem
}

@media(min-width:1200px) {
    .header .social-icons__link {
        padding-right: 1.1111111111rem;
        margin-right: .9444444444rem
    }
}

.header .social-icons__link:focus,
.header .social-icons__link:hover {
    color: #ff7240
}

.header .social-icons__link:after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, .1);
    width: 1px;
    height: 1.6666666667rem;
    top: calc(50% - .7777777778rem);
    right: 0
}

.header .social-icons__link:last-of-type {
    padding-right: 0;
    margin-right: 0
}

.header .social-icons__link:last-of-type:after {
    display: none
}

.icon-box {
    color: #666
}

.icon-box .fa {
    float: left;
    font-size: 1.3333333333rem;
    color: #2e3b4e;
    padding-top: .1111111111rem
}

.icon-box__subtitle,
.icon-box__title {
    display: block;
    font-size: .8888888889rem;
    margin-left: 1.9444444444rem;
    margin-bottom: 0
}

.header .icon-box .fa {
    padding-top: 0;
    float: none
}

@media(min-width:992px) {
    .header .icon-box .fa {
        float: left
    }
}

.header .icon-box__subtitle,
.header .icon-box__title {
    display: inline-block;
    font-size: .7777777778rem;
    margin-left: .6666666667rem
}

.header .icon-box__title+.icon-box__subtitle {
    margin-left: 0
}

a.icon-box {
    transition: all .1s ease-out
}

a.icon-box:focus,
a.icon-box:hover {
    text-decoration: none;
    color: #666
}

a.icon-box:focus .fa,
a.icon-box:hover .fa {
    color: #ff7240
}

.page-box {
    position: relative
}

.page-box__picture {
    display: inline-block;
    margin-bottom: .8333333333rem;
    border-radius: 4px
}

.page-box__picture,
.page-box__picture img {
    -webkit-mask-image: radial-gradient(circle, #fff 100%, #000 0);
    mask-image: radial-gradient(circle, #fff 100%, #000 0)
}

.page-box__picture img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .3s ease-out
}

.page-box__title {
    font-size: 1.3333333333rem;
    margin-bottom: .6111111111rem
}

.page-box__title a,
.page-box__title a:focus,
.page-box__title a:hover {
    color: #2e3b4e
}

.page-box__text {
    font-size: .8888888889rem;
    margin-bottom: 0
}

.page-box__content {
    display: inline-block;
    vertical-align: top
}

.page-box__more-link {
    display: inline-block;
    font-size: .7777777778rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: .5555555556rem
}

.page-box--block .page-box__picture {
    overflow: hidden
}

.page-box--block .page-box__picture:focus img,
.page-box--block .page-box__picture:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.page-box--inline {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-box--inline .page-box__picture {
    display: inline-block;
    margin: 0
}

.page-box--inline .page-box__title {
    font-size: 1rem;
    margin-bottom: .3888888889rem
}

.page-box--inline .page-box__content {
    -webkit-flex-basis: calc(100% - 120px);
    -ms-flex-preferred-size: calc(100% - 120px);
    flex-basis: calc(100% - 120px)
}

@media(min-width:992px) {
    .call-to-action {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.call-to-action__text {
    text-align: center;
    color: #fff;
    padding: 0 0 1.3888888889rem
}

@media(min-width:992px) {
    .call-to-action__text {
        text-align: left;
        padding: 0
    }
}

.call-to-action__title {
    font-size: 2rem;
    font-weight: 700;
    margin-top: -.2777777778rem;
    color: #fff
}

.call-to-action__subtitle,
.call-to-action__title {
    margin-bottom: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.call-to-action__subtitle {
    margin-top: .7777777778rem;
    font-size: .8888888889rem;
    line-height: 1.2
}

.call-to-action__button {
    text-align: center
}

@media(min-width:992px) {
    .call-to-action__button {
        text-align: left
    }
}

.call-to-action__button .btn {
    margin: .2777777778rem .3333333333rem
}

@media(min-width:992px) {
    .call-to-action__button .btn {
        margin-left: .8333333333rem;
        margin-right: 0
    }
}

@media(min-width:992px) {
    .call-to-action__button .btn:first-of-type {
        margin-left: 0
    }
}

.number-counters {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(min-width:992px) {
    .number-counters {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.number-counter {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 1.6666666667rem;
    transition: all .1s ease-out
}

@media(min-width:992px) {
    .number-counter {
        margin-right: 1.6666666667rem;
        margin-bottom: 0
    }
}

.number-counter:last-of-type {
    margin-bottom: 0
}

@media(min-width:992px) {
    .number-counter:last-of-type {
        margin-right: 0
    }
}

.number-counter__number {
    font-size: 2rem;
    color: #2e3b4e;
    line-height: 1
}

.number-counter__title {
    font-size: .8888888889rem;
    color: #666;
    margin-top: .3333333333rem
}

.number-counter__bar {
    position: relative;
    height: 3px;
    width: 100%;
    background-color: #ddd;
    margin-top: .7777777778rem
}

.number-counter__bar--progress {
    left: 0;
    width: 0;
    height: inherit;
    background-color: #ff7240;
    transition: all 1s ease-out
}

.brochure-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .8888888889rem 1.3888888889rem .7777777778rem;
    background-color: #ff7240;
    color: #fff;
    border-radius: 3.3333333333rem
}

.brochure-box .fa {
    font-size: 1.6666666667rem;
    transition: all .1s ease-out;
    vertical-align: middle
}

.brochure-box__text {
    font-size: .6666666667rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: .8333333333rem;
    transition: all .1s ease-out
}

.brochure-box:focus,
.brochure-box:hover {
    text-decoration: none;
    background-color: #ff5f27;
    color: #fff
}

.accordion__panel {
    margin-bottom: 0;
    background-color: transparent;
    border: 0
}

.accordion__panel .panel-title {
    margin-bottom: 0
}

.accordion__panel .panel-title a {
    position: relative;
    display: block;
    font-weight: 800;
    font-size: .8888888889rem;
    color: #ff7240;
    border-top: 1px dashed rgba(0, 0, 0, .1);
    padding: 1rem 0;
    transition: all .1s ease-out
}

.accordion__panel .panel-title a:after {
    position: absolute;
    content: "\f068";
    font-family: FontAwesome;
    text-align: center;
    line-height: 1.4444444444rem;
    top: calc(50% - .6944444444rem);
    right: 0;
    width: 1.3888888889rem;
    height: 1.3888888889rem
}

.accordion__panel .panel-title a.collapsed {
    color: #2e3b4e
}

.accordion__panel .panel-title a.collapsed:after {
    content: "\f067"
}

.accordion__panel .panel-title a:focus {
    text-decoration: none
}

.accordion__panel .panel-title a:hover {
    text-decoration: none;
    color: #ff7240
}

.accordion__panel:first-of-type a {
    border-top: 0
}

.accordion__panel:last-of-type {
    border-bottom: 1px dashed rgba(0, 0, 0, .1)
}

.accordion__content .panel-body {
    font-size: .8888888889rem;
    padding: 1.1111111111rem 0;
    border-top: 1px dashed rgba(0, 0, 0, .1)
}

.accordion .more-link {
    position: relative;
    display: block;
    font-weight: 800;
    font-size: .8888888889rem;
    text-transform: inherit;
    color: #373a3c;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 0;
    transition: all .1s ease-out
}

.accordion .more-link:after {
    position: absolute;
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: .7222222222rem;
    text-align: center;
    line-height: 1.4444444444rem;
    top: calc(50% - .6944444444rem);
    right: 0;
    width: 1.3888888889rem;
    height: 1.3888888889rem
}

.accordion .more-link:focus,
.accordion .more-link:hover {
    text-decoration: none;
    color: #ff7240
}

.skype-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #1fa7da;
    border-radius: 3.3333333333rem;
    padding: .7777777778rem 1.6666666667rem;
    transition: all .1s ease-out
}

.skype-button .fa {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    font-size: 1.6666666667rem;
    color: #79cae9;
    vertical-align: middle;
    padding-top: .1111111111rem;
    transition: all .1s ease-out
}

.skype-button:focus,
.skype-button:hover {
    background-color: #1ea0d1;
    text-decoration: none
}

.skype-button:focus .fa,
.skype-button:hover .fa {
    color: #8fd3ed
}

.skype-button__title {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: .6666666667rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0
}

@media(min-width:576px) {
    .weather {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.weather-current {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.1111111111rem 1.6666666667rem 1.2222222222rem;
    padding-right: 1.1111111111rem;
    border-radius: .1111111111rem;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .1)
}

.weather-current__container {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: .5555555556rem;
    margin-right: .2777777778rem
}

@media(min-width:576px) {
    .weather-current__container {
        margin-bottom: 0
    }
}

.weather-current__title {
    font-weight: 700;
    font-size: .7777777778rem;
    text-transform: uppercase;
    color: #ff7240;
    margin-bottom: 0
}

.weather-current__title:focus,
.weather-current__title:hover {
    text-decoration: none
}

.weather-current__text {
    display: inline-block;
    font-size: .5555555556rem;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #f0f0f0;
    color: #666;
    border-radius: .1666666667rem;
    padding: .1388888889rem .3611111111rem;
    vertical-align: middle;
    margin-top: -.1111111111rem;
    margin-left: .4444444444rem
}

.weather-current a.weather-current__title:after {
    content: "\f178";
    font-family: FontAwesome;
    margin-left: .5555555556rem
}

.weather-current__temperature {
    font-size: 3.3333333333rem;
    font-weight: 700;
    color: #2e3b4e;
    margin-bottom: 0;
    margin-right: 1.6666666667rem
}

@media(min-width:992px) {
    .weather-current__temperature {
        font-size: 2.7777777778rem
    }
}

@media(min-width:1200px) {
    .weather-current__temperature {
        font-size: 3.3333333333rem
    }
}

.weather-current__temperature sup {
    font-size: 1.7777777778rem;
    top: -1.1111111111rem
}

@media(min-width:992px) {
    .weather-current__temperature sup {
        font-size: 1.4444444444rem;
        top: -.9444444444rem
    }
}

@media(min-width:1200px) {
    .weather-current__temperature sup {
        font-size: 1.7777777778rem;
        top: -1.1111111111rem
    }
}

.weather-current__temperature-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.weather-current__powered-by-link {
    display: block;
    font-size: .5555555556rem;
    color: #807f7f;
    font-weight: 400;
    margin-top: -.5555555556rem
}

.weather-current__powered-by-link:focus,
.weather-current__powered-by-link:hover {
    text-decoration: none;
    color: #666
}

.widget .weather-current__icon {
    width: 4.4444444444rem;
    height: 4.4444444444rem
}

.weather-forecast {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    background-color: #f0f0f0;
    border-radius: .1111111111rem;
    padding: 1.2777777778rem .5555555556rem 1.1666666667rem;
    margin-left: .3333333333rem;
    margin-bottom: .3333333333rem
}

@media(min-width:576px) {
    .weather-forecast {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0;
        padding: 1.2777777778rem 1.1111111111rem 1.1666666667rem
    }
}

@media(min-width:992px) {
    .weather-forecast {
        padding: 1.2777777778rem .5555555556rem 1.1666666667rem
    }
}

@media(min-width:1200px) {
    .weather-forecast {
        padding: 1.2777777778rem 1.1111111111rem 1.1666666667rem
    }
}

.weather-forecast__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.weather-forecast__icon {
    width: 1.6666666667rem;
    margin-bottom: .1666666667rem
}

.weather-forecast__day {
    position: relative;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: .8333333333rem
}

@media(min-width:576px) {
    .weather-forecast__day:after {
        position: absolute;
        content: "";
        bottom: 0;
        left: -.5555555556rem;
        right: -.5555555556rem;
        height: 1px;
        background-color: #ddd
    }
}

@media(min-width:992px) {
    .weather-forecast__day:after {
        left: 0;
        right: 0
    }
}

@media(min-width:1200px) {
    .weather-forecast__day:after {
        left: -.5555555556rem;
        right: -.5555555556rem
    }
}

.weather-forecast__temperature {
    font-size: 1.4444444444rem;
    font-weight: 700;
    margin-bottom: 0
}

.weather-forecast__temperature sup {
    font-size: .8888888889rem;
    top: -.3888888889rem
}

.adrenaline-table {
    font-size: .8888888889rem;
    color: #818a91;
    border: 0;
    width: 100%;
    max-width: 100%
}

.adrenaline-table thead th {
    font-weight: 800;
    text-align: center;
    background-clip: padding-box;
    background-color: #ff7240;
    color: #fff;
    border-radius: .1111111111rem;
    border-right: 2px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding: .8333333333rem 1.1111111111rem
}

.adrenaline-table thead th:first-of-type {
    text-align: left;
    background-color: transparent;
    color: #373a3c;
    box-shadow: inset 0 0 0 1px #eee
}

.adrenaline-table thead th:last-of-type {
    border-right: 0
}

.adrenaline-table tbody td {
    text-align: center;
    background-clip: padding-box;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #eee;
    border-radius: .1111111111rem;
    border-right: 2px solid transparent;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    padding: .8333333333rem 1.1111111111rem
}

.adrenaline-table tbody td:first-of-type {
    font-weight: 800;
    text-align: left;
    background-color: #f0f0f0;
    color: #666;
    box-shadow: none
}

.adrenaline-table tbody td:last-of-type {
    border-right: 0
}

.adrenaline-table tbody td a {
    font-weight: 800;
    color: #2e3b4e
}

.pricing-list__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-bottom: 1.3333333333rem;
    margin-bottom: 1.2222222222rem;
    border-bottom: 1px dashed rgba(0, 0, 0, .1)
}

.pricing-list__title {
    margin-bottom: .5rem
}

.pricing-list__badge {
    font-size: .6666666667rem;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ff7240;
    color: #fff;
    border-radius: .2222222222rem;
    padding: .2222222222rem .5555555556rem;
    margin-left: .2777777778rem;
    margin-bottom: .1666666667rem
}

.pricing-list__price {
    margin-bottom: 0
}

.pricing-list__description {
    margin-bottom: 0;
    font-size: .8888888889rem;
    width: 100%
}

.testimonial {
    position: relative;
    text-align: center;
    background-color: #fff;
    border-radius: .2222222222rem;
    padding: 3.6666666667rem 2.5rem 1.3888888889rem;
    margin-bottom: 1.6666666667rem
}

@media(min-width:768px) {
    .testimonial {
        margin-bottom: 0
    }
}

.testimonial:before {
    content: "“";
    font-family: Georgia, Times New Roman;
    font-size: 2.5555555556rem;
    line-height: 3.5555555556rem;
    color: #fff;
    border-bottom-left-radius: 2.2222222222rem;
    border-bottom-right-radius: 2.2222222222rem;
    height: 2.2222222222rem;
    top: 0
}

.testimonial:after,
.testimonial:before {
    position: absolute;
    background-color: #ff7240;
    width: 2.2222222222rem;
    left: calc(50% - 1.1111111111rem)
}

.testimonial:after {
    content: "";
    height: .2777777778rem;
    bottom: 0
}

.testimonial__quote {
    font-size: .8888888889rem;
    margin-bottom: .7777777778rem
}

.testimonial__author {
    font-style: normal;
    text-transform: uppercase
}

.testimonial__author,
.testimonial__author-description {
    font-size: .7777777778rem
}

.testimonial__carousel {
    position: relative;
    display: inline-block;
    font-size: 1.1111111111rem;
    border: 2px solid #999;
    padding: .7222222222rem 1rem
}

.testimonial__carousel,
.testimonial__carousel:focus {
    color: hsla(0, 0%, 100%, .5)
}

.testimonial__carousel:hover {
    color: hsla(0, 0%, 100%, .9)
}

.testimonial__carousel-container {
    font-size: 0;
    text-align: center;
    margin-top: 1.6666666667rem
}

.testimonial__carousel--left {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    right: -1px;
    padding-left: 1.1111111111rem;
    padding-right: .8888888889rem
}

.testimonial__carousel--right {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    left: -1px;
    padding-right: 1.1111111111rem;
    padding-left: .8888888889rem
}

.time-table .week-day {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: .7777777778rem;
    margin-bottom: .5555555556rem
}

.time-table .week-day dt {
    text-transform: uppercase;
    margin-bottom: 0
}

.time-table .week-day__line {
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.time-table .week-day__line:after {
    position: absolute;
    content: "";
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    bottom: .2777777778rem;
    left: .5555555556rem;
    right: .5555555556rem
}

.time-table .week-day dd {
    margin-bottom: 0
}

.time-table .week-day.today {
    color: #ff7240;
    font-weight: 800
}

.time-table .week-day:last-of-type {
    margin-bottom: 0
}

.time-table .additional-info {
    font-size: .7777777778rem;
    margin-top: .6666666667rem
}

.time-table .widget-title {
    text-transform: uppercase;
    margin-bottom: 1.0555555556rem
}

.special-offer {
    background-color: #f0f0f0;
    border-radius: 4px
}

.special-offer__image {
    position: relative
}

.special-offer__image img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.special-offer__location {
    position: absolute;
    font-size: .6666666667rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    left: 1.6666666667rem;
    top: 1.1111111111rem
}

.special-offer__location .fa {
    font-size: .7777777778rem;
    margin-right: .2222222222rem
}

.special-offer__content {
    padding: .7777777778rem 1.6666666667rem 1.6666666667rem
}

.special-offer__price {
    display: inline-block;
    font-size: 1.6666666667rem;
    font-weight: 800;
    vertical-align: middle;
    color: #2e3b4e;
    padding-bottom: .0555555556rem;
    margin-right: .3888888889rem
}

.special-offer__label {
    display: inline-block;
    font-size: .6666666667rem;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ff7240;
    color: #fff;
    border-radius: 4px;
    padding: .2222222222rem .5555555556rem .1666666667rem;
    margin-bottom: .5555555556rem
}

.special-offer__title {
    margin-bottom: .4444444444rem
}

.special-offer__text {
    font-size: .7777777778rem;
    margin-bottom: .8333333333rem
}

.person-profile {
    background-color: #f0f0f0;
    border: 0;
    border-radius: 4px;
    margin-bottom: 0
}

.person-profile:focus .slick-arrow,
.person-profile:hover .slick-arrow {
    opacity: 1;
    visibility: visible
}

.person-profile .person-profile__image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.person-profile__container {
    padding: 1.3888888889rem 1.6666666667rem 1.0555555556rem
}

.person-profile__name {
    display: inline-block;
    font-size: 1.3333333333rem;
    margin-bottom: .3888888889rem
}

.person-profile__label {
    position: relative;
    display: inline-block;
    font-size: .6666666667rem;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ff7240;
    color: #fff;
    border-radius: 4px;
    padding: .1944444444rem .4444444444rem;
    margin-left: .2777777778rem;
    margin-bottom: .2222222222rem;
    top: -.2222222222rem
}

.person-profile__description {
    font-size: .7777777778rem;
    margin-bottom: 1.1111111111rem
}

.person-profile__skills {
    font-size: .7777777778rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #bbb;
    padding-top: 1.0555555556rem;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.person-profile__skills+.person-profile__tags {
    padding-top: .4444444444rem;
    border-top: 0
}

.person-profile__skill {
    margin-bottom: .2777777778rem
}

.person-profile__skill-rating {
    margin-left: .2777777778rem;
    color: #ff7240
}

.person-profile__tags {
    padding-top: 1.0555555556rem;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.person-profile__tag {
    display: inline-block;
    font-size: .6666666667rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: .25rem .5555555556rem;
    margin-right: .3333333333rem;
    margin-bottom: .1666666667rem;
    background-color: #aaa;
    color: #fff;
    border-radius: 4px;
    transition: all .1s ease-out
}

.person-profile__social-icons {
    margin-top: 1.2222222222rem;
    padding-top: .8888888889rem;
    font-weight: 800;
    font-size: .6666666667rem;
    text-transform: uppercase;
    color: #bbb;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.person-profile__social-icon {
    font-size: .8888888889rem;
    color: #2e3b4e;
    margin-left: .2777777778rem
}

.person-profile__social-icon:first-of-type {
    margin-left: .3888888889rem
}

.person-profile__social-icon .fa {
    vertical-align: middle
}

.person-profile__social-icon:focus,
.person-profile__social-icon:hover {
    color: #232c3b
}

.person-profile__carousel {
    font-size: 0
}

.person-profile__carousel .slick-arrow {
    position: absolute;
    z-index: 4;
    font-size: 1.6666666667rem;
    text-align: center;
    background-color: transparent;
    color: hsla(0, 0%, 100%, .5);
    border: 0;
    border-left: 1px dashed hsla(0, 0%, 100%, .5);
    height: 50%;
    width: 3.3333333333rem;
    right: 0;
    transition: all .1s ease-out
}

@media(min-width:992px) {
    .person-profile__carousel .slick-arrow {
        opacity: 0;
        visibility: hidden
    }
}

.person-profile__carousel .slick-arrow:focus {
    outline: none
}

.person-profile__carousel .slick-arrow:hover {
    color: hsla(0, 0%, 100%, .9)
}

.person-profile__carousel .slick-prev {
    bottom: 0
}

.person-profile__carousel .slick-prev .fa {
    position: absolute;
    top: .4444444444rem;
    left: 0;
    right: 0
}

.person-profile__carousel .slick-next {
    top: 0
}

.person-profile__carousel .slick-next .fa {
    position: absolute;
    bottom: .4444444444rem;
    left: 0;
    right: 0
}

.person-profile .slick-vertical .slick-slide {
    border: 0
}

.person-profile__carousel-item--video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%
}

.person-profile__carousel-item--video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pw-instagram {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media(min-width:768px) {
    .pw-instagram {
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

.pw-instagram__item {
    display: block;
    opacity: .5;
    -webkit-flex-basis: calc(50% - 0.2222222222rem);
    -ms-flex-preferred-size: calc(50% - 0.2222222222rem);
    flex-basis: calc(50% - 0.2222222222rem);
    margin: .1111111111rem;
    transition: -webkit-transform .2s ease-out, -webkit-filter .2s ease-out;
    transition: transform .2s ease-out, filter .2s ease-out;
    transition: transform .2s ease-out, filter .2s ease-out, -webkit-transform .2s ease-out, -webkit-filter .2s ease-out;
    will-change: transform
}

@media(min-width:768px) {
    .pw-instagram__item {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.pw-instagram__item:hover {
    opacity: 1;
    z-index: 4;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.pw-instagram__item:hover .pw-instagram__photo {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    will-change: transform
}

.pw-instagram__item--cta {
    position: relative;
    background-color: #2e3b4e;
    border-radius: 4px;
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

.pw-instagram__item--cta .pw-instagram__photo {
    visibility: hidden
}

@media(min-width:1200px) {
    .pw-instagram__item--cta .pw-instagram__photo {
        display: none
    }
}

.pw-instagram__item--cta:focus,
.pw-instagram__item--cta:hover {
    text-decoration: none
}

.pw-instagram__item--cta .fa {
    position: absolute;
    font-size: 1.6666666667rem;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media(min-width:1200px) {
    .pw-instagram__item--cta .fa {
        left: 1.1111111111rem;
        top: inherit;
        bottom: .8333333333rem;
        -webkit-transform: inherit;
        transform: inherit
    }
}

.pw-instagram__photo {
    opacity: 1;
    width: 100%;
    border-radius: 4px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: -webkit-filter .2s ease-out;
    transition: filter .2s ease-out;
    transition: filter .2s ease-out, -webkit-filter .2s ease-out;
    will-change: transform
}

.pw-instagram__title {
    display: none
}

@media(min-width:1200px) {
    .pw-instagram__title {
        display: block;
        font-size: .8333333333rem;
        text-transform: uppercase;
        color: #fff;
        padding: .8333333333rem 1.1111111111rem 0
    }
}

.pw-instagram__text {
    display: none
}

@media(min-width:1200px) {
    .pw-instagram__text {
        display: block;
        font-size: .7777777778rem;
        color: hsla(0, 0%, 100%, .5);
        padding: 0 1.1111111111rem
    }
}

.pw-instagram__loader {
    display: inline-block;
    text-align: center;
    width: 100%
}

.portfolio-grid {
    position: relative
}

.siteorigin-panels-stretch .portfolio-grid {
    margin: 0 .8333333333rem
}

@media(min-width:576px) {
    .siteorigin-panels-stretch .portfolio-grid {
        margin: 0 1.6666666667rem
    }
}

@media(min-width:992px) {
    .siteorigin-panels-stretch .portfolio-grid {
        margin: 0 3.3333333333rem
    }
}

.portfolio-grid__header {
    position: relative;
    display: inline-block;
    margin-bottom: 1.6666666667rem;
    width: 100%
}

@media(min-width:992px) {
    .portfolio-grid__header {
        margin-bottom: 2.2222222222rem
    }
}

.portfolio-grid__title {
    display: inline-block;
    font-size: 1.6666666667rem;
    margin-top: 1.8333333333rem;
    margin-bottom: 1.5555555556rem;
    text-transform: uppercase
}

@media(min-width:992px) {
    .portfolio-grid__title {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: .8333333333rem;
        vertical-align: middle
    }
}

.portfolio-grid__title+.portfolio-grid__nav {
    margin-top: 0
}

.portfolio-grid__nav {
    margin: 0;
    font-size: 0;
    list-style: none;
    overflow: hidden;
    position: relative;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    padding: 0 1.6666666667rem;
    margin-top: 5.5555555556rem
}

@media(min-width:992px) {
    .portfolio-grid__nav {
        display: inline-block;
        overflow: visible;
        position: static;
        background-color: transparent;
        border: 0;
        padding: 0;
        margin-top: 0
    }
}

@media(min-width:992px) {
    .siteorigin-panels-stretch .portfolio-grid__nav {
        margin-left: 3.3333333333rem
    }
}

.portfolio-grid__nav-item {
    position: relative;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-size: .7777777778rem;
    font-weight: 800;
    background-color: transparent;
    color: #2e3b4e
}

@media(min-width:992px) {
    .portfolio-grid__nav-item {
        display: inline-block
    }
}

.portfolio-grid__nav-item.is-active {
    position: absolute;
    top: 0;
    left: 1.6666666667rem;
    right: 1.6666666667rem;
    color: #ff7240
}

@media(min-width:992px) {
    .portfolio-grid__nav-item.is-active {
        position: relative;
        left: 0;
        right: 0
    }
}

.portfolio-grid__nav-item.is-active>.portfolio-grid__nav-link {
    color: #ff7240
}

@media(min-width:992px) {
    .portfolio-grid__nav-item.is-active>.portfolio-grid__nav-link {
        border: 2px solid #ff7240;
        border-left: 0
    }
}

.portfolio-grid__nav-item.is-active>.portfolio-grid__nav-link:before {
    background-color: #ff7240
}

.portfolio-grid__nav-item.is-active>.portfolio-grid__nav-link:focus,
.portfolio-grid__nav-item.is-active>.portfolio-grid__nav-link:hover {
    color: #ff7240
}

@media(min-width:992px) {
    .portfolio-grid__nav-item.is-active:first-of-type .portfolio-grid__nav-link {
        border-left: 2px solid #ff7240
    }
}

@media(max-width:991px) {
    .portfolio-grid__nav-item:first-of-type .portfolio-grid__nav-link {
        border-top: 0
    }
}

@media(min-width:992px) {
    .portfolio-grid__nav-item:first-of-type .portfolio-grid__nav-link {
        border-left: 2px solid #ddd;
        border-top-left-radius: 3.3333333333rem;
        border-bottom-left-radius: 3.3333333333rem
    }
}

@media(min-width:992px) {
    .portfolio-grid__nav-item:first-of-type .portfolio-grid__nav-link:before {
        display: none
    }
}

@media(min-width:992px) {
    .portfolio-grid__nav-item:first-of-type .portfolio-grid__nav-link:focus,
    .portfolio-grid__nav-item:first-of-type .portfolio-grid__nav-link:hover {
        border-left: 2px solid #ff7240
    }
}

@media(min-width:992px) {
    .portfolio-grid__nav-item:last-of-type .portfolio-grid__nav-link {
        border-top-right-radius: 3.3333333333rem;
        border-bottom-right-radius: 3.3333333333rem
    }
}

.portfolio-grid__nav-link {
    position: relative;
    display: block;
    font-size: .8888888889rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid rgba(0, 0, 0, .1);
    color: #2e3b4e;
    transition: all .1s ease-out
}

@media(min-width:992px) {
    .portfolio-grid__nav-link {
        display: inline-block;
        font-size: .7777777778rem;
        border: 2px solid #ddd;
        border-left: 0;
        padding: 1rem 2.2222222222rem .9444444444rem
    }
}

@media(min-width:992px) {
    .portfolio-grid__nav-link:before {
        position: absolute;
        content: "";
        z-index: 4;
        width: 2px;
        height: auto;
        left: -2px;
        top: -2px;
        bottom: -2px
    }
}

.portfolio-grid__nav-link:focus,
.portfolio-grid__nav-link:hover {
    text-decoration: none;
    color: #ff7240
}

@media(min-width:992px) {
    .portfolio-grid__nav-link:focus,
    .portfolio-grid__nav-link:hover {
        border: 2px solid #ff7240;
        border-left: 0
    }
}

@media(min-width:992px) {
    .portfolio-grid__nav-link:focus:before,
    .portfolio-grid__nav-link:hover:before {
        background-color: #ff7240
    }
}

.portfolio-grid__mobile-filter {
    position: absolute;
    right: 0;
    top: .1666666667rem;
    z-index: 2;
    height: 3.3333333333rem;
    line-height: 3rem;
    padding: 0 1.6666666667rem;
    margin-top: .8333333333rem
}

.portfolio-grid__arrows {
    text-align: center;
    margin-top: 1.3888888889rem
}

@media(min-width:992px) {
    .portfolio-grid__arrows {
        display: inline-block;
        float: right;
        vertical-align: top;
        margin-top: 0
    }
}

@media(min-width:992px) {
    .siteorigin-panels-stretch .portfolio-grid__arrows {
        margin-right: 3.3333333333rem
    }
}

.portfolio-grid__arrow {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: .8888888889rem .9166666667rem .7222222222rem;
    background-color: transparent;
    color: #888;
    border: 2px solid #ddd;
    transition: all .1s ease-out
}

.portfolio-grid__arrow .fa {
    font-size: 1.3333333333rem
}

.portfolio-grid__arrow--left {
    border-right: 1px solid #ddd;
    border-top-left-radius: 3.3333333333rem;
    border-bottom-left-radius: 3.3333333333rem;
    padding-left: 1.1944444444rem
}

.portfolio-grid__arrow--right {
    border-left: 1px solid #ddd;
    border-top-right-radius: 3.3333333333rem;
    border-bottom-right-radius: 3.3333333333rem;
    padding-right: 1.1944444444rem
}

.portfolio-grid__arrow:focus {
    background-color: transparent;
    color: #818a91
}

.portfolio-grid__arrow:hover {
    background-color: transparent;
    color: #373a3c
}

.portfolio-grid__item {
    margin-bottom: 1.6666666667rem
}

.portfolio-grid__item--dummy {
    position: relative;
    background-color: #fff;
    border: 2px dashed transparent;
    box-shadow: none
}

.portfolio-grid__item--dummy .fa {
    color: #ccc
}

.portfolio-grid__image {
    display: block;
    position: relative;
    border-radius: 4px;
    margin-bottom: .8888888889rem;
    overflow: hidden
}

.portfolio-grid__image,
.portfolio-grid__image img {
    -webkit-mask-image: radial-gradient(circle, #fff 100%, #000 0);
    mask-image: radial-gradient(circle, #fff 100%, #000 0)
}

.portfolio-grid__image img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .3s ease-out
}

.portfolio-grid__image:after {
    position: absolute;
    content: "";
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: radial-gradient(transparent 50%, rgba(0, 0, 0, .5))
}

.portfolio-grid__image:focus img,
.portfolio-grid__image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.portfolio-grid__specification {
    position: absolute;
    z-index: 4;
    font-size: .6666666667rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    top: 1.1111111111rem;
    left: 1.3888888889rem
}

.portfolio-grid__specification .fa {
    font-size: .8888888889rem;
    vertical-align: middle;
    padding-bottom: .0555555556rem;
    margin-right: .2777777778rem
}

.portfolio-grid__item-title {
    display: block;
    margin-bottom: -.1111111111rem;
    color: #2e3b4e
}

.portfolio-grid__item-title:focus,
.portfolio-grid__item-title:hover {
    color: #2e3b4e
}

.portfolio-grid__price {
    display: inline-block;
    font-size: 1.6666666667rem;
    font-weight: 800;
    color: #2e3b4e;
    margin-bottom: 0;
    margin-right: .2777777778rem
}

.portfolio-grid__price sup {
    font-size: .8888888889rem;
    top: -.5555555556rem;
    margin-right: .1666666667rem
}

.portfolio-grid__label {
    display: inline-block;
    font-size: .6666666667rem;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: top;
    background-color: #ff7240;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    border-radius: 4px;
    padding: .1944444444rem .5555555556rem;
    margin-top: .5555555556rem
}

@media(min-width:992px) {
    .portfolio-grid__label {
        margin-top: .6111111111rem
    }
}

.portfolio-grid__cta {
    white-space: inherit
}

.portfolio-grid--slider .portfolio-grid__header {
    border-bottom-color: rgba(0, 0, 0, .1);
    padding-bottom: .8333333333rem
}

@media(min-width:992px) {
    .portfolio-grid--slider .portfolio-grid__header {
        padding-bottom: 0
    }
}

.portfolio-grid--slider.is-nav-arrows-hidden .portfolio-grid__arrow {
    display: none
}

.portfolio-grid--slider.is-nav-arrows-hidden .portfolio-grid__header {
    padding-bottom: 0
}

@-webkit-keyframes a {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes a {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

.portfolio-grid .is-fadeout {
    -webkit-animation: a ease-in-out .2s 1 forwards;
    animation: a ease-in-out .2s 1 forwards
}

.portfolio-grid .is-fadein {
    -webkit-animation: a ease-in-out .2s 1 reverse forwards;
    animation: a ease-in-out .2s 1 reverse forwards
}

.portfolio-grid .carousel-inner>.carousel-item {
    margin: 0 .1666666667rem
}

.special-title {
    margin-bottom: 0;
        font-family: Gloria Hallelujah;
        font-size: 3.2222222222rem;
        text-transform: uppercase;
        color: rgba(0, 0, 0, .1);
        left: .5555555556rem;
        right: .5555555556rem;
        text-align: center;
}

@media(min-width:992px) {
    .special-title {
        display: block;
        position: absolute;
        font-family: Gloria Hallelujah;
        font-size: 7.2222222222rem;
        text-transform: uppercase;
        color: rgba(0, 0, 0, .1);
        left: .5555555556rem;
        right: .5555555556rem;
        text-align: center;

    }
}

@media(min-width:992px) and (min-width:1200px) {
    .special-title {
        font-size: 8.3333333333rem;
        margin-top: -6.1111111111rem
    }
}

@media(max-width:991px) {
    .widget-special-title {
        margin-bottom: 0 !important
    }
}

@media(min-width:992px) {
    .widget-special-title {
        padding-top: 8.3333333333rem
    }
}

.image-banner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    -webkit-mask-image: radial-gradient(circle, #fff 100%, #000 0);
    mask-image: radial-gradient(circle, #fff 100%, #000 0)
}

.image-banner:after {
    position: absolute;
    content: "";
    opacity: .5;
    background-color: rgba(0, 0, 0, .2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .3s ease-out
}

.image-banner:focus:after,
.image-banner:hover:after {
    opacity: 1
}

.image-banner:focus .image-banner__image,
.image-banner:hover .image-banner__image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.image-banner__image {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-mask-image: radial-gradient(circle, #fff 100%, #000 0);
    mask-image: radial-gradient(circle, #fff 100%, #000 0);
    transition: all .3s ease-out
}

.image-banner__content {
    position: absolute;
    z-index: 4;
    text-align: center;
    padding: 1.6666666667rem;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0)
}

.image-banner__content--small .image-banner__title {
    font-size: 1rem
}

.image-banner__content--big .image-banner__title {
    font-size: 1.6666666667rem
}

.image-banner__title {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    margin-bottom: 0
}

.image-banner__title+.image-banner__text {
    margin-top: .6111111111rem
}

.image-banner__title+.image-banner__cta {
    margin-top: 1.1111111111rem
}

.image-banner__text {
    margin-bottom: 0;
    font-size: .8888888889rem
}

.image-banner__text+.image-banner__cta {
    margin-top: 1.0555555556rem
}

.latest-posts {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -5px;
    margin-left: -5px
}

.latest-posts,
.latest-posts__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.latest-posts__item {
    position: relative;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: calc(50% - 10px);
    background: #2e3b4e url(/wp-content/themes/adrenaline-pt/assets/images/contour-pattern.png) no-repeat 50%;
    background-size: cover;
    border-radius: 4px;
    min-height: 14.7777777778rem;
    padding: 1.5rem 1.6666666667rem 1.3333333333rem;
    margin: 5px;
    transition: all .1s ease-out
}

@media(min-width:768px) {
    .latest-posts__item {
        width: calc(50% - 10px)
    }
}

.latest-posts__item--more-news {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: calc(25% - 10px);
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-size: 100%
}

@media(min-width:768px) {
    .latest-posts__item--more-news {
        width: calc(25% - 10px)
    }
}

.latest-posts__item--more-news+.latest-posts__item {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: calc(25% - 10px)
}

@media(min-width:768px) {
    .latest-posts__item--more-news+.latest-posts__item {
        width: calc(25% - 10px)
    }
}

.latest-posts__item:focus,
.latest-posts__item:hover {
    text-decoration: none
}

.latest-posts__item:focus:after,
.latest-posts__item:hover:after {
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, .5) radial-gradient(transparent 50%, rgba(0, 0, 0, .5))
}

.latest-posts__item:after {
    position: absolute;
    content: "";
    opacity: 1;
    visibility: visible;
    z-index: 3;
    background: rgba(0, 0, 0, .2) radial-gradient(transparent 50%, rgba(0, 0, 0, .5));
    border-radius: 4px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all .1s ease-out
}

.latest-posts__date {
    display: inline-block;
    font-size: .6666666667rem;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #f0f0f0;
    color: #2e3b4e;
    border-radius: 4px;
    padding: .1944444444rem .5555555556rem
}

.latest-posts__date-container {
    position: relative;
    z-index: 4;
    margin-bottom: 1.6666666667rem
}

.latest-posts__content {
    position: relative;
    z-index: 4;
    margin-top: auto
}

.latest-posts__text,
.latest-posts__title {
    text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    color: #fff;
    margin-bottom: 0
}

.latest-posts__text {
    font-size: .8888888889rem;
    margin-top: .6111111111rem
}

.latest-posts__more-news {
    position: relative;
    z-index: 4;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    color: #fff;
    margin-bottom: 0
}

.latest-posts__more-news .fa {
    margin-left: .2777777778rem
}

.timetable__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.timetable__item:not(:last-child) {
    margin-bottom: .5555555556rem
}

.timetable a.timetable__item:focus,
.timetable a.timetable__item:hover {
    text-decoration: none
}

.timetable a.timetable__item:focus .timetable__content,
.timetable a.timetable__item:focus .timetable__date,
.timetable a.timetable__item:hover .timetable__content,
.timetable a.timetable__item:hover .timetable__date {
    background-color: #ff7240;
    color: #fff
}

.timetable a.timetable__item:focus .timetable__description,
.timetable a.timetable__item:focus .timetable__title,
.timetable a.timetable__item:hover .timetable__description,
.timetable a.timetable__item:hover .timetable__title {
    color: #fff
}

.timetable a.timetable__item:focus .timetable__description:after,
.timetable a.timetable__item:focus .timetable__title:after,
.timetable a.timetable__item:hover .timetable__description:after,
.timetable a.timetable__item:hover .timetable__title:after {
    background-color: hsla(0, 0%, 100%, .1)
}

.timetable a.timetable__item:focus .timetable__price,
.timetable a.timetable__item:hover .timetable__price {
    color: #fff
}

.timetable__date {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .8333333333rem;
    font-weight: 800;
    text-transform: uppercase;
    background-color: #f0f0f0;
    color: #666;
    border-radius: 4px;
    width: 4.1666666667rem;
    height: 4.1666666667rem;
    min-height: 4.1666666667rem;
    margin-right: .2777777778rem;
    transition: all .1s ease-out
}

.timetable__day,
.timetable__month {
    display: block;
    line-height: 1
}

.timetable__month {
    margin-bottom: .1666666667rem
}

.timetable__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .7777777778rem;
    text-align: center;
    background-color: #f0f0f0;
    border-radius: 4px;
    width: calc(100% - 4.4444444444rem);
    height: 4.1666666667rem;
    min-height: 4.1666666667rem;
    transition: all .1s ease-out
}

.timetable__description,
.timetable__title {
    position: relative;
    color: #666
}

.timetable__description:after,
.timetable__title:after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, .1);
    right: 0;
    top: calc(50% - .8333333333rem);
    height: 1.6666666667rem;
    width: 1px;
    transition: all .1s ease-out
}

.timetable__description:last-child:after,
.timetable__title:last-child:after {
    display: none
}

.timetable__title {
    -webkit-flex: 3 0 45%;
    -ms-flex: 3 0 45%;
    flex: 3 0 45%;
    margin-bottom: 0
}

.timetable__description {
    -webkit-flex: 2 0 35%;
    -ms-flex: 2 0 35%;
    flex: 2 0 35%
}

.timetable__price {
    -webkit-flex: 1 0 20%;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    color: #666
}

.logo-panel {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(min-width:992px) {
    .logo-panel {
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.logo-panel img {
    min-width: 0;
    opacity: .5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .1s ease-out;
    will-change: transform
}

.logo-panel img:hover {
    opacity: 1;
    -webkit-filter: none;
    filter: none
}

.article__content>p:last-of-type {
    margin-bottom: 0
}

.article__tags {
    margin-top: 1.4444444444rem
}

.article__tags a {
    font-size: .7777777778rem;
    font-weight: 800;
    color: #666;
    margin-right: .8333333333rem
}

.article__tags a:focus,
.article__tags a:hover {
    color: #666
}

.masonry .article {
    display: inline-block;
    margin-bottom: 1.6666666667rem
}

.masonry .article__header {
    position: relative
}

.masonry .article__header+.article__content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 1.3333333333rem 2.5rem .8333333333rem
}

.masonry .article__featured-image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: all .3s ease-out
}

.masonry .article__featured-image,
.masonry .article__featured-image-link {
    -webkit-mask-image: radial-gradient(circle, #fff 100%, #000 0);
    mask-image: radial-gradient(circle, #fff 100%, #000 0)
}

.masonry .article__featured-image-link {
    display: block;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden
}

.masonry .article__featured-image:focus,
.masonry .article__featured-image:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.masonry .article__date {
    display: inline-block;
    font-size: .6666666667rem;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #aaa;
    color: #fff;
    border-radius: .2222222222rem;
    padding: .2222222222rem .4444444444rem .1666666667rem;
    margin-bottom: 1.0555555556rem
}

.masonry .article__date--on-image {
    position: absolute;
    background-color: #f0f0f0;
    color: #2e3b4e;
    top: 1.6666666667rem;
    left: 1.6666666667rem;
    margin-bottom: 0
}

.masonry .article__content {
    background-color: #f5f5f5;
    border-radius: .2222222222rem;
    padding: 1.6111111111rem 2.5rem .8333333333rem;
    font-size: .8888888889rem
}

.masonry .article__title {
    font-size: 1.3333333333rem;
    margin-top: .2777777778rem;
    margin-bottom: .6111111111rem;
    word-wrap: break-word
}

.masonry .article__title-link {
    color: #2e3b4e
}

.masonry .article__meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 1.1111111111rem;
    margin-top: 1.1111111111rem;
    border-top: 1px dashed rgba(0, 0, 0, .1)
}

.masonry .article__author {
    font-size: .7777777778rem;
    padding-top: .1111111111rem
}

.masonry .article__author span {
    font-weight: 800
}

.masonry .article__categories {
    font-size: .6666666667rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right
}

.masonry .article__categories a {
    display: inline-block;
    background-color: #aaa;
    color: #fff;
    border-radius: .2222222222rem;
    padding: .2222222222rem .4444444444rem;
    margin-left: .1111111111rem;
    margin-bottom: .2777777778rem;
    transition: all .1s ease-out
}

.masonry .article__categories a:focus,
.masonry .article__categories a:hover {
    background-color: #9d9d9d;
    text-decoration: none
}

.masonry .article.sticky .article__header {
    border: 2px solid #2e3b4e;
    border-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.masonry .article.sticky .article__header+.article__content {
    border-top: 0
}

.masonry .article.sticky .article__content {
    border: 2px solid #2e3b4e
}

.pagination {
    font-size: 0;
    margin-top: 1.6666666667rem;
    width: 100%
}

.pagination,
.pagination .page-numbers {
    display: inline-block;
    text-align: center
}

.pagination .page-numbers {
    font-size: .8888888889rem;
    font-weight: 700;
    line-height: 3.3333333333rem;
    background-color: #fff;
    color: #2e3b4e;
    border: 2px solid #ddd;
    border-left: 0;
    width: 3.3333333333rem;
    height: 3.3333333333rem;
    transition: all .1s ease-out
}

.pagination .page-numbers:first-child {
    border-left: 2px solid #ddd
}

.pagination .page-numbers:focus,
.pagination .page-numbers:hover {
    color: #ff7240;
    text-decoration: none
}

.pagination .current {
    color: #ff7240;
    border: 2px solid #ff7240;
    margin-left: -2px
}

.pagination .current:first-child {
    border-color: #ff7240
}

.pagination .dots:focus,
.pagination .dots:hover {
    color: #2e3b4e
}

.pagination .next,
.pagination .prev {
    color: #999;
    transition: all .1s ease-out
}

.pagination .next:focus,
.pagination .next:hover,
.pagination .prev:focus,
.pagination .prev:hover {
    color: #2e3b4e
}

.pagination .prev {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    padding-left: .4444444444rem
}

.pagination .next {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    padding-right: .4444444444rem
}

.aligncenter,
.aligncenter img,
.alignleft,
.alignleft img,
.alignnone,
.alignnone img,
.alignright,
.alignright img {
    max-width: 100%;
    height: auto
}

.alignnone {
    margin: 5px 0 20px
}

.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a>img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a>img.alignleft,
a>img.alignnone {
    margin: 5px 20px 20px 0
}

a>img.alignleft {
    float: left
}

a>img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%;
    background-color: rgba(0, 0, 0, .05);
    padding: 5px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 0 20px
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto
}

.wp-caption .wp-caption-text {
    line-height: 17px;
    margin: 4px 5px
}

.gallery {
    margin-bottom: 20px
}

.gallery:after {
    content: "";
    display: table;
    clear: both
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative
}

.gallery-columns-1 .gallery-item {
    max-width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: calc(50% - 4px)
}

.gallery-columns-3 .gallery-item {
    max-width: calc(33.3% - 4px)
}

.gallery-columns-4 .gallery-item {
    max-width: calc(25% - 4px)
}

.gallery-columns-5 .gallery-item {
    max-width: calc(20% - 4px)
}

.gallery-columns-6 .gallery-item {
    max-width: calc(16.7% - 4px)
}

.gallery-columns-7 .gallery-item {
    max-width: calc(14.28% - 4px)
}

.gallery-columns-8 .gallery-item {
    max-width: calc(12.5% - 4px)
}

.gallery-columns-9 .gallery-item {
    max-width: calc(11.1% - 4px)
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(odd),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left
}

.gallery-caption {
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.gallery-item:hover .gallery-caption {
    opacity: 1
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

table,
td,
th {
    border: 1px solid rgba(0, 0, 0, .1)
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6666666667rem;
    table-layout: fixed;
    width: 100%
}

caption,
td,
th {
    font-weight: 400;
    text-align: left
}

th {
    font-weight: 700
}

td,
th {
    border-width: 0 1px 1px 0
}

td,
th {
    padding: .5555555556rem
}

.post-password-form label {
    width: 100%
}

.post-password-form label input {
    background-color: #fff;
    color: #818a91;
    text-shadow: none;
    font-weight: 400;
    border: 2px solid #ddd;
    border-radius: 4px;
    margin-top: .1111111111rem;
    transition: all .1s ease-out
}

.post-password-form label input:hover {
    border: 2px solid #bbb;
    outline: none
}

.post-password-form label input:focus {
    border: 2px solid #373a3c;
    outline: none
}

.post-password-form input {
    background-color: #ff7240;
    border: 1px solid #ff7240;
    height: 2.5rem;
    padding-bottom: 2px;
    color: #fff;
    font-size: .8333333333rem;
    font-weight: 800;
    border-radius: .1111111111rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    padding: 0 .5555555556rem;
    width: 100%
}

.bypostauthor {
    position: static
}

.multi-page {
    margin-top: 1.6666666667rem
}

.multi-page .btn {
    padding: .3055555556rem .8333333333rem;
    margin-right: .1111111111rem
}

.multi-page a .btn {
    background-color: #fff;
    color: #ff7240
}

.widget img,
.widget select {
    max-width: 100%;
    height: auto
}

.widget_calendar table {
    width: 100%;
    border: 0
}

.widget_calendar caption {
    background-color: #ff7240;
    color: #fff;
    padding: .2777777778rem 0;
    text-align: center;
    border-radius: .1111111111rem;
    caption-side: inherit
}

.widget_calendar thead th {
    padding: .2777777778rem 0;
    text-align: center;
    color: #818a91;
    background-color: rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .05)
}

.widget_calendar tbody td {
    padding: .1666666667rem 0;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .05)
}

.widget_calendar tfoot td {
    padding: .2777777778rem;
    border: 0
}

.widget_calendar tfoot td:last-of-type a {
    float: right
}

.footer .widget_calendar thead th {
    background-color: hsla(0, 0%, 100%, .05)
}

.footer .widget_calendar tbody td,
.footer .widget_calendar thead th {
    border: 1px solid hsla(0, 0%, 100%, .05)
}

.widget_tag_cloud a {
    display: inline-block;
    font-weight: 800;
    font-size: .6666666667rem;
    text-transform: uppercase;
    padding: .2222222222rem .5555555556rem .1666666667rem;
    margin-right: .1111111111rem;
    margin-bottom: .2777777778rem;
    background-color: #aaa;
    color: #fff;
    border-radius: .2222222222rem;
    transition: all .1s ease-out
}

.widget_tag_cloud a:focus,
.widget_tag_cloud a:hover {
    background-color: #9d9d9d;
    color: #fff;
    text-decoration: none
}

.widget_search label {
    margin-bottom: 0;
    width: 100%
}

.widget_search .search-form {
    position: relative
}

.widget_search .search-field {
    display: block;
    height: 3.3333333333rem;
    font-size: .8888888889rem;
    background-color: #fff;
    color: #373a3c;
    border: 3px solid #2e3b4e;
    border-radius: .2222222222rem;
    padding: 0 3.3333333333rem 0 1.1111111111rem;
    transition: all .1s ease-out
}

.widget_search .search-field:hover {
    border: 3px solid #2e3b4e
}

.widget_search .search-field:focus {
    border: 3px solid #ff7240
}

.widget_search .search-submit {
    position: absolute;
    right: 3px;
    top: 3px;
    height: 2.9444444444rem;
    width: 3.3333333333rem;
    padding: 0;
    background-color: #fff;
    border: 0;
    color: #2e3b4e
}

@media(min-width:992px) {
    .widget_search .search-submit {
        height: 3rem
    }
}

.widget_search .search-submit .fa {
    font-size: 1.2222222222rem
}

.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
    padding-left: 0;
    list-style: none;
    padding-right: 0
}

.widget_archive>ul>li:first-of-type>a,
.widget_categories>ul>li:first-of-type>a,
.widget_meta>ul>li:first-of-type>a,
.widget_pages>ul>li:first-of-type>a,
.widget_recent_comments>ul>li:first-of-type>a,
.widget_recent_entries>ul>li:first-of-type>a,
.widget_rss>ul>li:first-of-type>a {
    padding-top: 0
}

.widget_archive>ul>li:first-of-type:after,
.widget_categories>ul>li:first-of-type:after,
.widget_meta>ul>li:first-of-type:after,
.widget_pages>ul>li:first-of-type:after,
.widget_recent_comments>ul>li:first-of-type:after,
.widget_recent_entries>ul>li:first-of-type:after,
.widget_rss>ul>li:first-of-type:after {
    display: none
}

.widget_archive>ul>li:last-of-type>a,
.widget_categories>ul>li:last-of-type>a,
.widget_meta>ul>li:last-of-type>a,
.widget_pages>ul>li:last-of-type>a,
.widget_recent_comments>ul>li:last-of-type>a,
.widget_recent_entries>ul>li:last-of-type>a,
.widget_rss>ul>li:last-of-type>a {
    padding-bottom: 0
}

.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li {
    position: relative
}

.widget_archive li:after,
.widget_categories li:after,
.widget_meta li:after,
.widget_pages li:after,
.widget_recent_comments li:after,
.widget_recent_entries li:after,
.widget_rss li:after {
    position: absolute;
    content: "";
    border-top: 1px dashed rgba(0, 0, 0, .15);
    width: 100%;
    height: 1px;
    left: 0;
    top: 0
}

.footer .widget_archive li:after,
.footer .widget_categories li:after,
.footer .widget_meta li:after,
.footer .widget_pages li:after,
.footer .widget_recent_comments li:after,
.footer .widget_recent_entries li:after,
.footer .widget_rss li:after {
    border-top: 1px dashed hsla(0, 0%, 100%, .15)
}

.widget_archive .current-cat a,
.widget_archive .current_page_item a,
.widget_categories .current-cat a,
.widget_categories .current_page_item a,
.widget_meta .current-cat a,
.widget_meta .current_page_item a,
.widget_pages .current-cat a,
.widget_pages .current_page_item a,
.widget_recent_comments .current-cat a,
.widget_recent_comments .current_page_item a,
.widget_recent_entries .current-cat a,
.widget_recent_entries .current_page_item a,
.widget_rss .current-cat a,
.widget_rss .current_page_item a {
    color: #ff7240
}

.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_rss a {
    display: inline-block;
    color: #2e3b4e;
    font-weight: 800;
    font-size: .7777777778rem;
    margin-right: .2777777778rem;
    padding: 1.1388888889rem 0;
    word-wrap: break-word;
    transition: all .1s ease-out
}

.footer .widget_archive a,
.footer .widget_categories a,
.footer .widget_meta a,
.footer .widget_pages a,
.footer .widget_recent_comments a,
.footer .widget_recent_entries a,
.footer .widget_rss a {
    color: #a3adbc
}

.widget_archive a:hover,
.widget_categories a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_recent_comments a:hover,
.widget_recent_entries a:hover,
.widget_rss a:hover {
    color: #ff7240;
    text-decoration: none
}

.widget_archive .children a,
.widget_categories .children a,
.widget_meta .children a,
.widget_pages .children a,
.widget_recent_comments .children a,
.widget_recent_entries .children a,
.widget_rss .children a {
    padding-left: .5555555556rem
}

.widget_archive .children .children a,
.widget_categories .children .children a,
.widget_meta .children .children a,
.widget_pages .children .children a,
.widget_recent_comments .children .children a,
.widget_recent_entries .children .children a,
.widget_rss .children .children a {
    padding-left: 1.1111111111rem
}

.widget_archive .children .children .children a,
.widget_categories .children .children .children a,
.widget_meta .children .children .children a,
.widget_pages .children .children .children a,
.widget_recent_comments .children .children .children a,
.widget_recent_entries .children .children .children a,
.widget_rss .children .children .children a {
    padding-left: 1.6666666667rem
}

.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_pages a {
    position: relative
}

.widget_archive a:before,
.widget_categories a:before,
.widget_meta a:before,
.widget_pages a:before {
    opacity: 0;
    visibility: visible;
    position: absolute;
    content: "\f178";
    font-family: FontAwesome;
    font-size: 1rem;
    color: #ff7240;
    left: 0;
    transition: all .1s ease-out
}

.widget_archive a:hover,
.widget_categories a:hover,
.widget_meta a:hover,
.widget_pages a:hover {
    padding-left: 1.6666666667rem
}

.widget_archive a:hover:before,
.widget_categories a:hover:before,
.widget_meta a:hover:before,
.widget_pages a:hover:before {
    opacity: 1;
    visibility: visible
}

.widget_recent_comments li {
    padding: .9444444444rem 0
}

.widget_recent_comments a {
    padding: 0
}

.widget_rss li {
    padding-bottom: .8333333333rem
}

.widget_rss li:after {
    display: none
}

.widget_rss a {
    padding: 0 0 .2777777778rem
}

.textwidget a>img.aligncenter,
.textwidget a>img.alignleft,
.textwidget a>img.alignnone,
.textwidget a>img.alignright {
    margin-top: 0
}

.textwidget>p:last-of-type {
    margin-bottom: 0
}

.widget_nav_menu ul {
    padding-left: 0;
    list-style: none
}

.widget_nav_menu .sub-menu {
    padding-left: .5555555556rem
}

.content-area .widget_nav_menu .menu {
    display: inline-block;
    width: 100%;
    border: 2px solid #ddd;
    border-radius: .2222222222rem
}

.content-area .widget_nav_menu .menu a {
    position: relative;
    display: block;
    font-size: .8888888889rem;
    font-weight: 800;
    color: #2e3b4e;
    padding: .9444444444rem 1.3888888889rem;
    border-top: 2px solid #ddd;
    transition: all .1s ease-out
}

.content-area .widget_nav_menu .menu a:before {
    opacity: 0;
    visibility: visible;
    position: absolute;
    content: "\f178";
    font-family: FontAwesome;
    font-size: 1rem;
    color: #ff7240;
    left: 1.3888888889rem;
    transition: all .1s ease-out
}

.content-area .widget_nav_menu .menu a:focus,
.content-area .widget_nav_menu .menu a:hover {
    padding-left: 3.1666666667rem;
    text-decoration: none;
    color: #ff7240
}

.content-area .widget_nav_menu .menu a:focus:before,
.content-area .widget_nav_menu .menu a:hover:before {
    opacity: 1;
    visibility: visible
}

.content-area .widget_nav_menu .menu li.current-menu-item:first-of-type>a {
    border-top: 2px solid #ff7240;
    margin-top: -2px;
    border-top-left-radius: .2222222222rem;
    border-top-right-radius: .2222222222rem
}

.content-area .widget_nav_menu .menu li.current-menu-item:last-of-type>a {
    border-bottom-left-radius: .2222222222rem;
    border-bottom-right-radius: .2222222222rem
}

.content-area .widget_nav_menu .menu>li:first-of-type>a {
    border-top: 0
}

.content-area .widget_nav_menu .menu .current-menu-item>a {
    color: #ff7240;
    border: 2px solid #ff7240;
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: -2px;
    z-index: 1
}

.content-area .widget_nav_menu .sub-menu {
    padding-left: 0
}

.content-area .widget_nav_menu .sub-menu a {
    padding-left: 2.3333333333rem
}

.content-area .widget_nav_menu .sub-menu .sub-menu a {
    padding-left: 3.1666666667rem
}

.content-area .widget_nav_menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 4rem
}

.content-area .widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 4.8333333333rem
}

.footer .widget_nav_menu .sub-menu {
    padding-left: .6666666667rem
}

.footer .widget_nav_menu a {
    display: block;
    padding: .4444444444rem 0;
    color: #a3adbc
}

@media(min-width:992px) {
    .footer .widget_nav_menu a {
        padding: 0 0 .3333333333rem
    }
}

.comments {
    border-top: 1px dashed #ccc;
    margin-top: 2.7222222222rem;
    padding-top: 4.7222222222rem
}

.comments__heading {
    text-transform: uppercase;
    font-size: 1.3333333333rem;
    margin-bottom: 1.3888888889rem
}

.comments .logged-in-as a {
    color: #818a91
}

.comment {
    padding-left: 0;
    list-style: none
}

.comment__inner {
    display: inline-block;
    background-color: #f0f0f0;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 1.6666666667rem;
    padding: 2.0555555556rem 2.4444444444rem 2.1111111111rem
}

.comment__avatar {
    float: left;
    margin-right: 1.6666666667rem
}

.comment__avatar img {
    border-radius: 50%
}

.comment .comment-edit-link,
.comment .comment-reply-link {
    font-size: .7777777778rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-left: .5555555556rem;
    padding-left: .5555555556rem
}

.comment__author,
.comment__date {
    font-size: .7777777778rem
}

.comment__author {
    font-weight: 800;
    font-style: normal;
    color: #666
}

.comment__author a {
    color: #666
}

.comment__metadata {
    display: inline-block;
    font-size: .7777777778rem;
    float: right
}

.comment__text {
    font-size: .8888888889rem;
    margin-top: .7777777778rem
}

.comment__text p:last-of-type {
    margin-bottom: 0
}

.comment-form textarea {
    padding: 1rem 1.1111111111rem
}

@media(min-width:992px) {
    .comment-form textarea {
        margin-bottom: .8333333333rem
    }
}

.comment-form input {
    padding: 1rem 1.1111111111rem
}

@media(min-width:992px) {
    .comment-form input {
        margin-bottom: .8333333333rem
    }
}

.comment .children {
    margin-bottom: 0
}

@media(max-width:991px) {
    .comment .children {
        padding-left: .5555555556rem
    }
}

.comment-notes {
    margin-bottom: 1.2777777778rem
}

.comment-respond .form-submit {
    text-align: right;
    margin-bottom: 0
}

.comment-form-cookies-consent input,
.comment-form-cookies-consent label {
    display: inline
}

.comment-form-cookies-consent input {
    -webkit-transform: translateY(-.1666666667rem);
    transform: translateY(-.1666666667rem);
    margin-right: .1666666667rem
}

.post-navigation {
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.post-navigation:focus,
.post-navigation:hover {
    text-decoration: none
}

.post-navigation:focus .post-navigation__title,
.post-navigation:hover .post-navigation__title {
    text-decoration: underline
}

.post-navigation:before {
    position: absolute;
    font-family: FontAwesome;
    font-size: 1.6666666667rem;
    line-height: 1;
    top: .4444444444rem;
    color: #2e3b4e
}

.post-navigation--next {
    padding-right: 3.3333333333rem
}

@media(min-width:576px) {
    .post-navigation--next {
        text-align: right;
        padding-left: 1.6666666667rem
    }
}

.post-navigation--next:before {
    content: "\f178";
    right: 0
}

.post-navigation--previous {
    padding-left: 3.3333333333rem;
    margin-bottom: 1.6666666667rem
}

@media(min-width:576px) {
    .post-navigation--previous {
        padding-right: 1.6666666667rem;
        margin-bottom: 0
    }
}

.post-navigation--previous:before {
    content: "\f177";
    left: 0
}

.post-navigation__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    border-top: 1px dashed #ccc;
    margin-top: 3.3333333333rem;
    padding-top: 2.1666666667rem
}

@media(min-width:576px) {
    .post-navigation__container {
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.post-navigation__text {
    font-size: .7777777778rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #666
}

.post-navigation__title {
    font-size: 1rem;
    font-weight: 800;
    color: #2e3b4e
}

@font-face {
    font-family: FontAwesome;
    src: url(/wp-content/themes/adrenaline-pt/bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(/wp-content/themes/adrenaline-pt/bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/wp-content/themes/adrenaline-pt/bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(/wp-content/themes/adrenaline-pt/bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(/wp-content/themes/adrenaline-pt/bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(/wp-content/themes/adrenaline-pt/bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.2857142857em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.8571428571em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: b 2s infinite linear;
    animation: b 2s infinite linear
}

.fa-pulse {
    -webkit-animation: b 1s infinite steps(8);
    animation: b 1s infinite steps(8)
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-cog:before,
.fa-gear:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-cogs:before,
.fa-gears:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-floppy-o:before,
.fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-sort:before,
.fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-gavel:before,
.fa-legal:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before,
.fa-flash:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before,
.fa-paste:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: ""
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: ""
}

.fa-eur:before,
.fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-inr:before,
.fa-rupee:before {
    content: ""
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: ""
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: ""
}

.fa-krw:before,
.fa-won:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before,
.fa-turkish-lira:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: ""
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: ""
}

.fa-empire:before,
.fa-ge:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-paper-plane:before,
.fa-send:before {
    content: ""
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-bed:before,
.fa-hotel:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-y-combinator:before,
.fa-yc:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-television:before,
.fa-tv:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: ""
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-sign-language:before,
.fa-signing:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-address-card:before,
.fa-vcard:before {
    content: ""
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.screen-reader-text,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.pt-sticky-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pt-sticky-menu__container {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 6;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: opacity 0s linear .2s, visibility 0s linear .2s, -webkit-transform .2s linear;
    transition: transform .2s linear, opacity 0s linear .2s, visibility 0s linear .2s;
    transition: transform .2s linear, opacity 0s linear .2s, visibility 0s linear .2s, -webkit-transform .2s linear;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.pt-sticky-menu__container.is-shown {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    opacity: 1;
    visibility: visible
}

.admin-bar .pt-sticky-menu__container {
    top: 0
}

@media(min-width:600px) {
    .admin-bar .pt-sticky-menu__container {
        top: 2.5555555556rem
    }
}

@media(min-width:783px) {
    .admin-bar .pt-sticky-menu__container {
        top: 1.7777777778rem
    }
}

.pt-sticky-menu__logo {
    margin: .5555555556rem 0
}

.pt-sticky-menu__navigation {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.pt-sticky-menu__navigation .main-navigation {
    display: none
}

@media(min-width:992px) {
    .pt-sticky-menu__navigation .main-navigation {
        display: inline-block
    }
}

.pt-sticky-menu__call-to-action {
    display: inline;
    margin-left: .5555555556rem
}

.pt-sticky-menu__hamburger {
    margin: .5555555556rem 0 .5555555556rem .5555555556rem
}

.pt-sticky-menu__hamburger-text {
    display: none
}

@media(min-width:544px) {
    .pt-sticky-menu__hamburger-text {
        display: inline
    }
}

.pt-sticky-menu__hamburger .fa {
    margin-right: 0
}

@media(min-width:544px) {
    .pt-sticky-menu__hamburger .fa {
        margin-right: .3888888889rem
    }
}

.pt-sticky-menu__container {
    z-index: 12
}

.pt-sticky-menu__logo a,
.pt-sticky-menu__logo h1 {
    color: #fff;
    margin-bottom: 0
}

.pt-sticky-menu .main-navigation {
    margin-bottom: 0
}

.pt-sticky-menu .main-navigation>.menu-item {
    display: inline-block
}

@media(min-width:992px) {
    .pt-sticky-menu .main-navigation>.menu-item>a {
        padding-left: .5555555556rem;
        padding-right: .8333333333rem
    }
}

@media(min-width:1200px) {
    .pt-sticky-menu .main-navigation>.menu-item>a {
        padding-left: 1.3333333333rem;
        padding-right: 1.5555555556rem
    }
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.woocommerce ul.products,
body.woocommerce-page ul.products {
    padding-top: 1.1111111111rem;
    margin-bottom: 0
}

@media(max-width:767px) {
    .woocommerce ul.products li:nth-child(odd).product,
    body.woocommerce-page ul.products li:nth-child(odd).product {
        margin-right: 4%
    }
}

@media(max-width:767px) {
    .woocommerce ul.products li:nth-child(2n).product,
    body.woocommerce-page ul.products li:nth-child(2n).product {
        margin-right: 0
    }
}

@media(max-width:767px) {
    .woocommerce ul.products li.first,
    .woocommerce ul.products li.last,
    body.woocommerce-page ul.products li.first,
    body.woocommerce-page ul.products li.last {
        clear: none
    }
}

.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product {
    margin-bottom: 3.3333333333rem;
    width: 48%
}

@media(min-width:768px) {
    .woocommerce ul.products li.product,
    body.woocommerce-page ul.products li.product {
        width: 30.8%
    }
}

.woocommerce ul.products li.product a,
body.woocommerce-page ul.products li.product a {
    color: #ff7240
}

.woocommerce ul.products li.product a img,
body.woocommerce-page ul.products li.product a img {
    box-shadow: none;
    transition: all .1s ease-in-out
}

.woocommerce ul.products li.product a:hover img,
body.woocommerce-page ul.products li.product a:hover img {
    box-shadow: 0 0 0 2px;
    color: #ff7240
}

.woocommerce ul.products li.product a.button,
body.woocommerce-page ul.products li.product a.button {
    color: #333
}

.woocommerce ul.products li.product a.button:hover,
body.woocommerce-page ul.products li.product a.button:hover {
    color: #fff
}

.woocommerce ul.products li.product h3,
body.woocommerce-page ul.products li.product h3 {
    font-weight: 800;
    font-size: 1.1111111111rem;
    color: #2e3b4e;
    margin-bottom: 0;
    margin-top: .6666666667rem;
    line-height: 1.2;
    padding: .1111111111rem 0 .3333333333rem
}

.woocommerce ul.products li.product .price,
body.woocommerce-page ul.products li.product .price {
    font-weight: 800;
    color: #2e3b4e;
    font-size: 1.6666666667rem;
    line-height: 1.2;
    margin-bottom: .1666666667rem;
    margin-top: -.1666666667rem
}

.woocommerce ul.products li.product .price del,
body.woocommerce-page ul.products li.product .price del {
    font-size: 1rem;
    color: #818a91;
    font-weight: 400;
    padding-top: .2777777778rem
}

.woocommerce ul.products li.product .price del .woocommerce-Price-currencySymbol,
body.woocommerce-page ul.products li.product .price del .woocommerce-Price-currencySymbol {
    display: inherit;
    font-size: inherit
}

.woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol,
body.woocommerce-page ul.products li.product .price .woocommerce-Price-currencySymbol {
    display: inline-block;
    font-size: .8333333333rem;
    vertical-align: top;
    padding-top: .1666666667rem
}

.woocommerce ul.products li.product .onsale,
body.woocommerce-page ul.products li.product .onsale {
    margin: -.3888888889rem -.3888888889rem 0 0
}

.woocommerce ul.products li.product .button,
body.woocommerce-page ul.products li.product .button {
    margin-top: .5555555556rem
}

.woocommerce ul.products .star-rating,
body.woocommerce-page ul.products .star-rating {
    margin: .1111111111rem 0 .3888888889rem
}

.woocommerce a.add_to_cart_button,
body.woocommerce-page a.add_to_cart_button {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    background: #ddd;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    color: #2e3b4e;
    padding: .8333333333rem;
    transition: all .1s ease-out;
    margin-bottom: 0
}

.woocommerce a.add_to_cart_button:hover,
body.woocommerce-page a.add_to_cart_button:hover {
    background: #ff7240;
    color: #373a3c;
    box-shadow: none
}

.woocommerce .woocommerce-ordering,
body.woocommerce-page .woocommerce-ordering {
    margin: 0
}

.woocommerce .woocommerce-ordering .orderby,
body.woocommerce-page .woocommerce-ordering .orderby {
    border: 1px solid #ebedf2;
    background-color: #fff;
    padding: .5555555556rem;
    height: 2.2222222222rem
}

.woocommerce span.onsale,
body.woocommerce-page span.onsale {
    background: #373a3c;
    text-shadow: none;
    box-shadow: none;
    height: 2.2222222222rem;
    width: 2.2222222222rem;
    color: #fff;
    font-weight: 800;
    line-height: 2rem
}

.woocommerce .wc-forward:after,
body.woocommerce-page .wc-forward:after {
    content: "\f054";
    font-family: FontAwesome;
    margin-left: .5555555556rem;
    font-size: .7777777778rem
}

.woocommerce .star-rating,
body.woocommerce-page .star-rating {
    color: #fac800
}

.woocommerce .star-rating:before,
body.woocommerce-page .star-rating:before {
    content: "\53\53\53\53\53";
    color: #eee
}

body.woocommerce-page a.button,
body.woocommerce-page button.button,
body.woocommerce-page input.button,
body.woocommerce-page input.button.alt {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: .6666666667rem;
    padding: 1.2777777778rem 1.6666666667rem 1.2222222222rem;
    text-shadow: none;
    border-radius: 3.3333333333rem;
    background-color: #ddd;
    color: #333;
    transition: all .1s ease-out
}

body.woocommerce-page a.button:hover,
body.woocommerce-page button.button:hover,
body.woocommerce-page input.button.alt:hover,
body.woocommerce-page input.button:hover {
    background-color: #ff7240;
    color: #fff
}

body.woocommerce-page a.button:active,
body.woocommerce-page button.button:active,
body.woocommerce-page input.button.alt:active,
body.woocommerce-page input.button:active {
    top: 0
}

body.woocommerce-page button.button.disabled {
    padding: 1.2777777778rem 1.6666666667rem 1.2222222222rem
}

body.woocommerce-page .woocommerce-product-rating {
    line-height: 1;
    margin-bottom: 1.1111111111rem
}

body.woocommerce-page .woocommerce-product-rating .star-rating {
    margin-top: 0;
    margin-right: .8333333333rem
}

body.woocommerce-page .woocommerce-result-count {
    font-size: .7777777778rem;
    color: #a6acb2;
    letter-spacing: 0;
    margin-bottom: 0;
    margin-top: 1.0555555556rem
}

body.woocommerce-page nav.woocommerce-pagination {
    border-top: 1px dashed rgba(0, 0, 0, .1);
    padding-top: 3.3333333333rem
}

body.woocommerce-page nav.woocommerce-pagination ul {
    display: inline-block;
    border: 0
}

body.woocommerce-page nav.woocommerce-pagination ul li {
    border: 0;
    background-color: transparent;
    margin-left: -2px
}

body.woocommerce-page nav.woocommerce-pagination ul li .page-numbers {
    font-size: .8333333333rem;
    width: 3.3333333333rem;
    border: 2px solid #ddd;
    background-color: transparent;
    padding: 1.1111111111rem 0;
    font-weight: 800;
    border-radius: 0
}

body.woocommerce-page nav.woocommerce-pagination ul li a {
    color: #2e3b4e
}

body.woocommerce-page nav.woocommerce-pagination ul li a:focus,
body.woocommerce-page nav.woocommerce-pagination ul li a:hover {
    color: #ff7240
}

body.woocommerce-page nav.woocommerce-pagination ul li span.current {
    position: relative;
    border: 2px solid #ff7240;
    padding: 1.1111111111rem 0;
    color: #ff7240
}

body.woocommerce-page nav.woocommerce-pagination ul li .next,
body.woocommerce-page nav.woocommerce-pagination ul li .prev {
    border: 2px solid #ddd;
    color: #fff
}

body.woocommerce-page nav.woocommerce-pagination ul li .next:hover,
body.woocommerce-page nav.woocommerce-pagination ul li .prev:hover {
    color: #fff
}

body.woocommerce-page nav.woocommerce-pagination ul li .next:hover:after,
body.woocommerce-page nav.woocommerce-pagination ul li .next:hover:before,
body.woocommerce-page nav.woocommerce-pagination ul li .prev:hover:after,
body.woocommerce-page nav.woocommerce-pagination ul li .prev:hover:before {
    color: #2e3b4e
}

body.woocommerce-page nav.woocommerce-pagination ul li .next:after,
body.woocommerce-page nav.woocommerce-pagination ul li .next:before,
body.woocommerce-page nav.woocommerce-pagination ul li .prev:after,
body.woocommerce-page nav.woocommerce-pagination ul li .prev:before {
    font-weight: 400;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    color: #999
}

body.woocommerce-page nav.woocommerce-pagination ul li .prev {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px
}

body.woocommerce-page nav.woocommerce-pagination ul li .prev:before {
    content: "\f177";
    padding-left: 1.2222222222rem
}

body.woocommerce-page nav.woocommerce-pagination ul li .next {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px
}

body.woocommerce-page nav.woocommerce-pagination ul li .next:after {
    content: "\f178";
    padding-right: 1.2222222222rem
}

body.woocommerce-page nav.woocommerce-pagination ul li:first-child a {
    border-left: 2px solid #ddd
}

body.woocommerce-page .woocommerce-MyAccount-navigation ul {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: .2222222222rem;
    list-style: none;
    padding-left: 0
}

body.woocommerce-page .woocommerce-MyAccount-navigation ul>li:first-of-type>a {
    border-top: 0
}

body.woocommerce-page .woocommerce-MyAccount-navigation a {
    position: relative;
    display: block;
    font-size: .8888888889rem;
    font-weight: 800;
    color: #2e3b4e;
    padding: .9444444444rem 1.3888888889rem;
    border-top: 2px solid #ddd;
    transition: all .1s ease-out
}

body.woocommerce-page .woocommerce-MyAccount-navigation a:focus,
body.woocommerce-page .woocommerce-MyAccount-navigation a:hover {
    padding-left: 3.1666666667rem;
    text-decoration: none;
    color: #ff7240
}

body.woocommerce-page .woocommerce-MyAccount-navigation a:focus:before,
body.woocommerce-page .woocommerce-MyAccount-navigation a:hover:before {
    opacity: 1;
    visibility: visible
}

body.woocommerce-page .woocommerce-MyAccount-navigation a:before {
    opacity: 0;
    visibility: visible;
    position: absolute;
    content: "\f178";
    font-family: FontAwesome;
    font-size: 1rem;
    color: #ff7240;
    left: 1.3888888889rem;
    transition: all .1s ease-out
}

body.woocommerce-page ul.product_list_widget a {
    color: #818a91
}

body.woocommerce-page ul.product_list_widget li img {
    box-shadow: none;
    border-radius: .1111111111rem;
    width: 2.2222222222rem;
    height: 2.2222222222rem;
    margin-bottom: .8333333333rem
}

body.woocommerce-page ul.product_list_widget li .remove {
    display: none
}

body.woocommerce-page ul.product_list_widget li:last-of-type {
    padding-bottom: 0
}

body.woocommerce-page ul.product_list_widget li:last-of-type a img {
    margin-bottom: 0
}

body.woocommerce-page ul.product_list_widget .amount {
    color: #ff7240
}

body.woocommerce-page div.product div.images {
    margin-bottom: 1.6666666667rem
}

body.woocommerce-page div.product div.images img {
    box-shadow: none;
    margin-bottom: 1.6666666667rem
}

body.woocommerce-page div.product div.images div.thumbnails {
    padding-top: 0
}

body.woocommerce-page div.product div.images div.thumbnails a {
    margin-bottom: .8333333333rem
}

body.woocommerce-page div.product p.price {
    font-weight: 800;
    font-size: 2.2222222222rem;
    line-height: 1.2;
    color: #2e3b4e;
    margin-bottom: .6666666667rem
}

body.woocommerce-page div.product p.price ins {
    text-decoration: none
}

body.woocommerce-page div.product p.price del {
    font-weight: 400;
    color: #818a91;
    margin-bottom: -1.1111111111rem
}

body.woocommerce-page div.product p.price .woocommerce-Price-currencySymbol {
    display: inline-block;
    font-size: 1.1111111111rem;
    vertical-align: top;
    padding-top: .2777777778rem
}

body.woocommerce-page div.product form.cart {
    margin: 1.3333333333rem 0 1.2777777778rem
}

body.woocommerce-page div.product form.cart div.quantity {
    margin-right: 0
}

body.woocommerce-page div.product form.cart div.quantity~.button.single_add_to_cart_button {
    width: calc(82% - 1.6666666667rem);
    margin-left: 1.6666666667rem
}

body.woocommerce-page div.product form.cart .button.single_add_to_cart_button {
    width: 100%;
    margin-right: 0;
    background-color: #ff7240;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .35);
    color: #fff;
    transition: none
}

body.woocommerce-page div.product form.cart .button.single_add_to_cart_button:focus,
body.woocommerce-page div.product form.cart .button.single_add_to_cart_button:hover {
    color: #fff;
    background-color: #ff5b21
}

body.woocommerce-page div.product form.cart .variations {
    width: 100%
}

body.woocommerce-page div.product form.cart .variations td.label {
    width: 20%;
    padding-right: 0;
    color: #373a3c;
    padding-top: .5555555556rem
}

body.woocommerce-page div.product form.cart .variations td.label label {
    margin-top: .4444444444rem
}

body.woocommerce-page div.product form.cart .variations .value {
    width: 75%;
    padding-left: 5%
}

body.woocommerce-page div.product form.cart .variations select {
    width: 100%;
    height: 2.5rem;
    border: 1px solid #ebedf2;
    border-radius: .1111111111rem;
    background-color: #fff;
    padding: .5555555556rem
}

body.woocommerce-page div.product form.cart .variations .reset_variations {
    display: inline-block;
    background-color: #f0f0f0;
    color: #999;
    border-radius: .1111111111rem;
    padding: 0 .6666666667rem;
    margin-top: .2222222222rem
}

body.woocommerce-page div.product form.cart .variations .reset_variations:hover {
    color: #666
}

body.woocommerce-page div.product form.cart .single_variation .price {
    color: #373a3c;
    font-weight: 800;
    font-size: .8888888889rem
}

body.woocommerce-page div.product form.cart .single_variation .price del {
    color: #818a91;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: .7777777778rem
}

body.woocommerce-page div.product form.cart .single_variation .price ins {
    text-decoration: none
}

body.woocommerce-page div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1rem
}

body.woocommerce-page div.product .woocommerce-tabs ul.tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0;
    padding-bottom: .2777777778rem;
    margin-bottom: 0;
    font-size: 0;
    border: 0
}

body.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
    display: none
}

body.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0
}

body.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
    display: none
}

body.woocommerce-page div.product .woocommerce-tabs ul.tabs li:first-of-type a {
    border-left: 2px solid #ddd;
    border-top-left-radius: 3.3333333333rem;
    border-bottom-left-radius: 3.3333333333rem
}

body.woocommerce-page div.product .woocommerce-tabs ul.tabs li:first-of-type a:before {
    display: none
}

body.woocommerce-page div.product .woocommerce-tabs ul.tabs li:last-of-type a {
    border-top-right-radius: 3.3333333333rem;
    border-bottom-right-radius: 3.3333333333rem
}

body.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
    position: relative;
    display: inline-block;
    font-size: .7777777778rem;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: none;
    color: #373a3c;
    border: 2px solid #ddd;
    border-left: 0;
    padding: .8333333333rem 1.3888888889rem;
    transition: all .1s ease-out
}

body.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:before {
    position: absolute;
    content: "";
    z-index: 2;
    width: 2px;
    height: auto;
    left: -2px;
    top: -2px;
    bottom: -2px;
    transition: all .1s ease-out
}

body.woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover a {
    position: relative;
    color: #ff7240;
    border-color: #ff7240
}

body.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
    color: #ff7240;
    border-color: #ff7240
}

body.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a:before {
    background-color: #ff7240
}

body.woocommerce-page div.product .woocommerce-tabs h2 {
    font-size: 1.3333333333rem;
    margin-bottom: .8333333333rem
}

body.woocommerce-page div.product .woocommerce-tabs .commentlist {
    padding-left: 0
}

body.woocommerce-page div.product .woocommerce-tabs .panel {
    font-size: .8888888889rem;
    margin-top: 1.6666666667rem;
    margin-bottom: 2.5rem
}

body.woocommerce-page .woocommerce-variation-price {
    border-top: 2px solid rgba(0, 0, 0, .1);
    padding-top: .7222222222rem;
    margin-bottom: .7777777778rem
}

body.woocommerce-page .woocommerce-variation-price .amount {
    font-size: 1.6666666667rem
}

body.woocommerce-page #reviews #comments {
    width: 100%
}

body.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    border: 1px solid #ebedf2
}

body.woocommerce-page #reviews #comments ol.commentlist li .comment-text .meta {
    padding-top: 0;
    border-top: 0;
    color: #666
}

body.woocommerce-page #reviews #comments h2 {
    margin-top: 0
}

body.woocommerce-page #reviews .comment-reply-title {
    font-size: .8333333333rem;
    margin-top: .8333333333rem
}

body.woocommerce-page #reviews label {
    font-weight: 400
}

body.woocommerce-page .woocommerce-error,
body.woocommerce-page .woocommerce-info,
body.woocommerce-page .woocommerce-message {
    border-top: 0;
    background: #f0f0f0;
    text-shadow: none;
    padding: .3333333333rem .3333333333rem .3333333333rem 3.3333333333rem !important;
    color: #373a3c;
    line-height: 2.7777777778rem;
    text-transform: uppercase;
    font-weight: 800;
    box-shadow: none
}

body.woocommerce-page .woocommerce-error .showcoupon,
body.woocommerce-page .woocommerce-error .showlogin,
body.woocommerce-page .woocommerce-info .showcoupon,
body.woocommerce-page .woocommerce-info .showlogin,
body.woocommerce-page .woocommerce-message .showcoupon,
body.woocommerce-page .woocommerce-message .showlogin {
    color: #373a3c;
    text-decoration: underline
}

body.woocommerce-page .woocommerce-error .showcoupon:hover,
body.woocommerce-page .woocommerce-error .showlogin:hover,
body.woocommerce-page .woocommerce-info .showcoupon:hover,
body.woocommerce-page .woocommerce-info .showlogin:hover,
body.woocommerce-page .woocommerce-message .showcoupon:hover,
body.woocommerce-page .woocommerce-message .showlogin:hover {
    color: #000
}

body.woocommerce-page .woocommerce-error a.button,
body.woocommerce-page .woocommerce-info a.button,
body.woocommerce-page .woocommerce-message a.button {
    margin-right: 0;
    margin-bottom: 0;
    background-color: #ff7240;
    color: #fff;
    padding: 1rem 1.6666666667rem
}

body.woocommerce-page .woocommerce-error a.button:hover,
body.woocommerce-page .woocommerce-info a.button:hover,
body.woocommerce-page .woocommerce-message a.button:hover {
    background-color: #ff5f27
}

body.woocommerce-page .woocommerce-error:before,
body.woocommerce-page .woocommerce-info:before,
body.woocommerce-page .woocommerce-message:before {
    background-color: transparent;
    color: #373a3c;
    font-size: 1rem;
    font-family: FontAwesome;
    padding-top: 0;
    box-shadow: none;
    top: calc(50% - 1.3333333333rem)
}

body.woocommerce-page .woocommerce-error .wc-forward:after,
body.woocommerce-page .woocommerce-info .wc-forward:after,
body.woocommerce-page .woocommerce-message .wc-forward:after {
    display: none
}

body.woocommerce-page .woocommerce-message:before {
    content: "\f00c"
}

body.woocommerce-page .woocommerce-info:before {
    content: "\f129"
}

body.woocommerce-page .woocommerce-error:before {
    content: "\f00d"
}

body.woocommerce-page .short-description {
    padding-top: .8333333333rem;
    margin-top: 1.1111111111rem;
    margin-bottom: 1.1111111111rem;
    border-top: 1px solid rgba(0, 0, 0, .08)
}

body.woocommerce-page .short-description:before {
    position: absolute;
    content: "";
    background-color: #ff7240;
    height: .1666666667rem;
    width: 1.6666666667rem;
    top: -.1666666667rem;
    left: 0
}

body.woocommerce-page .short-description p {
    margin-bottom: 0
}

body.woocommerce-page #review_form #respond input,
body.woocommerce-page #review_form #respond textarea {
    font-size: .8888888889rem;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 4px;
    padding: .4444444444rem;
    transition: all .1s ease-out
}

body.woocommerce-page #review_form #respond input:hover,
body.woocommerce-page #review_form #respond textarea:hover {
    border: 2px solid #bbb
}

body.woocommerce-page #review_form #respond input:focus,
body.woocommerce-page #review_form #respond textarea:focus {
    border: 2px solid #373a3c;
    background-color: #fff;
    outline: 0
}

body.woocommerce-page #review_form #respond input#submit {
    display: inline-block;
    background-color: #ff7240;
    color: #fff;
    border: 0;
    box-shadow: none;
    font-weight: 800;
    font-size: .6666666667rem;
    text-transform: uppercase;
    padding: .8333333333rem 1.1111111111rem;
    margin-bottom: .2777777778rem;
    margin-right: .2777777778rem;
    text-shadow: none;
    transition: all .1s ease-out
}

body.woocommerce-page #review_form #respond input#submit:hover {
    background-color: #ff5b21;
    text-shadow: none
}

body.woocommerce-page #review_form #respond input#submit:active {
    top: 0;
    outline: 0
}

body.woocommerce-page #review_form #respond input#submit:focus {
    outline: 0
}

body.woocommerce-page #review_form #respond .comment-reply-title {
    margin-bottom: .5555555556rem
}

body.woocommerce-page .related h2,
body.woocommerce-page .upsells.products h2 {
    font-size: .8333333333rem;
    margin-top: 0
}

@media(max-width:767px) {
    body.woocommerce-page .related ul.products li:nth-child(odd).product,
    body.woocommerce-page .upsells.products ul.products li:nth-child(odd).product {
        margin-right: 4%
    }
}

@media(max-width:767px) {
    body.woocommerce-page .related ul.products li:nth-child(2n).product,
    body.woocommerce-page .upsells.products ul.products li:nth-child(2n).product {
        margin-right: 0
    }
}

body.woocommerce-page .related ul.products li.product,
body.woocommerce-page .upsells.products ul.products li.product {
    width: 48%
}

@media(min-width:768px) {
    body.woocommerce-page .related ul.products li.product,
    body.woocommerce-page .upsells.products ul.products li.product {
        width: 30.8%
    }
}

body.woocommerce-page p.stars a {
    color: #fac800
}

body.woocommerce-page .entry-summary {
    font-size: .7777777778rem;
    padding-left: .1666666667rem
}

body.woocommerce-page .entry-summary .entry-title {
    color: #2e3b4e;
    font-weight: 800;
    font-size: 1.6666666667rem;
    margin-bottom: .4444444444rem;
    margin-top: 0
}

body.woocommerce-page .entry-summary p {
    font-size: .8888888889rem
}

body.woocommerce-page .quantity {
    width: 18%;
    display: block;
    position: relative
}

body.woocommerce-page .quantity .qty {
    width: 100%;
    height: 3.3333333333rem;
    font-size: .8888888889rem;
    background-color: #fff;
    color: #2e3b4e;
    border: 2px solid #2e3b4e;
    border-radius: 4px;
    padding: .1111111111rem 0 0 .6666666667rem
}

body.woocommerce-page .quantity .qty:focus {
    color: #ff7240;
    border: 2px solid #ff7240;
    outline: none
}

body.woocommerce-page button.button.alt {
    background: #ff7240;
    border-color: #ff7240;
    outline: none;
    color: #fff
}

body.woocommerce-page button.button.alt:hover {
    background: #ff5417;
    border-color: #ff5417;
    color: #fff
}

body.woocommerce-page table.shop_table {
    border-radius: 0;
    table-layout: auto;
    border-top: 0
}

body.woocommerce-page table.shop_table td {
    padding: .3333333333rem .9444444444rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

body.woocommerce-page table.shop_table th {
    text-transform: uppercase;
    padding: .8333333333rem .9444444444rem;
    font-weight: 800;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

body.woocommerce-page table.shop_table .product-remove {
    padding: .4444444444rem;
    width: 1.6666666667rem
}

body.woocommerce-page table.shop_table .product-remove a.remove {
    color: #373a3c !important;
    background-color: #f0f0f0;
    border-radius: .1111111111rem;
    height: 1.6666666667rem;
    width: 1.6666666667rem;
    line-height: 1.6666666667rem
}

body.woocommerce-page table.shop_table .product-remove a.remove:hover {
    background-color: #373a3c;
    color: #ebedf2 !important
}

body.woocommerce-page table.shop_table .product-thumbnail {
    padding-left: 0;
    border-radius: .1111111111rem;
    text-align: center
}

body.woocommerce-page table.shop_table .product-thumbnail .attachment-shop_thumbnail {
    margin-bottom: 0
}

body.woocommerce-page table.shop_table .product-name a {
    color: #818a91;
    font-size: .7777777778rem
}

body.woocommerce-page table.shop_table .product-price {
    font-weight: 700;
    font-size: .7777777778rem
}

body.woocommerce-page table.shop_table .product-quantity .quantity {
    width: 3.3333333333rem;
    margin: 0
}

body.woocommerce-page table.shop_table .product-quantity .quantity .qty {
    height: 1.6666666667rem;
    font-size: .7777777778rem
}

body.woocommerce-page table.shop_table .product-subtotal .amount {
    font-weight: 700;
    color: #373a3c
}

body.woocommerce-page table.shop_table td.actions {
    padding: .3333333333rem;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

body.woocommerce-page table.shop_table td.actions .coupon .input-text {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    margin-right: .6666666667rem;
    padding: .7222222222rem .6111111111rem .5rem;
    width: 7.7777777778rem
}

@media(min-width:992px) {
    body.woocommerce-page table.shop_table td.actions .coupon .input-text {
        width: 15.5555555556rem
    }
}

body.woocommerce-page table.shop_table td.actions .coupon .input-text:focus {
    border-color: #373a3c;
    color: #373a3c
}

body.woocommerce-page table.shop_table td.actions input.button {
    height: 2.2222222222rem;
    font-size: .6666666667rem;
    padding: .8333333333rem 1.1111111111rem
}

body.woocommerce-page table.shop_table td.actions input.button.alt {
    margin: 0 0 0 .3333333333rem;
    background: #ff7240;
    color: #373a3c
}

body.woocommerce-page table.shop_table td.actions input.button.alt:hover {
    background: #ff5b21
}

body.woocommerce-page .cart-collaterals {
    margin-top: 3.3333333333rem
}

@media(max-width:767px) {
    body.woocommerce-page .cart-collaterals {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

body.woocommerce-page .cart-collaterals .cart_totals h2 {
    font-size: .8333333333rem;
    text-align: left;
    margin-top: 0;
    margin-bottom: .8888888889rem
}

body.woocommerce-page .cart-collaterals .cart_totals table {
    width: 100%
}

body.woocommerce-page .cart-collaterals .cart_totals table tr td,
body.woocommerce-page .cart-collaterals .cart_totals table tr th {
    border-top: 1px solid rgba(0, 0, 0, .12);
    padding: .5555555556rem .8333333333rem
}

body.woocommerce-page .cart-collaterals .cart_totals table tr th {
    border-right: 1px solid rgba(0, 0, 0, .12);
    width: 45%;
    color: #373a3c;
    text-transform: uppercase;
    font-weight: 800
}

body.woocommerce-page .cart-collaterals .cart_totals table tr td {
    background-color: #f0f0f0;
    text-align: left;
    font-size: .7777777778rem;
    vertical-align: middle
}

body.woocommerce-page .cart-collaterals .cart_totals table tr td strong .amount {
    color: #373a3c
}

body.woocommerce-page .cart-collaterals .shipping_calculator h2 .shipping-calculator-button {
    font-size: 1rem;
    color: #373a3c
}

body.woocommerce-page .cart-collaterals .shipping_calculator h2 .shipping-calculator-button:after {
    content: "\f0d7";
    font-family: FontAwesome
}

body.woocommerce-page form .form-row input.input-text,
body.woocommerce-page form .form-row select,
body.woocommerce-page form .form-row textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    width: 100%;
    border-radius: .1111111111rem;
    padding: .5555555556rem
}

body.woocommerce-page form .form-row input.input-text:focus,
body.woocommerce-page form .form-row textarea:focus {
    border-color: #ccc;
    color: #373a3c
}

body.woocommerce-page form .form-row .chosen-container-single .chosen-single {
    background: #f0f0f0;
    border: 1px solid #ebedf2;
    box-shadow: none;
    height: 2.2222222222rem;
    vertical-align: middle;
    border-radius: .1111111111rem;
    padding: .2777777778rem .5555555556rem;
    color: #818a91
}

body.woocommerce-page .cross-sells h2 {
    font-size: .8333333333rem
}

body.woocommerce-page #customer_details .checkbox {
    display: inline-block;
    margin: 0 .2777777778rem 0 0
}

body.woocommerce-page form.checkout_coupon {
    padding-bottom: .3333333333rem
}

body.woocommerce-page #payment {
    background: #f0f0f0;
    border-radius: .1111111111rem;
    padding: 0 .5555555556rem;
    border: 1px solid #ebedf2;
    color: #373a3c
}

body.woocommerce-page #payment #place_order {
    background-color: #ff7240;
    color: #fff;
    padding: 1rem 1.6666666667rem
}

body.woocommerce-page #payment #place_order:hover {
    background-color: #ff5b21
}

body.woocommerce-page #payment ul.payment_methods {
    border-bottom: 1px solid #ebedf2
}

body.woocommerce-page #payment ul.payment_methods li input {
    margin-right: .2777777778rem;
    vertical-align: middle
}

body.woocommerce-page #payment div.form-row {
    border-top: 0
}

body.woocommerce-page #payment div.payment_box {
    background: #f0f0f0;
    border: 1px solid #ebedf2;
    box-shadow: none;
    border-radius: .1111111111rem
}

body.woocommerce-page #payment div.payment_box:after {
    border-bottom-color: #ebedf2
}

body.woocommerce-page table.shop_table th {
    color: #373a3c
}

body.woocommerce-page table.shop_table tbody:first-child tr:first-child td,
body.woocommerce-page table.shop_table tbody:first-child tr:first-child th {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

body.woocommerce-page table.shop_table tfoot td {
    color: #373a3c
}

body.woocommerce-page a.button.added:before {
    top: .6666666667rem;
    right: -1.2222222222rem
}

body.woocommerce-page td.product-name dl.variation dd {
    margin-bottom: 0
}

body.woocommerce-page table.shop_attributes th {
    border-left: 1px solid rgba(0, 0, 0, .1);
    padding: .8333333333rem 1.1111111111rem
}

body.woocommerce-page table.shop_attributes td {
    padding: .3888888889rem 1.1111111111rem
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #ff7240;
    color: #fff;
    font-size: .7777777778rem;
    padding: 1.0555555556rem 1.1111111111rem .9444444444rem
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #ff5b21;
    color: #fff
}

.woocommerce {
    font-size: .7777777778rem
}

.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover {
    background-color: #ff7240
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.6666666667rem
}

html body.woocommerce-page nav.woocommerce-pagination ul li .next:focus,
html body.woocommerce-page nav.woocommerce-pagination ul li .next:hover,
html body.woocommerce-page nav.woocommerce-pagination ul li .prev:focus,
html body.woocommerce-page nav.woocommerce-pagination ul li .prev:hover {
    color: #fff;
    text-shadow: none
}

body.woocommerce-page .buttons .wc-forward:after {
    position: absolute;
    right: 1.1111111111rem
}

.about_paypal {
    margin-left: .8333333333rem
}

.woocommerce-shop-page .sidebar {
    margin-top: .7777777778rem
}

.woocommerce-checkout h2,
.woocommerce-checkout h3 {
    font-size: .8333333333rem;
    margin-top: .8333333333rem;
    margin-bottom: .8333333333rem
}

.woocommerce.columns-1,
.woocommerce.columns-2,
.woocommerce.columns-3,
.woocommerce.columns-4 {
    margin-bottom: 30px
}

.woocommerce.columns-1:after,
.woocommerce.columns-2:after,
.woocommerce.columns-3:after,
.woocommerce.columns-4:after {
    content: "";
    display: table;
    clear: both
}

@media(min-width:768px) {
    .woocommerce.columns-1 ul.products li.product,
    .woocommerce.columns-2 ul.products li.product,
    .woocommerce.columns-3 ul.products li.product,
    .woocommerce.columns-4 ul.products li.product {
        float: left;
        margin: 0 30px 30px 0
    }
}

@media(min-width:768px) {
    .woocommerce.columns-1 ul.products li.product {
        max-width: 100%
    }
}

@media(min-width:768px) {
    .woocommerce.columns-2 ul.products li.product {
        max-width: calc(50% - 30px)
    }
}

@media(min-width:768px) {
    .woocommerce.columns-3 ul.products li.product {
        max-width: calc(33.3% - 30px)
    }
}

@media(min-width:768px) {
    .woocommerce.columns-4 ul.products li.product {
        max-width: calc(25% - 30px)
    }
}

@media(min-width:768px) {
    .woocommerce.columns-1 ul.products li.product:nth-of-type(1n),
    .woocommerce.columns-2 ul.products li.product:nth-of-type(2n),
    .woocommerce.columns-3 ul.products li.product:nth-of-type(3n),
    .woocommerce.columns-4 ul.products li.product:nth-of-type(4n) {
        margin-right: 0
    }
}

.widget_price_filter .ui-slider .ui-slider-handle,
.widget_price_filter .ui-slider .ui-slider-range {
    background: #ff7240;
    box-shadow: none;
    border: 0
}

.widget_price_filter .ui-slider .ui-slider-handle {
    top: -.1666666667rem
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -.6666666667rem
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #f0f0f0;
    margin: 1.1111111111rem 0
}

.widget_price_filter .price_slider_wrapper .price_label {
    font-size: .8888888889rem;
    line-height: 2.4444444444rem
}

.widget_price_filter .price_slider_wrapper .price_slider_amount input {
    width: 100%;
    margin-bottom: .5555555556rem;
    border: 1px solid #edeff2;
    border-radius: .1111111111rem;
    background-color: #f0f0f0;
    padding: .3333333333rem .6666666667rem
}

.widget_price_filter .price_slider_wrapper .price_slider_amount input:focus {
    background-color: #fff
}

.widget_shopping_cart_content .buttons {
    margin-bottom: 0
}

.widget_shopping_cart_content .buttons .wc-forward {
    width: 100%;
    margin-bottom: .5555555556rem
}

.widget_shopping_cart_content .buttons .checkout {
    margin-bottom: 0;
    background-color: #ff7240;
    color: #fff;
    border: 1px solid #ff7240;
    box-shadow: none
}

.widget_shopping_cart_content .buttons .checkout:hover {
    background-color: #ff5f27
}

.widget_product_categories a {
    display: block;
    color: #2e3b4e
}

.widget_product_categories a:focus,
.widget_product_categories a:hover {
    text-decoration: none;
    color: #ff7240
}

.widget_product_categories .product-categories {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: .2222222222rem;
    list-style: none;
    padding-left: 0
}

.widget_product_categories .product-categories a {
    position: relative;
    display: block;
    font-size: .8888888889rem;
    font-weight: 800;
    color: #2e3b4e;
    padding: .9444444444rem 1.3888888889rem;
    border-top: 2px solid #ddd;
    transition: all .1s ease-out
}

.widget_product_categories .product-categories a:focus,
.widget_product_categories .product-categories a:hover {
    padding-left: 3.1666666667rem;
    text-decoration: none;
    color: #ff7240
}

.widget_product_categories .product-categories a:focus:before,
.widget_product_categories .product-categories a:hover:before {
    opacity: 1;
    visibility: visible
}

.widget_product_categories .product-categories a:before {
    opacity: 0;
    visibility: visible;
    position: absolute;
    content: "\f178";
    font-family: FontAwesome;
    font-size: 1rem;
    color: #ff7240;
    left: 1.3888888889rem;
    transition: all .1s ease-out
}

.widget_product_categories .product-categories>li:first-of-type>a {
    border-top: 0
}

.widget_product_categories .product-categories>li.current-cat:first-of-type>a {
    border-top: 2px solid #ff7240;
    margin-top: -2px;
    border-top-left-radius: .2222222222rem;
    border-top-right-radius: .2222222222rem
}

.widget_product_categories .product-categories>li.current-cat:last-of-type>a {
    border-bottom-left-radius: .2222222222rem;
    border-bottom-right-radius: .2222222222rem
}

.widget_product_categories .product-categories li.current-cat>a {
    color: #ff7240;
    border: 2px solid #ff7240;
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: -2px;
    z-index: 1
}

.widget_product_categories .children {
    list-style: none;
    padding-left: 0
}

.widget_product_categories .children a {
    text-transform: none;
    padding-left: 2.3333333333rem
}

.widget_product_categories .children .children a {
    padding-left: 3.1666666667rem
}

.widget_product_categories .children .children .children a {
    padding-left: 4rem
}

.widget_product_categories .children .children .children .children a {
    padding-left: 4.8333333333rem
}

.widget_shopping_cart_content ul.product_list_widget li:last-of-type a img {
    margin-bottom: .8333333333rem
}

.widget_shopping_cart .cart_list li {
    padding-left: 0
}

.widget_shopping_cart .total {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: .5555555556rem;
    color: #373a3c
}

.widget_shopping_cart .total .amount {
    color: #ff7240
}

.widget_product_search .screen-reader-text {
    display: none
}

.widget_product_search .search-field {
    width: 100%;
    border: 2px solid #2e3b4e;
    background-color: #fff;
    padding: .3333333333rem .2777777778rem .3333333333rem .5555555556rem;
    font-weight: 400;
    height: 2.7777777778rem;
    border-radius: 4px;
    margin-bottom: .5555555556rem
}

@media(min-width:992px) {
    .widget_product_search .search-field {
        float: left;
        width: 70%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 0
    }
}

.widget_product_search .search-field:focus {
    background-color: #fff;
    outline: none
}

.widget_product_search .search-field+input {
    width: 100%;
    height: 2.7777777778rem;
    background-color: #2e3b4e;
    color: #fff;
    border: 2px solid #2e3b4e;
    border-left: 0;
    border-radius: .1111111111rem;
    transition: all .1s ease-out;
    font-weight: 800;
    text-transform: uppercase;
    font-size: .6666666667rem
}

@media(min-width:992px) {
    .widget_product_search .search-field+input {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        width: 30%
    }
}

.widget_product_search .search-field+input:focus,
.widget_product_search .search-field+input:hover {
    background-color: #ff7240;
    color: #fff;
    border-color: #ff7240;
    outline: none
}

html {
    margin-top: 54px !important;
    transition: margin-top .2s linear
}

html.pt-pb-closed {
    margin-top: 0 !important
}

html.pt-pb-closed .pt-pb {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.pt-pb {
    font: normal normal 14px/1 Helvetica Neue, Helvetica, Arial, sans-serif;
    position: absolute;
    z-index: 999999;
    background-color: #232323;
    border-bottom: 1px solid #000;
    height: 53px;
    top: 0;
    left: 0;
    right: 0;
    box-sizing: content-box;
    transition: transform .2s linear
}

@media(min-width:601px) {
    .pt-pb {
        position: fixed
    }
}

.pt-pb a {
    text-decoration: none !important;
    border-bottom: none
}

.pt-pb__logo {
    position: absolute;
    top: 0;
    left: 6px
}

@media(min-width:601px) {
    .pt-pb__logo {
        left: 12px
    }
}

.pt-pb__logo a {
    display: block;
    text-indent: -9999px;
    background: url(/wp-content/plugins/pt-preview-bar/assets/images/logo-proteusthemes.svg) no-repeat;
    margin-top: 6px;
    width: 40px;
    height: 40px;
    background-size: 201px 40px
}

@media(min-width:601px) {
    .pt-pb__logo a {
        width: 201px
    }
}

.pt-pb__button {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
    display: block;
    float: right;
    color: #fff !important;
    padding: 10px 20px;
    margin: 8px 12px 0;
    position: relative;
    z-index: 1;
    border-radius: 4px
}

.pt-pb__button--purchase {
    background-color: #82b440;
    box-shadow: 0 2px 0 #6c9635
}

.pt-pb__button--purchase:hover {
    background-color: #7aa93c
}

.pt-pb__button--sandbox {
    border: 2px solid #fff !important;
    margin-right: 0
}

@media(min-width:601px) {
    .pt-pb__button--sandbox {
        margin-right: 12px
    }
}

.pt-pb__button--skin-switcher {
    float: left;
    height: 34px;
    margin: 10px 0 0;
    border-radius: 0;
    background-color: #999;
    box-shadow: 0 2px 0 #666
}

.pt-pb__button--skin-switcher:hover {
    background-color: gray
}

.pt-pb__button--skin-switcher:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pt-pb__button--skin-switcher:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pt-pb__button--skin-switcher-active {
    height: 35px;
    background-color: #111;
    box-shadow: 0 1px 0 #333, inset 0 2px 0 #000;
    color: hsla(0, 0%, 100%, .75) !important
}

.pt-pb__button--skin-switcher-active:hover {
    background-color: #111
}

.pt-pb__remove-frame {
    display: none
}

@media(min-width:601px) {
    .pt-pb__remove-frame {
        display: block;
        float: right;
        color: #fff;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: 12px;
        opacity: .67;
        transition: opacity .1s;
        font-size: 30px;
        line-height: 53px;
        cursor: pointer;
        font-weight: 700
    }
    .pt-pb__remove-frame:hover {
        color: #fff;
        opacity: 1
    }
}

.pt-pb__reopen {
    display: none
}

@media(min-width:601px) {
    .pt-pb__reopen {
        display: block;
        position: fixed;
        z-index: 999990;
        background-color: #82b440;
        border-top: 0;
        width: 46px;
        height: 36px;
        top: 0;
        right: 12px;
        cursor: pointer;
        border-radius: 0 0 3px 3px;
        box-shadow: 0 2px 0 #6c9635
    }
    .pt-pb__reopen:before {
        position: absolute;
        content: "";
        border-width: 10px 8px 0;
        border-style: solid;
        border-color: transparent;
        border-top-color: #fff;
        top: 13px;
        left: 15px
    }
}

.pt-pb__skin-switcher-container {
    display: none
}

@media(min-width:900px) {
    .pt-pb__skin-switcher-container {
        display: block;
        width: 370px;
        margin: 0 auto
    }
}

@media(min-width:1200px) {
    .pt-pb__skin-switcher-container {
        width: 470px
    }
}

.pt-pb__skin-switcher-text {
    display: none
}

@media(min-width:1200px) {
    .pt-pb__skin-switcher-text {
        display: inline-block;
        float: left;
        color: #999;
        margin: 20px 10px 0 0
    }
}

.pt-pb__skin-switcher-badge {
    display: inline-block;
    font-size: 8px;
    text-transform: uppercase;
    padding: 2px 4px;
    vertical-align: middle;
    border-radius: 2px;
    background-color: #6b9636
}

@media(min-width:601px) {
    .pt-pb-loaded .pt-sticky-menu__container {
        top: 54px
    }
    .pt-pb-closed .pt-sticky-menu__container,
    .pt-pb-sliding-down .pt-sticky-menu__container {
        top: 0
    }
}

@media(min-width:980px) {
    .pt-pb-loaded.pt-theme-webmarket .navbar-fixed-top {
        top: 54px
    }
    .pt-pb-closed .pt-theme-webmarket .navbar-fixed-top,
    .pt-pb-sliding-down .pt-theme-webmarket .navbar-fixed-top {
        top: 0
    }
}

@media(min-width:980px) {
    .pt-pb-loaded.pt-theme-hairpress .navbar-fixed-top {
        top: 54px
    }
    .pt-pb-closed .pt-theme-hairpress .navbar-fixed-top,
    .pt-pb-sliding-down .pt-theme-hairpress .navbar-fixed-top {
        top: 0
    }
}

@media(min-width:980px) {
    .pt-pb-loaded.pt-theme-carpress .navbar-fixed-top.attached {
        top: 54px !important
    }
    .pt-pb-closed .pt-theme-carpress .navbar-fixed-top.attached,
    .pt-pb-sliding-down .pt-theme-carpress .navbar-fixed-top.attached {
        top: 0 !important
    }
}

@media(min-width:980px) {
    .pt-pb-loaded.fixed-header .js--navbar {
        top: 54px
    }
    .pt-pb-closed .fixed-header .js--navbar,
    .pt-pb-sliding-down .fixed-header .js--navbar {
        top: 0
    }
}

@media(min-width:992px) {
    .pt-pb-loaded.has-sticky-header .header--sticky {
        top: 54px
    }
    .pt-pb-closed .has-sticky-header .header--sticky,
    .pt-pb-sliding-down .has-sticky-header .header--sticky {
        top: 0
    }
}

@media(min-width:992px) {
    .pt-pb-loaded.is-sticky-navbar .header .navigation {
        top: 54px
    }
    .pt-pb-closed .is-sticky-navbar .header .navigation,
    .pt-pb-sliding-down .is-sticky-navbar .header .navigation {
        top: 0
    }
}

@media(min-width:992px) {
    .pt-pb-loaded.is-sticky-nav .header__navigation {
        top: 54px
    }
    .pt-pb-closed .is-sticky-nav .header__navigation,
    .pt-pb-sliding-down .is-sticky-nav .header__navigation {
        top: 0
    }
}

@media(min-width:992px) {
    .pt-pb-loaded.is-sticky-nav .header {
        top: 54px
    }
    .pt-pb-closed .is-sticky-nav .header,
    .pt-pb-sliding-down .is-sticky-nav .header {
        top: 0
    }
}

.featherlight {
    background: 0 0;
    bottom: 0;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
    display: none;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    white-space: nowrap;
    z-index: 2147483647
}

.featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.featherlight:last-of-type {
    background: rgba(0, 0, 0, .9)
}

.featherlight::before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle
}

.featherlight .featherlight-content {
    -webkit-animation: fadein .5s;
    animation: fadein .5s;
    background: #000;
    border: 0;
    cursor: auto;
    display: inline-block;
    max-height: 80%;
    max-width: 90%;
    min-width: inherit;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: left;
    vertical-align: middle;
    white-space: normal
}

@media screen and (min-width:980px) {
    .featherlight .featherlight-content {
        max-height: 90%
    }
}

.featherlight .featherlight-content .caption {
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    line-height: 1.25;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.featherlight .featherlight-content .caption:focus,
.featherlight .featherlight-content .caption:hover {
    overflow: visible;
    white-space: normal
}

.featherlight .featherlight-content a {
    color: #fff;
    text-decoration: underline
}

.featherlight .featherlight-content a:focus,
.featherlight .featherlight-content a:hover {
    text-decoration: none
}

.featherlight .featherlight-inner {
    -webkit-animation: fadein .5s;
    animation: fadein .5s;
    display: block
}

.featherlight button {
    -webkit-appearance: button;
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    overflow: visible;
    text-transform: none
}

.featherlight button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

.featherlight .featherlight-close-icon {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+Cgk8cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjEgNC40MUwxOS41OSAzIDEyIDEwLjU5IDQuNDEgMyAzIDQuNDEgMTAuNTkgMTIgMyAxOS41OSA0LjQxIDIxIDEyIDEzLjQxIDE5LjU5IDIxIDIxIDE5LjU5IDEzLjQxIDEyIDIxIDQuNDF6Ii8+Cjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    border: 0;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: .6;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 25px;
    text-align: center;
    text-indent: 100%;
    top: 25px;
    white-space: nowrap;
    width: 30px;
    z-index: 9999
}

.featherlight .featherlight-close-icon:focus,
.featherlight .featherlight-close-icon:hover {
    opacity: 1
}

.featherlight .featherlight-image {
    max-width: 100%
}

.featherlight iframe {
    border: 0
}

[data-featherlight] img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.featherlight-iframe .featherlight-content {
    border-bottom: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    padding: 0
}

@-webkit-keyframes featherlightLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes featherlightLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.featherlight-loading .featherlight-content {
    -webkit-animation: featherlightLoader 1s infinite linear;
    animation: featherlightLoader 1s infinite linear;
    background: 0 0;
    border: 8px solid #909090;
    border-left-color: #fff;
    font-size: 10px
}

.featherlight-loading .featherlight-content,
.featherlight-loading .featherlight-content::after {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 10em;
    width: 10em
}

.featherlight-loading .featherlight-close,
.featherlight-loading .featherlight-inner {
    display: none
}

.featherlight-next,
.featherlight-previous {
    background-color: transparent;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    cursor: pointer;
    display: block;
    height: 60px;
    margin-top: -30px;
    opacity: .4;
    overflow: hidden;
    position: fixed;
    text-indent: 100%;
    top: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 60px
}

.featherlight-next span,
.featherlight-previous span {
    display: none
}

.featherlight-next:focus,
.featherlight-next:hover,
.featherlight-previous:focus,
.featherlight-previous:hover {
    opacity: 1
}

.featherlight-next {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+Cgk8cGF0aCBmaWxsPSIjZmZmIiBkPSJNOC41OSAxNi41OUwxMy4xNyAxMiA4LjU5IDcuNDEgMTAgNmw2IDYtNiA2LTEuNDEtMS40MXoiLz4KPC9zdmc+);
    background-position: 0 0;
    right: 10px
}

.featherlight-previous {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+Cgk8cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTUuNDEgNy40MUwxMC44MyAxMmw0LjU4IDQuNTlMMTQgMThsLTYtNiA2LTYgMS40MSAxLjQxeiIvPgo8L3N2Zz4=);
    background-position: -5px 0;
    left: 10px
}

.featherlight-loading .featherlight-next,
.featherlight-loading .featherlight-previous {
    display: none
}