.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.stretched-link::before, img[data-src]:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.button, button {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    font-size: inherit;
    line-height: inherit; }

.cover-bg {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0; }

body {
    font-size: 18px;
    line-height: normal; }
    @media only screen and (max-width: 766px) {
        body {
            font-size: 16px; } }

.text--28 {
    font-size: 28px;
    line-height: 1.39; }
    @media only screen and (max-width: 766px) {
        .text--28 {
            font-size: 20px;
            line-height: 1.5; } }

.text--24 {
    font-size: 24px;
    line-height: 1.5; }
    @media only screen and (max-width: 766px) {
        .text--24 {
            font-size: 18px;
            line-height: 1.83; } }

.text--20 {
    font-size: 20px;
    line-height: 1.6; }
    @media only screen and (max-width: 766px) {
        .text--20 {
            font-size: 18px; } }

.text--18 {
    font-size: 18px;
    line-height: 1.5em; }
    @media only screen and (max-width: 766px) {
        .text--18 {
            font-size: 16px; } }

.text--16 {
    font-size: 16px;
    line-height: 1.5em; }

.text--14 {
    font-size: 14px;
    line-height: 1.5em; }

.text--12 {
    font-size: 12px; }

.text *,
.title *,
.title-main * {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-align: inherit;
    font-style: inherit;
    font-family: inherit; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block; }

body {
    margin: 0;
    text-align: left; }

[tabindex="-1"]:focus {
    outline: 0 !important; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem; }

p {
    margin-top: 0;
    margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none; }

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

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

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

dt {
    font-weight: 700; }

dd {
    margin-bottom: 0.5rem;
    margin-left: 0; }

blockquote {
    margin: 0 0 1rem; }

b,
strong {
    font-weight: 700; }

small {
    font-size: 80%; }

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

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

a {
    text-decoration: none;
    background-color: transparent; }
    a:hover, a:focus {
        text-decoration: none; }

a:not([href]):not([tabindex]) {
    text-decoration: none; }
    a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
        text-decoration: none; }
    a:not([href]):not([tabindex]):focus {
        outline: 0; }

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto; }

figure {
    margin: 0 0 1rem; }

img {
    vertical-align: middle;
    border-style: none; }

svg {
    overflow: hidden;
    vertical-align: middle; }

table {
    border-collapse: collapse; }

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    caption-side: bottom; }

th {
    text-align: inherit; }

label {
    display: inline-block;
    margin-bottom: 1rem; }

button {
    border-radius: 0;
    text-transform: none;
    cursor: pointer;
    -webkit-appearance: button; }

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

select {
    word-wrap: normal;
    text-transform: none; }

input {
    overflow: visible; }

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox; }

textarea {
    overflow: auto;
    resize: vertical; }

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal; }

progress {
    vertical-align: baseline; }

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

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

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

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

output {
    display: inline-block; }

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

template {
    display: none; }

[hidden] {
    display: none !important; }

@media (min-width: 320px) {
    .text-xs-center {
        text-align: center; }
    .text-xs-left {
        text-align: left; }
    .text-xs-right {
        text-align: right; }
    .d-xs-none {
        display: none !important; }
    .d-xs-inline-block {
        display: inline-block !important; }
    .d-xs-block {
        display: block !important; }
    .d-xs-flex {
        display: flex !important; }
    .d-xs-inline-flex {
        display: inline-flex !important; } }

@media (min-width: 767px) {
    .text-sm-center {
        text-align: center; }
    .text-sm-left {
        text-align: left; }
    .text-sm-right {
        text-align: right; }
    .d-sm-none {
        display: none !important; }
    .d-sm-inline-block {
        display: inline-block !important; }
    .d-sm-block {
        display: block !important; }
    .d-sm-flex {
        display: flex !important; }
    .d-sm-inline-flex {
        display: inline-flex !important; } }

@media (min-width: 1023px) {
    .text-md-center {
        text-align: center; }
    .text-md-left {
        text-align: left; }
    .text-md-right {
        text-align: right; }
    .d-md-none {
        display: none !important; }
    .d-md-inline-block {
        display: inline-block !important; }
    .d-md-block {
        display: block !important; }
    .d-md-flex {
        display: flex !important; }
    .d-md-inline-flex {
        display: inline-flex !important; } }

@media (min-width: 1171px) {
    .text-lg-center {
        text-align: center; }
    .text-lg-left {
        text-align: left; }
    .text-lg-right {
        text-align: right; }
    .d-lg-none {
        display: none !important; }
    .d-lg-inline-block {
        display: inline-block !important; }
    .d-lg-block {
        display: block !important; }
    .d-lg-flex {
        display: flex !important; }
    .d-lg-inline-flex {
        display: inline-flex !important; } }

@media (min-width: 1200px) {
    .text-xl-center {
        text-align: center; }
    .text-xl-left {
        text-align: left; }
    .text-xl-right {
        text-align: right; }
    .d-xl-none {
        display: none !important; }
    .d-xl-inline-block {
        display: inline-block !important; }
    .d-xl-block {
        display: block !important; }
    .d-xl-flex {
        display: flex !important; }
    .d-xl-inline-flex {
        display: inline-flex !important; } }

.container {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%; }

.grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(var(--cols, auto), minmax(0, 1fr)); }

.grid-auto > div {
    grid-row: 1; }

@media (min-width: 320px) {
    .grid {
        grid-gap: var(--gap_y, 0) var(--gap_x, 16px); }
    .container {
        max-width: calc(100% - 32px);
        padding: 0 8px; }
    .grid-item-xs-0 {
        display: none; }
    .grid-xs-0 {
        grid-template-columns: repeat(var(--cols, 0), minmax(0, 1fr)); }
    .order-xs-0 {
        order: 0; }
    .grid-item-xs-1 {
        grid-column-start: span var(--span, 1); }
    .grid-xs-1 {
        grid-template-columns: repeat(var(--cols, 1), minmax(0, 1fr)); }
    .order-xs-1 {
        order: 1; }
    .grid-item-xs-2 {
        grid-column-start: span var(--span, 2); }
    .grid-xs-2 {
        grid-template-columns: repeat(var(--cols, 2), minmax(0, 1fr)); }
    .order-xs-2 {
        order: 2; }
    .grid-item-xs-3 {
        grid-column-start: span var(--span, 3); }
    .grid-xs-3 {
        grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr)); }
    .order-xs-3 {
        order: 3; }
    .grid-item-xs-4 {
        grid-column-start: span var(--span, 4); }
    .grid-xs-4 {
        grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr)); }
    .order-xs-4 {
        order: 4; }
    .grid-item-xs-5 {
        grid-column-start: span var(--span, 5); }
    .grid-xs-5 {
        grid-template-columns: repeat(var(--cols, 5), minmax(0, 1fr)); }
    .order-xs-5 {
        order: 5; }
    .grid-item-xs-6 {
        grid-column-start: span var(--span, 6); }
    .grid-xs-6 {
        grid-template-columns: repeat(var(--cols, 6), minmax(0, 1fr)); }
    .order-xs-6 {
        order: 6; }
    .grid-item-xs-7 {
        grid-column-start: span var(--span, 7); }
    .grid-xs-7 {
        grid-template-columns: repeat(var(--cols, 7), minmax(0, 1fr)); }
    .order-xs-7 {
        order: 7; }
    .grid-item-xs-8 {
        grid-column-start: span var(--span, 8); }
    .grid-xs-8 {
        grid-template-columns: repeat(var(--cols, 8), minmax(0, 1fr)); }
    .order-xs-8 {
        order: 8; }
    .grid-item-xs-9 {
        grid-column-start: span var(--span, 9); }
    .grid-xs-9 {
        grid-template-columns: repeat(var(--cols, 9), minmax(0, 1fr)); }
    .order-xs-9 {
        order: 9; }
    .grid-item-xs-10 {
        grid-column-start: span var(--span, 10); }
    .grid-xs-10 {
        grid-template-columns: repeat(var(--cols, 10), minmax(0, 1fr)); }
    .order-xs-10 {
        order: 10; }
    .grid-item-xs-11 {
        grid-column-start: span var(--span, 11); }
    .grid-xs-11 {
        grid-template-columns: repeat(var(--cols, 11), minmax(0, 1fr)); }
    .order-xs-11 {
        order: 11; }
    .grid-item-xs-12 {
        grid-column-start: span var(--span, 12); }
    .grid-xs-12 {
        grid-template-columns: repeat(var(--cols, 12), minmax(0, 1fr)); }
    .order-xs-12 {
        order: 12; }
    .align-items-xs-end {
        align-items: end; }
    .align-items-xs-center {
        align-items: center; } }

