.wrap {
    max-width: 1500px;
    margin: 0 auto;
}

.w100{
    width: 100%;
    margin: 0 auto;
}

.wrap50 {
    max-width: 50%;
    margin: 0 auto;
}

#map{
    height: 49rem;
    margin-left: 2%;
}

.w50{
    width: 50%;
}

.w47{
    width: 47%;
}


.wrap80 {
    max-width: 80%;
    margin: 0 auto;
}

.wrap70 {
    max-width: 70%;
    margin: 0 auto;
}

.wrap1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.w85 {
    width: 85%;
    margin: 0 auto;
}

p{
    line-height: 30px; 
}

span {
    color: #000;
    line-height: 30px;
}

span {
    color: #000;
}
.shadow-black{
    color: #000000bd!important;
}
.nonebor::after{
    -webkit-transform: translateX(-100);
     transform: translateX(-100);
}
.backcolor1 {
    background-color: #f6f1eb;
}

.mMenu {
    display: none;
}

.left,
.fl {
    float: left;
}

.right,
.fr {
    float: right;
}

ul li {
    list-style: none;
}

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, .75);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 5px #19f;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    overflow: hidden;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-mask,
.simplebar-offset {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none
}

.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    z-index: -1
}

.simplebar-height-auto-observer,
.simplebar-track {
    position: absolute;
    overflow: hidden;
    pointer-events: none
}

.simplebar-track {
    z-index: 1;
    right: 0;
    bottom: 0
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    -webkit-transition-duration: 50ms;
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    -webkit-transition-duration: .15s;
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    -webkit-transition-duration: .25s;
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    -webkit-transition-duration: .45s;
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    -webkit-transition-delay: .45s;
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    -webkit-transition-duration: .55s;
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    -webkit-transition-delay: .55s;
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    -webkit-transition-duration: .65s;
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    -webkit-transition-delay: .65s;
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    -webkit-transition-duration: .7s;
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    -webkit-transition-duration: .75s;
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    -webkit-transition-delay: .75s;
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    -webkit-transition-duration: .8s;
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    -webkit-transition-duration: .85s;
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    -webkit-transition-delay: .85s;
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    -webkit-transition-duration: .9s;
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    -webkit-transition-duration: .95s;
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    -webkit-transition-delay: .95s;
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    -webkit-transition-duration: 1.05s;
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.05s;
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    -webkit-transition-duration: 1.1s;
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    -webkit-transition-duration: 1.15s;
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.15s;
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    -webkit-transition-duration: 1.25s;
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    -webkit-transition-duration: 1.3s;
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    -webkit-transition-duration: 1.35s;
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.35s;
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    -webkit-transition-duration: 1.4s;
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    -webkit-transition-duration: 1.45s;
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.45s;
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    -webkit-transition-duration: 1.55s;
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.55s;
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    -webkit-transition-duration: 1.6s;
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    -webkit-transition-duration: 1.65s;
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.65s;
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    -webkit-transition-duration: 1.7s;
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    -webkit-transition-duration: 1.75s;
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.75s;
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    -webkit-transition-duration: 1.8s;
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    -webkit-transition-duration: 1.85s;
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.85s;
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    -webkit-transition-duration: 1.9s;
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    -webkit-transition-duration: 1.95s;
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.95s;
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    -webkit-transition-duration: 2s;
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    -webkit-transition-delay: 2s;
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    -webkit-transition-duration: 2.05s;
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.05s;
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    -webkit-transition-duration: 2.1s;
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    -webkit-transition-duration: 2.15s;
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.15s;
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    -webkit-transition-duration: 2.2s;
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    -webkit-transition-duration: 2.25s;
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.25s;
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    -webkit-transition-duration: 2.3s;
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    -webkit-transition-duration: 2.35s;
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.35s;
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    -webkit-transition-duration: 2.4s;
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    -webkit-transition-duration: 2.45s;
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.45s;
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    -webkit-transition-duration: 2.5s;
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    -webkit-transition-duration: 2.55s;
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.55s;
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    -webkit-transition-duration: 2.6s;
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.6s;
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    -webkit-transition-duration: 2.65s;
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.65s;
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    -webkit-transition-duration: 2.7s;
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.7s;
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    -webkit-transition-duration: 2.75s;
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.75s;
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    -webkit-transition-duration: 2.8s;
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.8s;
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    -webkit-transition-duration: 2.85s;
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.85s;
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    -webkit-transition-duration: 2.9s;
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.9s;
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    -webkit-transition-duration: 2.95s;
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.95s;
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    -webkit-transition-duration: 3s;
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    -webkit-transition-delay: 3s;
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .745, .715);
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.445, .05, .55, .95);
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

[data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(.6);
    transform: translate3d(0, 100px, 0) scale(.6)
}

[data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(.6);
    transform: translate3d(0, -100px, 0) scale(.6)
}

[data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(.6);
    transform: translate3d(-100px, 0, 0) scale(.6)
}

[data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(.6);
    transform: translate3d(100px, 0, 0) scale(.6)
}

[data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

[data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

[data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0)
}

.visually-hidden {
    white-space: nowrap
}

.screen-reader-text,
.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

.screen-reader-text {
    margin: -1px;
    padding: 0;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    word-wrap: normal !important
}

.screen-reader-text:focus {
    top: 5px;
    left: 5px;
    z-index: 100000;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    color: #21759b;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none
}

.is-hidden {
    display: none !important
}

.is-visible {
    display: inherit !important
}

@media only screen and (max-width:56.25em) {
    .is-visible--mobile {
        display: block !important
    }
    .is-hidden--mobile {
        display: none !important
    }
}

@media only screen and (min-width:56.25em) {
    .is-visible--tablet {
        display: block !important
    }
    .is-hidden--tablet {
        display: none !important
    }
}

@media only screen and (min-width:75em) {
    .is-visible--desktop {
        display: block !important
    }
    .is-hidden--desktop {
        display: none !important
    }
}

.only_d {
    display: block
}

@media (max-width:767px) {
    .only_d {
        display: none
    }
}

.only_m {
    display: none
}

@media (max-width:767px) {
    .only_m {
        display: block
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

@font-face {
    font-family: Neutra Text Book;
    font-style: normal;
    font-display: auto;
    font-weight: 400;
    src: local("Neutra Text Book"), url(../../fonts/neutra-text-book/NeutraText-Book.eot) format("embedded-opentype"), url(../../fonts/neutra-text-book/NeutraText-Book.woff) format("woff"), url(../../fonts/neutra-text-book/NeutraText-Book.ttf) format("truetype"), url(../../fonts/neutra-text-book/NeutraText-Book.ttf) format("opentype")
}

@font-face {
    font-family: Neutra Text Light;
    font-style: normal;
    font-display: auto;
    font-weight: 300;
    src: local("Neutra Text Light"), url(../../fonts/NeutraText-Light.otf) format("embedded-opentype"), url(../../fonts/NeutraText-Light.otf) format("opentype")
}

@font-face {
    font-family: Neutra Text Bold;
    font-style: normal;
    font-display: auto;
    font-weight: 700;
    src: local("Neutra Text Light"), url(../../fonts/NeutraText-Bold.otf) format("embedded-opentype"), url(../../fonts/NeutraText-Bold.otf) format("opentype")
}

@font-face {
    font-family: Neutra Text BookItalic;
    font-style: normal;
    font-display: auto;
    font-weight: 400;
    src: local("Neutra Text Light"), url(../../fonts/NeutraText-BookItalic.otf) format("embedded-opentype"), url(../../fonts/NeutraText-BookItalic.otf) format("opentype")
}

@font-face {
    font-family: Bell MT;
    font-style: normal;
    font-display: auto;
    font-weight: 400;
    src: local("Bell MT"), url(../../fonts/bell-mt/BellMT.eot) format("embedded-opentype"), url(../../fonts/bell-mt/BellMT.woff) format("woff"), url(../../fonts/bell-mt/BellMT.ttf) format("truetype"), url(../../fonts/bell-mt/BellMT.ttf) format("opentype")
}

@font-face {
    font-family: Bell MT Italic;
    font-style: italic;
    font-display: auto;
    font-weight: 400;
    src: local("Bell MT Italic"), url(../../fonts/bell-mt/BellMTItalic.eot) format("embedded-opentype"), url(../../fonts/bell-mt/BellMTItalic.ttf) format("truetype"), url(../../fonts/bell-mt/BellMTItalic.ttf) format("opentype"), url(../../fonts/bell-mt/BellMTItalic.woff) format("woff"), url(../../fonts/bell-mt/BellMTItalic.woff2) format("woff2")
}

body {
    font-size: .875rem;
    font-family: Neutra Text Book, sans-serif;
    letter-spacing: .0125rem;
    line-height: 1.4
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Neutra Text Book, sans-serif;
    font-weight: 400;
    text-transform: uppercase
}

blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0 0 1.25rem
}

/*#module-6059de7f373ff p{
    margin: 0 0 1rem;
}*/

#module-6059de7f33f26 .editorial-1__content  h2 span{
    margin: 0 0 1rem;
    display: block;
}

.h1,
h1 {
    font-size: 1.75rem;
    line-height: 1.14;
    letter-spacing: .05625rem
}

@media only screen and (min-width:56.25em) {
    .h1,
    h1 {
        font-size: 2.25rem;
        line-height: 1.17
    }
}

.h2,
h2 {
    font-size: 1.625rem;
    line-height: 1.14;
    letter-spacing: .05625rem
}

@media only screen and (min-width:56.25em) {
    .h2,
    h2 {
        font-size: 1.625rem;
        line-height: 1.17
    }
}

.h3,
h3 {
    font-size: 1.625rem
}

.h4,
h4 {
    font-size: 1.25rem
}

.number-title {
    display: block;
    margin-bottom: 0;
    font-size: 5.5rem;
    font-family: Neutra Text Light, sans-serif;
    line-height: 1;
    letter-spacing: -.28625rem
}

.number-title--post {
    margin-bottom: -1.25rem
}

.meta-title {
    display: block;
    margin-bottom: .625rem;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: .025rem;
    color: #fff;
}

.large-text {
    font-size: 1.25rem;
    font-family: Neutra Text Book, sans-serif;
    line-height: 1.5;
    letter-spacing: .0125rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.uppercase {
    text-transform: uppercase
}

.sentence-case {
    text-transform: none
}

ol,
ul {
    padding-left: 0
}

.flush {
    padding-left: 0
}

.no-bullets {
    list-style: none
}

.no-margin {
    margin: 0
}

a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: inherit;
    white-space: nowrap;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden
}

a:focus {
    outline: none
}

a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%)
}

.Store a::after {
    background-color: #fff
}

a.is-active:after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

a.is-active:after,
a.is-leaving:after {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

a.is-leaving:after {
    -webkit-transform: translateX(110%);
    transform: translateX(110%)
}

a.no-underline:after {
    display: none
}

.site-content a:after {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.site-content a.is-active:after {
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%)
}

.site-content a.is-leaving:after {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}



#wpadminbar a:after,
.site-content a.no-underline:after {
    display: none
}

img {
    max-width: 100%
}

.js-Dropdown-list li,
.js-Dropdown-title {
    cursor: pointer
}

.carousel__container {
    position: relative
}

.carousel__controls {
    width: 100%
}

.carousel__next-btn,
.carousel__prev-btn {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer
}

.carousel__next-btn:focus,
.carousel__prev-btn:focus {
    outline: none
}

.carousel__next-btn svg,
.carousel__prev-btn svg {
    width: 100%;
    height: 100%
}

.carousel__next-btn .light,
.carousel__prev-btn .light {
    stroke: #fff
}

.carousel__next-btn .dark,
.carousel__prev-btn .dark {
    stroke: #000
}

.carousel__prev-btn {
    left: 0
}

@media only screen and (min-width:56.25em) {
    .carousel__prev-btn {
        left: -1.25rem
    }
}

.carousel__next-btn {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media only screen and (min-width:56.25em) {
    .carousel__next-btn {
        right: -1.25rem
    }
}

.carousel .dot {
    background-color: transparent;
    border: 2px solid
}

.carousel .dot.is-selected {
    background-color: currentColor
}

.accordion:after {
    content: "accordion";
    display: none
}

.accordion__trigger {
    position: relative;
    padding-right: 1.5625rem
}

.accordion__wrap {
    max-height: 0;
    margin: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.accordion__toggle-icon {
    position: absolute;
    top: .25em;
    right: 0;
    width: .875rem;
    height: .875rem;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.accordion__toggle-icon svg {
    width: 100%;
    height: 100%
}

.accordion.is-active>.accordion__wrap {
    max-height: 1000px
}

.accordion.is-active>[data-js=accordion-trigger] .accordion__toggle-icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion.is-disabled .accordion__trigger {
    padding-right: 0
}

.accordion.is-disabled .accordion__toggle-icon {
    display: none
}

.accordion.is-disabled .accordion__wrap {
    max-height: 1000px
}

.tabs {
    max-width: 69.375rem;
    margin-left: auto;
    margin-right: auto
}

.tabs .tabs__title {
    margin-bottom: .3125rem;
    padding: 0 1.25rem;
    text-align: center
}

@media only screen and (min-width:56.25em) {
    .tabs .tabs__title {
        padding: 0
    }
}

.tabs__tab-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 82.5rem;
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.tabs__tab-container .tabs__tab {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 21.875rem;
    margin: 0;
    padding: 1.25rem .625rem .625rem;
    font-family: Neutra Text Book, sans-serif;
    font-size: 1rem;
    text-align: center;
    border-bottom: 2px solid rgba(166, 128, 111, .2);
    -webkit-transition: .3s;
    transition: .3s
}

@media only screen and (min-width:37.5em) {
    .tabs__tab-container .tabs__tab {
        margin: 0 0 0 1.875rem
    }
    .tabs__tab-container .tabs__tab:first-child {
        margin-left: 0
    }
}

.tabs__tab-container .tabs__tab:focus {
    outline: 1px dotted;
    background: transparent
}

.tabs__tab-container .tabs__tab.is-active {
    border-bottom-color: #a6806f
}

@media only screen and (min-width:37.5em) {
    .tabs__tab-container .tabs__tab {
        margin: 0 .625rem
    }
}

@media only screen and (min-width:56.25em) {
    .tabs__tab-container .tabs__tab {
        margin: 0
    }
}

.tabs__tab-container .tabs__tab a {
    white-space: normal
}

.tabs__tab-container .tabs__tab-trigger:focus {
    outline: none
}

.tabs__content-container {
    position: relative
}

.tabs__content {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 82.5rem;
    padding: 2.5rem 1.25rem;
    -webkit-transition: .3s;
    transition: .3s
}

@media only screen and (min-width:56.25em) {
    .tabs__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }
}

@media only screen and (min-width:75em) {
    .tabs__content {
        padding: 2.5rem 0
    }
}

.tabs__content h3,
.tabs__content h4 {
    font-size: 1rem
}

.js .tabs__content {
    opacity: 0;
    pointer-events: none
}

.tabs__content.is-active {
    opacity: 1;
    pointer-events: auto
}

.tabs__content-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 42.5rem;
    margin: 0 1.25rem 0 0
}

.product-filters {
    padding: 0 1.25rem
}

@media only screen and (min-width:56.25em) {
    .product-filters {
        width: 15.625rem;
        margin-right: 1.25rem
    }
}

.product-filters__results {
    font-family: Neutra Text Book, sans-serif;
    font-size: 1rem
}

.filter.is-active .filter__wrap {
    max-height: 21.875rem
}

.filter__header-label {
    position: relative;
    margin-bottom: 1.25rem;
    padding: 0 1.5rem 0 0;
    font-size: 1.25rem;
    background: none;
    border: none;
    cursor: pointer
}

.filter__header-label:focus {
    outline: none
}

.filter__list {
    padding: .625rem 0 0;
    list-style: none
}

.filter__list-item {
    margin-bottom: .625rem
}

.filter__button {
    margin-bottom: 1.25rem;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer
}

.filter__button:before {
    content: "";
    display: inline-block;
    width: .75rem;
    height: .75rem;
    margin-right: .625rem;
    vertical-align: -1px;
    border: 1px solid
}

.filter__button.is-selected:before {
    background: currentColor
}

.filter__button:focus {
    outline: none
}

.mobile-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 90%;
    margin: 2.5rem auto
}

.mobile-filters .product-filters {
    padding-left: 0
}

.mobile-filters~.modal__btn--back {
    display: none
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fade-in {
    opacity: 0;
    -webkit-animation: fadeIn 1.2s ease-in-out .3s forwards;
    animation: fadeIn 1.2s ease-in-out .3s forwards
}

@-webkit-keyframes slideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    65% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 1
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    65% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 1
    }
}

.slide-in {
    opacity: 0;
    -webkit-transform: translateY(40px) perspective(1px);
    transform: translateY(40px) perspective(1px);
    -webkit-animation: slideIn 1.4s ease-in-out .5s forwards;
    animation: slideIn 1.4s ease-in-out .5s forwards
}

.page-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    overflow: hidden
}

.page-background__video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    min-width: 100%;
    height: 56.25vw;
    min-height: 100%
}

.open-modal-request {
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:37.5em) {
    .open-modal-request {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px
    }
}

