@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local(""), url("../../assets/fonts/Manrope/500.woff2") format("woff2"), url("../../assets/fonts/Manrope/500.woff") format("woff")
}

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local(""), url("../../assets/fonts/Manrope/600.woff2") format("woff2"), url("../../assets/fonts/Manrope/600.woff") format("woff")
}

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(""), url("../../assets/fonts/Manrope/700.woff2") format("woff2"), url("../../assets/fonts/Manrope/700.woff") format("woff")
}

@font-face {
    font-family: "PT Serif";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(""), url("../../assets/fonts/PT Serif/400.woff2") format("woff2"), url("../../assets/fonts/PT Serif/400.woff") format("woff")
}

@font-face {
    font-family: "PT Serif";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local(""), url("../../assets/fonts/PT Serif/400-italic.woff2") format("woff2"), url("../../assets/fonts/PT Serif/400-italic.woff") format("woff")
}

#tinymce,
.tiny-content,
section.block {
    color: #111111
}

#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6,
#tinymce p,
.tiny-content h1,
.tiny-content h2,
.tiny-content h3,
.tiny-content h4,
.tiny-content h5,
.tiny-content h6,
.tiny-content p,
section.block h1,
section.block h2,
section.block h3,
section.block h4,
section.block h5,
section.block h6,
section.block p {
    margin: 0;
    padding: 0
}

#tinymce h1.space,
#tinymce h2.space,
#tinymce h3.space,
#tinymce h4.space,
#tinymce h5.space,
#tinymce h6.space,
#tinymce p.space,
.tiny-content h1.space,
.tiny-content h2.space,
.tiny-content h3.space,
.tiny-content h4.space,
.tiny-content h5.space,
.tiny-content h6.space,
.tiny-content p.space,
section.block h1.space,
section.block h2.space,
section.block h3.space,
section.block h4.space,
section.block h5.space,
section.block h6.space,
section.block p.space {
    line-height: 1.2 !important
}

#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6,
.tiny-content h1,
.tiny-content h2,
.tiny-content h3,
.tiny-content h4,
.tiny-content h5,
.tiny-content h6,
section.block h1,
section.block h2,
section.block h3,
section.block h4,
section.block h5,
section.block h6 {
    color: #111111
}

#tinymce ul,
.tiny-content ul,
section.block ul {
    margin: 0;
    padding: 0
}

#tinymce ul li,
.tiny-content ul li,
section.block ul li {
    position: relative;
    padding: 1px 0 1px 20px;
    list-style: none
}

#tinymce ul li:before,
.tiny-content ul li:before,
section.block ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #111111
}

@media screen and (max-width:481px) {

    #tinymce iframe,
    .tiny-content iframe,
    section.block iframe {
        max-height: calc(100vh - 150px)
    }
}

#tinymce ul.rb-list-0 li,
.tiny-content ul.rb-list-0 li,
section.block ul.rb-list-0 li {
    padding: 1px 0px 1px 25px
}

#tinymce ul.rb-list-0 li:before,
.tiny-content ul.rb-list-0 li:before,
section.block ul.rb-list-0 li:before {
    top: 6px;
    width: 15px;
    height: 15px;
    border-radius: 0px;
    background-color: transparent;
    background-image: url("../../assets/images/icons/check.svg");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center center
}

#tinymce ol,
.tiny-content ol,
section.block ol {
    margin: 0;
    padding: 0
}

#tinymce ol li,
.tiny-content ol li,
section.block ol li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
    counter-increment: step-counter
}

#tinymce ol li:before,
.tiny-content ol li:before,
section.block ol li:before {
    content: counter(step-counter);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0px;
    border-radius: 50%;
    width: auto;
    height: auto;
    background-color: #ffffff
}

#tinymce hr,
.tiny-content hr,
section.block hr {
    background-color: rgba(255, 255, 255, 0.25);
    margin: 0px;
    height: 1px;
    border: 0px solid #000
}

#tinymce iframe,
.tiny-content iframe,
section.block iframe {
    width: 100%;
    border-radius: 0px
}

#tinymce table,
.tiny-content table,
section.block table {
    display: flex;
    border: 0;
    width: 100%
}

#tinymce table tbody,
.tiny-content table tbody,
section.block table tbody {
    display: flex;
    flex-direction: column;
    width: 100%
}

#tinymce table tr,
.tiny-content table tr,
section.block table tr {
    display: flex;
    justify-content: space-between;
    width: 100%
}

#tinymce table tr td,
.tiny-content table tr td,
section.block table tr td {
    display: flex;
    align-items: center;
    padding: 0;
    border: 0;
    width: 50% !important;
    margin: 0px !important;
    padding: 5px 0 !important
}

#tinymce table tr td+td,
.tiny-content table tr td+td,
section.block table tr td+td {
    padding-left: 12px !important
}

@media screen and (max-width:481px) {

    #tinymce table tr td,
    .tiny-content table tr td,
    section.block table tr td {
        width: auto !important
    }
}

#tinymce .spacing-10,
.tiny-content .spacing-10,
section.block .spacing-10 {
    height: 10px !important;
    min-height: 10px !important
}

#tinymce .spacing-30,
.tiny-content .spacing-30,
section.block .spacing-30 {
    height: 30px !important;
    min-height: 30px !important
}

#tinymce .spacing-60,
.tiny-content .spacing-60,
section.block .spacing-60 {
    height: 60px !important;
    min-height: 60px !important
}

@media screen and (max-width:481px) {

    #tinymce .spacing-60,
    .tiny-content .spacing-60,
    section.block .spacing-60 {
        height: 7.5vw !important;
        min-height: 7.5vw !important
    }
}

#tinymce a,
.tiny-content a,
section.block a {
    text-decoration: none
}

#tinymce a.cta,
.tiny-content a.cta,
section.block a.cta {
    text-decoration: none
}

#tinymce .haest-0,
#tinymce .haest-1,
#tinymce .haest-2,
#tinymce .haest-3,
.tiny-content .haest-0,
.tiny-content .haest-1,
.tiny-content .haest-2,
.tiny-content .haest-3,
section.block .haest-0,
section.block .haest-1,
section.block .haest-2,
section.block .haest-3 {
    text-decoration: none
}

#tinymce .haest-5,
.tiny-content .haest-5,
section.block .haest-5 {
    text-transform: uppercase
}

section.block iframe {
    height: 100% !important;
    aspect-ratio: 1.7777777778
}

main .tiny-content img {
    width: 100%;
    height: auto;
    border-radius: 0px
}

.breadcrumbs a {
    text-decoration: none !important
}

.breadcrumbs .breadcrumb_last {
    color: #111111
}

#tinymce,
.tiny-content,
.mce-menu-item,
section.block {}

#tinymce .haest-0,
.tiny-content .haest-0,
.mce-menu-item .haest-0,
section.block .haest-0 {
    font-size: calc(40px + 2.2222222222222vw);
    min-height: calc(40px + 2.2222222222222vw);
    font-weight: 600;
    line-height: 1.1;
    padding-bottom: px;
    font-family: 'Manrope', sans-serif;
    letter-spacing: calc(-1px + -0.055555555555556vw)
}

#tinymce .tiny-content .haest-0:first-child,
.tiny-content .tiny-content .haest-0:first-child,
.mce-menu-item .tiny-content .haest-0:first-child,
section.block .tiny-content .haest-0:first-child {
    margin-top: -12px
}

#tinymce .tiny-content .haest-0:first-child .cta,
#tinymce .tiny-content .haest-0:first-child iframe,
.tiny-content .tiny-content .haest-0:first-child .cta,
.tiny-content .tiny-content .haest-0:first-child iframe,
.mce-menu-item .tiny-content .haest-0:first-child .cta,
.mce-menu-item .tiny-content .haest-0:first-child iframe,
section.block .tiny-content .haest-0:first-child .cta,
section.block .tiny-content .haest-0:first-child iframe {
    margin-top: 12px
}

#tinymce .tiny-content .haest-0:last-child,
.tiny-content .tiny-content .haest-0:last-child,
.mce-menu-item .tiny-content .haest-0:last-child,
section.block .tiny-content .haest-0:last-child {
    margin-bottom: -12px;
    padding-bottom: 0
}

#tinymce .tiny-content .haest-0:last-child .cta,
#tinymce .tiny-content .haest-0:last-child iframe,
.tiny-content .tiny-content .haest-0:last-child .cta,
.tiny-content .tiny-content .haest-0:last-child iframe,
.mce-menu-item .tiny-content .haest-0:last-child .cta,
.mce-menu-item .tiny-content .haest-0:last-child iframe,
section.block .tiny-content .haest-0:last-child .cta,
section.block .tiny-content .haest-0:last-child iframe {
    margin-bottom: 12px
}

#tinymce .mce-i-haest-0,
.tiny-content .mce-i-haest-0,
.mce-menu-item .mce-i-haest-0,
section.block .mce-i-haest-0 {
    font-size: 80px;
    min-height: 80px;
    font-weight: 600;
    line-height: 1.1;
    padding-bottom: px;
    font-family: 'Manrope', sans-serif;
    letter-spacing: calc(-1px + -0.055555555555556vw)
}

#tinymce .tiny-content .mce-i-haest-0:first-child,
.tiny-content .tiny-content .mce-i-haest-0:first-child,
.mce-menu-item .tiny-content .mce-i-haest-0:first-child,
section.block .tiny-content .mce-i-haest-0:first-child {
    margin-top: -12px
}

#tinymce .tiny-content .mce-i-haest-0:first-child .cta,
#tinymce .tiny-content .mce-i-haest-0:first-child iframe,
.tiny-content .tiny-content .mce-i-haest-0:first-child .cta,
.tiny-content .tiny-content .mce-i-haest-0:first-child iframe,
.mce-menu-item .tiny-content .mce-i-haest-0:first-child .cta,
.mce-menu-item .tiny-content .mce-i-haest-0:first-child iframe,
section.block .tiny-content .mce-i-haest-0:first-child .cta,
section.block .tiny-content .mce-i-haest-0:first-child iframe {
    margin-top: 12px
}

#tinymce .tiny-content .mce-i-haest-0:last-child,
.tiny-content .tiny-content .mce-i-haest-0:last-child,
.mce-menu-item .tiny-content .mce-i-haest-0:last-child,
section.block .tiny-content .mce-i-haest-0:last-child {
    margin-bottom: -12px;
    padding-bottom: 0
}

#tinymce .tiny-content .mce-i-haest-0:last-child .cta,
#tinymce .tiny-content .mce-i-haest-0:last-child iframe,
.tiny-content .tiny-content .mce-i-haest-0:last-child .cta,
.tiny-content .tiny-content .mce-i-haest-0:last-child iframe,
.mce-menu-item .tiny-content .mce-i-haest-0:last-child .cta,
.mce-menu-item .tiny-content .mce-i-haest-0:last-child iframe,
section.block .tiny-content .mce-i-haest-0:last-child .cta,
section.block .tiny-content .mce-i-haest-0:last-child iframe {
    margin-bottom: 12px
}

#tinymce .haest-1,
.tiny-content .haest-1,
.mce-menu-item .haest-1,
section.block .haest-1 {
    font-size: calc(20px + 1.1111111111111vw);
    min-height: calc(20px + 1.1111111111111vw);
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: px;
    font-family: 'Manrope', sans-serif;
    letter-spacing: calc(-0.5px + -0.027777777777778vw)
}

#tinymce .tiny-content .haest-1:first-child,
.tiny-content .tiny-content .haest-1:first-child,
.mce-menu-item .tiny-content .haest-1:first-child,
section.block .tiny-content .haest-1:first-child {
    margin-top: -8px
}

#tinymce .tiny-content .haest-1:first-child .cta,
#tinymce .tiny-content .haest-1:first-child iframe,
.tiny-content .tiny-content .haest-1:first-child .cta,
.tiny-content .tiny-content .haest-1:first-child iframe,
.mce-menu-item .tiny-content .haest-1:first-child .cta,
.mce-menu-item .tiny-content .haest-1:first-child iframe,
section.block .tiny-content .haest-1:first-child .cta,
section.block .tiny-content .haest-1:first-child iframe {
    margin-top: 8px
}

#tinymce .tiny-content .haest-1:last-child,
.tiny-content .tiny-content .haest-1:last-child,
.mce-menu-item .tiny-content .haest-1:last-child,
section.block .tiny-content .haest-1:last-child {
    margin-bottom: -8px;
    padding-bottom: 0
}

#tinymce .tiny-content .haest-1:last-child .cta,
#tinymce .tiny-content .haest-1:last-child iframe,
.tiny-content .tiny-content .haest-1:last-child .cta,
.tiny-content .tiny-content .haest-1:last-child iframe,
.mce-menu-item .tiny-content .haest-1:last-child .cta,
.mce-menu-item .tiny-content .haest-1:last-child iframe,
section.block .tiny-content .haest-1:last-child .cta,
section.block .tiny-content .haest-1:last-child iframe {
    margin-bottom: 8px
}

#tinymce .mce-i-haest-1,
.tiny-content .mce-i-haest-1,
.mce-menu-item .mce-i-haest-1,
section.block .mce-i-haest-1 {
    font-size: 40px;
    min-height: 40px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: px;
    font-family: 'Manrope', sans-serif;
    letter-spacing: calc(-0.5px + -0.027777777777778vw)
}

#tinymce .tiny-content .mce-i-haest-1:first-child,
.tiny-content .tiny-content .mce-i-haest-1:first-child,
.mce-menu-item .tiny-content .mce-i-haest-1:first-child,
section.block .tiny-content .mce-i-haest-1:first-child {
    margin-top: -8px
}

#tinymce .tiny-content .mce-i-haest-1:first-child .cta,
#tinymce .tiny-content .mce-i-haest-1:first-child iframe,
.tiny-content .tiny-content .mce-i-haest-1:first-child .cta,
.tiny-content .tiny-content .mce-i-haest-1:first-child iframe,
.mce-menu-item .tiny-content .mce-i-haest-1:first-child .cta,
.mce-menu-item .tiny-content .mce-i-haest-1:first-child iframe,
section.block .tiny-content .mce-i-haest-1:first-child .cta,
section.block .tiny-content .mce-i-haest-1:first-child iframe {
    margin-top: 8px
}

#tinymce .tiny-content .mce-i-haest-1:last-child,
.tiny-content .tiny-content .mce-i-haest-1:last-child,
.mce-menu-item .tiny-content .mce-i-haest-1:last-child,
section.block .tiny-content .mce-i-haest-1:last-child {
    margin-bottom: -8px;
    padding-bottom: 0
}

#tinymce .tiny-content .mce-i-haest-1:last-child .cta,
#tinymce .tiny-content .mce-i-haest-1:last-child iframe,
.tiny-content .tiny-content .mce-i-haest-1:last-child .cta,
.tiny-content .tiny-content .mce-i-haest-1:last-child iframe,
.mce-menu-item .tiny-content .mce-i-haest-1:last-child .cta,
.mce-menu-item .tiny-content .mce-i-haest-1:last-child iframe,
section.block .tiny-content .mce-i-haest-1:last-child .cta,
section.block .tiny-content .mce-i-haest-1:last-child iframe {
    margin-bottom: 8px
}

#tinymce .haest-2,
.tiny-content .haest-2,
.mce-menu-item .haest-2,
section.block .haest-2 {
    font-size: calc(20px + 1.1111111111111vw);
    min-height: calc(20px + 1.1111111111111vw);
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: px;
    font-family: 'PT Serif', serif;
    letter-spacing: calc(-0.5px + -0.027777777777778vw)
}

#tinymce .tiny-content .haest-2:first-child,
.tiny-content .tiny-content .haest-2:first-child,
.mce-menu-item .tiny-content .haest-2:first-child,
section.block .tiny-content .haest-2:first-child {
    margin-top: -8px
}

#tinymce .tiny-content .haest-2:first-child .cta,
#tinymce .tiny-content .haest-2:first-child iframe,
.tiny-content .tiny-content .haest-2:first-child .cta,
.tiny-content .tiny-content .haest-2:first-child iframe,
.mce-menu-item .tiny-content .haest-2:first-child .cta,
.mce-menu-item .tiny-content .haest-2:first-child iframe,
section.block .tiny-content .haest-2:first-child .cta,
section.block .tiny-content .haest-2:first-child iframe {
    margin-top: 8px
}

#tinymce .tiny-content .haest-2:last-child,
.tiny-content .tiny-content .haest-2:last-child,
.mce-menu-item .tiny-content .haest-2:last-child,
section.block .tiny-content .haest-2:last-child {
    margin-bottom: -8px;
    padding-bottom: 0
}

#tinymce .tiny-content .haest-2:last-child .cta,
#tinymce .tiny-content .haest-2:last-child iframe,
.tiny-content .tiny-content .haest-2:last-child .cta,
.tiny-content .tiny-content .haest-2:last-child iframe,
.mce-menu-item .tiny-content .haest-2:last-child .cta,
.mce-menu-item .tiny-content .haest-2:last-child iframe,
section.block .tiny-content .haest-2:last-child .cta,
section.block .tiny-content .haest-2:last-child iframe {
    margin-bottom: 8px
}

#tinymce .mce-i-haest-2,
.tiny-content .mce-i-haest-2,
.mce-menu-item .mce-i-haest-2,
section.block .mce-i-haest-2 {
    font-size: 40px;
    min-height: 40px;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: px;
    font-family: 'PT Serif', serif;
    letter-spacing: calc(-0.5px + -0.027777777777778vw)
}

#tinymce .tiny-content .mce-i-haest-2:first-child,
.tiny-content .tiny-content .mce-i-haest-2:first-child,
.mce-menu-item .tiny-content .mce-i-haest-2:first-child,
section.block .tiny-content .mce-i-haest-2:first-child {
    margin-top: -8px
}

#tinymce .tiny-content .mce-i-haest-2:first-child .cta,
#tinymce .tiny-content .mce-i-haest-2:first-child iframe,
.tiny-content .tiny-content .mce-i-haest-2:first-child .cta,
.tiny-content .tiny-content .mce-i-haest-2:first-child iframe,
.mce-menu-item .tiny-content .mce-i-haest-2:first-child .cta,
.mce-menu-item .tiny-content .mce-i-haest-2:first-child iframe,
section.block .tiny-content .mce-i-haest-2:first-child .cta,
section.block .tiny-content .mce-i-haest-2:first-child iframe {
    margin-top: 8px
}

#tinymce .tiny-content .mce-i-haest-2:last-child,
.tiny-content .tiny-content .mce-i-haest-2:last-child,
.mce-menu-item .tiny-content .mce-i-haest-2:last-child,
section.block .tiny-content .mce-i-haest-2:last-child {
    margin-bottom: -8px;
    padding-bottom: 0
}

#tinymce .tiny-content .mce-i-haest-2:last-child .cta,
#tinymce .tiny-content .mce-i-haest-2:last-child iframe,
.tiny-content .tiny-content .mce-i-haest-2:last-child .cta,
.tiny-content .tiny-content .mce-i-haest-2:last-child iframe,
.mce-menu-item .tiny-content .mce-i-haest-2:last-child .cta,
.mce-menu-item .tiny-content .mce-i-haest-2:last-child iframe,
section.block .tiny-content .mce-i-haest-2:last-child .cta,
section.block .tiny-content .mce-i-haest-2:last-child iframe {
    margin-bottom: 8px
}

#tinymce .haest-3,
.tiny-content .haest-3,
.mce-menu-item .haest-3,
section.block .haest-3 {
    font-size: 20px;
    min-height: 20px;
    font-weight: 500;
    line-height: 1.4;
    padding-bottom: px;
    font-family: 'Manrope', sans-serif;
    letter-spacing: -0.5px
}

#tinymce .tiny-content .haest-3:first-child,
.tiny-content .tiny-content .haest-3:first-child,
.mce-menu-item .tiny-content .haest-3:first-child,
section.block .tiny-content .haest-3:first-child {
    margin-top: -6px
}

#tinymce .tiny-content .haest-3:first-child .cta,
#tinymce .tiny-content .haest-3:first-child iframe,
.tiny-content .tiny-content .haest-3:first-child .cta,
.tiny-content .tiny-content .haest-3:first-child iframe,
.mce-menu-item .tiny-content .haest-3:first-child .cta,
.mce-menu-item .tiny-content .haest-3:first-child iframe,
section.block .tiny-content .haest-3:first-child .cta,
section.block .tiny-content .haest-3:first-child iframe {
    margin-top: 6px
}

#tinymce .tiny-content .haest-3:last-child,
.tiny-content .tiny-content .haest-3:last-child,
.mce-menu-item .tiny-content .haest-3:last-child,
section.block .tiny-content .haest-3:last-child {
    margin-bottom: -6px;
    padding-bottom: 0
}

#tinymce .tiny-content .haest-3:last-child .cta,
#tinymce .tiny-content .haest-3:last-child iframe,
.tiny-content .tiny-content .haest-3:last-child .cta,
.tiny-content .tiny-content .haest-3:last-child iframe,
.mce-menu-item .tiny-content .haest-3:last-child .cta,
.mce-menu-item .tiny-content .haest-3:last-child iframe,
section.block .tiny-content .haest-3:last-child .cta,
section.block .tiny-content .haest-3:last-child iframe {
    margin-bottom: 6px
}

#tinymce .mce-i-haest-3,
.tiny-content .mce-i-haest-3,
.mce-menu-item .mce-i-haest-3,
section.block .mce-i-haest-3 {
    font-size: 20px;
    min-height: 20px;
    font-weight: 500;
    line-height: 1.4;
    padding-bottom: px;
    font-family: 'Manrope', sans-serif;
    letter-spacing: -0.5px
}

#tinymce .tiny-content .mce-i-haest-3:first-child,
.tiny-content .tiny-content .mce-i-haest-3:first-child,
.mce-menu-item .tiny-content .mce-i-haest-3:first-child,
section.block .tiny-content .mce-i-haest-3:first-child {
    margin-top: -6px
}

#tinymce .tiny-content .mce-i-haest-3:first-child .cta,
#tinymce .tiny-content .mce-i-haest-3:first-child iframe,
.tiny-content .tiny-content .mce-i-haest-3:first-child .cta,
.tiny-content .tiny-content .mce-i-haest-3:first-child iframe,
.mce-menu-item .tiny-content .mce-i-haest-3:first-child .cta,
.mce-menu-item .tiny-content .mce-i-haest-3:first-child iframe,
section.block .tiny-content .mce-i-haest-3:first-child .cta,
section.block .tiny-content .mce-i-haest-3:first-child iframe {
    margin-top: 6px
}

#tinymce .tiny-content .mce-i-haest-3:last-child,
.tiny-content .tiny-content .mce-i-haest-3:last-child,
.mce-menu-item .tiny-content .mce-i-haest-3:last-child,
section.block .tiny-content .mce-i-haest-3:last-child {
    margin-bottom: -6px;
    padding-bottom: 0
}

#tinymce .tiny-content .mce-i-haest-3:last-child .cta,
#tinymce .tiny-content .mce-i-haest-3:last-child iframe,
.tiny-content .tiny-content .mce-i-haest-3:last-child .cta,
.tiny-content .tiny-content .mce-i-haest-3:last-child iframe,
.mce-menu-item .tiny-content .mce-i-haest-3:last-child .cta,
.mce-menu-item .tiny-content .mce-i-haest-3:last-child iframe,
section.block .tiny-content .mce-i-haest-3:last-child .cta,
section.block .tiny-content .mce-i-haest-3:last-child iframe {
    margin-bottom: 6px
}

#tinymce p,
.tiny-content p,
.mce-menu-item p,
section.block p {
    font-size: 20px;
    min-height: 20px;
    font-weight: 500;
    line-height: 1.4;
    padding-bottom: px;
    font-family: 'Manrope', sans-serif;
    letter-spacing: -0.5px
}

#tinymce .tiny-content p:first-child,
.tiny-content .tiny-content p:first-child,
.mce-menu-item .tiny-content p:first-child,
section.block .tiny-content p:first-child {
    margin-top: -6px
}

#tinymce .tiny-content p:first-child .cta,
#tinymce .tiny-content p:first-child iframe,
.tiny-content .tiny-content p:first-child .cta,
.tiny-content .tiny-content p:first-child iframe,
.mce-menu-item .tiny-content p:first-child .cta,
.mce-menu-item .tiny-content p:first-child iframe,
section.block .tiny-content p:first-child .cta,
section.block .tiny-content p:first-child iframe {
    margin-top: 6px
}

#tinymce .tiny-content p:last-child,
.tiny-content .tiny-content p:last-child,
.mce-menu-item .tiny-content p:last-child,
section.block .tiny-content p:last-child {
    margin-bottom: -6px;
    padding-bottom: 0
}

#tinymce .tiny-content p:last-child .cta,
#tinymce .tiny-content p:last-child iframe,
.tiny-content .tiny-content p:last-child .cta,
.tiny-content .tiny-content p:last-child iframe,
.mce-menu-item .tiny-content p:last-child .cta,
.mce-menu-item .tiny-content p:last-child iframe,
section.block .tiny-content p:last-child .cta,
section.block .tiny-content p:last-child iframe {
    margin-bottom: 6px
}

#tinymce input,
.tiny-content input,
.mce-menu-item input,
section.block input {
    font-size: 20px;
    min-height: 20px;
    font-weight: 500;
    line-height: 1.4;
    padding-bottom: px;
    font-family: 'Manrope', sans-serif;
    letter-spacing: -0.5px
}

#tinymce .tiny-content input:first-child,
.tiny-content .tiny-content input:first-child,
.mce-menu-item .tiny-content input:first-child,
section.block .tiny-content input:first-child {
    margin-top: -6px
}

#tinymce .tiny-content input:first-child .cta,
#tinymce .tiny-content input:first-child iframe,
.tiny-content .tiny-content input:first-child .cta,
.tiny-content .tiny-content input:first-child iframe,
.mce-menu-item .tiny-content input:first-child .cta,
.mce-menu-item .tiny-content input:first-child iframe,
section.block .tiny-content input:first-child .cta,
section.block .tiny-content input:first-child iframe {
    margin-top: 6px
}

#tinymce .tiny-content input:last-child,
.tiny-content .tiny-content input:last-child,
.mce-menu-item .tiny-content input:last-child,
section.block .tiny-content input:last-child {
    margin-bottom: -6px;
    padding-bottom: 0
}

#tinymce .tiny-content input:last-child .cta,
#tinymce .tiny-content input:last-child iframe,
.tiny-content .tiny-content input:last-child .cta,
.tiny-content .tiny-content input:last-child iframe,
.mce-menu-item .tiny-content input:last-child .cta,
.mce-menu-item .tiny-content input:last-child iframe,
section.block .tiny-content input:last-child .cta,
section.block .tiny-content input:last-child iframe {
    margin-bottom: 6px
}