@media (min-width: 767px) {
    .grid {
        grid-gap: var(--gap_y, 0) var(--gap_x, 20px); }
    .container {
        max-width: 728px;
        padding: 0 10px; }
    .grid-item-sm-0 {
        display: none; }
    .grid-sm-0 {
        grid-template-columns: repeat(var(--cols, 0), minmax(0, 1fr)); }
    .order-sm-0 {
        order: 0; }
    .grid-item-sm-1 {
        grid-column-start: span var(--span, 1); }
    .grid-sm-1 {
        grid-template-columns: repeat(var(--cols, 1), minmax(0, 1fr)); }
    .order-sm-1 {
        order: 1; }
    .grid-item-sm-2 {
        grid-column-start: span var(--span, 2); }
    .grid-sm-2 {
        grid-template-columns: repeat(var(--cols, 2), minmax(0, 1fr)); }
    .order-sm-2 {
        order: 2; }
    .grid-item-sm-3 {
        grid-column-start: span var(--span, 3); }
    .grid-sm-3 {
        grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr)); }
    .order-sm-3 {
        order: 3; }
    .grid-item-sm-4 {
        grid-column-start: span var(--span, 4); }
    .grid-sm-4 {
        grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr)); }
    .order-sm-4 {
        order: 4; }
    .grid-item-sm-5 {
        grid-column-start: span var(--span, 5); }
    .grid-sm-5 {
        grid-template-columns: repeat(var(--cols, 5), minmax(0, 1fr)); }
    .order-sm-5 {
        order: 5; }
    .grid-item-sm-6 {
        grid-column-start: span var(--span, 6); }
    .grid-sm-6 {
        grid-template-columns: repeat(var(--cols, 6), minmax(0, 1fr)); }
    .order-sm-6 {
        order: 6; }
    .grid-item-sm-7 {
        grid-column-start: span var(--span, 7); }
    .grid-sm-7 {
        grid-template-columns: repeat(var(--cols, 7), minmax(0, 1fr)); }
    .order-sm-7 {
        order: 7; }
    .grid-item-sm-8 {
        grid-column-start: span var(--span, 8); }
    .grid-sm-8 {
        grid-template-columns: repeat(var(--cols, 8), minmax(0, 1fr)); }
    .order-sm-8 {
        order: 8; }
    .grid-item-sm-9 {
        grid-column-start: span var(--span, 9); }
    .grid-sm-9 {
        grid-template-columns: repeat(var(--cols, 9), minmax(0, 1fr)); }
    .order-sm-9 {
        order: 9; }
    .grid-item-sm-10 {
        grid-column-start: span var(--span, 10); }
    .grid-sm-10 {
        grid-template-columns: repeat(var(--cols, 10), minmax(0, 1fr)); }
    .order-sm-10 {
        order: 10; }
    .grid-item-sm-11 {
        grid-column-start: span var(--span, 11); }
    .grid-sm-11 {
        grid-template-columns: repeat(var(--cols, 11), minmax(0, 1fr)); }
    .order-sm-11 {
        order: 11; }
    .grid-item-sm-12 {
        grid-column-start: span var(--span, 12); }
    .grid-sm-12 {
        grid-template-columns: repeat(var(--cols, 12), minmax(0, 1fr)); }
    .order-sm-12 {
        order: 12; }
    .align-items-sm-end {
        align-items: end; }
    .align-items-sm-center {
        align-items: center; } }

@media (min-width: 1023px) {
    .grid {
        grid-gap: var(--gap_y, 0) var(--gap_x, 20px); }
    .container {
        max-width: 960px;
        padding: 0 10px; }
    .grid-item-md-0 {
        display: none; }
    .grid-md-0 {
        grid-template-columns: repeat(var(--cols, 0), minmax(0, 1fr)); }
    .order-md-0 {
        order: 0; }
    .grid-item-md-1 {
        grid-column-start: span var(--span, 1); }
    .grid-md-1 {
        grid-template-columns: repeat(var(--cols, 1), minmax(0, 1fr)); }
    .order-md-1 {
        order: 1; }
    .grid-item-md-2 {
        grid-column-start: span var(--span, 2); }
    .grid-md-2 {
        grid-template-columns: repeat(var(--cols, 2), minmax(0, 1fr)); }
    .order-md-2 {
        order: 2; }
    .grid-item-md-3 {
        grid-column-start: span var(--span, 3); }
    .grid-md-3 {
        grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr)); }
    .order-md-3 {
        order: 3; }
    .grid-item-md-4 {
        grid-column-start: span var(--span, 4); }
    .grid-md-4 {
        grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr)); }
    .order-md-4 {
        order: 4; }
    .grid-item-md-5 {
        grid-column-start: span var(--span, 5); }
    .grid-md-5 {
        grid-template-columns: repeat(var(--cols, 5), minmax(0, 1fr)); }
    .order-md-5 {
        order: 5; }
    .grid-item-md-6 {
        grid-column-start: span var(--span, 6); }
    .grid-md-6 {
        grid-template-columns: repeat(var(--cols, 6), minmax(0, 1fr)); }
    .order-md-6 {
        order: 6; }
    .grid-item-md-7 {
        grid-column-start: span var(--span, 7); }
    .grid-md-7 {
        grid-template-columns: repeat(var(--cols, 7), minmax(0, 1fr)); }
    .order-md-7 {
        order: 7; }
    .grid-item-md-8 {
        grid-column-start: span var(--span, 8); }
    .grid-md-8 {
        grid-template-columns: repeat(var(--cols, 8), minmax(0, 1fr)); }
    .order-md-8 {
        order: 8; }
    .grid-item-md-9 {
        grid-column-start: span var(--span, 9); }
    .grid-md-9 {
        grid-template-columns: repeat(var(--cols, 9), minmax(0, 1fr)); }
    .order-md-9 {
        order: 9; }
    .grid-item-md-10 {
        grid-column-start: span var(--span, 10); }
    .grid-md-10 {
        grid-template-columns: repeat(var(--cols, 10), minmax(0, 1fr)); }
    .order-md-10 {
        order: 10; }
    .grid-item-md-11 {
        grid-column-start: span var(--span, 11); }
    .grid-md-11 {
        grid-template-columns: repeat(var(--cols, 11), minmax(0, 1fr)); }
    .order-md-11 {
        order: 11; }
    .grid-item-md-12 {
        grid-column-start: span var(--span, 12); }
    .grid-md-12 {
        grid-template-columns: repeat(var(--cols, 12), minmax(0, 1fr)); }
    .order-md-12 {
        order: 12; }
    .align-items-md-end {
        align-items: end; }
    .align-items-md-center {
        align-items: center; } }

@media (min-width: 1171px) {
    .grid {
        grid-gap: var(--gap_y, 0) var(--gap_x, 30px); }
    .container {
        max-width: 1170px;
        padding: 0 15px; }
    .grid-item-lg-0 {
        display: none; }
    .grid-lg-0 {
        grid-template-columns: repeat(var(--cols, 0), minmax(0, 1fr)); }
    .order-lg-0 {
        order: 0; }
    .grid-item-lg-1 {
        grid-column-start: span var(--span, 1); }
    .grid-lg-1 {
        grid-template-columns: repeat(var(--cols, 1), minmax(0, 1fr)); }
    .order-lg-1 {
        order: 1; }
    .grid-item-lg-2 {
        grid-column-start: span var(--span, 2); }
    .grid-lg-2 {
        grid-template-columns: repeat(var(--cols, 2), minmax(0, 1fr)); }
    .order-lg-2 {
        order: 2; }
    .grid-item-lg-3 {
        grid-column-start: span var(--span, 3); }
    .grid-lg-3 {
        grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr)); }
    .order-lg-3 {
        order: 3; }
    .grid-item-lg-4 {
        grid-column-start: span var(--span, 4); }
    .grid-lg-4 {
        grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr)); }
    .order-lg-4 {
        order: 4; }
    .grid-item-lg-5 {
        grid-column-start: span var(--span, 5); }
    .grid-lg-5 {
        grid-template-columns: repeat(var(--cols, 5), minmax(0, 1fr)); }
    .order-lg-5 {
        order: 5; }
    .grid-item-lg-6 {
        grid-column-start: span var(--span, 6); }
    .grid-lg-6 {
        grid-template-columns: repeat(var(--cols, 6), minmax(0, 1fr)); }
    .order-lg-6 {
        order: 6; }
    .grid-item-lg-7 {
        grid-column-start: span var(--span, 7); }
    .grid-lg-7 {
        grid-template-columns: repeat(var(--cols, 7), minmax(0, 1fr)); }
    .order-lg-7 {
        order: 7; }
    .grid-item-lg-8 {
        grid-column-start: span var(--span, 8); }
    .grid-lg-8 {
        grid-template-columns: repeat(var(--cols, 8), minmax(0, 1fr)); }
    .order-lg-8 {
        order: 8; }
    .grid-item-lg-9 {
        grid-column-start: span var(--span, 9); }
    .grid-lg-9 {
        grid-template-columns: repeat(var(--cols, 9), minmax(0, 1fr)); }
    .order-lg-9 {
        order: 9; }
    .grid-item-lg-10 {
        grid-column-start: span var(--span, 10); }
    .grid-lg-10 {
        grid-template-columns: repeat(var(--cols, 10), minmax(0, 1fr)); }
    .order-lg-10 {
        order: 10; }
    .grid-item-lg-11 {
        grid-column-start: span var(--span, 11); }
    .grid-lg-11 {
        grid-template-columns: repeat(var(--cols, 11), minmax(0, 1fr)); }
    .order-lg-11 {
        order: 11; }
    .grid-item-lg-12 {
        grid-column-start: span var(--span, 12); }
    .grid-lg-12 {
        grid-template-columns: repeat(var(--cols, 12), minmax(0, 1fr)); }
    .order-lg-12 {
        order: 12; }
    .align-items-lg-end {
        align-items: end; }
    .align-items-lg-center {
        align-items: center; } }

