.icon {
    font-family: icon-font !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-facebook:before {
    content: "\e900"
}

.icon-linkedin:before {
    content: "\e901"
}

.icon-x:before {
    content: "\e902"
}

.icon-chevron:before {
    content: "\e903"
}

.icon-play:before {
    content: "\e904"
}

.icon-arrow-hover-left:before {
    content: "\e90a"
}

.icon-arrow-hover-right:before {
    content: "\e90b"
}

.icon-arrow-left:before {
    content: "\e90c"
}

.icon-arrow-right:before {
    content: "\e90d"
}

@font-face {
    font-family: icon-font;
    src: url(../../../../../../../../themes/vista-magnifika/dist/fonts/icon-font.eot?ssvm1b);
    src: url(../../../../../../../../themes/vista-magnifika/dist/fonts/icon-font.eot?ssvm1b#iefix) format("embedded-opentype"), url(https://999box.net/sample/transport7/fonts/icon-font.ttf?ssvm1b) format("truetype"), url(../../../../../../../../themes/vista-magnifika/dist/fonts/icon-font.woff?ssvm1b) format("woff"), url(../../../../../../../../themes/vista-magnifika/dist/fonts/icon-font.svg?ssvm1b#icon-font) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: lato_light;
    src: url(https://999box.net/sample/transport7/fonts/lato-light-webfont.woff2) format("woff2"), url(../../../../../../../../themes/vista-magnifika/dist/fonts/lato-light-webfont.woff) format("woff"), url(../../../../../../../../themes/vista-magnifika/dist/fonts/lato-light-webfont.ttf) format("truetype"), url(../../../../../../../../themes/vista-magnifika/dist/fonts/lato-light-webfont.svg#lato_lightregular) format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: qtagatetype;
    src: url(https://999box.net/sample/transport7/fonts/qtagatetype-webfont.woff2) format("woff2"), url(../../../../../../../../themes/vista-magnifika/dist/fonts/qtagatetype-webfont.woff) format("woff"), url(../../../../../../../../themes/vista-magnifika/dist/fonts/qtagatetype-webfont.ttf) format("truetype"), url(../../../../../../../../themes/vista-magnifika/dist/fonts/qtagatetype-webfont.svg#qtagatetypemedium) format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

:root {
    --centVH: 100vh;
    --wrapper_padding: 15px;
    --header-height: 62px
}

@media (min-width:1200px) {
    :root {
        --wrapper_padding: max(32px, ((100vw - 1376px)/2))
    }
}

.h1,
h1 {
    font-size: 4.6rem;
    font-family: qtagatetype, Georgia, sans-serif;
    font-weight: 500;
    line-height: 1;
    margin: 0
}

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 9.6rem
    }
}

.h2,
h2 {
    color: #000;
    font-size: 4rem;
    font-family: qtagatetype, Georgia, sans-serif;
    font-weight: 500;
    line-height: 1.12;
    margin: 0 0 3rem
}

@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 5.4rem
    }
}

.h3,
h3 {
    color: #000;
    font-size: 2.2rem;
    font-family: qtagatetype, Georgia, sans-serif;
    font-weight: 500;
    margin: 0 0 3rem
}

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 2.6rem
    }
}

.h4,
h4 {
    color: #000;
    font-size: 2.1rem;
    font-family: lato_light, Arial, sans-serif;
    font-weight: 300
}

@media (min-width:1200px) {

    .h4,
    h4 {
        font-size: 2.4rem
    }
}

.h5,
h5 {
    color: #000;
    font-size: 1.8rem;
    font-family: lato_light, Arial, sans-serif;
    font-weight: 300
}

@media (min-width:1200px) {

    .h5,
    h5 {
        font-size: 2.1rem
    }
}

.h6,
h6 {
    color: #000;
    font-size: 1.6rem;
    font-family: lato_light, Arial, sans-serif;
    font-weight: 300
}

@media (min-width:1200px) {

    .h6,
    h6 {
        font-size: 1.8rem
    }
}

html {
    font-size: 62.5%;
    font-size: .625em
}

*,
html {
    box-sizing: border-box
}

body {
    font-size: 1.6rem;
    font-family: lato_light, Arial, sans-serif;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
    color: #000;
    overflow-x: hidden
}

body.overflow-hidden {
    overflow: hidden
}

@media (max-width:1199px) {
    body.overflow-hidden {
        overflow: hidden
    }
}

