.bold {
    font-weight: 700;
}
.light {
    font-weight: 300;
}
.btn-text:after,
.btn--arrow:after,
.header__nav li a:after,
.home-gallery__unit-hover,
.gallery-single__item .overlay {
    transition: all 0.7s cubic-bezier(0.18, 0.32, 0.17, 0.99);
}
.hidden {
    position: absolute;
    display: block;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.txt-white {
    color: #fff;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    box-sizing: border-box;
}
*:focus {
    outline: 0 !important;
}
span.wpcf7-list-item {
    margin: 0;
}
em {
    font-style: italic;
}
html,
body {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #222;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    overflow-x: hidden;
}
a {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s;
}
h1 {
    font: normal 56px "Playfair Display", serif;
    text-transform: uppercase;
}
h2 {
    font: normal 35px "Playfair Display", serif;
    text-transform: uppercase;
    margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
    h2 {
        margin-bottom: 0px;
    }
}
h2.line {
    position: relative;
    padding-bottom: 25px;
}
h2.line:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 2px;
    background-color: #c1a01d;
}
h3 {
    font-size: 15px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
    h3 {
        margin-bottom: 10px;
    }
}
h4 {
    font-size: 15px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
}
p {
    line-height: 1.5;
    margin-bottom: 30px;
}
.btn {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font: 600 14px "Montserrat", sans-serif;
    color: #fff;
    padding: 15px 25px 15px 45px;
    background: url("images/arrow-white.svg") no-repeat 20px center #c1a01d;
    border: 0;
    transition: all 0.4s;
}
.btn:hover {
    background-color: #222;
}
.btn-text {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font: 600 14px "Montserrat", sans-serif;
    color: #222;
    padding: 3px 20px 3px 0;
    background: url("images/arrow.svg") no-repeat right 6px;
    border: 0;
}
.btn-text:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #c1a01d;
}
.btn-text:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    z-index: 2;
    height: 1px;
    background-color: #222;
}
.btn-text:hover:after {
    width: calc(100% - 20px);
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    zoom: 1;
}
*:first-child + html .clearfix {
    zoom: 1;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.img-full {
    width: 100%;
}
.img-responsive {
    display: inline-block;
    width: auto;
    max-width: 100%;
}
.container,
.wsp-container {
    max-width: 1170px;
    margin: auto;
    padding: 0 25px;
}
.wrapper {
    max-width: 1500px;
    margin: auto;
}
.btn--arrow {
    display: inline-block;
    color: #c1a01d;
    font-size: 0.8125rem;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
}
.btn--arrow:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    width: 15px;
    height: 8px;
    left: 100%;
    background: url(svg/arrow-btn.svg);
    top: calc(50% - 4px);
    background-size: 100% 100%;
    margin-left: -5px;
    opacity: 0;
}
.btn--arrow:hover:after {
    opacity: 1;
    margin-left: 10px;
}
.animated,
.btn-text:after,
.btn--arrow:after,
.header__nav li a:after,
.home-gallery__unit-hover,
.gallery-single__item .overlay {
    transition: all 0.7s cubic-bezier(0.18, 0.32, 0.17, 0.99);
    -webkit-transition: all 0.7s cubic-bezier(0.18, 0.32, 0.17, 0.99);
}
.animate {
    opacity: 0;
}
.animate.top {
    transform: translateY(100px);
}
.animate.top.fade-in {
    transform: translateY(0);
}
.animate.bottom {
    transform: translateY(-100px);
}
.animate.bottom.fade-in {
    transform: translateY(0);
}
.animate.left {
    transform: translateX(-100px);
}
.animate.left.fade-in {
    transform: translateX(0);
}
.animate.right {
    transform: translateX(100px);
}
.animate.right.fade-in {
    transform: translateX(0);
}
.animate.fade-in {
    opacity: 1;
    transition: all 0.7s cubic-bezier(0.18, 0.32, 0.17, 0.99);
}
.flex {
    display: flex;
}
@media screen and (max-width: 900px) {
    .flex {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 640px) {
    .flex {
        flex-direction: column;
    }
}
.flex.direction-reverse {
    flex-direction: row-reverse;
}
.flex.direction-col {
    flex-direction: column;
}
.flex.direction-col-reverse {
    flex-direction: column-reverse;
}
.flex.justify-between {
    justify-content: space-between;
}
.flex.justify-center {
    justify-content: center;
}
.flex.justify-end {
    justify-content: flex-end;
}
.flex.align-items-center {
    align-items: center;
}
.flex.align-items-start {
    align-items: flex-start;
}
.flex.align-items-end {
    align-items: flex-end;
}
.flex.align-items-baseline {
    align-items: baseline;
}
.flex.align-content-center {
    align-content: center;
}
.flex.align-content-start {
    align-content: flex-start;
}
.flex.align-content-end {
    align-content: flex-end;
}
.flex.align-content-baseline {
    align-content: baseline;
}
.flex.wrap {
    flex-wrap: wrap;
}
.flex.wrap-reverse {
    flex-wrap: wrap-reverse;
}
.row,
.flex-row {
    margin-left: -15px;
    margin-right: -15px;
}
.image-fit {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.relative {
    position: relative;
}
strong {
    font-weight: 700;
}
.hide-desktop {
    display: none;
}
.slick-dots li {
    display: inline-block;
    margin: 0 10px;
    font-size: 0;
}
.slick-dots li.slick-active button:before {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background: #c1a01d;
    top: 0px;
    left: 0px;
    border-radius: 50%;
}
.slick-dots button {
    width: 9px;
    height: 9px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0;
    font-size: 0;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.wsp-container {
    max-width: 900px;
}
.wsp-container h2 {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.wsp-container ul.children {
    padding-left: 20px;
}
.wsp-container a {
    font-size: 0.875rem;
    color: #c1a01d;
}
.wsp-container ul.children {
    padding-left: 0;
}
.wsp-container ul.children li {
    position: relative;
    padding-left: 30px;
}
.wsp-container ul.children li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 20px;
    height: 1px;
    background: #e9e9e9;
    top: 50%;
}
.wsp-pages-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.not-selectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.carousel {
    position: relative;
    box-sizing: border-box;
}
.carousel *,
.carousel *:before,
.carousel *:after {
    box-sizing: inherit;
}
.carousel.is-draggable {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.carousel.is-dragging {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}
.carousel__track {
    display: flex;
}
.carousel__slide {
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}
.has-dots {
    margin-bottom: calc(0.5rem + 22px);
}
.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: 0.25;
    transition: opacity 0.15s ease-in-out;
}
.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1;
}
.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    box-shadow: var(--carousel-button-shadow, none);
    transition: opacity 0.15s ease;
}
.carousel__button.is-prev,
.carousel__button.is-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.carousel__button.is-prev {
    left: 10px;
}
.carousel__button.is-next {
    right: 10px;
}
.carousel__button[disabled] {
    cursor: default;
    opacity: 0.3;
}
.carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    -webkit-filter: var(--carousel-button-svg-filter, none);
    filter: var(--carousel-button-svg-filter, none);
    pointer-events: none;
}
html.with-fancybox {
    scroll-behavior: auto;
}
body.compensate-for-scrollbar {
    overflow: hidden !important;
    touch-action: none;
}
.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    z-index: 1050;
    outline: none;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}