.request-fabrics-modal {
    padding-top: 100px;
    padding-bottom: 100px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url(../../images/bg/shadow.jpg) no-repeat 50%/cover;
    pointer-events: none;
    opacity: 0;
    overflow-y: scroll;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

@media only screen and (max-width:37.5em) {
    .request-fabrics-modal {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.request-fabrics-modal.active {
    pointer-events: inherit;
    opacity: 1
}

.request-fabrics-modal .close-modal {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer
}

@media only screen and (max-width:37.5em) {
    .request-fabrics-modal .close-modal {
        top: 20px;
        right: 20px
    }
}

.request-fabrics-modal .close-modal svg {
    width: 100%;
    height: 100%
}

.request-fabrics-modal-container {
    max-width: 82.5rem;
    margin: 0 auto
}

@media only screen and (min-width:56.25em) {
    .request-fabrics-modal-container {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

@media only screen and (max-width:37.5em) {
    .request-fabrics-modal-container {
        width: 100%
    }
}

.request-fabrics-modal-container .form__checkbox-group {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 8px;
    width: 100%;
    max-width: 100%
}

.request-fabrics-modal-container .form__checkbox-group.form__input-group {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.request-fabrics-modal-container .form__checkbox-group.form__input-group .form__error-msg-text {
    bottom: -8px
}

.request-fabrics-modal-container .form__checkbox-group input,
.request-fabrics-modal-container .form__checkbox-group label {
    width: 33.3%
}

.request-fabrics-modal-container .form__checkbox-group input p,
.request-fabrics-modal-container .form__checkbox-group label p {
    margin: 0
}

@media only screen and (max-width:37.5em) {
    .request-fabrics-modal-container .form__checkbox-group label {
        width: 100%
    }
}

.request-fabrics-modal-container .request-fabrics-modal__success {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    pointer-events: none;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.request-fabrics-modal-container .request-fabrics-modal__success.active {
    opacity: 1;
    pointer-events: inherit
}

.request-fabrics-modal-container .request-fabrics-modal__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.request-fabrics-modal-container .form__header {
    width: 100%;
    margin-top: 0
}

.request-fabrics-modal-container .form__header-container {
    max-width: 520px;
    margin: 0 auto
}

@media only screen and (max-width:37.5em) {
    .request-fabrics-modal-container .form__header-container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        width: 100%
    }
}

.request-fabrics-modal-container .form__header h2 {
    margin-bottom: 30px;
    font-size: 36px;
    letter-spacing: 1px;
    font-family: Neutra Text Book, sans-serif;
    text-transform: uppercase;
    font-weight: 600
}

@media only screen and (max-width:37.5em) {
    .request-fabrics-modal-container .form__header h2 {
        margin-bottom: 25px;
        font-size: 24px;
        letter-spacing: .6px
    }
}

.request-fabrics-modal-container .form__header p {
    font-size: 20px;
    letter-spacing: .15px;
    line-height: 24px
}

@media only screen and (max-width:37.5em) {
    .request-fabrics-modal-container .form__header p {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .2px
    }
}

.request-fabrics-modal-container .form__input-group {
    width: 33.3%
}

@media only screen and (max-width:37.5em) {
    .request-fabrics-modal-container .form__input-group {
        width: 100%
    }
}

.request-fabrics-modal-container .form__input-group-hidden {
    display: none
}

.request-fabrics-modal-container .form__input-group-fabric {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.request-fabrics-modal-container .form__input-group-fabric .form__input-group-container {
    position: relative;
    width: calc(100% - 450px);
    margin: 0 auto
}

@media only screen and (max-width:37.5em) {
    .request-fabrics-modal-container .form__input-group-fabric .form__input-group-container {
        width: 100%;
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.request-fabrics-modal-container .form__input-group-fabric .form__error-msg-text {
    left: 50%;
    top: 25px;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 450px);
    margin: 0 auto;
    text-align: right
}

@media only screen and (max-width:37.5em) {
    .request-fabrics-modal-container .form__input-group-fabric .form__error-msg-text {
        left: inherit;
        top: inherit;
        text-align: left;
        padding-left: 1.25rem;
        bottom: 0;
        width: 100%;
        -webkit-transform: none;
        transform: none
    }
}

.request-fabrics-modal-container .form__input-group-fabric .dropdown-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.request-fabrics-modal-container .form__input-group-fabric .dropdown-top .dropdown-label {
    cursor: pointer;
    font-size: 1rem;
    margin-bottom: 30px
}

@media only screen and (min-width:56.25em) {
    .request-fabrics-modal-container .form__input-group-fabric .dropdown-top .dropdown-label {
        font-size: 1.25rem
    }
}

.request-fabrics-modal-container .form__input-group-fabric .dropdown-top .placeholder {
    cursor: pointer;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    padding: .3125rem 0;
    font-family: Neutra Text Book, sans-serif;
    font-size: .875rem;
    border-bottom: 1px solid rgba(0, 0, 0, .4)
}

.request-fabrics-modal-container .form__input-group-fabric .dropdown-content {
    opacity: 0;
    pointer-events: none;
    top: 95px;
    left: 0;
    position: absolute;
    z-index: 10;
    padding: 35px 35px 25px;
    height: 550px;
    width: 100%;
    -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .1);
    background-color: #fff
}

@media only screen and (max-width:37.5em) {
    .request-fabrics-modal-container .form__input-group-fabric .dropdown-content {
        padding-top: 80px;
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.request-fabrics-modal-container .form__input-group-fabric .dropdown-content.active {
    pointer-events: inherit;
    opacity: 1
}

@media only screen and (max-width:37.5em) {
    .request-fabrics-modal-container .form__input-group-fabric .dropdown-content.active {
        height: 100vh;
        top: 0;
        left: 0;
        position: fixed
    }
}

.request-fabrics-modal-container .form__input-group-fabric .dropdown-content .close-dropdown-icon {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px
}

@media only screen and (max-width:37.5em) {
    .request-fabrics-modal-container .form__input-group-fabric .dropdown-content .close-dropdown-icon {
        display: block
    }
}

.request-fabrics-modal-container .form__input-group-fabric .dropdown-content .close-dropdown-icon svg {
    width: 100%;
    height: 100%
}

.request-fabrics-modal-container .form__input-group-fabric .dropdown-content .confirm-button {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    display: none;
    padding: 0 1.25rem 1.25rem;
    background: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.request-fabrics-modal-container .form__input-group-fabric .dropdown-content .confirm-button:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 145px;
    pointer-events: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(40%, #fff));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 40%)
}

@media only screen and (max-width:37.5em) {
    .request-fabrics-modal-container .form__input-group-fabric .dropdown-content .confirm-button {
        display: block;
        opacity: 0
    }
    .request-fabrics-modal-container .form__input-group-fabric .dropdown-content .confirm-button.active {
        opacity: 1
    }
}

.request-fabrics-modal-container .form__input-group-fabric .dropdown-content .confirm-button button.btn {
    position: relative;
    z-index: 10;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.request-fabrics-modal-container .form__input-group-fabric .dropdown-content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 60px
}

@media only screen and (max-width:37.5em) {
    .request-fabrics-modal-container .form__input-group-fabric .dropdown-content-block {
        padding-right: 0
    }
}

.request-fabrics-modal-container .form__input-group-fabric .dropdown-content-block::-webkit-scrollbar {
    width: 1.5px;
    background-color: rgba(0, 0, 0, .3)
}

@media only screen and (max-width:37.5em) {
    .request-fabrics-modal-container .form__input-group-fabric .dropdown-content-block::-webkit-scrollbar {
        display: none
    }
}

.request-fabrics-modal-container .form__input-group-fabric .dropdown-content-block::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none
}

.request-fabrics-modal-container .form__input-group-fabric .dropdown-content-block::-webkit-scrollbar-thumb {
    background: #a6806f
}

.request-fabrics-modal-container .form__input-group-fabric .dropdown-content-block .checkbox-block {
    width: calc(20% - 18px);
    margin-bottom: 15px
}

@media only screen and (max-width:37.5em) {
    .request-fabrics-modal-container .form__input-group-fabric .dropdown-content-block .checkbox-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(50% - 10px);
        margin-bottom: 25px
    }
}

.request-fabrics-modal-container .form__input-group-fabric .dropdown-content-block .checkbox-block .checkbox-label {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    height: 100px;
    display: block;
    cursor: pointer
}

@media only screen and (max-width:37.5em) {
    .request-fabrics-modal-container .form__input-group-fabric .dropdown-content-block .checkbox-block .checkbox-label {
        height: 150px;
        width: 100%
    }
}

.request-fabrics-modal-container .form__input-group-fabric .dropdown-content-block .checkbox-block .checkbox-label .image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.request-fabrics-modal-container .form__input-group-fabric .dropdown-content-block .checkbox-block .checkbox-label:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    background: #fff;
    width: 22px;
    height: 22px
}

.request-fabrics-modal-container .form__input-group-fabric .dropdown-content-block .checkbox-block .checkbox-label:after {
    position: absolute;
    top: 11px;
    left: 12px;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='9'%3E%3Cpath fill='%23020303' d='M.031 4.178c.127-.093.532.192.994.59A82.19 82.19 0 003.27 6.64a44.32 44.32 0 011.55-2.1C5.97 3.09 7.202 1.709 8.674.527c.264-.211.619-.413.976-.506a.443.443 0 01.257-.004c.13.041.137.146-.06.34-.456.452-.908.907-1.33 1.386-1.68 1.903-2.948 4.034-3.978 6.29-.278.608-.527.88-1.134.962-.313.042-.81-.183-.97-.455C1.694 7.284.145 4.641.125 4.582.07 4.432-.06 4.245.03 4.178'/%3E%3C/svg%3E") no-repeat 50%/contain;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    opacity: 0
}

.request-fabrics-modal-container .form__input-group-fabric .dropdown-content-block .checkbox-block input[type=checkbox]:checked+label.checkbox-label:after {
    content: "";
    opacity: 1
}

.request-fabrics-modal-container .form__input-group-fabric .dropdown-content-block .checkbox-block .short-description,
.request-fabrics-modal-container .form__input-group-fabric .dropdown-content-block .checkbox-block .title {
    font-size: 12px;
    font-family: Bell MT, sans-serif
}

@media only screen and (max-width:37.5em) {
    .request-fabrics-modal-container .form__input-group-fabric .dropdown-content-block .checkbox-block .short-description,
    .request-fabrics-modal-container .form__input-group-fabric .dropdown-content-block .checkbox-block .title {
        width: 100%
    }
}

.request-fabrics-modal-container .form__input-group-fabric .dropdown-content-block .checkbox-block .title {
    margin-top: 15px;
    margin-bottom: 0
}

@media only screen and (max-width:37.5em) {
    .request-fabrics-modal-container .form__input-group-fabric .dropdown-content-block .checkbox-block .title {
        margin-bottom: 0
    }
}

.request-fabrics-modal-container .form__input-group-fabric .dropdown-content-block .checkbox-block .short-description {
    margin-top: 20px
}

@media only screen and (max-width:37.5em) {
    .request-fabrics-modal-container .form__input-group-fabric .dropdown-content-block .checkbox-block .short-description {
        margin-top: 0
    }
}

.request-fabrics-modal-container .form__footer .form__subtext {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px
}

@media only screen and (max-width:37.5em) {
    .request-fabrics-modal-container .form__footer .form__subtext {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:37.5em) {
    .request-fabrics-modal-container .form__footer button.btn {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.nav__item--cta a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 1.125rem 3.125rem 1rem;
    color: inherit;
    font-size: .75rem;
    font-family: Neutra Text Bold, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.btn:focus,
.nav__item--cta a:focus {
    outline: none;
    border-width: 1px;
    border-style: solid
}

.btn:after,
.nav__item--cta a:after {
    display: none
}

.btn--dark {
    border-color: #000
}

.btn--dark:active,
.btn--dark:focus,
.btn--dark:hover {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.btn--light,
.nav__item--cta a {
    border-color: #fff
}

.btn--light:active,
.btn--light:focus,
.btn--light:hover,
.nav__item--cta a:active,
.nav__item--cta a:focus,
.nav__item--cta a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000
}

.btn[disabled],
.nav__item--cta a[disabled] {
    cursor: inherit;
    opacity: .3
}

.btn[disabled]:hover,
.nav__item--cta a[disabled]:hover {
    background-color: inherit;
    border-color: inherit;
    color: inherit
}

.btn-reset {
    display: inline-block;
    width: auto;
    margin: 0 1.25rem;
    padding: 0;
    background: #fff;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    font-family: Bell MT, sans-serif;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.btn-reset:active,
.btn-reset:focus,
.btn-reset:hover {
    outline: none;
    border-bottom-color: transparent
}

.form__header {
    width: 100%;
    margin: 3.75rem 0 0;
    font-size: 1.75rem;
    line-height: 2.625rem;
    text-align: center
}

.form__header h1,
.form__header h2 {
    font-size: inherit
}

.form__input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 0 .625rem;
    padding: 1.25rem
}

@media only screen and (min-width:56.25em) {
    .form__input-group {
        width: 50%
    }
}

.form label {
    font-size: 1rem;
    margin-bottom: .3125rem
}

@media only screen and (min-width:56.25em) {
    .form label {
        font-size: 1.25rem
    }
}

.form input,
.form select,
.form textarea {
    width: 100%;
    padding: .3125rem 0;
    font-family: Neutra Text Book, sans-serif;
    font-size: .875rem;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form select {
    cursor: pointer
}

.form input[type=checkbox],
.form input[type=radio] {
    width: auto
}

.form input:focus,
.form select:focus {
    outline: none
}

.form ::-moz-placeholder {
    color: #000
}

.form ::-ms-input-placeholder {
    color: #000
}

.form ::placeholder {
    color: #000
}

.form :-moz-placeholder {
    color: #000
}

.form :-ms-input-placeholder {
    color: #000
}

.form ::-webkit-input-placeholder {
    color: #000
}

.form__input-group--wide {
    width: 100%
}

.form__input-group--3-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form__input-group--3-col>* {
    width: calc(33.3% - 1.25rem)
}

@media only screen and (min-width:56.25em) {
    .form__input-group--3-col>* {
        width: calc(33.3% - 1.875rem)
    }
}

.form__input-group-info {
    font-size: .75rem
}

.form__select-arrow {
    position: absolute;
    bottom: .625rem;
    right: 0;
    width: .625rem;
    height: .625rem;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.form__select-wrapper {
    position: relative
}

.form__checkbox-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 30em;
    margin-top: 1.25rem;
    padding: 1.25rem
}

.form__checkbox-group--centered {
    margin-left: auto;
    margin-right: auto
}

.form .form__checkbox-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    position: relative;
    margin-left: 1.25rem;
    padding-left: .625rem;
    font-size: .875rem
}

.form .form__checkbox-label:after,
.form .form__checkbox-label:before {
    content: "";
    position: absolute;
    top: 1px;
    left: -1.25rem;
    width: 1em;
    height: 1em;
    border: 1px solid rgba(0, 0, 0, .5);
    background-color: transparent;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.form__checkbox-input {
    position: absolute;
    visibility: hidden
}

.form__checkbox-input:checked+label:after {
    background-color: rgba(0, 0, 0, .5)
}

.form__footer {
    width: 100%;
    padding: 0 1.25rem;
    text-align: center
}

.form__subtext {
    max-width: 35.625rem;
    margin: 0 0 3.75rem;
    padding: 0;
    font-size: .875rem;
    text-align: left
}

.form__error-msg-text {
    position: absolute;
    left: 1.25rem;
    bottom: 0;
    display: inline-block;
    color: #ff2d2d;
    font-size: .875rem;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    visibility: hidden;
    opacity: 0
}

.form__field-invalid~span,
.is-error .form__error-msg-text {
    visibility: visible;
    opacity: 1
}

.form--light input,
.form--light select,
.form--light textarea {
    color: #fff;
    border-bottom-color: hsla(0, 0%, 100%, .4)
}

.form--light ::-moz-placeholder {
    color: #fff
}

.form--light ::-ms-input-placeholder {
    color: #fff
}

.form--light ::placeholder {
    color: #fff
}

.form--light :-moz-placeholder {
    color: #fff
}

.form--light :-ms-input-placeholder {
    color: #fff
}

.form--light ::-webkit-input-placeholder {
    color: #fff
}

.form--light .form__checkbox-label:after,
.form--light .form__checkbox-label:before {
    border-color: hsla(0, 0%, 100%, .5)
}

.form--light .form__checkbox-input:checked+label:after {
    background-color: hsla(0, 0%, 100%, .8)
}

@media (-ms-high-contrast:none) {
    .form__select-arrow,
     ::-ms-backdrop {
        display: none
    }
}

.js-Dropdown {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .4)
}

.js-Dropdown-title {
    display: block;
    width: 100%;
    padding: .3125rem 0;
    font-family: Neutra Text Book, sans-serif;
    text-align: left;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.js-Dropdown-title:focus {
    outline: none
}

.js-Dropdown-optgroup {
    padding: .75rem 1.25rem;
    color: rgba(0, 0, 0, .5);
    font-style: italic;
    border-top: 1px solid #f3f2f2;
    border-bottom: 1px solid #f3f2f2
}

.js-Dropdown-optgroup:empty {
    display: none
}

.js-Dropdown-list {
    position: absolute;
    top: 100%;
    left: -1.25rem;
    z-index: 10;
    width: calc(100% + 2.5rem);
    max-height: 0;
    padding: 0;
    font-family: Neutra Text Book, sans-serif;
    font-size: .875rem;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .3s;
    transition: .3s;
    list-style: none;
    overflow: hidden
}

@media only screen and (min-width:37.5em) {
    .js-Dropdown-list {
        left: 0;
        width: 100%
    }
}

.js-Dropdown-list.is-open {
    max-height: 16.875rem;
    padding: .75rem 0;
    overflow-y: auto;
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .1)
}

.js-Dropdown li {
    margin-bottom: 0;
    padding: .75rem 1.25rem
}

.js-Dropdown li:active,
.js-Dropdown li:focus,
.js-Dropdown li:hover {
    background: #f3f2f2
}

.js-Dropdown li:first-child {
    display: none
}

.js-Dropdown .is-selected:after {
    content: "";
    position: relative;
    top: 2px;
    display: inline-block;
    width: .875rem;
    height: .875rem;
    margin-left: .625rem;
    background-image: url(../../images/details/tick.png);
    background-size: cover
}

body.is-modal-open {
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    background-size: cover;
    opacity: 0;
    overflow-x: hidden
}

.modal__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    opacity: 0
}

.modal__wrapper>:first-child {
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.modal__wrapper>:first-child::-webkit-scrollbar {
    width: 0 !important
}

.modal__btn {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer
}

.modal__btn:focus {
    outline: none
}

.modal__btn svg {
    width: 100%;
    height: 100%
}

.modal__btn--close {
    top: 1.25rem;
    right: 1.25rem
}

@media only screen and (min-width:56.25em) {
    .modal__btn--close {
        top: 2.5rem;
        right: 2.5rem
    }
}

.modal__btn--back {
    top: 1.25rem;
    left: 1.25rem
}

@media only screen and (min-width:56.25em) {
    .modal__btn--back {
        top: 2.5rem;
        left: 2.5rem;
        display: none
    }
}

.modal--nav {
    background-color: #ece8e0;
    background-image: url(../../images/bg/nav-mobile.jpg)
}

@media only screen and (min-width:56.25em) {
    .modal--nav {
        background-image: url(../../images/bg/nav-desktop.jpg)
    }
}

@media (max-width:767px) {
    .modal--nav {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 175, 160, .8)), to(rgba(246, 233, 220, .8)));
        background-image: linear-gradient(180deg, rgba(208, 175, 160, .8), rgba(246, 233, 220, .8))
    }
}

.modal--form {
    background-color: #fff;
    background-image: url(../../images/bg/form-mobile.jpg)
}

@media only screen and (min-width:56.25em) {
    .modal--form {
        background-image: url(../../images/bg/form-desktop.jpg)
    }
}

@media (max-width:767px) {
    .modal {
        overflow: hidden;
        height: 100%
    }
    .modal.modal-search {
        z-index: 2000
    }
    .modal .modal__wrapper {
        display: block;
        padding: 25px
    }
    .modal-header {
        position: relative;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 45px
    }
    .modal-header .modal__title {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        margin-top: 0;
        text-transform: inherit;
        margin-bottom: 0;
        font-size: 16px;
        letter-spacing: .3px;
        color: #000;
    }
    .modal-header .modal__btn--close {
        position: relative;
        right: auto;
        top: auto;
        width: 20px;
        height: 20px
    }
    .modal-header .btn-back-container {
        margin-top: 35px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #000;
    }
    .modal-header .btn-back-container p {
        margin-bottom: 0;
        font-family: Neutra Text Book, sans-serif;
        font-size: 14px;
        letter-spacing: .3px;
        margin-left: 12px;
        color: #000;
    }
    .modal-header .modal__btn--back {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        width: 12px;
        height: 12px
    }
    .modal-header .modal__btn--back svg {
        width: 100%;
        height: 100%
    }
    .modal .mobile-nav__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #000;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: calc(100% - 50px);
        position: absolute;
        bottom: 25px;
        z-index: 5
    }
    .modal .mobile-nav__footer>.mobile-nav__search {
        width: 16px;
        height: 16px
    }
    .modal .mobile-nav__footer>.mobile-nav__search>.navigation__search-btn-icon {
        pointer-events: none
    }
    .modal .mobile-nav__footer>.nav__language-switcher {
        font-size: 12px;
        font-family: Neutra Text Book, sans-serif
    }
}

.mobile-nav-item {
    background: none
}

.mobile-nav-item>.modal__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem;
    overflow: hidden;
    height: auto;
    min-height: 100vh;
    font-family: Neutra Text Book, sans-serif
}

.mobile-nav-item>.modal__wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    min-height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8ede3), to(#d9bfb3));
    background-image: linear-gradient(180deg, #f8ede3, #d9bfb3)
}

.mobile-nav-item>.modal__wrapper>.mobile-nav-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 100%
}

.mobile-nav-item>.modal__wrapper>.mobile-nav-item__header>.modal__btn--close {
    position: relative;
    top: auto;
    right: auto;
    width: 1.75rem;
    height: 1.75rem;
    margin-bottom: 2rem
}

.mobile-nav-item>.modal__wrapper>.mobile-nav-item__header>.modal__btn--back {
    position: relative;
    font-size: 1rem;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: auto;
    left: auto;
    width: auto;
    height: auto
}

.mobile-nav-item>.modal__wrapper>.mobile-nav-item__header>.modal__btn--back>.mobile-nav-item__left-arrow {
    width: .75rem;
    height: .75rem;
    margin-right: .5rem
}

.mobile-nav-item>.modal__wrapper>.mobile-nav-item__header>.product-nav-item__title {
    position: absolute;
    top: 1.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: none
}

.mobile-nav-item>.modal__wrapper>.mobile-nav-item__list-childrens {
    width: 100%;
    margin: 0;
    padding: 1.25rem 0 0;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.mobile-nav-item>.modal__wrapper>.mobile-nav-item__list-childrens>.mobile-nav-item__children:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: 1.75rem 0;
    background-color: #000;
    position: relative
}

.mobile-nav-item>.modal__wrapper>.mobile-nav-item__list-childrens>.mobile-nav-item__children>.mobile-nav-item___list-sub-childrens {
    margin: 0;
    padding: 0 2rem;
    list-style: none
}

.mobile-nav-item>.modal__wrapper>.mobile-nav-item__list-childrens>.mobile-nav-item__children>.mobile-nav-item___list-sub-childrens>.mobile-nav-item__sub-children,
.mobile-nav-item>.modal__wrapper>.mobile-nav-item__list-childrens>.mobile-nav-item__children>.mobile-nav-item___list-sub-childrens>.product-nav-item__title {
    margin: 1.25rem 0;
    font-size: 1.25rem;
    position: relative
}

.mobile-nav-item>.modal__wrapper>.mobile-nav-item__list-childrens>.mobile-nav-item__children>.mobile-nav-item___list-sub-childrens>.is-j-marshall:before {
    content: "";
    display: block;
    width: 27.5px;
    height: 1px;
    margin-bottom: 1.25rem;
    background-color: #000
}

.mobile-nav-item>.modal__wrapper>.mobile-nav-item__list-childrens>.mobile-nav-item__children>.mobile-nav-item___list-sub-childrens>.product-nav-item__title {
    font-family: Neutra Text Bold, sans-serif
}

.mobile-nav-item>.modal__wrapper>.mobile-nav-item__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.mobile-nav-item>.modal__wrapper>.mobile-nav-item__footer>.mobile-nav-item__search {
    width: 1.75rem;
    height: 1.75rem
}

.mobile-nav-item>.modal__wrapper>.mobile-nav-item__footer>.mobile-nav-item__search>.navigation__search-btn-icon {
    pointer-events: none
}

.mobile-nav-item>.modal__wrapper>.mobile-nav-item__footer>.nav__language-switcher {
    font-size: 1rem;
    font-family: Neutra Text Book, sans-serif
}

@media (max-width:767px) {
    .modal-language-switcher {
        z-index: 1000
    }
    .modal-language-switcher:before {
        content: "";
        display: block;
        position: absolute;
        pointer-events: none;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 240px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 235, 225, 0)), to(#f7ece2));
        background-image: linear-gradient(180deg, rgba(247, 235, 225, 0), #f7ece2);
        z-index: 1
    }
}

@media (max-width:767px) {
    .modal-language-switcher .modal__wrapper {
        overflow: hidden
    }
}

.language-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 82.5rem;
    margin: 0 auto 5rem;
    color: #000
}

.language-switcher__heading {
    max-width: 15.625rem;
    margin: 4.375rem 0 3.75rem;
    padding: 0 1.25rem;
    font-size: 20px;
    font-family: Bell MT, sans-serif;
    text-align: center;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: .15px;
    line-height: 1.2
}

@media only screen and (min-width:56.25em) {
    .language-switcher__heading {
        max-width: none
    }
}

@media only screen and (min-width:75em) {
    .language-switcher__heading {
        margin-top: 11.5625rem
    }
}

.language-switcher__container {
    width: 90%;
    margin-bottom: 5rem
}

@media only screen and (min-width:56.25em) {
    .language-switcher__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width:767px) {
    .language-switcher__container {
        width: 100%;
        overflow-y: scroll;
        height: 100vh;
        padding: 0 35px 200px
    }
}

.language-switcher__region {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 21.875rem;
    margin: 0 auto 2.5rem;
    padding: 0;
    list-style: none
}

@media only screen and (min-width:56.25em) {
    .language-switcher__region {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .language-switcher__region:after {
        content: ""
    }
}

@media (max-width:767px) {
    .language-switcher__region {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 35px
    }
}

.language-switcher__region.is-active .language-switcher__region-title {
    margin-bottom: 1.25rem
}

@media (max-width:767px) {
    .language-switcher__region.is-active .language-switcher__region-title {
        margin-bottom: 20px
    }
}

.language-switcher__region-title {
    margin-bottom: 0;
    -webkit-transition: .5s;
    transition: .5s
}

@media only screen and (min-width:56.25em) {
    .language-switcher__region-title {
        margin-bottom: 1.25rem
    }
}

@media (max-width:767px) {
    .language-switcher__region-title {
        font-size: 16px;
        letter-spacing: .4px;
        text-transform: uppercase;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.language-switcher__languages {
    margin: 0;
    padding: 0;
    list-style: none
}

@media only screen and (min-width:56.25em) {
    .language-switcher__languages {
        max-height: 1000px
    }
}

.language-switcher__language {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 1px;
    font-size: 1.25rem;
    cursor: pointer
}

.language-switcher__language:not(:last-child) {
    margin-bottom: 1.25rem
}

.language-switcher__language a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .3125rem .3125rem .3125rem 1.875rem;
    overflow: visible
}

.language-switcher__language a:active,
.language-switcher__language a:focus,
.language-switcher__language a:hover {
    outline: none
}

.language-switcher__language a:active:after,
.language-switcher__language a:focus:after,
.language-switcher__language a:hover:after {
    background-color: #000
}

@media (max-width:767px) {
    .language-switcher__language a {
        font-size: 18px;
        letter-spacing: .45px
    }
}

.language-switcher__language a:after,
.language-switcher__language a:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (max-width:767px) {
    .language-switcher__language a:after,
    .language-switcher__language a:before {
        width: 17px;
        height: 17px
    }
}

.language-switcher__language a:after {
    -webkit-transform: scale(.6);
    transform: scale(.6);
    border-color: transparent
}

.language-switcher__language.is-active a:after {
    background-color: #000;
    border-color: #000
}

.page-template-page-brochure-download .brochure-download {
    padding-top: 6.25rem;
    background-image: url(../../images/bg/shadow.jpg);
    background-repeat: no-repeat
}

@media only screen and (min-width:56.25em) {
    .page-template-page-brochure-download .brochure-download {
        padding-top: 13.75rem
    }
}

.brochure-download {
    width: 100%;
    margin: 0 auto;
    padding: 6.25rem 0 0;
    color: #000;
    font-size: 1rem;
    text-align: center
}

.modal .brochure-download {
    padding-top: 6.25rem
}

.brochure-download .simple-content {
    background-image: none !important
}

.brochure-download .simple-content h2 {
    font-size: 1.5rem
}

@media only screen and (min-width:56.25em) {
    .brochure-download .simple-content h2 {
        font-size: 2.25rem
    }
}

.brochure-download .simple-content p {
    max-width: 30em;
    margin: 0 auto
}

.brochure-download__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    max-width: 50rem;
    margin: 1.25rem auto;
    text-align: left
}

@media only screen and (min-width:56.25em) {
    .brochure-download__form {
        margin: 3.75rem auto
    }
}

.site-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.site-search__title {
    margin-top: 5rem;
    text-align: center
}

.site-search__form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 45rem;
    margin: 2.5rem auto;
    font-size: 1.25rem
}

@media only screen and (min-width:56.25em) {
    .site-search__form {
        width: 45rem;
        margin: 7.5rem auto;
        font-size: 2.25rem
    }
}

.site-search .site-search__form-input {
    padding-bottom: .3125rem;
    padding-right: 2.5rem;
    font-size: inherit;
    font-family: Bell MT, sans-serif
}

.site-search .site-search__form-input::-webkit-input-placeholder {
    color: #000;
    font-family: Bell MT, sans-serif
}

.site-search .site-search__form-input::-moz-placeholder {
    color: #000;
    font-family: Bell MT, sans-serif
}

.site-search .site-search__form-input:-ms-input-placeholder {
    color: #000;
    font-family: Bell MT, sans-serif
}

.site-search .site-search__form-input::-ms-input-placeholder {
    color: #000;
    font-family: Bell MT, sans-serif
}

.site-search .site-search__form-input::placeholder {
    color: #000;
    font-family: Bell MT, sans-serif
}

.site-search .site-search__form-input::-ms-clear {
    display: none
}

.site-search__form-submit-btn {
    position: absolute;
    top: 1.5625rem;
    right: 1.25rem;
    height: 1em;
    width: 1em;
    padding: 0;
    font-size: inherit;
    background-color: transparent;
    border: none
}

.site-search__form-submit-btn:focus {
    outline: none
}

.site-search__form-submit-btn svg {
    fill: none;
    stroke: #000;
    width: 100%;
    height: 100%
}

.site-search__results {
    list-style: none;
    padding: 1.25rem;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .4);
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

.site-search__results:empty {
    visibility: hidden;
    opacity: 1
}

.site-search__results-item {
    display: block;
    width: 100%;
    margin-bottom: 1.25rem
}

.site-search__results-item:last-child {
    margin-bottom: 0
}

.site-search__results-item.autoComplete_selected a:after,
.site-search__results-item a:hover:after {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media (max-width:767px) {
    .site-search .site-search__title {
        font-size: 24px;
        letter-spacing: .6px;
        margin-top: 60px
    }
    .site-search .site-search__form {
        margin-top: 15px
    }
    .site-search .form__input-group {
        padding: 0 25px
    }
    .site-search .form__input-group .site-search__form-input {
        font-size: 20px;
        letter-spacing: .15px
    }
    .site-search .form__input-group .site-search__form-submit-btn {
        top: 0;
        right: 30px
    }
}

.size-guide {
    width: 100%;
    max-width: 90rem;
    margin: 2.5rem auto
}

@media only screen and (min-width:56.25em) {
    .size-guide {
        margin-top: 8.75rem
    }
}

.size-guide__content {
    max-width: 38.125rem;
    margin: 0 auto 1.25rem;
    padding: 0 1.25rem;
    text-align: center
}

@media only screen and (min-width:37.5em) {
    .size-guide__content {
        margin: 0 auto 3.75rem
    }
}

.size-guide__title {
    font-size: 1.25rem;
    font-family: Bell MT, sans-serif;
    text-transform: none
}

.size-guide__regions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 5rem
}

.size-guide__region,
.size-guide__regions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.size-guide__region {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 31.25rem;
    margin: 0 auto;
    padding: 1.25rem
}

@media only screen and (min-width:56.25em) {
    .size-guide__region {
        width: 33.3%;
        padding: 1.25rem 2.5rem
    }
    .size-guide__region:not(:last-child) {
        border-right: 1px solid
    }
}

@media only screen and (min-width:56.25em) {
    .size-guide__region:after {
        content: ""
    }
}

.size-guide__region.is-active .size-guide__region-title {
    padding-bottom: 1.25rem
}

.size-guide__region-title {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

@media only screen and (min-width:56.25em) {
    .size-guide__region-title {
        margin-bottom: 2.5rem
    }
}

.size-guide__region-list {
    width: 100%;
    padding: 0
}

.size-guide__size,
.size-guide__size-name {
    font-size: 1rem;
    font-family: Bell MT, sans-serif;
    text-transform: none
}

@media only screen and (max-width:56.25em) {
    .size-guide__size,
    .size-guide__size-name {
        text-align: center
    }
}

@media only screen and (min-width:56.25em) {
    .size-guide__size {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.size-guide__size.no-measurements {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:56.25em) {
    .size-guide__size.no-measurements {
        margin-bottom: 1.25rem
    }
}

@media only screen and (max-width:56.25em) {
    .size-guide__size-name {
        margin-bottom: 0
    }
}

.size-guide__size-measurements {
    list-style: none;
    padding: 0
}

@media only screen and (min-width:56.25em) {
    .size-guide__size-measurements {
        text-align: right
    }
}

.size-guide~.modal__btn--back {
    display: none
}

.flyover {
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    max-width: 82.5rem;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    overflow: hidden;
    color: #000
}

.flyover__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media (max-width:1400px) {
    .flyover__wrapper {
        padding-left: 30px;
        padding-right: 30px
    }
}

.product-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-nav,
.product-nav__options-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.product-nav__options-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 40px
}

.product-nav__option-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin: 0
}

.product-nav__options-image {
    width: 420px;
    height: 280px;
    margin: 20px 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.product-nav__options-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.product-nav__option-title {
    margin: 3.5rem 0 1.5rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    text-transform: inherit;
    white-space: nowrap;
    font-family: Bell MT, sans-serif;
    font-style: italic;
    font-size: 18px
}

.product-nav__option-list-item {
    margin: 0 0 1.25rem;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 20px;
    white-space: nowrap;
    position: relative
}

.product-nav__option-list-item.is-j-marshall:before {
    content: "";
    position: relative;
    top: -5px;
    display: block;
    width: 30px;
    height: 1px;
    margin-bottom: 1.25rem;
    background-color: rgba(0, 0, 0, .2)
}

.product-nav__option-list-item.is-j-marshall a {
    width: calc(100% + 20px);
    position: relative
}

.product-nav__option-list-item.is-j-marshall a svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 4px;
    width: 10px;
    height: 10px
}

.product-nav__option-link {
    font-family: Neutra Text Book, sans-serif;
    font-size: 16px;
    color: #bf9959;
}

.sleep-guide-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sleep-guide-nav .product-nav__options-image {
    width: 650px;
    height: 280px
}

.sleep-guide-nav .product-nav__options-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.sleep .sec2{
    width: 85%;
    margin: 0 auto;
}

.location-chooser {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh
}

@media only screen and (min-width:37.5em) {
    .location-chooser {
        min-height: 500px
    }
}

.location-chooser__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: .5rem
}

@media only screen and (min-width:37.5em) {
    .location-chooser__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        min-height: 500px;
        overflow: auto
    }
}

.location-chooser__main {
    position: relative;
    width: 95%;
    background-color: hsla(0, 0%, 100%, .95);
    padding: 3rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.location-chooser__main-inner {
    max-width: 90%;
    padding-top: 1.5rem;
    padding-bottom: 2.5rem
}

@media only screen and (min-width:56.25em) {
    .location-chooser__main-inner {
        max-width: 470px
    }
}

@media only screen and (min-width:37.5em) {
    .location-chooser__main {
        width: 55%;
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

.location-chooser__form,
.location-chooser__form .form__input-group {
    padding-left: 0;
    padding-right: 0
}

@media only screen and (min-width:37.5em) {
    .location-chooser__form {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

@media only screen and (min-width:56.25em) {
    .location-chooser__form {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }
}

.location-chooser__heading {
    font-size: 1.5rem
}

.location-chooser__footer,
.location-chooser__heading,
.location-chooser__intro {
    text-align: center
}

.location-chooser__intro {
    font-size: 1rem
}

.location-chooser__footer {
    margin-top: -1rem
}

.location-chooser fieldset {
    border: none;
    margin-bottom: 1.5rem;
    padding: 0;
    position: relative
}

.location-chooser fieldset:last-child {
    margin-bottom: 1.5rem
}

.location-chooser fieldset.disabled {
    opacity: .4;
    cursor: arrow
}

.location-chooser fieldset.disabled:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4rem;
    z-index: 100
}

@media only screen and (min-width:56.25em) {
    .location-chooser fieldset {
        margin-bottom: 2.2rem
    }
}

.location-chooser fieldset:last-of-type {
    margin-bottom: 1.4rem
}

.location-chooser .modal__btn--back {
    display: none
}

.location-chooser .cookies__notice {
    padding-right: 0;
    margin: 0
}

@media only screen and (min-width:56.25em) {
    .location-chooser .cookies__notice {
        margin: 0
    }
}

.location-chooser .cookies__notice p {
    font-size: .75rem
}

.location-chooser .cookies__notice a {
    text-decoration: underline
}

.location-chooser .modal__btn--close {
    display: none
}

.module {
    background-size: cover
}

.module a,
.module h1,
.module h2,
.module h3,
.module h4,
.module h5,
.module h6,
.module li,
.module p {
    color: inherit
}

.module a:last-child,
.module h1:last-child,
.module h2:last-child,
.module h3:last-child,
.module h4:last-child,
.module h5:last-child,
.module h6:last-child,
.module li:last-child,
.module p:last-child {
    margin-bottom: 0
}

.module h1,
.module h2 {
    margin-bottom: 1.875rem
}

@media only screen and (min-width:56.25em) {
    .module h1,
    .module h2 {
        margin-bottom: 1rem
    }
}

.module li {
    margin-bottom: 1.25rem
}

.module--light {
    color: #fff
}

.module--dark {
    color: #000
}

.simple-content.small-container {
    max-width: 33.75rem;
    margin: 0 auto
}

@media (max-width:767px) {
    .simple-content.small-container {
        max-width: 100%
    }
}

.simple-content__container {
    max-width: 82.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem
}

@media only screen and (min-width:56.25em) {
    .simple-content__container {
        padding: 0
    }
}

.simple-content *+h1,
.simple-content *+h2 {
    margin-top: 2.5rem
}

.simple-content *+h3,
.simple-content *+h4,
.simple-content *+h5,
.simple-content *+h6 {
    margin-top: 1.25rem
}

.simple-content ol,
.simple-content ul {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.hero-1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.hero-1::before {
    content: "";
    display: block;
    padding-top: 50%;
}

@media only screen and (min-width:56.25em) {}

@media only screen and (max-width:56.25em) {
    .hero-1 {
        margin-top: 6.25rem !important
    }
    .has-background-video .hero-1 {
        width: 100%;
        background-image: none !important
    }
}

.hero-1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 360px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(-17%, #000), color-stop(80%, rgba(72, 72, 72, 0)), to(hsla(0, 0%, 87.1%, 0)));
    background-image: linear-gradient(0deg, #000 -17%, rgba(72, 72, 72, 0) 80%, hsla(0, 0%, 87.1%, 0))
}

.hero-1__content {
    position: relative;
    z-index: 10;
    max-width: 38em;
    margin: 2.5rem;
    text-align: center
}

.hero-1__content h1,
.hero-1__content h2,
.hero-1__content h3 {
    margin-bottom: .625rem
}

.hero-1__content:after {
    content: "";
    position: absolute;
    bottom: -2.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    width: 1.25rem;
    height: 1.25rem
}

.hero-2 {
    position: relative;
    min-height: 16.875rem;
    text-align: center;
    background-position: bottom;
    background-size: cover;
    overflow: hidden
}

@media only screen and (min-width:56.25em) {
    .hero-2 {
        min-height: 21.25rem
    }
}

.hero-2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(-17%, #000), color-stop(80%, rgba(72, 72, 72, 0)), to(hsla(0, 0%, 87.1%, 0)));
    background-image: linear-gradient(0deg, #000 -17%, rgba(72, 72, 72, 0) 80%, hsla(0, 0%, 87.1%, 0))
}

.hero-2__content {
    position: relative;
    z-index: 10;
    max-width: 50em;
    margin: 0 auto;
    padding: 10rem 1.25rem 3.75rem
}

.hero-2__content h1,
.hero-2__content h2 {
    margin-bottom: .625rem
}

@media only screen and (min-width:56.25em) {
    .hero-2__content {
        padding-top: 12.5rem
    }
}

.split-content,
.split-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

@media only screen and (min-width:43.75rem) {
    .split-content,
    .split-hero {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 43.75rem;
        max-height: 100vh
    }
    .split-content--image-left,
    .split-hero--image-left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media only screen and (min-width:75em) {
    .split-content,
    .split-hero {
        height: 56.25rem
    }
}

.split-content__container,
.split-hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 100vw;
    background-size: cover;
    background-position: 50%
}

@media only screen and (min-width:43.75rem) {
    .split-content__container,
    .split-hero__container {
        width: 50%;
        min-height: 50vw
    }
}

.split-content__container--img,
.split-hero__container--img {
    min-height: 60vw
}

@media only screen and (min-width:43.75rem) {
    .split-content__container--img,
    .split-hero__container--img {
        min-height: 50vw
    }
}

@media only screen and (min-width:56.25em) {
    .split-content__container--img,
    .split-hero__container--img {
        min-height: 100%
    }
}

.split-content__content,
.split-hero__content {
    max-width: 31.25rem;
    text-align: center;
    padding: 14.375rem 2.5rem 3.75rem
}

.split-content__content :last-child,
.split-hero__content :last-child {
    margin-bottom: 0
}

@media only screen and (min-width:56.25em) {
    .split-content__content,
    .split-hero__content {
        padding: 2.5rem
    }
}

.split-content__icon,
.split-hero__icon {
    width: 3.125rem;
    height: 3.125rem;
    fill: #fff
}

.split-content__content {
    padding: 7.5rem 2.5rem
}

.split-content__content h1,
.split-content__content h2,
.split-content__content h3 {
    margin-bottom: 0
}

.split-content__content a {
    margin-top: 1.875rem
}

.split-content__btn {
    margin-top: 2.5rem
}

.editorial-1 {
    max-width: 125rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center
}

@media only screen and (min-width:56.25em) {
    .editorial-1 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media only screen and (min-width:106.25rem) {
    .editorial-1 {
        max-width: 82.5rem;
    }
}

.editorial-1__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 1.25rem
}

@media only screen and (min-width:37.5em) {
    .editorial-1__container {
        padding: 0
    }
}

@media only screen and (min-width:56.25em) {
    .editorial-1__container--content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 2.5rem 0 5rem
    }
}

@media only screen and (min-width:75em) {
    .editorial-1__container--content {
        padding: 0 0 0 7.5rem;
        line-height: 30px;
    }
}

.en-title{
    color: #000!important;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    font-size: 1.2rem;
    border-top: #000 solid 1px!important;
    width: 15%;
    margin:  0 auto;
}

.editorial-1__content {
    max-width: 31.25rem;
    margin: 1.25rem 0 2.5rem
}

.editorial-1__content .en-title{
    width: 40%;
    margin: 0;
}

@media only screen and (min-width:56.25em) {
    .editorial-1__content {
        max-width: 21.25rem;
        margin: 2.75rem 0 2rem 0
    }
}

.editorial-1__img-large {
    width: 500px
}

@media only screen and (min-width:56.25em) {
    .editorial-1__img-large {
        width: 611px
    }
}

.editorial-1__img-small {
    width: 255px;
    margin: 0 auto
}

@media only screen and (min-width:56.25em) {
    .editorial-1__img-small {
        width: 390px;
        margin: 0
    }
}

.editorial-2 {
    max-width: 82.5rem;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width:62.5rem) {
    .editorial-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.editorial-2__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 1.25rem;
    overflow: hidden
}

@media only screen and (min-width:25rem) {
    .editorial-2__container {
        padding-left: 2.5rem
    }
}

@media only screen and (min-width:43.75rem) {
    .editorial-2__container {
        padding: 0 0 0 5rem
    }
}

.editorial-2__container--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#module-6059de7f34eb1 .editorial-2__container--content{
    justify-content: left;
}

@media only screen and (min-width:62.5rem) {
    .editorial-2__container--content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0 0 6.25rem;
        flex: auto;
    }
}

.editorial-2__container--images {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: block;
    padding-bottom: 5rem;
    font-size: 0
}

@media only screen and (min-width:62.5rem) {
    .editorial-2__container--images {
        padding-bottom: 0rem
    }
}

.editorial-2__content {
    max-width: 18.75rem;
    margin-bottom: 2.5rem
}

@media only screen and (min-width:37.5em) {
    .editorial-2__content {
        margin-bottom: 5rem
    }
}

.editorial-2__img-large,
.editorial-2__img-small {
    display: inline-block;
    font-size: 0
}

.editorial-2__img-large {
    width: 214px
}

@media only screen and (min-width:37.5em) {
    .editorial-2__img-large {
        width: 349px
    }
}

@media only screen and (min-width:62.5rem) {
    .editorial-2__img-large {
        width: 475px
    }
}

.editorial-2__img-small {
    position: absolute;
    left: 200px;
    bottom: 0;
    width: 145px
}

@media only screen and (min-width:37.5em) {
    .editorial-2__img-small {
        width: 236px;
        left: 300px
    }
}

@media only screen and (min-width:43.75rem) {
    .editorial-2__img-small {
        left: 400px
    }
}

@media only screen and (min-width:62.5rem) {
    .editorial-2__img-small {
        width: 322px;
        left: auto;
        right: 0
    }
}

@media only screen and (min-width:75em) {
    .editorial-2__img-small {
        left: 495px
    }
}

.editorial-3 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.editorial-3,
.editorial-3__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.editorial-3__container {
    width: 100%;
    padding: 0 0 0 1.25rem
}

@media only screen and (min-width:37.5em) {
    .editorial-3__container {
        max-width: 21.875rem
    }
}

@media only screen and (min-width:43.75rem) {
    .editorial-3__container {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.editorial-3__content {
    width: 20.625rem;
    margin-bottom: 2.5rem
}

@media only screen and (min-width:43.75rem) {
    .editorial-3__row-1 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 82.5rem;
        margin-left: auto;
        margin-right: auto;
        padding-left: 3.75rem
    }
    .editorial-3__row-1 .editorial-3__content {
        margin-top: 6.25rem;
        margin-left: 3.75rem
    }
}

@media only screen and (min-width:62.5rem) {
    .editorial-3__row-1 {
        padding-left: 10rem
    }
    .editorial-3__row-1 .editorial-3__content {
        margin-top: 7.5rem;
        margin-left: 6.25rem
    }
}

.editorial-3__row-2 {
    margin-top: 2.5rem;
    padding-right: 0
}

@media only screen and (min-width:43.75rem) {
    .editorial-3__row-2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 100%;
        padding-left: 3.75rem
    }
    .editorial-3__row-2 .editorial-3__content {
        margin-top: 8.75rem;
        margin-right: 3.75rem
    }
}

@media only screen and (min-width:56.25rem) {
    .editorial-3__row-2 {
        margin-top: 2.5rem;
        padding-left: 5.625rem
    }
}

@media only screen and (min-width:62.5rem) {
    .editorial-3__row-2 .editorial-3__content {
        margin-top: 12.5rem;
        margin-right: 9.375rem
    }
}

@media only screen and (min-width:75rem) {
    .editorial-3__row-2 .editorial-3__content {
        margin-right: 13.75rem
    }
}

@media only screen and (min-width:106.25rem) {
    .editorial-3__row-2 {
        max-width: 82.5rem;
        margin-left: auto;
        margin-right: auto
    }
}

.editorial-3__img-small {
    width: 266px
}

@media only screen and (min-width:43.75rem) {
    .editorial-3__img-small {
        width: 280px
    }
}

@media only screen and (min-width:62.5rem) {
    .editorial-3__img-small {
        width: 475px
    }
}

.editorial-3__img-large {
    width: 287px;
    margin-left: auto
}

@media only screen and (min-width:43.75rem) {
    .editorial-3__img-large {
        width: 371px
    }
}

@media only screen and (min-width:62.5rem) {
    .editorial-3__img-large {
        width: 544px;
        margin-left: 0
    }
}

@media only screen and (min-width:93.75rem) {
    .editorial-3__img-large {
        width: 644px;
        margin-left: 0
    }
}

.editorial-4__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 125rem;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width:56.25em) {
    .editorial-4__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        max-width: 95%;
        margin: 0 auto;
    }
}

@media only screen and (min-width:106.25rem) {
    .editorial-4__container {
        max-width: 75%
    }
}

.editorial-4__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 20.625rem;
    margin: 1.875rem 1.25rem
}

@media only screen and (min-width:37.5em) {
    .editorial-4__content {
        max-width: 50%;
        margin: 5rem 2rem 5rem 5rem
    }
}

@media only screen and (max-width:1680px) {
    .editorial-4__content {
        margin: 5rem 2rem 5rem 10rem
    }
}

.editorial-4__content a {
    text-transform: capitalize;
    color: #000;
    margin: 0 20px;
    text-decoration: none
}

.editorial-4__img {
    width: 319px;
    margin-left: auto
}

@media only screen and (min-width:31.25rem) {
    .editorial-4__img {
        width: 75%
    }
}

@media only screen and (min-width:43.75rem) {
    .editorial-4__img {
        width: 634px
    }
}

@media only screen and (min-width:56.25em) {
    .editorial-4__img {
        width: 50%;
        margin-left: 0
    }
}

@media only screen and (min-width:75em) {
    .editorial-4__img {
        width: 734px
    }
}

.content-carousel__container {
    position: relative;
    width: calc(100% - 2.5rem);
    max-width: 56.25rem;
    margin: 2.5rem auto
}

@media only screen and (min-width:75em) {
    .content-carousel__container {
        max-width: 82.5rem;
        margin: 5rem auto;
        padding: 0 2.5rem
    }
}

.content-carousel__container:after {
    content: "flickity";
    display: none
}

.content-carousel__title {
    margin-top: 3.75rem;
    text-align: center
}

.content-carousel__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 45rem
}

@media only screen and (min-width:56.25em) {
    .content-carousel__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (min-width:62.5rem) {
    .content-carousel__item {
        max-width: 68.75rem
    }
}

.content-carousel__item[aria-hidden] {
    pointer-events: none
}

.content-carousel__item h2 {
    margin-bottom: .625rem
}

@media only screen and (min-width:56.25em) {
    .content-carousel__item h2 {
        margin-bottom: 1.75rem
    }
}

.content-carousel__item-content {
    width: 100%;
    max-width: 15.625rem;
    margin: 0 0 1.875rem
}

@media only screen and (min-width:37.5em) {
    .content-carousel__item-content {
        max-width: 22.5rem
    }
}

@media only screen and (min-width:56.25em) {
    .content-carousel__item-content {
        margin: 2.5rem 6.25rem 2.5rem 0
    }
}

.content-carousel__item-content h1,
.content-carousel__item-content h2 {
    font-size: 1.75rem;
    line-height: 1.08;
    letter-spacing: .0375rem
}

.content-carousel__item-img {
    width: 100%;
    margin-bottom: 2.1875rem
}

@media only screen and (min-width:56.25em) {
    .content-carousel__item-img {
        width: 400px;
        margin-bottom: 0
    }
}

@media only screen and (min-width:75em) {
    .content-carousel__item-img {
        width: 638px
    }
}

.content-carousel__controls {
    position: absolute;
    bottom: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    height: 1.25rem
}

@media only screen and (min-width:37.5em) {
    .content-carousel__controls {
        bottom: 15%
    }
}

@media only screen and (min-width:56.25em) {
    .content-carousel__controls {
        top: 60%
    }
}

@media only screen and (min-width:5.15625rem) {
    .content-carousel__controls {
        max-width: 82.5rem
    }
}

.content-carousel__prev-button {
    left: 1.25rem
}

@media only screen and (min-width:5.15625rem) {
    .content-carousel__prev-button {
        left: 0
    }
}

.content-carousel__next-button {
    right: 1.25rem
}

@media only screen and (min-width:5.15625rem) {
    .content-carousel__next-button {
        right: 0
    }
}

.content-carousel .flickity-page-dots {
    bottom: 0
}

@media only screen and (min-width:56.25em) {
    .content-carousel .flickity-page-dots {
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 45rem;
        text-align: left
    }
    .content-carousel .flickity-page-dots .dot:first-child {
        margin-left: 0
    }
}

@media only screen and (min-width:62.5rem) {
    .content-carousel .flickity-page-dots {
        width: 56.25rem
    }
}

@media only screen and (min-width:75em) {
    .content-carousel .flickity-page-dots {
        width: 68.75rem
    }
}

.editorial-6 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.25rem
}

@media only screen and (min-width:37.5rem) {
    .editorial-6 {
        max-width: 31.25rem;
        padding: 0
    }
}

@media only screen and (min-width:56.25em) {
    .editorial-6 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 125rem;
        padding: 0
    }
}

@media only screen and (min-width:106.25rem) {
    .editorial-6 {
        max-width: 82.5rem
    }
}

.editorial-6__container {
    padding-bottom: 5rem
}

@media only screen and (min-width:62.5rem) {
    .editorial-6__container {
        padding-bottom: 0
    }
}

.editorial-6__container--content {
    max-width: 28.125rem
}

@media only screen and (min-width:56.25em) {
    .editorial-6__container--content {
        margin-left: 7vw
    }
}

@media only screen and (min-width:75em) {
    .editorial-6__container--content {
        margin-left: 10vw
    }
}

@media only screen and (min-width:93.75rem) {
    .editorial-6__container--content {
        margin-left: 17vw
    }
}

@media only screen and (min-width:106.25rem) {
    .editorial-6__container--content {
        margin-left: 5.625rem
    }
}

@media only screen and (min-width:37.5em) {
    .editorial-6__container--img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.editorial-6__content {
    max-width: 21.875rem;
    margin-bottom: 2.5rem
}

@media only screen and (min-width:56.25em) {
    .editorial-6__content {
        margin: 5rem 2.5rem 0 0
    }
}

.editorial-6__img-large {
    display: block;
    width: 262px;
    margin-left: auto
}

@media only screen and (min-width:43.75rem) {
    .editorial-6__img-large {
        width: 373px
    }
}

@media only screen and (min-width:62.5rem) {
    .editorial-6__img-large {
        width: 612px
    }
}

.editorial-6__img-small {
    position: absolute;
    left: 1.25rem;
    bottom: 0;
    width: 145px;
    z-index: 10
}

@media only screen and (min-width:37.5em) {
    .editorial-6__img-small {
        left: 0
    }
}

@media only screen and (min-width:43.75rem) {
    .editorial-6__img-small {
        width: 206px
    }
}

@media only screen and (min-width:56.25em) {
    .editorial-6__img-small {
        width: 280px;
        position: static;
        margin-top: 5.625rem
    }
}

@media only screen and (min-width:68.75rem) {
    .editorial-6__img-small {
        width: 448px
    }
}

.editorial-7 {
    position: relative
}

.editorial-7:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/details/editorial-7-lines.png);
    background-size: 100% 60%;
    background-position: bottom;
    background-repeat: no-repeat;
    pointer-events: none
}