a {
    color: inherit
}

main {
    padding-left: var(--wrapper_padding);
    padding-right: var(--wrapper_padding)
}

figure,
img {
    max-width: 100%;
    height: auto
}

.wrapper {
    margin: 0 var(--wrapper_padding)
}

.wrapper-small {
    max-width: 1144px;
    margin: 0 auto
}

.center {
    margin: 0 auto
}

.flex-container {
    display: flex
}

.alignfull {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.is-layout-flex {
    gap: 0 !important
}

button {
    font-family: lato_light, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.6rem
}

.txtcenter {
    text-align: center
}

.hidden {
    display: none
}

.upc {
    text-transform: uppercase
}

.underline {
    text-decoration: underline
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal
}

.main-404 {
    text-align: center;
    background: #fcfbf8;
    min-height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.main-404 h1 {
    margin-bottom: 3rem
}

.animation-element {
    opacity: 0;
    position: relative;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-duration: 1.2s
}

.animation-element.slide-up.in-view {
    animation-name: slideUp
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translate3d(0, calc(min(200px, 75%)), 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.animation-element.slide-down.in-view {
    animation-name: slideDown
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translate3d(0, calc(max(-200px, -75%)), 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.animation-element.slide-from-right.in-view {
    animation-name: slideRight
}

@keyframes slideRight {
    0% {
        opacity: 0;
        transform: translate3d(calc(min(200px, 75%)), 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.animation-element.slide-from-left.in-view {
    animation-name: slideLeft
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translate3d(calc(max(-200px, -75%)), 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.animation-element.fade.in-view {
    animation-name: fadeIn
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.d1 {
    animation-delay: .3s
}

.d2 {
    animation-delay: .5s
}

.d3 {
    animation-delay: .8s
}

.d4 {
    animation-delay: 1s
}

.d5 {
    animation-delay: 1.5s
}

.d6 {
    animation-delay: 2s
}

.yoast-breadcrumbs {
    padding: 2rem 0
}

.wp-block-button {
    margin: 1rem 0;
    display: inline-block
}

.wp-block-button+.wp-block-button {
    margin-left: 1rem
}

.wp-block-button .wp-block-button__link {
    display: inline-block;
    padding: 13px 16px;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .8px;
    text-decoration: none;
    font-family: lato_light, Arial, sans-serif;
    border-radius: 0;
    cursor: pointer
}

.wp-block-button.is-style-primary-terracota .wp-block-button__link,
.wp-block-button:not([class*=is-style-]) .wp-block-button__link {
    color: #fcfbf8;
    background: linear-gradient(currentcolor 0 0) 5px 5px, linear-gradient(currentcolor 0 0) calc(100% - 5px) 5px, linear-gradient(currentcolor 0 0) calc(100% - 5px) calc(100% - 5px), linear-gradient(currentcolor 0 0) 5px calc(100% - 5px), #722f10 0 0
}

.wp-block-button.is-style-primary-white .wp-block-button__link {
    color: #722f10;
    background: linear-gradient(currentcolor 0 0) 5px 5px, linear-gradient(currentcolor 0 0) calc(100% - 5px) 5px, linear-gradient(currentcolor 0 0) calc(100% - 5px) calc(100% - 5px), linear-gradient(currentcolor 0 0) 5px calc(100% - 5px), #fff 0 0
}

.wp-block-button[class*=is-style-primary] .wp-block-button__link {
    background-size: 0 1px, 1px 0, 0 1px, 1px 0, 100% 100%;
    background-repeat: no-repeat
}

.wp-block-button[class*=is-style-primary] .wp-block-button__link:focus,
.wp-block-button[class*=is-style-primary] .wp-block-button__link:hover {
    animation: primaryHover .5s linear forwards
}

.wp-block-button.is-style-secondary-black .wp-block-button__link {
    color: #000
}

.wp-block-button.is-style-secondary-white .wp-block-button__link {
    color: #fff
}

.wp-block-button[class*=is-style-secondary] .wp-block-button__link {
    background: linear-gradient(currentcolor 0 0) 0 0, linear-gradient(currentcolor 0 0) 100% 0, linear-gradient(currentcolor 0 0) 100% 100%, linear-gradient(currentcolor 0 0) 0 100%, transparent 0 0;
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%, 100% 100%;
    background-repeat: no-repeat
}

.wp-block-button[class*=is-style-secondary] .wp-block-button__link:focus,
.wp-block-button[class*=is-style-secondary] .wp-block-button__link:hover {
    animation: secondaryHover .5s linear forwards
}

@keyframes primaryHover {
    0% {
        background-size: 0 1px, 1px 0, 0 1px, 1px 0;
        background-position: 5px 5px, calc(100% - 5px) 5px, 50% calc(100% - 5px), 5px calc(100% - 5px)
    }

    25% {
        background-size: 0 1px, 1px 0, calc(100% - 10px) 1px, 1px 0;
        background-position: 5px 5px, calc(100% - 5px) 5px, calc(100% - 5px) calc(100% - 5px), 5px calc(100% - 5px)
    }

    50% {
        background-size: 0 1px, 1px 0, calc(100% - 10px) 1px, 1px calc(100% - 10px)
    }

    75% {
        background-size: calc(100% - 10px) 1px, 1px 0, calc(100% - 10px) 1px, 1px calc(100% - 10px)
    }

    to {
        background-size: calc(100% - 10px) 1px, 1px calc(100% - 10px), calc(100% - 10px) 1px, 1px calc(100% - 10px)
    }
}

@keyframes secondaryHover {
    0% {
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
        background-position: 0 0, 100% 0, 50% 100%, 0 100%
    }

    25% {
        background-size: 100% 1px, 1px 0, 100% 1px, 1px 100%
    }

    50% {
        background-size: 0 1px, 1px 0, 100% 1px, 1px 100%
    }

    75% {
        background-size: 0 1px, 1px 0, 100% 1px, 1px 0
    }

    to {
        background-size: 0 1px, 1px 0, 50% 1px, 1px 0;
        background-position: 0 0, 100% 0, 50% 100%, 0 100%
    }
}

footer {
    padding: 5.5rem 2.5rem 2.5rem 2rem;
    background: #722f10
}

footer .footer-section {
    display: flex;
    flex-direction: column;
    gap: 3rem
}

footer .footer-left {
    text-align: left
}

footer .footer-logo {
    margin-bottom: 2rem
}

footer .footer-description {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: left
}

footer .footer-center {
    text-align: left
}

footer .footer-links {
    color: #fff
}

footer .footer-links .menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    gap: 1.5rem 3rem
}

footer .footer-links .menu li {
    width: calc(50% - 1.5rem);
    margin: 0;
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.6rem
}

footer .footer-links .menu li a {
    text-decoration: none;
    color: #fff
}

footer .footer-links .menu li:nth-child(2n) {
    text-align: left
}

footer .footer-right {
    text-align: left
}

footer .footer-info {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 2rem
}

footer .footer-info .info-left {
    flex: 0 0 auto
}

footer .footer-info .info-left ul {
    list-style: none;
    padding: 0;
    margin: 0
}

footer .footer-info .info-left ul li {
    font-size: 1.4rem;
    line-height: 2;
    color: #fff
}

footer .footer-info .info-right {
    flex: 0 0 auto
}

footer .footer-info .info-right p {
    font-size: 1.4rem;
    line-height: 2;
    color: #fff;
    margin: 0
}

footer .footer-info .info-right p a {
    color: #fff;
    text-decoration: none
}

@media (min-width: 769px) {
    footer.site-footer .footer-section.content-gutenberg {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 4rem
    }

    footer.site-footer .footer-left {
        flex: 0 0 auto;
        min-width: 280px;
        text-align: left
    }

    footer.site-footer .footer-center {
        flex: 1;
        max-width: 400px;
        text-align: left
    }

    footer.site-footer .footer-right {
        flex: 0 0 auto;
        min-width: 250px;
        text-align: left
    }

    footer.site-footer .footer-logo {
        margin-bottom: 2rem
    }

    footer.site-footer .footer-links {
        max-width: none
    }

    footer.site-footer .footer-links .menu {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1.5rem 3rem;
        margin: 0
    }

    footer.site-footer .footer-links .menu li {
        width: calc(50% - 1.5rem);
        margin: 0;
        text-align: left
    }

    footer.site-footer .footer-info {
        display: flex;
        flex-direction: column;
        gap: 2rem
    }
}

footer .footer-credits .menu {
    list-style-type: none;
    display: flex;
    justify-content: center;
    border-top: 1px solid #fff;
    padding-left: 0;
    padding-top: 4rem
}

footer .footer-credits .menu .menu-item {
    margin-right: 1rem
}

footer .footer-credits .menu .menu-item a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem
}

footer .menu a {
    position: relative
}

footer .menu a:before {
    content: "";
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: width .3s
}

footer .menu a:hover:before {
    width: 50%
}

.wpcf7 .wpcf7-form {
    margin-bottom: 2rem
}

.wpcf7 .wpcf7-form .form-row {
    margin-bottom: 4rem;
    padding-top: 2rem
}

.wpcf7 .wpcf7-form .form-row p {
    margin-bottom: 0
}

.wpcf7 .wpcf7-form label {
    font-size: 1.8rem
}

.wpcf7 .wpcf7-form label .text {
    position: relative;
    top: 15px;
    transition: top .3s, color .3s, font-size .3s
}

.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    position: relative
}

.wpcf7 .wpcf7-form .wpcf7-text,
.wpcf7 .wpcf7-form .wpcf7-textarea {
    width: 100%;
    border-radius: 0;
    border: solid;
    border-width: 0 0 1px;
    transition: border .3s;
    padding: 5px;
    font-size: 1.8rem;
    font-family: lato_light, Arial, sans-serif;
    background: none
}

.wpcf7 .wpcf7-form .wpcf7-text:focus,
.wpcf7 .wpcf7-form .wpcf7-textarea:focus {
    outline: none;
    border-color: rgba(114, 47, 16, .6)
}

.wpcf7 .wpcf7-form .wpcf7-text[aria-invalid=true],
.wpcf7 .wpcf7-form .wpcf7-textarea[aria-invalid=true] {
    border-color: #dc3232
}

.wpcf7 .wpcf7-form label.filled .text {
    font-size: 1.4rem;
    top: -10px
}

.wpcf7 .wpcf7-form label:focus-within .text {
    font-size: 1.4rem;
    color: #722f10;
    top: -10px
}

.wpcf7 .wpcf7-form .wpcf7-acceptance .wpcf7-list-item,
.wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 .wpcf7-form .wpcf7-radio .wpcf7-list-item {
    display: block;
    margin: 0
}

.wpcf7 .wpcf7-form .wpcf7-acceptance label,
.wpcf7 .wpcf7-form .wpcf7-checkbox label,
.wpcf7 .wpcf7-form .wpcf7-radio label {
    position: relative;
    padding-left: 25px;
    display: block
}

.wpcf7 .wpcf7-form .wpcf7-acceptance label .wpcf7-list-item-label:after,
.wpcf7 .wpcf7-form .wpcf7-acceptance label .wpcf7-list-item-label:before,
.wpcf7 .wpcf7-form .wpcf7-checkbox label .wpcf7-list-item-label:after,
.wpcf7 .wpcf7-form .wpcf7-checkbox label .wpcf7-list-item-label:before,
.wpcf7 .wpcf7-form .wpcf7-radio label .wpcf7-list-item-label:after,
.wpcf7 .wpcf7-form .wpcf7-radio label .wpcf7-list-item-label:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    position: absolute;
    top: 5px;
    left: 0
}

.wpcf7 .wpcf7-form .wpcf7-acceptance label .wpcf7-list-item-label:after,
.wpcf7 .wpcf7-form .wpcf7-checkbox label .wpcf7-list-item-label:after,
.wpcf7 .wpcf7-form .wpcf7-radio label .wpcf7-list-item-label:after {
    width: 8px;
    height: 8px;
    border: none;
    background: #722f10;
    top: 8px;
    left: 3px;
    display: none
}

.wpcf7 .wpcf7-form .wpcf7-acceptance label input,
.wpcf7 .wpcf7-form .wpcf7-checkbox label input,
.wpcf7 .wpcf7-form .wpcf7-radio label input {
    display: none
}

.wpcf7 .wpcf7-form .wpcf7-acceptance label input:checked+.wpcf7-list-item-label:after,
.wpcf7 .wpcf7-form .wpcf7-checkbox label input:checked+.wpcf7-list-item-label:after,
.wpcf7 .wpcf7-form .wpcf7-radio label input:checked+.wpcf7-list-item-label:after {
    display: block
}

.wpcf7 .wpcf7-form .wpcf7-acceptance.wpcf7-radio label .wpcf7-list-item-label:after,
.wpcf7 .wpcf7-form .wpcf7-acceptance.wpcf7-radio label .wpcf7-list-item-label:before,
.wpcf7 .wpcf7-form .wpcf7-checkbox.wpcf7-radio label .wpcf7-list-item-label:after,
.wpcf7 .wpcf7-form .wpcf7-checkbox.wpcf7-radio label .wpcf7-list-item-label:before,
.wpcf7 .wpcf7-form .wpcf7-radio.wpcf7-radio label .wpcf7-list-item-label:after,
.wpcf7 .wpcf7-form .wpcf7-radio.wpcf7-radio label .wpcf7-list-item-label:before {
    border-radius: 50%
}

.wpcf7 .wpcf7-form .wpcf7-acceptance+.wpcf7-not-valid-tip,
.wpcf7 .wpcf7-form .wpcf7-checkbox+.wpcf7-not-valid-tip,
.wpcf7 .wpcf7-form .wpcf7-radio+.wpcf7-not-valid-tip {
    margin-left: 25px
}

.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    font-size: 1.6rem
}

.wpcf7 .wpcf7-form .row-submit {
    padding-top: 0;
    text-align: center
}

.wpcf7 .wpcf7-form .row-submit button:disabled {
    opacity: .6
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
    margin: 0;
    border: 1px solid #722f10;
    text-align: center;
    font-size: 1.8rem;
    padding: 2rem
}

.wpcf7 .wpcf7-form .wpcf7-form-control.h-captcha {
    margin-bottom: 2rem
}

.wpcf7 .wpcf7-form.submitting .row-submit button {
    opacity: .6;
    pointer-events: none
}

.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    border-color: #722f10;
    background: #fcfbf8;
    color: #722f10
}

.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
    border-color: #dc3232;
    background: rgba(220, 50, 50, .1);
    color: #722f10
}

.content-gutenberg h1.has-text-align-center,
.content-gutenberg h2.has-text-align-center,
.content-gutenberg h3.has-text-align-center,
.content-gutenberg h4.has-text-align-center,
.content-gutenberg h5.has-text-align-center,
.content-gutenberg h6.has-text-align-center {
    text-align: center;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto
}

.content-gutenberg h1.has-text-align-right,
.content-gutenberg h2.has-text-align-right,
.content-gutenberg h3.has-text-align-right,
.content-gutenberg h4.has-text-align-right,
.content-gutenberg h5.has-text-align-right,
.content-gutenberg h6.has-text-align-right {
    text-align: right
}

.content-gutenberg p {
    line-height: 1.375;
    margin: 0 0 2rem
}

.content-gutenberg figure {
    margin: 0
}

.content-gutenberg figure.aligncenter {
    text-align: center
}

.content-gutenberg [id]:target:before {
    content: "";
    display: block;
    height: var(--header-height);
    margin-top: calc(var(--header-height)*-1);
    visibility: hidden
}

.content-gutenberg ul.is-style-custom {
    padding: 0;
    font-size: 2rem;
    line-height: 1.7
}

.content-gutenberg ul.is-style-custom li {
    list-style-position: inside
}

.content-gutenberg ul.is-style-custom li::marker {
    margin-right: 15px
}

@media (max-width:767px) {
    .content-gutenberg .wp-block-columns {
        flex-wrap: wrap !important
    }

    .content-gutenberg .wp-block-columns .wp-block-column {
        margin-bottom: 2rem
    }
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
    padding: .8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    transition: background .4s ease-in-out
}

header,
header.sticky {
    height: 64px
}

header.sticky .header-logo {
    max-width: 194px
}

header.sticky:not(.hover) {
    background-color: hsla(45, 40%, 98%, .7019607843137254)
}

header.sticky:not(.hover) .header-logo .white {
    display: none
}

header.sticky:not(.hover) .header-logo .black {
    display: block
}

header.sticky:not(.hover) .burger .burger-icon,
header.sticky:not(.hover) .burger .burger-icon:after,
header.sticky:not(.hover) .burger .burger-icon:before {
    background-color: #000
}

header.hover,
header.open {
    background-color: #722f10
}

header.open .burger .burger-icon,
header.open .burger .burger-icon:after,
header.open .burger .burger-icon:before {
    background-color: #fff
}

header .header-logo {
    transition: width .3s ease-in-out;
    max-width: 194px
}

header .header-logo .black {
    display: none
}

header .header-logo a {
    display: block
}

header .nav-container {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100vw;
    height: calc(var(--centVH, 100vh) - 64px);
    transform: translateX(100%);
    opacity: 0;
    background: #722f10;
    transition: transform .3s ease-in-out, opacity .2s ease-in-out .2s, visibility 0s .3s;
    visibility: hidden;
    overflow: hidden scroll
}

header .nav-container .hide-desktop {
    text-align: center;
    margin: 4.2rem
}

header .nav-container a {
    position: relative;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: .8rem;
    display: block
}

header .nav-container nav {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column-reverse;
    align-items: center
}

header .nav-container ul.menu {
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: center
}

header .nav-container ul.menu li {
    margin: 1.0rem 0
}

header .nav-container ul.menu li a {
    letter-spacing: .48px
}

header .nav-container .menu-image {
    padding: 1.8rem 1.8rem 4rem;
    z-index: 1
}

header .nav-container .menu-image img {
    display: block;
    margin: auto
}

header .nav-container li>a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: width .3s
}

header .nav-container li.current-menu-item>a:before,
header .nav-container li>a:hover:before {
    width: 50%
}

header .nav-container li.menu-item-has-children>a:before {
    left: calc(50% - 14.5px)
}

header .nav-container li.menu-item-has-children>a:hover:before {
    width: 0
}

header .nav-container li.menu-item-has-children.current-menu-item>a:before {
    width: calc(50% - 14.5px)
}

header .nav-container .menu-item-has-children {
    position: relative
}

header .nav-container .menu-item-has-children>a {
    display: inline-block
}

header .nav-container .menu-item-has-children>a .icon-chevron {
    display: inline-block;
    margin-left: 15px;
    font-size: 1.4rem;
    line-height: .9;
    vertical-align: top;
    transition: transform .3s
}

header .nav-container .menu-item-has-children>a:after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    right: 30px;
    height: 16px;
    width: 1px;
    background-color: currentColor
}

header .nav-container .menu-item-has-children .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s, visibility .5s;
    visibility: hidden
}

header .nav-container .menu-item-has-children .sub-menu li {
    margin: 2rem 0
}

header .nav-container .menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0
}

header .nav-container .menu-item-has-children.open>a .icon-chevron {
    transform: rotate(180deg) translateY(-4px)
}

header .nav-container .menu-item-has-children.open .sub-menu {
    max-height: 300px;
    visibility: visible
}

header .burger {
    background: none;
    border: none;
    width: 33px;
    padding: 0
}

header .burger .burger-icon {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px
}

header .burger .burger-icon:before {
    width: 30px
}

header .burger .burger-icon {
    margin-left: auto;
    width: 30px
}

header .burger .burger-icon:after {
    width: 30px
}

header .burger .burger-icon,
header .burger .burger-icon:after,
header .burger .burger-icon:before {
    display: block;
    height: 2px;
    background-color: #fff;
    border-radius: 16px;
    transition-property: background-color, transform;
    transition-duration: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

header .burger .burger-icon:after,
header .burger .burger-icon:before {
    position: absolute;
    right: 0;
    content: ""
}

header .burger .burger-icon:before {
    top: -10px
}

header .burger .burger-icon:after {
    top: 10px
}

@media (max-width:1199px) {
    header .nav-container .menu {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    header .nav-container .menu li {
        order: 2
    }

    header .nav-container .menu li.wpml-ls-item {
        order: 1
    }

    header.open {
        justify-content: flex-end
    }

    header.open .burger .burger-icon {
        background-color: transparent !important
    }

    header.open .burger .burger-icon:before {
        width: 33px;
        transform: translateY(10px) rotate(45deg)
    }

    header.open .burger .burger-icon:after {
        width: 33px;
        transform: translateY(-10px) rotate(-45deg)
    }

    header.open .header-logo {
        display: none
    }

    header.open .nav-container {
        transform: translateX(0);
        opacity: 1;
        transition: transform .3s ease-in-out, opacity .2s ease-in-out;
        visibility: visible
    }
}

body.admin-bar header {
    top: 40px
}

.content-gutenberg .facetwp-pager .facetwp-pager,
.content-gutenberg .facetwp-pager ul,
.content-gutenberg .pagination .facetwp-pager,
.content-gutenberg .pagination ul {
    display: flex;
    justify-content: center;
    list-style: none
}

.content-gutenberg .facetwp-pager .facetwp-pager .facetwp-page,
.content-gutenberg .facetwp-pager .facetwp-pager .page-numbers,
.content-gutenberg .facetwp-pager ul .facetwp-page,
.content-gutenberg .facetwp-pager ul .page-numbers,
.content-gutenberg .pagination .facetwp-pager .facetwp-page,
.content-gutenberg .pagination .facetwp-pager .page-numbers,
.content-gutenberg .pagination ul .facetwp-page,
.content-gutenberg .pagination ul .page-numbers {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 5px;
    text-align: center;
    border: 1px solid #722f10;
    text-decoration: none;
    margin: 0 .6rem;
    color: #722f10
}

.content-gutenberg .facetwp-pager .facetwp-pager .facetwp-page.active,
.content-gutenberg .facetwp-pager .facetwp-pager .facetwp-page.current,
.content-gutenberg .facetwp-pager .facetwp-pager .page-numbers.active,
.content-gutenberg .facetwp-pager .facetwp-pager .page-numbers.current,
.content-gutenberg .facetwp-pager ul .facetwp-page.active,
.content-gutenberg .facetwp-pager ul .facetwp-page.current,
.content-gutenberg .facetwp-pager ul .page-numbers.active,
.content-gutenberg .facetwp-pager ul .page-numbers.current,
.content-gutenberg .pagination .facetwp-pager .facetwp-page.active,
.content-gutenberg .pagination .facetwp-pager .facetwp-page.current,
.content-gutenberg .pagination .facetwp-pager .page-numbers.active,
.content-gutenberg .pagination .facetwp-pager .page-numbers.current,
.content-gutenberg .pagination ul .facetwp-page.active,
.content-gutenberg .pagination ul .facetwp-page.current,
.content-gutenberg .pagination ul .page-numbers.active,
.content-gutenberg .pagination ul .page-numbers.current {
    background: #722f10;
    color: #fff
}

.listing-search .item {
    margin-bottom: 3rem;
    border-bottom: 1px solid;
    padding-bottom: 2rem
}

body.single-post .single-post-container {
    max-width: 860px;
    margin: auto
}

body.single-post .single-post-container .post-metas {
    margin-top: 3rem;
    margin-bottom: 4rem
}

body.single-post .single-post-container p.has-text-align-center {
    text-align: center
}

body.single-post .single-post-container p.has-text-align-right {
    text-align: right
}

body.single-post .single-post-container p.has-text-align-justified {
    text-align: justify
}

.content-gutenberg .swiper-bottom {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 3rem;
    align-items: center
}

.content-gutenberg .swiper-bottom .swiper-button-next,
.content-gutenberg .swiper-bottom .swiper-button-prev {
    position: static
}

.content-gutenberg .swiper-bottom+.swiper {
    margin-top: 3rem
}

.content-gutenberg .swiper-navigation {
    border: none;
    position: static;
    display: flex;
    background: #fff;
    justify-content: center
}

.content-gutenberg .swiper-navigation button {
    border: none;
    margin: 0 1.6rem;
    height: 32px;
    width: 50px;
    background: transparent;
    text-align: center;
    color: #fff;
    padding: 0;
    z-index: 2
}

.content-gutenberg .swiper-navigation button .icon {
    line-height: 1;
    vertical-align: middle;
    font-size: 5rem;
    color: #000
}

.content-gutenberg .swiper-navigation button.swiper-button-prev {
    margin-right: 3rem
}

.content-gutenberg .swiper-navigation button.swiper-button-next {
    margin-left: 3rem
}

.content-gutenberg .swiper-navigation button:after {
    display: none
}

.content-gutenberg .swiper-navigation button:hover .icon {
    color: #000
}

.content-gutenberg .swiper-navigation button:hover.swiper-button-prev .icon:before {
    content: "\e90a"
}

.content-gutenberg .swiper-navigation button:hover.swiper-button-next .icon:before {
    content: "\e90b"
}

.content-gutenberg .swiper-pagination {
    position: static;
    margin-bottom: 3rem
}

.content-gutenberg .swiper-pagination .swiper-pagination-bullet {
    background: #000;
    opacity: .6;
    width: 12px;
    height: 12px
}

.content-gutenberg .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1
}

.content-gutenberg .swiper-pagination-bullets-dynamic {
    left: 0 !important;
    transform: none !important
}

.content-gutenberg .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    width: 14px;
    height: 14px
}

.content-gutenberg .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.content-gutenberg .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    opacity: .2
}