#tinymce .checkout-container,
.tiny-content .checkout-container,
.mce-menu-item .checkout-container,
section.block .checkout-container {
    font-size: 20px;
    min-height: 20px;
    font-weight: 500;
    line-height: 1.4;
    padding-bottom: px;
    font-family: 'Manrope', sans-serif;
    letter-spacing: -0.5px
}

#tinymce .tiny-content .checkout-container:first-child,
.tiny-content .tiny-content .checkout-container:first-child,
.mce-menu-item .tiny-content .checkout-container:first-child,
section.block .tiny-content .checkout-container:first-child {
    margin-top: -6px
}

#tinymce .tiny-content .checkout-container:first-child .cta,
#tinymce .tiny-content .checkout-container:first-child iframe,
.tiny-content .tiny-content .checkout-container:first-child .cta,
.tiny-content .tiny-content .checkout-container:first-child iframe,
.mce-menu-item .tiny-content .checkout-container:first-child .cta,
.mce-menu-item .tiny-content .checkout-container:first-child iframe,
section.block .tiny-content .checkout-container:first-child .cta,
section.block .tiny-content .checkout-container:first-child iframe {
    margin-top: 6px
}

#tinymce .tiny-content .checkout-container:last-child,
.tiny-content .tiny-content .checkout-container:last-child,
.mce-menu-item .tiny-content .checkout-container:last-child,
section.block .tiny-content .checkout-container:last-child {
    margin-bottom: -6px;
    padding-bottom: 0
}

#tinymce .tiny-content .checkout-container:last-child .cta,
#tinymce .tiny-content .checkout-container:last-child iframe,
.tiny-content .tiny-content .checkout-container:last-child .cta,
.tiny-content .tiny-content .checkout-container:last-child iframe,
.mce-menu-item .tiny-content .checkout-container:last-child .cta,
.mce-menu-item .tiny-content .checkout-container:last-child iframe,
section.block .tiny-content .checkout-container:last-child .cta,
section.block .tiny-content .checkout-container:last-child iframe {
    margin-bottom: 6px
}

#tinymce li,
.tiny-content li,
.mce-menu-item li,
section.block li {
    font-size: 20px;
    min-height: 20px;
    font-weight: 500;
    line-height: 1.4;
    padding-bottom: px;
    font-family: 'Manrope', sans-serif;
    letter-spacing: -0.5px
}

#tinymce .tiny-content li:first-child,
.tiny-content .tiny-content li:first-child,
.mce-menu-item .tiny-content li:first-child,
section.block .tiny-content li:first-child {
    margin-top: -6px
}

#tinymce .tiny-content li:first-child .cta,
#tinymce .tiny-content li:first-child iframe,
.tiny-content .tiny-content li:first-child .cta,
.tiny-content .tiny-content li:first-child iframe,
.mce-menu-item .tiny-content li:first-child .cta,
.mce-menu-item .tiny-content li:first-child iframe,
section.block .tiny-content li:first-child .cta,
section.block .tiny-content li:first-child iframe {
    margin-top: 6px
}

#tinymce .tiny-content li:last-child,
.tiny-content .tiny-content li:last-child,
.mce-menu-item .tiny-content li:last-child,
section.block .tiny-content li:last-child {
    margin-bottom: -6px;
    padding-bottom: 0
}

#tinymce .tiny-content li:last-child .cta,
#tinymce .tiny-content li:last-child iframe,
.tiny-content .tiny-content li:last-child .cta,
.tiny-content .tiny-content li:last-child iframe,
.mce-menu-item .tiny-content li:last-child .cta,
.mce-menu-item .tiny-content li:last-child iframe,
section.block .tiny-content li:last-child .cta,
section.block .tiny-content li:last-child iframe {
    margin-bottom: 6px
}

#tinymce .haest-4,
.tiny-content .haest-4,
.mce-menu-item .haest-4,
section.block .haest-4 {
    font-size: 15px;
    min-height: 15px;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: px;
    font-family: 'Manrope', sans-serif;
    letter-spacing: -0.25px
}

#tinymce .tiny-content .haest-4:first-child,
.tiny-content .tiny-content .haest-4:first-child,
.mce-menu-item .tiny-content .haest-4:first-child,
section.block .tiny-content .haest-4:first-child {
    margin-top: -5.25px
}

#tinymce .tiny-content .haest-4:first-child .cta,
#tinymce .tiny-content .haest-4:first-child iframe,
.tiny-content .tiny-content .haest-4:first-child .cta,
.tiny-content .tiny-content .haest-4:first-child iframe,
.mce-menu-item .tiny-content .haest-4:first-child .cta,
.mce-menu-item .tiny-content .haest-4:first-child iframe,
section.block .tiny-content .haest-4:first-child .cta,
section.block .tiny-content .haest-4:first-child iframe {
    margin-top: 5.25px
}

#tinymce .tiny-content .haest-4:last-child,
.tiny-content .tiny-content .haest-4:last-child,
.mce-menu-item .tiny-content .haest-4:last-child,
section.block .tiny-content .haest-4:last-child {
    margin-bottom: -5.25px;
    padding-bottom: 0
}

#tinymce .tiny-content .haest-4:last-child .cta,
#tinymce .tiny-content .haest-4:last-child iframe,
.tiny-content .tiny-content .haest-4:last-child .cta,
.tiny-content .tiny-content .haest-4:last-child iframe,
.mce-menu-item .tiny-content .haest-4:last-child .cta,
.mce-menu-item .tiny-content .haest-4:last-child iframe,
section.block .tiny-content .haest-4:last-child .cta,
section.block .tiny-content .haest-4:last-child iframe {
    margin-bottom: 5.25px
}

#tinymce .mce-i-haest-4,
.tiny-content .mce-i-haest-4,
.mce-menu-item .mce-i-haest-4,
section.block .mce-i-haest-4 {
    font-size: 15px;
    min-height: 15px;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: px;
    font-family: 'Manrope', sans-serif;
    letter-spacing: -0.25px
}

#tinymce .tiny-content .mce-i-haest-4:first-child,
.tiny-content .tiny-content .mce-i-haest-4:first-child,
.mce-menu-item .tiny-content .mce-i-haest-4:first-child,
section.block .tiny-content .mce-i-haest-4:first-child {
    margin-top: -5.25px
}

#tinymce .tiny-content .mce-i-haest-4:first-child .cta,
#tinymce .tiny-content .mce-i-haest-4:first-child iframe,
.tiny-content .tiny-content .mce-i-haest-4:first-child .cta,
.tiny-content .tiny-content .mce-i-haest-4:first-child iframe,
.mce-menu-item .tiny-content .mce-i-haest-4:first-child .cta,
.mce-menu-item .tiny-content .mce-i-haest-4:first-child iframe,
section.block .tiny-content .mce-i-haest-4:first-child .cta,
section.block .tiny-content .mce-i-haest-4:first-child iframe {
    margin-top: 5.25px
}

#tinymce .tiny-content .mce-i-haest-4:last-child,
.tiny-content .tiny-content .mce-i-haest-4:last-child,
.mce-menu-item .tiny-content .mce-i-haest-4:last-child,
section.block .tiny-content .mce-i-haest-4:last-child {
    margin-bottom: -5.25px;
    padding-bottom: 0
}

#tinymce .tiny-content .mce-i-haest-4:last-child .cta,
#tinymce .tiny-content .mce-i-haest-4:last-child iframe,
.tiny-content .tiny-content .mce-i-haest-4:last-child .cta,
.tiny-content .tiny-content .mce-i-haest-4:last-child iframe,
.mce-menu-item .tiny-content .mce-i-haest-4:last-child .cta,
.mce-menu-item .tiny-content .mce-i-haest-4:last-child iframe,
section.block .tiny-content .mce-i-haest-4:last-child .cta,
section.block .tiny-content .mce-i-haest-4:last-child iframe {
    margin-bottom: 5.25px
}

#tinymce .haest-5,
.tiny-content .haest-5,
.mce-menu-item .haest-5,
section.block .haest-5 {
    font-size: 15px;
    min-height: 15px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: px;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 2px
}

#tinymce .tiny-content .haest-5:first-child,
.tiny-content .tiny-content .haest-5:first-child,
.mce-menu-item .tiny-content .haest-5:first-child,
section.block .tiny-content .haest-5:first-child {
    margin-top: -5.25px
}

#tinymce .tiny-content .haest-5:first-child .cta,
#tinymce .tiny-content .haest-5:first-child iframe,
.tiny-content .tiny-content .haest-5:first-child .cta,
.tiny-content .tiny-content .haest-5:first-child iframe,
.mce-menu-item .tiny-content .haest-5:first-child .cta,
.mce-menu-item .tiny-content .haest-5:first-child iframe,
section.block .tiny-content .haest-5:first-child .cta,
section.block .tiny-content .haest-5:first-child iframe {
    margin-top: 5.25px
}

#tinymce .tiny-content .haest-5:last-child,
.tiny-content .tiny-content .haest-5:last-child,
.mce-menu-item .tiny-content .haest-5:last-child,
section.block .tiny-content .haest-5:last-child {
    margin-bottom: -5.25px;
    padding-bottom: 0
}

#tinymce .tiny-content .haest-5:last-child .cta,
#tinymce .tiny-content .haest-5:last-child iframe,
.tiny-content .tiny-content .haest-5:last-child .cta,
.tiny-content .tiny-content .haest-5:last-child iframe,
.mce-menu-item .tiny-content .haest-5:last-child .cta,
.mce-menu-item .tiny-content .haest-5:last-child iframe,
section.block .tiny-content .haest-5:last-child .cta,
section.block .tiny-content .haest-5:last-child iframe {
    margin-bottom: 5.25px
}

#tinymce .mce-i-haest-5,
.tiny-content .mce-i-haest-5,
.mce-menu-item .mce-i-haest-5,
section.block .mce-i-haest-5 {
    font-size: 15px;
    min-height: 15px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: px;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 2px
}

#tinymce .tiny-content .mce-i-haest-5:first-child,
.tiny-content .tiny-content .mce-i-haest-5:first-child,
.mce-menu-item .tiny-content .mce-i-haest-5:first-child,
section.block .tiny-content .mce-i-haest-5:first-child {
    margin-top: -5.25px
}

#tinymce .tiny-content .mce-i-haest-5:first-child .cta,
#tinymce .tiny-content .mce-i-haest-5:first-child iframe,
.tiny-content .tiny-content .mce-i-haest-5:first-child .cta,
.tiny-content .tiny-content .mce-i-haest-5:first-child iframe,
.mce-menu-item .tiny-content .mce-i-haest-5:first-child .cta,
.mce-menu-item .tiny-content .mce-i-haest-5:first-child iframe,
section.block .tiny-content .mce-i-haest-5:first-child .cta,
section.block .tiny-content .mce-i-haest-5:first-child iframe {
    margin-top: 5.25px
}

#tinymce .tiny-content .mce-i-haest-5:last-child,
.tiny-content .tiny-content .mce-i-haest-5:last-child,
.mce-menu-item .tiny-content .mce-i-haest-5:last-child,
section.block .tiny-content .mce-i-haest-5:last-child {
    margin-bottom: -5.25px;
    padding-bottom: 0
}

#tinymce .tiny-content .mce-i-haest-5:last-child .cta,
#tinymce .tiny-content .mce-i-haest-5:last-child iframe,
.tiny-content .tiny-content .mce-i-haest-5:last-child .cta,
.tiny-content .tiny-content .mce-i-haest-5:last-child iframe,
.mce-menu-item .tiny-content .mce-i-haest-5:last-child .cta,
.mce-menu-item .tiny-content .mce-i-haest-5:last-child iframe,
section.block .tiny-content .mce-i-haest-5:last-child .cta,
section.block .tiny-content .mce-i-haest-5:last-child iframe {
    margin-bottom: 5.25px
}

#tinymce .haest-6,
.tiny-content .haest-6,
.mce-menu-item .haest-6,
section.block .haest-6 {
    font-size: 20px;
    min-height: 20px;
    font-weight: 400;
    line-height: 1.4;
    padding-bottom: px;
    font-family: 'PT Serif', serif;
    letter-spacing: 1px
}

#tinymce .tiny-content .haest-6:first-child,
.tiny-content .tiny-content .haest-6:first-child,
.mce-menu-item .tiny-content .haest-6:first-child,
section.block .tiny-content .haest-6:first-child {
    margin-top: -6px
}

#tinymce .tiny-content .haest-6:first-child .cta,
#tinymce .tiny-content .haest-6:first-child iframe,
.tiny-content .tiny-content .haest-6:first-child .cta,
.tiny-content .tiny-content .haest-6:first-child iframe,
.mce-menu-item .tiny-content .haest-6:first-child .cta,
.mce-menu-item .tiny-content .haest-6:first-child iframe,
section.block .tiny-content .haest-6:first-child .cta,
section.block .tiny-content .haest-6:first-child iframe {
    margin-top: 6px
}

#tinymce .tiny-content .haest-6:last-child,
.tiny-content .tiny-content .haest-6:last-child,
.mce-menu-item .tiny-content .haest-6:last-child,
section.block .tiny-content .haest-6:last-child {
    margin-bottom: -6px;
    padding-bottom: 0
}

#tinymce .tiny-content .haest-6:last-child .cta,
#tinymce .tiny-content .haest-6:last-child iframe,
.tiny-content .tiny-content .haest-6:last-child .cta,
.tiny-content .tiny-content .haest-6:last-child iframe,
.mce-menu-item .tiny-content .haest-6:last-child .cta,
.mce-menu-item .tiny-content .haest-6:last-child iframe,
section.block .tiny-content .haest-6:last-child .cta,
section.block .tiny-content .haest-6:last-child iframe {
    margin-bottom: 6px
}

#tinymce .mce-i-haest-6,
.tiny-content .mce-i-haest-6,
.mce-menu-item .mce-i-haest-6,
section.block .mce-i-haest-6 {
    font-size: 20px;
    min-height: 20px;
    font-weight: 400;
    line-height: 1.4;
    padding-bottom: px;
    font-family: 'PT Serif', serif;
    letter-spacing: 1px
}

#tinymce .tiny-content .mce-i-haest-6:first-child,
.tiny-content .tiny-content .mce-i-haest-6:first-child,
.mce-menu-item .tiny-content .mce-i-haest-6:first-child,
section.block .tiny-content .mce-i-haest-6:first-child {
    margin-top: -6px
}

#tinymce .tiny-content .mce-i-haest-6:first-child .cta,
#tinymce .tiny-content .mce-i-haest-6:first-child iframe,
.tiny-content .tiny-content .mce-i-haest-6:first-child .cta,
.tiny-content .tiny-content .mce-i-haest-6:first-child iframe,
.mce-menu-item .tiny-content .mce-i-haest-6:first-child .cta,
.mce-menu-item .tiny-content .mce-i-haest-6:first-child iframe,
section.block .tiny-content .mce-i-haest-6:first-child .cta,
section.block .tiny-content .mce-i-haest-6:first-child iframe {
    margin-top: 6px
}

#tinymce .tiny-content .mce-i-haest-6:last-child,
.tiny-content .tiny-content .mce-i-haest-6:last-child,
.mce-menu-item .tiny-content .mce-i-haest-6:last-child,
section.block .tiny-content .mce-i-haest-6:last-child {
    margin-bottom: -6px;
    padding-bottom: 0
}

#tinymce .tiny-content .mce-i-haest-6:last-child .cta,
#tinymce .tiny-content .mce-i-haest-6:last-child iframe,
.tiny-content .tiny-content .mce-i-haest-6:last-child .cta,
.tiny-content .tiny-content .mce-i-haest-6:last-child iframe,
.mce-menu-item .tiny-content .mce-i-haest-6:last-child .cta,
.mce-menu-item .tiny-content .mce-i-haest-6:last-child iframe,
section.block .tiny-content .mce-i-haest-6:last-child .cta,
section.block .tiny-content .mce-i-haest-6:last-child iframe {
    margin-bottom: 6px
}

#tinymce .haest-7,
.tiny-content .haest-7,
.mce-menu-item .haest-7,
section.block .haest-7 {
    font-size: 20px;
    min-height: 20px;
    font-weight: 400;
    line-height: 1.4;
    padding-bottom: px;
    font-family: 'PT Serif', serif;
    letter-spacing: -0.5px
}

#tinymce .tiny-content .haest-7:first-child,
.tiny-content .tiny-content .haest-7:first-child,
.mce-menu-item .tiny-content .haest-7:first-child,
section.block .tiny-content .haest-7:first-child {
    margin-top: -6px
}

#tinymce .tiny-content .haest-7:first-child .cta,
#tinymce .tiny-content .haest-7:first-child iframe,
.tiny-content .tiny-content .haest-7:first-child .cta,
.tiny-content .tiny-content .haest-7:first-child iframe,
.mce-menu-item .tiny-content .haest-7:first-child .cta,
.mce-menu-item .tiny-content .haest-7:first-child iframe,
section.block .tiny-content .haest-7:first-child .cta,
section.block .tiny-content .haest-7:first-child iframe {
    margin-top: 6px
}

#tinymce .tiny-content .haest-7:last-child,
.tiny-content .tiny-content .haest-7:last-child,
.mce-menu-item .tiny-content .haest-7:last-child,
section.block .tiny-content .haest-7:last-child {
    margin-bottom: -6px;
    padding-bottom: 0
}

#tinymce .tiny-content .haest-7:last-child .cta,
#tinymce .tiny-content .haest-7:last-child iframe,
.tiny-content .tiny-content .haest-7:last-child .cta,
.tiny-content .tiny-content .haest-7:last-child iframe,
.mce-menu-item .tiny-content .haest-7:last-child .cta,
.mce-menu-item .tiny-content .haest-7:last-child iframe,
section.block .tiny-content .haest-7:last-child .cta,
section.block .tiny-content .haest-7:last-child iframe {
    margin-bottom: 6px
}

#tinymce .mce-i-haest-7,
.tiny-content .mce-i-haest-7,
.mce-menu-item .mce-i-haest-7,
section.block .mce-i-haest-7 {
    font-size: 20px;
    min-height: 20px;
    font-weight: 400;
    line-height: 1.4;
    padding-bottom: px;
    font-family: 'PT Serif', serif;
    letter-spacing: -0.5px
}

#tinymce .tiny-content .mce-i-haest-7:first-child,
.tiny-content .tiny-content .mce-i-haest-7:first-child,
.mce-menu-item .tiny-content .mce-i-haest-7:first-child,
section.block .tiny-content .mce-i-haest-7:first-child {
    margin-top: -6px
}

#tinymce .tiny-content .mce-i-haest-7:first-child .cta,
#tinymce .tiny-content .mce-i-haest-7:first-child iframe,
.tiny-content .tiny-content .mce-i-haest-7:first-child .cta,
.tiny-content .tiny-content .mce-i-haest-7:first-child iframe,
.mce-menu-item .tiny-content .mce-i-haest-7:first-child .cta,
.mce-menu-item .tiny-content .mce-i-haest-7:first-child iframe,
section.block .tiny-content .mce-i-haest-7:first-child .cta,
section.block .tiny-content .mce-i-haest-7:first-child iframe {
    margin-top: 6px
}

#tinymce .tiny-content .mce-i-haest-7:last-child,
.tiny-content .tiny-content .mce-i-haest-7:last-child,
.mce-menu-item .tiny-content .mce-i-haest-7:last-child,
section.block .tiny-content .mce-i-haest-7:last-child {
    margin-bottom: -6px;
    padding-bottom: 0
}

#tinymce .tiny-content .mce-i-haest-7:last-child .cta,
#tinymce .tiny-content .mce-i-haest-7:last-child iframe,
.tiny-content .tiny-content .mce-i-haest-7:last-child .cta,
.tiny-content .tiny-content .mce-i-haest-7:last-child iframe,
.mce-menu-item .tiny-content .mce-i-haest-7:last-child .cta,
.mce-menu-item .tiny-content .mce-i-haest-7:last-child iframe,
section.block .tiny-content .mce-i-haest-7:last-child .cta,
section.block .tiny-content .mce-i-haest-7:last-child iframe {
    margin-bottom: 6px
}

#tinymce label,
.tiny-content label,
.mce-menu-item label,
section.block label {
    font-size: 15px;
    min-height: 15px;
    font-weight: 500;
    line-height: 1.4;
    padding-bottom: px;
    font-family: 'Manrope', sans-serif;
    letter-spacing: -0.4px
}

#tinymce .tiny-content label:first-child,
.tiny-content .tiny-content label:first-child,
.mce-menu-item .tiny-content label:first-child,
section.block .tiny-content label:first-child {
    margin-top: -4.5px
}

#tinymce .tiny-content label:first-child .cta,
#tinymce .tiny-content label:first-child iframe,
.tiny-content .tiny-content label:first-child .cta,
.tiny-content .tiny-content label:first-child iframe,
.mce-menu-item .tiny-content label:first-child .cta,
.mce-menu-item .tiny-content label:first-child iframe,
section.block .tiny-content label:first-child .cta,
section.block .tiny-content label:first-child iframe {
    margin-top: 4.5px
}

#tinymce .tiny-content label:last-child,
.tiny-content .tiny-content label:last-child,
.mce-menu-item .tiny-content label:last-child,
section.block .tiny-content label:last-child {
    margin-bottom: -4.5px;
    padding-bottom: 0
}

#tinymce .tiny-content label:last-child .cta,
#tinymce .tiny-content label:last-child iframe,
.tiny-content .tiny-content label:last-child .cta,
.tiny-content .tiny-content label:last-child iframe,
.mce-menu-item .tiny-content label:last-child .cta,
.mce-menu-item .tiny-content label:last-child iframe,
section.block .tiny-content label:last-child .cta,
section.block .tiny-content label:last-child iframe {
    margin-bottom: 4.5px
}

@media screen and (max-width:668px) {
    section.block {}

    section.block .haest-0 {
        font-size: 40px;
        min-height: 40px;
        line-height: 1.1;
        margin-bottom: px;
        letter-spacing: -1px
    }

    section.block .tiny-content .haest-0:first-child {
        margin-top: -6px
    }

    section.block .tiny-content .haest-0:first-child .cta,
    section.block .tiny-content .haest-0:first-child iframe {
        margin-top: 6px
    }

    section.block .tiny-content .haest-0:last-child {
        margin-bottom: -6px;
        padding-bottom: 0
    }

    section.block .tiny-content .haest-0:last-child .cta,
    section.block .tiny-content .haest-0:last-child iframe {
        margin-bottom: 6px
    }

    section.block .mce-i-haest-0 {
        font-size: 40px;
        min-height: 40px;
        line-height: 1.1;
        margin-bottom: px;
        letter-spacing: -1px
    }

    section.block .tiny-content .mce-i-haest-0:first-child {
        margin-top: -6px
    }

    section.block .tiny-content .mce-i-haest-0:first-child .cta,
    section.block .tiny-content .mce-i-haest-0:first-child iframe {
        margin-top: 6px
    }

    section.block .tiny-content .mce-i-haest-0:last-child {
        margin-bottom: -6px;
        padding-bottom: 0
    }

    section.block .tiny-content .mce-i-haest-0:last-child .cta,
    section.block .tiny-content .mce-i-haest-0:last-child iframe {
        margin-bottom: 6px
    }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    min-height: -webkit-fill-available;
    min-height: 100vh
}

body {
    margin: 0;
    min-height: -webkit-fill-available;
    min-height: 100vh;
    overflow-y: scroll
}