.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
    box-sizing: inherit;
}
.fancybox__container :focus {
    outline: none;
}
body:not(.is-using-mouse) .fancybox__container :focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}
@media all and (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px;
    }
}
.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}
.fancybox__carousel {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10;
}
.fancybox__carousel.has-dots {
    margin-bottom: calc(0.5rem + 22px);
}
.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default;
}
.fancybox__track {
    display: flex;
    height: 100%;
}
.fancybox__slide {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px 8px;
    position: relative;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px;
}
.fancybox__slide::before,
.fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto;
}
@media all and (min-width: 1024px) {
    .fancybox__slide {
        padding: 64px 100px;
    }
}
.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    z-index: 20;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: thin dotted;
    box-shadow: none;
}
.fancybox__caption {
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    flex-shrink: 0;
    overflow-wrap: anywhere;
}
.is-loading .fancybox__caption {
    visibility: hidden;
}
.fancybox__container > .carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff);
}
.fancybox__nav .carousel__button {
    z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
    right: 8px;
}
@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-next {
        right: 40px;
    }
}
.fancybox__nav .carousel__button.is-prev {
    left: 8px;
}
@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left: 40px;
    }
}
.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40;
}
@media all and (min-width: 1024px) {
    .carousel__button.is-close {
        right: 40px;
    }
}
.fancybox__content > .carousel__button.is-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: var(--fancybox-color, #fff);
}
.fancybox__no-click,
.fancybox__no-click button {
    pointer-events: none;
}
.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor);
}
.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053;
}
.fancybox__spinner svg {
    -webkit-animation: fancybox-rotate 2s linear infinite;
    animation: fancybox-rotate 2s linear infinite;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}