@media (min-width: 1200px) {
    .grid {
        grid-gap: var(--gap_y, 0) var(--gap_x, 30px); }
    .container {
        max-width: 1318px;
        padding: 0 15px; }
    .grid-item-xl-0 {
        display: none; }
    .grid-xl-0 {
        grid-template-columns: repeat(var(--cols, 0), minmax(0, 1fr)); }
    .order-xl-0 {
        order: 0; }
    .grid-item-xl-1 {
        grid-column-start: span var(--span, 1); }
    .grid-xl-1 {
        grid-template-columns: repeat(var(--cols, 1), minmax(0, 1fr)); }
    .order-xl-1 {
        order: 1; }
    .grid-item-xl-2 {
        grid-column-start: span var(--span, 2); }
    .grid-xl-2 {
        grid-template-columns: repeat(var(--cols, 2), minmax(0, 1fr)); }
    .order-xl-2 {
        order: 2; }
    .grid-item-xl-3 {
        grid-column-start: span var(--span, 3); }
    .grid-xl-3 {
        grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr)); }
    .order-xl-3 {
        order: 3; }
    .grid-item-xl-4 {
        grid-column-start: span var(--span, 4); }
    .grid-xl-4 {
        grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr)); }
    .order-xl-4 {
        order: 4; }
    .grid-item-xl-5 {
        grid-column-start: span var(--span, 5); }
    .grid-xl-5 {
        grid-template-columns: repeat(var(--cols, 5), minmax(0, 1fr)); }
    .order-xl-5 {
        order: 5; }
    .grid-item-xl-6 {
        grid-column-start: span var(--span, 6); }
    .grid-xl-6 {
        grid-template-columns: repeat(var(--cols, 6), minmax(0, 1fr)); }
    .order-xl-6 {
        order: 6; }
    .grid-item-xl-7 {
        grid-column-start: span var(--span, 7); }
    .grid-xl-7 {
        grid-template-columns: repeat(var(--cols, 7), minmax(0, 1fr)); }
    .order-xl-7 {
        order: 7; }
    .grid-item-xl-8 {
        grid-column-start: span var(--span, 8); }
    .grid-xl-8 {
        grid-template-columns: repeat(var(--cols, 8), minmax(0, 1fr)); }
    .order-xl-8 {
        order: 8; }
    .grid-item-xl-9 {
        grid-column-start: span var(--span, 9); }
    .grid-xl-9 {
        grid-template-columns: repeat(var(--cols, 9), minmax(0, 1fr)); }
    .order-xl-9 {
        order: 9; }
    .grid-item-xl-10 {
        grid-column-start: span var(--span, 10); }
    .grid-xl-10 {
        grid-template-columns: repeat(var(--cols, 10), minmax(0, 1fr)); }
    .order-xl-10 {
        order: 10; }
    .grid-item-xl-11 {
        grid-column-start: span var(--span, 11); }
    .grid-xl-11 {
        grid-template-columns: repeat(var(--cols, 11), minmax(0, 1fr)); }
    .order-xl-11 {
        order: 11; }
    .grid-item-xl-12 {
        grid-column-start: span var(--span, 12); }
    .grid-xl-12 {
        grid-template-columns: repeat(var(--cols, 12), minmax(0, 1fr)); }
    .order-xl-12 {
        order: 12; }
    .align-items-xl-end {
        align-items: end; }
    .align-items-xl-center {
        align-items: center; } }

@font-face {
    font-family: 'Neue Haas Grotesk Display';
    src: url("/assets/font/NeueHaasGroteskDisplayW02-Reg.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'Neue Haas Grotesk Display';
    src: url("/assets/font/NeueHaasGroteskDisplayW02-Medium.ttf") format("truetype");
    font-weight: 600;
    font-style: normal; }

@font-face {
    font-family: 'Neue Haas Grotesk Display';
    src: url("/assets/font/NeueHaasGroteskDisplayW02-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal; }

@font-face {
    font-family: 'Stempel Garamond';
    src: url("/assets/font/StempelGaramondW04-Roman.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'Stempel Garamond';
    src: url("/assets/font/StempelGaramondW04-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal; }

@font-face {
    font-family: 'DM Serif Display';
    src: url("/assets/font/DMSerifDisplay-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }

.cover-bg {
    background-size: cover;
    background-position: center center; }
    .cover-bg img {
        display: none; }

.card {
    position: relative;
    box-shadow: 0 0 16px rgba(9, 28, 46, 0.16);
    border-radius: 2px;
    background-color: #fff; }

.text-left {
    text-align: left; }

.text-right {
    text-align: right; }

.text-center {
    text-align: center; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }

.text--white {
    color: #fff; }

.text--bold {
    font-weight: 700; }

.text--uppercase {
    text-transform: uppercase; }

.font-secondary {
    font-family: "Stempel Garamond", serif; }

.stretched-link::before {
    z-index: 3; }

@media only screen and (max-width: 766px) {
    .hidden-mobile {
        display: none; } }

@media only screen and (max-width: 1023px) {
    .hidden-tablet-p {
        display: none; } }

.visible-mobile {
    display: none; }
    @media only screen and (max-width: 766px) {
        .visible-mobile {
            display: block; } }

.visible-tablet-p {
    display: none; }
    @media only screen and (max-width: 1023px) {
        .visible-tablet-p {
            display: block; } }

.hide {
    display: none; }

.show {
    display: block; }

.d-flex {
    display: flex; }

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth; }

::selection {
    background-color: #E6344A;
    color: #fff; }

body {
    background-color: #151515;
    color: #a39686;
    font-family: "Neue Haas Grotesk Display", sans-serif;
    position: relative;
    height: auto;
    min-height: 100%;
    width: 100%;
    /* stylelint-disable-next-line */ }
    body.is-open-menu, body.noscroll {
        overflow: hidden; }

.noselect,
.noselect * {
    user-select: none; }

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

.scroll-to {
    padding-top: 120px;
    margin-top: -120px; }

p {
    margin: 0; }

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease, border 0.3s ease;
    -webkit-transition: color 0.3s ease, border 0.3s ease; }

/* stylelint-disable-next-line */
h1 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0; }

/* stylelint-disable-next-line */
h2 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0; }

/* stylelint-disable-next-line */
h3 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0; }

/* stylelint-disable-next-line */
h4 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0; }

/* stylelint-disable-next-line */
h5 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0; }

/* stylelint-disable-next-line */
h6 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0; }

:focus {
    outline: none; }

img {
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto; }

figure img {
    margin: 0; }

figcaption,
.wp-caption {
    font-size: 13px;
    padding-top: 12px;
    line-height: 1.2; }
    @media only screen and (max-width: 766px) {
        figcaption,
        .wp-caption {
            font-size: 12px;
            padding-top: 10px; } }

.sc-general {
    position: relative; }

.swiper-container:not(.swiper-container-initialized) .swiper-pagination,
.swiper-container:not(.swiper-container-initialized) .swiper-slide:not(:first-of-type) {
    display: none !important; }

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 0 !important; }

form select::-ms-expand {
    display: none; }

input,
select,
textarea {
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0; }

input:invalid {
    outline: none; }

textarea::-ms-clear,
input::-ms-clear {
    display: none; }

img[data-src] {
    background: radial-gradient(circle, #eee 0%, #ddd 100%);
    overflow: hidden;
    position: relative; }
    img[data-src]:after {
        left: 50%;
        top: 50%;
        color: white;
        font-size: 1vw;
        margin: -0.5em -0.5em;
        width: 1em;
        height: 1em;
        border-radius: 50%;
        text-indent: -9999em;
        animation: img_loader 1.3s infinite linear; }

@keyframes img_loader {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em; }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
    75% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0; }
    87.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em; } }

@font-face {
    font-family: 'swiper-icons';
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal; }

:root {
    --swiper-theme-color: #007aff; }

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column; }

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto; }

.swiper-container-pointer-events {
    touch-action: pan-y; }
    .swiper-container-pointer-events.swiper-container-vertical {
        touch-action: pan-x; }

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform; }

.swiper-slide-invisible-blank {
    visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto; }

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
    perspective: 1200px; }
    .swiper-container-3d .swiper-wrapper,
    .swiper-container-3d .swiper-slide,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-cube-shadow {
        transform-style: preserve-3d; }
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-slide-shadow-bottom {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10; }
    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */ }
    .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory; }

/* stylelint-disable */
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
    font-family: 'swiper-icons';
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal; }

:root {
    --swiper-theme-color: #007aff; }

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column; }

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto; }

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform; }

.swiper-slide-invisible-blank {
    visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto; }

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
    perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory; }

:root {
    --swiper-navigation-size: 44px;
    /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000; }

.swiper-button-lock {
    display: none; }

:root {
    /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33); }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2; }

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
    --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
    display: none; }

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%; }

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0; }

.swiper-scrollbar-cursor-drag {
    cursor: move; }

.swiper-scrollbar-lock {
    display: none; }

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }

.swiper-slide-zoomed {
    cursor: move; }

/* Preloader */
:root {
    /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent; }

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }

.swiper-container-cube {
    overflow: visible; }

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0; }

.swiper-container-flip {
    overflow: visible; }

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

/* stylelint-enable */

.body-text--18 {
    font-size: 18px;
    line-height: 1.5em; }
    @media only screen and (max-width: 766px) {
        .body-text--18 {
            font-size: 16px; } }

.body-text--16 {
    font-size: 16px;
    line-height: 1.5em; }