body.hide-cursor {
    cursor: none !important
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[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 {
    border-style: none;
    padding: 0
}

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

fieldset {
    padding: 0.35em 0.75em 0.625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

ul {
    margin: 0px;
    padding: 0px
}

.keen-slider {
    display: flex !important;
    overflow: visible;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    grid-gap: 0px !important
}

.keen-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    transition: none !important
}

.keen-slider[data-keen-slider-v] {
    flex-wrap: wrap
}

.keen-slider[data-keen-slider-v] .keen-slide {
    width: 100%
}

.keen-slider[data-keen-slider-moves] * {
    pointer-events: none
}

body.front-end {
    background-color: #111
}

body.loading {
    cursor: wait
}

body.loading * {
    cursor: wait
}

main {
    position: relative;
    min-height: 100vh;
    background-color: transparent;
    transition: background-color 0.4s
}

.blocks-wrapper {
    display: flex;
    position: relative;
    width: 100%
}

.blocks-wrapper .blocks-wrapper-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    background-color: transparent
}

.block {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: -1px
}

.inner-container {
    width: 100%;
    position: relative;
    z-index: 2
}

.block {
    padding: 180px 0px
}

@media screen and (max-width:1440px) {
    .block {
        padding: 12.5vw 0px
    }
}

@media screen and (max-width:850px) {
    .block {
        padding: 120px 0px
    }
}

.block.reduced-padding {
    padding-bottom: calc(180px * 0.6)
}

@media screen and (max-width:1440px) {
    .block.reduced-padding {
        padding-bottom: calc(12.5vw * 0.6)
    }
}

@media screen and (max-width:850px) {
    .block.reduced-padding {
        padding-bottom: calc(120px * 0.75)
    }
}

.block--bg-none {
    padding: 0px
}

.inner-blocks {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.inner-blocks section.block {
    background-color: transparent
}

.inner-blocks section.block .inner-container {
    padding: 0px
}

.inner-blocks section.block:first-child {
    padding-top: 0px
}

.inner-blocks section.block:last-child {
    padding-bottom: 0px !important
}

.inner-blocks section.block+section.block {
    padding-top: 0px !important
}

.inner-container {
    padding: 0px 70px
}

@media screen and (max-width:1050px) {
    .inner-container {
        padding: 0px 20px
    }
}

.block--bg-primary {
    background-color: #ffffff
}

.block--bg-primary+.block--bg-primary {
    padding-top: 0px
}

.block--bg-secondary {
    background-color: #f9f9f9
}

.block--bg-secondary+.block--bg-secondary {
    padding-top: 0px
}

.block--bg-tertiary {
    background-color: #111111
}

.block--bg-tertiary+.block--bg-tertiary {
    padding-top: 0px
}

.inner-container .bg-container {
    width: 100%;
    padding: px px;
    border-radius: 0px;
    overflow: hidden
}

@media screen and (max-width:1440px) {
    .inner-container--wide .bg-container {
        padding: px / 5000px * 100vw px / 5000px * 100vw
    }
}

@media screen and (max-width:850px) {
    .inner-container .bg-container {
        padding: px px
    }
}

.bg-container--bg-primary {
    background-color: #ffffff
}

.bg-container--bg-secondary {
    background-color: #f9f9f9
}

.bg-container--bg-tertiary {
    background-color: #111111
}

.inner-container {
    max-width: calc(100% + (2 * 70px))
}

.inner-container--wide {
    max-width: calc(5000px + (2 * 70px))
}

.inner-container--medium {
    max-width: calc(1500px + (2 * 70px))
}

.inner-container--narrow {
    max-width: calc(1000px + (2 * 70px))
}

.columns--2-20 {
    grid-template-columns: 20fr 80fr
}

@media screen and (max-width:850px) {
    .columns--2-20 {
        grid-template-columns: 1fr
    }
}

.columns--2-21 {
    grid-template-columns: 21fr 79fr
}

@media screen and (max-width:850px) {
    .columns--2-21 {
        grid-template-columns: 1fr
    }
}

.columns--2-22 {
    grid-template-columns: 22fr 78fr
}

@media screen and (max-width:850px) {
    .columns--2-22 {
        grid-template-columns: 1fr
    }
}

.columns--2-23 {
    grid-template-columns: 23fr 77fr
}

@media screen and (max-width:850px) {
    .columns--2-23 {
        grid-template-columns: 1fr
    }
}

.columns--2-24 {
    grid-template-columns: 24fr 76fr
}

@media screen and (max-width:850px) {
    .columns--2-24 {
        grid-template-columns: 1fr
    }
}

.columns--2-25 {
    grid-template-columns: 25fr 75fr
}

@media screen and (max-width:850px) {
    .columns--2-25 {
        grid-template-columns: 1fr
    }
}

.columns--2-26 {
    grid-template-columns: 26fr 74fr
}

@media screen and (max-width:850px) {
    .columns--2-26 {
        grid-template-columns: 1fr
    }
}

.columns--2-27 {
    grid-template-columns: 27fr 73fr
}

@media screen and (max-width:850px) {
    .columns--2-27 {
        grid-template-columns: 1fr
    }
}

.columns--2-28 {
    grid-template-columns: 28fr 72fr
}

@media screen and (max-width:850px) {
    .columns--2-28 {
        grid-template-columns: 1fr
    }
}

.columns--2-29 {
    grid-template-columns: 29fr 71fr
}

@media screen and (max-width:850px) {
    .columns--2-29 {
        grid-template-columns: 1fr
    }
}

.columns--2-30 {
    grid-template-columns: 30fr 70fr
}

@media screen and (max-width:850px) {
    .columns--2-30 {
        grid-template-columns: 1fr
    }
}

.columns--2-31 {
    grid-template-columns: 31fr 69fr
}

@media screen and (max-width:850px) {
    .columns--2-31 {
        grid-template-columns: 1fr
    }
}

.columns--2-32 {
    grid-template-columns: 32fr 68fr
}

@media screen and (max-width:850px) {
    .columns--2-32 {
        grid-template-columns: 1fr
    }
}

.columns--2-33 {
    grid-template-columns: 33fr 67fr
}

@media screen and (max-width:850px) {
    .columns--2-33 {
        grid-template-columns: 1fr
    }
}

.columns--2-34 {
    grid-template-columns: 34fr 66fr
}

@media screen and (max-width:850px) {
    .columns--2-34 {
        grid-template-columns: 1fr
    }
}

.columns--2-35 {
    grid-template-columns: 35fr 65fr
}

@media screen and (max-width:850px) {
    .columns--2-35 {
        grid-template-columns: 1fr
    }
}

.columns--2-36 {
    grid-template-columns: 36fr 64fr
}

@media screen and (max-width:850px) {
    .columns--2-36 {
        grid-template-columns: 1fr
    }
}

.columns--2-37 {
    grid-template-columns: 37fr 63fr
}

@media screen and (max-width:850px) {
    .columns--2-37 {
        grid-template-columns: 1fr
    }
}

.columns--2-38 {
    grid-template-columns: 38fr 62fr
}

@media screen and (max-width:850px) {
    .columns--2-38 {
        grid-template-columns: 1fr
    }
}

.columns--2-39 {
    grid-template-columns: 39fr 61fr
}

@media screen and (max-width:850px) {
    .columns--2-39 {
        grid-template-columns: 1fr
    }
}

.columns--2-40 {
    grid-template-columns: 40fr 60fr
}

@media screen and (max-width:850px) {
    .columns--2-40 {
        grid-template-columns: 1fr
    }
}

.columns--2-41 {
    grid-template-columns: 41fr 59fr
}

@media screen and (max-width:850px) {
    .columns--2-41 {
        grid-template-columns: 1fr
    }
}

.columns--2-42 {
    grid-template-columns: 42fr 58fr
}

@media screen and (max-width:850px) {
    .columns--2-42 {
        grid-template-columns: 1fr
    }
}

.columns--2-43 {
    grid-template-columns: 43fr 57fr
}

@media screen and (max-width:850px) {
    .columns--2-43 {
        grid-template-columns: 1fr
    }
}

.columns--2-44 {
    grid-template-columns: 44fr 56fr
}

@media screen and (max-width:850px) {
    .columns--2-44 {
        grid-template-columns: 1fr
    }
}

.columns--2-45 {
    grid-template-columns: 45fr 55fr
}

@media screen and (max-width:850px) {
    .columns--2-45 {
        grid-template-columns: 1fr
    }
}

.columns--2-46 {
    grid-template-columns: 46fr 54fr
}

@media screen and (max-width:850px) {
    .columns--2-46 {
        grid-template-columns: 1fr
    }
}

.columns--2-47 {
    grid-template-columns: 47fr 53fr
}

@media screen and (max-width:850px) {
    .columns--2-47 {
        grid-template-columns: 1fr
    }
}

.columns--2-48 {
    grid-template-columns: 48fr 52fr
}

@media screen and (max-width:850px) {
    .columns--2-48 {
        grid-template-columns: 1fr
    }
}

.columns--2-49 {
    grid-template-columns: 49fr 51fr
}

@media screen and (max-width:850px) {
    .columns--2-49 {
        grid-template-columns: 1fr
    }
}

.columns--2-50 {
    grid-template-columns: 50fr 50fr
}

@media screen and (max-width:850px) {
    .columns--2-50 {
        grid-template-columns: 1fr
    }
}

.columns--2-51 {
    grid-template-columns: 51fr 49fr
}

@media screen and (max-width:850px) {
    .columns--2-51 {
        grid-template-columns: 1fr
    }
}

.columns--2-52 {
    grid-template-columns: 52fr 48fr
}

@media screen and (max-width:850px) {
    .columns--2-52 {
        grid-template-columns: 1fr
    }
}

.columns--2-53 {
    grid-template-columns: 53fr 47fr
}

@media screen and (max-width:850px) {
    .columns--2-53 {
        grid-template-columns: 1fr
    }
}

.columns--2-54 {
    grid-template-columns: 54fr 46fr
}

@media screen and (max-width:850px) {
    .columns--2-54 {
        grid-template-columns: 1fr
    }
}

.columns--2-55 {
    grid-template-columns: 55fr 45fr
}

@media screen and (max-width:850px) {
    .columns--2-55 {
        grid-template-columns: 1fr
    }
}

.columns--2-56 {
    grid-template-columns: 56fr 44fr
}

@media screen and (max-width:850px) {
    .columns--2-56 {
        grid-template-columns: 1fr
    }
}

.columns--2-57 {
    grid-template-columns: 57fr 43fr
}

@media screen and (max-width:850px) {
    .columns--2-57 {
        grid-template-columns: 1fr
    }
}

.columns--2-58 {
    grid-template-columns: 58fr 42fr
}

@media screen and (max-width:850px) {
    .columns--2-58 {
        grid-template-columns: 1fr
    }
}

.columns--2-59 {
    grid-template-columns: 59fr 41fr
}

@media screen and (max-width:850px) {
    .columns--2-59 {
        grid-template-columns: 1fr
    }
}

.columns--2-60 {
    grid-template-columns: 60fr 40fr
}

@media screen and (max-width:850px) {
    .columns--2-60 {
        grid-template-columns: 1fr
    }
}

.columns--2-61 {
    grid-template-columns: 61fr 39fr
}

@media screen and (max-width:850px) {
    .columns--2-61 {
        grid-template-columns: 1fr
    }
}

.columns--2-62 {
    grid-template-columns: 62fr 38fr
}

@media screen and (max-width:850px) {
    .columns--2-62 {
        grid-template-columns: 1fr
    }
}

.columns--2-63 {
    grid-template-columns: 63fr 37fr
}

@media screen and (max-width:850px) {
    .columns--2-63 {
        grid-template-columns: 1fr
    }
}

.columns--2-64 {
    grid-template-columns: 64fr 36fr
}

@media screen and (max-width:850px) {
    .columns--2-64 {
        grid-template-columns: 1fr
    }
}

.columns--2-65 {
    grid-template-columns: 65fr 35fr
}

@media screen and (max-width:850px) {
    .columns--2-65 {
        grid-template-columns: 1fr
    }
}

.columns--2-66 {
    grid-template-columns: 66fr 34fr
}

@media screen and (max-width:850px) {
    .columns--2-66 {
        grid-template-columns: 1fr
    }
}

.columns--2-67 {
    grid-template-columns: 67fr 33fr
}

@media screen and (max-width:850px) {
    .columns--2-67 {
        grid-template-columns: 1fr
    }
}

.columns--2-68 {
    grid-template-columns: 68fr 32fr
}

@media screen and (max-width:850px) {
    .columns--2-68 {
        grid-template-columns: 1fr
    }
}

.columns--2-69 {
    grid-template-columns: 69fr 31fr
}

@media screen and (max-width:850px) {
    .columns--2-69 {
        grid-template-columns: 1fr
    }
}

.columns--2-70 {
    grid-template-columns: 70fr 30fr
}

@media screen and (max-width:850px) {
    .columns--2-70 {
        grid-template-columns: 1fr
    }
}

.columns--2-71 {
    grid-template-columns: 71fr 29fr
}

@media screen and (max-width:850px) {
    .columns--2-71 {
        grid-template-columns: 1fr
    }
}

.columns--2-72 {
    grid-template-columns: 72fr 28fr
}

@media screen and (max-width:850px) {
    .columns--2-72 {
        grid-template-columns: 1fr
    }
}

.columns--2-73 {
    grid-template-columns: 73fr 27fr
}

@media screen and (max-width:850px) {
    .columns--2-73 {
        grid-template-columns: 1fr
    }
}

.columns--2-74 {
    grid-template-columns: 74fr 26fr
}

@media screen and (max-width:850px) {
    .columns--2-74 {
        grid-template-columns: 1fr
    }
}

.columns--2-75 {
    grid-template-columns: 75fr 25fr
}

@media screen and (max-width:850px) {
    .columns--2-75 {
        grid-template-columns: 1fr
    }
}

.columns--2-76 {
    grid-template-columns: 76fr 24fr
}

@media screen and (max-width:850px) {
    .columns--2-76 {
        grid-template-columns: 1fr
    }
}

.columns--2-77 {
    grid-template-columns: 77fr 23fr
}

@media screen and (max-width:850px) {
    .columns--2-77 {
        grid-template-columns: 1fr
    }
}

.columns--2-78 {
    grid-template-columns: 78fr 22fr
}

@media screen and (max-width:850px) {
    .columns--2-78 {
        grid-template-columns: 1fr
    }
}

.columns--2-79 {
    grid-template-columns: 79fr 21fr
}

@media screen and (max-width:850px) {
    .columns--2-79 {
        grid-template-columns: 1fr
    }
}

.columns--2-80 {
    grid-template-columns: 80fr 20fr
}

@media screen and (max-width:850px) {
    .columns--2-80 {
        grid-template-columns: 1fr
    }
}

.gap--xl {
    grid-gap: 180px
}

.gap--l {
    grid-gap: 120px
}

.gap--m {
    grid-gap: 60px
}

.gap--s {
    grid-gap: 30px
}

.columns--2 {
    grid-template-columns: 1fr 1fr
}

.columns--3 {
    grid-template-columns: 1fr 1fr 1fr
}

.columns--4 {
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.columns--5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.columns--6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
}

@media screen and (max-width:5000px) {
    .gap--xl {
        grid-gap: 3.6vw
    }

    .gap--l {
        grid-gap: 2.4vw
    }

    .gap--m {
        grid-gap: 1.2vw
    }

    .gap--s {
        grid-gap: 0.6vw
    }
}

@media screen and (max-width:850px) {

    .columns--2,
    .columns--3 {
        grid-template-columns: 1fr
    }

    .columns--4,
    .columns--5,
    .columns--6 {
        grid-template-columns: 1fr 1fr
    }

    .gap--xl,
    .gap--l,
    .gap--m {
        grid-gap: calc(120px * 0.8)
    }

    .gap--s {
        grid-gap: calc(30px * 0.75)
    }
}

body .rb-cookie-notice {
    position: fixed;
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    bottom: 24px;
    left: auto;
    right: 24px;
    width: 360px;
    max-width: 100%;
    padding: 30px;
    z-index: 9 !important;
    border-radius: 5px;
    box-shadow: none;
    background-color: rgba(232, 233, 230, 0.95);
    overflow: hidden;
    opacity: 0;
    font-family: "Baloo 2", cursive;
    transition: opacity 0.4s;
    backdrop-filter: blur(4px);
    color: #111111
}

body .rb-cookie-notice p {
    font-size: 15px;
    line-height: 1.33;
    color: #5a6145
}

body .rb-cookie-notice p a {
    text-decoration: underline;
    white-space: nowrap
}

body .rb-cookie-notice.show {
    display: flex;
    opacity: 1
}

body .rb-cookie-notice.fade-out {
    opacity: 0
}

body .rb-cookie-notice svg {
    display: none
}

body .rb-cookie-notice .cookie-icon {
    padding-bottom: 18px
}

body .rb-cookie-notice .cookie-icon:after {
    content: "Cookies";
    font-size: 20px;
    color: #111111;
    font-weight: 500;
    letter-spacing: -0.25px
}

body .rb-cookie-notice .cookie-actions {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 20px
}

@media screen and (max-width:481px) {
    body .rb-cookie-notice .cookie-actions {
        padding-top: 16px
    }
}

body .rb-cookie-notice .cookie-actions .accept-cookie {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 12px 30px;
    color: #f3f2f7;
    border-radius: 5px;
    background-color: #111111;
    font-size: 18px;
    font-weight: 700
}

@media screen and (max-width:481px) {
    body .rb-cookie-notice .cookie-actions .accept-cookie {
        font-size: 15px
    }
}

body .rb-cookie-notice .cookie-actions .accept-cookie:hover {
    text-decoration: none
}

@media screen and (max-width:481px) {
    body .rb-cookie-notice {
        width: 100% !important;
        left: 0;
        bottom: 0;
        border-radius: 0;
        border-top: 0px solid #000 !important;
        padding: 20px 30px 20px 30px
    }

    body .rb-cookie-notice .cookie-icon {
        padding-bottom: 10px
    }

    body .rb-cookie-notice .cookie-icon:after {
        font-size: 18px
    }

    body .rb-cookie-notice .cookie-notice-container {
        padding-bottom: 0px
    }

    body .rb-cookie-notice p {
        font-size: 15px;
        line-height: 1.33;
        letter-spacing: -0.2px
    }
}

.adult-notice-container {
    position: fixed;
    z-index: 11;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    pointer-events: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity 0.4s
}

.adult-notice-container * {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.adult-notice-container .adult-notice {
    width: 390px;
    max-width: calc(100% - 20px - 20px);
    background-color: #111;
    border-radius: 30px;
    padding: 60px 40px 45px 40px
}

.adult-notice-container .tiny-content {
    color: #888
}

.adult-notice-container .tiny-content span {
    color: #fff
}

.adult-notice-container .tiny-content a.accept {
    overflow: hidden;
    margin: 60px 0px 25px 0px
}

.adult-notice-container .tiny-content a.accept span {
    position: relative;
    color: #111;
    z-index: 5
}

.adult-notice-container .tiny-content a.accept .default {
    display: flex;
    transform: translateY(0px);
    transition: all 0.2s ease 0s
}

.adult-notice-container .tiny-content a.accept .hover {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.2s ease 0s;
    transform: translateY(15px)
}

.adult-notice-container .tiny-content a.accept:hover .default,
.adult-notice-container .tiny-content a.accept.loading .default {
    opacity: 0;
    transform: translateY(-15px);
    transition: all 0.2s ease 0s
}

.adult-notice-container .tiny-content a.accept:hover .hover,
.adult-notice-container .tiny-content a.accept.loading .hover {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.2s ease 0s
}

.adult-notice-container .tiny-content a.accept .bg-1 {
    position: absolute;
    z-index: 2;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: width 0.4s
}

.adult-notice-container .tiny-content a.accept .bg-2 {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FCD97A 0%, #EF8B1A 50.29%, #682B07 100%);
    transition: width 0.4s
}

.adult-notice-container .tiny-content a.accept.loading .bg-1 {
    width: 0%;
    transition: width 1s
}

.adult-notice-container.show {
    display: flex;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: 100%;
    transition: all 0.4s
}

.adult-notice-container.fade-out {
    opacity: 0;
    transition: opacity 0.4s
}

body.disable-select,
body.disable-select * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body.disable-select picture,
body.disable-select picture *,
body.disable-select * picture,
body.disable-select * picture * {
    pointer-events: none
}

.rb-notifications-container {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 2
}

.rb-notifications-container .rb-notification {
    display: none;
    position: relative;
    width: 100%;
    min-height: 60px;
    padding: 0px 60px;
    background-color: #000000;
    color: #fff;
    border-bottom: 1px solid #ddd
}

@media screen and (max-width:481px) {
    .rb-notifications-container .rb-notification {
        padding: 0px 40px 0px 0px
    }
}

.rb-notifications-container .rb-notification .inner-container {
    text-align: center;
    margin: 0 auto
}

.rb-notifications-container .rb-notification .close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 60px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.6s
}

.rb-notifications-container .rb-notification .close:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transition: background-color 0.2s
}

.rb-notifications-container .rb-notification .close svg {
    width: 12px;
    height: 12px
}

    {
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all
}

:hover {
    transition: all
}

.cta-0,
body .mce-i-rb-cta-0 {
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: #111111;
    color: #f9f9f9;
    font-size: 20px;
    font-weight: 400;
    font-family: 'PT Serif', serif;
    ;
    border-radius: 30px;
    padding: 16px 40px;
    transition: all s
}

.cta-0:hover,
body .mce-i-rb-cta-0:hover {
    transition: all s
}

.cta-1,
body .mce-i-rb-cta-1 {
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: #111111;
    color: #f9f9f9;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    ;
    border-radius: 30px;
    padding: 16px 40px;
    transition: all s
}

.cta-1:hover,
body .mce-i-rb-cta-1:hover {
    transition: all s
}

.cta-2,
body .mce-i-rb-cta-2 {
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: #ffffff;
    color: #111111;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    ;
    box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.25);
    ;
    border-radius: 30px;
    padding: 0px 30px 0px 80px;
    background-image: url(data:image/svg+xml;base64,);
    background-size: 30px;
    background-position: 30px center;
    background-repeat: no-repeat;
    transition: all s
}

.cta-2:hover,
body .mce-i-rb-cta-2:hover {
    transition: all s
}

.cta-3,
body .mce-i-rb-cta-3 {
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: #ffffff;
    color: #111111;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    ;
    box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.25);
    ;
    border-radius: 30px;
    padding: 0px 30px 0px 80px;
    background-image: url(data:image/svg+xml;base64,);
    background-size: 30px;
    background-position: 30px center;
    background-repeat: no-repeat;
    transition: all s
}

.cta-3:hover,
body .mce-i-rb-cta-3:hover {
    transition: all s
}

.cta-4,
body .mce-i-rb-cta-4 {
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: #ffffff;
    color: #111111;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    ;
    border-radius: 30px;
    padding: 16px 40px;
    transition: all s
}

.cta-4:hover,
body .mce-i-rb-cta-4:hover {
    transition: all s
}

body .mce-i-rb-cta-0,
body .mce-i-rb-cta-1,
body .mce-i-rb-cta-2,
body .mce-i-rb-cta-3,
body .mce-i-rb-cta-4,
body .mce-i-rb-cta-5,
body .mce-i-rb-cta-6,
body .mce-i-rb-cta-7,
body .mce-i-rb-cta-8,
body .mce-i-rb-cta-9 {
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    padding: 18px 36px;
    height: auto;
    cursor: pointer;
    transition: background-color 0.6s ease 0s;
    box-sizing: border-box;
    width: 165px;
    padding: 18px 0;
    text-align: center;
    box-shadow: 0 0 0 28px #fff
}

body .mce-i-rb-cta-0:before,
body .mce-i-rb-cta-1:before,
body .mce-i-rb-cta-2:before,
body .mce-i-rb-cta-3:before,
body .mce-i-rb-cta-4:before,
body .mce-i-rb-cta-5:before,
body .mce-i-rb-cta-6:before,
body .mce-i-rb-cta-7:before,
body .mce-i-rb-cta-8:before,
body .mce-i-rb-cta-9:before {
    content: "Button"
}

body .mce-i-rb-cta-0+span,
body .mce-i-rb-cta-1+span,
body .mce-i-rb-cta-2+span,
body .mce-i-rb-cta-3+span,
body .mce-i-rb-cta-4+span,
body .mce-i-rb-cta-5+span,
body .mce-i-rb-cta-6+span,
body .mce-i-rb-cta-7+span,
body .mce-i-rb-cta-8+span,
body .mce-i-rb-cta-9+span {
    display: none
}

.cta-1,
.cta-4 {
    letter-spacing: 2px;
    text-transform: uppercase
}

.cta {
    white-space: nowrap
}

.cta+.cta {
    margin-left: 30px
}

@media screen and (max-width:481px) {
    .cta+.cta {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px
    }
}

body .block .cta-2,
body .block .cta-3 {
    line-height: 62px;
    height: 60px;
    text-transform: uppercase;
    letter-spacing: 2px
}

main {
    position: relative;
    background-color: #fff
}

main.to-primary {
    background-color: #ffffff
}

main.to-secondary {
    background-color: #f9f9f9
}

main.to-tertiary {
    background-color: #111111
}

main .blocks-wrapper {
    will-change: opacity
}

main .blocks-wrapper .blocks-wrapper-inner {
    will-change: transform
}

main .blocks-wrapper.transition-in-start {
    opacity: 0
}

main .blocks-wrapper.transition-in-start .blocks-wrapper-inner {
    transform: translateY(10px)
}

main .blocks-wrapper.transition-in-end {
    opacity: 1;
    transition: opacity 1.2s
}

main .blocks-wrapper.transition-in-end .blocks-wrapper-inner {
    transform: translateY(0px);
    transition: transform 0.6s
}

main .blocks-wrapper.transition-out {
    opacity: 0;
    transition: opacity 0.48s
}

main .blocks-wrapper.transition-out .blocks-wrapper-inner {
    transform: translateY(9px);
    transition: transform 0.48s
}

main .blocks-wrapper.transition-out-instant {
    transition: opacity 0.24s
}

main .blocks-wrapper.transition-out-instant .blocks-wrapper-inner {
    transition: transform 0.24s
}

body.front-end header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 11;
    height: 120px;
    background-color: transparent;
    width: 100%;
    transform: translateY(-100%);
    font-family: "Manrope", sans-serif
}

@media screen and (max-width:481px) {
    body.front-end header {
        height: 60px
    }
}

body.front-end header:after {
    content: "";
    background-color: #111;
    position: absolute;
    width: 100%;
    height: 60px;
    top: -60px;
    left: 0px;
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.175, 1)
}

body.front-end header .inner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%
}

body.front-end header .logo-container {
    display: flex;
    align-items: center;
    width: 100px;
    height: 100%;
    transition: all 0.4s ease 0.1s;
    opacity: 0
}

body.front-end header .logo-container svg {
    height: 100%
}

body.front-end header .logo-container svg * {
    transition: fill 0.4s
}

nav.desktop {
    display: flex;
    width: calc(100% - 50px);
    height: 100%
}

nav.desktop ul.desktop-menu {
    display: flex;
    height: 100%
}

nav.desktop ul.desktop-menu li {
    display: flex;
    height: 100%
}

nav.desktop ul.desktop-menu li a {
    display: flex;
    position: relative;
    align-items: center;
    padding: 0px 15px 0px 15px;
    white-space: nowrap;
    letter-spacing: -0.5px;
    font-size: 20px;
    font-weight: 600;
    transition: color 0.4s
}

@media screen and (max-width:1050px) {
    nav.desktop ul.desktop-menu li a {
        font-size: 15px;
        padding: 0px 10px
    }
}

nav.desktop ul.desktop-menu li.search {
    padding-top: 4px
}

nav.desktop.left ul.desktop-menu {
    margin-left: 25px
}

nav.desktop.left ul.desktop-menu a {
    cursor: none
}

nav.desktop.right {
    justify-content: flex-end;
    margin-left: 0px;
    margin-right: -15px;
    transition: all 0.6s cubic-bezier(0.55, 0, 0.175, 1)
}

nav.desktop.right .trigger-site-cart {
    position: relative;
    cursor: pointer
}

nav.desktop svg path {
    transition: fill 0.4s
}

.header-placeholder {
    width: 100%;
    height: 0px;
    display: flex;
    background-color: #fff;
    transition: height 0.4s
}

.header-placeholder.hide {
    height: 0
}

.mobile-menu-trigger {
    display: flex;
    position: relative;
    top: 0px;
    right: 0px;
    width: auto;
    height: 100%;
    cursor: none;
    align-items: center;
    justify-content: center;
    user-select: none;
    transition: transform 0.4s;
    margin-right: -12px;
    margin-top: -3px
}

@media screen and (max-width:850px) {
    .mobile-menu-trigger {
        margin-left: -14px
    }
}

.mobile-menu-trigger .hamburger-menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
    height: 48px;
    width: 48px;
    padding: 23px 14px 15px;
    background-color: transparent;
    transition: padding 0.4s
}

.mobile-menu-trigger .hamburger-menu span {
    background-color: #111;
    height: 2px;
    width: 100%;
    border-radius: 3px;
    opacity: 1;
    transform: rotate(0deg) translate3d(0px, 0px, 0);
    transition: transform 0.4s, width 0.4s, opacity 0.3s, background-color 0.4s
}

.mobile-menu-trigger--close .hamburger-menu span {
    background-color: #fff
}

.mobile-menu-trigger--close .hamburger-menu span:nth-of-type(1) {
    transform: rotate(45deg) translate3d(5px, 1px, 0);
    width: 110%
}

.mobile-menu-trigger--close .hamburger-menu span:nth-of-type(2) {
    transform: rotate(-45deg) translate3d(5px, -1px, 0);
    width: 110%
}

