*,
:before,
:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

:before,
:after {
    --tw-content: ""
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

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

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

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

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

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

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

summary {
    display: list-item
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

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

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

button,
[role=button] {
    cursor: pointer
}

:disabled {
    cursor: default
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

@font-face {
    font-family: Wix Madefor Text;
    src: url(../fonts/Wix_Madefor_Text/WixMadeforText-Regular.ttf) format("truetype-variations");
    font-weight: 400
}

@font-face {
    font-family: Wix Madefor Text;
    src: url(../fonts/Wix_Madefor_Text/WixMadeforText-SemiBold.ttf) format("truetype-variations");
    font-weight: 600
}

@font-face {
    font-family: Lora;
    src: url(../fonts/Lora/Lora-Regular.ttf) format("truetype-variations");
    font-weight: 400
}

@font-face {
    font-family: Lora;
    src: url(../fonts/Lora/Lora-SemiBold.ttf) format("truetype-variations");
    font-weight: 600
}

h1 {
    font-weight: 600;
    font-size: 38px;
    line-height: 44px;
    font-family: Lora
}

h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    font-family: Lora
}

h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%
}

h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    font-family: Wix Madefor Text
}

h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    font-family: Wix Madefor Text
}

p,
li {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    font-family: Wix Madefor Text
}

input,
textarea,
select {
    border-bottom: .5px solid #750843;
    padding: 18px 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #750843;
    width: 100%;
 //   max-width: 465px;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    background-color: transparent
}

input {
    height: 56px
}

input:hover {
    background: rgba(244, 196, 141, .1)
}

input:focus {
    background: rgba(244, 196, 141, .2);
    outline: none
}

input.date-input:focus {
    padding: 18px 16px
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #750843
}

input::placeholder,
textarea::placeholder,
label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #750843
}

textarea:focus,
select:focus {
    background: rgba(244, 196, 141, .2);
    outline: none
}

textarea:focus::-moz-placeholder {
    opacity: 0
}

textarea:focus::placeholder {
    opacity: 0
}

body,
html {
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px
}

@media (min-width: 768px) {
    h1 {
        font-size: 38px
    }
}

@media (min-width: 1024px) {
    h1 {
        font-weight: 600;
        font-size: 50px;
        line-height: 120%
    }

    h2 {
        font-weight: 600;
        font-size: 30px;
        line-height: 120%
    }

    h3 {
        font-weight: 400;
        font-size: 24px;
        line-height: 150%
    }

    h4 {
        font-weight: 400;
        font-size: 20px;
        line-height: 180%
    }

    h5 {
        font-size: 18px;
        font-weight: 500;
        line-height: 150%
    }
}

*,
:before,
:after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px
    }
}