.body-text--14 {
    font-size: 14px;
    line-height: 1.5em; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.body-text a {
    text-decoration: underline; }

.btn--secondary:before, .btn--secondary:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.btn {
    color: #fff;
    background-color: #E6344A;
    padding: 17px 30px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    transition: background-color 0.25s ease-in;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    grid-auto-flow: column;
    grid-gap: 22px;
    text-transform: uppercase;
    position: relative; }
    @media only screen and (max-width: 766px) {
        .btn {
            padding: 14px 24px;
            font-size: 16px; } }
    .btn:hover, .btn:focus {
        background-color: #a01425; }
    .btn--secondary {
        color: #E6344A;
        background-color: transparent;
        font-size: 16px;
        font-weight: 600;
        padding: 0;
        padding-left: 24px; }
        .btn--secondary:hover, .btn--secondary:focus {
            background-color: transparent;
            text-decoration: underline; }
            .btn--secondary:hover:after, .btn--secondary:focus:after {
                height: 14px; }
        .btn--secondary:before, .btn--secondary:after {
            width: 14px;
            height: 2px;
            top: 0;
            bottom: 0;
            margin: auto;
            background-color: #a39686;
            transition: width 0.3s ease, left 0.3s ease;
            -webkit-transition: width 0.3s ease, left 0.3s ease; }
        .btn--secondary:after {
            width: 2px;
            height: 0;
            left: 6px;
            transition: height 0.3s ease;
            -webkit-transition: height 0.3s ease; }
    .btn--small {
        font-size: 16px;
        font-weight: 600;
        padding: 6px 20px; }
    .btn.back-link {
        padding: 4px 0 4px 48px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20' viewBox='0 0 12 20'%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' stroke='%23a39686' stroke-miterlimit='20' stroke-width='2' d='M11 19v0l-9-9v0l9-9v0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat left 12px center/12px auto;
        transition: padding 0.3s ease, background-position 0.3s ease;
        -webkit-transition: padding 0.3s ease, background-position 0.3s ease; }
        .btn.back-link:hover {
            background-position: left; }
            .btn.back-link:hover:before {
                left: 2px;
                width: 38px; }
        .btn.back-link:before {
            width: 26px;
            left: 14px; }
        .btn.back-link:after {
            display: none; }
    .btn.add-basket {
        background: #E6344A url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='17' viewBox='0 0 26 17'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M8 6.44v-2h3.94V.38h2.08v4.06h3.96v2h-3.96v4.06h-2.08V6.44z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23fff' d='M21.46 17.057H4.424L0 4.673 1.883 4l3.95 11.057H20.05L24 4l1.883.673z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat left 20px center/26px auto;
        padding-left: 68px; }
        .btn.add-basket:hover, .btn.add-basket:focus {
            background-color: #a01425; }

.checkbox__label .checkmark:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.checkbox__label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin: 0;
    margin-top: 24px; }
    @media only screen and (max-width: 766px) {
        .checkbox__label {
            margin-top: 16px; } }
    .checkbox__label .checkmark {
        border: 2px solid #a39686;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px; }
        .checkbox__label .checkmark:after {
            top: 1px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='10' viewBox='0 0 11 10'%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' stroke='%23E6344A' stroke-miterlimit='20' stroke-width='2' d='M1.265 5.432v0L3.55 8.105v0L9.64.975v0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center/10px auto;
            opacity: 0;
            transition: opacity 0.3s ease;
            -webkit-transition: opacity 0.3s ease; }
    .checkbox__label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
        .checkbox__label input:checked ~ .checkmark:after {
            opacity: 1; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.input-field {
    margin-top: 24px;
    width: 100%; }
    @media only screen and (max-width: 766px) {
        .input-field {
            margin-top: 16px; } }
    .input-field__label {
        display: block;
        color: inherit;
        font-size: 18px;
        margin-bottom: 8px; }
        @media only screen and (max-width: 766px) {
            .input-field__label {
                font-size: 14px;
                margin-bottom: 4px; } }
    .input-field__input {
        background-color: #fff;
        color: #a39686;
        border: 1px solid #a39686;
        width: 100%;
        height: 42px;
        outline: none;
        font-weight: 500;
        padding: 0 16px;
        transition: border 0.3s ease;
        -webkit-transition: border 0.3s ease; }
        @media only screen and (max-width: 766px) {
            .input-field__input {
                height: 40px;
                padding: 0 8px; } }
    .input-field textarea.input-field__input {
        border: 2px solid #a39686;
        min-height: 100px;
        box-sizing: border-box;
        padding-top: 12px; }
    .input-field__message {
        display: none;
        width: 100%;
        position: absolute;
        color: #E6344A;
        left: 0;
        top: calc(100% + 7px); }
    .input-field.is-failed::before,
    .input-field.is-failed .input-field__input {
        border-color: #E6344A; }
    .input-field.is-failed .input-field__message {
        display: block; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.margin {
    display: block;
    width: 100%; }
    .margin--200 {
        height: 200px; }
        @media only screen and (max-width: 1171px) {
            .margin--200 {
                height: 160px; } }
        @media only screen and (max-width: 1023px) {
            .margin--200 {
                height: 100px; } }
        @media only screen and (max-width: 766px) {
            .margin--200 {
                height: 92px; } }
    .margin--165 {
        height: 165px; }
        @media only screen and (max-width: 1171px) {
            .margin--165 {
                height: 130px; } }
        @media only screen and (max-width: 1023px) {
            .margin--165 {
                height: 100px; } }
        @media only screen and (max-width: 766px) {
            .margin--165 {
                height: 92px; } }
    .margin--90 {
        height: 90px; }
        @media only screen and (max-width: 1023px) {
            .margin--90 {
                height: 60px; } }
    .margin--80 {
        height: 80px; }
        @media only screen and (max-width: 1023px) {
            .margin--80 {
                height: 60px; } }
    .margin--60 {
        height: 60px; }
        @media only screen and (max-width: 1023px) {
            .margin--60 {
                height: 20px;
                height: 50px; } }
        @media only screen and (max-width: 766px) {
            .margin--60 {
                height: 25px; } }
    .margin--20 {
        height: 20px; }
        @media only screen and (max-width: 766px) {
            .margin--20 {
                height: 12px; } }
    .margin--30 {
        height: 30px; }
        @media only screen and (max-width: 766px) {
            .margin--30 {
                height: 20px; } }
    .margin--40 {
        height: 40px; }
        @media only screen and (max-width: 766px) {
            .margin--40 {
                height: 20px; } }

.radio-label .checkmark:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.radio-label {
    display: inline-block;
    position: relative;
    padding-left: 33px;
    cursor: pointer;
    margin: 0;
    margin-top: 24px; }
    @media only screen and (max-width: 766px) {
        .radio-label {
            margin-top: 16px; } }
    .radio-label .checkmark {
        border: 2px solid #a39686;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        border-radius: 100%; }
        .radio-label .checkmark:after {
            background-color: #E6344A;
            top: 3px;
            left: 3px;
            opacity: 0;
            height: 10px;
            width: 10px;
            border-radius: 100%;
            transition: opacity 0.3s ease;
            -webkit-transition: opacity 0.3s ease; }
    .radio-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
        .radio-label input:checked ~ .checkmark:after {
            opacity: 1; }
    .radio-label .radio-text span {
        display: block;
        font-size: 12px;
        font-weight: 500; }

.title--h1, .title--h2, .title--h3, .title--h4, .title--h5, .title--h6 {
    font-family: "Stempel Garamond", serif;
    color: #E6344A;
    font-weight: 700; }

.title--h1 {
    font-size: 37px;
    line-height: 1.14; }
    @media only screen and (max-width: 766px) {
        .title--h1 {
            font-size: 30px; } }

.title--h2 {
    font-size: 28px;
    line-height: 1.17; }
    @media only screen and (max-width: 766px) {
        .title--h2 {
            font-size: 24px; } }

.title--h3 {
    font-size: 24px;
    line-height: 1.3; }
    @media only screen and (max-width: 766px) {
        .title--h3 {
            font-size: 20px; } }

.title--h4 {
    font-size: 20px;
    line-height: 1.39; }
    @media only screen and (max-width: 766px) {
        .title--h4 {
            font-size: 18px; } }

.title--h5 {
    font-family: "Neue Haas Grotesk Display", sans-serif;
    color: #a39686;
    font-size: 18px;
    line-height: 1.5; }
    @media only screen and (max-width: 766px) {
        .title--h5 {
            font-size: 16px; } }

.title--h6 {
    font-family: "Neue Haas Grotesk Display", sans-serif;
    color: #a39686;
    font-size: 17px;
    line-height: 1.5; }
    @media only screen and (max-width: 766px) {
        .title--h6 {
            font-size: 15px; } }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.title {
    font-weight: 700;
    position: relative; }
    .title.with-shadow {
        padding-left: 32px; }
        @media only screen and (max-width: 1171px) {
            .title.with-shadow {
                padding-left: 16px; } }
        @media only screen and (max-width: 766px) {
            .title.with-shadow {
                padding-left: 0; } }
    .title--h5 {
        font-weight: 500; }
    .title__shadow {
        color: #a39686;
        position: absolute;
        font-size: 130px;
        opacity: 0.05;
        left: 0;
        top: -74px;
        pointer-events: none;
        z-index: -1; }
        @media only screen and (max-width: 1171px) {
            .title__shadow {
                font-size: 80px;
                top: -32px; } }
        @media only screen and (max-width: 1023px) {
            .title__shadow {
                font-size: 60px;
                top: -32px; } }
        @media only screen and (max-width: 766px) {
            .title__shadow {
                display: none; } }

.mod-card__overlay-content {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.mod-card {
    display: grid;
    grid-gap: 24px;
    align-content: start;
    position: relative; }
    .mod-card__author {
        position: absolute;
        left: -18px;
        top: 0;
        font-size: 11px;
        font-weight: 400;
        writing-mode: tb-rl;
        transform: rotate(180deg); }
    .mod-card__badge {
        background-color: #E6344A;
        color: #fff;
        width: 100px;
        height: 100px;
        border-radius: 100%;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 16px;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        pointer-events: none;
        padding: 10px;
        text-align: center; }
        @media only screen and (max-width: 766px) {
            .mod-card__badge {
                width: 60px;
                height: 60px;
                font-size: 12px;
                padding: 5px; } }
    .mod-card__inner {
        display: grid;
        grid-gap: 16px;
        position: relative; }
        .mod-card__inner:hover .mod-card__overlay-content {
            opacity: 1;
            left: 0;
            pointer-events: auto; }
        @media only screen and (max-width: 766px) {
            .mod-card__inner {
                grid-gap: 12px; } }
    .mod-card__header {
        display: grid;
        grid-gap: 10px; }
        @media only screen and (max-width: 766px) {
            .mod-card__header {
                grid-gap: 4px; } }
    .mod-card__overlay-link {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 2; }
    .mod-card__media {
        width: 100%;
        padding-bottom: 122.67%;
        position: relative;
        overflow: hidden; }
    .mod-card__overlay-content {
        padding: 56px 20px 20px 20px;
        background-color: rgba(21, 21, 21, 0.9);
        display: flex;
        flex-direction: column;
        justify-content: center;
        opacity: 0;
        left: -200px;
        pointer-events: none;
        transition: opacity 0.3s ease, left 0.3s ease;
        -webkit-transition: opacity 0.3s ease, left 0.3s ease; }
        .mod-card__overlay-content-btn {
            text-align: right;
            padding-right: 12px;
            margin-top: 12px; }
    .mod-card__image {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
    .mod-card__footer {
        position: relative;
        z-index: 3; }
    .mod-card__button {
        grid-auto-flow: column;
        justify-content: end;
        text-align: right; }
    .mod-card__price s {
        margin-right: 16px; }
    .mod-card .editor-text p {
        line-height: 1.3em; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.cookie-banner {
    box-shadow: 0 0 16px rgba(9, 28, 46, 0.16);
    z-index: 998;
    color: #a39686;
    background-color: #151515;
    border-top: 1px solid #a39686;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 40px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0s linear 0.5s; }
    .cookie-banner.cookie-not-set {
        opacity: 1;
        pointer-events: all;
        visibility: visible;
        transition: opacity 0.5s ease, visibility 0s linear; }
    @media only screen and (max-width: 766px) {
        .cookie-banner {
            padding: 20px 0; } }
    .cookie-banner .cookie-width {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media only screen and (max-width: 766px) {
            .cookie-banner .cookie-width {
                flex-direction: column; } }
    .cookie-banner__button {
        margin-left: 50px; }
        @media only screen and (min-width: 767px) {
            .cookie-banner__button {
                white-space: nowrap; } }
        @media only screen and (max-width: 766px) {
            .cookie-banner__button {
                margin-left: 0;
                margin-top: 20px;
                width: 100%;
                text-align: center; } }
    .cookie-banner .btn--cookie {
        white-space: nowrap; }
        @media only screen and (max-width: 766px) {
            .cookie-banner .btn--cookie {
                width: 100%; } }
    .cookie-banner__link {
        text-decoration: underline;
        font-size: 15px;
        margin-left: 12px; }
        @media only screen and (max-width: 766px) {
            .cookie-banner__link {
                text-align: center;
                display: inline-block;
                margin-top: 12px;
                margin-left: 0; } }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.image-with-caption {
    position: relative; }
    .image-with-caption img {
        width: 100%; }
    .image-with-caption figcaption,
    .image-with-caption .wp-caption {
        text-align: right;
        font-size: 18px;
        padding-top: 16px; }
        @media only screen and (max-width: 766px) {
            .image-with-caption figcaption,
            .image-with-caption .wp-caption {
                font-size: 16px;
                padding-top: 12px; } }
    .image-with-caption .badge {
        background-color: #E6344A;
        color: #fff;
        width: 100px;
        height: 100px;
        border-radius: 100%;
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 16px;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        pointer-events: none;
        padding: 10px;
        text-align: center; }
    .image-with-caption figure {
        margin-bottom: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.card-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 110px 80px; }
    @media only screen and (max-width: 1171px) {
        .card-list {
            grid-template-columns: 1fr 1fr;
            grid-gap: 110px 80px; } }
    @media only screen and (max-width: 1023px) {
        .card-list {
            grid-gap: 80px 60px; } }
    @media only screen and (max-width: 766px) {
        .card-list {
            grid-template-columns: 1fr;
            grid-gap: 60px; } }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.cart-modal {
    z-index: 999;
    background-color: rgba(21, 21, 21, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease; }
    .cart-modal.is-open {
        opacity: 1;
        pointer-events: auto; }
    .cart-modal__content {
        background-color: #fff;
        max-width: 600px;
        width: calc(100% - 24px);
        padding: 30px;
        padding-bottom: 0;
        font-size: 16px;
        max-height: calc(100% - 48px);
        overflow: auto; }
        @media only screen and (max-width: 766px) {
            .cart-modal__content {
                padding: 20px 10px;
                padding-bottom: 0;
                font-size: 14px;
                max-height: calc(100% - 24px); } }
    .cart-modal__header {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='23' viewBox='0 0 46 23'%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' stroke='%23a39686' stroke-miterlimit='20' stroke-width='2' d='M1.5.5v0l7.581 21v0h28.066v0l7.582-21v0'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='none' stroke='%23E6344A' stroke-miterlimit='20' stroke-width='2' d='M17.321 8.54v0l4.121 4.824v0L32.432.5v0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center top/46px auto;
        padding: 36px 0 16px 0;
        text-align: center; }
        .cart-modal__header strong {
            color: #E6344A;
            margin-bottom: 3px;
            display: block; }
        .cart-modal__header p {
            font-size: 14px; }
    .cart-modal__item {
        border-top: 2px solid #a39686;
        padding: 16px 0;
        display: grid;
        grid-template-columns: 148px 1fr;
        grid-gap: 40px; }
        @media only screen and (max-width: 766px) {
            .cart-modal__item {
                padding: 8px 0;
                grid-gap: 20px;
                grid-template-columns: 80px 1fr; } }
        .cart-modal__item-price {
            font-size: 20px;
            font-weight: 600; }
            @media only screen and (max-width: 766px) {
                .cart-modal__item-price {
                    font-size: 18px; } }
        .cart-modal__item-info {
            display: flex;
            flex-direction: column;
            align-items: start; }
        .cart-modal__item-info__bottom {
            margin-top: auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            padding-right: 20px; }
            @media only screen and (max-width: 766px) {
                .cart-modal__item-info__bottom {
                    padding-right: 0; } }
        .cart-modal__item-number {
            display: flex;
            justify-content: center;
            align-items: center;
            color: #a39686;
            font-size: 20px;
            font-weight: 600; }
            @media only screen and (max-width: 766px) {
                .cart-modal__item-number {
                    font-size: 18px; } }
            .cart-modal__item-number input {
                color: #a39686;
                font-size: 20px;
                font-weight: 600;
                outline: none;
                border: none;
                text-align: center;
                width: 28px;
                height: 20px;
                padding: 0; }
                @media only screen and (max-width: 766px) {
                    .cart-modal__item-number input {
                        font-size: 18px; } }
                .cart-modal__item-number input::-webkit-outer-spin-button, .cart-modal__item-number input::-webkit-inner-spin-button {
                    -webkit-appearance: none;
                    margin: 0; }
                .cart-modal__item-number input[type=number] {
                    -moz-appearance: textfield; }
            .cart-modal__item-number .num-up,
            .cart-modal__item-number .num-down {
                width: 28px;
                height: 20px;
                cursor: pointer;
                text-align: center;
                transition: color 0.3s ease;
                -webkit-transition: color 0.3s ease;
                line-height: 1em; }
                @media only screen and (max-width: 766px) {
                    .cart-modal__item-number .num-up,
                    .cart-modal__item-number .num-down {
                        width: 16px; } }
                .cart-modal__item-number .num-up:hover,
                .cart-modal__item-number .num-down:hover {
                    color: #E6344A; }
            .cart-modal__item-number .num-down {
                line-height: 0.8em; }
    .cart-modal__remove-item {
        font-family: "Neue Haas Grotesk Display", sans-serif;
        color: #a39686;
        transition: color 0.3s ease;
        -webkit-transition: color 0.3s ease;
        margin-top: 20px; }
        @media only screen and (max-width: 766px) {
            .cart-modal__remove-item {
                margin-top: 10px;
                margin-bottom: 20px; } }
        .cart-modal__remove-item:hover {
            color: #E6344A; }
    .cart-modal__back {
        border-top: 2px solid #a39686;
        border-bottom: 2px solid #a39686;
        padding: 28px 0;
        text-align: center; }
        @media only screen and (max-width: 766px) {
            .cart-modal__back {
                padding: 12px 0; } }
    .cart-modal__form {
        padding-top: 20px; }
    .cart-modal .double-inputs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 16px; }
    .cart-modal__final {
        border-top: 2px solid #a39686;
        padding-bottom: 40px; }
        @media only screen and (max-width: 766px) {
            .cart-modal__final {
                padding-bottom: 30px; } }
        .cart-modal__final .btn {
            width: 100%; }
        .cart-modal__final-price {
            margin-top: 24px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 20px;
            font-weight: 600; }
    .cart-modal .gift-textarea,
    .cart-modal .second-address {
        display: none; }
        .cart-modal .gift-textarea.is-open,
        .cart-modal .second-address.is-open {
            display: block; }
    .cart-modal .word-count {
        display: flex;
        align-items: center;
        font-size: 12px; }
    .cart-modal .word-counter {
        margin-right: 4px; }

.editor-text ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.editor-text h1, .editor-text h2, .editor-text h3, .editor-text h4, .editor-text h5, .editor-text h6 {
    font-family: "Stempel Garamond", serif;
    color: #E6344A;
    font-weight: 700; }

.editor-text h1 {
    font-size: 37px;
    line-height: 1.14; }
    @media only screen and (max-width: 766px) {
        .editor-text h1 {
            font-size: 30px; } }

.editor-text h2 {
    font-size: 28px;
    line-height: 1.17; }
    @media only screen and (max-width: 766px) {
        .editor-text h2 {
            font-size: 24px; } }

.editor-text h3 {
    font-size: 24px;
    line-height: 1.3; }
    @media only screen and (max-width: 766px) {
        .editor-text h3 {
            font-size: 20px; } }

.editor-text h4 {
    font-size: 20px;
    line-height: 1.39; }
    @media only screen and (max-width: 766px) {
        .editor-text h4 {
            font-size: 18px; } }

.editor-text h5 {
    font-family: "Neue Haas Grotesk Display", sans-serif;
    color: #a39686;
    font-size: 18px;
    line-height: 1.5; }
    @media only screen and (max-width: 766px) {
        .editor-text h5 {
            font-size: 16px; } }

.editor-text h6 {
    font-family: "Neue Haas Grotesk Display", sans-serif;
    color: #a39686;
    font-size: 17px;
    line-height: 1.5; }
    @media only screen and (max-width: 766px) {
        .editor-text h6 {
            font-size: 15px; } }

.editor-text ol li:before {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-align: inherit;
    font-style: inherit;
    font-family: inherit; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.editor-text .container {
    max-width: 964px;
    width: 100%; }
    @media only screen and (max-width: 1171px) {
        .editor-text .container {
            max-width: 728px; } }

.editor-text h1,
.editor-text h2,
.editor-text h3,
.editor-text h4,
.editor-text h5,
.editor-text h6 {
    font-weight: 700;
    margin-bottom: 20px; }
    * + .editor-text h1, * +
    .editor-text h2, * +
    .editor-text h3, * +
    .editor-text h4, * +
    .editor-text h5, * +
    .editor-text h6 {
        margin-top: 30px; }
    .editor-text h1:first-child,
    .editor-text h2:first-child,
    .editor-text h3:first-child,
    .editor-text h4:first-child,
    .editor-text h5:first-child,
    .editor-text h6:first-child {
        margin-top: 0; }

.editor-text h1 {
    font-size: 40px; }

.editor-text h5 {
    color: #fff;
    margin-bottom: -24px; }

.editor-text p,
.editor-text ul,
.editor-text ol,
.editor-text img,
.editor-text figure,
.editor-text table {
    margin-top: 1.5em;
    margin-bottom: 1.5em; }
    .editor-text p:first-child,
    .editor-text ul:first-child,
    .editor-text ol:first-child,
    .editor-text img:first-child,
    .editor-text figure:first-child,
    .editor-text table:first-child {
        margin-top: 0; }
    .editor-text p:last-child,
    .editor-text ul:last-child,
    .editor-text ol:last-child,
    .editor-text img:last-child,
    .editor-text figure:last-child,
    .editor-text table:last-child {
        margin-bottom: 0; }
    .editor-text p a,
    .editor-text ul a,
    .editor-text ol a,
    .editor-text img a,
    .editor-text figure a,
    .editor-text table a {
        text-decoration: underline; }

.editor-text figure img {
    margin: 0; }

.editor-text ul,
.editor-text ol {
    list-style: none; }
    .editor-text ul li,
    .editor-text ol li {
        position: relative;
        padding-left: 1.75em;
        margin-bottom: 12px; }

.editor-text ul li:before {
    width: 14px;
    height: 2px;
    background-color: #E6344A;
    color: inherit;
    top: 0.5em; }

.editor-text ol {
    counter-reset: ol_text_counter; }
    .editor-text ol li {
        counter-increment: ol_text_counter; }
        .editor-text ol li:before {
            content: counter(ol_text_counter) ".";
            font-size: inherit;
            position: absolute;
            left: 0; }

.editor-text table {
    border: 1px solid;
    width: 100%; }
    .editor-text table tr {
        border-bottom: 1px solid; }
    .editor-text table th,
    .editor-text table td {
        padding: 0.5em; }
        .editor-text table th:not(:first-child),
        .editor-text table td:not(:first-child) {
            border-left: 1px solid; }

.editor-text blockquote p {
    margin: 0 !important; }

.editor-text p {
    line-height: 1.5em; }

.footer:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.footer {
    padding: 56px 0 80px 0;
    position: relative;
    width: 100%;
    font-size: 14px;
    z-index: 2; }
    @media only screen and (max-width: 766px) {
        .footer {
            padding: 32px 0 40px 0; } }
    .footer:before {
        background-color: #322f2c;
        height: 2px;
        max-width: 1288px;
        width: 100%;
        right: 0;
        margin: auto; }
    .footer__content {
        display: grid;
        grid-template-columns: 480px 1fr;
        grid-gap: 0 80px; }
        @media only screen and (max-width: 1171px) {
            .footer__content {
                grid-template-columns: 1fr;
                grid-gap: 40px; } }
        @media only screen and (max-width: 766px) {
            .footer__content {
                grid-gap: 24px; } }
    .footer__menu {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr; }
        @media only screen and (max-width: 766px) {
            .footer__menu {
                grid-template-columns: 1fr 1fr;
                grid-gap: 20px; } }
    .footer ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0; }
    .footer__title {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 24px; }
        @media only screen and (max-width: 766px) {
            .footer__title {
                margin-bottom: 8px; } }
    .footer__nav li {
        display: block;
        margin-top: 7px; }
    .footer__nav a {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        transition: color 0.3s ease;
        -webkit-transition: color 0.3s ease; }
        .footer__nav a:hover {
            color: #E6344A; }
    .footer__copyright {
        border-top: 1px solid rgba(50, 47, 44, 0.4);
        font-size: 14px;
        text-align: right;
        box-sizing: border-box;
        padding-top: 24px;
        margin-top: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media only screen and (max-width: 1023px) {
            .footer__copyright {
                text-align: left;
                margin-top: 27px; } }
        .footer__copyright .cookie-link {
            color: #fff;
            margin-left: 130px;
            margin-right: auto;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M9.498 7.784a.352.352 0 1 1 0-.703.352.352 0 0 1 0 .703zm-2.092-.73a1.056 1.056 0 0 1 0-2.109 1.056 1.056 0 0 1 0 2.11zm-.351 2.813a.704.704 0 0 1 0-1.406.704.704 0 0 1 0 1.406zM4.242 4.945a.704.704 0 0 1 0-1.406.704.704 0 0 1 0 1.406zm-.351 4.22a1.056 1.056 0 0 1 0-2.11 1.056 1.056 0 0 1 0 2.11zM2.467 6.377a.352.352 0 1 1 0-.703.352.352 0 0 1 0 .703zm9.294-.84c-.772-.277-1.247-1.063-1.187-1.683a.365.365 0 0 0-.139-.264.384.384 0 0 0-.297-.079c-1.176.173-2.253-.688-2.36-1.898a.351.351 0 0 0-.471-.299c-.954.35-1.855-.282-2.214-1.104a.352.352 0 0 0-.399-.203C1.988.612 0 3.226 0 6c0 3.296 2.704 6 6 6s6-2.704 6-6c-.01-.21-.011-.38-.24-.462z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat left/12px auto;
            padding-left: 20px; }
            @media only screen and (max-width: 766px) {
                .footer__copyright .cookie-link {
                    margin-left: 20px; } }
        .footer__copyright a {
            transition: color 0.3s ease;
            -webkit-transition: color 0.3s ease; }
            .footer__copyright a:hover {
                color: #E6344A; }
    @media only screen and (max-width: 766px) {
        .footer .full-width-mobile {
            grid-column: 1 / span 2; } }
    @media only screen and (max-width: 766px) {
        .footer .header-main__logo-text {
            width: 196px; } }
    .is-scrolled .footer .header-main__logo-text {
        width: 196px; }
        @media only screen and (max-width: 766px) {
            .is-scrolled .footer .header-main__logo-text {
                width: 196px; } }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.main-banner {
    max-width: 1060px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 604px;
    grid-gap: 80px;
    align-items: center;
    margin: 0 auto; }
    @media only screen and (max-width: 1171px) {
        .main-banner {
            grid-template-columns: 1fr 400px;
            grid-gap: 60px; } }
    @media only screen and (max-width: 1023px) {
        .main-banner {
            grid-template-columns: 1fr;
            grid-gap: 40px; } }
    .main-banner__img {
        width: 100%;
        padding-bottom: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }

@charset "UTF-8";
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.product-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 110px;
    align-items: start; }
    @media only screen and (max-width: 1171px) {
        .product-detail {
            grid-template-columns: 1fr 1fr;
            grid-gap: 60px; } }
    @media only screen and (max-width: 766px) {
        .product-detail {
            grid-template-columns: 1fr; } }
    .product-detail .image-with-caption {
        margin-bottom: 60px; }
        .product-detail .image-with-caption:last-child {
            margin-bottom: 0; }
        @media only screen and (max-width: 766px) {
            .product-detail .image-with-caption {
                margin-bottom: 40px; } }
    .product-detail__back-btn {
        text-align: right; }
    .product-detail__subtitle {
        margin-bottom: 12px; }
        @media only screen and (max-width: 766px) {
            .product-detail__subtitle {
                margin-bottom: 4px; } }
    .product-detail__images, .product-detail__info {
        position: sticky;
        top: 160px;
        transition: top 0.3s ease;
        -webkit-transition: top 0.3s ease; }
        @media only screen and (max-width: 1171px) {
            .product-detail__images, .product-detail__info {
                top: 130px; } }
        @media only screen and (max-width: 1023px) {
            .product-detail__images, .product-detail__info {
                top: 100px; } }
        @media only screen and (max-width: 766px) {
            .product-detail__images, .product-detail__info {
                position: relative;
                top: 0;
                order: 2; } }
        .is-scrolled .product-detail__images, .is-scrolled .product-detail__info {
            top: 116px; }
            @media only screen and (max-width: 1171px) {
                .is-scrolled .product-detail__images, .is-scrolled .product-detail__info {
                    top: 108px; } }
            @media only screen and (max-width: 1023px) {
                .is-scrolled .product-detail__images, .is-scrolled .product-detail__info {
                    top: 84px; } }
            @media only screen and (max-width: 766px) {
                .is-scrolled .product-detail__images, .is-scrolled .product-detail__info {
                    top: 0; } }
    .product-detail__info {
        font-size: 16px; }
        @media only screen and (max-width: 766px) {
            .product-detail__info {
                order: 1; } }
        .product-detail__info hr {
            background-color: #a39686;
            opacity: 0.3;
            height: 0;
            margin: 20px 0; }
        .product-detail__info .editor-text ul li {
            padding-left: 20px; }
            .product-detail__info .editor-text ul li:before {
                content: '•';
                color: #E6344A;
                height: auto;
                background-color: transparent;
                top: 0; }

.header-main:after, .header-main:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.header-main {
    background-color: #151515;
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 32px 0 24px 0;
    transition: 0.2s;
    z-index: 10;
    transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease; }
    @media only screen and (max-width: 1023px) {
        .header-main {
            padding: 16px 0; } }
    .header-main:after {
        background-color: #322f2c;
        top: auto;
        bottom: 0;
        height: 2px;
        max-width: 1288px;
        width: 100%;
        right: 0;
        margin: auto; }
    .header-main:before {
        top: auto;
        bottom: -24px;
        height: 29px;
        max-width: 1288px;
        width: 100%;
        right: 0;
        margin: auto;
        background-image: linear-gradient(to top, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.08) 8%, #151515 100%); }
    .is-scrolled .header-main {
        padding: 16px 0; }
        @media only screen and (max-width: 1023px) {
            .is-scrolled .header-main {
                padding: 8px 0; } }
    .header-main__inner {
        max-width: 1060px;
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media only screen and (max-width: 1171px) {
            .header-main__inner {
                max-width: 960px;
                padding: 0 10px; } }
        @media only screen and (max-width: 1023px) {
            .header-main__inner {
                max-width: 728px; } }
        @media only screen and (max-width: 766px) {
            .header-main__inner {
                max-width: calc(100% - 32px); } }
    .header-main__logo {
        max-width: 460px;
        transition: opacity 0.3s ease;
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 1171px) {
            .header-main__logo {
                max-width: 100%; } }
        .header-main__logo:hover {
            opacity: 0.6; }
        .header-main__logo-text {
            width: 289px;
            margin-left: 40px;
            transition: width 0.3s ease, margin-left 0.3s ease;
            -webkit-transition: width 0.3s ease, margin-left 0.3s ease; }
            @media only screen and (max-width: 1171px) {
                .header-main__logo-text {
                    width: 240px;
                    margin-left: 20px; } }
            @media only screen and (max-width: 766px) {
                .header-main__logo-text {
                    width: 100px;
                    margin-left: 16px; } }
            .is-scrolled .header-main__logo-text {
                margin-left: 20px;
                width: 240px; }
                @media only screen and (max-width: 766px) {
                    .is-scrolled .header-main__logo-text {
                        width: 100px;
                        margin-left: 16px; } }
            .header-main__logo-text.desktop {
                display: block; }
                @media only screen and (max-width: 766px) {
                    .header-main__logo-text.desktop {
                        display: none; } }
            .header-main__logo-text.mobile {
                display: none; }
                @media only screen and (max-width: 766px) {
                    .header-main__logo-text.mobile {
                        display: block; } }
        .header-main__logo-icon {
            width: 120px;
            transition: width 0.3s ease;
            -webkit-transition: width 0.3s ease; }
            @media only screen and (max-width: 1171px) {
                .header-main__logo-icon {
                    width: 80px; } }
            @media only screen and (max-width: 766px) {
                .header-main__logo-icon {
                    width: 56px; } }
            .is-scrolled .header-main__logo-icon {
                width: 80px; }
                @media only screen and (max-width: 766px) {
                    .is-scrolled .header-main__logo-icon {
                        width: 56px; } }
    .header-main__cart {
        text-align: center;
        cursor: pointer; }
        .header-main__cart:hover .header-main__cart-text {
            color: #E6344A; }
        .header-main__cart:hover .header-main__cart-icon {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='23' viewBox='0 0 45 23'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23E6344A' d='M37.146 22.336H7.736L0 .673 1.883 0l7.263 20.336h26.59L43 0l1.883.673z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
        .header-main__cart-icon {
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='23' viewBox='0 0 45 23'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23a39686' d='M37.146 22.336H7.736L0 .673 1.883 0l7.263 20.336h26.59L43 0l1.883.673z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center bottom/34px auto;
            width: 100%;
            height: 23px;
            font-size: 18px;
            font-weight: 600;
            line-height: normal;
            padding-bottom: 24px;
            transition: background-image 0.3s ease; }
            @media only screen and (max-width: 766px) {
                .header-main__cart-icon {
                    font-size: 16px;
                    background-size: 36px auto;
                    padding-bottom: 20px; } }
        .header-main__cart-text {
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            transition: color 0.3s ease;
            margin-top: 4px; }
            @media only screen and (max-width: 766px) {
                .header-main__cart-text {
                    font-size: 12px; } }
    .header-main__contact {
        color: #fff;
        margin-left: auto;
        font-size: 14px;
        display: flex;
        align-items: center;
        margin-right: 40px; }
        @media only screen and (max-width: 1171px) {
            .header-main__contact {
                margin-right: 20px; } }
        @media only screen and (max-width: 766px) {
            .header-main__contact {
                display: none; } }
        .header-main__contact a:hover {
            color: #E6344A; }
        .header-main__contact-item {
            display: flex;
            align-items: center;
            margin-right: 40px;
            font-weight: 600; }
            @media only screen and (max-width: 1171px) {
                .header-main__contact-item {
                    margin-right: 20px; } }
            .header-main__contact-item:last-child {
                margin-right: 0; }
        .header-main__contact-icon {
            margin-right: 14px; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.success-modal {
    z-index: 999;
    background-color: rgba(21, 21, 21, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease; }
    .success-modal.is-open {
        opacity: 1;
        pointer-events: auto; }
    .success-modal__content {
        background-color: #fff;
        max-width: 600px;
        width: calc(100% - 24px);
        padding: 30px;
        padding-bottom: 40px;
        font-size: 14px;
        line-height: 1.5em;
        max-height: calc(100% - 48px);
        overflow: auto; }
        @media only screen and (max-width: 766px) {
            .success-modal__content {
                padding: 20px 10px;
                padding-bottom: 30px;
                font-size: 14px;
                max-height: calc(100% - 24px); } }
    .success-modal__header {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33'%3E%3Cdefs%3E%3CclipPath id='77zia'%3E%3Cpath fill='%23fff' d='M0 33V0h33v33z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' stroke='%23a39686' stroke-miterlimit='20' stroke-width='4' d='M0 33v0V0v0h33v33z' clip-path='url(&quot;%2377zia&quot;)'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='none' stroke='%23E6344A' stroke-miterlimit='20' stroke-width='2' d='M9.5 17.54v0l4.121 4.824v0L24.611 9.5v0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center top/33px auto;
        padding: 48px 0 16px 0;
        text-align: center;
        border-bottom: 1px solid #a39686; }
        .success-modal__header p {
            margin-top: 16px; }
    .success-modal__final {
        text-align: center; }
    .success-modal__info {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: 16px; }
        @media only screen and (max-width: 766px) {
            .success-modal__info {
                grid-template-columns: 1fr; } }
    .success-modal__time {
        text-align: right; }
        @media only screen and (max-width: 766px) {
            .success-modal__time {
                text-align: left;
                margin-top: 12px; } }




.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.header-app {
    padding: 40px 0 32px; }
    .header-app__inner {
        display: grid;
        grid-template-columns: 1fr 125px 1fr;
        grid-gap: 28px;
        align-items: center; }
        @media only screen and (max-width: 1023px) {
            .header-app__inner {
                grid-template-columns: 1fr 92px 1fr; } }
    .header-app .line {
        background-color: #a39686;
        height: 1px;
        width: 100%; }

.container--xs {
    max-width: 568px; }
    @media only screen and (max-width: 766px) {
        .container--xs {
            max-width: calc(100% - 32px); } }

.container--s {
    max-width: 720px; }
    @media only screen and (max-width: 1023px) {
        .container--s {
            max-width: 568px; } }
    @media only screen and (max-width: 766px) {
        .container--s {
            max-width: calc(100% - 32px); } }

.app-page .top-text {
    text-align: center; }

.app-page .choose-language {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
    margin: 80px 0; }
    @media only screen and (max-width: 1023px) {
        .app-page .choose-language {
            grid-gap: 24px; } }
    @media only screen and (max-width: 766px) {
        .app-page .choose-language {
            grid-gap: 20px;
            grid-template-columns: 1fr;
            margin: 60px 0; } }
    .app-page .choose-language__block {
        padding: 92px 0 85px;
        border-radius: 11px;
        border: 1px solid rgba(163, 150, 134, 0.2);
        transition: border-color 0.3s ease;
        text-align: center;
        color: #fff;
        font-family: "DM Serif Display", serif;
        font-size: 64px;
        font-weight: 400;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        @media only screen and (max-width: 1023px) {
            .app-page .choose-language__block {
                font-size: 48px;
                padding: 92px 0 120px; } }
        @media only screen and (max-width: 766px) {
            .app-page .choose-language__block {
                font-size: 38px;
                padding: 80px 0 92px; } }
        .app-page .choose-language__block:hover {
            border-color: #a39686; }
        .app-page .choose-language__block img {
            width: 132px;
            margin-bottom: 20px; }

.app-page .categories-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
    margin-top: 60px; }
    @media only screen and (max-width: 1023px) {
        .app-page .categories-list {
            grid-gap: 32px 24px; } }
    @media only screen and (max-width: 766px) {
        .app-page .categories-list {
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 20px; } }
    @media only screen and (max-width: 375px) {
        .app-page .categories-list {
            grid-template-columns: 1fr; } }
    .app-page .categories-list .category {
        width: 100%;
        padding-top: 100%;
        border-radius: 12px;
        border: 1px solid #a39686;
        position: relative;
        color: #fff;
        font-family: "DM Serif Display", serif;
        font-weight: 400; }
        @media only screen and (max-width: 375px) {
            .app-page .categories-list .category {
                padding-top: 0; } }
        .app-page .categories-list .category.green {
            border-color: #1ec08c; }
        .app-page .categories-list .category.orange {
            border-color: #f28e1e; }
        .app-page .categories-list .category__top {
            position: absolute;
            top: 0;
            left: 2px;
            right: 16px;
            font-size: 12px;
            text-transform: uppercase;
            display: grid;
            grid-template-columns: 64px 1fr;
            grid-gap: 4px;
            align-items: center; }
            @media only screen and (max-width: 766px) {
                .app-page .categories-list .category__top {
                    grid-template-columns: 48px 1fr;
                    font-size: 11px;
                    right: 12px; } }
            @media only screen and (max-width: 375px) {
                .app-page .categories-list .category__top {
                    position: relative; } }
            .app-page .categories-list .category__top img {
                width: 100%; }
        .app-page .categories-list .category__title {
            position: absolute;
            bottom: 20px;
            left: 16px;
            right: 24px;
            font-size: 32px;
            line-height: 1.17; }
            @media only screen and (max-width: 1023px) {
                .app-page .categories-list .category__title {
                    font-size: 24px; } }
            @media only screen and (max-width: 766px) {
                .app-page .categories-list .category__title {
                    font-size: 18px;
                    bottom: 12px;
                    left: 12px;
                    right: 12px; } }
            @media only screen and (max-width: 375px) {
                .app-page .categories-list .category__title {
                    position: relative;
                    margin-top: 32px; } }

.app-page .hero-image {
    margin-bottom: 36px; }
    .app-page .hero-image img {
        width: 100%; }

.app-page .content-text h1, .app-page .content-text h2, .app-page .content-text h3, .app-page .content-text h4, .app-page .content-text h5, .app-page .content-text h6 {
    color: #fff;
    font-family: "DM Serif Display", serif;
    font-weight: 400; }

.app-page .content-text h1 {
    font-size: 32px; }

.app-page .player {
    text-align: center;
    margin: 64px 0 52px; }
    .app-page .player__btn {
        width: 268px;
        height: 48px;
        border-radius: 40px;
        border: 1px solid #a39686;
        margin: 0 auto;
        background: url("data:image/svg+xml,%3Csvg id='Pause_icon' data-name='Pause icon' xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20'%3E%3Cg id='Rectangle_13' data-name='Rectangle 13' fill='none' stroke='%23e6344a' stroke-width='1'%3E%3Crect width='8' height='20' rx='3' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='7' height='19' rx='2.5' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_14' data-name='Rectangle 14' transform='translate(10)' fill='none' stroke='%23e6344a' stroke-width='1'%3E%3Crect width='8' height='20' rx='3' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='7' height='19' rx='2.5' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/18px auto; }
        .app-page .player__btn.is-paused {
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.074' height='14.188' viewBox='0 0 13.074 14.188'%3E%3Cg id='Path_1543' data-name='Path 1543' transform='translate(14.131 -0.428) rotate(90)' fill='none' stroke-linecap='round'%3E%3Cpath d='M6.315,2.76a1.387,1.387,0,0,1,2.414,0l4.7,8.3a1.387,1.387,0,0,1-1.207,2.071H2.818A1.387,1.387,0,0,1,1.612,11.06Z' stroke='none'/%3E%3Cpath d='M 7.521789073944092 2.05662727355957 C 7.051235198974609 2.05662727355957 6.580679893493652 2.291031837463379 6.315014839172363 2.759841918945312 L 1.611555099487305 11.05990219116211 C 1.087565422058105 11.98457145690918 1.755515098571777 13.13082218170166 2.818325042724609 13.13082218170166 L 12.22524547576904 13.13082218170166 C 13.28805541992188 13.13082218170166 13.95600509643555 11.98457145690918 13.43201541900635 11.05990219116211 L 8.728555679321289 2.759841918945312 C 8.462895393371582 2.291031837463379 7.992342948913574 2.05662727355957 7.521789073944092 2.05662727355957 M 7.521785259246826 1.056621551513672 C 8.39278507232666 1.056621551513672 9.169155120849609 1.509032249450684 9.598575592041016 2.26683235168457 L 14.30203533172607 10.56688213348389 C 14.72552490234375 11.31420230865479 14.72015571594238 12.20344161987305 14.28768539428711 12.94559192657471 C 13.85521507263184 13.68774223327637 13.08421516418457 14.13082218170166 12.22524547576904 14.13082218170166 L 2.818325042724609 14.13082218170166 C 1.959355354309082 14.13082218170166 1.188355445861816 13.68774223327637 0.755885124206543 12.94559192657471 C 0.3234148025512695 12.20344161987305 0.3180456161499023 11.31420230865479 0.7415351867675781 10.56688213348389 L 5.444994926452637 2.26682186126709 C 5.874415397644043 1.509032249450684 6.650785446166992 1.056621551513672 7.521785259246826 1.056621551513672 Z' stroke='none' fill='%23e6344a'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/18px auto; }
    .app-page .player__track {
        margin-top: 36px;
        width: 100%;
        height: 9px;
        border-radius: 8px;
        background-color: rgba(163, 150, 134, 0.1);
        position: relative; }
    .app-page .player__line {
        background-color: #E6344A;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        border-radius: 8px; }
        .app-page .player__line:after {
            content: '';
            position: absolute;
            height: 26px;
            width: 26px;
            border-radius: 100%;
            background-color: #E6344A;
            right: -13px;
            top: -9px; }
    .app-page .player__time {
        margin-top: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between; }

.app-page .app-video {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    margin-top: 32px; }
    .app-page .app-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.back-btn {
    color: #fff;
    background-color: #151515;
    font-size: 16px;
    font-weight: 700;
    padding-left: 28px;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='SVGDoc' width='37' height='21' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 37 21'%3E%3Cdefs%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg transform='rotate(-180 23.310000000000002 10.995000000000005)'%3E%3Ctitle%3EGroup 988%3C/title%3E%3Cg transform='rotate(-180 11 11.11999999999989)'%3E%3Ctitle%3ELine 19%3C/title%3E%3Cpath d='M3,11.11542h16' fill-opacity='0' fill='%23ffffff' stroke-dashoffset='0' stroke-linejoin='miter' stroke-linecap='round' stroke-opacity='1' stroke='%23a39686' stroke-miterlimit='20' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3Ctitle%3EPath 666%3C/title%3E%3Cpath d='M20.53453,6.24279v0l2.7757,2.37566v0l2.7757,2.37566v0l-2.7757,2.37566v0l-2.7757,2.37566v0' fill-opacity='0' fill='%23ffffff' stroke-dashoffset='0' stroke-linejoin='round' stroke-linecap='round' stroke-opacity='1' stroke='%23a39686' stroke-miterlimit='20' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat left -20px center/auto; }
    .back-btn__wrap {
        display: grid;
        align-items: center;
        grid-template-columns: auto 1fr;
        grid-gap: 10px; }

.footer-app {
    margin: 52px 0 80px; }
    .footer-app .line {
        height: 1px;
        background-color: #a39686;
        width: 100%; }
    .footer-app__inner {
        display: grid;
        align-items: center;
        grid-template-columns: auto 1fr auto;
        grid-gap: 10px; }
    .footer-app__languages {
        display: grid;
        grid-template-columns: repeat(2, 24px);
        grid-gap: 4px; }
        .footer-app__languages a {
            opacity: 0.2; }
            .footer-app__languages a:hover {
                opacity: 1; }




/*# sourceMappingURL=bundle.css.map */