.mobile-menu-bg {
    display: flex;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 75vw;
    height: 100vh;
    background-color: rgba(25, 25, 25, 0.9);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    z-index: 10;
    cursor: none;
    transition: all 0.48s cubic-bezier(0.75, 0, 0.175, 1)
}

.mobile-menu-bg--hidden {
    transform: translateX(-75vw)
}

@media screen and (max-width:850px) {
    .mobile-menu-bg {
        width: 100vw;
        height: 110%;
        transform: translateX(-20px)
    }

    .mobile-menu-bg.mobile-menu-bg--hidden {
        box-shadow: none;
        transform: translateX(-100vw)
    }
}

.header-overlay {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: transparent rgba(0, 0, 0, 0.25);
    z-index: 10;
    cursor: none;
    transform: translateX(100%);
    transition: backdrop-filter 0.5s, transform 0s ease 0.4s
}

.header-overlay .bg-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(0px);
    opacity: 0;
    transition: all 0.48s cubic-bezier(0.75, 0, 0.175, 1)
}

.header-overlay.active {
    opacity: 1;
    transform: translateX(0px);
    transition: transform 0s ease 0s
}

.header-overlay.active .bg-color {
    opacity: 1
}

.mobile-menu-viewport {
    display: flex;
    position: fixed;
    top: 100px;
    left: 0px;
    width: 0px;
    height: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 11;
    font-family: "Manrope", sans-serif;
    transition: width 0s ease 0.4s, height 0s ease 0.4s
}

.mobile-menu-viewport--active {
    height: calc(100% - 100px);
    width: 75vw;
    overflow: auto;
    transition: all 0s
}

@media screen and (max-width:850px) {
    .mobile-menu-viewport--active {
        width: 100vw
    }
}

.mobile-menu-viewport .mobile-menu-container {
    display: flex;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    opacity: 1;
    transition: all 0s ease 0.4s;
    z-index: 4;
    padding: 0 70px
}

@media screen and (max-width:850px) {
    .mobile-menu-viewport .mobile-menu-container {
        padding: 0 20px
    }
}

.mobile-menu-viewport .mobile-menu-container--show {
    opacity: 1;
    min-height: 100%;
    height: 100%;
    width: 100%;
    transition: opacity 0.4s ease 0s
}

.mobile-menu-viewport .mobile-menu-container .inner-container {
    display: flex;
    position: static;
    flex-direction: column;
    align-items: flex-start;
    padding: 0
}

.mobile-menu-viewport .mobile-menu-container ul.menu {
    list-style: none;
    width: 100%
}

.mobile-menu-viewport .mobile-menu-container ul.menu li a {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: calc(20px + 1.1111111111111vw);
    min-height: calc(20px + 1.1111111111111vw);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: calc(-0.5px + -0.027777777777778vw);
    padding: 10px 0;
    color: #fff;
    cursor: none
}

.mobile-menu-viewport .mobile-menu-container ul.menu li a * {
    cursor: none
}

@media screen and (max-width:1050px) {
    .mobile-menu-viewport .mobile-menu-container ul.menu li a {
        cursor: auto
    }
}

.mobile-menu-viewport .mobile-menu-container ul.menu li a:hover {
    color: #888
}

.mobile-menu-viewport .mobile-menu-container ul.menu.mobile {
    display: none
}

.mobile-menu-viewport .socials-bottom {
    position: absolute;
    bottom: 45px;
    z-index: 10;
    left: 70px;
    transform: translateY(20px)
}

.mobile-menu-viewport .socials-bottom a {
    color: #888;
    font-size: 15px;
    line-height: 25px;
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    opacity: 0
}

.mobile-menu-viewport .socials-bottom a:hover {
    color: #fff
}

.mobile-menu-viewport .socials-bottom a:after {
    content: "/";
    padding: 0 5px
}

.mobile-menu-viewport .socials-bottom a:last-of-type:after {
    display: none
}

.mobile-menu-viewport--active .socials-bottom {
    transition: transform 0.48s ease 0.8s;
    transform: translateY(0px)
}

.mobile-menu-viewport--active .socials-bottom a {
    opacity: 1;
    transition: opacity 0.48s ease 0.8s
}

body.front-end ul.menu li {
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.24s
}

body.front-end ul.menu span {
    display: flex;
    will-change: transform;
    backface-visibility: hidden;
    transition: transform 0s ease 0.4s
}

body.front-end ul.menu :nth-child(1) span {
    transform: translateY(calc((25px + 1.11vw) + 1 * 5px))
}

body.front-end ul.menu :nth-child(2) span {
    transform: translateY(calc((25px + 1.11vw) + 2 * 5px))
}

body.front-end ul.menu :nth-child(3) span {
    transform: translateY(calc((25px + 1.11vw) + 3 * 5px))
}

body.front-end ul.menu :nth-child(4) span {
    transform: translateY(calc((25px + 1.11vw) + 4 * 5px))
}

body.front-end ul.menu :nth-child(5) span {
    transform: translateY(calc((25px + 1.11vw) + 5 * 5px))
}

body.front-end ul.menu :nth-child(6) span {
    transform: translateY(calc((25px + 1.11vw) + 6 * 5px))
}

body.front-end ul.menu :nth-child(7) span {
    transform: translateY(calc((25px + 1.11vw) + 7 * 5px))
}

body.front-end ul.menu :nth-child(8) span {
    transform: translateY(calc((25px + 1.11vw) + 8 * 5px))
}

body.front-end ul.menu :nth-child(9) span {
    transform: translateY(calc((25px + 1.11vw) + 9 * 5px))
}

body.front-end ul.menu :nth-child(10) span {
    transform: translateY(calc((25px + 1.11vw) + 10 * 5px))
}

@media screen and (max-width:850px) {
    body.front-end ul.menu :nth-child(1) span {
        transform: translateY(calc(40px + 1 * 4px))
    }

    body.front-end ul.menu :nth-child(2) span {
        transform: translateY(calc(40px + 2 * 4px))
    }

    body.front-end ul.menu :nth-child(3) span {
        transform: translateY(calc(40px + 3 * 4px))
    }

    body.front-end ul.menu :nth-child(4) span {
        transform: translateY(calc(40px + 4 * 4px))
    }

    body.front-end ul.menu :nth-child(5) span {
        transform: translateY(calc(40px + 5 * 4px))
    }

    body.front-end ul.menu :nth-child(6) span {
        transform: translateY(calc(40px + 6 * 4px))
    }

    body.front-end ul.menu :nth-child(7) span {
        transform: translateY(calc(40px + 7 * 4px))
    }

    body.front-end ul.menu :nth-child(8) span {
        transform: translateY(calc(40px + 8 * 4px))
    }

    body.front-end ul.menu :nth-child(9) span {
        transform: translateY(calc(40px + 9 * 4px))
    }

    body.front-end ul.menu :nth-child(10) span {
        transform: translateY(calc(40px + 10 * 4px))
    }
}

body.front-end .mobile-menu-container--show ul.menu li {
    opacity: 1
}

body.front-end .mobile-menu-container--show ul.menu li a {
    transition: color 0.2s
}

body.front-end .mobile-menu-container--show ul.menu li span {
    transform: translateY(0px)
}

body.front-end .mobile-menu-container--show ul.menu :nth-child(1) span {
    transition: transform 1s cubic-bezier(0.55, 0, 0.175, 1) 0.1s
}

body.front-end .mobile-menu-container--show ul.menu :nth-child(2) span {
    transition: transform 1s cubic-bezier(0.55, 0, 0.175, 1) 0.14s
}

body.front-end .mobile-menu-container--show ul.menu :nth-child(3) span {
    transition: transform 1s cubic-bezier(0.55, 0, 0.175, 1) 0.18s
}

body.front-end .mobile-menu-container--show ul.menu :nth-child(4) span {
    transition: transform 1s cubic-bezier(0.55, 0, 0.175, 1) 0.22s
}

body.front-end .mobile-menu-container--show ul.menu :nth-child(5) span {
    transition: transform 1s cubic-bezier(0.55, 0, 0.175, 1) 0.26s
}

body.front-end .mobile-menu-container--show ul.menu :nth-child(6) span {
    transition: transform 1s cubic-bezier(0.55, 0, 0.175, 1) 0.3s
}

@media screen and (max-width:850px) {
    header nav.desktop.left ul.desktop-menu {
        display: none
    }

    header nav.desktop.right .account,
    header nav.desktop.right .search {
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.4s
    }

    .mobile-menu-viewport {
        top: 80px
    }

    .mobile-menu-viewport--active {
        height: calc(100% - 80px)
    }

    .mobile-menu-viewport .mobile-menu-container ul.menu.mobile {
        display: flex;
        flex-direction: column
    }

    .mobile-menu-viewport .mobile-menu-container ul.menu.mobile li a {
        font-size: 30px;
        letter-spacing: -0.75px
    }

    .mobile-menu-viewport .mobile-menu-container ul.menu.slide-out {
        margin-top: 60px
    }

    .mobile-menu-viewport .mobile-menu-container ul.menu.slide-out li a {
        font-size: 20px;
        line-height: 1.4;
        padding: 5px 0;
        color: #888
    }

    .mobile-menu-viewport .mobile-menu-container--show {
        padding-bottom: 50px
    }

    .mobile-menu-viewport .socials-bottom {
        left: 20px;
        bottom: 20px;
        max-width: calc(100% - 20px - 20px)
    }
}

@media screen and (max-width:668px) {
    .mobile-menu-viewport {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .mobile-menu-viewport .mobile-menu-container {
        position: relative;
        height: auto;
        min-height: auto;
        overflow: visible;
        padding-top: 60px
    }

    .mobile-menu-viewport .mobile-menu-container ul.menu.slide-out {
        margin-top: 40px
    }

    .mobile-menu-viewport .socials-bottom {
        padding-top: 10px;
        position: relative
    }
}

body.front-end header.headroom {
    position: fixed;
    transition: transform 0.4s, height 0.2s, width 0.4s, padding 0.2s, box-shadow 0.2s, background-color 0.4s, border 0.4s;
    transform: translateY(0px);
    top: 0;
    left: 0
}

body.front-end header.headroom--not-top {
    transform: translateY(0px);
    height: 60px
}

body.front-end header.headroom--not-top:after {
    transform: translateY(60px);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.175, 1)
}

body.front-end header.headroom--pinned {
    transform: translateY(0px)
}

body.front-end header.headroom--unpinned {
    transition: transform 0.4s, height 0.2s, width 0.4s, padding 0.2s, box-shadow 0.2s ease 0.4s, background-color 0.4s ease 0.4s, border 0.4s ease 0.4s;
    transform: translateY(-60px)
}

body.front-end header.headroom--top {
    transform: translateY(0px);
    height: 120px;
    transition: transform 0.4s, height 0.6s cubic-bezier(0.55, 0, 0.175, 1) 0.2s, width 0.4s, padding 0.2s, box-shadow 0.2s, background-color 0.8s, border 0.4s
}

body.front-end header.headroom--top .logo-container {
    opacity: 1
}

body.front-end header.headroom--loading {
    transform: translateY(0px);
    height: 120px;
    background-color: transparent;
    transition: transform 0.6s ease 0.2s, height 0.6s cubic-bezier(0.55, 0, 0.175, 1) 0.2s, width 0.4s, padding 0.2s, box-shadow 0.2s, background-color 0.4s, border 0.4s
}

body.front-end header.headroom--loading:after {
    transform: translateY(0px)
}

body.front-end header.headroom--loading .logo-container {
    opacity: 1;
    transition: all 0.4s ease 0.3s
}

body.front-end header.headroom--menu-open {
    transform: translateY(0px);
    height: 120px;
    background-color: transparent;
    transition: transform 0.4s, height 0.6s cubic-bezier(0.55, 0, 0.175, 1), width 0.4s, padding 0.2s, box-shadow 0.2s, background-color 0.4s, border 0.4s
}

body.front-end header.headroom--menu-open:after {
    transform: translateY(0px)
}

body.front-end header.headroom--menu-open .logo-container {
    opacity: 1 !important
}

@media screen and (max-width:850px) {
    body.front-end header.headroom--menu-open .logo-container {
        opacity: 0 !important;
        transition: opacity 0.3s
    }
}

body.hide-header header.headroom {
    transform: translateY(-120px) !important;
    transition: transform 0.4s ease 0s, height 0.6s cubic-bezier(0.55, 0, 0.175, 1) 0.2s, width 0.4s, padding 0.2s, box-shadow 0.2s, background-color 0.4s, border 0.4s !important
}

body.front-end header.to-primary.headroom--loading svg *,
body.front-end header.to-primary.headroom--top svg *,
body.front-end header.to-secondary.headroom--loading svg *,
body.front-end header.to-secondary.headroom--top svg * {
    fill: #000 !important
}

body.front-end header.to-primary.headroom--loading nav.desktop a,
body.front-end header.to-primary.headroom--top nav.desktop a,
body.front-end header.to-secondary.headroom--loading nav.desktop a,
body.front-end header.to-secondary.headroom--top nav.desktop a {
    color: #000 !important
}

body.front-end header.to-primary.headroom--loading .mobile-menu-trigger .hamburger-menu span,
body.front-end header.to-primary.headroom--top .mobile-menu-trigger .hamburger-menu span,
body.front-end header.to-secondary.headroom--loading .mobile-menu-trigger .hamburger-menu span,
body.front-end header.to-secondary.headroom--top .mobile-menu-trigger .hamburger-menu span {
    background-color: #000
}

body.front-end header.to-primary.headroom--menu-open nav.desktop a,
body.front-end header.to-secondary.headroom--menu-open nav.desktop a {
    color: #fff !important
}

body.front-end header.to-tertiary.headroom--loading a,
body.front-end header.to-tertiary.headroom--top a {
    color: #fff
}

body.front-end header.to-tertiary.headroom--loading svg *,
body.front-end header.to-tertiary.headroom--top svg * {
    fill: #fff !important
}

body.front-end header.to-tertiary.headroom--loading .mobile-menu-trigger .hamburger-menu span,
body.front-end header.to-tertiary.headroom--top .mobile-menu-trigger .hamburger-menu span {
    background-color: #fff
}

body.front-end header.to-primary.headroom--not-top svg *,
body.front-end header.to-secondary.headroom--not-top svg *,
body.front-end header.to-tertiary.headroom--not-top svg * {
    fill: #fff !important
}

body.front-end header.to-primary.headroom--not-top nav.desktop a,
body.front-end header.to-secondary.headroom--not-top nav.desktop a,
body.front-end header.to-tertiary.headroom--not-top nav.desktop a {
    color: #fff
}

body.front-end header.to-primary.headroom--not-top .mobile-menu-trigger .hamburger-menu span,
body.front-end header.to-secondary.headroom--not-top .mobile-menu-trigger .hamburger-menu span,
body.front-end header.to-tertiary.headroom--not-top .mobile-menu-trigger .hamburger-menu span {
    background-color: #fff
}

body.front-end header.to-primary.headroom--menu-open nav.desktop.left a,
body.front-end header.to-secondary.headroom--menu-open nav.desktop.left a,
body.front-end header.to-tertiary.headroom--menu-open nav.desktop.left a {
    color: #fff
}

body.front-end header.to-primary.headroom--menu-open .mobile-menu-trigger .hamburger-menu span,
body.front-end header.to-secondary.headroom--menu-open .mobile-menu-trigger .hamburger-menu span,
body.front-end header.to-tertiary.headroom--menu-open .mobile-menu-trigger .hamburger-menu span {
    background-color: #fff
}

body.front-end header.to-primary.headroom--menu-open svg *,
body.front-end header.to-secondary.headroom--menu-open svg *,
body.front-end header.to-tertiary.headroom--menu-open svg * {
    fill: #fff !important
}

body.front-end header.to-primary.headroom--menu-open svg path,
body.front-end header.to-secondary.headroom--menu-open svg path,
body.front-end header.to-tertiary.headroom--menu-open svg path {
    transition: fill 0.2s !important
}

@media screen and (max-width:850px) {

    body.front-end header.to-primary.headroom--menu-open .logo-container,
    body.front-end header.to-secondary.headroom--menu-open .logo-container,
    body.front-end header.to-tertiary.headroom--menu-open .logo-container {
        pointer-events: none;
        opacity: 0
    }

    body.front-end header.to-primary.headroom--menu-open nav.desktop.right,
    body.front-end header.to-secondary.headroom--menu-open nav.desktop.right,
    body.front-end header.to-tertiary.headroom--menu-open nav.desktop.right {
        transform: translateX(-20px)
    }

    body.front-end header.to-primary.headroom--menu-open nav.desktop.right .account,
    body.front-end header.to-primary.headroom--menu-open nav.desktop.right .search,
    body.front-end header.to-secondary.headroom--menu-open nav.desktop.right .account,
    body.front-end header.to-secondary.headroom--menu-open nav.desktop.right .search,
    body.front-end header.to-tertiary.headroom--menu-open nav.desktop.right .account,
    body.front-end header.to-tertiary.headroom--menu-open nav.desktop.right .search {
        opacity: 1;
        pointer-events: auto
    }

    body.front-end header.to-primary.headroom--menu-open nav.desktop.right .account svg *,
    body.front-end header.to-primary.headroom--menu-open nav.desktop.right .search svg *,
    body.front-end header.to-secondary.headroom--menu-open nav.desktop.right .account svg *,
    body.front-end header.to-secondary.headroom--menu-open nav.desktop.right .search svg *,
    body.front-end header.to-tertiary.headroom--menu-open nav.desktop.right .account svg *,
    body.front-end header.to-tertiary.headroom--menu-open nav.desktop.right .search svg * {
        fill: #fff !important
    }
}

body.front-end header.to-primary.headroom--loading svg *,
body.front-end header.to-secondary.headroom--loading svg * {
    fill: #000 !important
}

body.front-end header.to-primary.headroom--loading nav.desktop a,
body.front-end header.to-secondary.headroom--loading nav.desktop a {
    color: #000 !important
}

body.front-end header.to-primary.headroom--loading .mobile-menu-trigger .hamburger-menu span,
body.front-end header.to-secondary.headroom--loading .mobile-menu-trigger .hamburger-menu span {
    background-color: #000 !important
}

body.front-end header.to-tertiary.headroom--loading a {
    color: #fff !important
}

body.front-end header.to-tertiary.headroom--loading svg * {
    fill: #fff !important
}

.fancy-cursor {
    position: fixed;
    pointer-events: none;
    will-change: transform;
    backface-visibility: hidden;
    user-select: none;
    opacity: 0;
    z-index: 22;
    margin-top: -16px;
    margin-left: -16px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    transition: width 0.2s, height 0.2s, margin 0.2s, opacity 0.2s, background-color 0.2s, border-radius 0s ease 0.2s
}

.fancy-cursor.plus,
.fancy-cursor.close,
.fancy-cursor.prev-black,
.fancy-cursor.next-black,
.fancy-cursor.next-white,
.fancy-cursor.prev-white {
    opacity: 1;
    margin-top: -24px;
    margin-left: -24px;
    height: 48px;
    width: 48px;
    background-color: rgba(255, 255, 255, 0.8)
}

.fancy-cursor.plus span,
.fancy-cursor.close span,
.fancy-cursor.prev-black span,
.fancy-cursor.next-black span,
.fancy-cursor.next-white span,
.fancy-cursor.prev-white span {
    background-color: #000
}

.fancy-cursor.prev-black,
.fancy-cursor.next-black {
    background-color: #111
}

.fancy-cursor.prev-white,
.fancy-cursor.next-white {
    background-color: #fff
}

.fancy-cursor.orange-circle {
    opacity: 1;
    margin-top: -10px;
    margin-left: -10px;
    height: 20px;
    width: 20px;
    background-color: #F08E15
}

.fancy-cursor span {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
    width: 16px;
    height: 2px;
    background-color: transparent;
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.175, 1)
}

.fancy-cursor span:nth-of-type(2) {
    transform: rotate(90deg)
}

.fancy-cursor.close span {
    transform: rotate(45deg)
}

.fancy-cursor.close span:nth-of-type(2) {
    transform: rotate(135deg)
}

.fancy-cursor.next-black span,
.fancy-cursor.prev-black span,
.fancy-cursor.next-white span,
.fancy-cursor.prev-white span {
    background-color: transparent;
    width: 10px;
    height: 10px
}

.fancy-cursor.next-black span:nth-of-type(2),
.fancy-cursor.prev-black span:nth-of-type(2),
.fancy-cursor.next-white span:nth-of-type(2),
.fancy-cursor.prev-white span:nth-of-type(2) {
    display: none
}

.fancy-cursor.prev-black span,
.fancy-cursor.prev-white span {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    margin-top: -4px;
    margin-left: 5px;
    transform: rotate(-45deg)
}

.fancy-cursor.next-black span,
.fancy-cursor.next-white span {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-top: -4px;
    margin-right: -5px;
    transform: rotate(45deg)
}

.fancy-cursor.next-white span,
.fancy-cursor.prev-white span {
    border-color: #111
}

.fancy-cursor.disabled {
    display: none
}

body.logged-in header {
    top: 32px
}

.block.footer-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    color: #888
}

.block.footer-row+.block.footer-row {
    padding-top: 0
}

.block.footer-row input[type="email"] {
    border: 0 solid #000 !important;
    border-bottom: 1px solid #888 !important;
    padding: 0 !important;
    height: 48px !important
}

.block.footer-row.hide {
    display: none
}

.block.footer-row .footer-columns-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.block.footer-row .footer-columns-wrapper .gform_wrapper {
    max-width: 530px
}

.block.footer-row .footer-columns-wrapper .footer-column {
    width: calc(50% + 30px);
    padding-right: 50px
}

.block.footer-row .footer-columns-wrapper .footer-column:nth-of-type(2) {
    width: calc(27% - 15px)
}

.block.footer-row .footer-columns-wrapper .footer-column:nth-of-type(3) {
    width: calc(23% - 15px);
    padding-right: 0
}

.block.footer-row .footer-columns-wrapper .footer-column a {
    display: flex;
    text-decoration: none;
    color: #fff;
    padding: 3px 0
}

.block.footer-row .footer-columns-wrapper .footer-column a:hover {
    text-decoration: underline
}

.block.footer-row .footer-columns-wrapper .footer-column p.heading {
    color: #888;
    margin-bottom: 15px
}

.block.footer-credentials {
    padding-bottom: 70px
}

.block.footer-credentials .footer-columns-wrapper .footer-column {
    display: flex;
    align-items: center
}

.block.footer-credentials .footer-columns-wrapper .footer-column .content {
    padding-left: 30px
}

.block.footer-credentials .footer-columns-wrapper .footer-column .content * {
    font-size: 15px;
    color: #888;
    padding: 0
}

.block.footer-credentials .footer-columns-wrapper .footer-column.nix-18 {
    width: auto
}

@media screen and (max-width:1050px) {
    .block.footer-row .footer-columns-wrapper {
        flex-direction: column
    }

    .block.footer-row .footer-columns-wrapper .footer-column {
        width: 100%;
        padding-right: 0
    }

    .block.footer-row .footer-columns-wrapper .footer-column:nth-of-type(2) {
        width: 100%;
        padding-top: 60px
    }

    .block.footer-row .footer-columns-wrapper .footer-column:nth-of-type(3) {
        width: 100%;
        padding-top: 60px
    }
}