.packshot-gradient {
    background: linear-gradient(180deg, #4B1701 0%, #753C11 100%)
}

.produkts-gradient {
    background: linear-gradient(165deg, #D1C1AA 8.77%, #D1C1AA 50.58%, #FCF0D6 93.94%)
}

.post-text p {
    margin-bottom: 16px
}

.post-text blockquote {
    padding: 32px;
    border-radius: 16px;
    background: rgba(101, 27, 34, .1);
    max-width: 483px;
    font-family: Lora;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 40px;
    margin-bottom: 40px
}

.text-group {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center
}

.text-group blockquote+p {
    flex: 1;
    display: block
}



.wrapper {
    padding: 0 24px
}
.\!wrapper {
    padding: 0 24px !important;
}
@media (min-width: 768px) {
    .wrapper {
        padding: 0 32px
    }
    .\!wrapper {
        padding: 0 32px !important;
    }
    .md\:text-shadow-none {
        text-shadow: none
    }

    .md\:img-cover-none:after {
        content: none
    }
}

@media (min-width: 1024px) {
    .wrapper {
        padding: 0 32px
    }
}

@media (min-width: 1280px) {
    .wrapper {
        padding: 0 64px
    }
    .\!wrapper {
        padding: 0 64px !important;
    }
}

.lora {
    font-family: Lora
}

.small {
    font-size: 14px;
    line-height: 180%
}

.pagination-text {
    font-family: Lora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.pagination-link.active {
    background: #966433;
    color: #fff
}

.menu-text {
    font-family: Wix Madefor Text;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: .7px;
    text-transform: uppercase
}
@media(min-width: 1024px){
    .menu-text{
        font-size: 12px;
    }
}
@media(min-width: 1280px){
    .menu-text{
        font-size: 14px;
    }
}
.btn-text {
    font-family: Wix Madefor Text;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px
}

.footer-menu-text {
    font-family: Wix Madefor Text;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.btn {
    display: block;
    padding: 17px 32px;
    border-radius: 8px;
    font-family: Wix Madefor Text;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
    border-width: 1px;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all .6s ease;
    min-width: 230px;
    text-align: center
}

.primary {
    border-width: 1px;
    border-color: #7d141b
}

.primary.full {
    background: #7D141B;
    color: #fff
}

.primary.outlined {
    background: #fff;
    color: #7d141b
}

.primary.outlined.active {
    background: #7D141B;
    color: #fff
}

.secondary {
    border-color: #fff;
    background: #fff;
    color: #7d141b
}

@media (min-width: 1024px) {
    .btn.primary.full:hover {
        color: #750843 !important;
        transition: all .6s ease;
        background: #fff
    }

    .btn.primary.full:active {
        color: #7d141b !important;
        transition: all .6s ease;
        background: #f4ebeb
    }

    .btn.primary.outlined:hover {
        color: #fff;
        background: #7D141B;
        transition: all .6s ease;
        opacity: 1
    }

    .btn.primary.outlined:active {
        color: #fff;
        transition: all .6s ease;
        background: #9e5378
    }

    .btn.secondary:hover {
        color: #fff !important;
        background: transparent;
        transition: all .6s ease;
        opacity: 1;
        border-color: #fff
    }

    .btn.secondary:active {
        color: #fff !important;
        background: #ffffff26;
        transition: all .6s ease;
        border-color: #fff
    }

    .btn.primary.full:before {
        background: #fff
    }

    .btn.primary.outlined:before {
        background: #750843
    }

    .btn.secondary:before {
        background: #750843
    }

    .btn:hover:before {
        width: 100%;
        opacity: 1
    }

    .link:after {
        content: "";
        position: absolute;
        opacity: .7;
        left: 0;
        bottom: -2px;
        right: 0;
        height: 0;
        background: currentColor;
        transition: all .3s ease
    }

    .link {
        position: relative
    }

    .link:hover:after {
        height: 2px;
        transition: all .3s ease
    }
}

.disabled {
    border-color: #d6d6d6;
    background: #d6d6d6;
    color: #330a21
}

.custom-input label {
    display: none;
    position: absolute;
    left: 16px;
    top: 18px;
    transition-duration: .3s;
    transition-timing-function: ease-in-out
}

.custom-input input:focus+label {
    opacity: 0
}

.custom-input input::-moz-placeholder {
    opacity: 1
}

.custom-input input::placeholder {
    opacity: 1
}

.custom-input input:not(:focus):not(:-moz-placeholder-shown)+label {
    opacity: 0
}

.custom-input input:not(:focus):not(:placeholder-shown)+label {
    opacity: 0
}

.custom-input input:not(:focus):not(:-moz-placeholder-shown) {
    background: #fbeedd
}

.custom-input input:not(:focus):not(:placeholder-shown) {
    background: #fbeedd
}

.custom-input.error input {
    background: rgba(214, 43, 57, .1) !important;
    color: #d62b39;
    border-bottom: .5px solid #750843
}

.white input,
.white select,
.white textarea {
    background: #f8f7f4
}

.white input:focus {
    background: #f8f7f4
}

.white .custom-input input:not(:focus):not(:-moz-placeholder-shown) {
    background: #fff
}

.white .custom-input input:not(:focus):not(:placeholder-shown) {
    background: #fff
}

.white .custom-textarea textarea:not(:focus):not(:-moz-placeholder-shown) {
    background: #fff
}

.white .custom-textarea textarea:not(:focus):not(:placeholder-shown) {
    background: #fff
}

.white .custom-select input:not(:focus):not(:-moz-placeholder-shown) {
    background: #fff
}

.white .custom-select input:not(:focus):not(:placeholder-shown) {
    background: #fff
}

.form-full input,
.form-full .custom-textarea,
.form-full textarea,
.form-full .custom-select {
    max-width: 100%
}

.custom-textarea {
    position: relative;
    width: 100%;
 //   max-width: 465px;
    display: grid;
    z-index: 1;
    background: #fff
}

.custom-textarea:after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 21.5L21.5 2' stroke='%23750843' stroke-linecap='round'/%3E%3Cpath d='M12 21L22 11' stroke='%23750843' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    display: block;
    pointer-events: none
}

.custom-textarea textarea:not(:focus):not(:-moz-placeholder-shown) {
    background: #ecdbe3
}

.custom-textarea textarea:not(:focus):not(:placeholder-shown) {
    background: #ecdbe3
}

.custom-textarea textarea:not(:focus):not(:-moz-placeholder-shown)+.textarea-cover {
    background: #f8f7f4
}

.custom-textarea textarea:not(:focus):not(:placeholder-shown)+.textarea-cover {
    background: #f8f7f4
}

.textarea-cover {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    bottom: 1px;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    background: #f8f7f4;
    z-index: 1;
    pointer-events: none
}

textarea:focus+.textarea-cover {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    bottom: 1px;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    background: #f8f7f4;
    z-index: 1
}

.custom-select {
    position: relative;
    width: 100%;
//    max-width: 465px;
    cursor: pointer;
    z-index: 10
}

.custom-select-icon {
    position: absolute;
    right: 16px;
    top: 20px;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_156_3600)'%3E%3Cpath d='M0.450684 4.68921L9.72152 15.1667C9.76061 15.2109 9.80865 15.2463 9.86245 15.2705C9.91625 15.2948 9.97459 15.3073 10.0336 15.3073C10.0926 15.3073 10.1509 15.2948 10.2047 15.2705C10.2585 15.2463 10.3066 15.2109 10.3457 15.1667L19.6173 4.68921' stroke='%23750843' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_156_3600'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    transition-duration: .3s;
    transition-timing-function: ease-in-out
}

.custom-select input:focus~.custom-select-icon {
    transform: scaleY(-1)
}

.custom-select-content {
    height: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    overflow: auto;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    background: #fff;
    z-index: 10
}

.custom-select input:focus {
    padding: 18px 16px
}

.custom-select input:focus+.custom-select-content {
    height: 192px
}

.custom-select input:not(:focus):not(:-moz-placeholder-shown) {
    background: rgba(117, 8, 67, .15)
}

.custom-select input:not(:focus):not(:placeholder-shown) {
    background: rgba(117, 8, 67, .15)
}

.custom-select-content li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #750843;
    width: 100%;
    padding: 14px 16px;
    background: #fff;
    cursor: pointer;
    transition-duration: .3s;
    transition-timing-function: ease-in-out
}

.custom-select-content li:hover {
    background: rgba(117, 8, 67, .05) !important
}

.custom-select-content li:nth-child(2n) {
    background: rgba(117, 8, 67, .02);
    transition-duration: .3s;
    transition-timing-function: ease-in-out
}

.custom-select-content::-webkit-scrollbar {
    width: 3px
}

.custom-select-content::-webkit-scrollbar-track {
    background-color: #f1e2a6;
    margin: 8px 16px 0
}

.custom-select-content::-webkit-scrollbar-thumb {
    background: #750843
}

.line-after {
    display: block;
    width: 100%;
    height: 1px;
    background: #b3b3b3;
    position: absolute
}

.instagram {
    overflow: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch
}

.instagram>* {
    scroll-snap-align: start
}

.instagram img {
    border-radius: 16px
}

.instagram>img {
    width: 287px;
    height: 287px
}

.instagram-card {
    width: 287px;
    height: 287px;
    background: #750843;
    border-radius: 16px;
    padding: 21px;
    flex-shrink: 0
}

.main-menu {
    position: fixed;
    inset: 0 0 0 100%;
    width: 100%;
    background: #fff;
    color: #651b22;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9999;
    transition-duration: .5s;
    transition-timing-function: ease-in-out
}

.main-menu.id-open {
    left: 0
}

.social {
    opacity: 0;
    position: relative;
    left: 50px;
    transition-duration: .6s;
    transition-timing-function: ease-in-out;
    transition-delay: .5s
}

.main-menu.id-open .social {
    opacity: 1;
    left: 0;
    width: 100%
}

.main-menu nav {
    opacity: 0;
    position: relative;
    left: 50px;
    transition-duration: .6s;
    transition-timing-function: ease-in-out;
    transition-delay: .5s
}

.main-menu.id-open nav {
    opacity: 1;
    left: 0;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px
}

ol {
    padding-left: 0
}



@media (min-width: 1024px) {
    .main-menu {
        position: static;
        flex-direction: row;
        width: auto;
        background: none;
        padding: 0
    }

    .main-menu nav,
    .main-menu .social {
        opacity: 1;
        left: 0;
        position: static
    }
}

.faq-category-nav button.active {
    background: #d1dccf
}

.faq-category-nav button.active svg {
    opacity: 100
}

.category-item.active {
    opacity: 1;
    z-index: 1;
    height: auto;
    overflow: visible;
    transition: opacity .5s cubic-bezier(.53, 0, .43, 1) .3s
}

.date-input,
.date-input:focus {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_296_1267)'%3E%3Cpath d='M18.7498 2.08411H1.24984C0.7896 2.08411 0.416504 2.4572 0.416504 2.91744V18.7508C0.416504 19.211 0.7896 19.5841 1.24984 19.5841H18.7498C19.2101 19.5841 19.5832 19.211 19.5832 18.7508V2.91744C19.5832 2.4572 19.2101 2.08411 18.7498 2.08411Z' stroke='%23750843' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5835 0.41748V4.58415' stroke='%23750843' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.4165 0.41748V4.58415' stroke='%23750843' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.416504 6.25085H19.5832' stroke='%23750843' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_296_1267'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: calc(100% - 16px)
}