.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor;
}
@-webkit-keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
    opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__dots,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__button.is-close {
    -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
    animation: 0.15s ease backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
    -webkit-animation: 0.15s ease both fancybox-fadeOut;
    animation: 0.15s ease both fancybox-fadeOut;
}
.fancybox-fadeIn {
    -webkit-animation: 0.15s ease both fancybox-fadeIn;
    animation: 0.15s ease both fancybox-fadeIn;
}
.fancybox-fadeOut {
    -webkit-animation: 0.1s ease both fancybox-fadeOut;
    animation: 0.1s ease both fancybox-fadeOut;
}
.fancybox-zoomInUp {
    -webkit-animation: 0.2s ease both fancybox-zoomInUp;
    animation: 0.2s ease both fancybox-zoomInUp;
}
.fancybox-zoomOutDown {
    -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
    animation: 0.15s ease both fancybox-zoomOutDown;
}
.fancybox-throwOutUp {
    -webkit-animation: 0.15s ease both fancybox-throwOutUp;
    animation: 0.15s ease both fancybox-throwOutUp;
}
.fancybox-throwOutDown {
    -webkit-animation: 0.15s ease both fancybox-throwOutDown;
    animation: 0.15s ease both fancybox-throwOutDown;
}
@-webkit-keyframes fancybox-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fancybox-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fancybox-fadeOut {
    to {
        opacity: 0;
    }
}
@keyframes fancybox-fadeOut {
    to {
        opacity: 0;
    }
}
@-webkit-keyframes fancybox-zoomInUp {
    from {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes fancybox-zoomInUp {
    from {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes fancybox-zoomOutDown {
    to {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
}
@keyframes fancybox-zoomOutDown {
    to {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
}
@-webkit-keyframes fancybox-throwOutUp {
    to {
        transform: translate3d(0, -30%, 0);
        opacity: 0;
    }
}
@keyframes fancybox-throwOutUp {
    to {
        transform: translate3d(0, -30%, 0);
        opacity: 0;
    }
}
@-webkit-keyframes fancybox-throwOutDown {
    to {
        transform: translate3d(0, 30%, 0);
        opacity: 0;
    }
}
@keyframes fancybox-throwOutDown {
    to {
        transform: translate3d(0, 30%, 0);
        opacity: 0;
    }
}
.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: zoom-out;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox__image {
    transform-origin: 0 0;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: none;
}
.has-image .fancybox__content {
    padding: 0;
    background: transparent;
    min-height: 1px;
}
.is-closing .has-image .fancybox__content {
    overflow: visible;
}
.has-image[data-image-fit="contain"] {
    overflow: visible;
    touch-action: none;
}
.has-image[data-image-fit="contain"] .fancybox__content {
    flex-direction: row;
    flex-wrap: wrap;
}
.has-image[data-image-fit="contain"] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.has-image[data-image-fit="contain-w"] {
    overflow-x: hidden;
    overflow-y: auto;
}
.has-image[data-image-fit="contain-w"] .fancybox__content {
    min-height: auto;
}
.has-image[data-image-fit="contain-w"] .fancybox__image {
    max-width: 100%;
    height: auto;
}
.has-image[data-image-fit="cover"] {
    overflow: visible;
    touch-action: none;
}
.has-image[data-image-fit="cover"] .fancybox__content {
    width: 100%;
    height: 100%;
}
.has-image[data-image-fit="cover"] .fancybox__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%;
}
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, 0.9);
    color: #fff;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: transparent;
}
.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.fancybox__thumbs {
    flex: 0 0 auto;
    position: relative;
    padding: 0px 3px;
    opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs {
    -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
    animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0;
}
.fancybox__thumbs .carousel__slide {
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    opacity: 0;
    transition: opacity 0.15s ease;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: 0.92;
}
.fancybox__thumbs .carousel__slide > * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.1);
    background-repeat: no-repeat;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.006) 8.1%,
        rgba(0, 0, 0, 0.021) 15.5%,
        rgba(0, 0, 0, 0.046) 22.5%,
        rgba(0, 0, 0, 0.077) 29%,
        rgba(0, 0, 0, 0.114) 35.3%,
        rgba(0, 0, 0, 0.155) 41.2%,
        rgba(0, 0, 0, 0.198) 47.1%,
        rgba(0, 0, 0, 0.242) 52.9%,
        rgba(0, 0, 0, 0.285) 58.8%,
        rgba(0, 0, 0, 0.326) 64.7%,
        rgba(0, 0, 0, 0.363) 71%,
        rgba(0, 0, 0, 0.394) 77.5%,
        rgba(0, 0, 0, 0.419) 84.5%,
        rgba(0, 0, 0, 0.434) 91.9%,
        rgba(0, 0, 0, 0.44) 100%
    );
    padding: 0;
    touch-action: none;
    display: flex;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}