@media screen and (max-width:481px) {
    .block.footer-credentials .footer-columns-wrapper .footer-column {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .block.footer-credentials .footer-columns-wrapper .footer-column .logo {
        margin-bottom: 20px
    }

    .block.footer-credentials .footer-columns-wrapper .footer-column .content {
        text-align: center;
        padding: 0px
    }

    .block.footer-credentials .footer-columns-wrapper .footer-column .content * {
        text-align: center
    }

    .block.footer-credentials .footer-columns-wrapper .footer-column .content a {
        display: block
    }
}

.block.checkout input[type=email],
.block.checkout input[type=text],
.block.checkout input[type=tel],
.block.checkout select {
    padding-top: 25px;
    padding-bottom: 15px;
    font-size: 15px;
    transition: all 0.2s
}

.block.checkout input[type=email]~label,
.block.checkout input[type=text]~label,
.block.checkout input[type=tel]~label,
.block.checkout select~label {
    font-size: 10px;
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 10px;
    transition: 300ms ease all
}

.block.checkout input[type=email]:placeholder-shown~label,
.block.checkout input[type=text]:placeholder-shown~label,
.block.checkout input[type=tel]:placeholder-shown~label,
.block.checkout select:placeholder-shown~label {
    font-size: 15px;
    top: 20px
}

.block.checkout input[type=email]:focus~label,
.block.checkout input[type=text]:focus~label,
.block.checkout input[type=tel]:focus~label,
.block.checkout select:focus~label {
    top: 10px;
    font-size: 10px
}

.block.checkout input[type=email]:disabled,
.block.checkout input[type=text]:disabled,
.block.checkout input[type=tel]:disabled,
.block.checkout select:disabled {
    user-select: none;
    pointer-events: none;
    color: #666;
    -webkit-text-fill-color: #666;
    -webkit-opacity: 1
}

.block.checkout input[type=email]:disabled~label,
.block.checkout input[type=text]:disabled~label,
.block.checkout input[type=tel]:disabled~label,
.block.checkout select:disabled~label {
    color: #666 !important
}

.block.checkout .gfield_description {
    display: none
}

.block.checkout .gfield_error .gfield_description {
    display: flex;
    font-weight: 400;
    font-size: 13px;
    color: #111;
    border-radius: 0px;
    padding: 9px 18px 8px 18px;
    background-color: rgba(254, 0, 0, 0.25)
}

.block.checkout .gfield_error .gfield_description:before {
    display: none
}

.block.checkout .gfield.loading {
    pointer-events: none;
    opacity: 0.4
}

fieldset.shipping-options .ginput_container_radio div.gfield_radio .gchoice {
    margin-bottom: 10px;
    padding: 20px 20px;
    height: auto;
    border: 1px solid #ddd
}

fieldset.shipping-options .ginput_container_radio div.gfield_radio .gchoice:last-of-type {
    margin-bottom: 0px
}

fieldset.shipping-options .ginput_container_radio div.gfield_radio .gchoice label {
    height: auto;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start
}

fieldset.shipping-options .ginput_container_radio div.gfield_radio .gchoice label .name {
    color: #000
}

fieldset.shipping-options .ginput_container_radio div.gfield_radio .gchoice label .price {
    white-space: nowrap;
    padding-left: 10px
}

.block.checkout {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0
}

.block.checkout .inner-container.shop-logo {
    display: flex;
    max-width: 1700px;
    height: 140px;
    padding-top: 20px
}

.block.checkout .inner-container.shop-logo .logo svg {
    height: 90px;
    width: 90px
}

.block.checkout .inner-container.shop-logo .logo svg * {
    fill: #111
}

.block.checkout .inner-container {
    max-width: 1100px
}

.block.checkout .checkout-container {
    display: grid;
    grid-template-columns: 100fr 360px
}

.block.checkout .checkout-container .checkout-steps {
    padding-right: 120px
}

.block.checkout .checkout-container .checkout-steps .checkout-breadcrumbs {
    margin-bottom: 60px;
    font-size: 15px
}

.block.checkout .checkout-container .checkout-steps .checkout-breadcrumbs a {
    color: #000;
    transition: color 0.4s;
    cursor: pointer;
    user-select: none
}

.block.checkout .checkout-container .checkout-steps .checkout-breadcrumbs a.active {
    color: #666
}

.block.checkout .checkout-container .checkout-steps .checkout-breadcrumbs svg {
    height: 9px;
    margin: 0 3px
}

.block.checkout .checkout-container .checkout-steps .checkout-breadcrumbs svg * {
    fill: #666 !important
}

.block.checkout .checkout-container .checkout-steps .head {
    padding-bottom: 20px;
    color: #000
}

.block.checkout .checkout-container .checkout-steps .footer {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 40px;
    font-size: 15px
}

.block.checkout .checkout-container .checkout-steps .footer .go-back {
    cursor: pointer;
    display: flex;
    align-items: center
}

.block.checkout .checkout-container .checkout-steps .footer .go-back svg {
    height: 8px;
    margin-top: -1px;
    padding-right: 6px
}

.block.checkout .checkout-container .checkout-steps .footer .go-back svg * {
    fill: #666 !important
}

.block.checkout .checkout-container .checkout-steps .footer .cta {
    font-size: 12px;
    letter-spacing: 1.5px;
    padding-left: 50px;
    padding-right: 50px
}

.block.checkout .checkout-container .rb-order-cart {
    background-color: #f5f5f5;
    position: relative;
    padding-left: 40px
}

.block.checkout .checkout-container .rb-order-cart:after {
    content: "";
    background-color: #f5f5f5;
    position: absolute;
    z-index: -1;
    top: -500vw;
    height: 1000vw;
    left: 0;
    width: 50vw
}

.block.checkout .step {
    display: none
}

.block.checkout .step.active {
    display: block
}

.block.checkout .step.shipping .billing-field {
    display: none
}

.block.checkout .step.shipping .billing-field.active {
    display: flex
}

.block.checkout .order-summary {
    border: 1px solid #ddd;
    padding: 0 20px;
    font-size: 15px;
    color: #000;
    margin-bottom: 60px
}

.block.checkout .order-summary div.item {
    display: grid;
    grid-template-columns: 100px 420fr;
    border-bottom: 1px solid #ddd;
    padding: 20px 0
}

.block.checkout .order-summary div.item:last-of-type {
    border-bottom: 0
}

.block.checkout .order-summary div.item.order-billing-address {
    display: none
}

.block.checkout .order-summary div.item.order-billing-address.active {
    display: grid
}

.block.checkout .rb-payment-gateways {
    border: 1px solid #ddd;
    padding: 0 20px;
    font-size: 15px;
    color: #000
}

.block.checkout .rb-payment-gateways .gfield.payment-gateways .gchoice {
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    height: auto;
    min-height: 60px
}

.block.checkout .rb-payment-gateways .gfield.payment-gateways .gchoice:last-of-type {
    border-bottom: 0
}

.block.checkout .rb-payment-gateways .gfield.payment-gateways .gchoice label {
    width: 100%;
    justify-content: space-between;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px
}

.block.checkout .rb-payment-gateways .gfield.payment-gateways .gchoice .dropdown {
    display: none;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    text-align: center;
    padding: 40px
}

.block.checkout .rb-payment-gateways .gfield.payment-gateways .gchoice .dropdown p {
    font-size: 15px
}

.block.checkout .rb-payment-gateways .gfield.payment-gateways .gchoice .dropdown svg {
    margin-bottom: 30px
}

@media screen and (max-width:481px) {
    .block.checkout .rb-payment-gateways .gfield.payment-gateways .gchoice .dropdown {
        padding: 30px 20px
    }

    .block.checkout .rb-payment-gateways .gfield.payment-gateways .gchoice .dropdown svg {
        margin-bottom: 18px
    }
}

.mollie-gateway-icon {
    height: 20px;
    margin-right: 2px
}

@media screen and (max-width:1050px) {
    .block.checkout .checkout-container .checkout-steps {
        padding-right: 40px
    }

    .block.checkout .checkout-container .checkout-steps .footer .cta {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width:850px) {
    .block.checkout {
        padding-bottom: 30px
    }

    .block.checkout .inner-container.checkout {
        max-width: 524px
    }

    .block.checkout .checkout-container {
        display: grid;
        grid-template-columns: 100fr;
        grid-row-gap: 70px
    }

    .block.checkout .checkout-container .checkout-steps {
        padding-right: 0px
    }

    .block.checkout .checkout-container .checkout-steps .footer {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center
    }

    .block.checkout .checkout-container .checkout-steps .footer a.go-back {
        margin-top: 24px;
        margin-left: -10px
    }

    .block.checkout .checkout-container .rb-order-cart {
        background-color: #f5f5f5;
        position: relative;
        padding-left: 0px
    }

    .block.checkout .checkout-container .rb-order-cart:after {
        height: calc(100% + 60px);
        left: -400px;
        top: -30px;
        width: calc(100% + 800px)
    }
}

.rb-site-cart {
    color: #111
}

.rb-site-cart .cart-head {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 0 40px;
    top: 40px;
    left: 0;
    height: 30px
}

.rb-site-cart .cart-head .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 15px;
    color: #fff;
    padding-top: 1px;
    background-color: #000;
    width: 30px;
    height: 30px
}

.rb-site-cart .cart-head .close {
    display: none
}

.rb-site-cart .cart-items {
    display: flex;
    flex-direction: column;
    width: 100%
}

.rb-site-cart .cart-items .cart-item {
    display: grid;
    grid-template-columns: 300fr 120fr;
    grid-column-gap: 20px;
    margin-bottom: 40px;
    height: auto;
    width: 100%;
    align-items: stretch
}

.rb-site-cart .cart-items .cart-item .image,
.rb-site-cart .cart-items .cart-item .subtotal,
.rb-site-cart .cart-items .cart-item .title {
    display: flex;
    align-items: center
}

.rb-site-cart .cart-items .cart-item .title {
    padding-right: 20px
}

.rb-site-cart .cart-items .cart-item .subtotal {
    justify-content: flex-end
}

.rb-site-cart .cart-totals {
    width: 100%;
    display: flex;
    border-top: 1px solid #ddd
}

.rb-site-cart .cart-totals .subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px
}

.rb-site-cart .cart-next {
    display: flex;
    justify-content: flex-end;
    padding-top: 30px;
    border-top: 1px solid #ddd
}

.rb-site-cart .cart-next .cta {
    background-color: #000
}

.rb-site-cart .cart-next .cta.disabled {
    background-color: #aaa;
    pointer-events: none
}

.rb-site-cart-wrapper {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 0;
    height: 110%;
    left: 0;
    top: 0;
    z-index: 20;
    backface-visibility: none;
    will-change: backdrop-filter, background-color;
    backdrop-filter: blur(0px);
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.2s ease 0s, backdrop-filter 0.2s ease 0s, width 0s ease 0.2s
}

.rb-site-cart-wrapper .inner-container {
    display: flex;
    pointer-events: none;
    justify-content: flex-end
}

.rb-site-cart-wrapper .rb-site-cart {
    position: relative;
    pointer-events: all;
    overflow: auto;
    z-index: 2;
    width: 560px;
    height: auto;
    max-height: calc(100vh - 20px);
    padding: 129px 30px 30px;
    margin-top: 10px;
    margin-right: -20px;
    opacity: 0;
    background-color: #fff;
    transform: translateY(12px);
    transition: all 0.2s ease 0s
}

.rb-site-cart-wrapper .rb-site-cart-close {
    position: absolute;
    cursor: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.rb-site-cart-wrapper.active {
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(0px);
    width: 100%;
    transition: background-color 0.3s ease 0s, backdrop-filter 0.4s linear 0s, width 0s ease 0s
}

.rb-site-cart-wrapper.active .rb-site-cart {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.2s ease 0.1s
}

header .cart-quantity {
    display: none;
    position: absolute;
    left: 50%;
    top: 24px;
    align-items: center !important;
    justify-content: center;
    color: #fff !important;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(90deg, #F7F1C8 0%, #FF8800 50%, #541F18 100%)
}

header .cart-quantity.has-items {
    display: flex
}

header .right.mobile .cart-quantity {
    margin: 0px;
    width: 26px;
    height: 26px;
    font-size: 14px
}

@media screen and (max-width:1050px) {
    .rb-site-cart-wrapper .rb-site-cart {
        margin-right: 0;
        margin-top: 20px;
        max-height: calc(100vh - 40px)
    }

    .rb-site-cart-wrapper .rb-site-cart .cart-head .quantity {
        display: none
    }

    .rb-site-cart-wrapper .rb-site-cart .cart-head .close {
        display: flex;
        align-items: center
    }

    .rb-site-cart-wrapper .rb-site-cart .cart-next {
        justify-content: center
    }
}

@media screen and (max-width:850px) {
    .rb-site-cart-wrapper .inner-container .cart-items .cart-item {
        margin-bottom: 20px
    }

    .rb-site-cart-wrapper .inner-container .cart-items .cart-item:last-of-type {
        margin-bottom: 40px
    }

    .rb-site-cart-wrapper .inner-container .cart-next {
        padding-top: 40px
    }
}

@media screen and (max-width:481px) {
    .rb-site-cart-wrapper .inner-container {
        padding: 0 10px
    }

    .rb-site-cart-wrapper .inner-container .rb-site-cart {
        padding: 80px 20px 40px
    }

    .rb-site-cart-wrapper .inner-container .rb-site-cart .cart-head {
        top: 20px;
        padding: 0 20px
    }

    .rb-site-cart-wrapper .inner-container .rb-site-cart .cart-items .cart-item {
        grid-column-gap: 10px
    }

    .rb-site-cart-wrapper .inner-container .rb-site-cart .cart-items .cart-item div.title {
        padding-right: 10px
    }
}

.rb-order-cart {
    font-size: 15px;
    color: #000
}

.rb-order-cart .order-cart-mobile-toggle {
    display: none
}

.rb-order-cart .cart-items {
    display: flex;
    flex-direction: column;
    width: 100%
}

.rb-order-cart .cart-items .cart-item {
    display: grid;
    grid-template-columns: 60px 180px 80px;
    grid-column-gap: 0;
    margin-bottom: 40px;
    height: auto;
    width: 100%;
    align-items: stretch
}

.rb-order-cart .cart-items .cart-item .image,
.rb-order-cart .cart-items .cart-item .subtotal,
.rb-order-cart .cart-items .cart-item .title {
    display: flex;
    align-items: center
}

.rb-order-cart .cart-items .cart-item .title {
    padding-left: 20px
}

.rb-order-cart .cart-items .cart-item .title .inner {
    max-height: 66px;
    overflow: hidden
}

.rb-order-cart .cart-items .cart-item .subtotal {
    justify-content: flex-end
}

.rb-order-cart .cart-totals {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ddd
}

.rb-order-cart .cart-totals .subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ddd
}

.rb-order-cart .cart-totals .subtotal:last-of-type {
    border-bottom: 0 solid #ddd
}

.rb-order-cart .cart-taxes {
    margin-top: -10px;
    font-size: 12px
}

.rb-order-cart .payment-options {
    padding-top: 20px
}

@media screen and (max-width:850px) {
    .rb-order-cart .rb-order-cart-wrapper {
        display: none;
        margin-top: 30px
    }

    .rb-order-cart.open .rb-order-cart-wrapper {
        display: block
    }

    .rb-order-cart.open svg {
        transform: rotate(180deg)
    }

    .rb-order-cart .order-cart-mobile-toggle {
        display: flex;
        justify-content: space-between;
        width: 100%
    }

    .rb-order-cart .order-cart-mobile-toggle svg {
        width: 12px;
        transition: transform 0.4s
    }

    .rb-order-cart .cart-items .cart-item {
        margin-bottom: 20px;
        grid-template-columns: 60px 100fr 80px
    }

    .rb-order-cart .cart-items .cart-item .title {
        padding-right: 40px
    }
}

@media screen and (max-width:481px) {
    .rb-order-cart .cart-items .cart-item .title {
        padding-right: 0px
    }
}

.rb-site-cart,
.rb-order-cart,
.block.cart {
    font-family: "Manrope", sans-serif
}

.block.cart.first {
    padding-top: 240px
}

@media screen and (max-width:850px) {
    .block.cart.first {
        padding-top: 160px
    }
}

.block.cart {
    font-size: 15px;
    color: #000
}

.block.cart .cart-text {
    padding-bottom: 60px
}

.block.cart .cart-text .cart-return {
    display: flex;
    align-items: center;
    color: #666;
    margin-top: 60px;
    cursor: pointer
}

.block.cart .cart-text .cart-return svg {
    width: 10px;
    margin-right: 6px
}

.block.cart .cart-text .cart-return svg path {
    fill: #666
}

.block.cart .cart-items {
    display: flex;
    flex-direction: column;
    width: 100%
}

.block.cart .cart-items .cart-item {
    display: grid;
    grid-template-columns: 80px 480fr 200px 120fr;
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    margin-bottom: 40px;
    height: auto;
    width: 100%;
    align-items: stretch
}

.block.cart .cart-items .cart-item .delete,
.block.cart .cart-items .cart-item .image,
.block.cart .cart-items .cart-item .quantity,
.block.cart .cart-items .cart-item .subtotal,
.block.cart .cart-items .cart-item .title {
    display: flex;
    align-items: center
}

.block.cart .cart-items .cart-item div.image {
    background-color: rgba(0, 0, 0, 0.1);
    justify-content: center;
    padding: 10px 0px
}

.block.cart .cart-items .cart-item div.image img {
    width: calc(100% - 20px)
}

.block.cart .cart-items .cart-item .title {
    padding-right: 0px
}

.block.cart .cart-items .cart-item .edit {
    display: flex
}

.block.cart .cart-items .cart-item .edit .quantity {
    width: 140px;
    padding-right: 20px
}

.block.cart .cart-items .cart-item .edit .quantity select {
    width: 100%
}

.block.cart .cart-items .cart-item .edit .delete {
    text-decoration: underline;
    height: 100%;
    color: #666;
    cursor: pointer;
    transition: all 0.2s
}

.block.cart .cart-items .cart-item .edit .delete:hover {
    color: #000
}

.block.cart .cart-items .cart-item .subtotal {
    justify-content: flex-end;
    font-weight: 600
}

.block.cart .cart-items .cart-item .subtotal .edit-toggle-mobile {
    display: none
}

.block.cart .cart-totals {
    width: 100%;
    display: flex;
    border-top: 1px solid #ddd
}

.block.cart .cart-totals .subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    font-weight: 600;
    border-bottom: 1px solid #ddd
}

.block.cart .cart-totals .subtotal label {
    color: #888
}

.block.cart .cart-next {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px
}

.block.cart .cart-next .cta {
    background-color: #000;
    font-size: 15px;
    padding-left: 80px;
    padding-right: 80px;
    text-transform: uppercase
}

.block.cart .cart-next .cta svg {
    width: 15px;
    height: 11px;
    margin-left: 10px
}

.block.cart .cart-next .cta svg * {
    fill: #fff
}

@media screen and (max-width:1050px) {
    .block.cart.first {
        padding-top: calc(120px + 80px)
    }
}

@media screen and (max-width:850px) {
    .block.cart .cart-text {
        padding-bottom: 36px
    }

    .block.cart .cart-text .cart-return {
        margin-top: 30px
    }

    .block.cart .cart-wrapper .cart-next {
        flex-direction: column-reverse;
        padding-top: 40px
    }

    .block.cart .cart-wrapper .cart-next .payment-options {
        margin-top: 20px
    }

    .block.cart .cart-items .cart-item {
        grid-template-columns: 60px 100fr 60px;
        grid-template-rows: 1fr 1fr;
        grid-column-gap: 20px;
        margin-bottom: 20px
    }

    .block.cart .cart-items .cart-item:last-of-type {
        margin-bottom: 40px
    }

    .block.cart .cart-items .cart-item .image,
    .block.cart .cart-items .cart-item .title {
        align-items: flex-start
    }

    .block.cart .cart-items .cart-item .image p,
    .block.cart .cart-items .cart-item .title p {
        font-size: 15px
    }

    .block.cart .cart-items .cart-item .title {
        margin-top: -4px
    }

    .block.cart .cart-items .cart-item .image {
        height: 60px
    }

    .block.cart .cart-items .cart-item .edit {
        height: 0px;
        display: flex;
        overflow: hidden;
        justify-content: flex-end;
        align-items: flex-end;
        grid-row-start: 2;
        grid-row-end: 2;
        grid-column-start: 1;
        grid-column-end: 4;
        transition: height 0.4s
    }

    .block.cart .cart-items .cart-item .edit.active {
        height: 60px
    }

    .block.cart .cart-items .cart-item .edit.active .delete {
        padding-top: 10px
    }

    .block.cart .cart-items .cart-item .subtotal {
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end
    }

    .block.cart .cart-items .cart-item .subtotal .edit-toggle-mobile {
        display: flex;
        text-decoration: underline;
        color: #666
    }
}

.hero-image {
    position: relative;
    margin-top: -10px;
    padding: 0 !important
}

.hero-image+.block {
    padding-top: 180px
}

@media screen and (max-width:1440px) {
    .hero-image+.block {
        padding-top: calc(12.5vw * 0.75)
    }
}

@media screen and (max-width:850px) {
    .hero-image+.block {
        padding-top: 120px
    }
}

.hero-image.reduced-padding+.block {
    padding-top: 6.66vw
}

@media screen and (max-width:1440px) {
    .hero-image.reduced-padding+.block {
        padding-top: calc(12.5vw * 0.75)
    }
}

@media screen and (max-width:850px) {
    .hero-image.reduced-padding+.block {
        padding-top: 120px
    }
}

.hero-image:first-child {
    padding-top: 0
}

.hero-image .hero-image-container {
    display: flex;
    position: relative;
    overflow: hidden;
    width: 100%
}

.hero-image picture {
    display: flex;
    align-self: flex-start;
    width: 100%;
    height: calc(66.66vw - 3vw);
    background-color: #444
}

.hero-image picture img {
    width: 100%;
    height: 66.66vw;
    border-radius: 0px;
    object-fit: cover;
    object-position: 60% center;
    margin-bottom: -3vw;
    backface-visibility: hidden;
    will-change: transform
}

.hero-image .hero-image-text-wrapper {
    position: absolute;
    z-index: 3;
    display: flex;
    justify-content: flex-start;
    top: 0;
    border-radius: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%)
}

.hero-image .hero-image-text-wrapper .hero-image-text-container {
    display: flex;
    align-items: flex-end;
    position: relative;
    padding: 0 70px;
    width: 100%;
    max-width: 66.66%;
    height: 100vh;
    max-height: calc(100% - 10px)
}

.hero-image .hero-image-text-wrapper .hero-image-text-container .hero-image-text {
    max-width: 100%;
    padding-bottom: 70px
}

.hero-image .hero-image-text-wrapper .hero-image-text-container .tiny-content {
    width: 100%;
    color: #fff
}

.hero-image .hero-image-text {
    opacity: 0;
    transform: translateY(60px);
    will-change: transform;
    backface-visibility: hidden;
    transition: all 1.2s cubic-bezier(0.55, 0, 0.175, 1) 0.2s
}

@media screen and (max-width:668px) {
    .hero-image .hero-image-text {
        transform: translateY(40px)
    }
}

.hero-image.animate-in .hero-image-text {
    opacity: 1;
    transform: translateY(0px)
}

@media screen and (max-width:1440px) {
    .hero-image .hero-image-text-wrapper .hero-image-text-container {
        max-width: 80%
    }
}

@media screen and (max-width:1050px) {
    .hero-image .hero-image-text-wrapper .hero-image-text-container {
        max-width: 100%;
        padding: 0px 20px
    }

    .hero-image .hero-image-text-wrapper .hero-image-text-container .hero-image-text {
        padding-bottom: 20px
    }
}

@media screen and (max-width:850px) {
    .hero-image .hero-image-text-wrapper .hero-image-text-container {
        max-width: 100%;
        padding: 0 20px
    }

    .hero-image .hero-image-text-wrapper .hero-image-text-container .hero-image-text {
        padding-bottom: 120px
    }
}

@media screen and (max-width:481px) {
    .hero-image picture {
        height: calc(191vw - 3vw)
    }

    .hero-image picture img {
        width: calc(100% + 20px + 20px);
        margin-left: -20px;
        height: 191vw;
        border-radius: 0
    }

    .hero-image .hero-image-text-wrapper .hero-image-text-container .hero-image-text {
        padding-bottom: 20px
    }
}

.hero-image .hero-image-text {
    opacity: 0;
    transform: translateY(60px);
    will-change: transform;
    backface-visibility: hidden;
    transition: all 1.2s cubic-bezier(0.55, 0, 0.175, 1) 0.2s
}

@media screen and (max-width:668px) {
    .hero-image .hero-image-text {
        transform: translateY(40px)
    }
}

.hero-image.animate-in .hero-image-text {
    opacity: 1;
    transform: translateY(0px)
}

.hero-video {
    position: relative;
    padding: 0 !important
}

.hero-video.v-block--bg-primary {
    background-color: #ffffff
}

.hero-video.v-block--bg-secondary {
    background-color: #f9f9f9
}

.hero-video.v-block--bg-tertiary {
    background-color: #111111
}

.hero-video.first {
    margin-top: -10px
}

.hero-video.reduced-padding+.block {
    padding-top: 6.66vw
}

@media screen and (max-width:1440px) {
    .hero-video.reduced-padding+.block {
        padding-top: calc(12.5vw * 0.75)
    }
}

@media screen and (max-width:850px) {
    .hero-video.reduced-padding+.block {
        padding-top: 120px
    }
}

.hero-video:first-child {
    padding-top: 0
}

.hero-video .hero-video-container {
    display: flex;
    position: relative;
    overflow: hidden;
    width: 100%
}

.hero-video .hero-video-container .video-container {
    width: 100%
}

.hero-video video {
    width: 100%;
    object-fit: cover
}

.hero-video video.mobile {
    display: none
}

.hero-video.scrub .hero-video-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: visible
}

.hero-video.scrub .hero-video-container .video-container {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-position: sticky;
    position: sticky;
    top: 0px;
    overflow: hidden;
    width: 100vw;
    height: 100vh
}

.hero-video.scrub video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-video .scrub-padding-mobile {
    display: none
}

.hero-video picture {
    display: none;
    align-self: flex-start;
    width: 100%
}

.hero-video picture img {
    width: 100%;
    margin-bottom: -3vw;
    backface-visibility: hidden;
    will-change: transform
}

.hero-video .hero-video-text-wrapper {
    position: absolute;
    z-index: 3;
    display: flex;
    top: 0;
    border-radius: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%)
}

.hero-video .hero-video-text-wrapper.overlay-none {
    background: none
}

.hero-video .hero-video-text-wrapper.overlay-light {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.05) 100%)
}

.hero-video .hero-video-text-wrapper .hero-video-text-container {
    display: flex;
    align-items: flex-end;
    position: relative;
    padding: 0 70px;
    width: 100%;
    max-width: 66.66%;
    height: 100vh;
    max-height: calc(100% - 10px)
}

.hero-video .hero-video-text-wrapper .hero-video-text-container .hero-video-text {
    max-width: 100%;
    padding-bottom: 70px
}

.hero-video .hero-video-text-wrapper .hero-video-text-container .tiny-content {
    width: 100%;
    color: #fff
}

.hero-video .hero-video-text {
    opacity: 0;
    transform: translateY(60px);
    will-change: transform;
    backface-visibility: hidden;
    transition: all 1.2s cubic-bezier(0.55, 0, 0.175, 1) 0.2s
}

@media screen and (max-width:668px) {
    .hero-video .hero-video-text {
        transform: translateY(40px)
    }
}

.hero-video.animate-in .hero-video-text {
    opacity: 1;
    transform: translateY(0px)
}

@media screen and (max-width:1050px) {
    .hero-video .hero-video-text-wrapper .hero-video-text-container {
        max-width: 80%;
        padding: 0px 20px
    }

    .hero-video .hero-video-text-wrapper .hero-video-text-container .hero-video-text {
        padding-bottom: 20px
    }
}

@media screen and (max-width:668px) {
    .hero-video .hero-video-text-wrapper .hero-video-text-container {
        padding: 0 20px;
        max-width: 100%
    }

    .hero-video .hero-video-text-wrapper .hero-video-text-container .hero-video-text {
        padding-bottom: 120px
    }
}

@media screen and (max-width:481px) {
    .hero-video video.big {
        display: none
    }

    .hero-video video.mobile {
        display: flex;
        object-fit: cover;
        min-width: auto;
        min-height: 100vh
    }

    .hero-video .scrub-padding {
        display: none
    }

    .hero-video .scrub-padding-mobile {
        display: flex
    }

    .hero-video .mobile-image {
        overflow: hidden !important
    }

    .hero-video .mobile-image video {
        display: none
    }

    .hero-video .mobile-image .video-container {
        display: none !important
    }

    .hero-video .mobile-image .scrub-padding-mobile {
        display: none
    }

    .hero-video .mobile-image picture {
        height: calc(191vw - 3vw);
        display: flex
    }

    .hero-video .mobile-image picture img {
        width: calc(100% + 20px + 20px);
        margin-left: -20px;
        height: 191vw;
        border-radius: 0
    }

    .hero-video .hero-video-text-wrapper .hero-video-text-container .hero-video-text {
        padding-bottom: 20px
    }
}

.hero-image .hero-image-text {
    opacity: 0;
    transform: translateY(60px);
    will-change: transform;
    backface-visibility: hidden;
    transition: all 1.2s cubic-bezier(0.55, 0, 0.175, 1) 0.2s
}

@media screen and (max-width:668px) {
    .hero-image .hero-image-text {
        transform: translateY(40px)
    }
}

.hero-image.animate-in .hero-image-text {
    opacity: 1;
    transform: translateY(0px)
}

.block.product-overview.layout-four-cards,
.block.product-overview.layout-four-cards-sep,
.block.rockberg-search {
    overflow: visible
}

.block.product-overview.layout-four-cards .product-container,
.block.product-overview.layout-four-cards-sep .product-container,
.block.rockberg-search .product-container {
    display: grid;
    width: 100%;
    padding-top: 5px;
    grid-row-gap: 120px
}