input.date-input:not(:focus):not(:-moz-placeholder-shown) {
    background: rgba(117, 8, 67, .15);
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_296_1267)'%3E%3Cpath d='M18.7498 2.08411H1.24984C0.7896 2.08411 0.416504 2.4572 0.416504 2.91744V18.7508C0.416504 19.211 0.7896 19.5841 1.24984 19.5841H18.7498C19.2101 19.5841 19.5832 19.211 19.5832 18.7508V2.91744C19.5832 2.4572 19.2101 2.08411 18.7498 2.08411Z' stroke='%23750843' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5835 0.41748V4.58415' stroke='%23750843' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.4165 0.41748V4.58415' stroke='%23750843' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.416504 6.25085H19.5832' stroke='%23750843' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_296_1267'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: calc(100% - 16px)
}

input.date-input:not(:focus):not(:placeholder-shown) {
    background: rgba(117, 8, 67, .15);
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_296_1267)'%3E%3Cpath d='M18.7498 2.08411H1.24984C0.7896 2.08411 0.416504 2.4572 0.416504 2.91744V18.7508C0.416504 19.211 0.7896 19.5841 1.24984 19.5841H18.7498C19.2101 19.5841 19.5832 19.211 19.5832 18.7508V2.91744C19.5832 2.4572 19.2101 2.08411 18.7498 2.08411Z' stroke='%23750843' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5835 0.41748V4.58415' stroke='%23750843' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.4165 0.41748V4.58415' stroke='%23750843' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.416504 6.25085H19.5832' stroke='%23750843' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_296_1267'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: calc(100% - 16px)
}

