@charset "UTF-8";
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger:hover {
    opacity: 0.7;
}
.hamburger-box {
    width: 30px;
    height: 21px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 30px;
    height: 3px;
    background-color: #a74c28;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block;
}
.hamburger-inner:before {
    top: -9px;
}
.hamburger-inner:after {
    bottom: -9px;
}
.hamburger--3dx .hamburger-box {
    -webkit-perspective: 60px;
    perspective: 60px;
}
.hamburger--3dx .hamburger-inner {
    -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
    -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
    transform: translate3d(0, -9px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-box {
    -webkit-perspective: 60px;
    perspective: 60px;
}
.hamburger--3dx-r .hamburger-inner {
    -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
    -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
    transform: translate3d(0, -9px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-box {
    -webkit-perspective: 60px;
    perspective: 60px;
}
.hamburger--3dy .hamburger-inner {
    -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
    -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
    transform: translate3d(0, -9px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-box {
    -webkit-perspective: 60px;
    perspective: 60px;
}
.hamburger--3dy-r .hamburger-inner {
    -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
    -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
    transform: translate3d(0, -9px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(-6px, 0, 0) rotate(-45deg) scaleX(0.7);
    transform: translate3d(-6px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrow.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(-6px, 0, 0) rotate(45deg) scaleX(0.7);
    transform: translate3d(-6px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(6px, 0, 0) rotate(45deg) scaleX(0.7);
    transform: translate3d(6px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(6px, 0, 0) rotate(-45deg) scaleX(0.7);
    transform: translate3d(6px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt .hamburger-inner:before {
    -webkit-transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner:after {
    -webkit-transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scaleX(0.7);
    transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scaleX(0.7);
    -webkit-transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
    transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
    transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
    transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowalt.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scaleX(0.7);
    transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scaleX(0.7);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
    transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
    transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
    transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowalt-r .hamburger-inner:before {
    -webkit-transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner:after {
    -webkit-transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transform: translate3d(6px, -7.5px, 0) rotate(45deg) scaleX(0.7);
    transform: translate3d(6px, -7.5px, 0) rotate(45deg) scaleX(0.7);
    -webkit-transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
    transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
    transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
    transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowalt-r.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scaleX(0.7);
    transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scaleX(0.7);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
    transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
    transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
    transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
    -webkit-transition-property: none;
    transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0.13s;
    transition-delay: 0.13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner:after {
    top: -18px;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner:before {
    -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
    transform: translate3d(0, -9px, 0) rotate(-45deg);
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner:after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
}
.hamburger--collapse.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}
.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0.13s;
    transition-delay: 0.13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner:after {
    top: -18px;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner:before {
    -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -9px, 0) rotate(45deg);
    transform: translate3d(0, -9px, 0) rotate(45deg);
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner:after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
}
.hamburger--collapse-r.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}
.hamburger--elastic .hamburger-inner {
    top: 1.5px;
    -webkit-transition-duration: 0.275s;
    transition-duration: 0.275s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner:before {
    top: 9px;
    -webkit-transition: opacity 0.125s ease 0.275s;
    transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic .hamburger-inner:after {
    top: 18px;
    -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 9px, 0) rotate(135deg);
    transform: translate3d(0, 9px, 0) rotate(135deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms;
}
.hamburger--elastic.is-active .hamburger-inner:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -18px, 0) rotate(-270deg);
    transform: translate3d(0, -18px, 0) rotate(-270deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms;
}
.hamburger--elastic-r .hamburger-inner {
    top: 1.5px;
    -webkit-transition-duration: 0.275s;
    transition-duration: 0.275s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner:before {
    top: 9px;
    -webkit-transition: opacity 0.125s ease 0.275s;
    transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic-r .hamburger-inner:after {
    top: 18px;
    -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 9px, 0) rotate(-135deg);
    transform: translate3d(0, 9px, 0) rotate(-135deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms;
}
.hamburger--elastic-r.is-active .hamburger-inner:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -18px, 0) rotate(270deg);
    transform: translate3d(0, -18px, 0) rotate(270deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms;
}
.hamburger--emphatic {
    overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
    -webkit-transition: background-color 0.125s ease-in 0.175s;
    transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:before {
    left: 0;
    -webkit-transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic .hamburger-inner:after {
    top: 9px;
    right: 0;
    -webkit-transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner:before {
    left: -60px;
    top: -60px;
    -webkit-transform: translate3d(60px, 60px, 0) rotate(45deg);
    transform: translate3d(60px, 60px, 0) rotate(45deg);
    -webkit-transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
    transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
    transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
    transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
}
.hamburger--emphatic.is-active .hamburger-inner:after {
    right: -60px;
    top: -60px;
    -webkit-transform: translate3d(-60px, 60px, 0) rotate(-45deg);
    transform: translate3d(-60px, 60px, 0) rotate(-45deg);
    -webkit-transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
    transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
    transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
    transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
}
.hamburger--emphatic-r {
    overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
    -webkit-transition: background-color 0.125s ease-in 0.175s;
    transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r .hamburger-inner:before {
    left: 0;
    -webkit-transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r .hamburger-inner:after {
    top: 9px;
    right: 0;
    -webkit-transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner:before {
    left: -60px;
    top: 60px;
    -webkit-transform: translate3d(60px, -60px, 0) rotate(-45deg);
    transform: translate3d(60px, -60px, 0) rotate(-45deg);
    -webkit-transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
    transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
    transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
    transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
}
.hamburger--emphatic-r.is-active .hamburger-inner:after {
    right: -60px;
    top: 60px;
    -webkit-transform: translate3d(-60px, -60px, 0) rotate(45deg);
    transform: translate3d(-60px, -60px, 0) rotate(45deg);
    -webkit-transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
    transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
    transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
    transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
}
.hamburger--slider .hamburger-inner {
    top: 1.5px;
}
.hamburger--slider .hamburger-inner:before {
    top: 9px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner:after {
    top: 18px;
}
.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner:before {
    -webkit-transform: rotate(-45deg) translate3d(-4.28571px, -6px, 0);
    transform: rotate(-45deg) translate3d(-4.28571px, -6px, 0);
    opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -18px, 0) rotate(-90deg);
    transform: translate3d(0, -18px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
    top: 1.5px;
}
.hamburger--slider-r .hamburger-inner:before {
    top: 9px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner:after {
    top: 18px;
}
.hamburger--slider-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 9px, 0) rotate(-45deg);
    transform: translate3d(0, 9px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner:before {
    -webkit-transform: rotate(45deg) translate3d(4.28571px, -6px, 0);
    transform: rotate(45deg) translate3d(4.28571px, -6px, 0);
    opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -18px, 0) rotate(90deg);
    transform: translate3d(0, -18px, 0) rotate(90deg);
}
.hamburger--spring .hamburger-inner {
    top: 1.5px;
    -webkit-transition: background-color 0s linear 0.13s;
    transition: background-color 0s linear 0.13s;
}
.hamburger--spring .hamburger-inner:before {
    top: 9px;
    -webkit-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner:after {
    top: 18px;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
    background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner:after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    -webkit-transform: translate3d(0, 9px, 0) rotate(-45deg);
    transform: translate3d(0, 9px, 0) rotate(-45deg);
}
.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner:after {
    top: -18px;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner:before {
    -webkit-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
    transform: translate3d(0, -9px, 0) rotate(-45deg);
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner:after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
}
.hamburger--spring-r.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
}
.hamburger--stand .hamburger-inner {
    -webkit-transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
    transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
    transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
    transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
}
.hamburger--stand .hamburger-inner:before {
    -webkit-transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand .hamburger-inner:after {
    -webkit-transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand.is-active .hamburger-inner {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: transparent;
    -webkit-transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
    transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.hamburger--stand.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.hamburger--stand.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.hamburger--stand-r .hamburger-inner {
    -webkit-transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
    transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
    transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
    transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
}
.hamburger--stand-r .hamburger-inner:before {
    -webkit-transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r .hamburger-inner:after {
    -webkit-transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: transparent;
    -webkit-transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
    transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.hamburger--stand-r.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.hamburger--stand-r.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner:before {
    -webkit-transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
    transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner:after {
    -webkit-transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
    transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
}
.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.hamburger--spin-r .hamburger-inner {
    -webkit-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner:before {
    -webkit-transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
    transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner:after {
    -webkit-transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
    transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
}
.hamburger--spin-r.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner:before {
    -webkit-transition: top 75ms ease 0.12s, opacity 75ms ease;
    transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
    -webkit-transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 75ms ease, opacity 75ms ease 0.12s;
    transition: top 75ms ease, opacity 75ms ease 0.12s;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.hamburger--vortex .hamburger-inner {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner:before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner:after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
}
.hamburger--vortex.is-active .hamburger-inner {
    -webkit-transform: rotate(765deg);
    transform: rotate(765deg);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.hamburger--vortex-r .hamburger-inner {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner:before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner:after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-765deg);
    transform: rotate(-765deg);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
html.magnifying > body {
    overflow-x: hidden !important;
}
.magnify {
    position: relative;
    display: inline-block;
}
.magnify .magnify-lens {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    box-shadow: 0 0 0 7px hsla(0, 0%, 100%, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    cursor: none;
    display: none;
    z-index: 10;
}
.magnify .magnify-lens.loading {
    background: #333 !important;
    opacity: 0.8;
}
.magnify .magnify-lens.loading:after {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    color: #fff;
    content: "Loading...";
    font: italic normal 16px/1 Calibri, sans-serif;
    text-align: center;
    text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
    text-transform: none;
}
body.swal2-shown {
    overflow-y: hidden;
}
.swal2-container,
body.swal2-iosfix {
    position: fixed;
    left: 0;
    right: 0;
}
.swal2-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    bottom: 0;
    padding: 10px;
    background-color: transparent;
    z-index: 13;
}
.swal2-container.swal2-fade {
    -webkit-transition: background-color 0.1s;
    transition: background-color 0.1s;
}
.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4);
}
.swal2-modal {
    background-color: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    position: relative;
    max-width: 100%;
}
.swal2-modal:focus {
    outline: none;
}
.swal2-modal.swal2-loading {
    overflow-y: hidden;
}
.swal2-modal .swal2-title {
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 0.4em;
    padding: 0;
    display: block;
    word-wrap: break-word;
}
.swal2-modal .swal2-buttonswrapper {
    margin-top: 15px;
}
.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: 0.4;
    cursor: no-drop;
}
.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    border: 4px solid transparent;
    border-color: transparent;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 7.5px;
    vertical-align: top;
    background-color: transparent !important;
    color: transparent;
    cursor: default;
    border-radius: 100%;
    -webkit-animation: k 1.5s linear 0s infinite normal;
    animation: k 1.5s linear 0s infinite normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
    margin-left: 30px;
    margin-right: 30px;
}
.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm:after {
    display: inline-block;
    content: "";
    margin-left: 5px;
    vertical-align: -1px;
    height: 15px;
    width: 15px;
    border: 3px solid #999;
    box-shadow: 1px 1px 1px #fff;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: k 1.5s linear 0s infinite normal;
    animation: k 1.5s linear 0s infinite normal;
}
.swal2-modal .swal2-styled {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px;
}
.swal2-modal .swal2-image {
    margin: 20px auto;
    max-width: 100%;
}
.swal2-modal .swal2-close {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    color: #ccc;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease;
}
.swal2-modal .swal2-close:hover {
    color: #d55;
}
.swal2-modal > .swal2-checkbox,
.swal2-modal > .swal2-file,
.swal2-modal > .swal2-input,
.swal2-modal > .swal2-radio,
.swal2-modal > .swal2-select,
.swal2-modal > .swal2-textarea {
    display: none;
}
.swal2-modal .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word;
}
.swal2-modal .swal2-checkbox,
.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-select,
.swal2-modal .swal2-textarea {
    margin: 20px auto;
}
.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    -webkit-transition: border-color 0.3s, box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.swal2-modal .swal2-file.swal2-inputerror,
.swal2-modal .swal2-input.swal2-inputerror,
.swal2-modal .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important;
}
.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
    outline: none;
    border: 1px solid #b4dbed;
    box-shadow: 0 0 3px #c4e6f5;
}
.swal2-modal .swal2-file:focus::-webkit-input-placeholder,
.swal2-modal .swal2-input:focus::-webkit-input-placeholder,
.swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s ease 0.03s;
    transition: opacity 0.3s ease 0.03s;
    opacity: 0.8;
}
.swal2-modal .swal2-file:focus:-ms-input-placeholder,
.swal2-modal .swal2-input:focus:-ms-input-placeholder,
.swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
    -webkit-transition: opacity 0.3s ease 0.03s;
    transition: opacity 0.3s ease 0.03s;
    opacity: 0.8;
}
.swal2-modal .swal2-file:focus::placeholder,
.swal2-modal .swal2-input:focus::placeholder,
.swal2-modal .swal2-textarea:focus::placeholder {
    -webkit-transition: opacity 0.3s ease 0.03s;
    transition: opacity 0.3s ease 0.03s;
    opacity: 0.8;
}
.swal2-modal .swal2-file::-webkit-input-placeholder,
.swal2-modal .swal2-input::-webkit-input-placeholder,
.swal2-modal .swal2-textarea::-webkit-input-placeholder {
    color: #e6e6e6;
}
.swal2-modal .swal2-file:-ms-input-placeholder,
.swal2-modal .swal2-input:-ms-input-placeholder,
.swal2-modal .swal2-textarea:-ms-input-placeholder {
    color: #e6e6e6;
}
.swal2-modal .swal2-file::placeholder,
.swal2-modal .swal2-input::placeholder,
.swal2-modal .swal2-textarea::placeholder {
    color: #e6e6e6;
}
.swal2-modal .swal2-range input {
    float: left;
    width: 80%;
}
.swal2-modal .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0;
}
.swal2-modal .swal2-input {
    height: 43px;
    padding: 0 12px;
}
.swal2-modal .swal2-input[type="number"] {
    max-width: 150px;
}
.swal2-modal .swal2-file {
    font-size: 20px;
}
.swal2-modal .swal2-textarea {
    height: 108px;
    padding: 12px;
}
.swal2-modal .swal2-select {
    color: #545454;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%;
}
.swal2-modal .swal2-radio {
    border: 0;
}
.swal2-modal .swal2-radio label:not(:first-child) {
    margin-left: 20px;
}
.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span {
    vertical-align: middle;
}
.swal2-modal .swal2-radio input {
    margin: 0 3px 0 0;
}
.swal2-modal .swal2-checkbox {
    color: #545454;
}
.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span {
    vertical-align: middle;
}
.swal2-modal .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: gray;
    font-size: 16px;
    font-weight: 300;
    display: none;
}
.swal2-modal .swal2-validationerror:before {
    content: "!";
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-right: 10px;
}
@supports (-ms-accelerator: true) {
    .swal2-range input {
        width: 100% !important;
    }
    .swal2-range output {
        display: none;
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .swal2-range input {
        width: 100% !important;
    }
    .swal2-range output {
        display: none;
    }
}
.swal2-icon {
    width: 80px;
    height: 80px;
    border: 4px solid transparent;
    border-radius: 50%;
    margin: 20px auto 30px;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.swal2-icon.swal2-error {
    border-color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    display: block;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474;
    display: block;
    top: 37px;
    border-radius: 2px;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px;
}
.swal2-icon.swal2-warning {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
}
.swal2-icon.swal2-info,
.swal2-icon.swal2-warning {
    font-size: 60px;
    line-height: 80px;
    text-align: center;
}
.swal2-icon.swal2-info {
    font-family: Open Sans, sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
}
.swal2-icon.swal2-question {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
}
.swal2-icon.swal2-success {
    border-color: #a5dc86;
}
.swal2-icon.swal2-success [class^="swal2-success-circular-line"] {
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="left"] {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}
.swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="right"] {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px;
}
.swal2-icon.swal2-success .swal2-success-ring {
    width: 80px;
    height: 80px;
    border: 4px solid hsla(98, 55%, 69%, 0.2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}
.swal2-icon.swal2-success .swal2-success-fix {
    width: 7px;
    height: 90px;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^="swal2-success-line"] {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.swal2-progresssteps {
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0;
}
.swal2-progresssteps li {
    display: inline-block;
    position: relative;
}
.swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 8;
}
.swal2-progresssteps .swal2-progresscircle:first-child {
    margin-left: 0;
}
.swal2-progresssteps .swal2-progresscircle:last-child {
    margin-right: 0;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
    background: #3085d6;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle,
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
    background: #add8e6;
}
.swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: 0.4em;
    margin: 0 -1px;
    z-index: 5;
}
[class^="swal2"] {
    -webkit-tap-highlight-color: transparent;
}
@-webkit-keyframes a {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes a {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes b {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}
@keyframes b {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}
.swal2-show {
    -webkit-animation: a 0.3s;
    animation: a 0.3s;
}
.swal2-show.swal2-noanimation {
    -webkit-animation: none;
    animation: none;
}
.swal2-hide {
    -webkit-animation: b 0.15s forwards;
    animation: b 0.15s forwards;
}
.swal2-hide.swal2-noanimation {
    -webkit-animation: none;
    animation: none;
}
@-webkit-keyframes c {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    to {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@keyframes c {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    to {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@-webkit-keyframes d {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }
    to {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
@keyframes d {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }
    to {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
@-webkit-keyframes e {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
    to {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}
@keyframes e {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
    to {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}
.swal2-animate-success-line-tip {
    -webkit-animation: c 0.75s;
    animation: c 0.75s;
}
.swal2-animate-success-line-long {
    -webkit-animation: d 0.75s;
    animation: d 0.75s;
}
.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
    -webkit-animation: e 4.25s ease-in;
    animation: e 4.25s ease-in;
}
@-webkit-keyframes f {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }
    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}
@keyframes f {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }
    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}
.swal2-animate-error-icon {
    -webkit-animation: f 0.5s;
    animation: f 0.5s;
}
@-webkit-keyframes g {
    0% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}
@keyframes g {
    0% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}
.swal2-animate-x-mark {
    -webkit-animation: g 0.5s;
    animation: g 0.5s;
}
@-webkit-keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

/*!
	Modaal - accessible modals - v0.3.1
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
    overflow: hidden;
}
.modaal-accessible-hide {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}
.modaal-overlay {
    z-index: 11;
    opacity: 0;
}
.modaal-overlay,
.modaal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modaal-wrapper {
    display: block;
    z-index: 15;
    overflow: auto;
    opacity: 1;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
    opacity: 0;
}
.modaal-wrapper [tabindex="0"] {
    outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
    overflow: hidden;
}
.modaal-outer-wrapper {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
    display: block;
}
.modaal-inner-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top;
}
.modaal-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: left;
    color: #000;
    max-width: 1000px;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: auto;
}
.modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden;
}
.modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto;
}
.modaal-close {
    position: fixed;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.modaal-close:focus,
.modaal-close:hover {
    outline: none;
    background: #fff;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #b93d0c;
}
.modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}
.modaal-close:after,
.modaal-close:before {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.modaal-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.modaal-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px;
}
.modaal-content-container {
    padding: 30px;
}
.modaal-confirm-wrap {
    padding: 30px 0 0;
    text-align: center;
    font-size: 0;
}
.modaal-confirm-btn {
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background: transparent;
}
.modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
    background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
    text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
    text-decoration: none;
    color: #2f2f2f;
}
@keyframes i {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes i {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.modaal-instagram .modaal-container {
    width: auto;
    background: transparent;
    box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
    padding: 0;
    background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}
.modaal-instagram iframe {
    opacity: 0;
    margin: -6px !important;
    border-radius: 0 !important;
    width: 1000px !important;
    max-width: 800px !important;
    box-shadow: none !important;
    -webkit-animation: i 1s linear forwards;
    animation: i 1s linear forwards;
}
.modaal-image .modaal-inner-wrapper {
    padding-left: 140px;
    padding-right: 140px;
}
.modaal-image .modaal-container {
    width: auto;
    max-width: 100%;
}
.modaal-gallery-wrap {
    position: relative;
    color: #fff;
}
.modaal-gallery-item {
    display: none;
}
.modaal-gallery-item.is_active,
.modaal-gallery-item img {
    display: block;
}
.modaal-gallery-label {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.modaal-gallery-label:focus {
    outline: none;
}
.modaal-gallery-control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default;
}
.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
    outline: none;
    background: #fff;
}
.modaal-gallery-control:focus:after,
.modaal-gallery-control:focus:before,
.modaal-gallery-control:hover:after,
.modaal-gallery-control:hover:before {
    background: #afb7bc;
}
.modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}
.modaal-gallery-control:after,
.modaal-gallery-control:before {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.modaal-gallery-control:after {
    margin: 5px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modaal-gallery-next {
    left: 100%;
    margin-left: 40px;
}
.modaal-gallery-prev {
    right: 100%;
    margin-right: 40px;
}
.modaal-gallery-prev:after,
.modaal-gallery-prev:before {
    left: 22px;
}
.modaal-gallery-prev:before {
    margin: 5px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
    margin: -5px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modaal-video-wrap {
    margin: auto 50px;
    position: relative;
}
.modaal-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background: #000;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.modaal-video-container embed,
.modaal-video-container iframe,
.modaal-video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modaal-iframe-elem,
.modaal-iframe .modaal-content {
    width: 100%;
    height: 100%;
}
.modaal-iframe-elem {
    display: block;
}
@media only screen and (min-width: 1400px) {
    .modaal-video-container {
        padding-bottom: 0;
        height: 731px;
    }
}
@media only screen and (max-width: 1140px) {
    .modaal-image .modaal-inner-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }
    .modaal-gallery-control {
        top: auto;
        bottom: 20px;
        -webkit-transform: none;
        transform: none;
        background: rgba(0, 0, 0, 0.7);
    }
    .modaal-gallery-control:after,
    .modaal-gallery-control:before {
        background: #fff;
    }
    .modaal-gallery-next {
        left: auto;
        right: 20px;
    }
    .modaal-gallery-prev {
        left: 20px;
        right: auto;
    }
}
@media screen and (max-width: 900px) {
    .modaal-instagram iframe {
        width: 500px !important;
    }
}
@media screen and (max-height: 1100px) {
    .modaal-instagram iframe {
        width: 700px !important;
    }
}
@media screen and (max-height: 1000px) {
    .modaal-inner-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .modaal-instagram iframe {
        width: 600px !important;
    }
}
@media screen and (max-height: 900px) {
    .modaal-instagram iframe {
        width: 500px !important;
    }
    .modaal-video-container {
        max-width: 900px;
        max-height: 510px;
    }
}
@media only screen and (max-width: 600px) {
    .modaal-instagram iframe {
        width: 280px !important;
    }
}
@media only screen and (max-height: 820px) {
    .modaal-gallery-label {
        display: none;
    }
}
.modaal-loading-spinner {
    background: none;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
}
@-webkit-keyframes j {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    to {
        opacity: 0.1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes j {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    to {
        opacity: 0.1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.modaal-loading-spinner > div {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    margin-top: 4px;
    position: absolute;
}
.modaal-loading-spinner > div > div {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #fff;
}
.modaal-loading-spinner > div:first-of-type > div {
    -webkit-animation: j 1s linear infinite;
    animation: j 1s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
    -ms-animation: j 1s linear infinite;
    -moz-animation: j 1s linear infinite;
    -webkit-animation: j 1s linear infinite;
    -o-animation: j 1s linear infinite;
}
.modaal-loading-spinner > div:first-of-type {
    -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px);
    transform: translate(84px, 84px) rotate(45deg) translate(70px);
}
.modaal-loading-spinner > div:nth-of-type(2) > div {
    -webkit-animation: j 1s linear infinite;
    animation: j 1s linear infinite;
    -webkit-animation-delay: 0.12s;
    animation-delay: 0.12s;
}
.modaal-loading-spinner > div:nth-of-type(2) {
    -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px);
    transform: translate(84px, 84px) rotate(90deg) translate(70px);
}
.modaal-loading-spinner > div:nth-of-type(3) > div {
    -webkit-animation: j 1s linear infinite;
    animation: j 1s linear infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
    -ms-animation: j 1s linear infinite;
    -moz-animation: j 1s linear infinite;
    -webkit-animation: j 1s linear infinite;
    -o-animation: j 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(3) {
    -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px);
    transform: translate(84px, 84px) rotate(135deg) translate(70px);
}
.modaal-loading-spinner > div:nth-of-type(4) > div {
    -webkit-animation: j 1s linear infinite;
    animation: j 1s linear infinite;
    -webkit-animation-delay: 0.37s;
    animation-delay: 0.37s;
}
.modaal-loading-spinner > div:nth-of-type(4) {
    -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px);
    transform: translate(84px, 84px) rotate(180deg) translate(70px);
}
.modaal-loading-spinner > div:nth-of-type(5) > div {
    -webkit-animation: j 1s linear infinite;
    animation: j 1s linear infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
    -ms-animation: j 1s linear infinite;
    -moz-animation: j 1s linear infinite;
    -webkit-animation: j 1s linear infinite;
    -o-animation: j 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(5) {
    -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px);
    transform: translate(84px, 84px) rotate(225deg) translate(70px);
}
.modaal-loading-spinner > div:nth-of-type(6) > div {
    -webkit-animation: j 1s linear infinite;
    animation: j 1s linear infinite;
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
}
.modaal-loading-spinner > div:nth-of-type(6) {
    -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px);
    transform: translate(84px, 84px) rotate(270deg) translate(70px);
}
.modaal-loading-spinner > div:nth-of-type(7) > div {
    -webkit-animation: j 1s linear infinite;
    animation: j 1s linear infinite;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
.modaal-loading-spinner > div:nth-of-type(7) {
    -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px);
    transform: translate(84px, 84px) rotate(315deg) translate(70px);
}
.modaal-loading-spinner > div:nth-of-type(8) > div {
    -webkit-animation: j 1s linear infinite;
    animation: j 1s linear infinite;
    -webkit-animation-delay: 0.87s;
    animation-delay: 0.87s;
}
.modaal-loading-spinner > div:nth-of-type(8) {
    -webkit-transform: translate(84px, 84px) rotate(1turn) translate(70px);
    transform: translate(84px, 84px) rotate(1turn) translate(70px);
}
#nprogress {
    pointer-events: none;
}
#nprogress .bar {
    background: #29d;
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}
#nprogress .peg {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1;
    -webkit-transform: rotate(3deg) translateY(-4px);
    transform: rotate(3deg) translateY(-4px);
}
#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 12;
    top: 15px;
    right: 15px;
}
#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    -webkit-animation: k 0.4s linear infinite;
    animation: k 0.4s linear infinite;
}
.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}
.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
    position: absolute;
}
@-webkit-keyframes k {
    0% {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
    }
}
@keyframes k {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
    font-family: Lato, sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figcaption,
figure {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    overflow: visible;
}
main {
    display: block;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: Lato, sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
input {
    overflow: visible;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    display: table;
    padding: 0;
    color: inherit;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
details {
    display: block;
}
summary {
    display: list-item;
}
menu {
    display: block;
}
canvas {
    display: inline-block;
}
[hidden],
template {
    display: none;
}
.foundation-mq {
    font-family: "small=0em&phone=28.125em&medium=40em&tablet=48em&large=64em&xlarge=75em&xxlarge=90em";
}
html {
    box-sizing: border-box;
    font-size: 16px;
}
*,
:after,
:before {
    box-sizing: inherit;
}
body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: Lato, sans-serif;
    font-weight: 400;
    line-height: 1.625;
    color: gray;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}
select {
    box-sizing: border-box;
    width: 100%;
}
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none !important;
}
button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto;
}
[data-whatinput="mouse"] button {
    outline: 0;
}
pre {
    overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
}
.is-visible {
    display: block !important;
}
.is-hidden {
    display: none !important;
}
.row {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    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;
}
.row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
@media print, screen and (min-width: 28.125em) {
    .row .row {
        margin-right: -0.625rem;
        margin-left: -0.625rem;
    }
}
@media print, screen and (min-width: 40em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
@media print, screen and (min-width: 48em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
@media screen and (min-width: 75em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
.row .row.collapse {
    margin-right: 0;
    margin-left: 0;
}
.row.expanded {
    max-width: none;
}
.row.expanded .row {
    margin-right: auto;
    margin-left: auto;
}
.row:not(.expanded) .row {
    max-width: none;
}
.row.collapse > .column,
.row.collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.row.collapse > .column > .row,
.row.collapse > .columns > .row,
.row.is-collapse-child {
    margin-right: 0;
    margin-left: 0;
}
.column,
.columns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    min-width: 0;
}
@media print, screen and (min-width: 40em) {
    .column,
    .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
.column.row.row,
.row.row.columns {
    float: none;
    display: block;
}
.row .column.row.row,
.row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}
.small-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.small-offset-0 {
    margin-left: 0;
}
.small-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.small-offset-1 {
    margin-left: 8.33333%;
}
.small-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.small-offset-2 {
    margin-left: 16.66667%;
}
.small-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.small-offset-3 {
    margin-left: 25%;
}
.small-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.small-offset-4 {
    margin-left: 33.33333%;
}
.small-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.small-offset-5 {
    margin-left: 41.66667%;
}
.small-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.small-offset-6 {
    margin-left: 50%;
}
.small-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.small-offset-7 {
    margin-left: 58.33333%;
}
.small-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.small-offset-8 {
    margin-left: 66.66667%;
}
.small-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.small-offset-9 {
    margin-left: 75%;
}
.small-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.small-offset-10 {
    margin-left: 83.33333%;
}
.small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.small-offset-11 {
    margin-left: 91.66667%;
}
.small-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-1 > .column,
.small-up-1 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.small-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-2 > .column,
.small-up-2 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.small-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-3 > .column,
.small-up-3 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.small-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-4 > .column,
.small-up-4 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.small-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-5 > .column,
.small-up-5 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.small-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-6 > .column,
.small-up-6 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.small-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-7 > .column,
.small-up-7 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
}
.small-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-8 > .column,
.small-up-8 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}
.small-collapse > .column,
.small-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.small-uncollapse > .column,
.small-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
@media print, screen and (min-width: 28.125em) {
    .phone-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .phone-offset-0 {
        margin-left: 0;
    }
    .phone-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .phone-offset-1 {
        margin-left: 8.33333%;
    }
    .phone-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .phone-offset-2 {
        margin-left: 16.66667%;
    }
    .phone-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .phone-offset-3 {
        margin-left: 25%;
    }
    .phone-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .phone-offset-4 {
        margin-left: 33.33333%;
    }
    .phone-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .phone-offset-5 {
        margin-left: 41.66667%;
    }
    .phone-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .phone-offset-6 {
        margin-left: 50%;
    }
    .phone-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .phone-offset-7 {
        margin-left: 58.33333%;
    }
    .phone-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .phone-offset-8 {
        margin-left: 66.66667%;
    }
    .phone-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .phone-offset-9 {
        margin-left: 75%;
    }
    .phone-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .phone-offset-10 {
        margin-left: 83.33333%;
    }
    .phone-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .phone-offset-11 {
        margin-left: 91.66667%;
    }
    .phone-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .phone-up-1 > .column,
    .phone-up-1 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .phone-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .phone-up-2 > .column,
    .phone-up-2 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .phone-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .phone-up-3 > .column,
    .phone-up-3 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .phone-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .phone-up-4 > .column,
    .phone-up-4 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .phone-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .phone-up-5 > .column,
    .phone-up-5 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .phone-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .phone-up-6 > .column,
    .phone-up-6 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .phone-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .phone-up-7 > .column,
    .phone-up-7 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%;
    }
    .phone-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .phone-up-8 > .column,
    .phone-up-8 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media print, screen and (min-width: 28.125em) and (min-width: 28.125em) {
    .phone-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}
.row.phone-unstack > .column,
.row.phone-unstack > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
@media print, screen and (min-width: 28.125em) {
    .row.phone-unstack > .column,
    .row.phone-unstack > .columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}
@media print, screen and (min-width: 28.125em) {
    .phone-collapse > .column,
    .phone-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }
    .phone-uncollapse > .column,
    .phone-uncollapse > .columns {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }
}
@media print, screen and (min-width: 40em) {
    .medium-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .medium-offset-0 {
        margin-left: 0;
    }
    .medium-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .medium-offset-1 {
        margin-left: 8.33333%;
    }
    .medium-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .medium-offset-2 {
        margin-left: 16.66667%;
    }
    .medium-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .medium-offset-3 {
        margin-left: 25%;
    }
    .medium-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .medium-offset-4 {
        margin-left: 33.33333%;
    }
    .medium-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .medium-offset-5 {
        margin-left: 41.66667%;
    }
    .medium-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .medium-offset-6 {
        margin-left: 50%;
    }
    .medium-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .medium-offset-7 {
        margin-left: 58.33333%;
    }
    .medium-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .medium-offset-8 {
        margin-left: 66.66667%;
    }
    .medium-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .medium-offset-9 {
        margin-left: 75%;
    }
    .medium-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .medium-offset-10 {
        margin-left: 83.33333%;
    }
    .medium-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .medium-offset-11 {
        margin-left: 91.66667%;
    }
    .medium-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-1 > .column,
    .medium-up-1 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .medium-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-2 > .column,
    .medium-up-2 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .medium-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-3 > .column,
    .medium-up-3 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .medium-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-4 > .column,
    .medium-up-4 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .medium-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-5 > .column,
    .medium-up-5 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .medium-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-6 > .column,
    .medium-up-6 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .medium-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-7 > .column,
    .medium-up-7 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%;
    }
    .medium-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-8 > .column,
    .medium-up-8 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
    .medium-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}
.row.medium-unstack > .column,
.row.medium-unstack > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column,
    .row.medium-unstack > .columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}
@media print, screen and (min-width: 40em) {
    .medium-collapse > .column,
    .medium-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }
    .medium-uncollapse > .column,
    .medium-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
@media print, screen and (min-width: 48em) {
    .tablet-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .tablet-offset-0 {
        margin-left: 0;
    }
    .tablet-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .tablet-offset-1 {
        margin-left: 8.33333%;
    }
    .tablet-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .tablet-offset-2 {
        margin-left: 16.66667%;
    }
    .tablet-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .tablet-offset-3 {
        margin-left: 25%;
    }
    .tablet-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .tablet-offset-4 {
        margin-left: 33.33333%;
    }
    .tablet-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .tablet-offset-5 {
        margin-left: 41.66667%;
    }
    .tablet-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .tablet-offset-6 {
        margin-left: 50%;
    }
    .tablet-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .tablet-offset-7 {
        margin-left: 58.33333%;
    }
    .tablet-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .tablet-offset-8 {
        margin-left: 66.66667%;
    }
    .tablet-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .tablet-offset-9 {
        margin-left: 75%;
    }
    .tablet-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .tablet-offset-10 {
        margin-left: 83.33333%;
    }
    .tablet-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tablet-offset-11 {
        margin-left: 91.66667%;
    }
    .tablet-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tablet-up-1 > .column,
    .tablet-up-1 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tablet-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tablet-up-2 > .column,
    .tablet-up-2 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .tablet-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tablet-up-3 > .column,
    .tablet-up-3 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .tablet-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tablet-up-4 > .column,
    .tablet-up-4 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .tablet-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tablet-up-5 > .column,
    .tablet-up-5 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .tablet-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tablet-up-6 > .column,
    .tablet-up-6 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .tablet-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tablet-up-7 > .column,
    .tablet-up-7 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%;
    }
    .tablet-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tablet-up-8 > .column,
    .tablet-up-8 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media print, screen and (min-width: 48em) and (min-width: 48em) {
    .tablet-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}
.row.tablet-unstack > .column,
.row.tablet-unstack > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
@media print, screen and (min-width: 48em) {
    .row.tablet-unstack > .column,
    .row.tablet-unstack > .columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}
@media print, screen and (min-width: 48em) {
    .tablet-collapse > .column,
    .tablet-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }
    .tablet-uncollapse > .column,
    .tablet-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .large-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .large-offset-0 {
        margin-left: 0;
    }
    .large-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .large-offset-1 {
        margin-left: 8.33333%;
    }
    .large-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .large-offset-2 {
        margin-left: 16.66667%;
    }
    .large-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .large-offset-3 {
        margin-left: 25%;
    }
    .large-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .large-offset-4 {
        margin-left: 33.33333%;
    }
    .large-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .large-offset-5 {
        margin-left: 41.66667%;
    }
    .large-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .large-offset-6 {
        margin-left: 50%;
    }
    .large-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .large-offset-7 {
        margin-left: 58.33333%;
    }
    .large-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .large-offset-8 {
        margin-left: 66.66667%;
    }
    .large-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .large-offset-9 {
        margin-left: 75%;
    }
    .large-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .large-offset-10 {
        margin-left: 83.33333%;
    }
    .large-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .large-offset-11 {
        margin-left: 91.66667%;
    }
    .large-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-1 > .column,
    .large-up-1 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .large-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-2 > .column,
    .large-up-2 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .large-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-3 > .column,
    .large-up-3 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .large-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-4 > .column,
    .large-up-4 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .large-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-5 > .column,
    .large-up-5 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .large-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-6 > .column,
    .large-up-6 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .large-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-7 > .column,
    .large-up-7 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%;
    }
    .large-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-8 > .column,
    .large-up-8 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
    .large-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}
.row.large-unstack > .column,
.row.large-unstack > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
    .row.large-unstack > .column,
    .row.large-unstack > .columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}
@media print, screen and (min-width: 64em) {
    .large-collapse > .column,
    .large-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }
    .large-uncollapse > .column,
    .large-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
@media screen and (min-width: 75em) {
    .xlarge-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .xlarge-offset-0 {
        margin-left: 0;
    }
    .xlarge-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .xlarge-offset-1 {
        margin-left: 8.33333%;
    }
    .xlarge-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .xlarge-offset-2 {
        margin-left: 16.66667%;
    }
    .xlarge-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .xlarge-offset-3 {
        margin-left: 25%;
    }
    .xlarge-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .xlarge-offset-4 {
        margin-left: 33.33333%;
    }
    .xlarge-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .xlarge-offset-5 {
        margin-left: 41.66667%;
    }
    .xlarge-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .xlarge-offset-6 {
        margin-left: 50%;
    }
    .xlarge-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .xlarge-offset-7 {
        margin-left: 58.33333%;
    }
    .xlarge-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .xlarge-offset-8 {
        margin-left: 66.66667%;
    }
    .xlarge-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .xlarge-offset-9 {
        margin-left: 75%;
    }
    .xlarge-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .xlarge-offset-10 {
        margin-left: 83.33333%;
    }
    .xlarge-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .xlarge-offset-11 {
        margin-left: 91.66667%;
    }
    .xlarge-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .xlarge-up-1 > .column,
    .xlarge-up-1 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .xlarge-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .xlarge-up-2 > .column,
    .xlarge-up-2 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .xlarge-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .xlarge-up-3 > .column,
    .xlarge-up-3 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .xlarge-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .xlarge-up-4 > .column,
    .xlarge-up-4 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .xlarge-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .xlarge-up-5 > .column,
    .xlarge-up-5 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .xlarge-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .xlarge-up-6 > .column,
    .xlarge-up-6 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .xlarge-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .xlarge-up-7 > .column,
    .xlarge-up-7 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%;
    }
    .xlarge-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .xlarge-up-8 > .column,
    .xlarge-up-8 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media screen and (min-width: 75em) and (min-width: 75em) {
    .xlarge-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}
.row.xlarge-unstack > .column,
.row.xlarge-unstack > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
@media screen and (min-width: 75em) {
    .row.xlarge-unstack > .column,
    .row.xlarge-unstack > .columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}
@media screen and (min-width: 75em) {
    .xlarge-collapse > .column,
    .xlarge-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }
    .xlarge-uncollapse > .column,
    .xlarge-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
.shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}
.column-block {
    margin-bottom: 1.25rem;
}
.column-block > :last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .column-block {
        margin-bottom: 1.875rem;
    }
    .column-block > :last-child {
        margin-bottom: 0;
    }
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0;
}
p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}
em,
i {
    font-style: italic;
}
b,
em,
i,
strong {
    line-height: inherit;
}
b,
strong {
    font-weight: 700;
}
small {
    font-size: 80%;
    line-height: inherit;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility;
}
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    line-height: 0;
    color: #e2e2e2;
}
.h1,
h1 {
    font-size: 1.5rem;
}
.h1,
.h2,
h1,
h2 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.h2,
h2 {
    font-size: 1.25rem;
}
.h3,
h3 {
    font-size: 1.1875rem;
}
.h3,
.h4,
h3,
h4 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.h4,
h4 {
    font-size: 1.125rem;
}
.h5,
h5 {
    font-size: 1.0625rem;
}
.h5,
.h6,
h5,
h6 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.h6,
h6 {
    font-size: 1rem;
}
@media print, screen and (min-width: 40em) {
    .h1,
    h1 {
        font-size: 3rem;
    }
    .h2,
    h2 {
        font-size: 2.5rem;
    }
    .h3,
    h3 {
        font-size: 1.9375rem;
    }
    .h4,
    h4 {
        font-size: 1.5625rem;
    }
    .h5,
    h5 {
        font-size: 1.25rem;
    }
    .h6,
    h6 {
        font-size: 1rem;
    }
}
a {
    line-height: inherit;
    color: #a74c28;
    text-decoration: none;
    cursor: pointer;
}
a:focus,
a:hover {
    color: #b46a4a;
}
a img {
    border: 0;
}
hr {
    clear: both;
    max-width: 1170px;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #e2e2e2;
    border-left: 0;
}
dl,
ol,
ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
}
li {
    font-size: inherit;
}
ul {
    list-style-type: disc;
}
ol,
ul {
    margin-left: 1.25rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
}
dl {
    margin-bottom: 1rem;
}
dl dt {
    margin-bottom: 0.3rem;
    font-weight: 700;
}
blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #e2e2e2;
}
blockquote,
blockquote p {
    line-height: 1.6;
    color: #92929a;
}
cite {
    display: block;
    font-size: 0.8125rem;
    color: #92929a;
}
cite:before {
    content: "— ";
}
abbr,
abbr[title] {
    border-bottom: 1px dotted #1a1a1a;
    cursor: help;
    text-decoration: none;
}
figure {
    margin: 0;
}
code {
    padding: 0.125rem 0.3125rem 0.0625rem;
    border: 1px solid #e2e2e2;
    font-weight: 400;
}
code,
kbd {
    background-color: #e6e6e6;
    font-family: Consolas, Liberation Mono, Courier, monospace;
    color: #1a1a1a;
}
kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
}
.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #92929a;
}
.lead {
    font-size: 20px;
    line-height: 1.6;
}
.stat {
    font-size: 2.5rem;
    line-height: 1;
}
p + .stat {
    margin-top: -1rem;
}
ol.no-bullet,
ul.no-bullet {
    margin-left: 0;
    list-style: none;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
@media print, screen and (min-width: 28.125em) {
    .phone-text-left {
        text-align: left;
    }
    .phone-text-right {
        text-align: right;
    }
    .phone-text-center {
        text-align: center;
    }
    .phone-text-justify {
        text-align: justify;
    }
}
@media print, screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left;
    }
    .medium-text-right {
        text-align: right;
    }
    .medium-text-center {
        text-align: center;
    }
    .medium-text-justify {
        text-align: justify;
    }
}
@media print, screen and (min-width: 48em) {
    .tablet-text-left {
        text-align: left;
    }
    .tablet-text-right {
        text-align: right;
    }
    .tablet-text-center {
        text-align: center;
    }
    .tablet-text-justify {
        text-align: justify;
    }
}
@media print, screen and (min-width: 64em) {
    .large-text-left {
        text-align: left;
    }
    .large-text-right {
        text-align: right;
    }
    .large-text-center {
        text-align: center;
    }
    .large-text-justify {
        text-align: justify;
    }
}
@media screen and (min-width: 75em) {
    .xlarge-text-left {
        text-align: left;
    }
    .xlarge-text-right {
        text-align: right;
    }
    .xlarge-text-center {
        text-align: center;
    }
    .xlarge-text-justify {
        text-align: justify;
    }
}
.show-for-print {
    display: none !important;
}
@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }
    .show-for-print {
        display: block !important;
    }
    .hide-for-print {
        display: none !important;
    }
    table.show-for-print {
        display: table !important;
    }
    thead.show-for-print {
        display: table-header-group !important;
    }
    tbody.show-for-print {
        display: table-row-group !important;
    }
    tr.show-for-print {
        display: table-row !important;
    }
    td.show-for-print,
    th.show-for-print {
        display: table-cell !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    blockquote,
    pre {
        border: 1px solid #92929a;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .print-break-inside {
        page-break-inside: auto;
    }
}
.button,
.ordersList .order-details__data button {
    vertical-align: middle;
    margin: 0 0 1rem;
    font-family: inherit;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #a74c28;
}
.ordersList .order-details__data [data-whatinput="mouse"] button,
[data-whatinput="mouse"] .button,
[data-whatinput="mouse"] .ordersList .order-details__data button {
    outline: 0;
}
.button:focus,
.button:hover,
.ordersList .order-details__data button:focus,
.ordersList .order-details__data button:hover {
    background-color: #b46a4a;
    color: #fff;
}
.button.tiny,
.ordersList .order-details__data button.tiny {
    font-size: 0.6rem;
}
.button.small,
.ordersList .order-details__data button.small {
    font-size: 0.75rem;
}
.button.large,
.ordersList .order-details__data button.large {
    font-size: 1.25rem;
}
.button.expanded,
.ordersList .order-details__data button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.button.primary,
.ordersList .order-details__data button.primary {
    background-color: #a74c28;
    color: #fff;
}
.button.primary:focus,
.button.primary:hover,
.ordersList .order-details__data button.primary:focus,
.ordersList .order-details__data button.primary:hover {
    background-color: #00732b;
    color: #fff;
}
.button.secondary,
.ordersList .order-details__data button.secondary {
    background-color: #777;
    color: #fff;
}
.button.secondary:focus,
.button.secondary:hover,
.ordersList .order-details__data button.secondary:focus,
.ordersList .order-details__data button.secondary:hover {
    background-color: #5f5f5f;
    color: #fff;
}
.button.success,
.ordersList .order-details__data button.success {
    background-color: #4caf50;
    color: #1a1a1a;
}
.button.success:focus,
.button.success:hover,
.ordersList .order-details__data button.success:focus,
.ordersList .order-details__data button.success:hover {
    background-color: #3d8c40;
    color: #1a1a1a;
}
.button.warning,
.ordersList .order-details__data button.warning {
    background-color: #f44336;
    color: #1a1a1a;
}
.button.warning:focus,
.button.warning:hover,
.ordersList .order-details__data button.warning:focus,
.ordersList .order-details__data button.warning:hover {
    background-color: #e21b0c;
    color: #1a1a1a;
}
.button.info,
.ordersList .order-details__data button.info {
    background-color: #626b79;
    color: #fff;
}
.button.info:focus,
.button.info:hover,
.ordersList .order-details__data button.info:focus,
.ordersList .order-details__data button.info:hover {
    background-color: #4e5661;
    color: #fff;
}
.button.alert,
.ordersList .order-details__data button.alert {
    background-color: #f44336;
    color: #1a1a1a;
}
.button.alert:focus,
.button.alert:hover,
.ordersList .order-details__data button.alert:focus,
.ordersList .order-details__data button.alert:hover {
    background-color: #e21b0c;
    color: #1a1a1a;
}
.button.disabled,
.button[disabled],
.ordersList .order-details__data button.disabled,
.ordersList .order-details__data button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover,
.ordersList .order-details__data button.disabled,
.ordersList .order-details__data button.disabled:focus,
.ordersList .order-details__data button.disabled:hover,
.ordersList .order-details__data button[disabled],
.ordersList .order-details__data button[disabled]:focus,
.ordersList .order-details__data button[disabled]:hover {
    background-color: #a74c28;
    color: #fff;
}
.button.disabled.primary,
.button[disabled].primary,
.ordersList .order-details__data button.disabled.primary,
.ordersList .order-details__data button[disabled].primary {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.primary,
.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary,
.button[disabled].primary:focus,
.button[disabled].primary:hover,
.ordersList .order-details__data button.disabled.primary,
.ordersList .order-details__data button.disabled.primary:focus,
.ordersList .order-details__data button.disabled.primary:hover,
.ordersList .order-details__data button[disabled].primary,
.ordersList .order-details__data button[disabled].primary:focus,
.ordersList .order-details__data button[disabled].primary:hover {
    background-color: #a74c28;
    color: #fff;
}
.button.disabled.secondary,
.button[disabled].secondary,
.ordersList .order-details__data button.disabled.secondary,
.ordersList .order-details__data button[disabled].secondary {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.secondary,
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover,
.ordersList .order-details__data button.disabled.secondary,
.ordersList .order-details__data button.disabled.secondary:focus,
.ordersList .order-details__data button.disabled.secondary:hover,
.ordersList .order-details__data button[disabled].secondary,
.ordersList .order-details__data button[disabled].secondary:focus,
.ordersList .order-details__data button[disabled].secondary:hover {
    background-color: #777;
    color: #fff;
}
.button.disabled.success,
.button[disabled].success,
.ordersList .order-details__data button.disabled.success,
.ordersList .order-details__data button[disabled].success {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.success,
.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success,
.button[disabled].success:focus,
.button[disabled].success:hover,
.ordersList .order-details__data button.disabled.success,
.ordersList .order-details__data button.disabled.success:focus,
.ordersList .order-details__data button.disabled.success:hover,
.ordersList .order-details__data button[disabled].success,
.ordersList .order-details__data button[disabled].success:focus,
.ordersList .order-details__data button[disabled].success:hover {
    background-color: #4caf50;
    color: #1a1a1a;
}
.button.disabled.warning,
.button[disabled].warning,
.ordersList .order-details__data button.disabled.warning,
.ordersList .order-details__data button[disabled].warning {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.warning,
.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning,
.button[disabled].warning:focus,
.button[disabled].warning:hover,
.ordersList .order-details__data button.disabled.warning,
.ordersList .order-details__data button.disabled.warning:focus,
.ordersList .order-details__data button.disabled.warning:hover,
.ordersList .order-details__data button[disabled].warning,
.ordersList .order-details__data button[disabled].warning:focus,
.ordersList .order-details__data button[disabled].warning:hover {
    background-color: #f44336;
    color: #1a1a1a;
}
.button.disabled.info,
.button[disabled].info,
.ordersList .order-details__data button.disabled.info,
.ordersList .order-details__data button[disabled].info {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.info,
.button.disabled.info:focus,
.button.disabled.info:hover,
.button[disabled].info,
.button[disabled].info:focus,
.button[disabled].info:hover,
.ordersList .order-details__data button.disabled.info,
.ordersList .order-details__data button.disabled.info:focus,
.ordersList .order-details__data button.disabled.info:hover,
.ordersList .order-details__data button[disabled].info,
.ordersList .order-details__data button[disabled].info:focus,
.ordersList .order-details__data button[disabled].info:hover {
    background-color: #626b79;
    color: #fff;
}
.button.disabled.alert,
.button[disabled].alert,
.ordersList .order-details__data button.disabled.alert,
.ordersList .order-details__data button[disabled].alert {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.alert,
.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert,
.button[disabled].alert:focus,
.button[disabled].alert:hover,
.ordersList .order-details__data button.disabled.alert,
.ordersList .order-details__data button.disabled.alert:focus,
.ordersList .order-details__data button.disabled.alert:hover,
.ordersList .order-details__data button[disabled].alert,
.ordersList .order-details__data button[disabled].alert:focus,
.ordersList .order-details__data button[disabled].alert:hover {
    background-color: #f44336;
    color: #1a1a1a;
}
.button.hollow,
.ordersList .order-details__data button.hollow {
    border: 1px solid #a74c28;
    color: #a74c28;
}
.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow:focus,
.button.hollow:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover,
.ordersList .order-details__data button.hollow,
.ordersList .order-details__data button.hollow.disabled,
.ordersList .order-details__data button.hollow.disabled:focus,
.ordersList .order-details__data button.hollow.disabled:hover,
.ordersList .order-details__data button.hollow:focus,
.ordersList .order-details__data button.hollow:hover,
.ordersList .order-details__data button.hollow[disabled],
.ordersList .order-details__data button.hollow[disabled]:focus,
.ordersList .order-details__data button.hollow[disabled]:hover {
    background-color: transparent;
}
.button.hollow:focus,
.button.hollow:hover,
.ordersList .order-details__data button.hollow:focus,
.ordersList .order-details__data button.hollow:hover {
    border-color: #00481b;
    color: #00481b;
}
.button.hollow.primary,
.button.hollow:focus.disabled,
.button.hollow:focus[disabled],
.button.hollow:hover.disabled,
.button.hollow:hover[disabled],
.ordersList .order-details__data button.hollow.primary,
.ordersList .order-details__data button.hollow:focus.disabled,
.ordersList .order-details__data button.hollow:focus[disabled],
.ordersList .order-details__data button.hollow:hover.disabled,
.ordersList .order-details__data button.hollow:hover[disabled] {
    border: 1px solid #a74c28;
    color: #a74c28;
}
.button.hollow.primary:focus,
.button.hollow.primary:hover,
.ordersList .order-details__data button.hollow.primary:focus,
.ordersList .order-details__data button.hollow.primary:hover {
    border-color: #00481b;
    color: #00481b;
}
.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled],
.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled],
.ordersList .order-details__data button.hollow.primary:focus.disabled,
.ordersList .order-details__data button.hollow.primary:focus[disabled],
.ordersList .order-details__data button.hollow.primary:hover.disabled,
.ordersList .order-details__data button.hollow.primary:hover[disabled] {
    border: 1px solid #a74c28;
    color: #a74c28;
}
.button.hollow.secondary,
.ordersList .order-details__data button.hollow.secondary {
    border: 1px solid #777;
    color: #777;
}
.button.hollow.secondary:focus,
.button.hollow.secondary:hover,
.ordersList .order-details__data button.hollow.secondary:focus,
.ordersList .order-details__data button.hollow.secondary:hover {
    border-color: #3c3c3c;
    color: #3c3c3c;
}
.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled],
.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled],
.ordersList .order-details__data button.hollow.secondary:focus.disabled,
.ordersList .order-details__data button.hollow.secondary:focus[disabled],
.ordersList .order-details__data button.hollow.secondary:hover.disabled,
.ordersList .order-details__data button.hollow.secondary:hover[disabled] {
    border: 1px solid #777;
    color: #777;
}
.button.hollow.success,
.ordersList .order-details__data button.hollow.success {
    border: 1px solid #4caf50;
    color: #4caf50;
}
.button.hollow.success:focus,
.button.hollow.success:hover,
.ordersList .order-details__data button.hollow.success:focus,
.ordersList .order-details__data button.hollow.success:hover {
    border-color: #265828;
    color: #265828;
}
.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled],
.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled],
.ordersList .order-details__data button.hollow.success:focus.disabled,
.ordersList .order-details__data button.hollow.success:focus[disabled],
.ordersList .order-details__data button.hollow.success:hover.disabled,
.ordersList .order-details__data button.hollow.success:hover[disabled] {
    border: 1px solid #4caf50;
    color: #4caf50;
}
.button.hollow.warning,
.ordersList .order-details__data button.hollow.warning {
    border: 1px solid #f44336;
    color: #f44336;
}
.button.hollow.warning:focus,
.button.hollow.warning:hover,
.ordersList .order-details__data button.hollow.warning:focus,
.ordersList .order-details__data button.hollow.warning:hover {
    border-color: #8d1108;
    color: #8d1108;
}
.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled],
.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled],
.ordersList .order-details__data button.hollow.warning:focus.disabled,
.ordersList .order-details__data button.hollow.warning:focus[disabled],
.ordersList .order-details__data button.hollow.warning:hover.disabled,
.ordersList .order-details__data button.hollow.warning:hover[disabled] {
    border: 1px solid #f44336;
    color: #f44336;
}
.button.hollow.info,
.ordersList .order-details__data button.hollow.info {
    border: 1px solid #626b79;
    color: #626b79;
}
.button.hollow.info:focus,
.button.hollow.info:hover,
.ordersList .order-details__data button.hollow.info:focus,
.ordersList .order-details__data button.hollow.info:hover {
    border-color: #31363d;
    color: #31363d;
}
.button.hollow.info:focus.disabled,
.button.hollow.info:focus[disabled],
.button.hollow.info:hover.disabled,
.button.hollow.info:hover[disabled],
.ordersList .order-details__data button.hollow.info:focus.disabled,
.ordersList .order-details__data button.hollow.info:focus[disabled],
.ordersList .order-details__data button.hollow.info:hover.disabled,
.ordersList .order-details__data button.hollow.info:hover[disabled] {
    border: 1px solid #626b79;
    color: #626b79;
}
.button.hollow.alert,
.ordersList .order-details__data button.hollow.alert {
    border: 1px solid #f44336;
    color: #f44336;
}
.button.hollow.alert:focus,
.button.hollow.alert:hover,
.ordersList .order-details__data button.hollow.alert:focus,
.ordersList .order-details__data button.hollow.alert:hover {
    border-color: #8d1108;
    color: #8d1108;
}
.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled],
.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled],
.ordersList .order-details__data button.hollow.alert:focus.disabled,
.ordersList .order-details__data button.hollow.alert:focus[disabled],
.ordersList .order-details__data button.hollow.alert:hover.disabled,
.ordersList .order-details__data button.hollow.alert:hover[disabled] {
    border: 1px solid #f44336;
    color: #f44336;
}
.button.clear,
.ordersList .order-details__data button.clear {
    border: 1px solid #a74c28;
    color: #a74c28;
}
.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear:focus,
.button.clear:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover,
.ordersList .order-details__data button.clear,
.ordersList .order-details__data button.clear.disabled,
.ordersList .order-details__data button.clear.disabled:focus,
.ordersList .order-details__data button.clear.disabled:hover,
.ordersList .order-details__data button.clear:focus,
.ordersList .order-details__data button.clear:hover,
.ordersList .order-details__data button.clear[disabled],
.ordersList .order-details__data button.clear[disabled]:focus,
.ordersList .order-details__data button.clear[disabled]:hover {
    background-color: transparent;
}
.button.clear:focus,
.button.clear:hover,
.ordersList .order-details__data button.clear:focus,
.ordersList .order-details__data button.clear:hover {
    border-color: #00481b;
    color: #00481b;
}
.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.ordersList .order-details__data button.clear:focus.disabled,
.ordersList .order-details__data button.clear:focus[disabled],
.ordersList .order-details__data button.clear:hover.disabled,
.ordersList .order-details__data button.clear:hover[disabled] {
    border: 1px solid #a74c28;
    color: #a74c28;
}
.button.clear,
.button.clear.disabled,
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear[disabled],
.ordersList .order-details__data button.clear,
.ordersList .order-details__data button.clear.disabled,
.ordersList .order-details__data button.clear:focus,
.ordersList .order-details__data button.clear:focus.disabled,
.ordersList .order-details__data button.clear:focus[disabled],
.ordersList .order-details__data button.clear:hover,
.ordersList .order-details__data button.clear:hover.disabled,
.ordersList .order-details__data button.clear:hover[disabled],
.ordersList .order-details__data button.clear[disabled] {
    border-color: transparent;
}
.button.clear.primary,
.ordersList .order-details__data button.clear.primary {
    border: 1px solid #a74c28;
    color: #a74c28;
}
.button.clear.primary:focus,
.button.clear.primary:hover,
.ordersList .order-details__data button.clear.primary:focus,
.ordersList .order-details__data button.clear.primary:hover {
    border-color: #00481b;
    color: #00481b;
}
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.ordersList .order-details__data button.clear.primary:focus.disabled,
.ordersList .order-details__data button.clear.primary:focus[disabled],
.ordersList .order-details__data button.clear.primary:hover.disabled,
.ordersList .order-details__data button.clear.primary:hover[disabled] {
    border: 1px solid #a74c28;
    color: #a74c28;
}
.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary[disabled],
.ordersList .order-details__data button.clear.primary,
.ordersList .order-details__data button.clear.primary.disabled,
.ordersList .order-details__data button.clear.primary:focus,
.ordersList .order-details__data button.clear.primary:focus.disabled,
.ordersList .order-details__data button.clear.primary:focus[disabled],
.ordersList .order-details__data button.clear.primary:hover,
.ordersList .order-details__data button.clear.primary:hover.disabled,
.ordersList .order-details__data button.clear.primary:hover[disabled],
.ordersList .order-details__data button.clear.primary[disabled] {
    border-color: transparent;
}
.button.clear.secondary,
.ordersList .order-details__data button.clear.secondary {
    border: 1px solid #777;
    color: #777;
}
.button.clear.secondary:focus,
.button.clear.secondary:hover,
.ordersList .order-details__data button.clear.secondary:focus,
.ordersList .order-details__data button.clear.secondary:hover {
    border-color: #3c3c3c;
    color: #3c3c3c;
}
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.ordersList .order-details__data button.clear.secondary:focus.disabled,
.ordersList .order-details__data button.clear.secondary:focus[disabled],
.ordersList .order-details__data button.clear.secondary:hover.disabled,
.ordersList .order-details__data button.clear.secondary:hover[disabled] {
    border: 1px solid #777;
    color: #777;
}
.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary[disabled],
.ordersList .order-details__data button.clear.secondary,
.ordersList .order-details__data button.clear.secondary.disabled,
.ordersList .order-details__data button.clear.secondary:focus,
.ordersList .order-details__data button.clear.secondary:focus.disabled,
.ordersList .order-details__data button.clear.secondary:focus[disabled],
.ordersList .order-details__data button.clear.secondary:hover,
.ordersList .order-details__data button.clear.secondary:hover.disabled,
.ordersList .order-details__data button.clear.secondary:hover[disabled],
.ordersList .order-details__data button.clear.secondary[disabled] {
    border-color: transparent;
}
.button.clear.success,
.ordersList .order-details__data button.clear.success {
    border: 1px solid #4caf50;
    color: #4caf50;
}
.button.clear.success:focus,
.button.clear.success:hover,
.ordersList .order-details__data button.clear.success:focus,
.ordersList .order-details__data button.clear.success:hover {
    border-color: #265828;
    color: #265828;
}
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.ordersList .order-details__data button.clear.success:focus.disabled,
.ordersList .order-details__data button.clear.success:focus[disabled],
.ordersList .order-details__data button.clear.success:hover.disabled,
.ordersList .order-details__data button.clear.success:hover[disabled] {
    border: 1px solid #4caf50;
    color: #4caf50;
}
.button.clear.success,
.button.clear.success.disabled,
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success[disabled],
.ordersList .order-details__data button.clear.success,
.ordersList .order-details__data button.clear.success.disabled,
.ordersList .order-details__data button.clear.success:focus,
.ordersList .order-details__data button.clear.success:focus.disabled,
.ordersList .order-details__data button.clear.success:focus[disabled],
.ordersList .order-details__data button.clear.success:hover,
.ordersList .order-details__data button.clear.success:hover.disabled,
.ordersList .order-details__data button.clear.success:hover[disabled],
.ordersList .order-details__data button.clear.success[disabled] {
    border-color: transparent;
}
.button.clear.warning,
.ordersList .order-details__data button.clear.warning {
    border: 1px solid #f44336;
    color: #f44336;
}
.button.clear.warning:focus,
.button.clear.warning:hover,
.ordersList .order-details__data button.clear.warning:focus,
.ordersList .order-details__data button.clear.warning:hover {
    border-color: #8d1108;
    color: #8d1108;
}
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.ordersList .order-details__data button.clear.warning:focus.disabled,
.ordersList .order-details__data button.clear.warning:focus[disabled],
.ordersList .order-details__data button.clear.warning:hover.disabled,
.ordersList .order-details__data button.clear.warning:hover[disabled] {
    border: 1px solid #f44336;
    color: #f44336;
}
.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning[disabled],
.ordersList .order-details__data button.clear.warning,
.ordersList .order-details__data button.clear.warning.disabled,
.ordersList .order-details__data button.clear.warning:focus,
.ordersList .order-details__data button.clear.warning:focus.disabled,
.ordersList .order-details__data button.clear.warning:focus[disabled],
.ordersList .order-details__data button.clear.warning:hover,
.ordersList .order-details__data button.clear.warning:hover.disabled,
.ordersList .order-details__data button.clear.warning:hover[disabled],
.ordersList .order-details__data button.clear.warning[disabled] {
    border-color: transparent;
}
.button.clear.info,
.ordersList .order-details__data button.clear.info {
    border: 1px solid #626b79;
    color: #626b79;
}
.button.clear.info:focus,
.button.clear.info:hover,
.ordersList .order-details__data button.clear.info:focus,
.ordersList .order-details__data button.clear.info:hover {
    border-color: #31363d;
    color: #31363d;
}
.button.clear.info:focus.disabled,
.button.clear.info:focus[disabled],
.button.clear.info:hover.disabled,
.button.clear.info:hover[disabled],
.ordersList .order-details__data button.clear.info:focus.disabled,
.ordersList .order-details__data button.clear.info:focus[disabled],
.ordersList .order-details__data button.clear.info:hover.disabled,
.ordersList .order-details__data button.clear.info:hover[disabled] {
    border: 1px solid #626b79;
    color: #626b79;
}
.button.clear.info,
.button.clear.info.disabled,
.button.clear.info:focus,
.button.clear.info:focus.disabled,
.button.clear.info:focus[disabled],
.button.clear.info:hover,
.button.clear.info:hover.disabled,
.button.clear.info:hover[disabled],
.button.clear.info[disabled],
.ordersList .order-details__data button.clear.info,
.ordersList .order-details__data button.clear.info.disabled,
.ordersList .order-details__data button.clear.info:focus,
.ordersList .order-details__data button.clear.info:focus.disabled,
.ordersList .order-details__data button.clear.info:focus[disabled],
.ordersList .order-details__data button.clear.info:hover,
.ordersList .order-details__data button.clear.info:hover.disabled,
.ordersList .order-details__data button.clear.info:hover[disabled],
.ordersList .order-details__data button.clear.info[disabled] {
    border-color: transparent;
}
.button.clear.alert,
.ordersList .order-details__data button.clear.alert {
    border: 1px solid #f44336;
    color: #f44336;
}
.button.clear.alert:focus,
.button.clear.alert:hover,
.ordersList .order-details__data button.clear.alert:focus,
.ordersList .order-details__data button.clear.alert:hover {
    border-color: #8d1108;
    color: #8d1108;
}
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.ordersList .order-details__data button.clear.alert:focus.disabled,
.ordersList .order-details__data button.clear.alert:focus[disabled],
.ordersList .order-details__data button.clear.alert:hover.disabled,
.ordersList .order-details__data button.clear.alert:hover[disabled] {
    border: 1px solid #f44336;
    color: #f44336;
}
.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert[disabled],
.ordersList .order-details__data button.clear.alert,
.ordersList .order-details__data button.clear.alert.disabled,
.ordersList .order-details__data button.clear.alert:focus,
.ordersList .order-details__data button.clear.alert:focus.disabled,
.ordersList .order-details__data button.clear.alert:focus[disabled],
.ordersList .order-details__data button.clear.alert:hover,
.ordersList .order-details__data button.clear.alert:hover.disabled,
.ordersList .order-details__data button.clear.alert:hover[disabled],
.ordersList .order-details__data button.clear.alert[disabled] {
    border-color: transparent;
}
.button.dropdown:after,
.ordersList .order-details__data button.dropdown:after {
    display: block;
    width: 0;
    height: 0;
    border: 0.4em inset;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em;
}
.button.dropdown.hollow.primary:after,
.button.dropdown.hollow:after,
.ordersList .order-details__data button.dropdown.hollow.primary:after,
.ordersList .order-details__data button.dropdown.hollow:after {
    border-top-color: #a74c28;
}
.button.dropdown.hollow.secondary:after,
.ordersList .order-details__data button.dropdown.hollow.secondary:after {
    border-top-color: #777;
}
.button.dropdown.hollow.success:after,
.ordersList .order-details__data button.dropdown.hollow.success:after {
    border-top-color: #4caf50;
}
.button.dropdown.hollow.warning:after,
.ordersList .order-details__data button.dropdown.hollow.warning:after {
    border-top-color: #f44336;
}
.button.dropdown.hollow.info:after,
.ordersList .order-details__data button.dropdown.hollow.info:after {
    border-top-color: #626b79;
}
.button.dropdown.hollow.alert:after,
.ordersList .order-details__data button.dropdown.hollow.alert:after {
    border-top-color: #f44336;
}
.button.arrow-only:after,
.ordersList .order-details__data button.arrow-only:after {
    top: -0.1em;
    float: none;
    margin-left: 0;
}
a.button:focus,
a.button:hover {
    text-decoration: none;
}
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.5625rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
    color: #9c9c9c;
    -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus {
    outline: none;
    border: 1px solid #92929a;
    background-color: #fff;
    box-shadow: 0;
    -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
textarea {
    max-width: 100%;
}
textarea[rows] {
    height: auto;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9c9c9c;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #9c9c9c;
}
input::placeholder,
textarea::placeholder {
    color: #9c9c9c;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed;
}
[type="button"],
[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
input[type="search"] {
    box-sizing: border-box;
}
[type="checkbox"],
[type="file"],
[type="radio"] {
    margin: 0 0 1rem;
}
[type="checkbox"] + label,
[type="radio"] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}
[type="checkbox"] + label[for],
[type="radio"] + label[for] {
    cursor: pointer;
}
label > [type="checkbox"],
label > [type="radio"] {
    margin-right: 0.5rem;
}
[type="file"] {
    width: 100%;
}
label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #1a1a1a;
}
label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0;
}
.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #1a1a1a;
}
.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.input-group > :first-child,
.input-group > :last-child > * {
    border-radius: 0 0 0 0;
}
.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
    margin: 0;
    white-space: nowrap;
}
.input-group-label {
    padding: 0 1rem;
    border: 1px solid #e2e2e2;
    background: #e6e6e6;
    color: #1a1a1a;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.input-group-label:first-child {
    border-right: 0;
}
.input-group-label:last-child {
    border-left: 0;
}
.input-group-field {
    border-radius: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
    min-width: 0;
}
.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
    height: auto;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
legend {
    max-width: 100%;
    margin-bottom: 0.5rem;
}
.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #e2e2e2;
}
.fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
}
select {
    height: 2.5625rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
    color: #9c9c9c;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%280, 144, 54%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
}
select:focus {
    outline: none;
    border: 1px solid #92929a;
    background-color: #fff;
    box-shadow: 0;
    -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed;
}
select::-ms-expand {
    display: none;
}
select[multiple] {
    height: auto;
    background-image: none;
}
.is-invalid-input:not(:focus) {
    border-color: #f44336;
    background-color: #feeceb;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #f44336;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #f44336;
}
.is-invalid-input:not(:focus)::placeholder {
    color: #f44336;
}
.form-error,
.is-invalid-label {
    color: #f44336;
}
.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 700;
}
.form-error.is-visible {
    display: block;
}
.hide {
    display: none !important;
}
.invisible {
    visibility: hidden;
}
@media screen and (max-width: 28.0625em) {
    .hide-for-small-only {
        display: none !important;
    }
}
@media screen and (max-width: 0em), screen and (min-width: 28.125em) {
    .show-for-small-only {
        display: none !important;
    }
}
@media print, screen and (min-width: 28.125em) {
    .hide-for-phone {
        display: none !important;
    }
}
@media screen and (max-width: 28.0625em) {
    .show-for-phone {
        display: none !important;
    }
}
@media screen and (min-width: 28.125em) and (max-width: 39.9375em) {
    .hide-for-phone-only {
        display: none !important;
    }
}
@media screen and (max-width: 28.0625em), screen and (min-width: 40em) {
    .show-for-phone-only {
        display: none !important;
    }
}
@media print, screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important;
    }
}
@media screen and (max-width: 39.9375em) {
    .show-for-medium {
        display: none !important;
    }
}
@media screen and (min-width: 40em) and (max-width: 47.9375em) {
    .hide-for-medium-only {
        display: none !important;
    }
}
@media screen and (max-width: 39.9375em), screen and (min-width: 48em) {
    .show-for-medium-only {
        display: none !important;
    }
}
@media print, screen and (min-width: 48em) {
    .hide-for-tablet {
        display: none !important;
    }
}
@media screen and (max-width: 47.9375em) {
    .show-for-tablet {
        display: none !important;
    }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .hide-for-tablet-only {
        display: none !important;
    }
}
@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
    .show-for-tablet-only {
        display: none !important;
    }
}
@media print, screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important;
    }
}
@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display: none !important;
    }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .hide-for-large-only {
        display: none !important;
    }
}
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important;
    }
}
@media screen and (min-width: 75em) {
    .hide-for-xlarge {
        display: none !important;
    }
}
@media screen and (max-width: 74.9375em) {
    .show-for-xlarge {
        display: none !important;
    }
}
@media screen and (min-width: 75em) and (max-width: 89.9375em) {
    .hide-for-xlarge-only {
        display: none !important;
    }
}
@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
    .show-for-xlarge-only {
        display: none !important;
    }
}
.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}
.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}
.hide-for-portrait,
.show-for-landscape {
    display: block !important;
}
@media screen and (orientation: landscape) {
    .hide-for-portrait,
    .show-for-landscape {
        display: block !important;
    }
}
@media screen and (orientation: portrait) {
    .hide-for-portrait,
    .show-for-landscape {
        display: none !important;
    }
}
.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}
@media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
}
@media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.clearfix:after,
.clearfix:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.clearfix:after {
    clear: both;
}
.breadcrumbs {
    margin: 0 0 1rem;
    list-style: none;
}
.breadcrumbs:after,
.breadcrumbs:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.breadcrumbs:after {
    clear: both;
}
.breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #1a1a1a;
    cursor: default;
    text-transform: uppercase;
}
.breadcrumbs li:not(:last-child):after {
    position: relative;
    margin: 0 0.75rem;
    opacity: 1;
    content: "/";
    color: #e2e2e2;
}
.breadcrumbs a {
    color: #a74c28;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs .disabled {
    color: #e2e2e2;
    cursor: not-allowed;
}
.pagination {
    margin-left: 0;
    margin-bottom: 1rem;
}
.pagination:after,
.pagination:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.pagination:after {
    clear: both;
}
.pagination li {
    margin-right: 0.0625rem;
    border-radius: 50%;
    font-size: 0.875rem;
    display: none;
}
.pagination li:first-child,
.pagination li:last-child {
    display: inline-block;
}
@media print, screen and (min-width: 40em) {
    .pagination li {
        display: inline-block;
    }
}
.pagination a,
.pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 50%;
    color: #1a1a1a;
}
.pagination a:hover,
.pagination button:hover {
    background: transparent;
}
.pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #fff;
    color: #a74c28;
    cursor: default;
}
.pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #e2e2e2;
    cursor: not-allowed;
}
.pagination .disabled:hover {
    background: transparent;
}
.pagination .ellipsis:after {
    padding: 0.1875rem 0.625rem;
    content: "\2026";
    color: #1a1a1a;
}
.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #92929a;
    font-weight: 700;
    cursor: help;
}
.tooltip {
    top: calc(100% + 0.6495rem);
    z-index: 14;
    max-width: 10rem;
    padding: 0.75rem;
    border-radius: 0;
    background-color: #1a1a1a;
    font-size: 80%;
    color: #fff;
}
.tooltip,
.tooltip:before {
    position: absolute;
}
.tooltip.bottom:before {
    display: block;
    width: 0;
    height: 0;
    border: 0.75rem inset;
    content: "";
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #1a1a1a;
    bottom: 100%;
}
.tooltip.bottom.align-center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tooltip.top:before {
    display: block;
    width: 0;
    height: 0;
    border: 0.75rem inset;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1a1a1a transparent transparent;
    top: 100%;
    bottom: auto;
}
.tooltip.top.align-center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tooltip.left:before {
    display: block;
    width: 0;
    height: 0;
    border: 0.75rem inset;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1a1a1a;
    left: 100%;
}
.tooltip.left.align-center:before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tooltip.right:before {
    display: block;
    width: 0;
    height: 0;
    border: 0.75rem inset;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1a1a1a transparent transparent;
    right: 100%;
    left: auto;
}
.tooltip.right.align-center:before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tooltip.align-top:before {
    bottom: auto;
    top: 10%;
}
.tooltip.align-bottom:before {
    bottom: 10%;
    top: auto;
}
.tooltip.align-left:before {
    left: 10%;
    right: auto;
}
.tooltip.align-right:before {
    left: auto;
    right: 10%;
}
body {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
body.nav-open {
    overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
    body.show-filter {
        overflow: hidden;
    }
}
.wrapper {
    width: 92%;
    margin: 0 auto;
}
.wrapper.first {
    max-width: 1271.73913px;
    width: 100%;
}
a {
    color: inherit;
    text-decoration: inherit;
}
.slick-slide img {
    display: inline-block;
}
input,
textarea {
    box-shadow: none;
    height: auto;
}
:focus {
    outline: none;
}
.fade-transition {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 1;
}
.fade-enter,
.fade-leave {
    opacity: 0;
}
.fixed-overlay {
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    -webkit-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.modaal-wrapper {
    overflow: hidden !important;
}
#nprogress .bar {
    background: #a74c28 !important;
}
#nprogress .spinner-icon {
    border-top-color: #a74c28 !important;
    border-left-color: #a74c28 !important;
}
#nprogress .peg {
    box-shadow: 0 0 10px #a74c28, 0 0 5px #a74c28 !important;
}
.has-tip {
    border-bottom: 0;
    cursor: pointer;
}
.relative {
    position: relative;
}
.overflow {
    overflow: hidden;
}
.tableHelper {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}
.cellHelper {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.flex {
    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;
}
h1.inherit,
h2.inherit,
h3.inherit,
h4.inherit,
h5.inherit,
h6.inherit {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    font-family: inherit;
    line-height: inherit;
}
.section-title {
    font-family: Roboto Slab, serif;
    color: #000;
    font-size: 1.5625rem;
    text-transform: uppercase;
}
h4 {
    font-size: 1.25rem;
}
a:not([href]) {
    cursor: auto;
}
a:not([href]):hover {
    color: inherit;
}
.banners {
    padding: 0 0.9375rem;
}
.banners .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.banners .banner {
    width: 49%;
}
@media screen and (max-width: 47.9375em) {
    .banners .banner {
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }
}
footer {
    padding: 60px 0 10px;
}
@media screen and (max-width: 63.9375em) {
    footer {
        padding: 40px 0 0;
    }
}
footer .flexible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 74.9375em) {
    footer .flexible {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
footer .col {
    width: 21%;
    font-weight: 400;
    font-size: 0.9375rem;
}
footer .col .contact-row {
    color: #1a1a1a;
    padding: 0.625rem 0;
}
footer .col .contact-row:not(:last-child) {
    padding-bottom: 1.5625rem;
}
footer .col .icon-helper {
    width: 54px;
    float: left;
}
footer .col .content {
    overflow: auto;
}
.checkbox footer .col label:before,
.gallery li footer .col a:before,
footer .col .checkbox label:before,
footer .col .gallery li a:before,
footer .col .icon {
    font-size: 1.875rem;
}
footer .col a[href^="mailto:"] {
    color: #a74c28;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-weight: 400;
}
footer .col a[href^="mailto:"]:active,
footer .col a[href^="mailto:"]:focus,
footer .col a[href^="mailto:"]:hover {
    color: #b46a4a;
}
footer .col:nth-child(2) {
    width: 21%;
}
footer .col:nth-child(3) {
    width: 24%;
}
footer .col:nth-child(4) {
    width: 20%;
}
footer .col:nth-child(5) {
    width: 15%;
}
@media screen and (max-width: 74.9375em) {
    footer .col {
        width: 50% !important;
        margin-bottom: 1.875rem;
    }
}
@media screen and (max-width: 39.9375em) {
    footer .col {
        width: 100% !important;
        text-align: center;
    }
}
footer .last {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: right;
}
@media screen and (max-width: 74.9375em) {
    footer .last {
        text-align: left;
    }
}
@media screen and (max-width: 39.9375em) {
    footer .last {
        text-align: center;
    }
}
footer .last img {
    margin-top: 1.25rem;
}
footer .last img:first-child {
    margin-top: 0;
}
footer .head {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.0625rem;
    line-height: 1.41176;
    letter-spacing: 0.02em;
    color: #1a1a1a;
    padding-bottom: 1.5625rem;
}
@media screen and (max-width: 39.9375em) {
    footer .head {
        padding-bottom: 5px;
    }
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul li:before {
    vertical-align: middle;
    margin-right: 15px;
    content: "";
    width: 5px;
    height: 5px;
    margin-top: -2px;
    border-radius: 50%;
    border: 1px solid #b46a4a;
    display: inline-block;
}
footer ul a { 
    color: #a74c28;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.8;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
footer ul a:active,
footer ul a:focus,
footer ul a:hover {
    color: #b46a4a;
}
footer .summary {
    border-top: 1px solid #e5e5e5;
    margin-top: 5.3125rem;
    padding: 40px 0;
}
@media screen and (max-width: 63.9375em) {
    footer .summary {
        margin-top: 0.625rem;
    }
}
footer .summary .float-left {
    color: #63838f;
    font-size: 0.9375rem;
    font-weight: 400;
}
footer .summary .float-left b {
    color: #434343;
}
footer .summary .float-left a {
    font-weight: 700;
    color: #051217;
}
footer .summary .float-left a:active,
footer .summary .float-left a:focus,
footer .summary .float-left a:hover {
    color: #b46a4a;
}
@media screen and (max-width: 47.9375em) {
    footer .summary .float-left {
        width: 100%;
        text-align: center;
    }
}
footer .summary .float-right {
    width: auto;
    display: inline-block;
}
@media screen and (max-width: 47.9375em) {
    footer .summary .float-right {
        width: 100%;
        text-align: center;
    }
}
.checkbox footer .summary .float-right label:before,
.gallery li footer .summary .float-right a:before,
footer .summary .float-right .checkbox label:before,
footer .summary .float-right .gallery li a:before,
footer .summary .float-right .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #a74c28;
    font-weight: 500;
    font-size: 2.1875rem;
    cursor: pointer;
    margin-top: 0.625rem;
}
.checkbox footer .summary .float-right label:active:before,
.checkbox footer .summary .float-right label:focus:before,
.checkbox footer .summary .float-right label:hover:before,
.gallery li footer .summary .float-right a:active:before,
.gallery li footer .summary .float-right a:focus:before,
.gallery li footer .summary .float-right a:hover:before,
footer .summary .float-right .checkbox label:active:before,
footer .summary .float-right .checkbox label:focus:before,
footer .summary .float-right .checkbox label:hover:before,
footer .summary .float-right .gallery li a:active:before,
footer .summary .float-right .gallery li a:focus:before,
footer .summary .float-right .gallery li a:hover:before,
footer .summary .float-right .icon:active,
footer .summary .float-right .icon:focus,
footer .summary .float-right .icon:hover {
    color: #b46a4a;
}
.header__main {
    text-align: left;
    padding: 2.1875rem 0;
}
.header__main--helper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__main .logotype {
    display: inline-block;
}
@media screen and (max-width: 47.9375em) {
    .header__main {
        padding: 1.25rem 0;
    }
}
@media screen and (max-width: 39.9375em) {
    .header__main {
        padding: 0.3125rem 0;
        padding-bottom: 4.375rem;
    }
}
.header__main .side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 39.9375em) {
    .header__main .side {
        width: 100%;
        position: absolute;
        top: 85px;
        left: 0;
        right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.header__main .cart-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2.1875rem;
}
@media screen and (max-width: 28.0625em) {
    .header__main .cart-status {
        margin-right: 0;
    }
}
.header__main .header-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 40px;
    text-align: left;
    color: #788b9e;
    font-size: 1rem;
    line-height: 18px;
}
@media screen and (max-width: 47.9375em) {
    .header__main .header-status {
        margin-left: 20px;
    }
}
.header__main .header-status b {
    color: #1a171b;
    font-weight: 900;
    font-size: 1.25rem;
}
@media screen and (max-width: 47.9375em) {
    .header__main .header-status b {
        font-size: 1rem;
    }
}
.checkbox .header__main .header-status label:before,
.gallery li .header__main .header-status a:before,
.header__main .header-status .checkbox label:before,
.header__main .header-status .gallery li a:before,
.header__main .header-status .icon {
    color: #a74c28;
    font-size: 1.875rem;
    padding: 12px;
    position: relative;
    font-weight: 500;
    margin-right: 0.3125rem;
}
@media screen and (max-width: 28.0625em) {
    .checkbox .header__main .header-status label:before,
    .gallery li .header__main .header-status a:before,
    .header__main .header-status .checkbox label:before,
    .header__main .header-status .gallery li a:before,
    .header__main .header-status .icon {
        font-size: 1.25rem;
    }
}
.header__main .header-status__right {
    font-size: 1rem;
    color: #788b9e;
}
.header__main .header-status__right a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
@media screen and (max-width: 47.9375em) {
    .header__main .header-status__right {
        font-size: 0.875rem;
    }
}
@media screen and (max-width: 39.9375em) {
    .header__main .header-status__right {
        min-width: 70px;
    }
}
.custom-select {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    z-index: 9;
}
@media screen and (max-width: 39.9375em) {
    .custom-select {
        position: absolute;
        top: 19px;
        right: 65px;
    }
}
.custom-select .selected {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #a74c28;
}
.custom-select .select-content {
    background-color: #f6f6f6;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0.3125rem 0.625rem;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
}
.custom-select .select-content,
.custom-select .select-content .item {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.custom-select .select-content .item:active,
.custom-select .select-content .item:focus,
.custom-select .select-content .item:hover {
    color: #a74c28;
}
.custom-select.is-active .select-content {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}
.header__nav {
    background: #fffcf9;
    position: relative;
}
.header__nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__nav__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
}
.header__nav__item.active .header__nav__url {
    color:#a74c28;
}
/*.header__nav__item.active:before {
    content: "";
    position: absolute;
    top: 99.1%;
    left: 50%;
    z-index: 2;
    border-top: 8px solid #051217;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}*/
.header__nav__url {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #000;
    display: block;
    text-align: center;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    padding: 1.5rem 0.9375rem;
}
.header__nav__url.active {
    color: #f7ed00;
}
@media screen and (max-width: 74.9375em) {
    .header__nav__url {
        font-size: 0.8125rem;
        padding: 1.5rem 0.625rem;
    }
}
.mobile-container {
    display: none;
}
.search-form {
    max-width: 310px;
    width: 100%;
    display: inline-block;
    position: relative;
}
@media screen and (max-width: 74.9375em) {
    .search-form {
        width: 30%;
    }
}
.search-form input {
    width: 100%;
    color: #a2a2a2;
    font-size: 1rem;
    font-style: italic;
    border-radius: 25px;
    margin-bottom: 0;
    height: 40px;
    padding-left: 1.5rem;
    font-weight: 400;
}
.search-form input::-webkit-input-placeholder {
    color: #a2a2a2;
    opacity: 1;
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
}
.search-form input::-moz-placeholder {
    color: #a2a2a2;
    opacity: 1;
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
}
.search-form input:-ms-input-placeholder {
    color: #a2a2a2;
    opacity: 1;
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
}
.search-form input:-moz-placeholder {
    color: #a2a2a2;
    opacity: 1;
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
}
.search-form button {
    right: 13px;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.checkbox .search-form button label:before,
.gallery li .search-form button a:before,
.search-form button .checkbox label:before,
.search-form button .gallery li a:before,
.search-form button .icon,
.search-form button:active,
.search-form button:focus,
.search-form button:hover {
    color: #a74c28!important;
}
.toggle-menu {
    display: none;
}
@media screen and (max-width: 63.9375em) {
    .toggle-menu {
        display: inline-block;
        float: right;
    }
    .toggle-menu .hamburger {
        margin-top: 0.375rem;
    }
}
@media screen and (max-width: 39.9375em) {
    .toggle-menu {
        position: absolute;
        right: 0;
        top: 13px;
    }
    .toggle-menu .hamburger {
        margin-top: 0;
    }
}
@media screen and (max-width: 63.9375em) {
    .header .header__nav,
    .header .search-form {
        display: none;
    }
    .header .header__bar__socials a:first-child {
        font-size: 0;
        vertical-align: middle;
    }
    .checkbox .header .header__bar__socials a:first-child label:before,
    .gallery li .header .header__bar__socials a:first-child a:before,
    .header .header__bar__socials a:first-child .checkbox label:before,
    .header .header__bar__socials a:first-child .gallery li a:before,
    .header .header__bar__socials a:first-child .icon {
        font-size: 15px;
        vertical-align: middle;
    }
}
@media print, screen and (min-width: 64em) {
    .mobile-container {
        display: none !important;
    }
}
.mobile-container .header__nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mobile-container .header__nav__item {
    width: 100%;
    border-right: 0;
}
.mobile-container .search-form {
    display: block;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.newsletter {
    background-size: cover;
    margin: 70px 0;
}
@media screen and (max-width: 39.9375em) {
    .newsletter {
        margin: 30px 0;
    }
}
.newsletter .newsletter--helper {
    padding: 44px 80px;
    padding-bottom: 37px;
    border: 7px solid #a74c28;
    width: 100%;
}
@media screen and (max-width: 63.9375em) {
    .newsletter .newsletter--helper {
        padding: 1.25rem 2.5rem;
    }
}
@media screen and (max-width: 28.0625em) {
    .newsletter .newsletter--helper {
        padding: 0.625rem;
    }
}
.newsletter .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 63.9375em) {
    .newsletter .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.newsletter .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 63.9375em) {
    .newsletter .content {
        width: 100%;
    }
}
.checkbox .newsletter .content label:before,
.gallery li .newsletter .content a:before,
.newsletter .content .checkbox label:before,
.newsletter .content .gallery li a:before,
.newsletter .content .icon {
    font-size: 70px;
    color: #a74c28;
    font-weight: 600;
}
@media screen and (max-width: 47.9375em) {
    .checkbox .newsletter .content label:before,
    .gallery li .newsletter .content a:before,
    .newsletter .content .checkbox label:before,
    .newsletter .content .gallery li a:before,
    .newsletter .content .icon {
        font-size: 30px;
    }
}
.newsletter .title {
    font-size: 1.5625rem;
    color: #1a171b;
    font-weight: 900;
    line-height: 1.2;
    padding-left: 1.41667em;
    text-transform: uppercase;
}
@media screen and (max-width: 47.9375em) {
    .newsletter .title {
        font-size: 20px;
    }
}
.newsletter form {
    position: relative;
    width: 100%;
}
.newsletter form input {
    border-radius: 25px;
    border: 1px solid #d9d9d9;
    background: #fff;
    margin: 0;
    padding: 0 200px 0 30px;
    font-style: italic;
    color: #a2a2a2;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    height: 48px;
}
.newsletter form input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}
.newsletter form input::-moz-placeholder {
    color: inherit;
    opacity: 1;
}
.newsletter form input:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
.newsletter form input:-moz-placeholder {
    color: inherit;
    opacity: 1;
}
.newsletter form input:focus {
    border-color: #a74c28;
}
@media screen and (max-width: 39.9375em) {
    .newsletter form input {
        padding: 0 1.875rem;
    }
}
.newsletter form button {
    background: #a74c28;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-bottom: 0;
    border: 0;
    height: 3rem;
}
.newsletter form button.error {
    color: #fff;
}
@media screen and (max-width: 39.9375em) {
    .newsletter form button {
        position: relative;
        margin-top: 0.625rem;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
}
@media screen and (max-width: 28.0625em) {
    .newsletter form button {
        display: block;
        width: 100%;
    }
}
.newsletter .right-side {
    width: 60.8547%;
}
@media screen and (max-width: 63.9375em) {
    .newsletter .right-side {
        width: 100%;
        margin-top: 25px;
    }
}
.newsletter .right-side .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.newsletter .msg-wrap {
    width: 100%;
}
.breadcrumb {
    background: #f3f3f3;
    padding: 0.5625rem 0;
}
.breadcrumbs {
    margin: 0;
}
@media screen and (max-width: 39.9375em) {
    .breadcrumbs {
        padding-left: 0;
        padding-top: 0.625rem;
    }
}
@media screen and (max-width: 39.9375em) {
    .breadcrumbs li:first-child {
        display: none;
    }
}
.breadcrumbs li:not(:last-child):after {
    color: #b46a4a;
    margin: 0 20px;
    font-size: 1rem;
}
.breadcrumbs a {
    color: #b46a4a;
    font-size: 1rem;
    text-transform: none;
}
.breadcrumbs br {
    display: none;
}
#pop_up img {
    border: 4px solid #fff !important;
}
img[src="assets/img/pop_up.png"] {
    border: 10px solid #fff !important;
}
.button,
.ordersList .order-details__data button {
    font-size: 0.9375rem;
    font-weight: 900;
    color: #fff;
    background: #a74c28;
    padding: 1.07143em 1.78571em;
    border-radius: 1.78571em;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
}
.button:after,
.ordersList .order-details__data button:after {
    content: "\EA04";
    font-family: icons;
    display: inline-block;
    -webkit-transform: rotate(-90deg) translateX(-1px);
    transform: rotate(-90deg) translateX(-1px);
    margin-left: 1.25rem;
    font-size: 1.25rem;
    line-height: 0;
} 
.button-smaller {
    padding: 1em 1.42857em;
}
.button.primary.tiny:after,
.ordersList .order-details__data button.primary.tiny:after {
    -webkit-transform: rotate(-90deg) translateX(-3px);
    transform: rotate(-90deg) translateX(-3px);
}
.button--no-icon:after {
    display: none;
}
.cart-status {
    float: right;
    font-size: 1rem;
}
.cart-status,
.cart-status > a {
    display: inline-block;
    position: relative;
}
.cart-status > a {
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    vertical-align: middle;
    font-size: 0.875rem;
    color: #2a2a2a;
}
@media screen and (max-width: 28.0625em) {
    .cart-status > a {
        width: 100%;
    }
}
.cart-status > a.active {
    z-index: 7;
}
.cart-status .checkbox label:before,
.cart-status .gallery li a:before,
.cart-status .icon,
.checkbox .cart-status label:before,
.gallery li .cart-status a:before {
    padding-left: 15px;
    vertical-align: middle;
    font-size: 1.4375rem;
    -webkit-transition: inherit;
    transition: inherit;
}
.cart-status .fixed-overlay {
    z-index: 6;
}
.cart-widget {
    position: absolute;
    top: calc(100% + 13px);
    z-index: 3;
    right: -50px;
    width: 360px;
    max-width: 85vw;
    font-weight: 400;
    box-shadow: 0 1px 43px rgba(30, 28, 28, 0.44);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    cursor: auto;
}
@media screen and (max-width: 89.9375em) {
    .cart-widget {
        right: 0;
    }
}
.cart-widget.active {
    visibility: visible;
    opacity: 1;
    z-index: 7;
}
@media screen and (max-width: 39.9375em) {
    .cart-widget {
        right: 0;
        left: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 95vw;
        width: 320px;
    }
}
.cart-widget__top {
    background: #a74c28;
    color: #28ff79;
    font-size: 0.9375rem;
    text-align: left;
    padding: 0.5em 1.55556em;
    position: relative;
}
@media screen and (max-width: 47.9375em) {
    .cart-widget__top {
        font-size: 0.875rem;
    }
}
.cart-widget__top:after {
    position: absolute;
    bottom: 100%;
    right: 45px;
    display: block;
    width: 0;
    height: 0;
    border: 9px inset;
    content: "";
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #a74c28;
}
@media screen and (max-width: 89.9375em) {
    .cart-widget__top:after {
        right: 5px;
    }
}
.cart-widget__container {
    background: #fff;
    text-align: center;
    padding: 1.5625rem;
    padding-top: 0.625rem;
}
.cart-widget__container .button,
.cart-widget__container .ordersList .order-details__data button,
.ordersList .order-details__data .cart-widget__container button {
    margin: 0 auto;
    display: block;
    width: 87%;
}
.cart-widget__list {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 0.75rem;
}
.cart-widget__list img {
    max-width: 40px;
    max-height: 52px;
}
.cart-widget__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.8125rem 0.25rem;
}
.cart-widget__list li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}
.cart-widget__list .label {
    font-weight: 700;
}
.cart-widget__list .value {
    font-weight: 700;
    color: #a74c28;
}
.cart-widget__list .right-side {
    padding-left: 1.5625rem;
    font-size: 0.8125rem;
}
.cart-widget .quantity {
    color: #fff;
}
.cart-widget .price {
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
}
.cart-widget .button:after,
.cart-widget .ordersList .order-details__data button:after,
.ordersList .order-details__data .cart-widget button:after {
    display: none;
}
.cart-widget.active + .fixed-overlay {
    opacity: 1;
    pointer-events: auto;
}
.checkbox {
    display: inline-block;
}
.checkbox input {
    position: absolute;
    opacity: 0;
}
.checkbox label {
    position: relative;
    padding-left: 29px;
    margin: 3px 0;
    text-align: justify;
}
.checkbox label:after {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #e2e2e2;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    vertical-align: middle;
    background: #fff;
}
.checkbox label:before {
    position: absolute;
    color: #1a1a1a;
    left: 3px;
    vertical-align: middle;
    top: 6px;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    z-index: 4;
}
.checkbox input:checked + label:before {
    opacity: 1;
}
.checkbox-size {
    display: inline-block;
    margin: 3px 0;
}
.checkbox-size input {
    position: absolute;
    opacity: 0;
}
.checkbox-size label {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    border: 1px solid #e9e9e9;
    line-height: 40px;
    color: #1a1a1a;
    text-align: center;
    width: 45px;
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
    margin-right: 0.1875rem;
}
.checkbox-size input:checked + label {
    color: #fff;
    border-color: #a74c28;
    background: #a74c28;
}
.checkbox-color {
    display: inline-block;
}
.checkbox-color input {
    position: absolute;
    opacity: 0;
}
.checkbox-color label {
    display: inline-block;
    height: 19px;
    width: 19px;
    border: 1px solid transparent;
    margin: 0 0.1875rem;
}
.checkbox-color input:checked + label {
    border-color: #000;
}
.client-cart-form:after,
.client-cart-form:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.client-cart-form:after {
    clear: both;
}
.client-cart-form .section-title {
    margin-bottom: 2rem;
}
@media screen and (max-width: 47.9375em) {
    .client-cart-form .section-title {
        margin-bottom: 0.3125rem;
    }
}
.client-cart-form .left-side {
    float: left;
    width: 58%;
}
@media screen and (max-width: 47.9375em) {
    .client-cart-form .left-side {
        width: 100%;
    }
}
.client-cart-form .right-side {
    float: right;
    width: 34%;
}
@media screen and (max-width: 47.9375em) {
    .client-cart-form .right-side {
        width: 100%;
        margin-top: 0.9375rem;
    }
}
.client-cart-form .right-side .input-helper {
    display: block;
}
.client-cart-form .right-side h4 {
    margin-top: 0.9375rem;
}
.contact-form {
    max-width: 715px;
    margin: 0 auto 25px;
}
.contact-form:after,
.contact-form:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.contact-form:after {
    clear: both;
}
.contact-form .form-content .button,
.contact-form .form-content .ordersList .order-details__data button,
.ordersList .order-details__data .contact-form .form-content button {
    float: right;
}
.fancybox-skin {
    border-radius: 0 !important;
    background: #a74c28 !important;
}
.fancybox-close {
    right: 0 !important;
    top: 0 !important;
    width: 40px !important;
    height: 40px !important;
    background: #a74c28 !important;
    text-align: center;
}
.fancybox-close:active:before,
.fancybox-close:focus:before,
.fancybox-close:hover:before {
    color: #aaffca;
}
.fancybox-close:before {
    content: "\00D7";
}
.fancybox-close:before,
.fancybox-nav:before {
    font-size: 2.5rem;
    line-height: 1;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.fancybox-nav:before {
    content: "\203A";
    width: 40px !important;
    height: 40px !important;
    background: #a74c28;
    text-align: center;
}
.fancybox-nav:active:before,
.fancybox-nav:focus:before,
.fancybox-nav:hover:before {
    color: #aaffca;
}
.fancybox-nav span {
    display: none;
}
.fancybox-nav.fancybox-prev:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    right: auto;
    left: -10px !important;
}
.fancybox-nav.fancybox-next:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: -10px !important;
}
.form-content {
    margin-top: 1.875rem;
    color: #4d4d52;
    font-weight: 400;
}
.form-content table {
    width: 100%;
}
.form-content table td {
    padding-bottom: 0.6875rem;
}
.form-content table td:first-child:not(:only-child) {
    text-align: right;
    padding-right: 1.25rem;
}
.form-content table input {
    margin: 0;
}
.form-content input,
.form-content textarea {
    font-weight: 400;
    padding: 0.5625rem 1.25rem;
}
.form-content label {
    font-weight: 400;
    color: #4d4d52;
}
.form-content label.is-invalid-label {
    color: #f44336;
}
.form-content label.req:after {
    content: "*";
    color: #f44336;
}
.form-content .form-error {
    margin-top: 0;
}
.form-content .button,
.form-content .ordersList .order-details__data button,
.ordersList .order-details__data .form-content button {
    margin: 0;
    vertical-align: middle;
}
.form-content .buttons {
    margin-top: 1.625rem;
}
.form-content .forget {
    text-decoration: underline;
    display: inline-block;
    margin-left: 1.8125em;
}
@media screen and (max-width: 63.9375em) {
    .form-content .forget {
        margin-left: 1.4375rem;
    }
}
.checkbox-group {
    margin-top: 2.1875rem;
}
.checkbox-group .input-helper {
    display: block;
    margin: 0.8125rem 0;
}
.checkbox-group .input-helper input {
    float: left;
}
.checkbox-group .input-helper label {
    overflow: auto;
    display: block;
    font-size: 0.8125rem;
}
.checkbox label.noexpand {
    max-height: 3.125rem;
    overflow: hidden;
}
.checkbox label.newsletter_agree {
    margin-top: 1.25rem;
    text-align: justify;
}
.checkbox label.newsletter_agree .newsletter_agree_text {
    padding-right: 10px;
}
.checkbox .agree_link {
    color: #a74c28; 
}
.checkbox a.expand_text {
    cursor: pointer;
    color: #a74c28;
}
.gallery {
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 0 -15px;
}
.gallery:after, 
.gallery:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.gallery:after {
    clear: both;
}
.gallery li {
    display: block;
    width: 25%;
    float: left;
}
.gallery li a {
    position: relative;
    text-align: center;
    margin: 15px;
    display: block;
    -webkit-transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.gallery li a:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.gallery li a:hover:before {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}
.gallery li a:after {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 144, 54, 0.5);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.gallery li a:after,
.gallery li a:before {
    position: absolute;
    -webkit-transition: inherit;
    transition: inherit;
}
.gallery li a:before {
    z-index: 3;
    display: none;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    color: #fff;
    font-size: 25px;
}
.heading:after,
.heading:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.heading:after {
    clear: both;
}
.heading nav {
    padding: 0.6875rem 0;
    float: right;
}
.heading .section-title {
    display: inline-block;
    font-size: 2.5rem;
    line-height: 1.2;
    font-family: Roboto Slab, serif;
    font-weight: 700;
    color: #1a1a1a;
}
.heading .section-title.small {
    font-size: 1.75rem;
}
@media screen and (max-width: 47.9375em) {
    .heading .section-title {
        font-size: 1.875rem;
        text-align: center;
        display: block;
    }
}
.heading .heading__with-icon {
    font-size: 1.6875rem;
    font-family: Roboto Slab, serif;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 400;
    color: #1a1a1a;
}
.checkbox .heading .heading__with-icon label:before,
.gallery li .heading .heading__with-icon a:before,
.heading .heading__with-icon .checkbox label:before,
.heading .heading__with-icon .gallery li a:before,
.heading .heading__with-icon .icon {
    vertical-align: baseline;
    margin-right: 0.625rem;
}
@font-face {
    font-family: icons;
    src: url(../fonts/icons.eot);
    src: url(../fonts/icons.eot?#iefix) format("embedded-opentype"), url(../fonts/icons.woff2) format("woff2"), url(../fonts/icons.woff) format("woff"), url(../fonts/icons.ttf) format("truetype"), url(../fonts/icons.svg#icons) format("svg");
    font-weight: 400;
    font-style: normal;
}
.checkbox label:before,
.gallery li a:before,
.icon {
    font-family: icons;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.checkbox .ordersList > table tr.title td:first-child label.active:before,
.gallery li .ordersList > table tr.title td:first-child a.active:before,
.icon-minus:before,
.ordersList > table tr.title td:first-child .checkbox label.active:before,
.ordersList > table tr.title td:first-child .gallery li a.active:before,
.ordersList > table tr.title td:first-child .icon.active:before {
    content: "\EA01";
}
.checkbox .ordersList > table tr.title td:first-child label:before,
.gallery li .ordersList > table tr.title td:first-child a:before,
.icon-plus:before,
.ordersList > table tr.title td:first-child .checkbox label:before,
.ordersList > table tr.title td:first-child .gallery li a:before,
.ordersList > table tr.title td:first-child .icon:before {
    content: "\EA02";
}
.checkbox label:before,
.icon-checked:before {
    content: "\EA03";
}
.icon-down-arrow-in-circular-button:before {
    content: "\EA04";
}
.icon-facebook:before {
    content: "\EA05";
}
.icon-magnifying-glass:before {
    content: "\EA06";
}
.icon-placeholder-3:before {
    content: "\EA07";
}
.icon-placeholder:before {
    content: "\EA08";
}
.icon-shopping-bag:before {
    content: "\EA09";
}
.icon-smartphone:before {
    content: "\EA0A";
}
.icon-wedding-rings:before {
    content: "\EA0B";
}
.icon-arrow-down:before {
    content: "\EA0C";
}
.icon-arrow-left:before {
    content: "\EA0D";
}
.icon-arrow-right:before {
    content: "\EA0E";
}
.icon-ico3:before {
    content: "\EA0F";
}
.icon-facebook2:before {
    content: "\EA10";
}
.icon-ico1:before {
    content: "\EA11";
}
.icon-ico2:before {
    content: "\EA12";
}
.icon-instagram:before {
    content: "\EA13";
}
.gallery li a:before,
.icon-maginif:before {
    content: "\EA14";
}
.icon-maginif2:before {
    content: "\EA15";
}
.icon-ok-circle:before {
    content: "\EA16";
}
.icon-ok:before {
    content: "\EA17";
}
.icon-shopping:before {
    content: "\EA18";
}
.icon-twitter:before {
    content: "\EA19";
}
.icon-closed:before {
    content: "\EA1A";
}
.icon-ico-05:before {
    content: "\EA1B";
}
.icon-ico-06:before {
    content: "\EA1C";
}
.icon-ico-07:before {
    content: "\EA1D";
}
.icon-ico-08:before {
    content: "\EA1E";
}
.icon-ico-04:before {
    content: "\EA1F";
}
.icon-arrow:before {
    content: "\EA20";
}
.icon-check:before {
    content: "\EA21";
}
.icon-info:before {
    content: "\EA22";
}
.icon-pen:before,
.product-item__flags .flag.your-sign:before {
    content: "\EA23";
}
.icon-percent:before,
.product-item__flags .flag.sale:before {
    content: "\EA24";
}
.icon-print:before {
    content: "\EA25";
}
.icon-flag:before {
    content: "\EA26";
}
.icon-pack:before {
    content: "\EA27";
}
.icon-wallet:before {
    content: "\EA28";
}
.icon-eye110:before {
    content: "\EA29";
}
.icon-facebook3:before {
    content: "\EA2A";
}
.icon-forward18:before {
    content: "\EA2B";
}
.icon-opened29:before {
    content: "\EA2C";
}
.icon-sales11:before {
    content: "\EA2D";
}
.icon-shopping232:before {
    content: "\EA2E";
}
.icon-silhouette78:before {
    content: "\EA2F";
}
.icon-upload82:before {
    content: "\EA30";
}
.icon-search-ic:before {
    content: "\EA31";
}
.icon-arrows-1-ic:before {
    content: "\EA32";
}
.icon-arrows-ic:before {
    content: "\EA33";
}
.icon-checked-ic:before {
    content: "\EA34";
}
.icon-magnifying-glass-ic:before {
    content: "\EA35";
}
.icon-multimedia-ic:before {
    content: "\EA36";
}
.icon-round-ic:before {
    content: "\EA37";
}
.icon-shopping-cart-ic:before {
    content: "\EA38";
}
.icon-social-ic:before {
    content: "\EA39";
}
.icon-upload-up-ic:before {
    content: "\EA3A";
}
.input .field--with-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.9375rem;
    position: relative;
}
.input .field--with-label .form-error {
    position: absolute;
    left: 0;
    top: 45px;
    padding-left: 6.875rem;
}
.input .field--with-label .is-invalid-input {
    margin-bottom: 1.5625rem;
}
.input .field--with-label label {
    width: 110px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: right;
    color: #737373;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
    padding-right: 0.9375rem;
}
.input .field--with-label input,
.input .field--with-label textarea {
    width: 100%;
    margin: 0;
    background: #f1f1f1;
}
.input .field--with-label .field {
    width: 100%;
}
.input-helper {
    position: relative;
    padding-left: 5px;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
}
.input-helper input {
    opacity: 0;
    z-index: 2;
    position: relative;
    left: -7px;
    top: 4px;
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: top;
}
.input-helper label {
    margin: 0;
    white-space: normal;
    max-width: 90%;
}
.input-helper label:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    border: 1px solid #dadada;
    position: absolute;
    left: 0;
    top: 5px;
    background: #fff;
}
.input-helper label:after {
    content: "✓";
    display: inline-block;
    position: absolute;
    left: 4px;
    top: 16px;
    color: #1a1a1a;
    opacity: 0;
    line-height: 0;
    font-size: 14px;
    font-weight: 700;
}
.input-helper input:checked + label:before {
    border-color: #1a1a1a;
}
.input-helper input:checked + label:after {
    opacity: 1;
}
.input-helper.color {
    display: block;
    float: left;
    vertical-align: middle;
    width: 35px;
    height: 30px;
    cursor: pointer;
}
.input-helper.color input,
.input-helper.color label:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.input-helper.color label:before {
    background: inherit;
    border-color: transparent;
}
.input-helper.color label[for="Biały"]:before {
    border-color: #cecdc8;
}
.input-helper.color input:checked + label:before {
    box-shadow: 0 1px 3px rgba(30, 28, 28, 0.51);
    border: 2px solid #fff;
}
.input-helper.color input:checked + label:after {
    opacity: 0;
}
.input-helper--size {
    float: left;
}
.input-helper--size input {
    position: absolute;
}
.input-helper--size label {
    border: 1px solid #e2e2e2;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #868686;
}
.input-helper--size label:after,
.input-helper--size label:before {
    display: none;
}
.input-helper--size input:checked + label {
    border-color: #1a1a1a;
    color: #1a1a1a;
}
.input-helper__desc {
    white-space: normal;
    font-size: 0.8125rem;
    color: #868686;
    padding-top: 0.3125rem;
    padding-left: 1.5625rem;
}
.jumbotron {
    position: relative;
}
.jumbotron .slider {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform-origin: top;
    transform-origin: top;
}
.jumbotron .slider:not(.slick-initialized) {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.jumbotron .slider .slick-dots {
    display: none!important;
}
.jumbotron .slide {
    position: relative;
    width: 100%;
    text-align: right;
    height: 445px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
@media screen and (min-width: 93.75em) {
    .jumbotron .slide {
        height: 627px;
    }
}
@media screen and (max-width: 47.9375em) {
    .jumbotron .slide {
        text-align: center;
        height: 350px;
    }
}
@media screen and (max-width: 39.9375em) {
    .jumbotron .slide {
        height: 300px;
    }
}
.jumbotron .slide .slide-content {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 61%;
    top: 50%;
    text-align: left;
}
@media screen and (max-width: 81.25em) {
    .jumbotron .slide .slide-content {
        left: 0;
        text-align: inherit;
    }
}
.jumbotron .title {
    font-weight: 900;
    color: #FFF;
    font-size: 2.4rem;
    line-height: 1.06897;
    max-width: 450px;
    margin-bottom: 0.52083em;
    text-transform: uppercase;
}
@media screen and (max-width: 63.9375em) {
    .jumbotron .title {
        font-size: 2.5rem;
        line-height: 1.25;
        max-width: 100%;
    }
}
@media screen and (max-width: 39.9375em) {
    .jumbotron .title {
        font-size: 1.5625rem;
        line-height: 1.44;
    }
}
.jumbotron .content {
    display: inline-block;
    text-align: left;
    padding-right: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
    .jumbotron .content {
        text-align: center;
        padding-right: 0;
    }
}
.jumbotron .desc {
    font-weight: 300;
    margin-bottom: 1.78571em;
    color: #0e3947;
    font-size: 0.875rem;
    max-width: 450px;
}
@media screen and (max-width: 47.9375em) {
    .jumbotron .desc {
        font-size: 12px;
    }
}
@media screen and (max-width: 39.9375em) {
    .jumbotron .desc {
        display: none;
    }
}
@media screen and (max-width: 63.9375em) {
    .jumbotron .button,
    .jumbotron .ordersList .order-details__data button,
    .ordersList .order-details__data .jumbotron button {
        font-size: 12px;
    }
}
.jumbotron .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    bottom: 8px;
}
@media screen and (max-width: 39.9375em) {
    .jumbotron .slick-dots {
        display: none !important;
    }
}
.jumbotron .slick-dots li {
    display: inline-block;
}
.jumbotron .slick-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    background: transparent;
    border: 2px solid #fff;
    margin: 10px 7px;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.jumbotron .slick-dots .slick-active button {
    background: #fff;
}
.msg-wrap {
    margin: 1rem 0;
}
@media screen and (min-width: 64em) {
    .msg-wrap:only-child {
        margin: 5rem 0;
    }
}
.msg {
    padding: 0.7rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: block;
    background: #626b79;
}
.msg--error {
    background: #a74c28;
}
.msg--success {
    background: #4caf50;
}
.ordersList {
    font-size: 15px;
    font-weight: 400;
}
.ordersList > table {
    width: 100%;
}
.ordersList > table > tbody:last-child {
    border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 74.9375em) {
    .ordersList > table > tbody:last-child tr.title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.ordersList > table tr.title {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 1px solid #e2e2e2;
    overflow: hidden;
}
.checkbox .ordersList > table tr.title td:first-child label:before,
.gallery li .ordersList > table tr.title td:first-child a:before,
.ordersList > table tr.title td:first-child .checkbox label:before,
.ordersList > table tr.title td:first-child .gallery li a:before,
.ordersList > table tr.title td:first-child .icon {
    color: #a74c28;
    cursor: pointer;
    font-size: 1.5625em;
}
.checkbox .ordersList > table tr.title td:first-child label.active:before,
.gallery li .ordersList > table tr.title td:first-child a.active:before,
.ordersList > table tr.title td:first-child .checkbox label.active:before,
.ordersList > table tr.title td:first-child .gallery li a.active:before,
.ordersList > table tr.title td:first-child .icon.active {
    color: #84848c;
}
.ordersList > table tr.title .cell {
    padding: 0 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ordersList > table tr.title .cell a {
    padding-right: 0.1875em;
}
.ordersList > table tr.title .cell a[href=""] {
    display: none;
}
.ordersList > table tr.title .cell .circle.status {
    font-size: 33px;
    margin-right: 5px;
    display: inline-block;
    line-height: 1;
}
.ordersList > table tr.title td {
    padding: 1.5625em 0;
}
@media screen and (max-width: 74.9375em) {
    .ordersList > table tr.title td {
        display: block;
        width: 50%;
        float: left;
        padding: 0.3125em 0;
    }
}
@media screen and (max-width: 28.0625em) {
    .ordersList > table tr.title td {
        width: 100%;
    }
    .ordersList > table tr.title td .cell {
        border-right: none;
    }
}
@media screen and (max-width: 74.9375em) {
    .ordersList > table tr.title td:first-child {
        display: none !important;
    }
}
.ordersList > table tr.title td:last-child .cell {
    border-right: none;
}
@media screen and (max-width: 74.9375em) {
    .ordersList > table tr.title td:nth-child(odd) .cell {
        border-right: none;
    }
}
.ordersList > table tr.title.active td:first-child .minus {
    display: inline-block;
}
.ordersList > table tr.title.active td:first-child .add {
    display: none;
}
.ordersList > table td:first-child .minus {
    display: none;
    color: #e2e2e2;
}
.ordersList > table .dataWrap .label {
    text-transform: uppercase;
    font-size: 0.75rem;
    color: #9b9b9b;
}
.ordersList > table .dataWrap .data {
    font-size: 0.875rem;
    line-height: 1.14286;
    color: #000;
}
.ordersList > table tr.active {
    background: #efefef;
    border: 10px solid #efefef;
}
@media screen and (max-width: 89.9375em) {
    .ordersList > table tr.active {
        border: 0;
    }
}
.ordersList > table tr.active + tr {
    border: 10px solid #efefef;
    border-top: 0;
}
@media screen and (max-width: 89.9375em) {
    .ordersList > table tr.active + tr {
        border: 0;
    }
}
.ordersList > table .accordion-content-view .row {
    padding: 0 0.4375rem;
}
.ordersList > table .accordion-content-view .row > .column,
.ordersList > table .accordion-content-view .row > .columns {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
@media screen and (max-width: 89.9375em) {
    .ordersList > table .accordion-content-view .row > .column,
    .ordersList > table .accordion-content-view .row > .columns {
        width: 100%;
    }
}
.ordersList > table .accordion-content-view .row > .column .title,
.ordersList > table .accordion-content-view .row > .columns .title {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin: 0.9375em 0.625em;
    text-align: center;
    display: block;
    background: #a74c28;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
@media screen and (max-width: 89.9375em) {
    .ordersList > table .accordion-content-view .row > .column .title,
    .ordersList > table .accordion-content-view .row > .columns .title {
        margin: 0.3125em 0.625em;
    }
}
.ordersList > table .accordion-content-view .row > .column .title.active,
.ordersList > table .accordion-content-view .row > .column .title:hover,
.ordersList > table .accordion-content-view .row > .columns .title.active,
.ordersList > table .accordion-content-view .row > .columns .title:hover {
    border-color: #a74c28;
}
.ordersList > table .accordion-content-view .row th {
    font-weight: 700;
    color: #7b7b82;
    background: #f5f5f5;
    text-align: left;
}
.ordersList .order-details__data {
    padding: 1.25rem 1.875rem;
}
@media screen and (max-width: 63.9375em) {
    .ordersList .order-details__data {
        padding: 1.25rem 0;
    }
}
.ordersList .order-details__data .title {
    color: #a74c28;
    font-size: 1.625rem;
    padding-bottom: 1.25rem;
}
.ordersList .order-details__data .data-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 63.9375em) {
    .ordersList .order-details__data .data-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.ordersList .order-details__data .data-row .col:not(:last-child) {
    margin-right: 12%;
}
@media screen and (max-width: 63.9375em) {
    .ordersList .order-details__data .data-row .col {
        width: 100%;
    }
}
.ordersList .itemsList {
    width: 100%;
}
@media screen and (max-width: 28.0625em) {
    .ordersList .itemsList {
        overflow: scroll;
        table-layout: fixed;
    }
}
.ordersList .itemsList .number {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    font-weight: 600;
    font-size: 0.875em;
}
.ordersList .itemsList .img {
    float: left;
    border: 2px solid #eee;
    padding: 0.875rem;
}
.ordersList .itemsList .right-side {
    float: right;
    padding-left: 1.25rem;
    color: #737373;
    font-size: 0.8125rem;
}
@media screen and (max-width: 28.0625em) {
    .ordersList .itemsList .right-side {
        padding-left: 0;
    }
}
.ordersList .itemsList .right-side b {
    font-size: 0.9375rem;
}
.ordersList .itemsList img {
    max-width: 3.125rem;
    max-height: 4.375rem;
}
@media screen and (max-width: 28.0625em) {
    .ordersList .itemsList th {
        display: none;
    }
}
.ordersList .itemsList tr:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 28.0625em) {
    .ordersList .itemsList tr {
        display: block;
    }
}
.ordersList .itemsList tr td {
    padding: 0.25em 0.3125em;
}
.ordersList .itemsList tr td:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 28.0625em) {
    .ordersList .itemsList tr td:first-child:after,
    .ordersList .itemsList tr td:first-child:before {
        display: table;
        content: " ";
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .ordersList .itemsList tr td:first-child:after {
        clear: both;
    }
}
.ordersList .itemsList tr td:last-child {
    padding: 0.5em 0.625em;
    font-weight: 700;
    color: #a74c28;
    white-space: nowrap;
}
.ordersList .itemsList .data td {
    padding: 0.5em 0.625em;
}
@media screen and (max-width: 28.0625em) {
    .ordersList .itemsList .data td:first-child {
        width: 100%;
        display: block;
    }
    .ordersList .itemsList .data td[data-head] {
        display: block;
        padding-left: 50% !important;
        width: 100%;
        position: relative;
    }
    .ordersList .itemsList .data td[data-head]:before {
        display: inline-block;
        content: attr(data-head);
        position: absolute;
        left: 0;
        width: 50%;
    }
}
.ordersList .itemsList th {
    padding: 0.5em 0.625em;
}
.ordersList .itemsList td {
    color: #000;
}
@media screen and (max-width: 28.0625em) {
    .ordersList .itemsList td:not([data-head]) {
        display: inline-block;
        width: 49%;
    }
    .ordersList .itemsList td:not([data-head]):last-child {
        text-align: right;
    }
}
.overLoader {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 16;
}
.overLoader img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    -webkit-animation: l 2.5s linear infinite;
    animation: l 2.5s linear infinite;
    z-index: 17;
}
@-webkit-keyframes l {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes l {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.pagination {
    margin: 1.25rem 0;
    text-align: right;
}
.pagination a {
    vertical-align: middle;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    border: 1px solid #e2e2e2;
    width: 40px;
    line-height: 36px;
    height: 40px;
    text-align: center;
}
.pagination a:hover {
    border-color: #a74c28;
}
.pagination a,
.pagination button {
    padding-left: 3px;
    padding-right: 3px;
    color: #7b7b82;
}
.pagination .pagination-next,
.pagination .pagination-previous {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    vertical-align: top;
}
.pagination .pagination-next a,
.pagination .pagination-previous a {
    color: #7c7c7c !important;
    padding: 0;
}
.checkbox .pagination .pagination-next a label:before,
.checkbox .pagination .pagination-previous a label:before,
.gallery li .pagination .pagination-next a a:before,
.gallery li .pagination .pagination-previous a a:before,
.pagination .pagination-next a .checkbox label:before,
.pagination .pagination-next a .gallery li a:before,
.pagination .pagination-next a .icon,
.pagination .pagination-previous a .checkbox label:before,
.pagination .pagination-previous a .gallery li a:before,
.pagination .pagination-previous a .icon {
    font-size: 12px;
    margin-top: 3px;
}
.pagination .active,
.pagination .current {
    background: #1a1a1a;
}
.pagination .active {
    padding: 0.1875rem 0.625rem;
    background: #fff;
    color: #a74c28;
    cursor: default;
    background: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a;
}
.pagination .active:hover {
    background: #1a1a1a;
}
.pagination .pagination-next a {
    color: #a74c28;
}
.mask {
    text-align: center;
}
.mask .md-preloader {
    position: relative;
    top: 50%;
    margin-top: -50px;
}
.md-preloader {
    font-size: 0;
    display: inline-block;
    -webkit-animation: m 5s linear infinite;
    animation: m 5s linear infinite;
}
.md-preloader svg {
    -webkit-animation: n 1s linear infinite;
    animation: n 1s linear infinite;
}
.md-preloader svg circle {
    fill: none;
    stroke: #a74c28;
    stroke-linecap: square;
    -webkit-animation: o 1s cubic-bezier(0.8, 0, 0.4, 0.8) infinite;
    animation: o 1s cubic-bezier(0.8, 0, 0.4, 0.8) infinite;
}
@-webkit-keyframes m {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes m {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@-webkit-keyframes n {
    0% {
        -webkit-transform: rotate(-100.8deg);
        transform: rotate(-100.8deg);
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes n {
    0% {
        -webkit-transform: rotate(-100.8deg);
        transform: rotate(-100.8deg);
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@-webkit-keyframes o {
    0% {
        stroke-dasharray: 1 210.48671px;
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dasharray: 151.55043px, 210.48671px;
        stroke-dashoffset: 0;
    }
    to {
        stroke-dasharray: 1 210.48671px;
        stroke-dashoffset: -151.55043px;
    }
}
@keyframes o {
    0% {
        stroke-dasharray: 1 210.48671px;
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dasharray: 151.55043px, 210.48671px;
        stroke-dashoffset: 0;
    }
    to {
        stroke-dasharray: 1 210.48671px;
        stroke-dashoffset: -151.55043px;
    }
}
.product-item {
    float: left;
    text-align: center;
    width: 25%;
    margin: 0 0 -1px -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.product-list-col-3 .product-item {
    width: 33.33%;
}
@media screen and (max-width: 63.9375em) {
    .product-list-col-3 .product-item {
        width: 50%;
    }
}
@media screen and (max-width: 28.0625em) {
    .product-list-col-3 .product-item {
        width: 100%;
    }
}
@media screen and (max-width: 63.9375em) {
    .product-item {
        width: 50%;
    }
}
@media screen and (max-width: 28.0625em) {
    .product-item {
        width: 100%;
    }
}
.product-item .product-container {
    display: block;
    margin: 0 20px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: relative;
    min-height: 100%;
    height: auto;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 30px -9px transparent;
}
@media screen and (max-width: 39.9375em) {
    .product-item .product-container {
        margin: 0 10px;
    }
}
.product-item .product-container.pointer {
    cursor: pointer;
}
@media screen and (max-width: 63.9375em) {
    .product-item .product-container {
        padding: 0.3125em;
    }
}
.product-item .product-container:active,
.product-item .product-container:focus,
.product-item .product-container:hover {
    box-shadow: 0 0 30px -9px rgba(0, 0, 0, 0.5);
}
.product-item .product-container:active .bottom,
.product-item .product-container:focus .bottom,
.product-item .product-container:hover .bottom {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.product-item .product-container:active .bottom .front,
.product-item .product-container:focus .bottom .front,
.product-item .product-container:hover .bottom .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    display: none;
}
.product-item .product-container:active .bottom .back,
.product-item .product-container:focus .bottom .back,
.product-item .product-container:hover .bottom .back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
@media screen and (max-width: 47.9375em) {
    .product-item .product-container:active .bottom,
    .product-item .product-container:focus .bottom,
    .product-item .product-container:hover .bottom {
        -webkit-transform: none;
        transform: none;
    }
    .product-item .product-container:active .bottom .front,
    .product-item .product-container:focus .bottom .front,
    .product-item .product-container:hover .bottom .front {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: none;
        transform: none;
    }
    .product-item .product-container:active .bottom .back,
    .product-item .product-container:focus .bottom .back,
    .product-item .product-container:hover .bottom .back {
        display: none;
    }
}
.product-item span,
.product-item strong {
    display: block;
    text-align: center;
}
.product-item .image {
    height: 210px;
    padding: 1.875rem 0.3125rem 0.625rem;
}
@media screen and (max-width: 39.9375em) {
    .product-item .image img {
        max-height: 150px;
    }
}
.product-item .title {
    color: #1e3148;
    font-weight: 300;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.02em;
    padding: 0 0.9375rem;
}
.product-item .subtitle {
    display: none;
}
.product-item .card {
    position: relative;
    padding: 0.9375rem 0;
    padding-bottom: 2.1875rem;
    height: 100%;
}
.product-item .card .bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 90px;
    margin-top: 0.3125rem;
}
.product-item .card .bottom .front {
    -webkit-transition: 0.3 ease-in-out;
    transition: 0.3 ease-in-out;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 70px;
}
.product-item .card .bottom .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: 0.3 ease-in-out;
    transition: 0.3 ease-in-out;
    display: none;
}
@media screen and (max-width: 47.9375em) {
    .product-item .card .bottom .back {
        display: none;
    }
}
.product-item .inner-text {
    font-size: 1.5rem;
    line-height: 1.20833;
    font-weight: 900;
    color: #1a171b;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    word-spacing: 100vw;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
@media screen and (max-width: 47.9375em) {
    .product-item .inner-text {
        font-size: 1.25rem;
        line-height: 1.2;
    }
}
.product-item .inner-text:before {
    bottom: 100%;
}
.product-item .inner-text:after,
.product-item .inner-text:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: #a74c28;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.product-item .inner-text:after {
    top: 100%;
}
.ordersList .order-details__data .product-item button,
.product-item .button,
.product-item .ordersList .order-details__data button {
    display: inline-block;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    margin: 15px 0 0;
    text-align: center;
    background-color: #a74c28;
}
.checkbox .ordersList .order-details__data .product-item button label:before,
.checkbox .product-item .button label:before,
.checkbox .product-item .ordersList .order-details__data button label:before,
.gallery li .ordersList .order-details__data .product-item button a:before,
.gallery li .product-item .button a:before,
.gallery li .product-item .ordersList .order-details__data button a:before,
.ordersList .order-details__data .product-item button .checkbox label:before,
.ordersList .order-details__data .product-item button .gallery li a:before,
.ordersList .order-details__data .product-item button .icon,
.product-item .button .checkbox label:before,
.product-item .button .gallery li a:before,
.product-item .button .icon,
.product-item .ordersList .order-details__data button .checkbox label:before,
.product-item .ordersList .order-details__data button .gallery li a:before,
.product-item .ordersList .order-details__data button .icon {
    vertical-align: initial;
    padding: 0;
}
@media screen and (max-width: 47.9375em) {
    .ordersList .order-details__data .product-item button,
    .product-item .button,
    .product-item .ordersList .order-details__data button {
        display: none;
    }
}
.product-item .price {
    padding: 0.5em 0;
    padding-top: 0.1875rem;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    width: 100%;
    font-size: 1rem;
    line-height: 1.1875;
    color: #1b1b1b;
    font-weight: 900;
    margin-top: 1.25rem;
}
@media screen and (max-width: 28.0625em) {
    .product-item .price {
        font-size: 1.125em;
    }
}
.product-item .price .promoted-price {
    color: #a74c28;
    display: inline-block;
    vertical-align: bottom;
    font-size: 1.125rem;
}
.product-item .price .previous-price {
    display: inline-block;
    font-size: 0.8125rem;
    text-decoration: line-through;
    vertical-align: bottom;
    color: #1b1b1b;
    margin-left: 0.1875rem;
    margin-bottom: 0.125rem;
}
.product-item .price small {
    font-size: 1em;
}
.product-item__flags {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 0;
    z-index: 2;
}
.product-item__flags .flag {
    color: #fff;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.61538em 0;
    width: 6.875rem;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    display: inline-block;
    float: right;
    clear: both;
    margin-top: 0.3125rem;
}
@media screen and (max-width: 74.9375em) {
    .product-item__flags .flag {
        font-size: 0.6875rem;
        width: auto;
        padding: 0.25em;
    }
}
.product-item__flags .flag:before {
    display: inline-block;
    font-size: 12px;
    font-family: icons;
    vertical-align: text-top;
    margin-right: 5px;
    display: none;
}
.product-item__flags .flag.your-sign {
    background: #1a1a1a;
}
.product-item__flags .flag.sale {
    background: #a74c28;
}
.product-item__flags .flag.new {
    background: #9d9d9d;
}
.product-item__flags .flag.bestseller {
    background: #a2bf43;
}
.product-item__flags .flag.sellout {
    background: #d2c794;
}
.product-item__flags .flag.recommended {
    background: #3f3f47;
}
.product-item__flags .flag:nth-last-child(3):first-child,
.product-item__flags .flag:nth-last-child(3):first-child ~ .flag,
.product-item__flags .flag:nth-last-child(4):first-child,
.product-item__flags .flag:nth-last-child(4):first-child ~ .flag,
.product-item__flags .flag:nth-last-child(5):first-child,
.product-item__flags .flag:nth-last-child(5):first-child ~ .flag {
    font-size: 0.75rem;
    padding: 1px 5px;
}
@media screen and (max-width: 74.9375em) {
    .product-item__flags .flag:nth-last-child(3):first-child,
    .product-item__flags .flag:nth-last-child(3):first-child ~ .flag,
    .product-item__flags .flag:nth-last-child(4):first-child,
    .product-item__flags .flag:nth-last-child(4):first-child ~ .flag,
    .product-item__flags .flag:nth-last-child(5):first-child,
    .product-item__flags .flag:nth-last-child(5):first-child ~ .flag {
        font-size: 0.6875rem;
    }
}
@media screen and (max-width: 28.0625em) {
    .product-item__flags .flag:nth-last-child(3):first-child,
    .product-item__flags .flag:nth-last-child(3):first-child ~ .flag,
    .product-item__flags .flag:nth-last-child(4):first-child,
    .product-item__flags .flag:nth-last-child(4):first-child ~ .flag,
    .product-item__flags .flag:nth-last-child(5):first-child,
    .product-item__flags .flag:nth-last-child(5):first-child ~ .flag {
        font-size: 0.59375rem;
    }
}
.product-item.all-products {
    min-height: 370px;
}
.product-item.all-products .product-container {
    position: relative;
    border: 20px solid #a74c28;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-item.all-products .product-container:before {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -5px;
    top: -5px;
    background-color: #fff;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.product-item.all-products .product-container:active:before,
.product-item.all-products .product-container:focus:before,
.product-item.all-products .product-container:hover:before {
    background-color: #a74c28;
}
.product-item.all-products .product-container:active .inner-text,
.product-item.all-products .product-container:focus .inner-text,
.product-item.all-products .product-container:hover .inner-text {
    color: #fff;
}
.product-item.all-products .product-container:active .inner-text:after,
.product-item.all-products .product-container:active .inner-text:before,
.product-item.all-products .product-container:focus .inner-text:after,
.product-item.all-products .product-container:focus .inner-text:before,
.product-item.all-products .product-container:hover .inner-text:after,
.product-item.all-products .product-container:hover .inner-text:before {
    background-color: #fff;
}
.product-item.all-products .card {
    padding: 0;
}
.product-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.promo-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 4.375rem 0;
    padding-bottom: 4.8125rem;
    position: relative;
    background-image: none;
}

.promo-section .text,
.promo-section .promo-icons {
    z-index: 1;
    position: relative;
}

.msg.msg--success {
    background: #a74c28!important;
}

.promo-section:after {
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
        background-image: url(/frontend/template/public/assets/img/tlo_1.png);
    filter: brightness(0.6);
    background-position-y: 27%;
    background-size: cover;

}
@media screen and (max-width: 47.9375em) {
    .promo-section {
        padding: 2.1875rem 0;
    }
}
.promo-section--helper {
    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;
    padding-right: 3.75rem;
}
@media screen and (max-width: 63.9375em) {
    .promo-section--helper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        padding-right: 0;
    }
}
.promo-section .text {
    font-size: 1.5625rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
}
@media screen and (max-width: 74.9375em) {
    .promo-section .text {
        font-size: 1.375rem;
        line-height: 1.18182;
    }
}
@media screen and (max-width: 63.9375em) {
    .promo-section .text {
        width: 100%;
    }
    .promo-section .text br {
        display: none;
    }
}
.promo-section .promo-icons {
    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;
    width: 63.24786%;
    padding-top: 0.9375rem;
}
@media screen and (max-width: 74.9375em) {
    .promo-section .promo-icons {
        width: 64.95726%;
    }
}
@media screen and (max-width: 63.9375em) {
    .promo-section .promo-icons {
        width: 100%;
        margin-top: 0.9375rem;
    }
}
@media screen and (max-width: 47.9375em) {
    .promo-section .promo-icons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding-top: 0;
        margin-top: 0;
    }
}
.promo-section .single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 47.9375em) {
    .promo-section .single {
        width: 100%;
        margin-top: 0.9375rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.checkbox .promo-section label:before,
.gallery li .promo-section a:before,
.promo-section .checkbox label:before,
.promo-section .gallery li a:before,
.promo-section .icon {
    color: #a74c28;
    font-size: 3.125rem;
}
@media screen and (max-width: 47.9375em) {
    .checkbox .promo-section label:before,
    .gallery li .promo-section a:before,
    .promo-section .checkbox label:before,
    .promo-section .gallery li a:before,
    .promo-section .icon {
        display: none;
    }
}
.promo-section .icon-text {
    margin-left: 1.25rem;
}
.promo-section .icon-text .top {
    font-size: 1.25rem;
    line-height: 1.2;
    color: #b46a4a;
}
.promo-section .icon-text .bottom {
    font-size: 1.5rem;
    line-height: 1.20833;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
}
@media screen and (max-width: 47.9375em) {
    .promo-section .icon-text {
        margin-left: 0;
    }
}
.r-tabs-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
}
.r-tabs-nav:after,
.r-tabs-nav:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.r-tabs-nav:after {
    clear: both;
}
.r-tabs-nav:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #e2e2e2;
    z-index: 1;
}
@media screen and (max-width: 63.9375em) {
    .r-tabs-nav {
        display: none;
    }
}
.r-tabs-nav li {
    display: inline-block;
    background-color: #f6f6f6;
    position: relative;
    z-index: 2;
}
.r-tabs-nav a {
    margin: -1px;
    margin-right: 0;
    position: relative;
    z-index: 2;
    font-size: 1rem;
    color: #a9a9a9;
    text-transform: uppercase;
    display: block;
    font-weight: 900;
    text-align: center;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    display: inline-block;
    margin: 0 1.25rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.r-tabs-nav a:active,
.r-tabs-nav a:focus,
.r-tabs-nav a:hover {
    color: #b46a4a!important; 
}
.r-tabs-nav .r-tabs-state-active a {
    color: #a74c28;
    display: block;
}
.r-tabs-accordion-title,
.r-tabs-state-default {
    display: none;
}
@media screen and (max-width: 63.9375em) {
    .r-tabs-accordion-title {
        display: block;
        text-align: center;
        font-family: Roboto Slab, serif;
        background: #a74c28;
        padding: 0.3125rem 0;
        margin-top: 0.625rem;
        font-size: 1rem;
    }
    .r-tabs-accordion-title a {
        color: #fff !important;
    }
}
.r-tabs-tab {
    display: initial;
}
@media screen and (max-width: 63.9375em) {
    .r-tabs-accordion-title.r-tabs-state-active {
        display: block;
        background: #006727;
    }
}
.r-tabs-panel {
    min-height: 0 !important;
}
.select-helper {
    display: inline-block;
}
.select-helper label {
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    display: inline-block;
    padding-right: 1em;
}
.select-helper select {
    display: inline-block;
    width: auto;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    border: none;
    border-radius: 1.25rem;
    border-radius: 20px;
    padding-left: 1.25rem;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb(29,29,29)'></polygon></svg>");
    background-position: right -10px center;
    color: #1d1d1d;
    font-size: 0.9375rem;
}
@media screen and (max-width: 63.9375em) {
    .table-responsive {
        table-layout: fixed;
    }
}
@media screen and (max-width: 63.9375em) {
    .table-responsive th {
        display: none;
    }
}
@media screen and (max-width: 63.9375em) {
    .table-responsive tr {
        border: 1px solid #a74c28;
        margin-bottom: 10px;
        display: block;
    }
}
@media screen and (max-width: 63.9375em) {
    .table-responsive td {
        display: block;
        padding: 0.625rem;
        padding-left: 50%;
        position: relative;
    }
    .table-responsive td:not(:last-child) {
        margin-bottom: -1px;
    }
    .table-responsive td:first-child,
    .table-responsive td:last-child {
        padding-left: 0.625rem;
        text-align: center;
    }
    .table-responsive td:first-child:after,
    .table-responsive td:last-child:after {
        display: none;
    }
}
@media screen and (max-width: 63.9375em) {
    .table-responsive td:before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        top: 50%;
        display: inline-block;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0.625rem;
    }
}
@media screen and (max-width: 63.9375em) {
    .table-responsive td:after {
        position: absolute;
        height: 100%;
        width: 1px;
        border: 1px solid #e5e5e5;
        display: inline-block;
        left: 45%;
        top: 0;
        content: "";
    }
}
.product-tabs .tabs-container {
    position: relative;
}
.product-tabs .product-list {
    margin: 0 -20px;
    margin-top: 3.75rem;
}
@media screen and (max-width: 39.9375em) {
    .product-tabs .product-list {
        margin: 0 -10px;
        margin-top: 2.5rem;
    }
}
.product-tabs .product-list .product-item {
    margin: 0;
    margin-bottom: 20px;
}
.top-bar {
    display: block;
    text-align: center;
    color: #fff;
    background: #a74c28;
    font-weight: 700;
    font-family: Roboto Slab, serif;
    font-size: 22px;
    letter-spacing: 0.05em;
    padding: 0.5em;
}
.top-banner {
    margin: 0 auto;
    padding: 4.8125rem 0;
}
@media screen and (max-width: 47.9375em) {
    .top-banner {
        padding: 1.25rem;
    }
}
.top-banner .main-title {
    color: #fff;
    font-weight: 900;
    font-size: 3.75rem;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}

.top-banner .breadcrumb-container {
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 74.9375em) {
    .top-banner .main-title {
        font-size: 1.875rem;
    }
}
@media screen and (max-width: 39.9375em) {
    .top-banner .main-title {
        font-size: 1.5625rem;
    }
}
.top-banner-container {
    position: relative;
    background-color: #d2ecf6;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    postion: relative;
}
.top-banner-container:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
    background-image: url(/frontend/template/public/assets/img/tlo_3.png);
    background-position-y: 40%;
    background-repeat: no-repeat;
     filter: brightness(0.6);
     background-size: cover;
} 
.cart-steps {
    margin: 3.125rem 0;
    position: relative;
}
.cart-steps .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
@media screen and (max-width: 47.9375em) {
    .cart-steps {
        margin: 1.875rem 0;
    }
}
.cart-steps:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0.5625rem;
    position: absolute;
    top: 1.75rem;
    left: 0;
    background: #e9e9e9;
    border-radius: 5px;
    z-index: 0;
}
.cart-steps .step {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
    font-weight: 400;
}
@media screen and (max-width: 47.9375em) {
    .cart-steps .step {
        font-size: 0.8125rem;
    }
}
.cart-steps strong {
    font-weight: inherit;
}
.cart-steps .num {
    font-size: 1.375em;
    color: #a74c28;
    border: 0.31818em solid #e9e9e9;
    border-radius: 50%;
    width: 3.18182em;
    height: 3.18182em;
    padding: 0.22727em;
    display: inline-block;
    background: #fff;
}
.cart-steps .num span {
    height: 100%;
    border-radius: inherit;
    border: 1px solid #e0e0e0;
    display: block;
    text-align: center;
    line-height: 2em;
}
.cart-steps .label {
    font-size: 1.25em;
    color: #000;
    padding-top: 0.5em;
}
@media screen and (max-width: 28.0625em) {
    .cart-steps .label {
        display: none;
    }
}
.cart-steps .step.active .num {
    border-color: #a74c28;
}
.cart-steps .step.active .label {
    font-weight: 700;
    color: #a74c28;
}
.cardItems {
    width: 100%;
    font-weight: 400;
}
.cardItems .items-row td {
    border: 1px solid #e2e2e2;
    padding: 1.125rem 1.5625rem;
}
@media screen and (max-width: 47.9375em) {
    .cardItems .items-row td {
        border: 0;
    }
}
@media screen and (max-width: 47.9375em) {
    .cardItems .items-row:not(:last-child) {
        border-bottom: 1px solid #e2e2e2;
    }
}
.cardItems .remove {
    text-align: center;
    color: #f44336;
    font-size: 0.8125rem;
}
@media screen and (max-width: 47.9375em) {
    .cardItems .remove {
        display: none;
    }
}
.cardItems .remove button {
    text-transform: uppercase;
    cursor: pointer;
}
.cardItems .summary-row {
    display: none;
}
.cardItems .hidden {
    color: #565656;
    font-size: 0.8125rem;
    display: block;
    padding: 0.3125em 0;
}
.cardItems .total-value-item {
    display: none;
}
.cardItems .itemQuantity {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    border-radius: 0;
    width: 4.375rem;
    color: #000;
}
.cardItems .itemQuantity::-webkit-inner-spin-button,
.cardItems .itemQuantity::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cardItems .price {
    font-size: 1.0625rem;
}
@media screen and (max-width: 47.9375em) {
    .cardItems .price,
    .cardItems .quantity {
        display: none;
    }
}
.cardItems .details {
    width: 54%;
    font-size: 1.0625rem;
}
@media screen and (max-width: 47.9375em) {
    .cardItems .details {
        width: 70%;
    }
}
.cardItems .details button {
    color: #f44336;
    font-size: 1.5625rem;
    margin-top: 0.3125rem;
}
.cardItems .details p {
    font-size: 0.8125rem;
    padding-top: 0.3125rem;
}
.cardItems .image {
    text-align: center;
}
@media screen and (max-width: 47.9375em) {
    .cardItems .image {
        width: 30%;
    }
}
.cardItems .total {
    display: none;
}
.summaryTable:after,
.summaryTable:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.summaryTable:after {
    clear: both;
}
.summaryTable .summary {
    border: 0;
    padding: 0.375rem 1.875rem;
    float: right;
    width: 360px;
    max-width: 100%;
    font-weight: 400;
}
@media screen and (max-width: 47.9375em) {
    .summaryTable .summary {
        width: 100%;
        text-align: center;
    }
}
.summaryTable .summary:last-child {
    background: #a74c28;
    color: #fff;
}
.summaryTable .summary .value {
    font-size: 1.5625rem;
    text-transform: uppercase;
    vertical-align: middle;
    padding-left: 0.625rem;
    padding-bottom: 0.1875rem;
    display: inline-block;
}
.summaryTable .items-row .img img {
    max-width: 120px;
}
.cartSettings {
    font-weight: 400;
    margin-bottom: 3.75rem;
}
.cartSettings .heading {
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.66;
    font-weight: 400;
    color: #000;
    padding: 0.55556em 0;
}
.cartSettings .heading--border {
    padding: 1.11111em 0;
    border-bottom: 1px solid #eaeaea;
}
.cartSettings .heading--margin {
    margin-bottom: 0.9375rem;
}
.cartSettings .heading strong {
    font-weight: inherit;
}
.cartSettings .input-helper .price {
    color: #007771;
}
.cartSettings .dicount p {
    line-height: 1.5;
    color: #303030;
    padding-top: 1em;
}
.cartSettings .dicount .heading + p {
    padding-top: 0;
}
.cartSettings .dicount label {
    font-size: 0.9375rem;
}
.cartSettings .dicount input[type="text"] {
    border-radius: 0;
}
.cartSettings .comments {
    color: #000;
}
.cartSettings .comments b {
    color: #a74c28;
}
.cartSettings .comments textarea {
    border-radius: 0;
    min-height: 8.125rem;
}
.cartSettings .three-columns {
    margin: 1.875rem 0;
    background: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
@media screen and (min-width: 64em) {
    .cartSettings .three-columns {
        padding: 0 5%;
    }
}
@media screen and (max-width: 47.9375em) {
    .cartSettings .three-columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 1.875rem;
    }
}
.cartSettings .three-columns .box {
    width: 23.5%;
    position: relative;
    padding: 1rem 0;
}
@media screen and (max-width: 47.9375em) {
    .cartSettings .three-columns .box {
        width: 100%;
    }
}
.cartSettings .input-helper {
    display: block;
}
.cartSettings .two-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
@media screen and (max-width: 47.9375em) {
    .cartSettings .two-columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.cartSettings .two-columns .box {
    position: relative;
    float: left;
    width: 44%;
}
@media screen and (max-width: 47.9375em) {
    .cartSettings .two-columns .box {
        width: 100%;
    }
}
.cartSettings .total-summary {
    color: #fff;
}
.cartSettings .total-summary .line:after,
.cartSettings .total-summary .line:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.cartSettings .total-summary .line:after {
    clear: both;
}
.cartSettings .total-summary .first {
    background: #8c8c95;
    padding: 0.625rem 1.25rem;
    line-height: 1.3;
}
@media screen and (max-width: 28.0625em) {
    .cartSettings .total-summary .first div {
        width: 100%;
        text-align: center;
    }
}
.cartSettings .total-summary .second {
    background: #45454b;
    padding: 1.25rem;
}
.cartSettings .total-summary .second div {
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 28.0625em) {
    .cartSettings .total-summary .second div {
        width: 100%;
        text-align: center;
    }
}
.cartSettings .total-summary .button,
.cartSettings .total-summary .ordersList .order-details__data button,
.ordersList .order-details__data .cartSettings .total-summary button {
    margin: 0;
    margin-left: 1.25rem;
}
@media screen and (max-width: 28.0625em) {
    .cartSettings .total-summary .button,
    .cartSettings .total-summary .ordersList .order-details__data button,
    .ordersList .order-details__data .cartSettings .total-summary button {
        width: 100%;
        margin: 0.3125rem 0;
    }
}
.cartSettings .total-summary .price {
    font-size: 1.375rem;
}
.shoppingCart {
    padding: 4.375rem 0;
}
@media screen and (max-width: 47.9375em) {
    .shoppingCart {
        padding: 1.875rem 0;
    }
}
@media screen and (max-width: 63.9375em) {
    .shoppingCart .tabs-container .r-tabs-nav {
        display: none;
    }
}
.ordersList .order-details__data .shoppingCart .tabs-container .r-tabs-accordion-title button,
.shoppingCart .tabs-container .r-tabs-accordion-title .button,
.shoppingCart .tabs-container .r-tabs-accordion-title .ordersList .order-details__data button {
    display: none;
}
.shoppingCart .tabs-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 400;
    margin-bottom: 3.75rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
@media screen and (max-width: 47.9375em) {
    .shoppingCart .tabs-container ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 1.875rem;
    }
}
.shoppingCart .tabs-container ul li {
    display: block;
    width: 30.7%;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
}
@media screen and (max-width: 47.9375em) {
    .shoppingCart .tabs-container ul li {
        width: 100%;
        margin: 0.3125rem 0;
    }
}
.shoppingCart .tabs-container ul li.r-tabs-state-active {
    opacity: 1;
}
.shoppingCart .tabs-container ul li.r-tabs-state-active a {
    box-shadow: 0 1px 29px rgba(30, 28, 28, 0.34);
}
.shoppingCart .tabs-container ul li.r-tabs-state-active a:after,
.shoppingCart .tabs-container ul li.r-tabs-tab {
    opacity: 1;
}
.shoppingCart .tabs-container ul li a {
    height: 100%;
}
.shoppingCart .tabs-container ul .lead {
    display: block;
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.08em;
}
.shoppingCart .tabs-container ul a {
    display: block;
    padding: 1.9375rem;
    position: relative;
}
.shoppingCart .tabs-container ul a:after {
    content: "";
    position: absolute;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    left: 0;
    right: 0;
    top: 10px;
    margin: auto;
    border: 1px solid #b3b3b9;
    pointer-events: none;
    opacity: 0;
}
.shoppingCart .tabs-container ul a > span {
    display: block;
}
.ordersList .order-details__data .shoppingCart .tabs-container ul button,
.shoppingCart .tabs-container ul .button,
.shoppingCart .tabs-container ul .ordersList .order-details__data button {
    margin-bottom: 0;
    margin-top: 1.6875em;
}
.shoppingCart .tabs-container ul .black {
    background: #45454b;
}
.shoppingCart .tabs-container ul .black:after {
    border-color: #696972;
}
.shoppingCart .tabs-container ul .black .description {
    color: #8c8c95;
}
.shoppingCart .tabs-container ul .grey {
    background: #8c8c95;
}
.shoppingCart .tabs-container ul .grey:after {
    border-color: #b3b3b9;
}
.shoppingCart .tabs-container ul .grey .description {
    color: #d3d3dc;
}
.shoppingCart .tabs-container ul .red {
    background: #00aa40;
}
.shoppingCart .tabs-container ul .red:after {
    border-color: #00db52;
}
.shoppingCart .tabs-container ul .red .description {
    color: #fff;
}
.summary-view .info {
    font-weight: 400;
    color: #000;
    margin-bottom: 0.625rem;
}
.summary-view .info .title {
    font-size: 1.875rem;
    margin-bottom: 0.66667em;
}
.summary-view .info p {
    margin: 0.1875rem 0;
}
.summary-view .cardItems .quantity input {
    border: none;
    pointer-events: none;
    height: 1.23529em;
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 1.0625rem;
    display: block;
}
.summary-view .cardItems .remove {
    display: none;
}
.summary-view .cardItems .total {
    display: table-cell;
}
@media screen and (max-width: 47.9375em) {
    .summary-view .cardItems .total {
        display: none;
    }
}
.summary-view .cardItems .gray {
    background: #f6f6f6;
    border: 1px solid #dbdbdb;
}
.summary-view .cardItems .red {
    background: #a74c28;
    border: 1px solid #dbdbdb;
    color: #fff;
}
.summary-view .cardItems .summary-label {
    text-align: right;
    font-size: 0.8125rem;
    padding: 0.3125rem 1.25rem;
}
.summary-view .cardItems .summary-label + td {
    text-transform: uppercase;
    padding: 0.3125rem 1.25rem;
}
@media screen and (max-width: 47.9375em) {
    .summary-view .cardItems button {
        display: none;
    }
}
.summary-view .cardItems .summary-row {
    display: table-row;
}
@media screen and (max-width: 47.9375em) {
    .summary-view .cardItems .summary-row td:first-child {
        display: none;
    }
}
@media screen and (max-width: 47.9375em) {
    .summary-view .cardItems .total-value-item {
        display: block;
    }
}
.summary-view .summaryTable > .summary {
    display: none;
}
.summary-view .summary-box {
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1.875rem 0;
    color: #000;
}
@media screen and (max-width: 39.9375em) {
    .summary-view .summary-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.summary-view .summary-box p:first-child {
    padding-bottom: 0.625rem;
}
.summary-view .summary-box div {
    border: 1px solid #dbdbdb;
    background: #f6f6f6;
    padding: 2.1875rem;
    width: 47.5%;
}
@media screen and (max-width: 47.9375em) {
    .summary-view .summary-box div {
        padding: 0.625rem;
    }
}
@media screen and (max-width: 39.9375em) {
    .summary-view .summary-box div {
        width: 100%;
        margin: 0.625rem 0;
    }
}
.finalized-view .top-info {
    font-size: 1.875rem;
    background: #e9e9e9;
    text-align: center;
    color: #484848;
    padding: 1rem 0;
}
@media screen and (max-width: 47.9375em) {
    .finalized-view .top-info {
        font-size: 1.25rem;
    }
}
.checkbox .finalized-view .top-info label:before,
.finalized-view .top-info .checkbox label:before,
.finalized-view .top-info .gallery li a:before,
.finalized-view .top-info .icon,
.gallery li .finalized-view .top-info a:before {
    margin-right: 0.8em;
    vertical-align: baseline;
    color: #a74c28;
}
.finalized-view .finalized-info {
    text-align: center;
    margin: 2.5rem 0;
}
@media screen and (max-width: 47.9375em) {
    .finalized-view .finalized-info {
        margin: 0.625rem 0;
    }
}
.finalized-view .finalized-info p {
    margin: 0;
    color: #7b7b82;
    font-weight: 400;
}
.finalized-view .finalized-info p:first-child {
    color: #2e2b2b;
    font-size: 1.125rem;
}
.finalized-view .finalized-info p:first-child b {
    color: #a74c28;
}
.finalized-view .payment-info {
    max-width: 870px;
    margin: 0 auto;
    border: 1px solid #dbdbdb;
    background: #f6f6f6;
    padding: 2.1875rem;
    color: #000;
    font-weight: 400;
    margin-bottom: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
    .finalized-view .payment-info {
        margin-bottom: 0.625rem;
        padding: 0.625rem;
    }
}
.finalized-view .payment-bottom:after,
.finalized-view .payment-bottom:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.finalized-view .payment-bottom:after {
    clear: both;
}
@media screen and (max-width: 47.9375em) {
    .finalized-view .payment-bottom {
        text-align: center;
    }
}
.finalized-view .payment-bottom p {
    color: #000;
    font-weight: 400;
}
@media screen and (max-width: 47.9375em) {
    .finalized-view .payment-bottom p {
        float: none;
        width: 100%;
    }
}
.finalized-view .payment-bottom p a {
    text-decoration: underline;
    color: #a74c28;
    font-weight: 700;
}
.finalized-view .payment-bottom .button,
.finalized-view .payment-bottom .ordersList .order-details__data button,
.ordersList .order-details__data .finalized-view .payment-bottom button {
    vertical-align: middle;
    margin: 0;
}
@media screen and (max-width: 47.9375em) {
    .finalized-view .payment-bottom .button,
    .finalized-view .payment-bottom .ordersList .order-details__data button,
    .ordersList .order-details__data .finalized-view .payment-bottom button {
        float: none !important;
    }
}
.shopCart:not(.r-tabs) {
    pointer-events: none;
}
.client-view .form-content .msg-wrap {
    margin: 1em 0;
}
@media screen and (min-width: 64em) {
    .client-view.column-view {
        padding-bottom: 3.125rem;
    }
}
@media screen and (max-width: 47.9375em) {
    .client-view.column-view .left-side {
        position: static;
        opacity: 1;
        visibility: visible;
        height: auto;
        overflow: hidden;
    }
}
.discounts-view table {
    width: 400px;
    max-width: 100%;
    margin: 0.5rem 0;
}
.discounts-view table td {
    border: 1px solid #e6e6e6;
    padding: 0.3125rem;
}
.standard-page.contact {
    padding-bottom: 0;
}
.standard-page.contact .content {
    text-align: center;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.03em;
    margin-bottom: 0;
}
.standard-page.contact .content strong {
    width: 100%;
    display: inline-block;
}
.standard-page.contact .cfContainer {
    position: relative;
    overflow: hidden;
    margin-bottom: 18px;
}
.standard-page.contact .cfContainer .cfC {
    width: 47%;
    float: left;
    min-height: 50px;
}
.standard-page.contact .cfContainer .cfC .input textarea {
    height: 133px;
    resize: none;
}
@media screen and (max-width: 63.9375em) {
    .standard-page.contact .cfContainer .cfC .input textarea {
        height: 90px;
    }
}
.standard-page.contact .cfContainer .cfC .input input,
.standard-page.contact .cfContainer .cfC .input textarea {
    margin-bottom: 11px;
}
.standard-page.contact .cfContainer .cfC .input .is-invalid-input {
    margin-bottom: 0 !important;
}
@media screen and (max-width: 63.9375em) {
    .standard-page.contact .cfContainer .cfC {
        width: 100%;
    }
}
.standard-page.contact .cfContainer .cgmap {
    width: 46%;
    float: right;
}
@media screen and (max-width: 63.9375em) {
    .standard-page.contact .cfContainer .cgmap {
        width: 100%;
        margin-top: 35px;
    }
    .standard-page.contact .cfContainer .cgmap .content p {
        text-align: center;
    }
}
@media screen and (max-width: 39.9375em) {
    .standard-page.contact .cfContainer .cgmap {
        margin-top: 0;
    }
}
.standard-page.contact .cfContainer .cgmap iframe {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 39.9375em) {
    .product-tabs .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.product-tabs .top {
    position: relative;
    padding: 40px 0 60px;
}
@media screen and (max-width: 47.9375em) {
    .product-tabs .top {
        padding: 10px 0;
    }
}
@media screen and (max-width: 74.9375em) {
    .product-tabs .checkbox {
        display: block;
    }
}
@media screen and (max-width: 39.9375em) {
    .product-tabs .filter {
        width: 50%;
        padding: 5px 0;
    }
}
.product-tabs .heading {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
@media print, screen and (min-width: 40em) {
    .product-tabs .heading {
        position: absolute;
        left: 0;
        right: 0;
        pointer-events: none;
        text-align: center;
    }
}
@media screen and (max-width: 39.9375em) {
    .product-tabs .heading {
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 10px;
    }
}
.product-tabs .more {
    text-transform: uppercase;
    font-size: 0.8125rem;
}
.checkbox .product-tabs .more.black label:before,
.gallery li .product-tabs .more.black a:before,
.product-tabs .more.black .checkbox label:before,
.product-tabs .more.black .gallery li a:before,
.product-tabs .more.black .icon {
    background: #1a1a1a;
}
@media screen and (max-width: 28.0625em) {
    .product-tabs .more {
        font-size: 0;
    }
}
.checkbox .product-tabs .more label:before,
.gallery li .product-tabs .more a:before,
.product-tabs .more .checkbox label:before,
.product-tabs .more .gallery li a:before,
.product-tabs .more .icon {
    margin-left: 20px;
    color: #fff;
    background: #a74c28;
    line-height: 40px;
    width: 40px;
    text-align: center;
}
@media screen and (max-width: 28.0625em) {
    .checkbox .product-tabs .more label:before,
    .gallery li .product-tabs .more a:before,
    .product-tabs .more .checkbox label:before,
    .product-tabs .more .gallery li a:before,
    .product-tabs .more .icon {
        font-size: 1rem;
    }
}
.home-grid {
    padding: 51px 0;
    background-color: #f6f6f6;
}
@media screen and (max-width: 39.9375em) {
    .home-grid {
        padding: 30px 0;
    }
}
.home-grid .left-side {
    width: 25.64103%;
    float: left;
}
@media screen and (max-width: 63.9375em) {
    .home-grid .left-side {
        width: 100%;
    }
    .home-grid .left-side .banner {
        width: 48%;
        float: left;
        text-align: center;
    }
    .home-grid .left-side .banner + .banner {
        float: right;
    }
}
.home-grid .right-side {
    width: 100%;
}
@media screen and (max-width: 63.9375em) {
    .home-grid .right-side {
        width: 100%;
        margin-bottom: 25px;
    }
}
.banner {
    display: block;
    margin-bottom: 30px;
}
.ask-banner {
    padding: 20px;
    background-size: cover;
    position: relative;
    overflow: hidden;
    width: 100%;
    clear: both;
}
.ask-banner:after,
.ask-banner:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.ask-banner:after {
    clear: both;
}
@media screen and (max-width: 74.9375em) {
    .ask-banner:after {
        content: "";
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
    }
}
.ask-banner b {
    font-size: 18px;
}
.ask-banner .content {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    float: right;
    position: relative;
    z-index: 2;
}
.pop_upContainer {
    display: none;
}
.login-register-view {
    margin: 4.5625rem 0;
}
.login-register-view:after,
.login-register-view:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.login-register-view:after {
    clear: both;
}
@media screen and (max-width: 47.9375em) {
    .login-register-view {
        margin: 2.0625rem 0;
    }
}
.login-register-view .left-side {
    float: left;
    width: 31.63%;
}
@media screen and (max-width: 63.9375em) {
    .login-register-view .left-side {
        width: 39%;
    }
}
@media screen and (max-width: 47.9375em) {
    .login-register-view .left-side {
        width: 100%;
    }
}
.login-register-view .right-side {
    float: right;
    width: 57.27%;
}
@media screen and (max-width: 47.9375em) {
    .login-register-view .right-side {
        width: 100%;
        margin-top: 1.625rem;
    }
}
.producers-page {
    padding: 50px 0;
}
.producers-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 0 -20px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.producers-list,
.producers-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.producers-list li {
    width: 25%;
}
@media screen and (max-width: 47.9375em) {
    .producers-list li {
        width: 33.33%;
    }
}
@media screen and (max-width: 39.9375em) {
    .producers-list li {
        width: 50%;
    }
}
.producers-list a {
    width: 100%;
    margin: 20px;
    text-align: center;
    display: block;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.producers-list a:hover {
    opacity: 0.7;
}
.producers-list .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.producers-list .name {
    display: block;
    font-family: Roboto Slab, serif;
    font-weight: 700;
    color: #a74c28;
    font-size: 18px;
    padding: 15px 0;
    border-top: 1px solid #a74c28;
    margin-top: 15px;
}
.product-details {
    padding: 5rem 0;
    overflow: hidden;
    background-color: #f6f6f6;
}
@media screen and (max-width: 63.9375em) {
    .product-details {
        padding: 1.875rem 0;
    }
}
.product-details [v-cloak] {
    display: none;
}
.product-details .top {
    position: relative;
}
.product-details .top .left-side {
    float: left;
    width: 52.13%;
}
@media screen and (max-width: 47.9375em) {
    .product-details .top .left-side {
        width: 100%;
    }
}
.product-details .top .right-side {
    width: 40.6%;
    float: right;
}
@media screen and (max-width: 47.9375em) {
    .product-details .top .right-side {
        width: 100%;
        margin-bottom: 1.875rem;
    }
}
.product-details .top .product-title {
    color: #1a171b;
    font-size: 2.25rem;
    margin-top: -0.2em;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0.5em;
}
@media screen and (max-width: 63.9375em) {
    .product-details .top .product-title {
        font-size: 1.5625rem;
    }
}
.product-details .top .sep {
    width: 100%;
    height: 0.0625rem;
    background: #d5d5d5;
    margin-bottom: 1.5625rem;
    margin-left: 0.3125rem;
}
.product-details .top .product-title + .sep {
    display: none;
}
.product-details .top .product-desc .tabs-container .r-tabs-nav a {
    padding: 0.8125rem 1.25rem;
}
.product-details .top .product-desc h2 {
    display: inline;
    color: #a74c28;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 900;
}
.product-details .top .product-desc table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 1em;
}
.product-details .top .product-desc table td {
    border: 1px solid #e2e2e2;
    padding: 0.3125rem;
}
.product-details .top .parametrs {
    padding-bottom: 1.5625rem;
}
.product-details .top .parametrs:after,
.product-details .top .parametrs:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.product-details .top .parametrs:after {
    clear: both;
}
.product-details .top .parametrs .col {
    width: 38%;
    float: left;
}
.product-details .top .parametrs .col:nth-child(2) {
    float: right;
}
.product-details .top .parametrs .col--full {
    width: 100%;
}
.product-details .top .parametrs select {
    border-radius: 20px;
    padding-left: 1.25rem;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb(29,29,29)'></polygon></svg>");
    background-position: right -10px center;
    color: #1d1d1d;
    font-size: 0.9375rem;
}
.product-details .top .label {
    padding-bottom: 0.625rem;
    font-weight: 400;
    color: #6d6868;
    font-size: 1rem;
}
.product-details .top .availability-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.checkbox .product-details .top .availability-wrapper label:before,
.gallery li .product-details .top .availability-wrapper a:before,
.product-details .top .availability-wrapper .checkbox label:before,
.product-details .top .availability-wrapper .gallery li a:before,
.product-details .top .availability-wrapper .icon {
    color: #69bc39;
    padding: 4px 5px;
    margin-right: 0.625rem;
    font-size: 1.625rem;
}
.checkbox .product-details .top .availability-wrapper label.product-unavailable:before,
.gallery li .product-details .top .availability-wrapper a.product-unavailable:before,
.product-details .top .availability-wrapper .checkbox label.product-unavailable:before,
.product-details .top .availability-wrapper .gallery li a.product-unavailable:before,
.product-details .top .availability-wrapper .icon.product-unavailable {
    color: #a74c28;
}
.checkbox .product-details .top label.availability:before,
.gallery li .product-details .top a.availability:before,
.product-details .top .checkbox label.availability:before,
.product-details .top .gallery li a.availability:before,
.product-details .top .icon.availability {
    font-size: 1.5625rem;
    color: #f44336;
    padding-right: 0.56em;
}
.checkbox .product-details .top label.availability.product-available:before,
.gallery li .product-details .top a.availability.product-available:before,
.product-details .top .checkbox label.availability.product-available:before,
.product-details .top .gallery li a.availability.product-available:before,
.product-details .top .icon.availability.product-available {
    color: #69bc39;
}
.product-details .top .price {
    font-weight: 600;
    color: #a74c28;
    font-size: 2.5rem;
    display: inline-block;
    line-height: 1;
    vertical-align: bottom;
}
@media screen and (max-width: 47.9375em) {
    .product-details .top .price {
        font-size: 1.875rem;
    }
}
@media screen and (max-width: 39.9375em) {
    .product-details .top .price {
        padding-left: 0;
        display: block;
        margin-bottom: 0.625rem;
        text-align: center;
    }
}
.product-details .top .price span:last-child {
    font-size: 0.575em;
}
.product-details .top .price.previous {
    padding-left: 1.25rem;
    font-size: 1.5rem;
    text-decoration: line-through;
    color: #6d6868;
    font-weight: 400;
}
@media screen and (max-width: 39.9375em) {
    .product-details .top .price.previous {
        padding-left: 0;
        display: block;
        text-align: center;
        font-size: 1.125rem;
    }
}
.product-details .top .offer {
    margin-top: 0.9375rem;
}
.product-details .top .quantity {
    display: inline-block;
}
.product-details .top .quantity input {
    margin: 0;
    width: 3.75rem;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    text-align: center;
    display: inline-block;
    border-radius: 20px;
    margin-right: 0.3125rem;
}
.product-details .top .quantity input::-webkit-inner-spin-button,
.product-details .top .quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.ordersList .order-details__data .product-details .top button,
.product-details .top .button,
.product-details .top .ordersList .order-details__data button {
    margin: 0;
    margin-left: 2.6875rem;
    background-color: #a74c28;
    margin-bottom: 0.3125rem;
}
.ordersList .order-details__data .product-details .top button:active,
.ordersList .order-details__data .product-details .top button:focus,
.ordersList .order-details__data .product-details .top button:hover,
.product-details .top .button:active,
.product-details .top .button:focus,
.product-details .top .button:hover,
.product-details .top .ordersList .order-details__data button:active,
.product-details .top .ordersList .order-details__data button:focus,
.product-details .top .ordersList .order-details__data button:hover {
    background-color: #b46a4a;
}
@media screen and (max-width: 63.9375em) {
    .ordersList .order-details__data .product-details .top button,
    .product-details .top .button,
    .product-details .top .ordersList .order-details__data button {
        width: 100%;
        margin: 0;
        margin-top: 0.9375rem;
    }
}
.product-details .top .preview {
    text-align: center;
    padding: 2.8125rem;
    position: relative;
    background-color: #fff;
}
@media screen and (max-width: 47.9375em) {
    .product-details .top .preview {
        padding: 1.25rem;
    }
}
.product-details .top .gallery {
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 0 -0.625rem;
}
.product-details .top .gallery li {
    width: 25%;
    float: left;
    margin-top: 0.875rem;
}
@media screen and (max-width: 39.9375em) {
    .product-details .top .gallery li {
        width: 33.33%;
    }
}
@media screen and (max-width: 28.0625em) {
    .product-details .top .gallery li {
        width: 50%;
    }
}
.product-details .top .gallery a {
    margin: 0 0.625rem;
    height: 6.5625rem;
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    background-color: #fff;
}
.product-details .top .gallery a:hover {
    border-color: #a74c28;
}
.product-details .top .toggle-gallery {
    display: inline-block;
    position: absolute;
    bottom: 1.5rem;
    right: 1.6875rem;
    background: #d5d5d5;
    color: #fff;
    font-size: 1.125rem;
    width: 2.55556em;
    line-height: 2.33333em;
    height: 2.55556em;
    border-radius: 50%;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
.product-details .top .toggle-gallery:hover {
    box-shadow: 0 0 3px 1px #a74c28;
    color: #a74c28;
    background: #fff;
}
.checkbox .product-details .top .toggle-gallery label:before,
.gallery li .product-details .top .toggle-gallery a:before,
.product-details .top .toggle-gallery .checkbox label:before,
.product-details .top .toggle-gallery .gallery li a:before,
.product-details .top .toggle-gallery .icon {
    vertical-align: sub;
}
.product-details .bottom {
    margin-top: 7.1875rem;
}
@media screen and (max-width: 63.9375em) {
    .product-details .bottom {
        margin-top: 1.875rem;
    }
}
.product-details .bottom .product-list {
    margin: 0 -0.9375rem;
}
.product-details .bottom .product-list .product-item {
    margin: 0.46875rem 0;
}
.product-details .bottom .product-list .product-item a {
    margin: 0 0.9375rem;
}
.product-details .bottom .r-tabs-state-default {
    display: block;
}
.product-details .bottom .r-tabs-panel {
    margin-top: 2.5rem;
}
.product-details .quanity-msg {
    margin: 10px 0;
    padding: 5px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-color: #f44336;
}
.checkbox .product-details .quanity-msg label:before,
.gallery li .product-details .quanity-msg a:before,
.product-details .quanity-msg .checkbox label:before,
.product-details .quanity-msg .gallery li a:before,
.product-details .quanity-msg .icon {
    color: #f44336;
}
.product-details .parametrs__group {
    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;
}
.product-details .parameters__col {
    width: 40%;
}
.product-details .parameters__col.w50 {
    width: 50%;
}
@media screen and (max-width: 63.9375em) {
    .product-details .parameters__col.w50 {
        width: 100%;
    }
}
@media screen and (max-width: 63.9375em) {
    .product-details .parameters__col {
        width: 100%;
        margin-bottom: 10px;
    }
}
.product-details #params {
    margin-top: 15px;
}
.column-view {
    padding-top: 3.125rem;
    padding-bottom: 1.25rem;
    background-color: #f6f6f6;
}
.column-view:after,
.column-view:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.column-view:after {
    clear: both;
}
@media screen and (max-width: 47.9375em) {
    .column-view {
        padding-top: 1.5625rem;
    }
}
.column-view .msg-wrap {
    width: 100%;
    margin: 0 0.9375rem;
}
.column-view .msg-wrap a {
    color: #fff;
}
.column-view .left-side {
    float: left;
    width: 23.078%;
}
@media screen and (max-width: 63.9375em) {
    .column-view .left-side {
        width: 29%;
    }
}
@media screen and (max-width: 47.9375em) {
    .column-view .left-side {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
        height: calc(100vh - 40px);
        overflow-x: hidden;
        overflow-y: scroll;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        padding: 1.25rem;
    }
    .show-filter .column-view .left-side {
        opacity: 1;
        visibility: visible;
    }
}
.column-view .right-side {
    float: right;
    width: 73.15%;
}
.column-view .right-side:only-child {
    width: 100%;
}
@media screen and (max-width: 63.9375em) {
    .column-view .right-side {
        width: 67%;
    }
}
@media screen and (max-width: 47.9375em) {
    .column-view .right-side {
        width: 100%;
    }
}
.column-view .heading .section-title {
    width: 100%;
    font-size: 1rem;
    padding: 0.46154em 1.23077em;
    padding-left: 0;
    font-weight: 900;
    margin-bottom: 0.1875rem;
    color: #a74c28;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    position: relative;
}
.column-view .heading .section-title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e2e2e2;
    z-index: 1;
}
.column-view .heading .section-title span {
    position: relative;
    z-index: 2;
    background-color: #f6f6f6;
    padding-right: 1.25rem;
}
.column-view .side-box {
    margin-bottom: 1.375rem;
    font-weight: 400;
}
.column-view .side-box:nth-child(2) .head {
    background: #fbaf33;
}
.column-view .side-box .heading .section-title {
    width: 100%;
    font-size: 1rem;
    padding: 0.46154em 1.23077em;
    padding-left: 0;
    font-weight: 900;
    margin-bottom: 0.1875rem;
    color: #a74c28;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    position: relative;
}
.column-view .side-box .heading .section-title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e2e2e2;
    z-index: 1;
}
.column-view .side-box .heading .section-title span {
    position: relative;
    z-index: 2;
    background-color: #f6f6f6;
    padding-right: 1.25rem;
}
.column-view .side-box nav {
    padding: 5px 0;
}
.column-view .side-box nav > ul > li:not(:last-child) > a {
    border-bottom: 1px solid #e2e2e2;
}
.column-view .side-box nav a {
    color: #7b7b82;
    display: block;
    padding: 0.4375rem 1.4375rem;
    font-weight: 400;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    padding-left: 0;
}
.column-view .side-box nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.column-view .side-box nav > ul {
    padding: 0;
}
.column-view .side-box nav > ul ul {
    padding: 0.1875rem 0;
    display: none;
    border-bottom: 1px solid #e2e2e2;
}
.column-view .side-box nav > ul ul a {
    color: #7b7b82;
    font-style: italic;
    padding: 0.0625rem 2.1875rem;
    padding-left: 0.625rem;
}
.column-view .side-box nav > ul ul a.active,
.column-view .side-box nav > ul ul a:hover {
    color: #b46a4a;
}
.column-view .side-box nav > ul ul a:before {
    content: "- ";
}
.column-view .side-box nav > ul > li > a:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: red;
    margin-top: -2px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 0.5em;
    font-size: 1.25em;
    line-height: 1.15em;
    -webkit-transition: inherit;
    transition: inherit;
    display: none;
}
.column-view .side-box nav > ul > li > a.active,
.column-view .side-box nav > ul > li > a:hover {
    font-weight: 500;
    color: #b46a4a;
}
.column-view .side-box nav > ul > li > a.active:before,
.column-view .side-box nav > ul > li > a:hover:before {
    background: #fbaf33;
}
.column-view .side-box nav > ul > li a.active + ul {
    display: block;
}
.column-view .side-box .filter-box {
    padding: 10px 26px;
    padding-right: 1.25rem;
}
.column-view .side-box .filter-box:after,
.column-view .side-box .filter-box:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.column-view .side-box .filter-box:after {
    clear: both;
}
.column-view .side-box .filter-box li {
    margin-right: 1.5625rem;
    margin-bottom: 0.125rem;
}
.column-view .side-box .filter-box li,
.column-view .side-box .filter-box li label {
    color: #6d6868;
    font-size: 0.875rem;
    line-height: 1.92857;
    letter-spacing: 0.02em;
}
.column-view .side-box .filter-box .filter-head {
    font-weight: 400;
    padding-bottom: 0.3125rem;
    font-size: 0.875rem;
    line-height: 2.85714;
    letter-spacing: 0.02em;
    color: #6d6868;
}
.column-view .side-box .filter-box .filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.column-view .side-box .filter-box:last-child {
    padding: 0;
}
.column-view .side-box .filter-box:last-child .wipe {
    padding: 22px;
    display: block;
}
.column-view .wipe {
    color: #a74c28;
    text-decoration: underline;
    white-space: nowrap;
    cursor: pointer;
}
.column-view .wipe:hover {
    text-decoration: none;
}
.column-view .irs-with-grid {
    margin-top: 5px;
}
.column-view .irs-bar,
.column-view .irs-bar-edge,
.column-view .irs-line-left,
.column-view .irs-line-mid,
.column-view .irs-line-right,
.column-view .irs-slider {
    background-image: url(../img/sprite-skin.png) !important;
}
.column-view .irs-from,
.column-view .irs-single,
.column-view .irs-to,
.column-view .irs-slider.to,.column-view  .irs-slider.from {
    background: #a74c28;
} 

.shoppingCart .tabs-container ul .red {
background: #a74c28!important;   
}

.buttons .button.dark-red{
    background-color: black;
}

.buttons .button.dark-red:hover {
    background-color: #45454b; 
}

.progress-button .animate {
    background: #b46a4a !important;
}

.contact-form .input a{
    color:#a74c28 !important;
} 

.cart-widget.active .cart-widget__top {
    color: white;
}

.cart-status > a.active {
    z-index: 5;
}

.header__main--helper .custom-select {
    z-index: 4;
}


.progress-button.finished .animate {
    background: #a74c28 !important;
}

.filter-box .irs-bar {
    background-color: #b46a4a !important;
}

.column-view .irs-from:after,
.column-view .irs-single:after,
.column-view .irs-to:after {
    border-top-color: #a74c28;
}
.column-view .sort-box {
    background: #a74c28;
    padding: 0.875rem 1.5rem;
    margin: 1.25rem 0 0.625rem;
}
.column-view .sort-box .select-helper {
    padding-right: 1.4375rem;
}
@media screen and (max-width: 63.9375em) {
    .column-view .sort-box .select-helper {
        margin: 5px 0;
        width: 100%;
    }
}
.column-view .selected-filter-list {
    padding: 0.625rem 1.375rem; 
    font-weight: 400;
    margin-bottom: 0.9375rem;
}
.column-view .selected-filter-list:after,
.column-view .selected-filter-list:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.column-view .selected-filter-list:after {
    clear: both;
}
.column-view .selected-filter-list .wipe {
    vertical-align: top;
    padding: 2px 0;
    display: inline-block;
}
@media screen and (max-width: 63.9375em) {
    .column-view .selected-filter-list .wipe {
        white-space: nowrap;
        margin-top: 10px;
    }
}
.column-view .selected-filter-list .current-filter {
    margin: 0.3125rem 0;
    float: left;
    font-size: 0.875rem;
    color: #7b7b82;
    margin-right: 2.0625rem;
}
@media screen and (max-width: 63.9375em) {
    .column-view .selected-filter-list .current-filter {
        margin: 5px 0;
        width: 100%;
    }
}
.column-view .selected-filter-list .current-filter a {
    background: #a74c28;
    color: #fff;
    padding: 0.21429em 0.78571em;
    margin-left: 0.64286em;
    cursor: pointer;
}
.column-view .selected-filter-list .current-filter .x {
    color: #e6a6ad;
    padding-left: 0.5em;
}
.close-filters {
    display: none;
    background: #fff;
    z-index: 10;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    text-align: center;
}
.show-filter .close-filters {
    display: block;
}
.close-filters .button,
.close-filters .ordersList .order-details__data button,
.ordersList .order-details__data .close-filters button {
    margin: 3px 0;
}
@media screen and (min-width: 48em) {
    .close-filters {
        display: none !important;
    }
}
.standard-page {
    padding: 3.125rem 0;
}
.standard-page.standard-page--no-padding-bottom {
    padding-bottom: 0;
}
.standard-page .content:after,
.standard-page .content:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.standard-page .content:after {
    clear: both;
}
@media screen and (max-width: 63.9375em) {
    .standard-page .content {
        text-align: center;
    }
}
.standard-page .content p {
    font-weight: 400;
    margin: 1.875em 0;
    line-height: 1.8;
    color: #7b7b82;
    text-align: justify;
}
@media screen and (max-width: 74.9375em) {
    .standard-page .content p {
        margin: 0.9375rem 0;
    }
}
.standard-page .content h1 {
    margin-top: 0.9375rem;
}
@media screen and (max-width: 63.9375em) {
    .standard-page .content h1 {
        width: 100%;
    }
}
.standard-page .content h2 {
    margin-top: 0.9375rem;
}
@media screen and (max-width: 63.9375em) {
    .standard-page .content h2 {
        width: 100%;
    }
}
.standard-page .content h3 {
    margin-top: 0.9375rem;
}
@media screen and (max-width: 63.9375em) {
    .standard-page .content h3 {
        width: 100%;
    }
}
.standard-page .content h4 {
    margin-top: 0.9375rem;
}
@media screen and (max-width: 63.9375em) {
    .standard-page .content h4 {
        width: 100%;
    }
}
.standard-page .content h5 {
    margin-top: 0.9375rem;
}
@media screen and (max-width: 63.9375em) {
    .standard-page .content h5 {
        width: 100%;
    }
}
.standard-page .content h6 {
    margin-top: 0.9375rem;
}
@media screen and (max-width: 63.9375em) {
    .standard-page .content h6 {
        width: 100%;
    }
}
.standard-page .content img {
    margin: 1.875rem 0;
}
@media screen and (max-width: 63.9375em) {
    .standard-page .content img {
        float: none;
        margin: 0.9375rem 0;
    }
}
.standard-page .content img:nth-of-type(odd) {
    float: right;
    margin-left: 3.75rem;
}
@media screen and (max-width: 63.9375em) {
    .standard-page .content img:nth-of-type(odd) {
        float: none;
        margin-left: 0;
    }
}
.standard-page .content img:nth-of-type(2n) {
    float: left;
    margin-right: 3.75rem;
    margin-top: 0.625rem;
}
@media screen and (max-width: 63.9375em) {
    .standard-page .content img:nth-of-type(2n) {
        float: none;
        margin-right: 0;
    }
}