@media screen and (max-width:668px) {

    .block.product-overview.layout-four-cards .product-container,
    .block.product-overview.layout-four-cards-sep .product-container,
    .block.rockberg-search .product-container {
        grid-row-gap: 60px;
        grid-column-gap: 10px
    }
}

.block.product-overview.layout-four-cards .product-container div.placeholder,
.block.product-overview.layout-four-cards-sep .product-container div.placeholder,
.block.rockberg-search .product-container div.placeholder {
    width: 100%;
    background-color: transparent;
    padding-top: 120%
}

.block.product-overview.layout-four-cards .product-container .tasting-profile-heading,
.block.product-overview.layout-four-cards-sep .product-container .tasting-profile-heading,
.block.rockberg-search .product-container .tasting-profile-heading {
    grid-column: span 4;
    max-width: 50%;
    margin-top: 60px
}

@media screen and (max-width:668px) {

    .block.product-overview.layout-four-cards .product-container .tasting-profile-heading,
    .block.product-overview.layout-four-cards-sep .product-container .tasting-profile-heading,
    .block.rockberg-search .product-container .tasting-profile-heading {
        margin-top: 40px
    }
}

.block.product-overview.layout-four-cards .product-container .tasting-profile-heading:first-child,
.block.product-overview.layout-four-cards-sep .product-container .tasting-profile-heading:first-child,
.block.rockberg-search .product-container .tasting-profile-heading:first-child {
    margin-top: 0px !important
}

.block.product-overview.layout-four-cards .product-container .tasting-profile-heading .tasting-profile-title,
.block.product-overview.layout-four-cards-sep .product-container .tasting-profile-heading .tasting-profile-title,
.block.rockberg-search .product-container .tasting-profile-heading .tasting-profile-title {
    display: flex;
    align-items: center
}

.block.product-overview.layout-four-cards .product-container .tasting-profile-heading .tasting-profile-title .profile-color,
.block.product-overview.layout-four-cards-sep .product-container .tasting-profile-heading .tasting-profile-title .profile-color,
.block.rockberg-search .product-container .tasting-profile-heading .tasting-profile-title .profile-color {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px
}

.block.product-overview.layout-four-cards .product-container .tasting-profile-heading .excerpt,
.block.product-overview.layout-four-cards-sep .product-container .tasting-profile-heading .excerpt,
.block.rockberg-search .product-container .tasting-profile-heading .excerpt {
    margin-top: 30px;
    color: #888
}

@media screen and (max-width:481px) {

    .block.product-overview.layout-four-cards .product-container .tasting-profile-heading .excerpt,
    .block.product-overview.layout-four-cards-sep .product-container .tasting-profile-heading .excerpt,
    .block.rockberg-search .product-container .tasting-profile-heading .excerpt {
        margin-top: 15px;
        font-size: 15px
    }
}

.block.product-overview.layout-four-cards .product-container .card,
.block.product-overview.layout-four-cards-sep .product-container .card,
.block.rockberg-search .product-container .card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    transform: translateY(120px);
    opacity: 0;
    position: relative
}

.block.product-overview.layout-four-cards .product-container .card.featured,
.block.product-overview.layout-four-cards-sep .product-container .card.featured,
.block.rockberg-search .product-container .card.featured {
    grid-column: span 2;
    justify-content: center;
    grid-row: 2 span;
    background-color: #f5f5f5;
    padding: 40px 0px;
    margin-top: -30px;
    margin-bottom: -30px
}

.block.product-overview.layout-four-cards .product-container .card.featured .card-title,
.block.product-overview.layout-four-cards-sep .product-container .card.featured .card-title,
.block.rockberg-search .product-container .card.featured .card-title {
    margin-top: 35px
}

@media screen and (max-width:850px) {

    .block.product-overview.layout-four-cards .product-container .card.featured,
    .block.product-overview.layout-four-cards-sep .product-container .card.featured,
    .block.rockberg-search .product-container .card.featured {
        margin-top: 0px;
        margin-bottom: 0px
    }
}

.block.product-overview.layout-four-cards .product-container .card .sale-tag,
.block.product-overview.layout-four-cards-sep .product-container .card .sale-tag,
.block.rockberg-search .product-container .card .sale-tag {
    display: none
}

.block.product-overview.layout-four-cards .product-container .card.on-sale .card-price,
.block.product-overview.layout-four-cards-sep .product-container .card.on-sale .card-price,
.block.rockberg-search .product-container .card.on-sale .card-price {
    color: #CF1D1D
}

.block.product-overview.layout-four-cards .product-container .card.on-sale .card-price .regular-price,
.block.product-overview.layout-four-cards-sep .product-container .card.on-sale .card-price .regular-price,
.block.rockberg-search .product-container .card.on-sale .card-price .regular-price {
    color: #888
}

.block.product-overview.layout-four-cards .product-container .card.on-sale .sale-tag,
.block.product-overview.layout-four-cards-sep .product-container .card.on-sale .sale-tag,
.block.rockberg-search .product-container .card.on-sale .sale-tag {
    background-color: #CF1D1D;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10%;
    top: 10%;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 30px
}

@media screen and (max-width:481px) {

    .block.product-overview.layout-four-cards .product-container .card.on-sale .sale-tag,
    .block.product-overview.layout-four-cards-sep .product-container .card.on-sale .sale-tag,
    .block.rockberg-search .product-container .card.on-sale .sale-tag {
        left: 0px;
        top: 0px;
        transform: scale(0.8, 0.8)
    }
}

.block.product-overview.layout-four-cards .product-container .card.on-sale.featured .sale-tag,
.block.product-overview.layout-four-cards-sep .product-container .card.on-sale.featured .sale-tag,
.block.rockberg-search .product-container .card.on-sale.featured .sale-tag {
    left: 60px;
    top: 60px
}

@media screen and (max-width:481px) {

    .block.product-overview.layout-four-cards .product-container .card.on-sale.featured .sale-tag,
    .block.product-overview.layout-four-cards-sep .product-container .card.on-sale.featured .sale-tag,
    .block.rockberg-search .product-container .card.on-sale.featured .sale-tag {
        left: 30px;
        top: 30px
    }
}

.block.product-overview.layout-four-cards .product-container .card:nth-of-type(2n),
.block.product-overview.layout-four-cards-sep .product-container .card:nth-of-type(2n),
.block.rockberg-search .product-container .card:nth-of-type(2n) {
    opacity: 0
}

@media screen and (max-width:850px) {

    .block.product-overview.layout-four-cards .product-container .card:nth-of-type(2n),
    .block.product-overview.layout-four-cards-sep .product-container .card:nth-of-type(2n),
    .block.rockberg-search .product-container .card:nth-of-type(2n) {
        opacity: 1;
        transform: translateY(0px)
    }
}

@media screen and (max-width:850px) {

    .block.product-overview.layout-four-cards .product-container .card,
    .block.product-overview.layout-four-cards-sep .product-container .card,
    .block.rockberg-search .product-container .card {
        opacity: 1;
        transform: translateY(0px)
    }
}

.block.product-overview.layout-four-cards .product-container .card.no-animate,
.block.product-overview.layout-four-cards-sep .product-container .card.no-animate,
.block.rockberg-search .product-container .card.no-animate {
    opacity: 1;
    transform: translateY(0px)
}

.block.product-overview.layout-four-cards .product-container .card[href="#"],
.block.product-overview.layout-four-cards-sep .product-container .card[href="#"],
.block.rockberg-search .product-container .card[href="#"] {
    pointer-events: none;
    cursor: pointer
}

.block.product-overview.layout-four-cards .product-container .card picture,
.block.product-overview.layout-four-cards-sep .product-container .card picture,
.block.rockberg-search .product-container .card picture {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 100%
}

.block.product-overview.layout-four-cards .product-container .card picture img,
.block.product-overview.layout-four-cards-sep .product-container .card picture img,
.block.rockberg-search .product-container .card picture img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 1;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
    transition: all 0.4s
}

.block.product-overview.layout-four-cards .product-container .card:hover picture img,
.block.product-overview.layout-four-cards-sep .product-container .card:hover picture img,
.block.rockberg-search .product-container .card:hover picture img {
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
    transform: scale(1.03, 1.03)
}

.block.product-overview.layout-four-cards .product-container .card .card-bodegas,
.block.product-overview.layout-four-cards .product-container .card .card-title,
.block.product-overview.layout-four-cards-sep .product-container .card .card-bodegas,
.block.product-overview.layout-four-cards-sep .product-container .card .card-title,
.block.rockberg-search .product-container .card .card-bodegas,
.block.rockberg-search .product-container .card .card-title {
    width: 100%;
    text-align: center;
    color: #888;
    font-weight: 600
}

@media screen and (max-width:668px) {

    .block.product-overview.layout-four-cards .product-container .card .card-bodegas,
    .block.product-overview.layout-four-cards .product-container .card .card-title,
    .block.product-overview.layout-four-cards-sep .product-container .card .card-bodegas,
    .block.product-overview.layout-four-cards-sep .product-container .card .card-title,
    .block.rockberg-search .product-container .card .card-bodegas,
    .block.rockberg-search .product-container .card .card-title {
        font-size: 15px;
        letter-spacing: 0
    }
}

.block.product-overview.layout-four-cards .product-container .card .stock-status,
.block.product-overview.layout-four-cards-sep .product-container .card .stock-status,
.block.rockberg-search .product-container .card .stock-status {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    align-items: center;
    color: #888;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    padding-top: 10px
}

.block.product-overview.layout-four-cards .product-container .card .stock-status .circle,
.block.product-overview.layout-four-cards-sep .product-container .card .stock-status .circle,
.block.rockberg-search .product-container .card .stock-status .circle {
    display: inline-block;
    margin-right: 8px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ccc
}

.block.product-overview.layout-four-cards .product-container .card.in-stock .circle,
.block.product-overview.layout-four-cards-sep .product-container .card.in-stock .circle,
.block.rockberg-search .product-container .card.in-stock .circle {
    background-color: #52970D
}

.block.product-overview.layout-four-cards .product-container .card .card-title,
.block.product-overview.layout-four-cards-sep .product-container .card .card-title,
.block.rockberg-search .product-container .card .card-title {
    margin-top: 20px
}

.block.product-overview.layout-four-cards .product-container .card .card-title,
.block.product-overview.layout-four-cards-sep .product-container .card .card-title,
.block.rockberg-search .product-container .card .card-title {
    color: #111
}

.block.product-overview.layout-four-cards .product-container .card .card-text,
.block.product-overview.layout-four-cards-sep .product-container .card .card-text,
.block.rockberg-search .product-container .card .card-text {
    width: 100%;
    text-align: center;
    margin-top: 6px;
    letter-spacing: -0.5px;
    color: #666
}

.block.product-overview.layout-four-cards .product-container .card .card-price,
.block.product-overview.layout-four-cards-sep .product-container .card .card-price,
.block.rockberg-search .product-container .card .card-price {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    color: #111;
    font-size: 20px;
    font-family: "PT Serif", serif
}

.block.product-overview.layout-four-cards .product-container .card .card-price .regular-price,
.block.product-overview.layout-four-cards-sep .product-container .card .card-price .regular-price,
.block.rockberg-search .product-container .card .card-price .regular-price {
    position: relative
}

.block.product-overview.layout-four-cards .product-container .card .card-price .regular-price:before,
.block.product-overview.layout-four-cards-sep .product-container .card .card-price .regular-price:before,
.block.rockberg-search .product-container .card .card-price .regular-price:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #666;
    top: calc(50% + 1px)
}

.block.product-overview.layout-four-cards .product-container .card.out-of-stock .card-price,
.block.product-overview.layout-four-cards-sep .product-container .card.out-of-stock .card-price,
.block.rockberg-search .product-container .card.out-of-stock .card-price {
    color: #888
}

.block.rockberg-search .card {
    opacity: 1 !important;
    transform: translateY(0px) !important
}

@media screen and (max-width:850px) {

    .block.product-overview.layout-four-cards .product-container .tasting-profile-heading,
    .block.product-overview.layout-four-cards-sep .product-container .tasting-profile-heading {
        grid-column: span 2;
        max-width: 75%
    }

    .block.product-overview.layout-four-cards .product-container .card picture,
    .block.product-overview.layout-four-cards-sep .product-container .card picture {
        padding-top: 120%
    }
}

@media screen and (max-width:481px) {

    .block.product-overview.layout-four-cards .product-container .tasting-profile-heading,
    .block.product-overview.layout-four-cards-sep .product-container .tasting-profile-heading {
        max-width: 100%
    }

    .block.product-overview.layout-four-cards .product-container .card picture,
    .block.product-overview.layout-four-cards-sep .product-container .card picture {
        padding-top: 150%
    }
}

body.hide-header-shop header.headroom {
    transform: translateY(-120px) !important;
    transition: transform 0.4s ease 0s, height 0.6s cubic-bezier(0.55, 0, 0.175, 1) 0.2s, width 0.4s, padding 0.2s, box-shadow 0.2s, background-color 0.4s, border 0.4s !important
}

.block.product-overview .filter-bar {
    width: 100%;
    position: sticky;
    display: flex;
    align-items: center;
    left: 0;
    top: -1px;
    height: 60px;
    background-color: #fff;
    z-index: 11;
    margin-bottom: 80px
}

.block.product-overview .filter-bar .filters {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between
}

.block.product-overview .filter-bar .range-slider {
    display: flex;
    align-items: center;
    width: 100%
}

.block.product-overview .filter-bar .range-slider label {
    white-space: nowrap;
    color: #888;
    margin-right: 100px
}

.block.product-overview .filter-bar .bodegas-filter-trigger {
    cursor: pointer;
    white-space: nowrap
}

.bodegas-filter-popup {
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 60px 0;
    cursor: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s
}

.bodegas-filter-popup.active {
    opacity: 1;
    pointer-events: auto
}

.bodegas-filter-popup .inner-container {
    display: flex;
    justify-content: flex-end;
    max-height: 100%
}

.bodegas-filter-popup .bodegas-filter-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: auto;
    background-color: #fff;
    padding: 60px 0 0;
    width: 530px;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    overflow-y: scroll;
    cursor: default
}

.bodegas-filter-popup .bodegas-filter-container .bodegas-options {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin: 60px 0 60px;
    padding: 0 60px
}

.bodegas-filter-popup .bodegas-filter-container .bodegas-options .bodegas-option {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    color: #888;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s
}

.bodegas-filter-popup .bodegas-filter-container .bodegas-options .bodegas-option svg {
    opacity: 0;
    transition: opacity 0.2s
}

.bodegas-filter-popup .bodegas-filter-container .bodegas-options .bodegas-option.active,
.bodegas-filter-popup .bodegas-filter-container .bodegas-options .bodegas-option:hover {
    color: #111
}

.bodegas-filter-popup .bodegas-filter-container .bodegas-options .bodegas-option.active svg {
    opacity: 1
}

.bodegas-filter-popup .bodegas-filter-container .bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: sticky;
    background-color: white;
    border-top: 1px solid #f5f5f5;
    bottom: 0;
    left: 0;
    padding: 24px 0;
    width: 100%
}

.bodegas-filter-popup .bodegas-filter-container .bottom .apply {
    margin-bottom: 16px
}

.bodegas-filter-popup .bodegas-filter-container .bottom .reset {
    cursor: pointer;
    font-size: 15px;
    color: #888;
    transition: all 0.2s
}

.bodegas-filter-popup .bodegas-filter-container .bottom .reset:hover {
    color: #111
}

input[type=range] {
    height: 60px;
    cursor: pointer;
    user-select: none;
    -webkit-appearance: none;
    width: 530px;
    max-width: 50%;
    background: transparent
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

input[type=range]:focus {
    outline: none
}

input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 12px;
    width: 12px;
    box-shadow: 0px 0px 0px 4px #fff;
    border-radius: 10px;
    background: #111;
    border: 0px solid #fff;
    cursor: pointer;
    margin-top: -4px
}

input[type=range]::-moz-range-thumb {
    height: 12px;
    width: 12px;
    box-shadow: 0px 0px 0px 4px #fff;
    border-radius: 10px;
    background: #111;
    border: 0px solid #fff;
    cursor: pointer
}

input[type=range]::-ms-thumb {
    height: 12px;
    width: 12px;
    box-shadow: 0px 0px 0px 4px #fff;
    border-radius: 10px;
    background: #111;
    border: 0px solid #fff;
    cursor: pointer
}

input[type=range]::-webkit-slider-runnable-track {
    width: 530px;
    max-width: 100%;
    height: 4px;
    cursor: pointer;
    background: linear-gradient(90deg, #F7F1C8 0%, #FF8800 50%, #541F18 100%);
    border-radius: 2px
}

input[type=range]::-moz-range-track {
    width: 530px;
    max-width: 100%;
    height: 4px;
    cursor: pointer;
    background: linear-gradient(90deg, #F7F1C8 0%, #FF8800 50%, #541F18 100%);
    border-radius: 2px
}

input[type=range]::-ms-track {
    width: 530px;
    max-width: 100%;
    height: 4px;
    cursor: pointer;
    background: linear-gradient(90deg, #F7F1C8 0%, #FF8800 50%, #541F18 100%);
    border-radius: 2px
}

@media screen and (max-width:1050px) {
    .block.product-overview .filter-bar {
        height: 80px
    }

    .block.product-overview .filter-bar .range-slider {
        flex-direction: column;
        align-items: flex-start
    }

    .block.product-overview .filter-bar .range-slider label {
        margin: 0
    }

    .block.product-overview .filter-bar .range-slider input {
        height: 30px
    }
}

@media screen and (max-width:850px) {
    .block.product-overview .filter-bar {
        height: 70px;
        padding-top: 10px
    }

    .block.product-overview .filter-bar .range-slider {
        width: 100%
    }

    .block.product-overview .filter-bar .range-slider input {
        width: 100%;
        max-width: 100%
    }

    .block.product-overview .filter-bar .bodegas-filter-trigger {
        position: absolute;
        right: 20px;
        top: 0
    }
}

@media screen and (max-width:668px) {
    .bodegas-filter-popup {
        padding: 0
    }

    .bodegas-filter-popup .inner-container {
        max-width: 100%;
        padding: 0
    }

    .bodegas-filter-popup .inner-container .bodegas-filter-container {
        width: 100%
    }

    .bodegas-filter-popup .inner-container .bodegas-filter-container .bodegas-options {
        padding: 0 20px
    }
}

@media screen and (max-width:481px) {
    .block.product-overview .filter-bar .haest-5 {
        letter-spacing: 0.5px;
        font-size: calc(5px + 2.5vw)
    }

    .block.product-overview .filter-bar .bodegas-filter-trigger span {
        display: none
    }

    .bodegas-filter-popup .bodegas-filter-container {
        padding: 40px 0 0
    }

    .bodegas-filter-popup .bodegas-filter-container .bodegas-options {
        margin: 30px 0 40px
    }

    .bodegas-filter-popup .bodegas-filter-container .apply {
        margin-bottom: 15px
    }
}

.product-overview-cta {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 60px
}

.block.product-overview {
    flex-direction: column;
    align-items: center;
    overflow: hidden
}

.block.product-overview.layout-four-cards,
.block.product-overview.layout-four-cards-sep,
.block.rockberg-search {
    overflow: visible
}

.block.product-overview.layout-four-cards .product-container,
.block.product-overview.layout-four-cards-sep .product-container,
.block.rockberg-search .product-container {
    display: grid;
    width: 100%;
    padding-top: 5px;
    grid-row-gap: 120px
}

@media screen and (max-width:668px) {

    .block.product-overview.layout-four-cards .product-container,
    .block.product-overview.layout-four-cards-sep .product-container,
    .block.rockberg-search .product-container {
        grid-row-gap: 60px;
        grid-column-gap: 10px
    }
}

.block.product-overview.layout-four-cards .product-container div.placeholder,
.block.product-overview.layout-four-cards-sep .product-container div.placeholder,
.block.rockberg-search .product-container div.placeholder {
    width: 100%;
    background-color: transparent;
    padding-top: 120%
}

.block.product-overview.layout-four-cards .product-container .tasting-profile-heading,
.block.product-overview.layout-four-cards-sep .product-container .tasting-profile-heading,
.block.rockberg-search .product-container .tasting-profile-heading {
    grid-column: span 4;
    max-width: 50%;
    margin-top: 60px
}

@media screen and (max-width:668px) {

    .block.product-overview.layout-four-cards .product-container .tasting-profile-heading,
    .block.product-overview.layout-four-cards-sep .product-container .tasting-profile-heading,
    .block.rockberg-search .product-container .tasting-profile-heading {
        margin-top: 40px
    }
}

.block.product-overview.layout-four-cards .product-container .tasting-profile-heading:first-child,
.block.product-overview.layout-four-cards-sep .product-container .tasting-profile-heading:first-child,
.block.rockberg-search .product-container .tasting-profile-heading:first-child {
    margin-top: 0px !important
}

.block.product-overview.layout-four-cards .product-container .tasting-profile-heading .tasting-profile-title,
.block.product-overview.layout-four-cards-sep .product-container .tasting-profile-heading .tasting-profile-title,
.block.rockberg-search .product-container .tasting-profile-heading .tasting-profile-title {
    display: flex;
    align-items: center
}

.block.product-overview.layout-four-cards .product-container .tasting-profile-heading .tasting-profile-title .profile-color,
.block.product-overview.layout-four-cards-sep .product-container .tasting-profile-heading .tasting-profile-title .profile-color,
.block.rockberg-search .product-container .tasting-profile-heading .tasting-profile-title .profile-color {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px
}

.block.product-overview.layout-four-cards .product-container .tasting-profile-heading .excerpt,
.block.product-overview.layout-four-cards-sep .product-container .tasting-profile-heading .excerpt,
.block.rockberg-search .product-container .tasting-profile-heading .excerpt {
    margin-top: 30px;
    color: #888
}

@media screen and (max-width:481px) {

    .block.product-overview.layout-four-cards .product-container .tasting-profile-heading .excerpt,
    .block.product-overview.layout-four-cards-sep .product-container .tasting-profile-heading .excerpt,
    .block.rockberg-search .product-container .tasting-profile-heading .excerpt {
        margin-top: 15px;
        font-size: 15px
    }
}

.block.product-overview.layout-four-cards .product-container .card,
.block.product-overview.layout-four-cards-sep .product-container .card,
.block.rockberg-search .product-container .card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    transform: translateY(120px);
    opacity: 0;
    position: relative
}

.block.product-overview.layout-four-cards .product-container .card.featured,
.block.product-overview.layout-four-cards-sep .product-container .card.featured,
.block.rockberg-search .product-container .card.featured {
    grid-column: span 2;
    justify-content: center;
    grid-row: 2 span;
    background-color: #f5f5f5;
    padding: 40px 0px;
    margin-top: -30px;
    margin-bottom: -30px
}

.block.product-overview.layout-four-cards .product-container .card.featured .card-title,
.block.product-overview.layout-four-cards-sep .product-container .card.featured .card-title,
.block.rockberg-search .product-container .card.featured .card-title {
    margin-top: 35px
}

@media screen and (max-width:850px) {

    .block.product-overview.layout-four-cards .product-container .card.featured,
    .block.product-overview.layout-four-cards-sep .product-container .card.featured,
    .block.rockberg-search .product-container .card.featured {
        margin-top: 0px;
        margin-bottom: 0px
    }
}

.block.product-overview.layout-four-cards .product-container .card .sale-tag,
.block.product-overview.layout-four-cards-sep .product-container .card .sale-tag,
.block.rockberg-search .product-container .card .sale-tag {
    display: none
}

.block.product-overview.layout-four-cards .product-container .card.on-sale .card-price,
.block.product-overview.layout-four-cards-sep .product-container .card.on-sale .card-price,
.block.rockberg-search .product-container .card.on-sale .card-price {
    color: #CF1D1D
}

.block.product-overview.layout-four-cards .product-container .card.on-sale .card-price .regular-price,
.block.product-overview.layout-four-cards-sep .product-container .card.on-sale .card-price .regular-price,
.block.rockberg-search .product-container .card.on-sale .card-price .regular-price {
    color: #888
}

.block.product-overview.layout-four-cards .product-container .card.on-sale .sale-tag,
.block.product-overview.layout-four-cards-sep .product-container .card.on-sale .sale-tag,
.block.rockberg-search .product-container .card.on-sale .sale-tag {
    background-color: #CF1D1D;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10%;
    top: 10%;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 30px
}

@media screen and (max-width:481px) {

    .block.product-overview.layout-four-cards .product-container .card.on-sale .sale-tag,
    .block.product-overview.layout-four-cards-sep .product-container .card.on-sale .sale-tag,
    .block.rockberg-search .product-container .card.on-sale .sale-tag {
        left: 0px;
        top: 0px;
        transform: scale(0.8, 0.8)
    }
}

.block.product-overview.layout-four-cards .product-container .card.on-sale.featured .sale-tag,
.block.product-overview.layout-four-cards-sep .product-container .card.on-sale.featured .sale-tag,
.block.rockberg-search .product-container .card.on-sale.featured .sale-tag {
    left: 60px;
    top: 60px
}

@media screen and (max-width:481px) {

    .block.product-overview.layout-four-cards .product-container .card.on-sale.featured .sale-tag,
    .block.product-overview.layout-four-cards-sep .product-container .card.on-sale.featured .sale-tag,
    .block.rockberg-search .product-container .card.on-sale.featured .sale-tag {
        left: 30px;
        top: 30px
    }
}

.block.product-overview.layout-four-cards .product-container .card:nth-of-type(2n),
.block.product-overview.layout-four-cards-sep .product-container .card:nth-of-type(2n),
.block.rockberg-search .product-container .card:nth-of-type(2n) {
    opacity: 0
}

@media screen and (max-width:850px) {

    .block.product-overview.layout-four-cards .product-container .card:nth-of-type(2n),
    .block.product-overview.layout-four-cards-sep .product-container .card:nth-of-type(2n),
    .block.rockberg-search .product-container .card:nth-of-type(2n) {
        opacity: 1;
        transform: translateY(0px)
    }
}

@media screen and (max-width:850px) {

    .block.product-overview.layout-four-cards .product-container .card,
    .block.product-overview.layout-four-cards-sep .product-container .card,
    .block.rockberg-search .product-container .card {
        opacity: 1;
        transform: translateY(0px)
    }
}

.block.product-overview.layout-four-cards .product-container .card.no-animate,
.block.product-overview.layout-four-cards-sep .product-container .card.no-animate,
.block.rockberg-search .product-container .card.no-animate {
    opacity: 1;
    transform: translateY(0px)
}

.block.product-overview.layout-four-cards .product-container .card[href="#"],
.block.product-overview.layout-four-cards-sep .product-container .card[href="#"],
.block.rockberg-search .product-container .card[href="#"] {
    pointer-events: none;
    cursor: pointer
}

.block.product-overview.layout-four-cards .product-container .card picture,
.block.product-overview.layout-four-cards-sep .product-container .card picture,
.block.rockberg-search .product-container .card picture {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 100%
}

.block.product-overview.layout-four-cards .product-container .card picture img,
.block.product-overview.layout-four-cards-sep .product-container .card picture img,
.block.rockberg-search .product-container .card picture img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 1;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
    transition: all 0.4s
}

.block.product-overview.layout-four-cards .product-container .card:hover picture img,
.block.product-overview.layout-four-cards-sep .product-container .card:hover picture img,
.block.rockberg-search .product-container .card:hover picture img {
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
    transform: scale(1.03, 1.03)
}

.block.product-overview.layout-four-cards .product-container .card .card-bodegas,
.block.product-overview.layout-four-cards .product-container .card .card-title,
.block.product-overview.layout-four-cards-sep .product-container .card .card-bodegas,
.block.product-overview.layout-four-cards-sep .product-container .card .card-title,
.block.rockberg-search .product-container .card .card-bodegas,
.block.rockberg-search .product-container .card .card-title {
    width: 100%;
    text-align: center;
    color: #888;
    font-weight: 600
}

@media screen and (max-width:668px) {

    .block.product-overview.layout-four-cards .product-container .card .card-bodegas,
    .block.product-overview.layout-four-cards .product-container .card .card-title,
    .block.product-overview.layout-four-cards-sep .product-container .card .card-bodegas,
    .block.product-overview.layout-four-cards-sep .product-container .card .card-title,
    .block.rockberg-search .product-container .card .card-bodegas,
    .block.rockberg-search .product-container .card .card-title {
        font-size: 15px;
        letter-spacing: 0
    }
}

.block.product-overview.layout-four-cards .product-container .card .stock-status,
.block.product-overview.layout-four-cards-sep .product-container .card .stock-status,
.block.rockberg-search .product-container .card .stock-status {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    align-items: center;
    color: #888;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    padding-top: 10px
}

.block.product-overview.layout-four-cards .product-container .card .stock-status .circle,
.block.product-overview.layout-four-cards-sep .product-container .card .stock-status .circle,
.block.rockberg-search .product-container .card .stock-status .circle {
    display: inline-block;
    margin-right: 8px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ccc
}

.block.product-overview.layout-four-cards .product-container .card.in-stock .circle,
.block.product-overview.layout-four-cards-sep .product-container .card.in-stock .circle,
.block.rockberg-search .product-container .card.in-stock .circle {
    background-color: #52970D
}

.block.product-overview.layout-four-cards .product-container .card .card-title,
.block.product-overview.layout-four-cards-sep .product-container .card .card-title,
.block.rockberg-search .product-container .card .card-title {
    margin-top: 20px
}

.block.product-overview.layout-four-cards .product-container .card .card-title,
.block.product-overview.layout-four-cards-sep .product-container .card .card-title,
.block.rockberg-search .product-container .card .card-title {
    color: #111
}

.block.product-overview.layout-four-cards .product-container .card .card-text,
.block.product-overview.layout-four-cards-sep .product-container .card .card-text,
.block.rockberg-search .product-container .card .card-text {
    width: 100%;
    text-align: center;
    margin-top: 6px;
    letter-spacing: -0.5px;
    color: #666
}

.block.product-overview.layout-four-cards .product-container .card .card-price,
.block.product-overview.layout-four-cards-sep .product-container .card .card-price,
.block.rockberg-search .product-container .card .card-price {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    color: #111;
    font-size: 20px;
    font-family: "PT Serif", serif
}

.block.product-overview.layout-four-cards .product-container .card .card-price .regular-price,
.block.product-overview.layout-four-cards-sep .product-container .card .card-price .regular-price,
.block.rockberg-search .product-container .card .card-price .regular-price {
    position: relative
}

.block.product-overview.layout-four-cards .product-container .card .card-price .regular-price:before,
.block.product-overview.layout-four-cards-sep .product-container .card .card-price .regular-price:before,
.block.rockberg-search .product-container .card .card-price .regular-price:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #666;
    top: calc(50% + 1px)
}