.inView.slideUp {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    will-change: transform;
    backface-visibility: hidden;
    transition-property: transform, opacity;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.inView.is_visible.slideUp {
    opacity: 1;
    transform: translateZ(0)
}

.inView.fadeIn {
    opacity: 0;
    will-change: transform;
    backface-visibility: hidden;
    transition-property: opacity;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.inView.is_visible.fadeIn {
    opacity: 1
}

.pointer-events-none {
    pointer-events: none
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-0 {
    inset: 0
}

.inset-\[-1px\] {
    inset: -1px
}

.-top-\[44px\] {
    top: -44px
}

.bottom-0 {
    bottom: 0
}

.bottom-8 {
    bottom: 2rem
}

.bottom-\[20px\] {
    bottom: 20px
}

.left-0 {
    left: 0
}

.left-1\/2,
.left-\[50\%\] {
    left: 50%
}

.right-0 {
    right: 0
}

.right-4 {
    right: 1rem
}

.right-6 {
    right: 1.5rem
}

.right-8 {
    right: 2rem
}

.right-\[0px\] {
    right: 0
}

.right-\[2px\] {
    right: 2px
}

.right-\[40\%\] {
    right: 40%
}

.top-0 {
    top: 0
}

.top-1\/2 {
    top: 50%
}

.top-4 {
    top: 1rem
}

.top-6 {
    top: 1.5rem
}

.top-8 {
    top: 2rem
}

.top-\[20px\] {
    top: 20px
}

.top-\[2px\] {
    top: 2px
}

.top-\[463px\] {
    top: 463px
}

.\!z-20 {
    z-index: 20 !important
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-50 {
    z-index: 50
}

.order-\[-1\] {
    order: -1
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.-ml-7 {
    margin-left: -1.75rem
}

.-ml-8 {
    margin-left: -2rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-14 {
    margin-bottom: 3.5rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-20 {
    margin-bottom: 5rem
}

.mb-24 {
    margin-bottom: 6rem
}

.mb-32 {
    margin-bottom: 8rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-\[65px\] {
    margin-bottom: 65px
}

.mb-\[71px\] {
    margin-bottom: 71px
}

.ml-7 {
    margin-left: 1.75rem
}

.ml-8 {
    margin-left: 2rem
}

.ml-auto {
    margin-left: auto
}

.mr-2 {
    margin-right: .5rem
}

.mr-4 {
    margin-right: 1rem
}

.mr-auto {
    margin-right: auto
}

.mt-12 {
    margin-top: 3rem
}

.mt-16 {
    margin-top: 4rem
}

.mt-20 {
    margin-top: 5rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-9 {
    margin-top: 2.25rem
}

.mt-\[100px\] {
    margin-top: 100px
}

.mt-auto {
    margin-top: auto
}

.block {
    display: block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-16 {
    height: 4rem
}

.h-8 {
    height: 2rem
}

.h-\[100px\] {
    height: 100px
}

.h-\[100vh\] {
    height: 100vh
}

.h-\[1px\] {
    height: 1px
}

.h-\[27px\] {
    height: 27px
}

.h-\[44px\] {
    height: 44px
}

.h-\[603px\] {
    height: 603px
}

.h-full {
    height: 100%
}

.min-h-\[532px\] {
    min-height: 532px
}

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-16 {
    width: 4rem
}

.w-8 {
    width: 2rem
}

.w-\[100px\] {
    width: 100px
}

.w-\[200\%\] {
    width: 200%
}

.w-\[27px\] {
    width: 27px
}

.w-\[44px\] {
    width: 44px
}

.w-\[500\%\] {
    width: 500%
}

.w-full {
    width: 100%
}

.max-w-\[100px\] {
    max-width: 100px
}

.max-w-\[1274px\] {
    max-width: 1274px
}

.max-w-\[1325px\] {
    max-width: 1325px
}

.max-w-\[14ch\] {
    max-width: 14ch
}

.max-w-\[172px\] {
    max-width: 172px
}

.max-w-\[200px\] {
    max-width: 200px
}

.max-w-\[256px\] {
    max-width: 256px
}

.max-w-\[389px\] {
    max-width: 389px
}

.max-w-\[400px\] {
    max-width: 400px
}

.max-w-\[419px\] {
    max-width: 419px
}

.max-w-\[424px\] {
    max-width: 424px
}

.max-w-\[435px\] {
    max-width: 435px
}

.max-w-\[464px\] {
    max-width: 464px
}

.max-w-\[481px\] {
    max-width: 481px
}

.max-w-\[482px\] {
    max-width: 482px
}

.max-w-\[516px\] {
    max-width: 516px
}

.max-w-\[548px\] {
    max-width: 548px
}

.max-w-\[557px\] {
    max-width: 557px
}

.max-w-\[561px\] {
    max-width: 561px
}

.max-w-\[565px\] {
    max-width: 565px
}

.max-w-\[596px\] {
    max-width: 596px
}

.max-w-\[648px\] {
    max-width: 648px
}

.max-w-\[700px\] {
    max-width: 700px
}

.max-w-\[728px\] {
    max-width: 728px
}

.max-w-\[729px\] {
    max-width: 729px
}

.max-w-\[752px\] {
    max-width: 752px
}

.max-w-\[956px\] {
    max-width: 956px
}

.max-w-\[980px\] {
    max-width: 980px
}
.\!max-w-\[1274px\] {
    max-width: 1274px !important;
}
.max-w-full {
    max-width: 100%
}

.max-w-max {
    max-width: -moz-max-content;
    max-width: max-content
}

.flex-1 {
    flex: 1 1 0%
}

.-translate-x-1\/2,
.-translate-x-2\/4 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-45 {
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-pointer {
    cursor: pointer
}

.list-none {
    list-style-type: none
}

.columns-1 {
    -moz-columns: 1;
    columns: 1
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-items-center {
    justify-items: center
}

.gap-14 {
    gap: 3.5rem
}

.gap-16 {
    gap: 4rem
}

.gap-2 {
    gap: .5rem
}

.gap-20 {
    gap: 5rem
}

.gap-24 {
    gap: 6rem
}

.gap-4 {
    gap: 1rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-7 {
    gap: 1.75rem
}

.gap-8 {
    gap: 2rem
}

.gap-y-8 {
    row-gap: 2rem
}

.self-center {
    align-self: center
}

.overflow-hidden {
    overflow: hidden
}

.whitespace-nowrap {
    white-space: nowrap
}

.rounded {
    border-radius: .25rem
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-3xl {
    border-radius: 1.5rem
}

.rounded-\[32px\] {
    border-radius: 32px
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: .5rem
}

.border {
    border-width: 1px
}

.border-\[6px\] {
    border-width: 6px
}

.border-b {
    border-bottom-width: 1px
}

.border-\[\#fef9f3\] {
    --tw-border-opacity: 1;
    border-color: rgb(254 249 243 / var(--tw-border-opacity))
}

.border-gold-100 {
    --tw-border-opacity: 1;
    border-color: rgb(244 196 141 / var(--tw-border-opacity))
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity))
}

.bg-beige\/10 {
    background-color: #c4b7af1a
}

.bg-beige\/50 {
    background-color: #c4b7af80
}

.bg-bordo-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(117 8 67 / var(--tw-bg-opacity))
}

.bg-bordo-20 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 219 227 / var(--tw-bg-opacity))
}

.bg-gold-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 196 141 / var(--tw-bg-opacity))
}

.bg-gold-200\/10 {
    background-color: #f4c38b1a
}

.bg-grey-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 247 247 / var(--tw-bg-opacity))
}

.bg-grey-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 238 237 / var(--tw-bg-opacity))
}

.bg-main-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(101 27 34 / var(--tw-bg-opacity))
}

.bg-main-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(125 20 27 / var(--tw-bg-opacity))
}

.bg-second-100\/20 {
    background-color: #d62b3933
}

.bg-second-100\/5 {
    background-color: #d62b390d
}

.bg-second-200\/10 {
    background-color: #f4c48d1a
}

.bg-second-200\/20 {
    background-color: #f4c48d33
}

.bg-second-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(172 126 66 / var(--tw-bg-opacity))
}

