:root {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
    --base-font: "Montserrat", sans-serif;
    --accent-font: "CormorantGaramond", sans-serif;
    --white: #FDFAED;
    --black: #000;
    --gold: #AA9348;
    --wine-gradient: radial-gradient(50% 50% at 50% 50%, #923547 0%, #3D1417 100%);
    --text-size: 16px;
    --lh-xs: 1.1;
    --lh-sm: 1.3;
    --lh-default: 1.4;
    --fw-light: 300;
    --fw-normal: 400;
    --fw-medium: 500;
    --fw-semi: 600;
    --fw-bold: 700;
    --transition: .6s;
    --transition-long: 1.2s;
    --transition-fast: .3s;
    --header-z-index: 100;
    --z-index-cookie: 99;
    --bs-body-font-family: var(--base-font);
    --bs-body-font-size: var(--text-size);
    --bs-body-font-weight: var(--fw-normal);
    --bs-body-line-height: var(--lh-default);
    --bs-body-bg: var(--white);
    --bs-body-color: var(--black)
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

dl, ol, p, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote, figure {
    margin: 0 0 1rem
}

mark {
    padding: .1875em;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg)
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    background-color: transparent;
    text-decoration: none
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code, kbd, pre, samp {
    font-family: var(--bs-font-monospace)
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    color: var(--bs-code-color);
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

img, svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody, td, tfoot, th, thead, tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button, input, optgroup, select, textarea {
    font-family: inherit
}

[role=button], [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical;
    overflow: auto
}

fieldset {
    min-width: 0;
    margin: 0;
    border: 0;
    padding: .35em .75em .625em
}

legend {
    float: left;
    width: 100%;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    cursor: pointer;
    display: list-item
}

[hidden] {
    display: none !important
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    overflow-x: hidden;
    max-width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

details, main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-family: monospace, monospace;
    font-size: 1em
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    max-width: 100%
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[hidden], template {
    display: none
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 760px) {
    .container {
        max-width: 814px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1034px) {
    .container {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1290px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1290px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1650px) {
    .container {
        max-width: 1690px;
        margin-left: auto;
        margin-right: auto
    }
}

@font-face {
    font-family: CormorantGaramond;
    src: url(../fonts/CormorantGaramond/CormorantGaramond-Light.eot);
    src: url(../fonts/CormorantGaramond/CormorantGaramond-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/CormorantGaramond/CormorantGaramond-Light.woff2) format("woff2"), url(../fonts/CormorantGaramond/CormorantGaramond-Light.woff) format("woff"), url(../fonts/CormorantGaramond/CormorantGaramond-Light.ttf) format("truetype"), url(../fonts/CormorantGaramond/CormorantGaramond-Light.svg#Hind-Regular) format("svg");
    font-weight: 300;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: CormorantGaramond;
    src: url(../fonts/CormorantGaramond/CormorantGaramond-Regular.eot);
    src: url(../fonts/CormorantGaramond/CormorantGaramond-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/CormorantGaramond/CormorantGaramond-Regular.woff2) format("woff2"), url(../fonts/CormorantGaramond/CormorantGaramond-Regular.woff) format("woff"), url(../fonts/CormorantGaramond/CormorantGaramond-Regular.ttf) format("truetype"), url(../fonts/CormorantGaramond/CormorantGaramond-Regular.svg#Hind-Regular) format("svg");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: CormorantGaramond;
    src: url(../fonts/CormorantGaramond/CormorantGaramond-Medium.eot);
    src: url(../fonts/CormorantGaramond/CormorantGaramond-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/CormorantGaramond/CormorantGaramond-Medium.woff2) format("woff2"), url(../fonts/CormorantGaramond/CormorantGaramond-Medium.woff) format("woff"), url(../fonts/CormorantGaramond/CormorantGaramond-Medium.ttf) format("truetype"), url(../fonts/CormorantGaramond/CormorantGaramond-Medium.svg#Hind-Regular) format("svg");
    font-weight: 500;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: CormorantGaramond;
    src: url(../fonts/CormorantGaramond/CormorantGaramond-SemiBold.eot);
    src: url(../fonts/CormorantGaramond/CormorantGaramond-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/CormorantGaramond/CormorantGaramond-SemiBold.woff2) format("woff2"), url(../fonts/CormorantGaramond/CormorantGaramond-SemiBold.woff) format("woff"), url(../fonts/CormorantGaramond/CormorantGaramond-SemiBold.ttf) format("truetype"), url(../fonts/CormorantGaramond/CormorantGaramond-SemiBold.svg#Hind-Regular) format("svg");
    font-weight: 600;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: CormorantGaramond;
    src: url(../fonts/CormorantGaramond/CormorantGaramond-Bold.eot);
    src: url(../fonts/CormorantGaramond/CormorantGaramond-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/CormorantGaramond/CormorantGaramond-Bold.woff2) format("woff2"), url(../fonts/CormorantGaramond/CormorantGaramond-Bold.woff) format("woff"), url(../fonts/CormorantGaramond/CormorantGaramond-Bold.ttf) format("truetype"), url(../fonts/CormorantGaramond/CormorantGaramond-Bold.svg#Hind-Regular) format("svg");
    font-weight: 700;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Light.eot);
    src: url(../fonts/Montserrat/Montserrat-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat/Montserrat-Light.woff2) format("woff2"), url(../fonts/Montserrat/Montserrat-Light.woff) format("woff"), url(../fonts/Montserrat/Montserrat-Light.ttf) format("truetype"), url(../fonts/Montserrat/Montserrat-Light.svg#Hind-Regular) format("svg");
    font-weight: 300;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Regular.eot);
    src: url(../fonts/Montserrat/Montserrat-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat/Montserrat-Regular.ttf) format("truetype"), url(../fonts/Montserrat/Montserrat-Regular.svg#Hind-Regular) format("svg");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Medium.eot);
    src: url(../fonts/Montserrat/Montserrat-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat/Montserrat-Medium.woff) format("woff"), url(../fonts/Montserrat/Montserrat-Medium.ttf) format("truetype"), url(../fonts/Montserrat/Montserrat-Medium.svg#Hind-Regular) format("svg");
    font-weight: 500;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-SemiBold.eot);
    src: url(../fonts/Montserrat/Montserrat-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat/Montserrat-SemiBold.woff) format("woff"), url(../fonts/Montserrat/Montserrat-SemiBold.ttf) format("truetype"), url(../fonts/Montserrat/Montserrat-SemiBold.svg#Hind-Regular) format("svg");
    font-weight: 600;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Bold.eot);
    src: url(../fonts/Montserrat/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat/Montserrat-Bold.ttf) format("truetype"), url(../fonts/Montserrat/Montserrat-Bold.svg#Hind-Regular) format("svg");
    font-weight: 700;
    font-display: swap;
    font-style: normal
}

body.no-scroll {
    overflow: hidden
}

body main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

ol, ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.icon {
    width: 24px;
    height: 24px
}

.icon--smaller {
    width: 23px;
    height: 23px
}

.icon--sm {
    width: 18px;
    height: 18px
}

@media (min-width: 1200px) {
    .icon--sm {
        width: 24px;
        height: 24px
    }
}

button {
    margin: 0;
    padding: 0;
    border: none;
    background: 0 0;
    font: inherit;
    color: inherit;
    text-align: inherit;
    text-decoration: none;
    cursor: pointer
}

.container {
    padding-right: 20px;
    padding-left: 20px
}

.fade {
    -webkit-transition: opacity var(--transition);
    transition: opacity var(--transition)
}

img.lazy-load, img.lazy-load--delayed, img.lazy-load--loaded {
    opacity: 0;
    -webkit-transition: opacity var(--transition);
    transition: opacity var(--transition)
}

img.lazy-load--delayed.entered, img.lazy-load--delayed.loaded, img.lazy-load--loaded.entered, img.lazy-load--loaded.loaded, img.lazy-load.entered, img.lazy-load.loaded {
    opacity: 1
}

@media (min-width: 760px) and (max-width: 1199.98px) {
    .container {
        padding-right: calc(20px * 2);
        padding-left: calc(20px * 2)
    }
}

@media (max-width: 759.98px) {
    .container {
        padding-right: calc(20px * .8);
        padding-left: calc(20px * .8)
    }
}

.fade {
    -webkit-transition: opacity var(--transition-fast);
    transition: opacity var(--transition-fast)
}

* {
    scrollbar-width: thin !important
}