@media only screen and (min-width:37.5em) {
    .editorial-7:after {
        background-size: auto 60%
    }
}

@media only screen and (min-width:56.25em) {
    .editorial-7:after {
        background-size: cover;
        background-position: 50%
    }
}

.editorial-7.remove-illustration:after {
    display: none
}

.editorial-7__container {
    max-width: 82.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem
}

@media only screen and (min-width:56.25em) {
    .editorial-7__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (min-width:75em) {
    .editorial-7__container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.editorial-7__content {
    position: relative;
    z-index: 10;
    max-width: 21.875rem;
    margin-bottom: 2.5rem
}

@media only screen and (min-width:37.5em) {
    .editorial-7__content {
        margin: 5rem
    }
}

@media only screen and (min-width:56.25em) {
    .editorial-7__content {
        margin: 5rem 1.25rem 5rem 5rem
    }
}

.editorial-7__img {
    display: block;
    width: 332px;
    margin: 0 auto
}

@media only screen and (min-width:37.5em) {
    .editorial-7__img {
        width: 464px
    }
}

@media only screen and (min-width:43.75rem) {
    .editorial-7__img {
        width: 564px
    }
}

@media only screen and (min-width:56.25em) {
    .editorial-7__img {
        width: 664px
    }
}

.editorial-8 {
    position: relative;
    max-width: 125rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem
}

@media only screen and (min-width:43.75rem) {
    .editorial-8 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0
    }
}

@media only screen and (min-width:56.25em) {
    .editorial-8 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media only screen and (min-width:112.5rem) {
    .editorial-8 {
        max-width: 82.5rem
    }
}

.editorial-8__content {
    max-width: 22.1875rem;
    margin: 3.75rem 0 2.5rem
}

@media only screen and (min-width:56.25em) {
    .editorial-8__content {
        margin-bottom: 3.125rem
    }
}

@media only screen and (min-width:75em) {
    .editorial-8__content {
        margin-bottom: 3.75rem
    }
}

.editorial-8__content h1,
.editorial-8__content h2 {
    font-size: 1.75rem;
    line-height: 1.14
}

.editorial-8__container--content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 32.1875rem;
    margin: 0 auto
}

@media only screen and (min-width:43.75rem) {
    .editorial-8__container--content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 19.6875rem;
        flex: 1 1 19.6875rem;
        margin-left: 4.375rem
    }
}