.bg-second-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 241 235 / var(--tw-bg-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.bg-white\/70 {
    background-color: #ffffffb3
}

.bg-yellow-20 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 249 238 / var(--tw-bg-opacity))
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.p-0 {
    padding: 0
}

.p-10 {
    padding: 2.5rem
}

.p-12 {
    padding: 3rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.p-8 {
    padding: 2rem
}

.p-\[10px\] {
    padding: 10px
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px
}

.py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-\[19px\] {
    padding-top: 19px;
    padding-bottom: 19px
}

.pb-10 {
    padding-bottom: 2.5rem
}
.pb-12 {
    padding-bottom: 3rem;
}
.pb-14 {
    padding-bottom: 3.5rem
}

.pb-16 {
    padding-bottom: 4rem
}

.pb-20 {
    padding-bottom: 5rem
}

.pb-24 {
    padding-bottom: 6rem
}

.pb-28 {
    padding-bottom: 7rem
}

.pb-32 {
    padding-bottom: 8rem
}

.pb-36 {
    padding-bottom: 9rem
}

.pb-7 {
    padding-bottom: 1.75rem
}

.pb-\[100px\] {
    padding-bottom: 100px
}

.pr-4 {
    padding-right: 1rem
}
.pr-8 {
    padding-right: 2rem;
}
.pt-10 {
    padding-top: 2.5rem
}

.pt-20 {
    padding-top: 5rem
}

.pt-24 {
    padding-top: 6rem
}

.pt-28 {
    padding-top: 7rem
}

.pt-32 {
    padding-top: 8rem
}

.pt-52 {
    padding-top: 13rem
}

.pt-8 {
    padding-top: 2rem
}

.pt-\[100px\] {
    padding-top: 100px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.\!text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-\[20px\] {
    font-size: 20px
}

.text-\[22px\] {
    font-size: 22px
}

.text-\[28px\] {
    font-size: 28px
}

.text-\[30px\] {
    font-size: 30px
}

.text-\[50px\] {
    font-size: 50px
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.italic {
    font-style: italic
}

.\!leading-\[180\%\] {
    line-height: 180% !important
}

.leading-4 {
    line-height: 1rem
}

.leading-8 {
    line-height: 2rem
}

.leading-\[120\%\] {
    line-height: 120%
}

.leading-\[180\%\] {
    line-height: 180%
}

.leading-\[200\%\] {
    line-height: 200%
}

.leading-\[22px\] {
    line-height: 22px
}

.leading-\[30px\] {
    line-height: 30px
}

.leading-\[36px\] {
    line-height: 36px
}

.leading-\[60px\] {
    line-height: 60px
}

.leading-none {
    line-height: 1
}

.\!text-main-300 {
    --tw-text-opacity: 1 !important;
    color: rgb(77 23 27 / var(--tw-text-opacity)) !important
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}

.text-bordo-100 {
    --tw-text-opacity: 1;
    color: rgb(117 8 67 / var(--tw-text-opacity))
}

.text-bordo-200 {
    --tw-text-opacity: 1;
    color: rgb(96 17 61 / var(--tw-text-opacity))
}

.text-error {
    --tw-text-opacity: 1;
    color: rgb(176 0 0 / var(--tw-text-opacity))
}

.text-gold-100 {
    --tw-text-opacity: 1;
    color: rgb(244 196 141 / var(--tw-text-opacity))
}

.text-grey-200 {
    --tw-text-opacity: 1;
    color: rgb(31 31 31 / var(--tw-text-opacity))
}

.text-main-100 {
    --tw-text-opacity: 1;
    color: rgb(101 27 34 / var(--tw-text-opacity))
}

.text-main-200 {
    --tw-text-opacity: 1;
    color: rgb(125 20 27 / var(--tw-text-opacity))
}

.text-main-300 {
    --tw-text-opacity: 1;
    color: rgb(77 23 27 / var(--tw-text-opacity))
}

.text-main-400 {
    --tw-text-opacity: 1;
    color: rgb(96 17 61 / var(--tw-text-opacity))
}

.text-main-900 {
    --tw-text-opacity: 1;
    color: rgb(51 10 33 / var(--tw-text-opacity))
}

.text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity))
}