@media all and (min-width: 1024px) {
    .fancybox__toolbar {
        padding: 8px;
    }
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar {
    -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
    animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0;
}
.fancybox__toolbar__items {
    display: flex;
}
.fancybox__toolbar__items--left {
    margin-right: auto;
}
.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
    margin-left: auto;
}
@media (max-width: 640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none;
    }
}
.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 30;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox__container:-webkit-full-screen::backdrop {
    opacity: 0;
}
.fancybox__container:-moz-full-screen::backdrop {
    opacity: 0;
}
.fancybox__container:-ms-fullscreen::backdrop {
    opacity: 0;
}
.fancybox__container:fullscreen::backdrop {
    opacity: 0;
}
.fancybox__button--fullscreen g:nth-child(2) {
    display: none;
}
.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
    display: none;
}
.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:nth-child(1) {
    display: none;
}
.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none;
}
.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}
.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}
.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}
.fancybox__button--slideshow g:nth-child(2) {
    display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
    display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block;
}
.header {
    position: fixed;
    z-index: 1000;
    background: transparent;
    width: 100%;
    top: 0;
    padding: 25px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 640px) {
    .header {
        text-align: center;
        padding: 25px 20px;
    }
}
.header .container,
.header .wsp-container {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.header .logo {
    overflow: hidden;
    transition: all 0.4s;
}
.header .logo img {
    height: 42px;
    width: auto;
}
.header .logo svg,
.header .logo img {
    margin: auto;
    display: block;
}
.header .logo:hover {
    opacity: 0.6;
}
.header .container,
.header .wsp-container {
    max-width: 1240px;
}
.header__phone {
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    color: #c1a01d;
    font-weight: 500;
}
@media screen and (max-width: 640px) {
    .header__phone {
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
    }
}
.header__nav {
    display: inline-block;
    vertical-align: middle;
}
.header__nav li {
    display: inline-block;
    margin-left: 30px;
    position: relative;
}
.header__nav li:before {
    content: ".";
    display: block;
    position: absolute;
    top: 7px;
    line-height: 10px;
    right: -17px;
    color: #fff;
}
.header__nav li:last-child:before {
    display: none;
}
.header__nav li a {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
    padding: 10px 0;
}
.header__nav li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #c1a01d;
    width: 0;
    height: 1px;
}
.header__nav li a:hover:after {
    width: 100%;
}
@media screen and (max-width: 640px) {
    .header__nav {
        margin-top: 10px;
    }
    .header__nav li {
        margin: 0 15px;
    }
}
.header .btn-menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    margin-left: 30px;
    cursor: pointer;
    position: relative;
}
.header .btn-menu__icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px #c1a01d;
    position: relative;
}
.header .btn-menu__icon:before {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #c1a01d;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 50%;
    opacity: 0;
}
.header .btn-menu__icon:hover {
    background: #c1a01d;
}
.header .btn-menu__icon:hover .bar {
    background: #fff;
}
.header .btn-menu__icon:hover:before {
    opacity: 0.4;
    -webkit-animation: animation_border 0.8s infinite;
    animation: animation_border 0.8s infinite;
}
.header .btn-menu .bar {
    width: 8px;
    height: 1px;
    margin: 1px 0;
    background: #c1a01d;
    display: block;
}
.header.scroll {
    background: #000;
}
.featured-hero {
    position: relative;
}
.featured-hero:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(35, 30, 32, 0.9) 100%);
    z-index: 11;
}
.featured-hero__image {
    width: 100%;
    height: 80vh;
    /* max-height: 700px; */
}
.featured-hero__image img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}
.featured-hero__uvp {
    flex: 1 0 0%;
    position: absolute;
}
.signup {
    margin: 65px 0;
    text-align: center;
}
.signup h3 {
    margin-bottom: 10px;
}
.signup form .field {
    display: inline-block;
    margin: 0 20px;
}
.signup form .field input {
    padding: 15px 20px;
    border: 1px solid #e9e9e9;
    width: 250px;
}
.signup form button {
    clear: both;
    margin-top: 30px;
}
.footer {
    background-color: #000;
    text-align: center;
    color: #fff;
    padding-top: 60px;
}
.footer nav li {
    display: inline-block;
    margin: 0 20px;
}
.footer nav li a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer nav li a:hover {
    color: #c1a01d;
}
.footer address {
    display: block;
    margin: 35px 0;
    font-size: 16px;
    line-height: 1.5;
}
.footer .social-media {
    margin-bottom: 35px;
}
.footer .social-media__title {
    display: inline-block;
    vertical-align: middle;
    color: #c1a01d;
    font: italic 24px "Playfair Display", serif;
}
.footer .social-media__media {
    display: inline-block;
    vertical-align: middle;
    margin-left: 38px;
    font-size: 13px;
    color: #fff;
    padding-left: 30px;
    line-height: 30px;
}
.footer .social-media__media:hover {
    color: #c1a01d;
}
.footer .social-media__media.facebook {
    background: url("images/fb.svg") no-repeat left center;
    background-size: auto 20px;
}
.footer .social-media__media.instagram {
    padding-left: 35px;
    background: url("images/instagram.svg") no-repeat left center;
    background-size: auto 20px;
}
.footer .fine-print {
    padding: 40px 0;
    border-top: 1px solid rgba(193, 160, 29, 0.5);
    font-size: 12px;
}
.footer .fine-print a {
    color: #fff;
}
.footer .fine-print a:hover {
    color: #c1a01d;
}
.hero {
    height: 100vh;
    position: relative;
}
.hero:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(35, 30, 32, 0.9) 100%);
    z-index: 11;
}
.hero .slick-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.hero .slide {
    position: relative;
}
.hero .slide:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 30vh;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(35, 30, 32, 0.5) 50%);
}
.hero__caption {
    position: absolute;
    bottom: 10%;
    left: 7%;
    z-index: 20;
    font: 60px "Playfair Display", serif;
    text-transform: uppercase;
    color: #fff;
}
.hero__caption span {
    display: block;
    font: 300 22px "Montserrat", sans-serif;
}
.hero .image-fit__wrapper {
    height: 100vh;
}
@media screen and (max-width: 640px) {
    .hero .image-fit__wrapper {
        width: 100%;
        height: 55vh;
        max-height: 600px;
    }
}
@media screen and (max-width: 640px) {
    .hero {
        height: 55vh;
        max-height: 600px;
    }
}
.featured {
    position: relative;
    margin: 70px 0;
}
@media screen and (max-width: 900px) {
    .featured {
        justify-content: flex-start !important;
        margin: 30px 0;
    }
}
.featured:before {
    content: "";
    display: block;
    position: absolute;
    top: 35px;
    width: 100%;
    height: 1px;
    background-color: #c1a01d;
}
@media screen and (max-width: 900px) {
    .featured:before {
        background-color: transparent;
    }
}
.featured img {
    margin: 0 5vw;
    position: relative;
    z-index: 2;
    width: 327px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (max-width: 1200px) {
    .featured img {
        max-width: 25%;
    }
}
@media screen and (max-width: 900px) {
    .featured img {
        max-width: 35%;
    }
}
.featured p {
    margin: 0;
}
.featured__left {
    max-width: 285px;
}
@media screen and (max-width: 900px) {
    .featured__left {
        max-width: 305px;
        text-align: center;
        margin-bottom: 30px;
    }
}
.featured__right {
    max-width: 285px;
}
@media screen and (max-width: 1200px) {
    .featured__right {
        max-width: 225px;
    }
}
@media screen and (max-width: 900px) {
    .featured__right {
        max-width: 305px;
        margin-top: 30px;
    }
}
.latest-blog {
    margin: 100px 0;
}
.latest-blog__image {
    position: relative;
}
.latest-blog__image:after {
    content: "";
    display: block;
    position: absolute;
    top: 20%;
    right: 0;
    width: 3px;
    height: 60%;
    background-color: #c1a01d;
}
.latest-blog__copy {
    padding-left: 5%;
}
.map-quad {
    margin: 70px 0;
}
.contact-quad {
    margin-bottom: 70px;
}
.contact-quad__content {
    width: 600px;
    max-width: 600px;
    margin: 0 auto;
}
@media screen and (max-width: 640px) {
    .contact-quad__content {
        width: 100%;
    }
}
.contact-quad__content form input[type="text"],
.contact-quad__content form input[type="email"],
.contact-quad__content form textarea {
    padding: 15px 20px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    border: 0;
    border-bottom: 1px solid #e8e9ec;
    margin-bottom: 15px;
}
.home-gallery {
    background-color: #e9e9e9;
}
.home-gallery__top {
    padding: 50px 0;
    text-align: center;
}
.home-gallery__top p {
    max-width: 900px;
    margin: 0 auto;
}
@media screen and (max-width: 900px) {
    .home-gallery__top {
        padding: 30px 0;
    }
    .home-gallery__top h2 {
        margin-bottom: 20px;
    }
}
.home-gallery__unit {
    position: relative;
    width: 33%;
    height: 275px;
    overflow: hidden;
}
.home-gallery__unit:nth-child(2) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
@media screen and (max-width: 640px) {
    .home-gallery__unit {
        width: auto;
    }
}
.home-gallery__unit-hover {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.home-gallery__unit-hover span {
    display: inline-block;
    padding-left: 20px;
    background: url("images/arrow.svg") no-repeat left center;
    color: #fff;
    font: 500 14px "Montserrat", sans-serif;
    text-transform: uppercase;
}
.home-gallery__unit:hover .home-gallery__unit-hover {
    opacity: 1;
}
.home-gallery__unit img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.press-quad {
    margin: 70px 0;
}
.press-quad__entry {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 40px;
}
.press-quad__image {
    max-width: 560px;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.press-quad__image::before {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 3px;
    height: 3px;
    width: 80%;
    border-bottom: 3px solid #c1a01d;
}
.press-quad__image img {
    width: 100%;
    height: 245px;
    -o-object-fit: cover;
    object-fit: cover;
}
.press-quad__content h2 {
    font-size: 25px;
    margin-bottom: 25px;
}
.press-quad__content span.date-published {
    text-transform: uppercase;
    display: block;
}
.press-quad__text {
    border-top: 1px solid #c1a01d;
    padding-top: 25px;
    margin-top: 25px;
}
.blog-single {
    margin: 70px 0;
}
.blog-single h2 {
    margin-bottom: 0;
}
.blog-single span {
    margin-bottom: 30px;
}
.blog-single img {
    margin-bottom: 20px;
}
.product-quad {
    margin: 70px 0;
}
.product-quad__entry {
    flex: 0 0 30%;
    width: 30%;
    margin: 0 15px;
    flex-direction: column;
}
@media screen and (max-width: 640px) {
    .product-quad__entry {
        flex: 1 1 auto;
        width: 100%;
        margin-bottom: 20px;
    }
}
.product-quad__image {
    margin-bottom: 15px;
    width: 100%;
}
.product-quad__image img {
    width: 100%;
    height: 275px;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-quad__text {
    margin-bottom: 35px;
}
.product-quad__content h4 {
    text-align: center;
    margin-bottom: 20px;
}
.product-quad__content h4 a {
    background: none;
}
.products-single {
    margin: 70px 0;
}
.products-single__images {
    flex: 0 0 60%;
    width: 60%;
    margin: 0 15px;
}
@media screen and (max-width: 640px) {
    .products-single__images {
        flex: 1 1 auto;
        width: 100%;
        margin: 0;
    }
}
.products-single__content {
    flex: 1 0 0%;
    padding-left: 70px;
}
@media screen and (max-width: 640px) {
    .products-single__content {
        padding: 0;
        margin-top: 20px;
    }
}
.products-single-gallery {
    margin-top: 20px;
}
.products-single-gallery .slick-list {
    padding: 0 !important;
}
.products-single-specs__table {
    margin: 15px 0 40px;
}
.products-single-specs__table tr {
    line-height: 1.3;
}
.products-single-specs__table tr td {
    padding-right: 5px;
    font-size: 13px;
    padding-bottom: 7px;
}
.products-single-specs__table tr td.label {
    font-weight: bold;
    white-space: nowrap;
}
.products-single-imgs__thumbs {
    width: 150px !important;
    height: 150px;
    overflow: hidden;
    margin-right: 20px;
}
@media screen and (max-width: 640px) {
    .products-single-imgs__thumbs {
        width: 80px !important;
        height: 80px;
    }
    .products-single-imgs__thumbs img {
        width: 80px;
        height: 80px;
    }
}
.accessory-quad {
    margin: 70px 0;
}
.accessory-quad__entry {
    flex: 0 0 22%;
    width: 22%;
    margin: 0 15px;
    flex-direction: column;
}
.accessory-quad__image {
    margin-bottom: 35px;
    width: 100%;
}
.accessory-quad__image img {
    width: 100%;
    height: 275px;
    -o-object-fit: contain;
    object-fit: contain;
}
.accessory-quad__text {
    margin-bottom: 35px;
}
.accessory-single {
    margin: 70px 0;
}
.accessory-single__images {
    flex: 0 0 60%;
    width: 60%;
    margin: 0 15px;
}
.accessory-single__content {
    flex: 1 0 0%;
    padding-left: 70px;
}
.accessory-single-gallery {
    margin-top: 20px;
}
.accessory-single-gallery .slick-list {
    padding: 0 !important;
}
.accessory-single-specs__table {
    margin-bottom: 40px;
}
.accessory-single-specs__table tr {
    line-height: 1.5;
}
.accessory-single-specs__table tr td {
    padding-right: 5px;
}
.accessory-single-imgs__thumbs {
    width: 150px !important;
    height: 150px;
    overflow: hidden;
    margin-right: 20px;
}
.gallery-quad {
    margin: 70px 0;
}
.gallery-quad__entry {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
    .gallery-quad__entry {
        flex: 1 1 auto;
        width: 100%;
    }
}
.gallery-quad__image {
    max-width: 560px;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.gallery-quad__image::before {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 3px;
    height: 3px;
    width: 80%;
    border-bottom: 3px solid #c1a01d;
}
.gallery-quad__image img {
    width: 100%;
    height: 245px;
    -o-object-fit: cover;
    object-fit: cover;
}
.gallery-quad__content h2 {
    font-size: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #c1a01d;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.gallery-quad__content span.date-published {
    text-transform: uppercase;
    display: block;
}
.gallery-single {
    margin: 70px 0;
}
.gallery-single-info__description p {
    margin: 0;
    text-transform: uppercase;
}
.gallery-single__entry {
    flex: 0 0 22%;
    width: 22%;
    margin: 0 15px 30px 15px;
}
@media screen and (max-width: 640px) {
    .gallery-single__entry {
        flex: 1 1 auto;
        width: auto;
        margin: 0;
        margin-top: 20px;
    }
}
.gallery-single__item {
    position: relative;
    width: 100%;
    max-height: 190px;
    overflow: hidden;
}
.gallery-single__item img {
    width: 280px;
    height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 640px) {
    .gallery-single__item img {
        width: 100%;
        max-height: 190px;
    }
}
.gallery-single__item .overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.gallery-single__item .overlay:hover {
    opacity: 0.8;
}
.gallery-single__item .overlay:hover::after {
    content: url("images/icon-expand.svg");
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    text-align: center;
}
@media screen and (max-width: 640px) {
    .gallery-single__images .container,
    .gallery-single__images .wsp-container {
        padding: 0;
    }
}