@media only screen and (min-width:56.25em) {
    .editorial-8__container--content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 33.9375rem;
        flex: 1 1 33.9375rem;
        margin-left: 7.5rem;
        margin-right: 17.5rem
    }
}

.editorial-8__container--img {
    max-width: 32.1875rem
}

.editorial-8__img-large {
    display: block;
    width: 242px;
    margin: 1.25rem 0 1.25rem auto
}

@media only screen and (min-width:43.75rem) {
    .editorial-8__img-large {
        margin: 10.625rem 0 0;
        width: 276px
    }
}

@media only screen and (min-width:75em) {
    .editorial-8__img-large {
        width: 515px
    }
}

.editorial-8__img-small {
    width: 242px
}

@media only screen and (min-width:43.75rem) {
    .editorial-8__img-small {
        width: 310px
    }
}

@media only screen and (min-width:75em) {
    .editorial-8__img-small {
        width: 543px
    }
}

.editorial-9 {
    padding: 2.5rem 1.25rem
}

@media only screen and (min-width:56.25em) {
    .editorial-9 {
        padding: 5rem
    }
}

.editorial-9__container {
    padding: 1.25rem 0
}

@media only screen and (min-width:56.25em) {
    .editorial-9__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 82.5rem;
        margin-left: auto;
        margin-right: auto;
        padding: 0
    }
}

.editorial-9__content {
    width: 100%;
    max-width: 21.875rem;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width:56.25em) {
    .editorial-9__content {
        margin-top: 10rem;
        margin-right: 5rem
    }
}

@media only screen and (min-width:75em) {
    .editorial-9__content {
        margin-left: 0;
        margin-right: 6.25rem
    }
}

.editorial-9__content ul {
    padding-left: 1.25rem
}

.editorial-9__images {
    position: relative;
    max-width: 21.875rem;
    margin: 2.5rem auto 0
}

@media only screen and (min-width:43.75rem) {
    .editorial-9__images {
        max-width: 37.5rem;
        padding-bottom: 5rem
    }
}

@media only screen and (min-width:56.25em) {
    .editorial-9__images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        max-width: 45rem;
        margin: 2.5rem 0 0
    }
}

.editorial-9__img--large {
    width: 216px
}

@media only screen and (min-width:43.75rem) {
    .editorial-9__img--large {
        width: 380px
    }
}

.editorial-9__img--small {
    display: block;
    width: 142px;
    margin-left: auto;
    margin-top: -8.75rem;
    margin-right: 1.25rem
}

@media only screen and (min-width:43.75rem) {
    .editorial-9__img--small {
        width: 231px;
        margin-top: -11.25rem
    }
}

@media only screen and (min-width:56.25em) {
    .editorial-9__img--small {
        position: relative;
        top: 5rem;
        margin-top: 0;
        margin-left: -6.25rem;
        margin-right: 0
    }
}

@media only screen and (min-width:75em) {
    .editorial-9__img--small {
        width: 313px;
        margin-left: -1.875rem
    }
}

.image-slider {
    width: 56.25rem;
    margin: 0 auto
}

@media (max-width:767px) {
    .image-slider {
        width: 100%;
        margin: 2.5rem 0 5rem
    }
}

.image-slider__container {
    z-index: 50;
    position: relative;
    width: 100%;
    margin: 3.75rem auto
}

@media only screen and (min-width:75em) {
    .image-slider__container {
        margin: 3.75rem auto;
        padding: 0 2.5rem
    }
}

.image-slider__container:after {
    content: "flickity";
    display: none
}

.image-slider__item,
.image-slider__item-img {
    width: 100%
}

.image-slider__controls {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    height: 1.25rem
}

@media (max-width:767px) {
    .image-slider__controls {
        width: 100%;
        top: auto;
        bottom: -22%
    }
}

.image-slider__prev-button {
    left: 1.25rem
}

@media only screen and (min-width:5.15625rem) {
    .image-slider__prev-button {
        left: 0
    }
}

.image-slider__next-button {
    right: 1.25rem
}

@media only screen and (min-width:5.15625rem) {
    .image-slider__next-button {
        right: 0
    }
}

.image-slider .flickity-page-dots {
    display: none
}

@media only screen and (max-width:37.5em) {
    .promotions br {
        display: none
    }
}

.promotions__container {
    max-width: 82.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 240px 17.5rem 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:56.25em) {
    .promotions__container {
        max-width: 100%;
        padding-left: 12.5rem;
        padding-right: 12.5rem
    }
}

@media only screen and (max-width:75em) {
    .promotions__container {
        padding-left: 8.75rem;
        padding-right: 8.75rem;
        padding-top: 180px
    }
}

@media only screen and (max-width:37.5em) {
    .promotions__container {
        max-width: 100%;
        padding: 130px 2.5rem 80px
    }
}

.promotions__block {
    width: 100%
}

.promotions__block .btn-block {
    margin-top: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav__item--cta .promotions__block .btn-block a,
.promotions__block .btn-block .btn,
.promotions__block .btn-block .nav__item--cta a {
    margin: 0 auto
}

@media only screen and (max-width:37.5em) {
    .nav__item--cta .promotions__block .btn-block a,
    .promotions__block .btn-block .btn,
    .promotions__block .btn-block .nav__item--cta a {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        white-space: normal;
        line-height: 1.2rem;
        text-align: center;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.promotions__block--active .caption {
    text-align: center;
    font-family: Neutra Text Book, sans-serif;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: .9px;
    text-transform: uppercase;
    margin-bottom: 5px
}

@media (max-width:767px) {
    .promotions__block--active .caption {
        font-size: 32px;
        word-break: break-all;
        margin-bottom: 10px
    }
}

.promotions__block--active .subcaption {
    text-align: center;
    font-family: Neutra Text Book, sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: .6px
}

.promotions__block--active .text {
    font-family: Bell MT, sans-serif;
    font-size: 20px;
    letter-spacing: .15px;
    margin-bottom: 50px
}

@media only screen and (max-width:37.5em) {
    .promotions__block--active .text {
        margin-bottom: 20px
    }
}

.promotions__block--active .editor p {
    font-family: Neutra Text Book, sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .35px
}

.promotions__block--active .carousel {
    width: calc(100% + 190px);
    margin-left: -95px;
    height: 470px;
    margin-top: 40px;
    margin-bottom: 90px
}

@media only screen and (max-width:56.25em) {
    .promotions__block--active .carousel {
        height: 400px
    }
}

@media only screen and (max-width:75em) {
    .promotions__block--active .carousel {
        height: 350px;
        width: calc(100% + 100px);
        margin-left: -50px
    }
}

@media only screen and (max-width:37.5em) {
    .promotions__block--active .carousel {
        height: 170px;
        width: 100%;
        margin-left: 0;
        margin-bottom: 60px
    }
}

.promotions__block--active .carousel-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.promotions__block--active .carousel-image,
.promotions__block--active .carousel .flickity-prev-next-button.next,
.promotions__block--active .carousel .flickity-prev-next-button.previous {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.promotions__block--active .carousel .flickity-prev-next-button.next,
.promotions__block--active .carousel .flickity-prev-next-button.previous {
    background: transparent
}

.promotions__block--active .carousel .flickity-prev-next-button.next svg,
.promotions__block--active .carousel .flickity-prev-next-button.previous svg {
    width: auto;
    height: 15px
}

@media only screen and (max-width:37.5em) {
    .promotions__block--active .carousel .flickity-prev-next-button.next,
    .promotions__block--active .carousel .flickity-prev-next-button.previous {
        display: none
    }
}

.promotions__block--active .carousel .flickity-prev-next-button.previous {
    left: -60px
}

.promotions__block--active .carousel .flickity-prev-next-button.next {
    right: -60px
}

.promotions__block--active .carousel .flickity-page-dots {
    bottom: -40px
}

.promotions__block--active .carousel .flickity-page-dots .dot {
    margin: 0 10px;
    border: 1px solid #000
}

.promotions__block--disabled .caption {
    text-align: center;
    font-family: Neutra Text Book, sans-serif;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: .9px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.promotions__block--disabled .subcaption {
    text-align: center;
    font-family: Bell MT, sans-serif;
    font-size: 16px;
    letter-spacing: .4px
}

.promotions__block--disabled .btn-block {
    margin-top: 35px
}

.video-html__container,
.video__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 69.5625rem;
    margin: 0 auto;
    padding: 1.875rem 1.25rem
}

@media only screen and (min-width:56.25em) {
    .video-html__container,
    .video__container {
        padding: 6.25rem 1.25rem
    }
}

.video-html__iframe-container,
.video__iframe-container {
    position: relative;
    padding: 56% 100% 0 0
}

.video-html__iframe,
.video-html__poster,
.video__iframe,
.video__poster {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill
}

.video-html__play-button,
.video__play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 4.6875rem;
    height: 4.6875rem;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.video-html__play-button:after,
.video__play-button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.75rem;
    height: 2.1875rem;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    background: #fff
}

.video-html__caption,
.video__caption {
    margin-top: 1.25rem;
    font-family: Neutra Text Book, sans-serif;
    font-size: 1rem;
    text-align: center
}

.video-html.is-playing .video__play-button,
.video.is-playing .video__play-button {
    -webkit-transform: translate(-50%, -50%) scale(.8);
    transform: translate(-50%, -50%) scale(.8);
    opacity: 0
}

.video-html.is-playing .video__play-button:after,
.video.is-playing .video__play-button:after {
    left: 50%;
    width: 1.125rem;
    height: 1.875rem;
    -webkit-clip-path: none;
    clip-path: none;
    background: transparent;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff
}

.video-html.is-playing .video__container:hover .video__play-button,
.video.is-playing .video__container:hover .video__play-button {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: .5
}

.video-html.is-playing .video__container:hover .video__play-button:hover,
.video.is-playing .video__container:hover .video__play-button:hover {
    opacity: 1
}

.bed-collections {
    max-width: 82.5rem;
    margin-left: auto;
    margin-right: auto
}



.bed-collections .bed-collections__title {
    margin-bottom: 1.25rem;
    text-align: center
}

@media only screen and (min-width:56.25em) {
    .bed-collections .bed-collections__title {
        margin: 2.5rem;
        color: #000;
    }
}

.bed-collections__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:56.25em) {
    .bed-collections__container {
        padding: 0 2.5rem
    }
}

@media only screen and (min-width:75em) {
    .bed-collections__container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.bed-collection {
    width: 100%;
    max-width: 31.25rem;
    margin: 0 1.25rem 2.5rem
}

@media only screen and (min-width:50rem) {
    .bed-collection {
        width: calc(50% - 2.5rem)
    }
}

@media only screen and (min-width:75em) {
    .bed-collection {
        width: 30.3%
    }
}

.bed-collection__number {
    position: relative;
    width: 20.625rem;
    margin-bottom: -3.125rem;
    text-align: center
}

@media only screen and (min-width:56.25em) {
    .bed-collection__number {
        margin-bottom: -2.8125rem;
        color: #fff;
    }
}

.bed-collection__title {
    font-size: 1.5rem;
    text-transform: none;
    text-align: center;
}

.bed-collection__img {
    width: 100%;
  
    cursor: pointer;
}

.bed-collection__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -6.25rem;
    padding: 2.5rem;
    color: #000;
    background-color: hsla(0, 0%, 100%, .8)
}

@media only screen and (min-width:75em) {
    .bed-collection__container {
        height: 28.125rem
    }
}

@media only screen and (min-width:81.25rem) {
    .bed-collection__container {
        height: 20rem
    }
}

@media only screen and (min-width:75em) {
    .ru-eu .bed-collection__container {
        height: 30.625rem
    }
}

@media only screen and (min-width:75em) {
    .nl-eu .bed-collection__container {
        height: 26.875rem
    }
}

@media only screen and (min-width:75em) {
    .es-eu .bed-collection__container,
    .es-us .bed-collection__container,
    .it-eu .bed-collection__container {
        height: 28.75rem
    }
}

.bed-collection__content {
    width: 100%
}

.bed-collection__content p {
    margin: 4rem 0 1.75rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.bed-collection__link {
    text-transform: capitalize
}

.bed-collection__features {
    width: 40%;
    padding-left: 1.25rem;
    text-align: center;
    list-style: none
}

.bed-collection__features li {
    margin-bottom: 1.25rem;
    line-height: .875rem
}

.bed-collection__icon {
    display: block;
    width: 1.625rem;
    height: 1.625rem;
    margin: 0 auto .3125rem
}

.bed-collection__icon svg {
    width: 100%;
    height: 100%
}

.other-collections {
    background-image: url(../../images/bg/shadow-alt.jpg);
    background-size: cover
}

.other-collections__wrapper {
    max-width: 82.5rem;
    margin-left: auto;
    margin-right: auto
}

.other-collections__content {
    max-width: 38.75rem;
    margin: 0 auto 2.5rem;
    text-align: center
}

@media only screen and (min-width:56.25em) {
    .other-collections__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.other-collections__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 2.5rem 1.25rem;
    text-align: center
}

@media only screen and (min-width:37.5em) {
    .other-collections__item {
        max-width: 31.25rem;
        margin: 2.5rem auto
    }
}

@media only screen and (min-width:56.25em) {
    .other-collections__item {
        max-width: 33.75rem;
        margin: 1.25rem
    }
}

.other-collections__img {
    width: 100%;
    margin-bottom: 1.25rem
}

@media only screen and (min-width:56.25em) {
    .other-collections__img {
        width: 541px;
        margin-bottom: 2.5rem
    }
}

.other-collections .other-collections__item-title {
    margin-bottom: .625rem;
    font-size: 2.25rem;
    font-family: Bell MT, sans-serif;
    text-transform: none;
    line-height: 3rem
}

@media only screen and (min-width:56.25em) {
    .other-collections__item-content {
        max-width: 22.5rem;
        margin-left: auto;
        margin-right: auto
    }
}

.other-collections__item-content p {
    margin-bottom: 1.875rem
}

.product-carousel__title {
    max-width: 35rem;
    margin: 0 auto 3.75rem;
    padding: 0 1.25rem;
    text-align: center
}

.product-carousel__carousel-container {
    position: relative;
    max-width: 71.875rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3.75rem
}

.product-carousel__container {
    margin: 1.25rem 0
}

@media only screen and (min-width:56.25em) {
    .product-carousel__container {
        margin: 3.75rem 0
    }
}

.product-carousel__container:after {
    content: "flickity";
    display: none
}

.product-carousel__controls {
    position: absolute;
    top: 1.25rem;
    left: 0
}

.product-carousel__nav {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 2.5rem);
    height: 5em;
    text-align: center;
    white-space: nowrap
}

.product-carousel__nav-controls {
    position: absolute;
    top: 0
}

@media only screen and (min-width:56.25em) {
    .product-carousel__nav-controls {
        top: 2px
    }
}

.product-carousel__nav-carousel {
    padding-bottom: .3125rem
}

.product-carousel__nav-carousel:after {
    content: "flickity";
    display: none
}

.product-carousel__nav-item {
    width: 100%;
    margin: 0;
    padding: 0 2.5rem .3125rem;
    color: inherit;
    font-size: 1rem;
    font-family: Neutra Text Book, sans-serif;
    line-height: 1;
    letter-spacing: .0375rem;
    border: none;
    background: none;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

@media only screen and (min-width:43.75rem) {
    .product-carousel__nav-item {
        width: auto
    }
}

@media only screen and (min-width:56.25em) {
    .product-carousel__nav-item {
        width: 25%;
        padding: 0 0 .3125rem;
        font-size: 1.5rem
    }
}

.product-carousel__nav-item span {
    opacity: .5;
    border-bottom: 1px solid
}

.product-carousel__nav-item span:hover {
    opacity: .8
}

.product-carousel__nav-item.is-active span {
    opacity: 1;
    border-bottom: 1px solid #fff
}

.product-carousel__nav-item:focus {
    outline: none
}

.product-carousel__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: #000;
    -webkit-transition: .3s;
    transition: .3s
}

.product-carousel__item[aria-hidden=true] {
    pointer-events: none
}

@media only screen and (min-width:56.25em) {
    .product-carousel__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 2.5rem
    }
}

.product-carousel__item-img {
    width: calc(100% - 1.25rem);
    max-width: 732px
}

@media only screen and (min-width:56.25em) {
    .product-carousel__item-img {
        margin-left: 1.25rem
    }
}

.product-carousel__item-title {
    font-size: 1.75rem
}

@media only screen and (min-width:56.25em) {
    .product-carousel__item-title {
        font-size: 2.25rem;
        line-height: 2.75rem
    }
}

.product-carousel__item-content {
    position: relative;
    width: calc(100% - 1.25rem);
    max-width: 41.5625rem;
    padding: 2.5rem 5rem 2.5rem 2.5rem;
    margin-top: -3.75rem;
    margin-left: 1.25rem;
    background: hsla(0, 0%, 100%, .9)
}

@media only screen and (min-width:56.25em) {
    .product-carousel__item-content {
        top: 2.5rem;
        margin-top: 2.5rem;
        margin-left: -18rem;
        padding: 3.75rem 7.5rem 3.75rem 3.75rem
    }
}

.product-carousel__item-content p {
    max-width: 29.375rem;
    margin-bottom: 2.5rem
}

.product-carousel__item-content :last-child {
    margin-bottom: 0
}

.product-carousel__item-number {
    position: absolute;
    top: 2.5rem;
    right: 1.25rem;
    font-size: 2.25rem;
    font-family: Neutra Text Light, sans-serif;
    letter-spacing: .05625rem;
    line-height: 1
}

@media only screen and (min-width:56.25em) {
    .product-carousel__item-number {
        top: 3.4375rem;
        right: 2.5rem;
        font-size: 2.25rem
    }
}

.product-carousel__item-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1.25rem 0;
    padding: 0;
    list-style: none;
    text-align: center
}

@media only screen and (min-width:56.25em) {
    .product-carousel__item-features {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.product-carousel__item-feature {
    max-width: 5rem;
    margin: 0 1.25rem 1.25rem
}

.product-carousel__item-feature:first-child {
    margin-left: 0
}

.product-carousel__item-feature svg {
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    margin: 0 auto .3125rem
}

@media only screen and (min-width:56.25em) {
    .product-carousel__item-feature svg {
        width: 2.5rem;
        height: 2.5rem
    }
}

.product-carousel__item-link {
    text-transform: capitalize
}

.related-product-carousel {
    max-width: calc(82.5rem - 190px);
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem
}

.related-product-carousel .related-product-carousel__title {
    max-width: 21.875rem;
    margin: 1.25rem 0 0
}

@media only screen and (min-width:56.25em) {
    .related-product-carousel .related-product-carousel__title {
        margin: 0 0 1.25rem
    }
}

.related-product-carousel__container:after {
    content: "flickity";
    display: none
}

.related-product-carousel__item {
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s
}

.related-product-carousel__item[aria-hidden=true] {
    pointer-events: none
}

@media only screen and (min-width:56.25em) {
    .related-product-carousel__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.related-product-carousel__item-content {
    max-width: 21.875rem;
    padding: 2.5rem 0
}

.related-product-carousel__item-content ul {
    margin-bottom: 2.5rem
}

.related-product-carousel__item-content a {
    text-transform: capitalize
}

.related-product-carousel__item-title {
    font-family: Bell MT, sans-serif;
    text-transform: none
}

.related-product-carousel__pairing span:not(:last-of-type):after {
    content: ", "
}

.related-product-carousel__benefits {
    margin: 1.25rem 0
}

.related-product-carousel__item-img {
    width: 100%;
    max-width: 665px
}

@media only screen and (min-width:56.25em) {
    .related-product-carousel__item-img {
        margin-left: 5rem
    }
}

.finishing-touches,
.three-cols {
    padding: 0;
    text-align: center
}

@media only screen and (min-width:56.25em) {
    .finishing-touches,
    .three-cols {
        padding: 0 1.25rem
    }
}

.finishing-touches__carousel-container,
.three-cols__carousel-container {
    position: relative
}

.finishing-touches__container,
.three-cols__container {
    width: 100%;
    max-width: 82.5rem;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width:56.25em) {
    .finishing-touches__container,
    .three-cols__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 5rem
    }
}

.finishing-touches__container:after,
.three-cols__container:after {
    content: "flickity";
    display: none
}

@media only screen and (min-width:56.25em) {
    .finishing-touches__container:after,
    .three-cols__container:after {
        content: ""
    }
}

.finishing-touches__content,
.three-cols__content {
    max-width: 60rem;
    margin: 0 auto 2.5rem
}

.finishing-touches__content h2,
.three-cols__content h2 {
    margin-bottom: 1.875rem
}

@media only screen and (min-width:56.25em) {
    .finishing-touches__content,
    .three-cols__content {
        margin-bottom: 3.75rem
    }
}

.finishing-touches__column,
.three-cols__column {
    width: 60%;
    margin: 0 .625rem
}

@media only screen and (min-width:43.75rem) {
    .finishing-touches__column,
    .three-cols__column {
        width: 50%
    }
}

@media only screen and (min-width:56.25em) {
    .finishing-touches__column,
    .three-cols__column {
        width: calc(33.3% - 1.25rem);
        margin: 0
    }
}

.finishing-touches__column[aria-hidden=true] .finishing-touches__column-content,
.finishing-touches__column[aria-hidden=true] .three-cols__column-content,
.three-cols__column[aria-hidden=true] .finishing-touches__column-content,
.three-cols__column[aria-hidden=true] .three-cols__column-content {
    opacity: 0
}

.finishing-touches__column>a:first-child,
.three-cols__column>a:first-child {
    display: block
}

.finishing-touches__column>a:first-child:active,
.finishing-touches__column>a:first-child:focus,
.finishing-touches__column>a:first-child:hover,
.three-cols__column>a:first-child:active,
.three-cols__column>a:first-child:focus,
.three-cols__column>a:first-child:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1)
}