.text-second-900 {
    --tw-text-opacity: 1;
    color: rgb(50 39 19 / var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgb(241 226 166 / var(--tw-text-opacity))
}

.text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(247 241 223 / var(--tw-text-opacity))
}

.opacity-0 {
    opacity: 0
}

.opacity-100 {
    opacity: 1
}

.opacity-60 {
    opacity: .6
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.duration-300 {
    transition-duration: .3s
}

.body-overflow {
    overflow: hidden
}

.infinit-slider-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32px;
    height: 77px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    animation: moveSlideshow 66s linear infinite
}

.infinit-slider {
    white-space: nowrap;
    flex: 0 0 auto;
    display: block;
    width: 723px
}

@keyframes moveSlideshow {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-1446px, 0, 0)
    }
}

@media (min-width: 1024px) {
    .infinit-slider-wrapper {
        bottom: auto
    }

    .infinit-slider {
        width: 1000px
    }

    @keyframes moveSlideshow {
        0% {
            transform: translateZ(0)
        }

        to {
            transform: translate3d(-2000px, 0, 0)
        }
    }
}

header#header.isFixed {
    position: fixed;
    padding: 0;
    background-color: #fff;
    transition-property: top;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    box-shadow: 0 2px 8px #0000001f
}

header#header.isFixed .search path {
    stroke: #7d141b
}

#header.isFixed #open-menu svg path {
    stroke: #7d141b
}

#header.isFixed .logo.hidden {
    display: block
}

#header.isFixed .logo svg path {
    fill: #7d141b
}

#header.isFixed .social svg path {
    fill: #7d141b
}

@media (min-width: 1024px) {

    header#header.isFixed .menu-1,
    header#header.isFixed label {
        color: #7d141b
    }
}

.logo svg path {
    opacity: 0;
    transition-duration: .3s
}

.native-select,
select.native-select:focus {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    background-repeat: no-repeat;
    background-position: calc(100% - 16px);
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_156_3600)'%3E%3Cpath d='M0.450684 4.68921L9.72152 15.1667C9.76061 15.2109 9.80865 15.2463 9.86245 15.2705C9.91625 15.2948 9.97459 15.3073 10.0336 15.3073C10.0926 15.3073 10.1509 15.2948 10.2047 15.2705C10.2585 15.2463 10.3066 15.2109 10.3457 15.1667L19.6173 4.68921' stroke='%23750843' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_156_3600'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
}

.native-select:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 20px;
    display: block;
    width: 20px;
    height: 20px
}

.native-select:valid {
  //  background: #fff;
    background-repeat: no-repeat;
    background-position: calc(100% - 16px);
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_156_3600)'%3E%3Cpath d='M0.450684 4.68921L9.72152 15.1667C9.76061 15.2109 9.80865 15.2463 9.86245 15.2705C9.91625 15.2948 9.97459 15.3073 10.0336 15.3073C10.0926 15.3073 10.1509 15.2948 10.2047 15.2705C10.2585 15.2463 10.3066 15.2109 10.3457 15.1667L19.6173 4.68921' stroke='%23750843' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_156_3600'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
}

.search-bar {
    z-index: 99999;
    transform: translateY(-100%);
    transition: transform .5s cubic-bezier(.53, 0, .43, 1)
}

.search-bar.open {
    transform: translateY(0);
    transition: transform .5s cubic-bezier(.53, 0, .43, 1)
}

@media (min-width: 1024px) {
    .mobile-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        pointer-events: painted
    }

    .dropdown {
        position: relative;
        display: inline-block
    }

    .dropdown .dropdown-content {
        min-width: 229px;
        visibility: hidden;
        position: absolute;
        z-index: 50;
        opacity: 0;
        transform-origin: top;
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-duration: .2s;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1)
    }

    .dropdown.dropdown-open .dropdown-content,
    .dropdown.dropdown-hover:hover .dropdown-content,
    .dropdown:not(.dropdown-hover):focus .dropdown-content,
    .dropdown:not(.dropdown-hover):focus-within .dropdown-content {
        visibility: visible;
        opacity: 1
    }

    .dropdown.dropdown-open .dropdown-content,
    .dropdown.dropdown-hover:hover .dropdown-content,
    .dropdown:focus .dropdown-content,
    .dropdown:focus-within .dropdown-content {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .submenu:after {
        position: absolute;
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='25' viewBox='0 0 36 25' fill='none'%3E%3Cpath d='M16.4239 1.0178C17.2246 -0.00731486 18.7754 -0.00731581 19.5761 1.0178L35.3947 21.2688C36.4204 22.5819 35.4847 24.5 33.8185 24.5H2.18149C0.515269 24.5 -0.420352 22.5819 0.605343 21.2688L16.4239 1.0178Z' fill='%23651B22'/%3E%3C/svg%3E");
        left: 24px;
        top: 10px;
        width: 0;
        height: 0;
        display: block;
        z-index: -1
    }
}

.hero-img-cover:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .4) 100%), linear-gradient(0deg, rgba(117, 8, 67, .2) 0%, rgba(117, 8, 67, .2) 100%)
}

.hero-img-cover-bordo:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(117, 8, 67, .2) 0%, rgba(117, 8, 67, .2) 100%), linear-gradient(0deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .6) 100%)
}