.block.product-overview.layout-four-cards .product-container .card.out-of-stock .card-price,
.block.product-overview.layout-four-cards-sep .product-container .card.out-of-stock .card-price,
.block.rockberg-search .product-container .card.out-of-stock .card-price {
    color: #888
}

.block.rockberg-search .card {
    opacity: 1 !important;
    transform: translateY(0px) !important
}

@media screen and (max-width:850px) {

    .block.product-overview.layout-four-cards .product-container .tasting-profile-heading,
    .block.product-overview.layout-four-cards-sep .product-container .tasting-profile-heading {
        grid-column: span 2;
        max-width: 75%
    }

    .block.product-overview.layout-four-cards .product-container .card picture,
    .block.product-overview.layout-four-cards-sep .product-container .card picture {
        padding-top: 120%
    }
}

@media screen and (max-width:481px) {

    .block.product-overview.layout-four-cards .product-container .tasting-profile-heading,
    .block.product-overview.layout-four-cards-sep .product-container .tasting-profile-heading {
        max-width: 100%
    }

    .block.product-overview.layout-four-cards .product-container .card picture,
    .block.product-overview.layout-four-cards-sep .product-container .card picture {
        padding-top: 150%
    }
}

.add-to-bag-wrapper {
    height: 60px;
    width: 100%;
    max-width: 400px;
    color: #fff;
    position: relative;
    user-select: none
}

.add-to-bag-wrapper .add-to-bag-container {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 60px;
    background-color: #000;
    border-radius: 30px;
    box-shadow: 0px 0px 2px 0px #fff
}

.add-to-bag-wrapper .add-to-bag-container .slideout {
    overflow: hidden
}

.add-to-bag-wrapper .add-to-bag-container .slideout .slideout-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 340px;
    padding: 30px 50px
}

.add-to-bag-wrapper .add-to-bag-container .slideout .slideout-container p.title {
    width: 100%;
    text-align: center;
    color: #888
}

.add-to-bag-wrapper .add-to-bag-container .slideout .slideout-container .bottle-quantifier {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.add-to-bag-wrapper .add-to-bag-container .slideout .slideout-container .bottle-quantifier .add,
.add-to-bag-wrapper .add-to-bag-container .slideout .slideout-container .bottle-quantifier .subtract {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    cursor: pointer
}

.add-to-bag-wrapper .add-to-bag-container .slideout .slideout-container .bottle-quantifier .add span,
.add-to-bag-wrapper .add-to-bag-container .slideout .slideout-container .bottle-quantifier .subtract span {
    height: 4px;
    width: 100%;
    background-color: #888;
    transition: background-color 0.2s
}

.add-to-bag-wrapper .add-to-bag-container .slideout .slideout-container .bottle-quantifier .add:hover span,
.add-to-bag-wrapper .add-to-bag-container .slideout .slideout-container .bottle-quantifier .subtract:hover span {
    background-color: #fff
}

.add-to-bag-wrapper .add-to-bag-container .slideout .slideout-container .bottle-quantifier .add span:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 4px;
    margin-left: -2px
}

.add-to-bag-wrapper .add-to-bag-container .slideout .slideout-container .textual {
    font-size: 15px !important;
    height: 22.5px;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.25px;
    color: #fff
}

.add-to-bag-wrapper .add-to-bag-container .add-to-bag-bar {
    display: flex;
    position: relative;
    z-index: 2;
    height: 60px;
    align-items: center;
    padding: 0 30px;
    justify-content: space-between;
    cursor: pointer;
    transition: padding 0.4s
}

.add-to-bag-wrapper .add-to-bag-container .add-to-bag-bar .add-to-bag-cta,
.add-to-bag-wrapper .add-to-bag-container .add-to-bag-bar .toggle-slideout {
    text-transform: uppercase;
    transition: all 0.4s
}

.add-to-bag-wrapper .add-to-bag-container .add-to-bag-bar .add-to-bag-cta {
    position: absolute;
    right: 30px;
    background: linear-gradient(270deg, #EF8B1A 0%, #FCD97A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.add-to-bag-wrapper.closed .slideout {
    height: 0;
    transition: height 0.4s cubic-bezier(0.55, 0, 0.175, 1)
}

.add-to-bag-wrapper.closed .slideout .slideout-container {
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.55, 0, 0.175, 1)
}

.add-to-bag-wrapper.closed .add-to-bag-cta {
    opacity: 0
}

.add-to-bag-wrapper.closed .toggle-slideout {
    opacity: 1
}

.add-to-bag-wrapper.open .slideout {
    height: 340px;
    transition: height 0.4s cubic-bezier(0.55, 0, 0.175, 1)
}

@media screen and (max-width:481px) {
    .add-to-bag-wrapper.open .slideout {
        height: calc(100vw - 40px - 60px)
    }
}

.add-to-bag-wrapper.open .slideout .slideout-container {
    transform: translateY(0px);
    opacity: 1;
    transition: all 0.2s ease 0.2s
}

@media screen and (max-width:481px) {
    .add-to-bag-wrapper.open .slideout .slideout-container {
        height: calc(100vw - 40px - 60px)
    }
}

.add-to-bag-wrapper.open .add-to-bag-bar {
    padding-bottom: 15px
}

.add-to-bag-wrapper.open .add-to-bag-bar .add-to-bag-cta {
    opacity: 1
}

.add-to-bag-wrapper.open .add-to-bag-bar .toggle-slideout {
    opacity: 0
}

.add-to-bag-wrapper.out-of-stock .add-to-bag-container {
    background-color: #888
}

.product-details .add-to-bag-wrapper {
    opacity: 0
}

.product-details .add-to-bag-wrapper.active {
    opacity: 1
}

.mobile-add-to-bag {
    display: flex;
    position: fixed;
    opacity: 0;
    width: calc(100% - 40px);
    left: 70px;
    bottom: 70px;
    pointer-events: none
}

.mobile-add-to-bag.active {
    opacity: 1;
    pointer-events: auto
}

.mobile-add-to-bag.end-reached {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s
}

@media screen and (max-width:850px) {
    .product-details .add-to-bag-wrapper {
        display: none
    }

    .mobile-add-to-bag {
        justify-content: center;
        left: 20px;
        bottom: 20px;
        transition: opacity 0.6s ease 2s
    }
}

.block.product-detail.first {
    padding-top: 240px
}

@media screen and (max-width:850px) {
    .block.product-detail.first {
        padding-top: 160px
    }
}

.block.product-detail .product-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative
}

.block.product-detail .product-container .bodegas {
    color: #888
}

.block.product-detail .product-container .product-details {
    position: relative;
    z-index: 2;
    width: 70%;
    padding-top: 3vw
}

@media screen and (max-width:850px) {
    .block.product-detail .product-container .product-details {
        padding-top: 0px
    }
}

.block.product-detail .product-container .taste-description {
    padding: 120px 0 100px
}

@media screen and (max-width:1440px) {
    .block.product-detail .product-container .taste-description {
        padding: 7.5vw 0 6.5vw
    }
}

.block.product-detail .product-container .taste-description.mobile {
    display: none
}

.block.product-detail .product-container .taste-description p.tasting-profile {
    display: flex;
    align-items: center
}

.block.product-detail .product-container .taste-description p.tasting-profile .tasting-profile-color {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin-right: 10px
}

.block.product-detail .product-container .product-image {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 30%
}

.block.product-detail .product-container .product-image .product-image-inner {
    display: flex;
    position: relative;
    top: 90px
}

@media screen and (max-width:850px) {
    .block.product-detail .product-container .product-image .product-image-inner {
        top: 0px
    }
}

.block.product-detail .product-container .product-image .product-image-inner img {
    height: calc(100vh - 180px)
}

.block.product-detail .product-container .product-image .product-image-inner img.shadow {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 8px;
    left: 8px;
    filter: blur(5px) brightness(50%);
    opacity: 0.5
}

.block.product-detail .product-container .product-information {
    margin-top: 60px;
    width: 100%;
    max-width: 670px
}

.block.product-detail .product-container .product-information .information-table {
    display: flex;
    flex-direction: column
}

.block.product-detail .product-container .product-information .information-table .row {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #111;
    padding: 20px 0px
}

.block.product-detail .product-container .product-information .information-table .row .haest-5:last-child {
    width: 50%;
    margin-left: auto;
    text-align: right;
}

.block.product-detail .text {
    margin-top: 30px;
    width: 100%;
    max-width: 670px;
    transition: height 0.6s;
    position: relative
}

.block.product-detail .text .text-inner h3:first-child {
    margin-top: 0px
}

.block.product-detail .text:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 90px;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white calc(100% - 30px));
    transition: opacity 0.6s ease 0s, height 0s ease 0.6s
}

.block.product-detail .text .read-more {
    display: none;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    bottom: 0px;
    transition: opacity 0.4s;
    display: flex;
    width: 100%;
    padding: 6px 0px;
    align-items: center;
    color: #111
}

.block.product-detail .text .read-more:hover {
    color: #000;
    text-decoration: underline
}

.block.product-detail .text.long-text {
    height: 150px;
    overflow: hidden
}

.block.product-detail .text.long-text:after {
    opacity: 1
}

.block.product-detail .text.long-text .read-more {
    display: block;
    opacity: 1
}

.block.product-detail .text.long-text.show-all:after {
    opacity: 0;
    height: 0
}

.block.product-detail .text.long-text.show-all .read-more {
    opacity: 0
}

@media screen and (max-width:850px) {
    .block.product-detail .product-container {
        flex-direction: column
    }

    .block.product-detail .product-container .product-details {
        width: 100%
    }

    .block.product-detail .product-container .product-details .product-information {
        display: none
    }

    .block.product-detail .product-container .product-image {
        margin: 60px 0px;
        width: 100%
    }

    .block.product-detail .product-container .product-image .product-image-inner img {
        height: 75vh
    }

    .block.product-detail .product-container .taste-description.mobile {
        display: flex;
        flex-direction: column
    }

    .block.product-detail .product-container .taste-description.desktop {
        display: none
    }
}

.block.text.first {
    padding-top: 240px
}

@media screen and (max-width:850px) {
    .block.text.first {
        padding-top: 160px
    }
}

.block.text.first .text-container.text {
    transform: translateY(0vw)
}

.block.text.text-left {
    justify-content: flex-start
}

.block.text.text-left .inner-container {
    padding-right: 0
}

.block.text.text-right {
    justify-content: flex-end
}

.block.text.text-right .inner-container {
    padding-left: 0
}

.block.text .inner-container--wide,
.block.text .inner-container--medium {
    width: 66.66%
}

.block.text .inner-container--narrow {
    width: calc(50% - 15px)
}

.block.text.text-middle .inner-container--wide {
    max-width: calc(1090px + 140px);
    width: 100%
}

.block.text.text-middle .inner-container--medium {
    max-width: calc(810px + 140px);
    width: 100%
}

.block.text.text-middle .inner-container--narrow {
    max-width: calc(600px + 140px);
    width: 100%
}

.block.text .text-container {
    overflow: visible;
    position: relative;
    opacity: 0
}

.block.text .text-container .text {
    transform: translateY(2.5vw)
}

@media screen and (max-width:668px) {
    .block.text .text-container .text {
        transform: translateY(20px)
    }
}

.block.text.in-viewport .text-container {
    opacity: 1
}

.block.text.in-viewport .text-container .text {
    transform: translateY(0px)
}

@media screen and (max-width:1050px) {
    .block.text .inner-container--wide {
        width: 75%
    }

    .block.text .inner-container--medium {
        width: 66.66%
    }

    .block.text .inner-container--narrow {
        width: 66.66%
    }
}

@media screen and (max-width:850px) {
    .block.text.text-left .inner-container--wide {
        width: 100%;
        padding-right: 70px
    }
}

@media screen and (max-width:668px) {
    .block.text .inner-container {
        width: 100% !important;
        padding: 0 20px !important
    }
}

.block.gallery .gallery-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    grid-row-gap: 120px
}

.block.gallery .gallery-container * {
    backface-visibility: hidden
}

.block.gallery .gallery-container .single-image-wrapper {
    display: flex;
    width: 100%;
    transform: translateY(5vw);
    will-change: transform
}

@media screen and (max-width:668px) {
    .block.gallery .gallery-container .single-image-wrapper {
        transform: translateY(20px)
    }
}

.block.gallery .gallery-container .single-image-wrapper .single-image {
    opacity: 0.1;
    width: 100%
}

.block.gallery .gallery-container .single-image-wrapper picture {
    display: flex;
    width: 100%;
    background-color: #eee;
    position: relative
}

.block.gallery .gallery-container .single-image-wrapper picture.portrait {
    padding-top: 133%
}

.block.gallery .gallery-container .single-image-wrapper picture.square {
    padding-top: 100%
}

.block.gallery .gallery-container .single-image-wrapper picture.landscape {
    padding-top: 75%
}

.block.gallery .gallery-container .single-image-wrapper picture img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media screen and (max-width:850px) {
    .block.gallery .inner-container .gallery-container {
        grid-template-columns: 1fr;
        grid-row-gap: 30px
    }
}

.block.home-gallery .home-gallery-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px
}

.block.home-gallery .home-gallery-container .left {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-row-gap: 30px
}

.block.home-gallery .home-gallery-container .left .spain img {
    width: 100%;
    margin-left: 35%
}

.block.home-gallery .home-gallery-container .left picture {
    width: 65%;
    transform: translateY(30px);
    aspect-ratio: 1
}

.block.home-gallery .home-gallery-container .left picture img {
    width: 100%;
    height: 100%
}

.block.home-gallery .home-gallery-container .left picture:last-of-type {
    margin-left: 35%
}

.block.home-gallery .home-gallery-container .right {
    display: flex;
    align-items: center;
    width: 100%
}

.block.home-gallery .home-gallery-container .right picture {
    width: 100%;
    transform: translateY(60px);
    aspect-ratio: 0.75
}

.block.home-gallery .home-gallery-container .right picture img {
    width: 100%;
    height: 100%
}

.block.home-gallery .home-gallery-container .right video {
    opacity: 0.1;
    width: 100%;
    object-fit: cover;
    transform: translateY(60px)
}

.block.home-gallery .home-gallery-container picture {
    opacity: 0.1
}

@media screen and (max-width:481px) {
    .block.home-gallery {
        overflow: hidden
    }

    .block.home-gallery .home-gallery-container {
        grid-template-columns: 1fr
    }

    .block.home-gallery .home-gallery-container .left {
        position: relative;
        grid-row-gap: 40vw
    }

    .block.home-gallery .home-gallery-container .left picture {
        width: 75%
    }

    .block.home-gallery .home-gallery-container .left picture:first-of-type {
        margin-left: -20px
    }

    .block.home-gallery .home-gallery-container .left picture:last-of-type {
        margin-left: auto;
        margin-right: -20px
    }

    .block.home-gallery .home-gallery-container .left .spain {
        position: absolute;
        top: 66vw
    }

    .block.home-gallery .home-gallery-container .left .spain img {
        margin-left: -20%
    }
}

.block.tp-overview .tp-featured-image {
    position: relative;
    width: 100%;
    height: calc(100vh - 450px);
    top: 30px;
    display: flex;
    align-items: flex-end;
    user-select: none
}

.block.tp-overview .tp-featured-image .tp-img {
    opacity: 0;
    transition: all 0.4s
}

.block.tp-overview .tp-featured-image .tp-img img {
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    transition: all 0s ease 0.4s
}

.block.tp-overview .tp-featured-image .tp-img.active {
    opacity: 1;
    transition: all 0.8s ease 0.2s
}

.block.tp-overview .tp-featured-image .tp-img.active img {
    transform: translateX(-50%) translateY(0px);
    transition: all 0.8s ease 0.2s
}

.block.tp-overview .tp-featured-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 50%, #FFFFFF 100%)
}

.block.tp-overview .tp-overview-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%
}

.block.tp-overview .tp-overview-wrapper .tp-overview-gallery {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    position: sticky;
    left: 0;
    height: auto;
    top: 0;
    margin-top: 0;
    height: 100vh;
    overflow: hidden;
    margin-left: -70px;
    margin-right: -70px;
    padding: 0 70px 50px;
    width: calc(100% + 70px + 70px)
}

.block.tp-overview .tp-overview-wrapper .tp-overview-gallery .tp-overview-inner {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 2;
    padding-right: calc((50vw - 335px + 60px));
    padding-left: calc((50vw - 335px - 100px))
}

.block.tp-overview .tp-overview-wrapper .tp-overview-gallery .card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 15px;
    width: 670px;
    max-width: calc(100vw - 40px);
    flex-shrink: 0;
    margin-bottom: 0;
    opacity: 0.5;
    cursor: none;
    position: relative;
    overflow: visible;
    transition: opacity 0.4s;
    background-color: rgba(255, 255, 255, 0.9)
}

.block.tp-overview .tp-overview-wrapper .tp-overview-gallery .card .card-content {
    padding: 6vh;
    height: 100%;
    box-shadow: 0 20px 40px -10px rgba(17, 17, 17, 0.25)
}

.block.tp-overview .tp-overview-wrapper .tp-overview-gallery .card p.tasting-profile {
    display: flex;
    align-items: center;
    font-size: 30px;
    margin-bottom: 30px
}

.block.tp-overview .tp-overview-wrapper .tp-overview-gallery .card p.tasting-profile .tasting-profile-color {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin-right: 20px
}

.block.tp-overview .tp-overview-wrapper .tp-overview-gallery .card.active {
    opacity: 1;
    cursor: default
}

.block.tp-overview .tp-overview-wrapper .tp-overview-gallery .card p.excerpt {
    margin-bottom: 30px
}

.block.tp-overview .tp-overview-wrapper .tp-overview-gallery picture img {
    border-radius: 0
}

.block.tp-overview .tp-overview-wrapper .swipe-tease {
    display: none
}

@media screen and (max-width:850px) {
    .block.tp-overview {
        overflow: hidden
    }

    .block.tp-overview .tp-overview-wrapper {
        height: auto !important
    }

    .block.tp-overview .tp-overview-wrapper .tp-overview-gallery {
        position: relative;
        align-items: flex-start;
        margin-left: 0;
        margin-right: 0;
        overflow: visible;
        padding: 0;
        width: calc(100% + 20px + 20px);
        margin-left: -20px;
        height: auto
    }

    .block.tp-overview .tp-overview-wrapper .tp-overview-gallery .tp-overview-inner {
        width: 100%;
        flex-direction: row;
        padding-left: 0;
        padding-right: 0
    }

    .block.tp-overview .tp-overview-wrapper .tp-overview-gallery .tp-overview-inner .card {
        margin: 0;
        width: calc(100% - 80px)
    }

    .block.tp-overview .tp-overview-wrapper .tp-overview-gallery .tp-overview-inner .card .card-content {
        padding: 30px;
        height: auto
    }

    .block.tp-overview .tp-overview-wrapper .tp-overview-gallery .tp-overview-inner .card .card-content .tasting-profile-title {
        font-size: 21px
    }

    .block.tp-overview .tp-overview-wrapper .tp-overview-gallery .tp-overview-inner .card .card-content p.excerpt {
        font-size: 15px
    }

    .block.tp-overview .tp-overview-wrapper .swipe-tease {
        display: none;
        position: absolute;
        z-index: 9;
        left: 50%;
        margin-left: -60px;
        top: calc(100vh - 320px);
        background-color: rgba(0, 0, 0, 0.8);
        border-radius: 60px
    }

    .block.tp-overview .tp-overview-wrapper .swipe-tease img {
        padding: 13px 50px;
        animation: swipe 1.2s alternate infinite;
        animation-timing-function: ease
    }
}

@keyframes swipe {
    0% {
        margin: 0;
        transform: rotate(-12deg) translateX(-4px)
    }

    100% {
        transform: rotate(12deg) translateX(4px)
    }
}

@media screen and (max-width:481px) {
    .block.tp-overview .tp-overview-wrapper .tp-overview-gallery .tp-overview-inner .card {
        margin: 0;
        width: calc(100% - 40px)
    }
}

@media screen and (max-width:850px) {
    .block.bd-overview {
        overflow: hidden
    }
}

.block.bd-overview .bd-featured-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.block.bd-overview .bd-featured-image .bd-img {
    opacity: 0;
    transition: all 0.4s
}

.block.bd-overview .bd-featured-image .bd-img img {
    position: absolute;
    top: 0px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    transition: all 0s ease 0.4s
}

.block.bd-overview .bd-featured-image .bd-img.active {
    opacity: 1;
    transition: all 0.8s ease 0.2s
}

.block.bd-overview .bd-featured-image .bd-img.active img {
    transform: translateX(-50%) translateY(0px);
    transition: all 0.8s ease 0.2s
}

.block.bd-overview .bd-overview-wrapper {
    display: flex;
    width: 100%;
    height: 2000px
}

.block.bd-overview .bd-overview-wrapper .bd-overview-gallery {
    display: flex;
    position: sticky;
    left: 0px;
    top: calc(50% - 18vw);
    height: 36vw;
    overflow: hidden;
    margin-left: -70px;
    margin-right: -70px;
    padding: 0px 70px;
    width: calc(100% + $desktop_left_right + $desktop_left_right);
    flex-direction: row
}

.block.bd-overview .bd-overview-wrapper .bd-overview-gallery .bd-overview-inner {
    display: flex;
    padding-right: 70px
}

.block.bd-overview .bd-overview-wrapper .bd-overview-gallery .card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    width: 36vw;
    height: auto;
    aspect-ratio: 1;
    flex-shrink: 0;
    margin-bottom: 0;
    opacity: 0.5;
    cursor: none;
    position: relative;
    opacity: 1;
    pointer-events: auto
}

.block.bd-overview .bd-overview-wrapper .bd-overview-gallery .card:after {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.25) 100%)
}

.block.bd-overview .bd-overview-wrapper .bd-overview-gallery .card img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1
}

.block.bd-overview .bd-overview-wrapper .bd-overview-gallery .card+.card {
    margin-left: 30px
}

.block.bd-overview .bd-overview-wrapper .bd-overview-gallery .card:last-of-type {
    margin-right: 70px
}

.block.bd-overview .bd-overview-wrapper .bd-overview-gallery .card .content {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    width: 100%;
    z-index: 3;
    bottom: 0px
}

.block.bd-overview .bd-overview-wrapper .bd-overview-gallery .card .content .excerpt {
    padding-top: 5px
}

.block.bd-overview .bd-overview-wrapper .bd-overview-gallery .card .content * {
    color: #fff
}