.finishing-touches__column-content,
.three-cols__column-content {
    -webkit-transition: .3s;
    transition: .3s
}

@media only screen and (min-width:56.25em) {
    .finishing-touches__column-content,
    .three-cols__column-content {
        padding: 0 2.25rem
    }
}

.finishing-touches__column-title,
.three-cols__column-title {
    margin-bottom: .625rem;
    font-size: 1.25rem;
    text-transform: capitalize
}

.finishing-touches__link,
.three-cols__link {
    text-transform: capitalize
}

.finishing-touches__img,
.three-cols__img {
    width: 246px;
    margin-bottom: 1.25rem;
    -webkit-transition: .3s;
    transition: .3s
}

@media only screen and (min-width:37.5em) {
    .finishing-touches__img,
    .three-cols__img {
        width: 353px
    }
}

.finishing-touches__carousel-controls,
.three-cols__carousel-controls {
    position: absolute;
    width: 100%;
    bottom: 3rem
}

@media only screen and (min-width:56.25em) {
    .finishing-touches__next-button,
    .finishing-touches__prev-button,
    .three-cols__next-button,
    .three-cols__prev-button {
        display: none
    }
}

.finishing-touches.flickity-enabled .three-cols__column-content,
.three-cols__container.flickity-enabled .three-cols__column-content {
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0
}

.finishing-touches.flickity-enabled .three-cols__column.is-selected .three-cols__column-content,
.three-cols__container.flickity-enabled .three-cols__column.is-selected .three-cols__column-content {
    opacity: 1
}

.find-store {
    position: relative;
    text-align: center;
    background-size: cover
}

.find-store__content {
    position: relative;
    z-index: 10;
    padding: 3.75rem 2.5rem
}

.find-store__btn {
    margin-top: 2.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 1.125rem 3.125rem 1rem;
    color: inherit;
    font-family: Neutra Text Bold, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.find-store .find-store__title {
    margin-bottom: 0
}

.find-store:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(57, 44, 44, .5);
    z-index: 0
}

.guarantee-bar {
    padding: .625rem 0;
    color: #fff;
    font-family: Neutra Text Book, sans-serif;
    font-size: 1rem;
    text-align: center;
    letter-spacing: .01875rem
}

.cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    padding: 1.25rem;
    font-size: .75rem;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .4s ease-in-out, -webkit-transform 1s ease;
    transition: opacity .4s ease-in-out, -webkit-transform 1s ease;
    transition: opacity .4s ease-in-out, transform 1s ease;
    transition: opacity .4s ease-in-out, transform 1s ease, -webkit-transform 1s ease
}

@media only screen and (min-width:56.25em) {
    .cookies {
        padding: 1.875rem
    }
}

.cookies.is-accepted {
    opacity: 0;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%)
}

.cookies a {
    text-decoration: underline;
    overflow: visible
}

.cookies a:after {
    display: none
}

.cookies__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 82.5rem;
    margin: 0 auto
}

@media only screen and (min-width:56.25em) {
    .cookies__container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 5rem
    }
}

.cookies__notice {
    width: 100%;
    margin-bottom: 2.5rem;
    padding-right: 2.5rem
}

@media only screen and (min-width:56.25em) {
    .cookies__notice {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        margin: 0 0 1.25rem
    }
}

.cookies__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cookies__link {
    margin-right: .625rem
}

@media only screen and (min-width:56.25em) {
    .cookies__link {
        margin-right: 1.25rem
    }
}

.cookies__cta {
    font-size: .75rem;
    white-space: nowrap
}

.cookies__close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: .75rem;
    height: .75rem;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    fill: #fff
}

@media only screen and (min-width:56.25em) {
    .cookies__close-btn {
        top: 50%;
        right: 1.25rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: .875rem;
        height: .875rem
    }
}

.cookies__close-btn:focus {
    outline: none
}

.cookies__close-btn svg {
    width: 100%;
    height: 100%;
    pointer-events: none
}

.newsletter {
    position: relative;
    background-image: url(../../images/bg/find-a-store.jpg);
    background-size: cover;
    background-position: 0 100%;
    color: #fff
}

.newsletter:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-17%, #000), color-stop(80%, rgba(72, 72, 72, 0)), to(hsla(0, 0%, 87.1%, 0)));
    background-image: linear-gradient(180deg, #000 -17%, rgba(72, 72, 72, 0) 80%, hsla(0, 0%, 87.1%, 0))
}

.newsletter__container {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 82.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2.5rem;
    text-align: center
}

@media only screen and (min-width:56.25em) {
    .newsletter__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 3.75rem 1.25rem;
        text-align: left
    }
}

@media (min-width:1350px) {
    .newsletter__container {
        max-width: 82.5rem;
        padding: 2.5rem 0
    }
}

.newsletter__inputs {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media only screen and (min-width:56.25em) {
    .newsletter__inputs {
        margin: 0 5rem
    }
}

.newsletter__inputs ::-moz-placeholder {
    font-size: 1.25rem;
    font-family: Bell MT, sans-serif;
    line-height: 1.2;
    letter-spacing: .00937rem
}

.newsletter__inputs ::-ms-input-placeholder {
    font-size: 1.25rem;
    font-family: Bell MT, sans-serif;
    line-height: 1.2;
    letter-spacing: .00937rem
}

.newsletter__inputs ::placeholder {
    font-size: 1.25rem;
    font-family: Bell MT, sans-serif;
    line-height: 1.2;
    letter-spacing: .00937rem
}

.newsletter__inputs :-moz-placeholder {
    font-size: 1.25rem;
    font-family: Bell MT, sans-serif;
    line-height: 1.2;
    letter-spacing: .00937rem
}

.newsletter__inputs :-ms-input-placeholder {
    font-size: 1.25rem;
    font-family: Bell MT, sans-serif;
    line-height: 1.2;
    letter-spacing: .00937rem
}

.newsletter__inputs ::-webkit-input-placeholder {
    font-size: 1.25rem;
    font-family: Bell MT, sans-serif;
    line-height: 1.2;
    letter-spacing: .00937rem
}

.newsletter__title {
    margin: 0;
    font-size: 1.75rem;
    line-height: 1.5
}

.newsletter .form__input-group {
    margin-bottom: 0
}

.newsletter .form__input-group input {
    font-size: 1.25rem;
    font-family: Bell MT, sans-serif;
    line-height: 1.2;
    letter-spacing: .00937rem
}

.newsletter .form__input-group.is-error {
    margin-bottom: .625rem
}

.newsletter .form__checkbox-group {
    display: block;
    margin-top: 0;
    padding-top: 0;
    text-align: left
}

.newsletter .form__checkbox-group label {
    padding-left: 0;
    font-size: .625rem
}

.newsletter .form__error-msg-text {
    color: #efc5cb
}

@media only screen and (max-width:56.25em) {
    .newsletter__footer {
        margin-top: 1.875rem
    }
}

.gradient-background {
    overflow: hidden
}

.gradient-background,
.gradient-background--rust-beige {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #d0afa0), to(#f6e9dc));
    background-image: linear-gradient(180deg, #d0afa0 4%, #f6e9dc)
}

.gradient-background--beige-rust {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #f6e9dc), to(#d0afa0));
    background-image: linear-gradient(180deg, #f6e9dc 4%, #d0afa0)
}

.gradient-background--grey-beige {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #f3f2f2), to(#f6e9dc));
    background-image: linear-gradient(180deg, #f3f2f2 4%, #f6e9dc)
}

.gradient-background--beige-grey {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #f6e9dc), to(#f3f2f2));
    background-image: linear-gradient(180deg, #f6e9dc 4%, #f3f2f2)
}

.dropdowns {
    width: 750px;
    margin: 55px auto 80px
}

@media (max-width:1023px) {
    .dropdowns {
        width: 550px
    }
}

@media (max-width:767px) {
    .dropdowns {
        width: calc(100% - 50px)
    }
}

.dropdowns-caption {
    color: #000;
    font-family: Neutra Text Book, sans-serif;
    font-size: 36px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: .9px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .dropdowns-caption {
        font-size: 28px;
        letter-spacing: .7px
    }
}

.dropdowns-caption p {
    margin-bottom: 0
}

.dropdowns .dropdown {
    border-bottom: 1px solid #000
}

.dropdowns .dropdown:last-child {
    border-bottom: none
}

.dropdowns .dropdown .caption {
    position: relative;
    cursor: pointer;
    padding: 25px 80px 25px 0
}

@media (max-width:767px) {
    .dropdowns .dropdown .caption {
        padding-right: 45px
    }
}

.dropdowns .dropdown .caption p {
    color: #000;
    font-family: Neutra Text Book, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 300;
    letter-spacing: .3px;
    font-style: normal;
    margin-bottom: 0;
    text-transform: uppercase
}

.dropdowns .dropdown .close-dropdown {
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 0;
    width: 16px;
    height: 12px;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.dropdowns .dropdown .close-dropdown svg {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%
}

.dropdowns .dropdown .dropdown-content {
    opacity: 0;
    position: relative
}

.dropdowns .dropdown .dropdown-content .text-content {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    color: #000;
    font-family: Bell MT, sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: .2px;
    padding: 0 80px 0 0;
    line-height: 1.42857
}

@media (max-width:1023px) {
    .dropdowns .dropdown .dropdown-content .text-content {
        padding-right: 150px
    }
}

@media (max-width:767px) {
    .dropdowns .dropdown .dropdown-content .text-content {
        padding-right: 45px
    }
}

.dropdowns .dropdown.active .close-dropdown {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdowns .dropdown.active .text-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dropdowns .dropdown.active .text-content p {
    margin-bottom: 0
}

@media only screen and (max-width:56.25em) {
    .desktop-header {
        display: none !important
    }
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #fff;
    font-family: Neutra Text Book, sans-serif
}

.site-header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 237px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-17%, #000), color-stop(80%, rgba(72, 72, 72, 0)), color-stop(84%, hsla(0, 0%, 87.1%, 0)));
    background-image: linear-gradient(180deg, #000 -17%, rgba(72, 72, 72, 0) 80%, hsla(0, 0%, 87.1%, 0) 84%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: none
}

.site-header__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 82.5rem;
    padding-top: 5.5rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: padding .3s ease-in-out, -webkit-transform;
    transition: padding .3s ease-in-out, -webkit-transform;
    transition: transform, padding .3s ease-in-out;
    transition: transform, padding .3s ease-in-out, -webkit-transform
}

@media (max-width:1400px) {
    .site-header__container {
        padding-left: 30px;
        padding-right: 30px
    }
}

.site-header__logo {
    position: absolute;
    left: 50%;
    bottom: -1rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    display: block;
    text-align: center;
}

.site-header__logo img {
    max-width: 60%;
}

.site-header__logo .pc-logo1 {
    display: block;
    max-width: 120px;
}

.site-header__logo .pc-logo2 {
    display: none;
    max-width: 120px;
}

.site-header__logo-img,
.site-header__logo-img--no-tagline {
    display: block;
    width: 100%;
    fill: #fff
}

.site-header__logo-img {
    width: 200px;
    height: 60px
}

.site-header__logo-img--no-tagline {
    width: 200px;
    height: 40px;
    display: none
}

.site-header.flyover-is-open,
.site-header.is-collapsed {
    overflow: hidden;
    background: #fff;
}

.site-header.flyover-is-open:after,
.site-header.is-collapsed:after {
    min-height: 100%;
    height: 500px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6e9dc), to(#f6e9dc));
    background-image: linear-gradient(180deg, #f6e9dc, #f6e9dc)
}

.site-header.flyover-is-open .site-header__container,
.site-header.is-collapsed .site-header__container {
    padding: 4rem 0rem 3.5rem 0rem;
    height: auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #000
}



.site-header.flyover-is-open .site-header__container .pc-logo2{
    margin: 20px auto 20px auto;
}


.site-header.flyover-is-open .site-header__container .pc-logo1{
    margin: 20px auto 20px auto;
}



.site-header.flyover-is-open .site-header__container .nav--actions,
.site-header.is-collapsed .site-header__container .nav--actions {
    display: none
}

.site-header.flyover-is-open .nav-actions,
.site-header.is-collapsed .nav-actions {
    opacity: 0
}

.site-header.flyover-is-open .nav__list-item>.is-active-flyover:after,
.site-header.is-collapsed .nav__list-item>.is-active-flyover:after {
    background-color: #000;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}


.site-header__container a.is-active-flyover:after {
    background-color: #bf9959!important;
}


.site-header.flyover-is-open .site-header__logo,
.site-header.is-collapsed .site-header__logo {
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.site-header.flyover-is-open .site-header__logo-img,
.site-header.flyover-is-open .site-header__logo-img--no-tagline,
.site-header.is-collapsed .site-header__logo-img,
.site-header.is-collapsed .site-header__logo-img--no-tagline {
    fill: #000
}

.nav__item--cta .site-header.flyover-is-open a.nav__cta,
.nav__item--cta .site-header.is-collapsed a.nav__cta,
.site-header.flyover-is-open .nav__cta.btn.btn--light,
.site-header.flyover-is-open .nav__item--cta a.nav__cta,
.site-header.is-collapsed .nav__cta.btn.btn--light,
.site-header.is-collapsed .nav__item--cta a.nav__cta {
    border: 1px solid #000
}

.nav__item--cta .site-header.flyover-is-open a.nav__cta:hover,
.nav__item--cta .site-header.is-collapsed a.nav__cta:hover,
.site-header.flyover-is-open .nav__cta.btn.btn--light:hover,
.site-header.flyover-is-open .nav__item--cta a.nav__cta:hover,
.site-header.is-collapsed .nav__cta.btn.btn--light:hover,
.site-header.is-collapsed .nav__item--cta a.nav__cta:hover {
    background-color: #000;
    color: #fff
}

.site-header.is-collapsed .site-header__container {
    height: 120px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

#modul.site-header__logo .pc-logo2-6059de7f33f26 {
    padding: 6rem 0;
}

#module-6059de7f33209 {
    margin-bottom: 6rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-size: 100%;
}

#module-6059de7f373ff {
    margin-top: 0rem;
    margin-bottom: 10rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

#module-6059de7f34eb1 {
    margin-top: 0rem;
    margin-bottom: 8rem;
    padding-top: 0rem;
    padding-bottom: 4rem;
}

#module-6059de7f35ecb {
    margin-top: 0rem;
    margin-bottom: 6.25rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

#module-6059de7f3d518 {
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 6.25rem;
    text-align: center;
}

#module-6059de7f3d518 img{
    transition: ease-in-out all 0.4s;
    opacity: 1;
}

#module-6059de7f3d518 img:hover{
    opacity: 0.7;
}

#module-6059de7f3d518 .bed-collection p:nth-child(2){
    margin-bottom: 0;
}

@media (max-width:1400px) {
    .site-header.is-collapsed .site-header__container {
        padding-left: 30px;
        padding-right: 30px
    }
}

.site-header.is-collapsed .site-header__logo {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.site-header.is-collapsed .site-header__logo-img {
    display: none
}

.site-header.is-collapsed .site-header__logo-img--no-tagline {
    display: block
}

.site-header.is-collapsed .nav--right .nav__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site-header.flyover-is-open .nav--right>.nav--actions {
    display: block
}

.site-header.flyover-is-open .nav--right>.nav--actions .search-loop-white {
    display: none
}

.site-header.flyover-is-open .nav--right>.nav--actions .search-loop-black,
.site-header.flyover-is-open .site-header__logo-img {
    display: block
}

.site-header.flyover-is-open .site-header__logo-img--no-tagline {
    display: none
}

.mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1.25rem;
    color: #fff
}

.mobile-header img{
    max-width: 25%;
}

@media only screen and (min-width:56.25em) {
    .mobile-header {
        display: none !important
    }
}

.mobile-header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 136px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-17%, #000), color-stop(80%, rgba(72, 72, 72, 0)), color-stop(84%, hsla(0, 0%, 87.1%, 0)));
    background-image: linear-gradient(180deg, #000 -17%, rgba(72, 72, 72, 0) 80%, hsla(0, 0%, 87.1%, 0) 84%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: none
}

.mobile-header.is-collapsed:after {
    height: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(27%, #000), color-stop(80%, rgba(72, 72, 72, 0)), color-stop(84%, hsla(0, 0%, 87.1%, 0)));
    background-image: linear-gradient(180deg, #000 27%, rgba(72, 72, 72, 0) 80%, hsla(0, 0%, 87.1%, 0) 84%)
}

.mobile-header .site-header__logo {
    left: 44%;
    top: 22px;
    height: 30px
}

@media only screen and (min-width:28.125rem) {
    .mobile-header .site-header__logo {
        left: 50%
    }
}

@media (max-width:767px) {
    .mobile-header .site-header__logo {
        -webkit-transform: none;
        transform: none;
        top: auto;
        left: 30%;
        position: relative;
        height: auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.mobile-header .site-header__logo-img {
    display: none
}

.mobile-header .site-header__logo-img--no-tagline {
    display: block;
    width: 150px;
    height: 30px
}

@media (max-width:767px) {
    .mobile-header .site-header__logo-img--no-tagline {
        width: 100px;
        height: 15px
    }
}

.mobile-header__icon {
    position: relative;
    width: 13%;
    height: 1.25rem;
    border-top: 2px solid #bf9959;
    border-bottom: 2px solid #bf9959
}

@media (max-width:767px) {
    .mobile-header__icon {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.mobile-header__icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 100%;
    height: 2px;
    background-color: #bf9959
}

.mobile-header__btn {
    padding: .75rem 1rem .625rem 1.125rem;
    font-size: .625rem;
    font-weight: 700
}

@media (max-width:767px) {
    .mobile-header__btn {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        font-size: 10px;
        padding: 12px 20px
    }
}

.nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.nav,
.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.nav__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.nav__list .search-loop-white {
    display: block
}

.nav__list .search-loop-black {
    display: none
}

.nav__list-item {
    margin: 0 .625rem;
    font-size: 1rem;
    letter-spacing: .01875rem;
    line-height: 1.2
}

.nav__list-item .is-current {
    font-weight: 700
}

@media only screen and (min-width:75em) {
    .nav__list-item {
        margin: 0 1.875rem
    }
    .nav__list-item:nth-child(4){
        margin-right: 0;
    }
}

.nav__search {
    fill: none;
    stroke: #fff;
    width: .75rem;
    height: .75rem
}

.nav__search svg {
    pointer-events: none
}

.nav__language-switcher {
    text-transform: uppercase
}

.nav--left .nav__list-item:first-child {
    margin-left: 0
}

.nav--left .nav__list .menu-item a {
    height: 22px;
    color: #bf9959;
}

@media (max-width:767px) {
    .nav--left .nav__list .menu-item a {
        height: auto
    }
}

.nav--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.nav--right .nav__list-item:last-child {
    margin-right: 0
}

.nav--right .nav__list {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.nav--right .nav__list .menu-item a {
    height: 22px
}

@media (max-width:767px) {
    .nav--right .nav__list .menu-item a {
        height: auto
    }
}

.nav--right .nav__list .btn,
.nav--right .nav__list .nav__item--cta a,
.nav__item--cta .nav--right .nav__list a {
    height: auto
}

.nav--actions {
    margin-bottom: .625rem
}

@media only screen and (min-width:75em) {
    .nav--actions {
        margin-bottom: 1.25rem
    }
}

.nav--actions .nav__list {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.nav--actions .nav__list-item {
    margin: 0 .625rem;
    font-size: .75rem
}

@media only screen and (min-width:56.25em) {
    .nav--actions .nav__list-item {
        margin: 0 .9375rem
    }
}

.mobile-nav {
    background: none;
    width: 100%;
    height: 100%
}

.mobile-nav>.modal__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 25px 25px;
    overflow: hidden;
    height: 100%;
    min-height: inherit;
    background: #fff
}

.mobile-nav>.modal__wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 700px;
    min-height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 175, 160, .8)), to(rgba(246, 233, 220, .8)));
    background-image: linear-gradient(180deg, rgba(208, 175, 160, .8), rgba(246, 233, 220, .8))
}

.mobile-nav>.modal__wrapper>.mobile-nav__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.mobile-nav>.modal__wrapper>.mobile-nav__header>.modal__btn--back {
    display: none
}

.mobile-nav>.modal__wrapper>.mobile-nav__header>.modal__btn--close {
    position: relative;
    top: auto;
    right: auto;
    width: 20px;
    height: 20px
}

.mobile-nav>.modal__wrapper>.mobile-nav__header>.site-header__logo {
    -webkit-transform: none;
    transform: none;
    top: auto;
    left: 30%;
    position: relative;
    height: auto
}

.mobile-nav>.modal__wrapper>.mobile-nav__header>.site-header__logo>.site-header__logo-img--no-tagline {
    fill: #000;
    width: 100px;
    height: 15px
}

.mobile-nav>.modal__wrapper>.mobile-nav__header>.mobile-header__btn {
    color: #000;
    border-color: #000;
    padding: 12px 20px;
    font-size: 10px
}

.mobile-nav>.modal__wrapper>.mobile-nav__header>.mobile-header__btn:hover {
    color: #fff;
    background-color: #000
}

.mobile-nav>.modal__wrapper>.mobile-nav__list-items {
    width: 100%;
    height: auto;
    max-width: inherit;
    list-style: none;
    padding: 70px 35px 0;
    margin: 0;
    z-index: 1;
    border: none;
    overflow-y: scroll
}

.mobile-nav>.modal__wrapper>.mobile-nav__list-items>.mobile-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    margin: 20px 0;
    font-size: 16px;
    letter-spacing: .3px;
    font-weight: 300;
    font-family: Neutra Text Book, sans-serif
}

.mobile-nav>.modal__wrapper>.mobile-nav__list-items>.mobile-nav__item:first-child {
    margin-top: 0
}

.mobile-nav>.modal__wrapper>.mobile-nav__list-items>.mobile-nav__item.current-menu-item {
    font-family: Neutra Text Book, sans-serif;
    font-weight: 600
}

.mobile-nav>.modal__wrapper>.mobile-nav__list-items>.mobile-nav__item .open-subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.mobile-nav>.modal__wrapper>.mobile-nav__list-items>.mobile-nav__item .open-subnav span {
    pointer-events: none
}

.mobile-nav>.modal__wrapper>.mobile-nav__list-items>.mobile-nav__item .open-subnav:after {
    display: none
}

.mobile-nav>.modal__wrapper>.mobile-nav__list-items>.mobile-nav__item .open-subnav-arrow {
    height: 100%;
    position: relative;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-nav>.modal__wrapper>.mobile-nav__list-items>.mobile-nav__item .open-subnav-arrow:after {
    display: none
}

.mobile-nav>.modal__wrapper>.mobile-nav__list-items>.mobile-nav__item .open-subnav-arrow svg {
    width: 7px;
    height: 10px;
    pointer-events: none
}

.mobile-nav>.modal__wrapper>.mobile-nav__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 50px);
    position: absolute;
    bottom: 25px
}

.mobile-nav>.modal__wrapper>.mobile-nav__footer>.mobile-nav__search {
    width: 16px;
    height: 16px
}

.mobile-nav>.modal__wrapper>.mobile-nav__footer>.mobile-nav__search>.navigation__search-btn-icon {
    pointer-events: none
}

.mobile-nav>.modal__wrapper>.mobile-nav__footer>.nav__language-switcher {
    font-size: 12px;
    font-family: Neutra Text Book, sans-serif
}

.modal-subnav .mobile-subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 0 0 200px
}

.modal-subnav .mobile-subnav .mobile-subnav__container-items {
    list-style: none;
    margin: 0;
    padding: 0
}

.modal-subnav .mobile-subnav .mobile-subnav__container-items li {
    font-family: Neutra Text Book, sans-serif;
    font-size: 16px;
    font-style: normal;
    letter-spacing: .3px;
    width: 100%;
    margin: 0
}

.modal-subnav .mobile-subnav .mobile-subnav__container-items li.custom-site-link:before {
    content: "";
    position: relative;
    top: -5px;
    left: 35px;
    display: block;
    width: 30px;
    height: 1px;
    margin-bottom: 1.25rem;
    background-color: rgba(0, 0, 0, .2)
}

.modal-subnav .mobile-subnav .mobile-subnav__container-items li.custom-site-link a {
    width: auto;
    position: relative
}

.modal-subnav .mobile-subnav .mobile-subnav__container-items li.custom-site-link a svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    width: 10px;
    height: 10px
}

.modal-subnav .mobile-subnav .mobile-subnav__container-items li a {
    padding: 0 35px;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    color: #000;
}

.modal-subnav .mobile-subnav .mobile-subnav__container-items li a:after {
    display: none
}

.modal-subnav .mobile-subnav .mobile-subnav__container-items .menu-item-has-children {
    font-family: Bell MT, sans-serif;
    font-style: italic;
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 20px;
    margin-bottom: 40px
}

.modal-subnav .mobile-subnav .mobile-subnav__container-items .menu-item-has-children:last-of-type {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.modal-subnav .mobile-subnav .mobile-subnav__container-items .menu-item-has-children:last-of-type li:last-child a {
    margin-bottom: 0
}

.modal-subnav .mobile-subnav:before {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 240px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 235, 225, 0)), to(#f7ece2));
    background-image: linear-gradient(180deg, rgba(247, 235, 225, 0), #f7ece2);
    z-index: 1
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body,
html {
    min-height: 100%;
    width: 100%;
}

.site-wrapper,
body {
    overflow-x: hidden
}

.site-wrapper {
    position: relative
}

.footer {
    padding: 2.5rem;
    background-color: #ece8e0
}

@media only screen and (min-width:56.25em) {
    .footer {
        padding: 2.5rem 1.25rem 0.5rem 1.25rem
    }
}

.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 18.75rem;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width:56.25em) {
    .footer__container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 82.5rem
    }
    .footer__container img{
        width: 100%;
        height: auto;
    }
}

.footer__logo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 180px;
    height: auto;
}