@media (max-width: 1024px) {
    .sub-nav {
        display: flex;
        height: 100% !important;
        left: -100%;
        position: fixed;
        top: 0;
        transition: transform .4s ease;
        z-index: 99999;
        background: #fff;
        align-items: center;
        text-align: left;
        width: 100%
    }

    .sub-nav.active {
        transform: translate(100%)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.left-cover,
.right-cover {
    opacity: 1;
    transform: scale(1);
    transition-duration: .9s
}

.left-img .left-cover {
    opacity: 0;
    transform: scale(7)
}

.bg-image {
    transform: scale(1);
    transition-duration: .9s
}

.left-img .bg-image {
    transform: scale(1.05)
}

.right-img .right-cover {
    opacity: 0;
    transform: scale(7)
}

.placeholder\:tracking-wider::-moz-placeholder {
    letter-spacing: .05em
}

.placeholder\:tracking-wider::placeholder {
    letter-spacing: .05em
}

.placeholder\:text-white::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.placeholder\:text-white::placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.even\:bg-white\/50:nth-child(even) {
    background-color: #ffffff80
}

.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.active\:bg-transparent:active {
    background-color: transparent
}

.peer:checked~.peer-checked\:rotate-0 {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.peer:checked~.peer-checked\:bg-gold-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 196 141 / var(--tw-bg-opacity))
}

.peer:checked~.peer-checked\:text-main-100 {
    --tw-text-opacity: 1;
    color: rgb(101 27 34 / var(--tw-text-opacity))
}
.flex-\[2_2_0\%\] {
    flex: 2 2 0%;
}
.flex-\[3_3_0\%\] {
    flex: 3 3 0%;
}
@media (max-width: 678px) {
    .max-\[678px\]\:p-0 {
        padding: 0
    }

    .max-\[678px\]\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 768px) {
    .md\:text-left{
        text-align: left;
    }
    .md\:absolute {
        position: absolute
    }

    .md\:relative {
        position: relative
    }

    .md\:-right-\[22px\] {
        right: -22px
    }

    .md\:-top-\[22px\] {
        top: -22px
    }

    .md\:bottom-0 {
        bottom: 0
    }

    .md\:left-0 {
        left: 0
    }

    .md\:right-12 {
        right: 3rem
    }

    .md\:top-0 {
        top: 0
    }

    .md\:top-12 {
        top: 3rem
    }

    .md\:top-\[494px\] {
        top: 494px
    }

    .md\:order-1 {
        order: 1
    }

    .md\:-mr-4 {
        margin-right: -1rem
    }

    .md\:-ml-10 {
        margin-left: -2.5rem;
    }
    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:mb-10 {
        margin-bottom: 2.5rem
    }

    .md\:mb-12 {
        margin-bottom: 3rem
    }

    .md\:mb-20 {
        margin-bottom: 5rem
    }

    .md\:mb-8 {
        margin-bottom: 2rem
    }

    .md\:ml-0 {
        margin-left: 0
    }
    .md\:ml-2 {
        margin-left: 0.5rem;
    }
    .md\:ml-auto {
        margin-left: auto
    }

    .md\:mr-8 {
        margin-right: 2rem
    }

    .md\:mr-\[100px\] {
        margin-right: 100px
    }

    .md\:mt-0 {
        margin-top: 0
    }
    .md\:my-auto {
        margin-top: auto;
        margin-bottom: auto
    }
    .md\:block {
        display: block
    }

    .md\:flex {
        display: flex
    }

    .md\:grid {
        display: grid
    }

    .md\:hidden {
        display: none
    }

    .md\:h-\[80px\] {
        height: 80px
    }

    .md\:h-full {
        height: 100%
    }

    .md\:max-h-\[668px\] {
        max-height: 668px
    }

    .md\:w-\[80px\] {
        width: 80px
    }

    .md\:w-auto {
        width: auto
    }

    .md\:max-w-\[318px\] {
        max-width: 318px
    }

    .md\:max-w-\[500px\] {
        max-width: 500px
    }

    .md\:max-w-full {
        max-width: 100%
    }

    .md\:transform-none {
        transform: none
    }

    .md\:columns-3 {
        -moz-columns: 3;
        columns: 3
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-nowrap {
        flex-wrap: nowrap
    }

    .md\:items-start {
        align-items: flex-start
    }

    .md\:items-center {
        align-items: center
    }

    .md\:justify-center {
        justify-content: center
    }

    .md\:gap-0 {
        gap: 0px
    }

    .md\:gap-12 {
        gap: 3rem
    }

    .md\:gap-6 {
        gap: 1.5rem
    }

    .md\:bg-transparent {
        background-color: transparent
    }

    .md\:p-0 {
        padding: 0
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .md\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .md\:pb-0 {
        padding-bottom: 0
    }
    .md\:pb-20 {
        padding-bottom: 5rem;
    }
    .md\:pb-28 {
        padding-bottom: 7rem
    }

    .md\:pl-\[83px\] {
        padding-left: 83px
    }
    .md\:pl-8 {
        padding-left: 2rem;
    }
    .md\:pr-8 {
        padding-right: 2rem
    }

    .md\:pt-0 {
        padding-top: 0
    }
    .md\:pt-8 {
        padding-top: 2rem;
    }

    .md\:pt-32 {
        padding-top: 8rem
    }

    .md\:pt-10 {
        padding-top: 2.5rem
    }    

    .md\:pt-5 {
        padding-top: 1.25rem
    }

    .md\:pt-52 {
        padding-top: 13rem
    }

    .md\:text-main-300 {
        --tw-text-opacity: 1;
        color: rgb(77 23 27 / var(--tw-text-opacity))
    }

    .md\:opacity-100 {
        opacity: 1
    }

    .md\:even\:flex-row-reverse:nth-child(even) {
        flex-direction: row-reverse
    }

    .group:nth-child(even) .md\:group-even\:ml-8 {
        margin-left: 2rem
    }
}

@media (min-width: 1024px) {
    .lg\:opacity-100 {
        opacity: 1
    }
    .lg\:text-left{
        text-align: left;
    }
    .lg\:absolute {
        position: absolute
    }

    .lg\:bottom-\[4px\] {
        bottom: 4px
    }

    .lg\:left-20 {
        left: 5rem
    }

    .lg\:left-\[50\%\] {
        left: 50%
    }

    .lg\:top-\[-15px\] {
        top: -15px
    }

    .lg\:top-\[-23px\] {
        top: -23px
    }

    .lg\:top-\[4px\] {
        top: 4px
    }

    .lg\:top-\[600px\] {
        top: 600px
    }

    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .lg\:my-auto {
        margin-top: auto;
        margin-bottom: auto
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:mb-10 {
        margin-bottom: 2.5rem
    }

    .lg\:mb-16 {
        margin-bottom: 4rem
    }

    .lg\:ml-0 {
        margin-left: 0
    }

    .lg\:ml-12 {
        margin-left: 3rem
    }

    .lg\:ml-20 {
        margin-left: 5rem
    }

    .lg\:ml-auto {
        margin-left: auto
    }

    .lg\:mr-0 {
        margin-right: 0
    }

    .lg\:mr-20 {
        margin-right: 5rem
    }

    .lg\:mr-28 {
        margin-right: 7rem
    }

    .lg\:mr-8 {
        margin-right: 2rem
    }

    .lg\:mr-\[-83px\] {
        margin-right: -83px
    }

    .lg\:mr-auto {
        margin-right: auto
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mt-40 {
        margin-top: 10rem
    }

    .lg\:mt-\[74px\] {
        margin-top: 74px
    }

    .lg\:block {
        display: block
    }
    .lg\:grid {
        display: grid
    }
    .lg\:inline {
        display: inline
    }

    .lg\:flex {
        display: flex
    }

    .lg\:hidden {
        display: none
    }

    .lg\:h-20 {
        height: 5rem
    }

    .lg\:max-h-\[583px\] {
        max-height: 583px
    }

    .lg\:w-20 {
        width: 5rem
    }

    .lg\:w-\[100\%\] {
        width: 100%
    }

    .lg\:w-auto {
        width: auto
    }

    .lg\:w-full {
        width: 100%
    }

    .lg\:min-w-\[427px\] {
        min-width: 427px
    }

    .lg\:max-w-\[172px\] {
        max-width: 172px
    }

    .lg\:max-w-\[229px\] {
        max-width: 229px
    }

    .lg\:max-w-\[341px\] {
        max-width: 341px
    }

    .lg\:max-w-\[484px\] {
        max-width: 484px
    }

    .lg\:max-w-\[562px\] {
        max-width: 562px
    }

    .lg\:max-w-\[620px\] {
        max-width: 620px
    }

    .lg\:max-w-\[730px\] {
        max-width: 730px
    }

    .lg\:-translate-x-2\/4 {
        --tw-translate-x: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    
    .lg\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
    
    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .lg\:flex-nowrap {
        flex-wrap: nowrap
    }

    .lg\:items-center {
        align-items: center
    }

    .lg\:justify-normal {
        justify-content: normal
    }
    .lg\:gap-4 {
        gap: 1rem;
    }
    .lg\:gap-10 {
        gap: 2.5rem
    }

    .lg\:gap-14 {
        gap: 3.5rem
    }

    .lg\:gap-20 {
        gap: 5rem
    }

    .lg\:gap-24 {
        gap: 6rem
    }

    .lg\:gap-32 {
        gap: 8rem
    }

    .lg\:gap-\[100px\] {
        gap: 100px
    }

    .lg\:bg-main-100 {
        --tw-bg-opacity: 1;
        background-color: rgb(101 27 34 / var(--tw-bg-opacity))
    }

    .lg\:p-0 {
        padding: 0
    }

    .lg\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .lg\:pb-20 {
        padding-bottom: 5rem
    }

    .lg\:pb-28 {
        padding-bottom: 7rem
    }

    .lg\:pb-4 {
        padding-bottom: 1rem
    }

    .lg\:pl-20 {
        padding-left: 5rem
    }

    .lg\:pl-\[70px\] {
        padding-left: 70px
    }

    .lg\:pl-\[83px\] {
        padding-left: 83px
    }

    .lg\:pr-0 {
        padding-right: 0
    }

    .lg\:pr-12 {
        padding-right: 3rem
    }

    .lg\:pr-20 {
        padding-right: 5rem
    }

    .lg\:pt-0 {
        padding-top: 0
    }

    .lg\:pt-11 {
        padding-top: 2.75rem
    }

    .lg\:pt-52 {
        padding-top: 13rem
    }

    .lg\:text-center {
        text-align: center
    }

    .lg\:\!text-sm {
        font-size: .875rem !important;
        line-height: 1.25rem !important
    }

    .lg\:\!leading-4 {
        line-height: 1rem !important
    }

    .lg\:text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity))
    }

    .group:nth-child(even) .lg\:group-even\:ml-auto {
        margin-left: auto
    }

    .group:nth-child(even) .lg\:group-even\:mr-0 {
        margin-right: 0
    }
    .lg\:ml-\[61px\] {
        margin-left: 61px;
    }
}
@media(min-width: 1280px){
    .xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .xl\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .xl\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .xl\:ml-4 {
        margin-left: 1rem;
    }
    .xl\:ml-12 {
        margin-left: 3rem;
    }
    .xl\:gap-8 {
        gap: 2rem;
    }
}