.block.bd-overview .bd-overview-wrapper .bd-overview-gallery picture img {
    border-radius: 0
}

@media screen and (max-width:850px) {
    .block.bd-overview {
        overflow: hidden
    }

    .block.bd-overview .bd-overview-wrapper {
        height: auto !important
    }

    .block.bd-overview .bd-overview-wrapper .bd-overview-gallery {
        position: relative;
        align-items: flex-start;
        margin-left: 0;
        margin-right: 0;
        overflow: visible;
        padding: 0;
        width: 100%;
        margin-left: -10px;
        height: auto
    }

    .block.bd-overview .bd-overview-wrapper .bd-overview-gallery .bd-overview-inner {
        width: 100%;
        flex-direction: row;
        padding-left: 0;
        padding-right: 0
    }

    .block.bd-overview .bd-overview-wrapper .bd-overview-gallery .bd-overview-inner .card {
        margin: 0;
        height: auto;
        width: calc(100% - 20px);
        max-width: 100%
    }

    .block.bd-overview .bd-overview-wrapper .bd-overview-gallery .bd-overview-inner .card .content {
        padding-bottom: 20px
    }
}

h3.result-title {
    display: flex;
    width: 100%;
    padding-bottom: 18px;
    margin-bottom: 28px;
    margin-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

@media screen and (max-width:481px) {
    h3.result-title {
        padding-bottom: 12px;
        margin-bottom: 21px
    }
}

.single-result+h3.result-title {
    margin-top: 60px
}

@media screen and (max-width:481px) {
    .single-result+h3.result-title {
        margin-top: 30px
    }
}

.single-result {
    display: flex;
    position: relative;
    width: 100%;
    font-size: 18px;
    text-decoration: none;
    line-height: 2;
    transition: transform 0.6s
}

.single-result:hover {
    transform: translateX(6px);
    transition: all 0.2s
}

p.no-results {
    grid-column: 1 / span 4;
    text-align: center
}

.block.rockberg-search.first {
    padding-top: 240px
}

@media screen and (max-width:850px) {
    .block.rockberg-search.first {
        padding-top: 160px
    }
}

.block.rockberg-search .filter-wrapper,
.block.rockberg-search .results-wrapper {
    display: flex;
    justify-content: center;
    width: 100%
}

.block.rockberg-search .filter-wrapper {
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(180px / 2)
}

@media screen and (max-width:481px) {
    .block.rockberg-search .filter-wrapper {
        margin-bottom: calc(120px / 1.5)
    }
}

.block.rockberg-search .results-container {
    width: 100%
}

.block.rockberg-search h3.header {
    margin-bottom: 20px
}

.block.rockberg-search .page-container {
    display: flex;
    flex-direction: column
}

.block.rockberg-search .page-container+.header {
    margin-top: 80px
}

@media screen and (max-width:481px) {
    .block.rockberg-search .page-container+.header {
        margin-top: 40px
    }
}

.block.rockberg-search .filter-big-search {
    width: 100%
}

.block.rockberg-search .filter-big-search .search-bar {
    position: relative
}

.block.rockberg-search .filter-big-search .search-bar input {
    border-radius: 6px;
    border: 1px solid #111111;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 60px;
    padding: 0px 18px;
    background-color: #ffffff;
    font-size: 20px;
    color: #111111
}

.block.rockberg-search .filter-big-search .search-bar input:placeholder-shown {
    border: 1px solid #888
}

.block.rockberg-search .filter-big-search .search-bar input:focus {
    border: 1px solid #111111
}

.block.rockberg-search .filter-big-search .search-bar .status-indicator {
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    right: 18px;
    top: 0
}

.block.rockberg-search .filter-big-search .search-bar .status-indicator .search-icon {
    margin-top: 5px
}

.block.rockberg-search .filter-big-search .search-bar .status-indicator .search-icon svg {
    width: 18px
}

.block.rockberg-search .filter-big-search .search-bar .status-indicator .loading-icon {
    display: none
}

.block.rockberg-search .filter-big-search .search-bar .status-indicator .loading-icon img {
    height: 21px
}

.block.rockberg-search.loading .filter-big-search .search-bar .status-indicator .loading-icon {
    display: flex
}

.block.rockberg-search.loading .filter-big-search .search-bar .status-indicator .search-icon {
    display: none
}

.block.rockberg-search h3.result-title {
    display: flex;
    width: 100%;
    padding-bottom: 18px;
    margin-bottom: 28px;
    margin-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

@media screen and (max-width:481px) {
    .block.rockberg-search h3.result-title {
        padding-bottom: 12px;
        margin-bottom: 21px
    }
}

.block.rockberg-search .single-result+h3.result-title {
    margin-top: 60px
}

@media screen and (max-width:481px) {
    .block.rockberg-search .single-result+h3.result-title {
        margin-top: 30px
    }
}

.block.rockberg-search .single-result {
    display: flex;
    position: relative;
    width: 100%;
    font-size: 18px;
    text-decoration: none;
    line-height: 2;
    transition: transform 0.6s
}

.block.rockberg-search .single-result:hover {
    transform: translateX(6px);
    transition: all 0.2s
}

.block.rockberg-search p.no-results {
    grid-column: 1 / span 4;
    text-align: center
}

.big-image {
    position: relative
}

.big-image:first-child {
    padding-top: 0
}

.big-image .inner-container {
    max-width: calc(100% + 70px + 70px)
}

.big-image .big-image-container {
    display: flex;
    position: relative;
    width: 100%;
    overflow: hidden
}

.big-image .big-image-container .card {
    width: 100%;
    flex-shrink: 0
}

.big-image .big-image-container .card picture {
    display: flex;
    width: 100%;
    position: relative;
    padding-top: 56.25%
}

.big-image .big-image-container .card picture img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.big-image .rb-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -60px
}

@media screen and (max-width:668px) {
    .big-image .rb-nav {
        margin-top: -30px
    }
}

.big-image .rb-nav .rb-dot {
    display: flex;
    align-items: center;
    position: relative;
    height: 10px;
    width: 10px;
    margin: 0px 5px;
    border-radius: 50%;
    overflow: hidden;
    user-select: none
}

.big-image .rb-nav .rb-dot:before {
    content: "";
    display: flex;
    height: 10px;
    width: 10px;
    background-color: #888
}

.big-image .rb-nav .rb-dot:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 0px;
    left: auto;
    right: 0px;
    top: 0px;
    background-color: #f9f9f9;
    transition: width 0.4s
}

.big-image .rb-nav .rb-dot.active:after {
    left: 0px;
    right: auto;
    width: 100%;
    transition: width 0.2s
}

.big-image .controls {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%
}

.big-image .controls .prev-slide,
.big-image .controls .next-slide {
    cursor: none;
    position: absolute;
    top: 0px;
    width: 50%;
    height: 100%
}

.big-image .controls .prev-slide {
    left: 0px
}

.big-image .controls .next-slide {
    right: 0px
}

@media screen and (max-width:1050px) {
    .big-image .controls {
        display: none
    }
}

body.front-end input[type=email],
body.front-end input[type=text],
body.front-end input[type=number],
body.front-end input[type=tel],
body.front-end input[type=password],
body.front-end input[type=url],
body.front-end select,
body.front-end textarea {
    display: flex;
    color: #000;
    border: 0px solid #ddd;
    border-width: 1px 1px 1px 1px;
    background-color: transparent;
    border-radius: 0px;
    height: 60px;
    width: 100%;
    appearance: none;
    padding: 10px 20px 10px 20px;
    transition: all 0.6s
}

body.front-end input[type=email]:focus,
body.front-end input[type=text]:focus,
body.front-end input[type=number]:focus,
body.front-end input[type=tel]:focus,
body.front-end input[type=password]:focus,
body.front-end input[type=url]:focus,
body.front-end select:focus,
body.front-end textarea:focus {
    outline: none;
    border: 0px solid #888;
    border-width: 1px 1px 1px 1px;
    transition: all 0.2s
}

body.front-end textarea {
    height: 144px;
    padding-top: 9px
}

body.front-end select {
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 14.8'%3E%3Cpolygon points='21.2 0 12 9.2 2.8 0 0 2.8 12 14.8 24 2.8 ' fill='%23000000'/%3E%3C/svg%3E");
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    background-size: 12px 7px;
    padding: 0px 10px 20px 10px 20px
}

body.front-end input[type=submit] {
    appearance: none;
    border: 0px solid #fff;
    display: flex;
    height: auto;
    cursor: pointer
}

.ginput_container_radio div.gfield_radio {
    display: flex;
    flex-direction: column
}

.ginput_container_radio div.gfield_radio div.gchoice {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    height: 36px
}

.ginput_container_radio div.gfield_radio div.gchoice input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    margin: 0;
    z-index: 2;
    opacity: 0
}

.ginput_container_radio div.gfield_radio div.gchoice input+label {
    display: flex;
    align-items: center;
    height: 36px;
    position: relative;
    font-size: 15px;
    padding: 0 0 0 calc(20px + 10px);
    margin: 0
}

.ginput_container_radio div.gfield_radio div.gchoice input+label:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: calc(-20px / 2);
    left: 0;
    cursor: pointer;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 20px;
    background-color: #ffffff;
    transition: background-color 0.2s;
    box-shadow: inset 0 0 0 5px #ffffff, 0 0 0 1px #000000
}

.ginput_container_radio div.gfield_radio div.gchoice input:checked+label:after {
    content: "";
    background-color: #000000;
    box-shadow: inset 0 0 0 5px #ffffff, 0 0 0 1px #000000
}

fieldset.special-radio {
    padding: 30px 0 !important !important
}

fieldset.special-radio .ginput_container_radio div.gfield_radio {
    flex-direction: row;
    justify-content: flex-start
}

fieldset.special-radio .ginput_container_radio div.gfield_radio div.gchoice {
    width: auto;
    margin-right: 40px;
    height: 60px;
    border-radius: 30px;
    background-color: #888888;
    padding: 0 24px
}

fieldset.special-radio .ginput_container_radio div.gfield_radio div.gchoice:last-of-type {
    margin-right: 0
}

@media screen and (max-width:481px) {
    fieldset.special-radio .ginput_container_radio div.gfield_radio {
        flex-direction: column;
        align-items: flex-start
    }

    fieldset.special-radio .ginput_container_radio div.gfield_radio div.gchoice {
        margin-right: 0;
        margin-bottom: 10px;
        height: 54px;
        padding: 1px 36px 0px 21px
    }

    fieldset.special-radio .ginput_container_radio div.gfield_radio div.gchoice label {
        padding-left: 42px
    }

    fieldset.special-radio .ginput_container_radio div.gfield_radio div.gchoice:last-of-type {
        margin-bottom: 0px
    }
}

.ginput_container_checkbox div.gfield_checkbox,
.ginput_container_consent div.gfield_checkbox {
    display: flex;
    flex-direction: column
}

.ginput_container_checkbox div.gfield_checkbox div.gchoice,
.ginput_container_consent div.gfield_checkbox div.gchoice {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    height: 36px
}

.ginput_container_checkbox input[type=checkbox],
.ginput_container_consent input[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin: 0;
    z-index: 2;
    opacity: 0
}

.ginput_container_checkbox input[type=checkbox]+label,
.ginput_container_consent input[type=checkbox]+label {
    align-items: center;
    height: auto;
    position: relative;
    font-size: 15px;
    padding: 5px 0 5px 30px;
    margin: 0
}

.ginput_container_checkbox input[type=checkbox]+label:after,
.ginput_container_consent input[type=checkbox]+label:after {
    content: "";
    box-sizing: border-box;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    cursor: pointer;
    font-size: 20px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: 0.082em solid #000000
}

.ginput_container_checkbox input[type=checkbox]:checked+label:after,
.ginput_container_consent input[type=checkbox]:checked+label:after {
    background-repeat: no-repeat;
    background-size: 0.5em 0.45em;
    background-position: 45% 45%;
    background-image: url("data:image/svg+xml;utf8,%3Csvg width='14px' height='12px' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='317.364 122.401 51.024 36.85' enable-background='new 317.364 122.401 51.024 36.85' xml:space='preserve'%3E%3Cg%3E%3Cpolygon fill='%23000000' points='368.388,127.273 363.371,122.401 335.385,149.576 322.382,136.88 317.364,141.753 335.385,159.251'/%3E%3C/g%3E%3C/svg%3E")
}

.ginput_container_consent {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.ginput_container_consent input[type=checkbox]+label {
    font-size: 15px
}

.ginput_container_consent input[type=checkbox]+label a {
    position: relative;
    text-decoration: underline;
    z-index: 3
}

.ginput_container_date input.datepicker {
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Cpath fill='%23000000' d='M33 13.5c0-3.5 0-6 0-6 0 0-1.8 0-4.5 0V9c0 0.8-0.7 1.5-1.5 1.5 -0.8 0-1.5-0.7-1.5-1.5V7.5c-4.6 0-10.4 0-15 0V9c0 0.8-0.7 1.5-1.5 1.5 -0.8 0-1.5-0.7-1.5-1.5V7.5c-2.7 0-4.5 0-4.5 0 0 0 0 2.5 0 6H33zM33 16.5H3C3 23.8 3 33 3 33c0 0 30 0 30 0C33 33 33 23.8 33 16.5zM28.5 4.5H33c1.7 0 3 1.3 3 3V33c0 1.7-1.3 3-3 3H3c-1.7 0-3-1.3-3-3V7.5c0-1.7 1.3-3 3-3h4.5v-3C7.5 0.7 8.2 0 9 0c0.8 0 1.5 0.7 1.5 1.5v3h15v-3C25.5 0.7 26.2 0 27 0c0.8 0 1.5 0.7 1.5 1.5V4.5z'/%3E%3C/svg%3E");
    background-position: calc(100% - 10px 20px 10px 20px) center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    padding: 0px 18px 0px 18px;
    width: 100%
}

.ui-datepicker-trigger {
    height: 21px;
    position: absolute;
    right: 18px;
    bottom: 14px
}

.ui-datepicker {
    z-index: 999999 !important;
    position: fixed !important;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #000;
    padding: 18px 12px 12px 12px;
    border-radius: 12px;
    width: 340px;
    max-width: calc(100% - 24px);
    top: 50% !important;
    margin-top: -130px;
    left: calc(50% - 170px) !important;
    box-shadow: 0 0 0 2000px rgba(0, 0, 0, 0.75);
    display: none
}

@media screen and (max-width:481px) {
    .ui-datepicker {
        width: 100% !important;
        max-width: 100% !important;
        left: 0px !important
    }
}

.ui-datepicker .ui-datepicker-other-month {
    line-height: 1px
}

.ui-datepicker .ui-datepicker-unselectable {
    padding-bottom: 2px;
    padding-left: 1px;
    padding-right: 1px
}

.ui-datepicker .ui-datepicker-unselectable span {
    float: left;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    padding: 9px 6px;
    width: 100%;
    background-color: #efefef;
    border-radius: 6px;
    color: #aaa;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s
}

.datepicker-overlay {
    z-index: 999998 !important;
    position: fixed !important;
    background-color: rgba(0, 0, 0, 0.5);
    height: 120%;
    width: 100%;
    top: 0;
    left: 0
}

.ui-datepicker-header {
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 12px
}

.ui-datepicker-header .ui-datepicker-next,
.ui-datepicker-header .ui-datepicker-prev {
    position: absolute;
    cursor: pointer;
    z-index: 3;
    width: 20px;
    height: 40px;
    display: none;
    background-size: 9px 15px;
    background-repeat: no-repeat;
    background-position: center center
}

.ui-datepicker-header .ui-datepicker-next {
    right: 0
}

.ui-datepicker-header .ui-datepicker-prev {
    left: 0;
    transform: rotate(180deg)
}

.ui-datepicker-header .ui-datepicker-title {
    position: absolute;
    display: flex;
    justify-content: space-between;
    left: 10px;
    margin: 0;
    text-align: center;
    width: calc(100% - 20px)
}

.ui-datepicker-header .ui-datepicker-title select {
    height: 36px
}

.ui-datepicker-month,
.ui-datepicker-year {
    width: auto;
    width: calc(50% - 12px) !important;
    height: 32px;
    border: 1px solid #aaa;
    font-weight: 300;
    padding-left: 12px;
    background-color: transparent;
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2024%2014.8%22%20style%3D%22enable-background%3Anew%200%200%2024%2014.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpolygon%20fill%3D%22%23000000%22%20points%3D%2221.2%2C0%2012%2C9.2%202.8%2C0%200%2C2.8%2012%2C14.8%2024%2C2.8%20%09%09%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
    background-position: calc(100% - 12px) center;
    background-repeat: no-repeat;
    background-size: 12px 7px;
    display: flex;
    align-items: center
}

.ui-datepicker-calendar {
    width: 100%
}

.ui-datepicker-calendar thead th {
    padding-bottom: 9px
}

.ui-datepicker-calendar thead span {
    font-weight: 400
}

.ui-datepicker-calendar tbody td a {
    float: left;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    padding: 9px 6px;
    width: 100%;
    border-radius: 6px;
    background-color: transparent;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s
}

.ui-datepicker-calendar tbody td a:hover {
    background-color: #000;
    text-decoration: none;
    color: #fff
}

.ui-datepicker-calendar tbody td.ui-datepicker-today a {
    background-color: #000;
    border-radius: 6px;
    color: #fff
}

.ui-datepicker-next span,
.ui-datepicker-prev span {
    display: none
}

.gform_body div.gform_fields input[type=file] {
    opacity: 0;
    cursor: pointer;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.gform_body div.gform_fields div.gfield.file-upload {
    position: relative
}

.gform_body div.gform_fields div.gfield.file-upload .gform_fileupload_rules {
    display: none
}

.gform_body div.gform_fields div.gfield.file-upload .ginput_container_fileupload {
    font-size: 1rem;
    position: relative;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 0 solid #ddd;
    border-width: 1px 1px 1px 1px;
    height: auto;
    min-height: 60px;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0px;
    overflow: hidden
}

.gform_body div.gform_fields div.gfield.file-upload .ginput_container_fileupload:after {
    content: "Selecteer bestand";
    display: flex;
    align-items: center;
    position: absolute;
    box-sizing: border-box;
    right: 0;
    bottom: 0;
    padding-left: 18px;
    padding-right: 48px;
    color: inherit;
    width: auto;
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Cpath fill='%23000000' d='M35.1 23.3h-3.3c-0.5 0-0.7 0.2-0.7 0.7v7H4.9v-7c0-0.5-0.2-0.7-0.7-0.7H0.9C0.4 23.3 0 23.5 0 24V30c0 0.5 0 1.3 0 1.8v3.4C0 35.7 0.4 36 0.9 36h3.3c0.5 0 1.3 0 1.8 0H30c0.5 0 1.3 0 1.8 0h3.3c0.5 0 0.9-0.3 0.9-0.8v-3.4c0-0.5 0-1.3 0-1.8V24C36 23.5 35.6 23.3 35.1 23.3zM15.3 22.6c0 0.5 0.5 0.8 1 0.8h3.3c0.5 0 1-0.3 1-0.8v-9.6h7.6L18 0 7.7 12.9h7.6V22.6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 18px) center;
    background-size: 14px;
    height: 100%;
    background-color: #f1f1f1;
    transition: background-color 0.2s
}

.gform_body div.gform_fields div.gfield.file-upload .ginput_container_fileupload+.gfield_description {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 0;
    color: inherit;
    left: 10px 20px 10px 20px;
    font-size: 0.88rem;
    height: auto;
    min-height: 60px;
    width: calc(100% - 210px)
}

.gform_body div.gform_fields div.gfield.file-upload .ginput_preview {
    opacity: 0
}

.gform_body div.gform_fields div.gfield.file-upload .screen-reader-text {
    opacity: 0
}

.gform_body div.gform_fields div.gfield.file-upload:hover .gfield_description:after {
    background-color: #c3c9ce
}

@media screen and (max-width:668px) {
    .gform_body div.gform_fields div.gfield.file-upload .ginput_container_fileupload {
        height: 120px
    }

    .gform_body div.gform_fields div.gfield.file-upload .ginput_container_fileupload:after {
        height: 48px;
        width: 100%
    }

    .gform_body div.gform_fields div.gfield.file-upload .ginput_container_fileupload+.gfield_description {
        width: 100%;
        height: calc(120px - 48px);
        bottom: 48px
    }
}

.gform_validation_error,
.checkout-steps {
    position: relative
}

.gform_validation_error .gfield_error .validation_message,
.checkout-steps .gfield_error .validation_message {
    position: relative;
    display: flex;
    align-items: center;
    left: 0px;
    font-family: "Manrope", sans-serif;
    letter-spacing: -0.5px;
    margin-top: 9px;
    color: #888;
    font-weight: 500;
    border-radius: 3px;
    width: 100%;
    font-size: 16px;
    bottom: 0px
}

.gform_validation_error .gfield_error .validation_message:before,
.checkout-steps .gfield_error .validation_message:before {
    content: "+";
    font-size: 20px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: rotate(45deg);
    width: 20px;
    min-width: 20px;
    height: 20px;
    box-shadow: 0px 0px 0px 2px #222;
    margin-right: 10px
}

.gform_validation_error .gfield_error .ginput_container_checkbox+.validation_message,
.gform_validation_error .gfield_error .ginput_container_radio+.validation_message,
.gform_validation_error .gfield_error .ginput_container_fileupload+.gfield_description+.validation_message,
.checkout-steps .gfield_error .ginput_container_checkbox+.validation_message,
.checkout-steps .gfield_error .ginput_container_radio+.validation_message,
.checkout-steps .gfield_error .ginput_container_fileupload+.gfield_description+.validation_message {
    bottom: auto;
    top: 0px;
    transform: translateY(0%)
}

.gform_validation_error .gfield_error input,
.checkout-steps .gfield_error input {
    border-color: #dc2e2e
}

.gform_validation_errors {
    display: none
}

.validation_error {
    display: none
}

.gform_validation_container {
    display: none !important
}

.block.form .form-container {
    width: 100%
}

.block.form .inner-container {
    max-width: 640px
}

form div.gform-body div.gform_fields {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2% [8];
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    grid-column-gap: 20px;
    grid-row-gap: 10px
}

@media screen and (max-width:850px) {
    form div.gform-body div.gform_fields {
        grid-column-gap: 0px
    }
}

form div.gform-body div.gform_fields fieldset.gfield {
    border: 0px;
    padding: 0px;
    margin: 0px
}

form div.gform-body div.gform_fields div.gfield,
form div.gform-body div.gform_fields fieldset.gfield {
    display: flex;
    flex-direction: column;
    position: relative;
    -ms-grid-column-span: 8;
    grid-column: span 8
}

form div.gform-body div.gform_fields div.gfield--width-quarter,
form div.gform-body div.gform_fields fieldset.gfield--width-quarter {
    -ms-grid-column-span: 2;
    grid-column: span 2
}

form div.gform-body div.gform_fields div.gfield--width-third,
form div.gform-body div.gform_fields fieldset.gfield--width-third {
    -ms-grid-column-span: 3;
    grid-column: span 3
}

form div.gform-body div.gform_fields div.gfield--width-five-twelfths,
form div.gform-body div.gform_fields fieldset.gfield--width-five-twelfths {
    -ms-grid-column-span: 3;
    grid-column: span 3
}

form div.gform-body div.gform_fields div.gfield--width-half,
form div.gform-body div.gform_fields fieldset.gfield--width-half {
    -ms-grid-column-span: 4;
    grid-column: span 4
}

form div.gform-body div.gform_fields div.gfield--width-seven-twelfths,
form div.gform-body div.gform_fields fieldset.gfield--width-seven-twelfths {
    -ms-grid-column-span: 5;
    grid-column: span 5
}

form div.gform-body div.gform_fields div.gfield--width-two-thirds,
form div.gform-body div.gform_fields fieldset.gfield--width-two-thirds {
    -ms-grid-column-span: 5;
    grid-column: span 5
}

form div.gform-body div.gform_fields div.gfield--width-three-quarter,
form div.gform-body div.gform_fields fieldset.gfield--width-three-quarter {
    -ms-grid-column-span: 6;
    grid-column: span 6
}

form div.gform-body div.gform_fields div.gfield--width-five-sixths,
form div.gform-body div.gform_fields fieldset.gfield--width-five-sixths {
    -ms-grid-column-span: 6;
    grid-column: span 6
}

form div.gform-body div.gform_fields div.gfield--width-eleven-twelfths,
form div.gform-body div.gform_fields fieldset.gfield--width-eleven-twelfths {
    -ms-grid-column-span: 6;
    grid-column: span 6
}

form div.gform-body div.gform_fields div.gfield--width-full,
form div.gform-body div.gform_fields fieldset.gfield--width-full {
    -ms-grid-column-span: 8;
    grid-column: span 8
}

@media screen and (max-width:850px) {

    form div.gform-body div.gform_fields div.gfield,
    form div.gform-body div.gform_fields fieldset.gfield {
        grid-column: 1 / -1 !important
    }
}

form div.gform-body div.gform_fields div.gfield label.gfield_label,
form div.gform-body div.gform_fields div.gfield legend.gfield_label,
form div.gform-body div.gform_fields fieldset.gfield label.gfield_label,
form div.gform-body div.gform_fields fieldset.gfield legend.gfield_label {
    color: #000
}

form div.gform-body div.gform_fields div.gfield.hidden_label .gfield_label,
form div.gform-body div.gform_fields fieldset.gfield.hidden_label .gfield_label {
    display: none
}

form div.gform-body label.hidden_sub_label {
    display: none
}

form div.gform-body.gfield_html {
    padding-top: 12px
}

form div.gform-body.gfield_html p {
    font-size: 1rem;
    font-weight: 700
}

form div.gform-body.gfield_html p a {
    color: #000;
    cursor: pointer
}

form div.gform-body.hide {
    display: none
}

form div.gform-body.gsection {
    margin-bottom: -20px;
    padding-top: 12px
}

form div.gform-body .screen-reader-text {
    display: none
}

.ginput_container_number .instruction {
    display: none
}

.gform_footer {
    padding-top: 28px;
    position: relative;
    display: flex
}

.gform_footer .gform_ajax_spinner {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border-radius: 6px;
    padding: 3px;
    max-width: 18px
}

body.front-end form.newsletter {
    position: relative
}

body.front-end form.newsletter input {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    color: #fff
}

body.front-end form.newsletter .gfield p {
    display: none
}

body.front-end form.newsletter .gform_footer {
    position: absolute;
    right: 0px;
    top: 0px;
    justify-content: flex-end;
    padding-top: 0
}

body.front-end form.newsletter .gform_footer input[type="submit"] {
    background-color: transparent;
    height: 48px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url("../../assets/images/arrow-right.svg");
    font-size: 0;
    width: 72px
}