@media only screen and (min-width:56.25em) {
    .footer__logo {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

.footer__logo svg {
    width: 100%;
    height: 100%
}

.footer__nav-list {
    float: left;
    margin: 0 1%;
    width: 31%;
    list-style: none
}

.footer__nav-list ul {
    list-style: none;
    width: 100%;
}

.footer__nav-list .title a {
    font-size: 14px;
}

@media only screen and (min-width:56.25em) {
    .footer__nav {
        width: 77%;
        margin: 0;
        padding: 0 0 0 7.5rem
    }
}

@media only screen and (min-width:75em) {
    .footer__nav-item {
        width: 33.3%;
        margin: .625rem 0;
        padding-right: 1.25rem
    }
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    white-space: nowrap
}

@media only screen and (min-width:56.25em) {
    .footer__social {
        width: auto;
        margin: 0;
        padding: 0 5rem 0 0
    }
}

.footer__social-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 .625rem
}

.footer__social-icon:active,
.footer__social-icon:focus,
.footer__social-icon:hover {
    opacity: .5
}

.footer__membership {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 50px;
    height: 64px
}

@media only screen and (min-width:56.25em) {
    .footer__membership {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

.page-template-default .simple-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-image: url(../../images/bg/shadow.jpg);
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat
}

.page-template-default .simple-content__container {
    max-width: 45rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.register-guarantee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 2.5rem;
    padding: 1.25rem 0;
    color: #000;
    font-size: 1rem;
    text-align: center;
    background-image: url(../../images/bg/shadow.jpg);
    background-repeat: no-repeat
}

.register-guarantee .module-simple-content p {
    max-width: 30em;
    margin: 0 auto 5rem
}

.register-guarantee__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    max-width: 56.25rem;
    margin: 0 auto;
    text-align: left
}

.mattress-pdp,
.register-guarantee__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mattress-pdp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media only screen and (min-width:56.25em) {
    .mattress-pdp {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        min-height: 64rem
    }
}

.mattress-pdp__content,
.mattress-pdp__images {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1.25rem
}

@media only screen and (min-width:56.25em) {
    .mattress-pdp__content,
    .mattress-pdp__images {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        padding: 12.5rem 7.5rem
    }
}

.mattress-pdp__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3.75rem 1.25rem 1.25rem;
    background-color: #f3f2f2
}

.mattress-pdp__content ul {
    padding-left: 1.25rem;
    margin-bottom: 1.875rem
}

@media only screen and (min-width:56.25em) {
    .mattress-pdp__content ul {
        margin-bottom: 2.5rem
    }
}

.mattress-pdp__title {
    margin: 0;
    text-align: center
}

.mattress-pdp__details {
    max-width: 21.875rem;
    margin: 0 auto
}

.mattress-pdp__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2.5rem 0;
    text-align: center;
    list-style: none
}

@media only screen and (min-width:37.5em) {
    .mattress-pdp__features {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.mattress-pdp__feature {
    width: calc(50% - 2.5rem);
    margin: 0 1.25rem 1.875rem
}

@media only screen and (min-width:37.5em) {
    .mattress-pdp__feature {
        width: auto
    }
}

.mattress-pdp__feature svg {
    width: 1.875rem;
    height: 1.875rem
}

.mattress-pdp__feature span {
    display: block
}

.mattress-pdp__subtitle {
    margin-bottom: .3125rem;
    font-size: 1rem
}

.mattress-pdp__images {
    padding-top: 9.375rem;
    color: #fff;
    background-size: cover
}

.mattress-pdp__carousel:after {
    content: "flickity";
    display: none
}

.mattress-pdp__carousel-container {
    background-size: cover
}

.mattress-pdp__carousel-item {
    display: block;
    width: 261px;
    margin-bottom: 2.5rem
}

@media only screen and (min-width:56.25em) {
    .mattress-pdp__carousel-item {
        width: 448px;
        margin-bottom: 1.25rem
    }
}

.mattress-pdp__carousel .flickity-page-dots {
    bottom: 0
}

@media only screen and (min-width:56.25em) {
    .mattress-pdp__carousel .flickity-page-dots {
        bottom: -1.25rem
    }
}

.mattress-pdp .editorial-9 {
    background-image: url(../../images/bg/shadow.jpg);
    background-size: cover
}

.product-archive__container {
    max-width: 82.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2.5rem 0
}

@media only screen and (min-width:56.25em) {
    .product-archive__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding: 7.5rem 0
    }
}

.product-archive__grid-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50rem;
    flex: 1 1 50rem;
    max-width: 50rem
}

.product-archive__grid {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-archive__item {
    width: 50%;
    padding: 1.25rem
}

@media only screen and (min-width:56.25em) {
    .product-archive__item {
        width: 33.3%
    }
}

.product-archive__item-title {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: Bell MT, sans-serif;
    text-transform: none
}

.product-archive__item-title a {
    max-width: 100%;
    white-space: normal;
    text-overflow: ellipsis
}

.product-archive__item-title a:after {
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%)
}

.product-archive__item-title a.is-active:after {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.product-archive__item-title a.is-leaving:after {
    -webkit-transform: translateX(110%);
    transform: translateX(110%)
}

.product-archive__img {
    position: relative;
    margin: 0 0 1.25rem;
    padding-bottom: 120%
}

.product-archive__img.has-rollover:hover .product-archive__img--product {
    opacity: 0
}

.product-archive__img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0
}

.product-archive__img--editorial,
.product-archive__img--product {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.product-archive__img--product {
    z-index: 10
}

.product-archive__img--editorial {
    z-index: 0
}

.product-archive__description {
    display: none;
    margin-top: 1.25rem;
    font-size: 16px;
    font-family: Neutra Text Book, sans-serif
}

@media only screen and (min-width:37.5em) {
    .product-archive__description {
        display: block
    }
}

.product-archive__empty {
    padding: 1.25rem
}

.product-archive__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

@media only screen and (min-width:56.25em) {
    .product-archive__actions {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 3.75rem;
        margin-top: -5rem
    }
}

.product-archive__filter-mobile {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.product-archive__filter-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-archive__filter-trigger-icon {
    width: .75rem;
    height: .75rem;
    margin-left: .625rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.store-locator .split-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media only screen and (min-width:43.75rem) {
    .store-locator .split-hero {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.store-locator__content {
    padding: 3.75rem 1.25rem
}

@media only screen and (min-width:43.75rem) {
    .store-locator__content {
        margin-top: 8.75rem
    }
}

.store-locator__content h1,
.store-locator__content h2,
.store-locator__content h3 {
    margin-bottom: 2.5rem
}

.store-locator__cta {
    margin-top: 1.25rem
}

@media only screen and (min-width:37.5em) {
    .store-locator__cta {
        margin-top: 2.5rem
    }
}

.store-locator__search-form {
    width: 100%;
    margin-top: 2.5rem
}

.store-locator__search-form ::-moz-placeholder {
    font-family: Bell MT, sans-serif
}

.store-locator__search-form ::-ms-input-placeholder {
    font-family: Bell MT, sans-serif
}

.store-locator__search-form ::placeholder {
    font-family: Bell MT, sans-serif
}

.store-locator__search-form :-moz-placeholder {
    font-family: Bell MT, sans-serif
}

.store-locator__search-form :-ms-input-placeholder {
    font-family: Bell MT, sans-serif
}

.store-locator__search-form ::-webkit-input-placeholder {
    font-family: Bell MT, sans-serif
}


@media only screen and (min-width:37.5em) {
    .store-locator__search-form {
        margin-top: 5rem
    }
}

.store-locator__search-form .store-locator__search-input {
    padding-right: 1.875rem;
    font-size: 1.25rem;
    font-family: Bell MT, sans-serif
}

.store-locator__search-form .store-locator__search-label {
    margin-bottom: 1.25rem;
    font-size: 1rem
}

.store-locator__search-btn {
    position: absolute;
    bottom: 1.25rem;
    right: .625rem;
    width: 2.5rem;
    height: 2.5rem;
    background: transparent;
    border: 0;
    fill: none;
    stroke: #000;
    stroke-width: .5px;
    cursor: pointer
}

.store-locator__search-btn svg {
    width: 100%;
    height: 100%;
    pointer-events: none
}

.store-locator__search-btn:focus {
    outline: none
}

.store-locator__results {
    position: relative
}

.store-locator__results-container {
    position: relative;
    background-image: url(../../images/bg/shadow.jpg)
}

.store_locator {
    position: relative
}

@media only screen and (min-width:56.25em) {
    .store_locator {
        margin-top: 15rem
    }
}

.store_locator .store_locator_main,
.store_locator .store_locator_sidebar {
    height: 45rem;
    max-height: 100vh;
    overflow: hidden
}

@media only screen and (min-width:62.5rem) {
    .store_locator .store_locator_main,
    .store_locator .store_locator_sidebar {
        height: 38.75rem
    }
}

.store_locator_loading {
    display: none !important
}

.store_locator>.store-locator-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width:62.5rem) {
    .store_locator>.store-locator-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.store_locator_search_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 6.25rem 0 1.875rem;
    background-color: #a6806f
}

@media only screen and (min-width:56.25em) {
    .store_locator_search_box {
        position: absolute;
        top: -15rem;
        height: 15rem;
        padding: 9.375rem 0 1.875rem
    }
}

.store_locator_search_box .store-locator-row {
    margin: 0
}

.store_locator_search_box .store_locator_address_field {
    width: 20.9375rem;
    padding: .3125rem;
    color: #fff;
    font-size: 1.25rem;
    font-family: Bell MT, sans-serif;
    background: transparent;
    border: 0 !important;
    border-bottom: 1px solid !important
}

@media only screen and (min-width:31.875rem) {
    .store_locator_search_box .store_locator_address_field {
        margin: 0 1.25rem
    }
}

@media only screen and (min-width:56.25em) {
    .store_locator_search_box .store_locator_address_field {
        width: 32rem;
        margin-right: 5rem
    }
}

.store_locator_search_box .store_locator_address_field:focus {
    background: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.store_locator_search_box ::-moz-placeholder {
    color: #fff
}

.store_locator_search_box ::-ms-input-placeholder {
    color: #fff
}

.store_locator_search_box ::placeholder {
    color: #fff
}

.store_locator_search_box :-moz-placeholder {
    color: #fff
}

.store_locator_search_box :-ms-input-placeholder {
    color: #fff
}

.store_locator_search_box ::-webkit-input-placeholder {
    color: #fff
}

.store_locator_search_box .store_locator_find_stores_button {
    margin-top: 1.25rem;
    padding: 0 0 .3125rem;
    color: #fff;
    font-size: 1.25rem;
    font-family: Bell MT, sans-serif;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    border: 1px solid transparent
}

.store_locator_search_box .store_locator_find_stores_button:active,
.store_locator_search_box .store_locator_find_stores_button:focus,
.store_locator_search_box .store_locator_find_stores_button:hover {
    border-bottom: 1px solid
}

.store_locator_search_box .store_locator_find_stores_button:after {
    content: "";
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: .625rem;
    background-image: url(../../images/map/marker-white.png);
    background-size: contain;
    background-repeat: no-repeat
}

.store-locator__tabs {
    width: 100%;
    margin-bottom: 0;
    background: #fff
}

.store-locator__tabs:last-child {
    display: none
}

@media only screen and (min-width:62.5rem) {
    .store-locator__tabs {
        display: none
    }
}

.store-locator__tabs .tabs__tab {
    max-width: 15.625rem
}

@media only screen and (min-width:37.5em) {
    .store-locator__tabs .tabs__tab {
        margin: 0 .625rem
    }
}

.store-locator__tabs .tabs__tab-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.store_locator_main,
.store_locator_sidebar {
    display: none
}

.store_locator_main.is-active,
.store_locator_sidebar.is-active {
    display: block
}

@media only screen and (min-width:62.5rem) {
    .store_locator_main,
    .store_locator_sidebar {
        display: block !important
    }
}

#store_locator_result_list:empty:before {
    content: "No Retailers Found";
    display: block;
    margin-top: 7.5rem;
    font-size: 2.25rem;
    font-family: Neutra Text Book, sans-serif;
    text-transform: uppercase;
    text-align: center
}

#store_locator_result_list:empty:after {
    content: "We couldn't find any Vispring retailers near your location. Please enter another location.";
    display: block;
    max-width: 24em;
    margin: .625rem auto;
    text-align: center
}

.store_locator_sidebar {
    width: 100%
}

@media only screen and (min-width:62.5rem) {
    .store_locator_sidebar {
        width: 45vw
    }
}

.store_locator_sidebar hr {
    display: none
}

.store_locator_sidebar .store_locator_result_list_box,
.store_locator_sidebar .store_locator_sidebar_content {
    height: 100%
}

.store_locator_sidebar #store_locator_result_list {
    max-height: 100% !important;
    padding: 0 2.5rem
}

@media only screen and (min-width:43.75rem) {
    .store_locator_sidebar #store_locator_result_list {
        padding: 0 7.5rem
    }
}

@media only screen and (min-width:62.5rem) {
    .store_locator_sidebar #store_locator_result_list {
        max-width: 37.5rem;
        margin: 0 auto;
        padding: 0 2.5rem
    }
}

@media only screen and (min-width:75em) {
    .store_locator_sidebar #store_locator_result_list {
        padding: 0 7.5rem
    }
}

.store_locator_sidebar .store_locator_result_list_box {
    margin: 0 auto
}

.store_locator_sidebar .store_locator_result_list_item {
    padding: 2.5rem 0;
    cursor: auto
}

.store_locator_sidebar .store_locator_name {
    position: relative;
    cursor: pointer
}

.store_locator_sidebar .store_locator_name:after {
    content: "";
    position: absolute;
    right: 0;
    width: 12px;
    height: 12px;
    background-image: url(../../images/map/arrow-icon.png);
    background-size: cover
}

.store_locator_sidebar .store_locator_street {
    display: block;
    max-width: 16em
}

@media only screen and (min-width:43.75rem) {
    .store_locator_sidebar .store_locator_street {
        max-width: 24em
    }
}

@media only screen and (min-width:62.5rem) {
    .store_locator_sidebar .store_locator_street {
        max-width: 20em
    }
}

.store_locator_sidebar .store_locator_contact {
    margin: 1.25rem 0 0
}

.store_locator_sidebar .store_locator_actions a:after {
    content: "";
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.store_locator_sidebar .store_locator_actions a:active:after,
.store_locator_sidebar .store_locator_actions a:focus:after,
.store_locator_sidebar .store_locator_actions a:hover:after {
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%)
}

.store_locator_call_now,
.store_locator_get_direction,
.store_locator_show_on_map,
.store_locator_visit_store {
    display: none
}

.store_locator_name {
    font-size: 1rem;
    letter-spacing: .01875rem;
    cursor: pointer
}

.store-locator-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .3125rem;
    font-family: Neutra Text Book, sans-serif
}

.vispring-boutique:before {
    content: "V";
    width: 1.25rem;
    height: 1.25rem;
    padding-top: 1px;
    margin-right: .625rem;
    color: #fff;
    font-size: .625rem;
    text-align: center;
    line-height: 1.25rem;
    background-color: #bf907b;
    border-radius: 50%
}

.store_locator_visit_website {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-family: Bell MT, sans-serif;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    border: 0
}

.store_locator_visit_website i {
    display: none
}

.store_locator_distance {
    position: absolute;
    top: 7em;
    right: 0;
    display: inline-block;
    text-indent: -5px;
    overflow: hidden
}

.store_locator_tel {
    display: inline-block;
    font-size: 0
}

.store_locator_tel a {
    font-size: .875rem
}

.store_locator_tel a:after {
    display: none
}

.store_locator_result_list_item:hover {
    background: transparent
}

.store_locator_main {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

#store_locator_map {
    height: 100% !important
}

.store_locator_dragged_button {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 15.625rem;
    background: #fff;
    border: 1px solid;
    white-space: nowrap
}

.gm-style-iw,
.store_locator_infowindow {
    white-space: normal
}

.gm-style-iw .store_locator_visit_website:after,
.store_locator_infowindow .store_locator_visit_website:after {
    display: block;
    -webkit-transition: .3s;
    transition: .3s
}

.gm-style-iw .store_locator_visit_website:active:after,
.gm-style-iw .store_locator_visit_website:focus:after,
.gm-style-iw .store_locator_visit_website:hover:after,
.store_locator_infowindow .store_locator_visit_website:active:after,
.store_locator_infowindow .store_locator_visit_website:focus:after,
.store_locator_infowindow .store_locator_visit_website:hover:after {
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%)
}

.gm-style-iw .store_locator_address,
.gm-style-iw .store_locator_contact,
.store_locator_infowindow .store_locator_address,
.store_locator_infowindow .store_locator_contact {
    font-family: Bell MT, sans-serif;
    line-height: 1.43
}

.gm-style .gm-style-iw-c {
    border-radius: 0
}

.gm-style-iw {
    max-width: 15.625rem !important;
    padding: 2.5rem 0 1.25rem 1.25rem !important
}

.gm-style-iw-d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.store_locator_infowindow {
    text-align: center
}

.store_locator_infowindow .store_locator_distance {
    display: none
}

.gm-ui-hover-effect {
    top: 4px !important;
    right: 0 !important
}

.gm-ui-hover-effect img {
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important
}

.store-locator__detail {
    position: absolute;
    top: 13.125rem;
    left: 0;
    width: 100%;
    height: calc(100% - 13rem);
    background-color: #fff;
    background-image: url(../../images/bg/shadow.jpg);
    background-repeat: no-repeat;
    opacity: 0;
    overflow: auto
}

@media only screen and (min-width:34.375rem) {
    .store-locator__detail {
        top: 11rem
    }
}

@media only screen and (min-width:43.75rem) {
    .store-locator__detail {
        top: 11rem;
        height: calc(100% - 11rem)
    }
}

@media only screen and (min-width:56.25em) {
    .store-locator__detail {
        top: 0;
        height: 100%
    }
}

.store-locator__detail-content {
    height: 100%;
    opacity: 0
}

@media only screen and (min-width:62.5rem) {
    .store-locator__detail-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.store-locator__detail-close {
    position: absolute;
    top: 75vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.875rem;
    font-family: Neutra Text Book, sans-serif;
    font-size: .75rem;
    line-height: 1;
    cursor: pointer
}

@media only screen and (min-width:43.75rem) {
    .store-locator__detail-close {
        top: 30vw
    }
}

@media only screen and (min-width:62.5rem) {
    .store-locator__detail-close {
        top: 2.5rem;
        left: 2.5rem;
        -webkit-transform: none;
        transform: none;
        margin-top: 0
    }
}

.store-locator__detail-close-icon {
    width: 1em;
    height: 1em;
    margin-right: .625rem
}

.store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

@media only screen and (min-width:62.5rem) {
    .store {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 2.5rem
    }
}

.store__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5rem 1.25rem 2.5rem;
    text-align: center
}

@media only screen and (min-width:43.75rem) {
    .store__content {
        width: 45%
    }
}

.store__map {
    width: 100%;
    height: 75vw;
    background-size: 175% auto;
    background-position: 50%
}

@media only screen and (min-width:43.75rem) {
    .store__map {
        height: 30vw;
        background-size: cover
    }
}

@media only screen and (min-width:62.5rem) {
    .store__map {
        width: 0;
        height: 0;
        padding: 40% 55% 0 0
    }
}

@media only screen and (min-width:93.75rem) {
    .store__map {
        width: 55%;
        height: 90%;
        padding: 0
    }
}

.store__header {
    width: 100%
}

.store__title {
    margin: 0
}

.store__container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 2.5rem auto 0
}

.store__details-container {
    margin-bottom: 1.25rem;
    text-align: center
}

@media only screen and (min-width:62.5rem) {
    .store__details-container {
        text-align: left
    }
}

.store__details-container p {
    margin: 0 0 .3125rem
}

.store__details {
    margin-bottom: 2.5rem;
    text-align: center
}

.store__details a:after {
    display: none
}

.store__details-email {
    text-transform: lowercase
}

.store__details-website {
    text-transform: capitalize
}

.store__details-website a:after {
    content: "";
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.store__details-website:active a:after,
.store__details-website:focus a:after,
.store__details-website:hover a:after {
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%)
}

.store__name {
    font-size: 1.75rem
}

@media only screen and (min-width:62.5rem) {
    .store__name {
        white-space: nowrap;
        text-align: left
    }
}

.store__opening-hours {
    display: none;
    width: 35%;
    text-align: left
}

.store__opening-hours h4 {
    margin: 0;
    font-size: .75rem
}

.nav__item--cta .store a,
.store .btn,
.store .nav__item--cta a {
    margin: 0 auto 1.25rem
}

.news-carousel {
    padding-top: 9.375rem;
    padding-bottom: 5rem;
    color: #fff;
    background: #a6806f
}

@media only screen and (min-width:56.25em) {
    .news-carousel {
        padding-top: 13.75rem
    }
}

.news-carousel__title {
    margin-bottom: 2.5rem;
    text-align: center
}

@media only screen and (min-width:56.25em) {
    .news-carousel__title {
        margin-bottom: 6.25rem
    }
}

.news-carousel__carousel-container {
    max-width: 82.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0
}

.news-carousel__item {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media only screen and (min-width:56.25em) {
    .news-carousel__item {
        padding-left: 3.75rem
    }
}

.news-carousel__date {
    font-family: Neutra Text Book, sans-serif;
    text-transform: uppercase
}

.news-carousel__item-title {
    font-size: 2.25rem;
    font-family: Bell MT, sans-serif;
    text-transform: none
}

.news-carousel__item-img {
    position: relative;
    left: -1.25rem
}

@media only screen and (min-width:56.25em) {
    .news-carousel__item-img {
        left: 1.25rem
    }
}

@media only screen and (max-width:56.25em) {
    .news-carousel__item-number {
        top: 1.5rem;
        font-size: 2.25rem
    }
}

.news-carousel__controls {
    top: calc(100% + 2.5rem)
}

@media only screen and (min-width:56.25em) {
    .news-carousel__controls {
        top: 50%
    }
}

.news-carousel__controls svg {
    stroke: #fff
}

.news-carousel .flickity-page-dots {
    bottom: -3.75rem
}

.press-archive {
    padding: 7.5rem 0 2.5rem;
    background-image: url(../../images/bg/shadow.jpg);
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    text-align: center
}

.press-archive__container {
    max-width: 82.5rem;
    margin: 0 auto
}

.press-archive__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2.5rem 0;
    padding: 0;
    list-style: none
}

.press-archive__item {
    width: calc(50% - 2.5rem);
    max-width: 20.625rem;
    margin: .625rem
}

@media only screen and (min-width:37.5em) {
    .press-archive__item {
        width: 33.3%;
        margin: 1.25rem
    }
}

.press-archive__item>a {
    display: block
}

.press-archive__img {
    display: block;
    width: 20.625rem;
    margin: 0 auto 1.25rem;
    -webkit-filter: saturate(0);
    filter: saturate(0);
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.press-archive__img:hover {
    -webkit-filter: saturate(1);
    filter: saturate(1)
}

.press-archive__item-title {
    margin-bottom: .625rem;
    font-size: 1.25rem;
    text-transform: none
}

.news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding-top: 9.375rem;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #f3f2f2), to(#f6e9dc));
    background-image: linear-gradient(180deg, #f3f2f2 4%, #f6e9dc)
}

@media only screen and (min-width:56.25em) {
    .news-item {
        padding-top: 12.5rem
    }
}

.news-item__header {
    margin: 0 0 2.5rem;
    text-align: center
}

@media only screen and (min-width:56.25em) {
    .news-item__header {
        margin: 3.75rem 0
    }
}

.news-item__date {
    display: block;
    margin-bottom: .625rem;
    font-size: 1.25rem;
    font-family: Neutra Text Book, sans-serif
}

.news-item__title {
    max-width: 39.375rem
}

.news-item__img {
    display: block;
    width: 100%;
    max-width: 45.625rem;
    margin: 0 0 1.25rem
}

@media only screen and (min-width:56.25em) {
    .news-item__img {
        margin: 0 0 3.75rem
    }
}

.news-item__content {
    padding: 0 1.25rem
}

.news-item__back {
    margin: 2.5rem 0;
    text-align: center
}

.blog-carousel {
    padding-top: 9.375rem;
    padding-bottom: 1.25rem;
    color: #fff;
    background-color: #ece8e0;
    background-image: url(../../images/bg/plant-shadow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 52%
}

@media only screen and (min-width:56.25em) {
    .blog-carousel {
        padding-top: 10.625rem
    }
}

.blog-carousel__title {
    margin-bottom: 2.5rem;
    text-align: center;
    color: #000
}

@media only screen and (min-width:56.25em) {
    .blog-carousel__title {
        margin-bottom: 1.25rem
    }
}

.blog-carousel__carousel-container {
    max-width: 82.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0
}

.blog-carousel__item {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media only screen and (min-width:56.25em) {
    .blog-carousel__item {
        padding-left: 3.75rem
    }
}

.blog-carousel__category {
    width: 100%;
    text-decoration: underline
}

.blog-carousel__category,
.blog-carousel__date {
    font-family: Neutra Text Book, sans-serif;
    font-weight: 900;
    display: block;
    margin-bottom: 1rem
}

.blog-carousel__date {
    text-transform: uppercase
}

.blog-carousel__item-title {
    font-size: 2.25rem;
    font-family: Bell MT, sans-serif;
    text-transform: none
}

.blog-carousel__item-img {
    position: relative;
    left: -1.25rem
}

@media only screen and (min-width:56.25em) {
    .blog-carousel__item-img {
        left: 1.25rem
    }
}

@media only screen and (max-width:56.25em) {
    .blog-carousel__item-number {
        top: 1.5rem;
        font-size: 2.25rem
    }
}

.blog-carousel__controls {
    top: calc(100% + 2.5rem)
}

@media only screen and (min-width:56.25em) {
    .blog-carousel__controls {
        top: 50%
    }
}

.blog-carousel__controls svg {
    stroke: #fff
}

.blog-carousel .flickity-page-dots {
    display: none;
    bottom: -3.75rem
}

.instagram-feed {
    padding: 5rem 0 0;
    text-align: center
}

@media only screen and (min-width:56.25em) {
    .instagram-feed {
        padding: 7.5rem 0 0
    }
}

.instagram-feed__title {
    margin-bottom: 0
}

.instagram-feed__carousel-container {
    margin: 1.25rem 0
}

@media only screen and (min-width:56.25em) {
    .instagram-feed__carousel-container {
        margin: 2.5rem 0
    }
}

.instagram-feed .wpmi-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.instagram-feed .wpmi-item {
    width: 60%
}

@media only screen and (min-width:56.25em) {
    .instagram-feed .wpmi-item {
        width: 33.3%
    }
}

.instagram-feed .wpmi-item a {
    display: block
}

.instagram-feed .wpmi-item a:after,
.instagram-feed a:after {
    display: none
}

.instagram-feed .flickity-viewport {
    width: 100%
}

.blog-archive .product-archive__container {
    padding: 4.3rem 0 0;
    margin-bottom: -3rem
}

.blog-archive .product-archive__img--editorial,
.blog-archive .product-archive__img--product {
    -o-object-fit: cover;
    object-fit: cover
}

.blog-archive .product-archive__item-category {
    text-decoration: underline;
    font-family: Neutra Text Bold, sans-serif;
    font-weight: 900;
    display: block;
    margin-bottom: .8rem
}

.blog-archive .product-archive__description {
    margin-top: .8rem
}

.blog-archive .product-archive__description,
.blog-archive .product-archive__item-category,
.blog-archive .product-archive__item-title {
    text-align: center
}

.blog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding-top: 9.375rem;
    background-color: #ece8e0;
    background-image: url(../../images/bg/plant-shadow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 52%
}

@media only screen and (min-width:56.25em) {
    .blog-item {
        padding-top: 12.5rem
    }
}

.blog-item .blog-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3.75rem 0
}

.blog-item__header {
    margin: 0 0 2.5rem;
    text-align: center
}

@media only screen and (min-width:56.25em) {
    .blog-item__header {
        margin: 3.75rem 0
    }
}

.blog-item__header .blog-social {
    margin: 1.25rem 0 0
}

.blog-item__category {
    display: block;
    margin-bottom: 1rem;
    font-family: Neutra Text Bold, sans-serif;
    font-weight: 900;
    text-decoration: underline
}

.blog-item__date {
    display: block;
    margin-bottom: .625rem;
    font-size: 1.25rem;
    font-family: Neutra Text Book, sans-serif
}

.blog-item__title {
    max-width: 39.375rem
}

.blog-item__img {
    display: block;
    width: 100%;
    max-width: 45.625rem;
    margin: 0 0 1.25rem
}

@media only screen and (min-width:56.25em) {
    .blog-item__img {
        margin: 0 0 3.75rem
    }
}

.blog-item__content {
    padding: 0 1.25rem;
    width: 100%
}

.blog-item__back {
    margin: 3.75rem 0;
    text-align: center
}

.page-contact-us .tabs__content,
.page-contact-us .tabs__tab-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

@media only screen and (min-width:56.25em) {
    .page-contact-us .tabs__content,
    .page-contact-us .tabs__tab-container {
        text-align: left
    }
}

.page-contact-us .tabs__content-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(20% - 2.5rem);
    flex: 1 1 calc(20% - 2.5rem);
    max-width: 18.75rem;
    margin: 0 1.25rem 3.75rem
}

.page-template-page-terms-and-conditions .site-content .simple-content {
    background-image: url(../../images/bg/shadow.jpg);
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    counter-set: heading 1;
    counter-set: subheading 1;
    counter-set: list 1
}

.page-template-page-terms-and-conditions .site-content .simple-content h2 {
    counter-increment: heading 1;
    counter-reset: subheading 0;
    font-size: 1.5rem;
    line-height: 1.625rem
}

@media only screen and (min-width:56.25em) {
    .page-template-page-terms-and-conditions .site-content .simple-content h2 {
        font-size: 1.75rem;
        line-height: 2rem
    }
}

.page-template-page-terms-and-conditions .site-content .simple-content h2:before {
    content: "0"counter(heading);
    display: block;
    font-size: 2.25rem;
    font-family: Neutra Text Light, sans-serif;
    letter-spacing: .05625rem;
    line-height: 1
}

@media only screen and (min-width:56.25em) {
    .page-template-page-terms-and-conditions .site-content .simple-content h2:before {
        font-size: 6.875rem;
        letter-spacing: -.28625rem
    }
}

.page-template-page-terms-and-conditions .site-content .simple-content h2:nth-of-type(n+10):before {
    content: counter(heading)
}

.page-template-page-terms-and-conditions .site-content .simple-content h3 {
    margin-bottom: .3125rem;
    counter-increment: subheading 1;
    font-size: .875rem
}

@media only screen and (min-width:56.25em) {
    .page-template-page-terms-and-conditions .site-content .simple-content h3 {
        font-size: 1rem
    }
}

.page-template-page-terms-and-conditions .site-content .simple-content h3:before {
    content: counter(heading) "."counter(subheading);
    margin-right: .625rem
}

.page-template-page-terms-and-conditions .site-content .simple-content h4 {
    font-size: 1rem
}

.page-template-page-terms-and-conditions .site-content .simple-content ol {
    margin: 0 0 .625rem;
    list-style-type: none;
    counter-reset: list 0
}

.page-template-page-terms-and-conditions .site-content .simple-content ol li {
    counter-increment: list 1
}

.page-template-page-terms-and-conditions .site-content .simple-content ol li:before {
    content: counter(heading) "."counter(subheading) "."counter(list);
    margin-right: .625rem
}

.page-template-page-terms-and-conditions .site-content .simple-content ol ol {
    margin: .3125rem 0 .3125rem .625rem;
    list-style: lower-alpha
}

.page-template-page-terms-and-conditions .site-content .simple-content ol ol li:before {
    display: none
}

.page-template-page-terms-and-conditions .site-content .simple-content ol ol ol {
    list-style: lower-roman
}

.page-template-page-terms-and-conditions .site-content .simple-content ul ul {
    list-style-type: disc;
    margin: .3125rem 0 .3125rem .625rem
}

.page-template-page-terms-and-conditions .site-content .simple-content li {
    margin-bottom: .3125rem
}

.page-template-page-terms-and-conditions .site-content .simple-content__container {
    max-width: 45rem
}

.thanks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media only screen and (min-width:56.25em) {
    .thanks {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        height: 80vh;
        min-height: 50rem
    }
}

.thanks__content {
    max-width: 20rem;
    padding-top: 2.5rem;
    padding-right: 0;
    padding-left: 0
}

.thanks__content h1,
.thanks__content h2 {
    margin-bottom: 1.25rem
}

.sitemap__container {
    max-width: 82.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 5rem 16.875rem 3.75rem 11.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:56.25em) {
    .sitemap__container {
        max-width: 100%;
        padding: 5rem
    }
}

@media only screen and (max-width:37.5em) {
    .sitemap__container {
        max-width: 100%;
        padding: 3.75rem 1.25rem
    }
}

.sitemap__block {
    width: 100%;
    margin-bottom: 3.75rem
}

@media only screen and (max-width:37.5em) {
    .sitemap__block {
        margin-bottom: 2.5rem
    }
}

.sitemap__block-caption {
    margin-bottom: 1.25rem
}

.sitemap__block:last-of-type {
    margin-bottom: 0
}

.sitemap__block__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sitemap__block__item,
.sitemap__block__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sitemap__block__item-link {
    width: 33.3%;
    position: relative;
    margin-bottom: 1.25rem
}

@media only screen and (max-width:37.5em) {
    .sitemap__block__item-link {
        width: 100%
    }
}

.sitemap__block__item-link:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #000;
    position: relative;
    margin-right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%
}

@media only screen and (max-width:37.5em) {
    .sitemap__block__item-link:before {
        width: 4px;
        height: 4px
    }
}

.pro-access__form {
    max-width: 30rem;
    margin: 0 auto;
    padding: 2.5rem 0 5rem
}

@media only screen and (min-width:56.25em) {
    .pro-access__form {
        padding: 5rem 0
    }
}

.pro-access__error {
    padding: 0 1.25rem;
    color: #ff2d2d
}

.pro-access__files {
    position: relative;
    max-width: 46.25rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2.5rem 1.25rem
}

@media only screen and (min-width:56.25em) {
    .pro-access__files {
        padding: 6.25rem 1.25rem
    }
}

.pro-access__logout {
    margin-bottom: 1.875rem
}

.pro-access__list {
    margin-bottom: 3.125rem;
    margin-left: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none
}

.pro-access__list li.accordion {
    width: 100%
}

.pro-access__list-item {
    margin: 0 .3125rem 1.25rem
}

.pro-access__subtitle,
.pro-access__title {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 1.25rem;
    cursor: pointer
}

.pro-access__title {
    font-size: 1.5rem;
    line-height: 1.5
}

.pro-access__title>.accordion__toggle-icon {
    top: .35em
}

.pro-access__subtitle {
    font-family: Bell MT, sans-serif;
    font-size: .875rem;
    text-transform: none
}

.pro-access__subtitle>.accordion__toggle-icon {
    width: .875em;
    height: .875em;
    top: .15em
}

.pro-access__sub-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.pro-access__figure {
    margin: 0 1.25rem 1.25rem 0
}

.pro-access__figure>a {
    display: block
}

.pro-access__figure figcaption {
    display: block;
    margin-top: .625rem
}

.pro-access__img {
    display: block;
    width: 95px;
    -webkit-transition: .3s;
    transition: .3s;
    margin: auto
}

.pro-access__img:active,
.pro-access__img:focus,
.pro-access__img:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1)
}

.pro-access .accordion.is-active>.accordion__wrap {
    max-height: none
}

.error-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    min-height: 80vh
}

@media only screen and (min-width:56.25em) {
    .error-page {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.error-page__content {
    padding: 3.75rem 1.25rem;
    font-size: 1rem
}

@media only screen and (min-width:37.5em) {
    .error-page__content {
        padding: 7.5rem 1.25rem
    }
}

.error-page__content h1 {
    margin-bottom: 1.25rem;
    font-size: 6.875rem;
    font-family: Neutra Text Light, sans-serif;
    line-height: .8;
    letter-spacing: -.25rem
}

.error-page__cta {
    margin-top: 2.5rem
}

.banner0 {
    min-height: 450px;
    background-size: cover;
    background-size: 100% 100%;
}

.banner .back {
    width: 100%;
    overflow: hidden;
}

.banner .back .img {
    width: 44%;
    text-align: center;
    margin: 180px auto 110px auto;
}

.banner .back .img img{
    width: 100%;
}

.banner .back .img h3{
    margin-top: 10px;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.mar-botom-30 {
    margin-bottom: 30px;
}

.mar-botom-60 {
    margin-bottom: 60px;
}

.banner0 {
    position: relative;
}

.banner0 .title {
    text-align: center;
    position: absolute;
    bottom: 5rem;
    width: 100%;
    color: #fff;
}

.banner0 .title p:nth-child(1) {
    font-size: 1.3rem;
    font-weight: 300;
}

.banner0 .title p:nth-child(2) {
    font-size: 1.6rem;
    font-weight: 300;
}


/*about*/

.about1 {
    padding: 40px 0;
    overflow: hidden;
}

.about1 h4 {
    margin-bottom: 40px;
}

.about1 .big-img {
    width: 79%;
    margin: 0 auto 130px auto;
}

.about1 #module-6059de7f34eb1 {
    margin-bottom: 0rem;
}

.about1 .s2 .editorial-2__container--images {
    max-width: 53%;
}

.about1 .s2 .editorial-2__container--content {
    width: 700px;
}

.about1 .editorial-2__container--images {
    padding-bottom: 1rem;
}

.about2 {
    margin-bottom: 60px;
}


/*product*/

.product {
    padding: 60px 0;
}

.product .pro-categories {
    width: 20%;
}

.product .pro-categories ul li a {
    color: #868686;
}

.product .pro-list {
    width: 80%;
}

.product .pro-list .list ul li {
    max-width: 32%;
    color: #868686;
    text-align: center;
    margin-right: 1.3333%;
}

.product .pro-list .list ul li:nth-child(3n) {
    margin-right: 0;
}

.product .pro-list .list {
    width: 100%;
    padding-top: 50px;
}

.product .pro-list .list ul li .title p {
    color: #868686;
}

.product .pro-list .list ul li .title p:hover {
    opacity: 0.7;
}

.product .pro-list .list ul li a {
    cursor: pointer;
}

.product .pro-list .list ul li a img {
    height: 204.7px;
}

.product .pro-list .list ul li a:hover {
    opacity: 0.7;
}

.pro-categories .title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}

.pro-categories .cat-item {
    margin: 10px 0;
}

.pro-categories .cat-item a:before {
    content: " ";
    width: 14px;
    height: 14px;
    border-style: solid;
    border-width: 1px;
    margin-right: 8px;
    display: block;
    float: left;
    margin-top: 2px;
    border-radius: 0px;
}

.pro-categories ul li .current-cat a {
    font-weight: bold;
}

.pro-categories ul li.current-cat a::before {
    background: #000000;
}

 .children{
    margin-bottom: 0;
    padding-left: 20px;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.children_item{
    padding-top: 10px;
}

  .active{
    opacity: 1;
    height: auto!important;
}

.path {
    color: #868686;
}

.path a {
    color: #868686;
}

.breadcrump_sep {
    margin: 0 10px;
}


/*pro-view*/

.product_detailed {
    width: 90%;
    max-width: 1600px;
    margin: 6% auto 0%;
    height: 100%;
    overflow: hidden;
}

.product_detailed>.fl {
    width: 640px;
}

.product_detailed>.fr {
    width: calc(100% - 640px);
    padding-top: 80px;
}

.product_img {
    border: 2px #ececec solid;
    padding: 24px;
    position: relative;
}

.gallery-top {
    padding-bottom: 24px;
}

.gallery-top .swiper-slide {
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.gallery-top2 {
    padding-bottom: 24px!important;
}

.gallery-top2 .swiper-slide {
    padding-top: 65%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.gallery-thumbs {
    margin-left: 5px;
    margin-right: 5px;
}

.gallery-thumbs .swiper-slide {
    padding-top: 18%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px #000 solid;
    cursor: pointer;
    background-size: 100% 100%;
}

.product_img_btn {
    position: relative;
}

.product_img .swiper-button-prev,
.product_img .swiper-button-next {
    background-color: #a2a2a2;
    top: 0px;
    width: 24px;
    height: 100%;
    margin-top: 0px;
    background-size: 50% 50%;
    outline: unset;
}

.product_img .swiper-button-prev {
    left: -20px;
}

.product_img .swiper-button-next {
    right: -20px;
}

.product_dl {
    padding-top: 40px;
    width: 90%;
    margin: 0px auto;
}

.product_dl>dt {
    font-size: 16px;
    font-weight: bold;
}

.product_dl>dd {
    font-size: 16px;
    line-height: 24px;
    padding-top: 20px;
}

.product_dl_2>dd {
    text-align: center;
    width: 50%;
    margin: 0px auto;
}

.product_dl_2>dd>hr {
    height: 1px;
    border: none;
    border-top: 1px solid #555555;
}

.product_code {
    float: right;
    max-width: 150px;
}

.product_prev_next {
    width: 90%;
    max-width: 1600px;
    margin: 6% auto 0%;
    background-color: #f1f1f1;
}

.product_prev_next>div {
    padding: 0px 20px 0 0;
}

.product_prev_next p {
    display: inline-block;
    padding: 0px 10px;
}

.product_feature {
    width: 90%;
    max-width: 1600px;
    margin: 2% auto 2%;
}

.product_feature>dt {
    font-size: 16px;
    font-weight: bold;
}

.product_feature>dd {
    padding: 20px 0px 20px;
}

.product_feature>dd>dl {
    width: 33%;
    display: inline-flex;
}

.product_feature>dd>dl>dt {
    width: 45%;
    float: left;
}

.product_feature>dd>dl>dd {
    width: calc(100% - 160px);
    float: right;
    font-size: 14px;
    line-height: 24px;
    margin: 0 10px;
}

.product_feature>dd>dl>dt img {
    width: 100%;
    height: 100%;
}


/*news*/

.news {
    padding: 60px 0;
}

.news .title {
    text-align: center;
    margin-bottom: 40px;
}

.news-nav {
    margin-top: 40px;
}


#module-6059de7f3d518 img{
    width: 100%;
    height: 100%
}


.news-nav ul li {
    display: inline-block;
    border-bottom: #c1c1c1b5 solid 1px;
    margin: 0 20px 10px 20px;
    transition: ease-in-out all 0.4s;
}

.news-nav ul li a{
    font-size: 16px;
}

.news .title p {
    border-top: 1px solid #000;
    padding-top: 10px;
    width: 5%;
    margin: 0 auto;
}

.news .summary p:nth-child(1) {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 700;
}

.news .summary p:nth-child(2) {
    font-size: 12px;
}

.news .list ul li {
    width: 31%;
    margin-right: 3.5%;
    text-align: center;
    margin-bottom: 1.7rem;
}

.news .list ul li:nth-child(3n) {
    margin-right: 0;
}

.news .list ul li a:hover{
   opacity: 0.7;
}

.news-foot img {
    width: 100%;
}

.comm_view {
    margin-top: 120px;
}

.comm_view .comm_title h4 {
    font-size: 1rem;
}

/*store*/
.Store .main-content-with-sidebar{
    margin: 60px auto;
}
.Store .store_list {
    width: 100%;
}

.Store .store_list ul li {
    float: left;
    width: 31.33%;
    margin: 20px 13px;
}

.Store .store_list ul li .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.Store .store_list ul li .img img{
    height: 100%;
}

.Store .store_list ul li .img a{
    width: 100%;
}

.Store .store_list ul li img {
    width: 100%;
    transition: all .6s ease-in-out;
}

.Store .store_list ul li:hover img {
    transform: scale(1.1, 1.1);
}

.Store .store_list ul li p {
    text-align: center;
    margin-top: 15px;
}



.Store .filter-title {
    margin-bottom: 37px;
    color: #4c4c4c;
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    padding: 54px 27px 0;
}

.Store .section1 .search-bar {
    text-align: center;
    height: 70px;
}

.Store .section1 .search-bar .search-bar_input {
    display: inline-block;
    margin-right: 10px;
}

.Store .section1 .search-bar .search-bar_input select {
    padding-left: 54px;
    height: 37px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    -webkit-appearance: none;
    background: white url(../../images/home/arrow.svg) no-repeat 95% center;
    background-size: 16px;
    width: 190px;
}

.Store .section1 .search-bar .search-bar_button {
    display: inline-block;
    margin-right: 10px;
}

.Store section .search-bar .search-bar_button button {
    line-height: 22px;
    color: #4c4c4c;
    text-transform: uppercase;
    border: 1px solid transparent;
    background-color: transparent;
    outline: none;
    font-size: 15px;
    border-bottom: 1px solid black;
    padding: 4px 20px;
    cursor: pointer;
}

.Store .main-content-with-sidebar .view-listing {
    padding: 60px;
    overflow: hidden;
}

.Store .main-content-with-sidebar .view-listing .wrapper-stores-info-content {
    padding: 0 140px;
}

.Store .main-content-with-sidebar .wrapper-stores-info-content .views-row {
    margin-bottom: 40px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    float: left;
}

.Store .main-content-with-sidebar .views-row .stores_content_brand {
    background: transparent url(../../images/home/store_logo.png) no-repeat left center;
    margin-right: 10px;
    background-size: contain;
    height: 85px;
    margin-bottom: 8px;
    position: relative;
    left: -5px;
}

.Store .main-content-with-sidebar .views-row strong {
    display: block;
    margin: 20px 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.Store .main-content-with-sidebar .views-row p {
    margin: 0 0 20px;
    line-height: 1.5;
    font-size: 16px;
    max-height: 24px;
}

.Store .main-content-with-sidebar .views-row .stores_content_link {
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 10px;
    margin: 20px 0 0;
    border-bottom: 1px solid black;
}


/*contact*/

.contact {
    width: 80%;
    height: auto;
    margin: 0 auto;
    color: rgba(43, 43, 43, 1);
    overflow: hidden;
    padding: 4% 0;
}

.contact>h1 {
    width: 100%;
    height: auto;
    font-size: 26px;
    line-height: 26px;
    margin: 50px 0 20px;
    overflow: hidden;
}

.contact>span {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
    display: inline-block;
}

.contact_int {
    width: 55%;
    height: auto;
    overflow: hidden;
}

.contact-img{
    width: 200px;
    position: relative;
    top: 30px;
}

.contact-img img{
    width: 100%;
}

.contact_int>h2 {
    width: 100%;
    height: auto;
    font-size: 20.8px;
    line-height: 26px;
    color: rgba(43, 43, 43, 1);
    overflow: hidden;
    margin: 40px 0 20px;
}

.contact_int ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.contact_int ul li {
    flex: 1;
    margin-bottom: 20px;
    padding-left: 0.8%;
}

.contact_int ul li:nth-of-type(1) {
    padding-left: 0;
}

.contact_int ul li:nth-child(3n) {
    padding-left: 1.5%;
}

.contact_int ul li>p {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    margin-bottom: 10px;
    padding-right: 5%;
}

.contact_int .init2 p {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    margin-bottom: 10px;
    padding-right: 5%;
}

.contact_form {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.contact_form>h2 {
    width: 100%;
    height: auto;
    font-size: 26px;
    line-height: 26px;
    color: rgba(43, 43, 43, 1);
    overflow: hidden;
    margin: 20px 0;
}

.contact_forms {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
}

.c_form_input {
    float: left;
    width: 32%;
    height: auto;
    overflow: hidden;
    margin-right: 2%;
}

.contact_forms .c_form_input:nth-of-type(3) {
    float: right;
    margin-right: 0;
}

.c_form_input p {
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
    margin-bottom: 7px;
}

.c_form_input>input[type="text"] {
    width: 98%;
    height: 52px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(43, 43, 43, 1);
    outline: none;
    font-size: 16px;
}

.c_form_text {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.c_form_text>p {
    width: 100%;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
    margin-bottom: 7px;
}

.c_form_text>textarea {
    width: 99.5%;
    height: 124px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(43, 43, 43, 1);
    outline: none;
    font-size: 16px;
}

.contact_form button {
    width: 324px;
    height: 38px;
    font-size: 14px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(43, 43, 43, 1);
    outline: none;
    text-align: center;
    line-height: 38px;
    overflow: hidden;
    margin: 27px 0 60px;
    cursor: pointer;
}

.index-video {
    margin-top: 0rem;
    margin-bottom: 10rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    max-width: 82.5rem;
    margin-left: auto;
    margin-right: auto;
}

.index-video video {
    width: 100%;
}

.sleep .img {
    margin-bottom: 3rem;
    position: relative;
    margin-top: 3rem;
}



.sleep .img:nth-child(1){
    margin-top: 9rem;
}

.sleep .img img:nth-of-type(2) {
    max-width: 30%;
    position: absolute;
    top: 10.5%;
    left: 8%;
}

.sleep .img .icon1 {
    width: 11%;
    position: absolute;
    top: 80%;
    left: 9%;
}

.sleep .img h1 {
    position: absolute;
    letter-spacing: 0.4rem;
    width: 28%;
    top: 37%;
    left: 9%;
    color: #00496b;
    font-weight: 700;
    font-size: 43px;
}

.sleep .img p {
    position: absolute;
    letter-spacing: 0.2rem;
    width: 31%;
    top: 49%;
    left: 9%;
    font-size: 0.8rem;
    line-height: 1.3rem;
}

.sleep .img .p2{
    top: 59%;
}

.sleep .img:nth-child(1) h3{
    color: #fff;
}

.sleep .sleep-logo{
    display: block;
    position: absolute;
    max-width: 9%;
    top: 4%;
    right: 2%;
}


.sleep .img h3{
    position: absolute;
    letter-spacing: 0.2rem;
    width: 11%;
    top: 39%;
    left: 22%;
    font-size: 1.3rem;
    color: #bf9959;
}

.sleep .img .icon2{
    width: 12%;
    position: absolute;
    top: 63%;
    left: 9%;
}

.sleep .img .icon3{
    width: 17%;
    position: absolute;
    top: 60%;
    left: 9%;
}

.sleep .img-wap{
    margin-bottom: 35px;
}

.sleep .img-wap img{
     width: 100%;
}

.sleep .img-wap .p2 {
    margin: 1.5rem 0;
}

.sleep .img-wap .p2 h1{
    display: inline-block;
    width: 40%;
    font-size: 1.6rem;
    margin-bottom: 0;
    position: relative;
    top: 6px;
}

.sleep .img-wap h3{
    text-align: left;
    font-size: 1.2rem;
}

.sleep .img-wap .p2 .icon{
    display: inline-block;
    width: 45%;
    vertical-align: middle;
}

.sleep .img-wap .p2 .icon3{
    display: inline-block;
    width: 57%;
    vertical-align: middle;
}

.sleep .img-wap p{
    line-height: 1.3rem;
    letter-spacing: 0.2rem;
}

.sleep .img-wap .imgtitle{
    width: 80%;
    margin: 0 auto;
}

.store-view{
    margin: 9rem auto 3rem auto!important;
}

.wap {
    display: none!important;
}

.pc {
    display: block;
}

.hidden {
    visibility: hidden!important;
}

.copyright {
    margin-top: 1rem;
    padding-top: 10px;
    border-top: 1px solid #868686;
}


.copyright p {
    margin: 0;
    text-align: center;
}

.copyright a::after{
    width: 0;
}

.copyright a:hover{
    color: #868686;
}

#module-6059de7f33f26{
    padding: 6rem 0;
}

@media screen and (max-width: 1920px) {
    .sleep .img .icon1 {
        width: 14%;
        top: 60%;
    }
}


@media screen and (max-width: 1680px) {
    .sleep .img .icon3{
        top: 60%;
    }
}

@media (max-width: 1440px) {
    .sleep .img .sl1 img{
        width: 100%;
    }
    .sleep .img img:nth-of-type(2){
        top: 2.5%;
        max-width: 26%;
    }
    .sleep .img h1{
        top: 25%;
    }
    .sleep .img .icon1{
        top: 51%;
        left: 9%;
    }
    .sleep .img p{
        top: 36%;
    }
    .sleep .img .p2{
        top: 49%;
    }
    .sleep .img h3{
        top: 25%;
        left: 24%;
        margin: 12px 0;
    }
    .sleep .img .icon2{
        top: 52%;
    }
    .sleep .img .icon3{
        top: 50%;
    }
} 

@media (max-width: 1366px) {
    .sleep .img{
        min-width: 100%
    }
    .sleep .img img:nth-of-type(2){
        max-width: 21%;
        top: 3.5%;
    }
    .sleep .img h1{
        top: 25%;
    }
    .sleep .img .icon1 {
        width: 12%;
        top: 52%;
    }
    .sleep .img .icon2{
        top: 56%;
    }
    .sleep .img p{
        top: 37%;
    }
    .sleep .img .p2 {
        top: 53%;
    }
    .sleep .img h3 {
        position: absolute;
        top: 27%;
        font-size: 1.1rem;
        left: 24%;
    }
}  

@media (max-width: 1280px) {
    .sleep .img .icon1 {
        left: 9%;
        top: 53%;
    }
    .sleep .img h3 {
        top: 26%;
        left: 25%;
    }

    .sleep .img .p2 {
        top: 51%;
    }

    .sleep .img .icon2 {
        top: 57%;
    }

    .sleep .img .icon3 {
        top: 52%;
    }

    .sleep .img:nth-child(1){
        margin-top: 5rem;
    }

} 

/*more*/
.more{
    margin-bottom: 2rem;
}
.btn-more {
    padding: 5PX 30PX!important;
    border: #000 solid 1PX;
    color: #000!important;
    display: block;
}

#module-6059de7f34eb1 .btn-more{
    padding: 10PX 30PX!important;
}

.btn-more:hover{
    background-color: #fff;
    border: #fff solid 1PX;
}

.editorial-2__container .en-title{
    width: 100%;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: #000 solid 1px!important;
    font-size: 1.2rem;
    color: #000;
}

.wap1024{
    display: none;
}

@media screen and (max-width: 1024px) {
    .wap1024{
        display: block;
    }
    .bed-collection{
        width: 30%!important;
    }
    .bed-collection{
        margin: 0 1.5%;
    }
    .product .pro-list .list ul li a img{
        max-height: 174.7px;
    }
    .news .list ul li a img{
        max-height: 165px;
    }
    .Store .store_list ul li{
        width: 47.33%;
    }
    .editorial-4__content {
        margin: 5rem 2rem 5rem 2rem
    }
}




@media screen and (max-width: 768px) {
    .contact-img{
        top: 0;
    }
    .en-title{
        font-size: 1rem!important;
    }
    .h3, h3{
        font-size: 1.325rem;
    }
    .editorial-2__container h1 {
        text-align: center;
    }
    .editorial-2__container .en-title{
        width: 85%;
        margin: 0 auto;
        margin-bottom: 20px;
        text-align: center;
    }

    .bed-collection:nth-child(1){
      margin-bottom: 0;
      padding: 5%;
      margin: 0;
      background: linear-gradient(180deg, rgba(208, 175, 160, .8), rgba(246, 233, 220, .8));
    }

    .bed-collection:nth-child(2){
        margin-bottom: 0;
        padding: 0 5%;
      }

      .bed-collection:nth-child(3){
        padding: 5%;
        margin: 0;
        background: linear-gradient(180deg,rgba(246, 233, 220, .8), rgba(208, 175, 160, .8));
      }

      .editorial-4__content a{
        display: inline-block;
        width: 49%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

    
    .bed-collection{
        width: 100%!important;
        padding: 0 2%;
        margin-bottom: 10%;
    }
    .bed-collection:nth-child(3){
        margin-bottom: 0;
    }
    
    .bed-collection__title {
        font-size: 1.15rem;
    }
    .editorial-1__content .en-title{
        width: 40%;
        font-size: 1.1rem;
    }
    #module-6059de7f373ff .en-title{
        width: 40%;
        font-size: 1.1rem;
    }
    #module-6059de7f34eb1 .btn-more{
        width: 50%;
        margin: 0 auto;
    }
    .editorial-1__img-small{
        width: 100%;
    }
    .h1,
    h1 {
        font-size: 1.5rem;
    }
    .editorial-2__container h1{
         margin-bottom: 1rem;
    }
    .h2,
    h2 {
        font-size: 1.3rem;
    }
    .h4,
    h4 {
        font-size: 1.115rem;
    }
    .footer__logo {
        display: block;
        text-align: center;
    }
    .footer__logo img {
        height: 6rem;
    }
    .bed-collection__number {
        margin-bottom: -1.125rem;
    }
    .news .title h3 {
        font-size: 1.3rem;
    }
    .number-title {
        font-size: 2rem;
    }
    .wap {
        display: block!important;
    }
    .pc {
        display: none!important;
    }
    .footer {
        padding: 1rem;
        background-color: #ece8e0
    }
    .footer__container {
        max-width: 90%;
    }
    .footer__logo {
        margin: 0 auto;
        width: 180px;
        height: 100%;
    }
    .footer__nav {
        width: 100%;
        padding: 20px 0 10px 0;
    }
    .footer__nav-list {
        text-align: center;
        line-height: 25px;
    }
    /*index*/
    #module-6059de7f33209 {
        background-size: 100%;
        background-position: center;
    }

    .index-video{
        margin-bottom: 5rem;
    }
    .hero-1 {
        height: 100vh;
        margin-top: 0!important;
    }
    #module-6059de7f33f26 {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 1rem;
    }
    .mobile-header .site-header__logo {
        bottom: 0;
    }
    .bed-collection__number {
        color: #fff;
    }
    .bed-collection__img {
        width: 100%;
    }
    #module-6059de7f373ff {
        margin-bottom: 5rem;
    }
    #module-6059de7f373ff .bed-collections__title p {
        color: #000;
    }
    #module-6059de7f34eb1 {
        margin-bottom: 0rem;
        padding-bottom: 0rem;
        padding: 0 2rem;
    }

    #module-6059de7f34eb1 .editorial-2__container img{
        width: 100%;
    }
    .editorial-4__img {
        width: 100%;
        margin-left: 0;
    }
    #module-6059de7f3d518 {
        padding-bottom: 0;
    }
    .editorial-4__content {
        max-width: 100%;
    }
    .editorial-2__content {
        max-width: 100%;
    }
    .editorial-2 {
        max-width: 100%;
    }

    /*sleep-768*/
    .sleep .sleep-logo{
        max-width: 15%;
        top: 2%;
        right: 3%;
    }

    .sleep .img-wap .p2 h1{
        font-size: 1.7rem;
    }

    .sleep .img-wap .p2 span{
        font-size: 1rem;
        vertical-align: middle;
     }
     .sleep .icon{
         max-width: 60%;
         margin: 0 auto;
     }

    /*about*/
    .about1 .big-img {
        width: 100%;
        margin: 0 auto 40px auto;
    }
    .editorial-2__container {
        padding-left: 0;
    }
    .editorial-2__container h2 span{
        display: block;
        margin-bottom: 1rem;
        text-align: center;
    }

    .about1 .s2 .editorial-2__container--images{
        max-width: 100%;
    }
    .padding0 {
        padding: 0 0!important;
    }
    .about1 .s2 .editorial-2__container--content{
        width: 100%;
    }
    /*pro*/
    .mMenu {
        position: fixed;
        width: 80%;
        background: #fff;
        z-index: 999;
        top: 0;
        left: 0;
        opacity: 0;
        display: block;
        height: calc(100vh - 50px);
        overflow: scroll;
        transition: all ease-in-out 0.5s;
    }
    .mMenu .top {
        padding: 10px 20px;
        border-bottom: 1px solid #d8d8d8 !important;
    }
    .mMenu ul {
        width: 85%;
        margin: 0 auto;
    }
    .mMenu ul li .children {
        transition: all ease-in-out 0.5s;
        overflow: hidden;
        height: 0;
    }
    .news-list ul li .con p:nth-of-type(1) a {
        font-size: 16px;
    }
    .mMenu ul li {
        height: 40px;
        line-height: 40px;
        text-align: left;
        font-size: 16px;
        height: inherit;
    }
    .mMenu h3 {
        color: #000;
    }
    .mMenu ul li a {
        color: #000;
        border-bottom: 1px solid #d8d8d8 !important;
        display: block;
        padding: 10px;
        background: url(../images/home/add_icon.png) no-repeat right center;
    }
    .mMenu ul li ul li a {
        background: none
    }
    .mMenu ul li .addicon {
        float: right;
    }
    #header.menu_close .mMenu {
        display: block;
    }
    .pro-categories-wap {
        width: 100%;
        margin-left: 2rem;
    }
    .product .pro-list .list ul li a img {
        max-height: 135.2px!important;
    }
    .pro-categories-wap .menuBar {
        display: inline-block;
        margin-right: 5%;
        vertical-align: middle!important;
        margin-bottom: 0px;
    }
    .pro-categories-wap .menuBar .list {
        margin: 0;
    }
    .menuBar .bar_line {
        width: 17px;
        height: 2px;
        background: #000;
        margin-bottom: 3px;
        -webkit-transition: -webkit-transform .6s, opacity .3s;
        transition: transform .6s, opacity .3s;
        border-radius: 1px;
    }
    .banner .back .img {
        width: 80%;
        margin: 6.5rem auto!important;
    }
    .product .pro-list .list {
        padding: 10px 15px 0 15px;
    }
    .product .pro-list {
        width: 100%;
    }
    .product .pro-list .list ul li {
        width: 49%;
        max-width: 49%;
        margin-right: 2%;
    }
    .product .pro-list .list ul li:nth-child(3n){
        margin-right: 2%;
    }
    .product .pro-list .list ul li:nth-child(2n) {
        margin-right: 0;
    }
    .product {
        padding: 0px 0;
    }
    .product-view .swiper .vertical ul li {
        float: left;
    }
    .product-view .swiper {
        float: none;
        width: 100%!important;
    }
    .product-view .swiper .vertical {
        width: 100%;
    }
    .product-view .swiper-list {
        width: 100%;
    }
    .product-view .w50 {
        width: 100%!important;
    }
    .product-view .detail h1 {
        font-size: 22px;
        font-weight: 400;
    }
    .product-view {
        min-height: 23rem;
        margin-top: 90px;
        padding: 0 0px 30px 0px;
        margin-top: 90px;
    }
    .product-view .img img {
        width: 100%;
    }
    .product_detailed>.fl {
        width: 100%;
    }
    .proxq_content .aside_l i,
    .proxq_content .aside_r i {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .proxq_content .aside_l {
        position: fixed;
        top: 200px;
        left: 0;
        border: 1px solid #e5e5e5;
        z-index: 99;
        background-color: #fff;
        cursor: pointer;
        width: 40px;
        height: 150px;
    }
    .proxq_content .aside_l a {
        display: inline-block;
        width: 100%;
        height: 100%
    }
    .proxq_content .aside_l i {
        font-size: 16px;
        top: 20px
    }
    .proxq_content .aside_l p {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        position: absolute;
        bottom: 30px
    }
    .proxq_content .aside_l p {
        left: -16px
    }
    .proxq_content .aside_r {
        position: fixed;
        top: 200px;
        right: 0;
        border: 1px solid #e5e5e5;
        z-index: 99;
        background-color: #fff;
        cursor: pointer;
        width: 40px;
        height: 150px;
    }
    .proxq_content .aside_r a {
        display: inline-block;
        width: 100%;
        height: 100%
    }
    .proxq_content .aside_r i {
        font-size: 16px;
        bottom: 20px
    }
    .proxq_content .aside_r p {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        position: absolute;
        top: 30px
    }
    .proxq_content .aside_r p {
        left: 1px
    }
    .product_detailed>.fr {
        width: 100%;
    }
    .product_dl {
        width: 100%;
    }
    .product_feature>dd {
        padding: 20px 0px 20px;
        margin-left: 0;
    }
    .product_feature>dd>dl {
        width: 100%;
        display: inline-flex;
    }
    .product_feature>dd>dl>dt {
        width: 160px;
        height: 94px;
        float: left;
    }
    .product_feature>dd>dl>dd {
        width: calc(100% - 160px);
        float: right;
        font-size: 12px;
        line-height: 20px;
        margin: 0 10px;
    }
    .product_feature>dd>dl>dt img {
        width: 100%;
        height: 100%;
    }

    .sleep{
        margin-top: 80px;
    }
    /*news*/

    .news{
        padding-top: 0;
        max-width: 100%;
    }
    .news .title p {
        width: 20%;
    }
    .news .list {
        padding: 0 1rem;
    }
    .news .list ul li {
        width: 47%;
        margin-right: 6%;
        margin-bottom: 6%;
    }

    .news .list ul li img{
        width: 100%;
        height: 100%;
    }
    .news .list ul li:nth-child(3n){
        margin-right: 6%;
    }
    .news .list ul li:nth-child(2n) {
        margin-right: 0;
    }
    .news .list ul {
        margin-bottom: 0;
    }
    .recommend ul li {
        width: 49%;
        margin-right: 2%;
    }
    .recommend ul li:nth-child(2n) {
        margin-right: 0;
    }
    .news .summary p:nth-child(1) {
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    /*store*/
    .Store .filter-title {
        margin-bottom: 30px;
        padding: 30px 25px 0;
        font-size: 20px;
    }

    .Store .store_list ul li {
        width: 43.33%;
    }
    
    .Store .section1 .search-bar .search-bar_input select {
        padding-left: 40px;
        height: 40px;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        font-size: 12px;
        -webkit-appearance: none;
        background: white url(../../images/home/arrow.svg) no-repeat 95% center;
        background-size: 20px;
        width: 300px;
        margin-bottom: 0.3rem;
    }
    .Store .section1 .search-bar .search-bar_input select option {
        font-size: 12px;
    }
    .Store .section1 .search-bar {
        height: 175px;
    }
    .Store .main-content-with-sidebar {
        margin: 40px auto;
    }
    .Store .main-content-with-sidebar .view-listing {
        padding: 0;
    }
    .Store .main-content-with-sidebar .view-listing .wrapper-stores-info-content {
        padding: 0;
    }
    .Store .main-content-with-sidebar .wrapper-stores-info-content .views-row {
        width: 49%;
        padding: 0% 6%;
    }
    .Store .main-content-with-sidebar .views-row p {
        max-height: 5rem;
    }
    .Store .main-content-with-sidebar .views-row .stores_content_brand {
        left: 0;
    }

    .store-view{
        max-width: 95%;
    }
    
    /*contact*/
    .contact {
        width: 90%;
        padding: 7% 0;
    }
    .contact>span {
        line-height: 23px;
    }
    .contact_int ul li {
        flex: 0 0 100%;
    }

    .contact .w50{
        width: 100%;
    }
    .contact .w47{
        width: 100%;
    }
    .c_form_input{
        width: 100%;
    }

    .contact_form button{
        margin: 30px auto;
    }

    #map{
        height: 17rem;
    }

    .comm_view .comm_neighbor div.prev,.comm_view .comm_neighbor div.next{
        width: 100%;
        float: none;
        overflow: auto;
        text-align: left;
    }
}

@media screen and (max-width: 540px) {
}

@media screen and (max-width: 414px) {
    .hero-1{
        height: 42rem;
    }
    .contact_int{
        width: 100%;
    }
    .contact-img{
        width: 40%;
    }
}

@media screen and (max-width: 375px) {
    .product .pro-list .list ul li a img {
        max-height: 122.47px!important;
    }
    .hero-1{
        height: 38rem;
    }
    .mobile-header__icon{
        width: 14%;
    }
    .Store .store_list ul li{
        width: 43%;
    }
}


@media screen and (max-width: 360px) {
    .product .pro-list .list ul li a img {
        max-height: 117.56px!important;
    }
    .hero-1{
        height: 37rem;
    }
  
    .editorial-2__container .en-title{
        width: 77%;
    }
    .Store .store_list ul li{
        width: 42.33%;
    }
}

@media screen and (max-width: 320px) {
    .hero-1{
        height: 33rem;
    }
    .mobile-header__icon{
        width: 16%;
    }
}