body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    margin-top: 0;
}

/* body.is-front-page:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 28.84%, rgba(0, 0, 0, 0) 100%);;
    height: 200px;
    z-index: 1;
    pointer-events: none;
} */

@media (min-width: 768px) {
    body.is-front-page:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(180deg,
                rgba(0, 0, 0, 0.7) 28.84%,
                rgba(0, 0, 0, 0) 100%);
        height: 200px;
        z-index: 1;
        pointer-events: none;
    }
}

body.is-front-page main {
    padding: 0;
    background: #ffffff;
}

body.is-front-page button {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

.hero--content+article {
    padding-top: 56px;
}

article h2 {
    overflow-wrap: break-word;
}

article h4 {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
}

@media (max-width: 767px) {
    article h4 {
        font-size: 28px;
        line-height: 36px;
    }
}

.section+.section {
    margin-top: 80px;
}

.section__header {
    display: flex;
    justify-content: space-between;
}

.section__title {
    background: -webkit-linear-gradient(1turn,
            #f67901 0%,
            #ed8b00 51.04%,
            #f6ac01 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section__header+.section__inner {
    margin-top: 32px;
}

.swiper-container {
    height: 100%;
    overflow: hidden;
}

.h1 {
    font-size: 64px;
    line-height: 1.15;
    font-weight: 700;
}

.h2 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
}

.h3 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

.h4 {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
}

.h5 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}

.h6 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
}

a.btn--white,
button.btn--white {
    position: relative;
    display: inline-block;
    border: none;
    background-color: #ffffff;
    box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    font-size: 16px;
    line-height: 1;
    color: #000000;
    font-weight: 500;
    padding: 16px 28px;
    height: auto;
    margin: 0;
    overflow: hidden;
}

a.btn--outline,
button.btn--outline {
    position: relative;
    display: inline-block;
    border: none;
    background-color: #ffffff;
    box-shadow: 0px 0 0 1px #ed8b00;
    border-radius: 1px;
    font-size: 16px;
    line-height: 1;
    color: #000000;
    font-weight: 500;
    padding: 16px 28px;
    height: auto;
    margin: 0;
    overflow: hidden;
}

a.btn--gradient,
button.btn--gradient,
.wp-block-button__link {
    position: relative;
    display: inline-block;
    border: none;
    background: linear-gradient(90deg,
            rgba(255, 102, 0, 0.3) 0%,
            rgba(237, 139, 0, 0.3) 51.04%,
            rgba(255, 204, 0, 0.3) 100%),
        #ed8b00;
    border-radius: 1px;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    font-weight: 500;
    padding: 16px 28px;
    height: auto;
    margin: 0;
    overflow: hidden;
}

a.btn--orange,
button.btn--orange {
    color: #ed8b00;
    transition: color 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

a.btn--orange svg,
button.btn--orange svg {
    transition: color 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

a.btn--orange:hover,
button.btn--orange:hover {
    color: #ffcc00;
}

a.btn--orange:hover svg,
button.btn--orange:hover svg {
    fill: #ffcc00;
}

a.btn--black:after,
button.btn--black:after,
a.btn--outline:after,
button.btn--outline:after,
a.btn--gradient:after,
button.btn--gradient:after,
a.btn--white:after,
button.btn--white:after {
    background: #ed8b00;
    content: '';
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
}

a.btn--black:after,
button.btn--black:after,
a.btn--gradient:after,
button.btn--gradient:after {
    background: #ffffff;
}

a.btn:hover {
    transform: none;
}

a.btn--black:hover:after,
button.btn--black:hover:after,
a.btn--outline:hover:after,
button.btn--outline:hover:after,
a.btn--gradient:hover:after,
button.btn--gradient:hover:after,
a.btn--white:hover:after,
button.btn--white:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

a.btn--large,
button.btn--large {
    font-size: 18px;
    padding: 20px 32px;
}

a.btn--black,
button.btn--black {
    position: relative;
    overflow: hidden;
    border: none;
    padding: 20px 32px;
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    border-radius: 1px;
}

a.btn--icon,
button.btn--icon {
    padding-right: 16px;
}

@media (max-width: 767px) {

    a.btn--icon,
    button.btn--icon {
        padding-left: 16px;
    }
}

a.btn--icon.btn--large,
button.btn--icon.btn--large {
    padding-right: 20px;
}

.btn--icon svg {
    margin-left: 8px;
    width: 16px;
    height: 16px;
    vertical-align: top;
}

.btn--icon.btn--large svg {
    margin-left: 16px;
    width: 18px;
    height: 18px;
}

.btn--icon.btn--black svg[fill]:not([fill='none']),
.btn--icon.btn--black svg [fill]:not([fill='none']),
.btn--gradient svg {
    fill: #ffffff;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 18px 0;
    z-index: 50;
    transition: 300ms ease-in-out;
    transition-property: background, box-shadow, padding;
    background: linear-gradient(180deg,
            #ff6600 0%,
            #ed8b00 68.06%,
            #ffcc00 133.33%),
        #ed8b00;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.header--dark {
    background: #231f20;
}

.header--dark .header__inner {
    justify-content: center;
}

.header--dark .header__nav {
    width: auto;
}

@media (min-width: 961px) {
    .header--dark .header__hamburger {
        display: none;
    }
}

@media (max-width: 960px) {
    .header__inner--image {
        gap: 40px;
    }
}

.header__inner--image .header__logo {
    max-width: unset !important;
    width: auto !important;
}

.header__logo-image {
    max-width: 300px;
    height: auto;
    object-fit: contain;
    width: 100%;
}

body.is-front-page .header {
    background: transparent;
    box-shadow: none;
}

.header+*:not(.hero) {
    margin-top: 125px;
}

body.is-front-page.is-scrolled .header {
    background: linear-gradient(180deg,
            #ff6600 0%,
            #ed8b00 68.06%,
            #ffcc00 133.33%),
        #ed8b00;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.header__logo {
    display: inline-flex;
    align-items: center;
    max-width: 116px;
    width: 100%;
    margin-right: auto;
    position: relative;
    z-index: 2;
    transition: 300ms ease-in-out;
    transition-property: max-width;
}

.header__logo-link {
    width: 100%;
}

.header__logo-svg {
    width: 100%;
    height: auto;
    display: block;
    transition: 300ms ease-in-out;
    transition-property: opacity;
    opacity: 0;
}

body.is-front-page .header__logo-svg {
    opacity: 1;
}

.header__logo-svg--white {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

body.is-front-page .header__logo-svg--white {
    opacity: 0;
}

body.is-front-page.is-scrolled .header__logo-svg {
    opacity: 0;
}

body.is-front-page.is-scrolled .header__logo-svg--white {
    opacity: 1;
}

.header__search-toggle {
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    padding: 0;
    margin-left: 20px;
    transition: 300ms ease-in-out;
    -o-transition-property: opacity;
}

.header__search-toggle:hover {
    opacity: 0.8;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1384px;
    padding: 0 20px;
    margin: 0 auto;
}

.header__nav {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: flex-end;
}

.header__nav .menu-item {
    display: inline-block;
    padding: 0 16px;
}

.header__nav .menu-item a {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    transition: 300ms ease-in-out;
    -o-transition-property: opacity;
}

.header__nav .menu-item a:hover {
    transform: translateY(0);
    opacity: 0.8;
}

.header__sidenav .menu-item a {
    padding: 8px 24px 8px 0;
    color: #ffffff;
    position: relative;
    display: inline-block;
}

.header__sidenav .menu-item a:hover {
    transform: none;
}

.header__sidenav>ul>.menu-item>a {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}

.header__sidenav ul.sub-menu {
    padding: 8px 0 8px 16px;
}

.header__sidenav ul.sub-menu>.menu-item>a {
    font-size: 18px;
}

.header__sidenav ul.sub-menu ul.sub-menu>.menu-item>a {
    font-size: 16px;
}

.header__sidenav .menu-item-has-children {
    position: relative;
}

.header__sidenav .menu-item-has-children>a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background-image: url('../img/menu-dd.svg');
    background-repeat: no-repeat;
    display: block;
}

.header__hamburger {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    width: 32px;
    height: 32px;
    padding: 0;
    margin-left: 32px;
    background-color: transparent;
    border: none;
    transform: rotate(0deg);
    cursor: pointer;
    display: inline-block;
    transition: 300ms ease-in-out;
    transition-property: background-color, box-shadow;
}

.header__hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 24px;
    margin: 0;
    background-color: #ffffff;
    left: 0;
    transform: rotate(0deg);
    transition: 300ms ease-in-out;
    transition-property: top, transform, width, background-color, opacity;
}

.is-header-open .header__hamburger span {
    background-color: #bfbfbf;
}

.header__hamburger:hover span {
    transform: translateY(0);
}

.header__hamburger span:nth-child(1) {
    top: 6px;
}

body.is-header-open .header__hamburger span:nth-child(1) {
    top: 14px;
    transform: rotate(135deg);
}

.header__hamburger span:nth-child(2) {
    top: 14px;
    width: 15px;
}

body.is-header-open .header__hamburger span:nth-child(2) {
    opacity: 0;
}

.header__hamburger span:nth-child(3) {
    top: 22px;
    width: 20px;
}

body.is-header-open .header__hamburger span:nth-child(3) {
    top: 14px;
    transform: rotate(-135deg);
    width: 24px;
}

.header__drawer-menu {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    max-width: 560px;
    width: 100%;
    background: url('../img/footer-mobile-bg.svg') #231f20;
    background-size: 1150px;
    background-position: -350px -280px;
    background-repeat: no-repeat;
    transform: translateX(100%);
    transition: 300ms ease-in-out;
    transition-property: transform;
    height: 100vh;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header__drawer-inner {
    overflow-y: scroll;
    padding: 120px 42px 120px 40px;
    margin-right: -18px;
}

body.is-header-open .header__drawer-menu {
    transform: translateX(0);
}

.header__langmenu {
    margin-left: 32px;
}

.header__sidenav .menu-item-has-children>ul.sub-menu {
    position: absolute;
    border: 0;
    border-radius: 2px;
    margin: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 250ms ease-in-out;
    transition-property: opacity;
    display: block;
    width: 100%;
    background-color: transparent;
}

.header__sidenav .menu-item-has-children.is-active>ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.header__socials {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #141213;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__social-icon {
    transition: 300ms ease-in-out;
    transition-property: opacity;
    opacity: 0.6;
}

.header__social-link:hover {
    transform: none;
}

.header__social-link:hover .header__social-icon {
    opacity: 1;
}

.header__close-drawer {
    position: absolute;
    top: 24px;
    right: 24px;
    appearance: none;
    -webkit-appearance: none;
    width: 32px;
    height: 32px;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.header__close-icon {
    transition: 300ms ease-in-out;
    transition-property: opacity;
    opacity: 0.7;
}

.header__close-icon:hover {
    opacity: 1;
}

.langmenu__dropdown {
    position: relative;
}

.langmenu__current {
    -webkit-appearance: none;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1;
    color: #ffffff;
    white-space: nowrap;
    transition: 300ms ease-in-out;
    -o-transition-property: opacity;
}

.langmenu__current:hover {
    opacity: 0.8;
}

.langmenu__current svg {
    vertical-align: top;
    margin-top: 1px;
}

.langmenu__list {
    position: absolute;
    z-index: 50;
    min-width: 72px;
    border: 0;
    box-shadow: 0 2px 8px rgba(161, 125, 125, 0.1);
    background-color: #ffffff;
    padding: 8px 0;
    margin: 0;
    text-align: center;
    top: 100%;
    left: 50%;
    display: block;
    transform: translate(-50%, 0);
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease-in-out;
    transition-property: opacity, visibility, transform;
}

.langmenu.is-open .langmenu__list {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 12px);
}

.langmenu__item {
    padding: 8px 0;
}

.langmenu__link {
    font-size: 16px;
    font-weight: 300;
    transition: 300ms ease-in-out;
    transition-property: color;
    color: #000000;
}

.langmenu__link:hover {
    transform: translateY(0);
    color: #ed8b00;
}

.footer {
    position: relative;
    padding: 96px 0 48px;
    min-height: 545px;
    display: flex;
    flex-direction: column;
    background: url('../img/footer-bg.svg') #231f20;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.footer:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #ed8b00;
    border-left: 16px solid #ed8b00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.footer:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-left: 16px solid transparent;
    border-bottom: 16px solid #ed8b00;
    border-right: 16px solid #ed8b00;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.footer__title {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    background: -webkit-linear-gradient(1turn,
            #f67901 0%,
            #ed8b00 51.04%,
            #f6ac01 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
}

.footer__inner {
    display: flex;
    max-width: 1536px;
    padding: 0 48px;
    margin: 0 auto;
    width: 100%;
    justify-content: space-between;
}

.footer__bottom {
    max-width: 1384px;
    padding: 0 20px;
    margin: 48px auto 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.footer__logo {
    max-width: 140px;
    width: 100%;
    height: auto;
    display: block;
}

.footer__contacts-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    margin: 0;
}

.footer__contacts-item a {
    color: #e5e5e5;
    transition: 300ms ease-in-out;
    transition-property: color;
}

.footer__contacts-item a:hover {
    color: #ed8b00;
    transform: none;
}

.footer__list {
    text-align: left;
}

.footer__list-item {
    padding: 8px 0;
    margin: 0;
    line-height: 18px;
}

.footer__list-link {
    color: #e5e5e5;
    transition: 300ms ease-in-out;
    transition-property: color;
}

.footer__list-link:hover {
    color: #ed8b00;
    transform: none;
}

.footer__contacts-item .icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.footer__socials {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -12px;
}

.footer__social-item {
    padding: 0 12px;
    margin: 0;
}

.footer__social-icon {
    transition: 300ms ease-in-out;
    transition-property: opacity;
    opacity: 0.6;
}

.footer__social-link:hover {
    transform: none;
}

.footer__social-link:hover .footer__social-icon {
    opacity: 1;
}

.modal--search .modal-dialog {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.modal--search .modal-content {
    margin-top: 56px;
}

.modal-close {
    width: 32px;
    height: 32px;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    margin: 0;
    position: absolute;
    top: 14px;
    right: 8px;
    z-index: 1;
    padding: 7px;
}

.modal-close-icon {
    transition: 300ms ease-in-out;
    transition-property: opacity;
    opacity: 0.6;
    width: 18px;
    height: 18px;
}

.modal-close-icon:hover {
    opacity: 1;
}

.hero {
    position: relative;
    height: 95vh;
    max-height: 640px;
    min-height: 640px;
}

.hero--subpage {
    max-height: 500px;
    min-height: 500px;
    max-width: 1920px;
    margin: 0 auto;
}

.hero--content .row {
    position: relative;
    width: 100%;
    max-width: 1192px;
    padding: 56px 20px;
    margin-block: 0;
}

.hero--subpage .row {
    position: relative;
    width: 100%;
    max-width: 1192px;
    padding: 24px 20px;
    margin-block: 0;
}

:root {
    --hero-shape-top: 225%;
    --hero-shape-left: -270%;
    --hero-shape-width: 500%;
    --hero-shape-height: 860%;
    --hero-shape-border-width: 7px;
    --hero-shape-border-offset-y: 17.32px;
}

.hero__shape {
    position: absolute;
    top: var(--hero-shape-top);
    left: var(--hero-shape-left);
    width: var(--hero-shape-width);
    height: var(--hero-shape-height);
    transform: translateY(-50%) scaleX(-1) scale(0.6);
    z-index: -1;
}

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

.hero__shape::after {
    /* background: linear-gradient(
            90deg,
            rgba(255, 102, 0, 0.6) 0%,
            rgba(237, 139, 0, 0.6) 51.04%,
            rgba(255, 204, 0, 0.6) 100%
        ),
        rgba(237, 139, 0, 0.8); */
    background: linear-gradient(90deg,
            rgba(236, 117, 38, 0.6) 0%,
            rgba(255, 166, 41, 0.6) 51.04%,
            rgba(255, 228, 121, 0.6) 100%),
        rgba(237, 139, 0, 0.69);
    clip-path: polygon(100% 50%,
            75% 93.3%,
            25% 93.3%,
            0% 50%,
            25% 6.7%,
            75% 6.7%);
}

.hero__shape--gray::after {
    background: rgba(44, 44, 44, 0.8);
}

.hero__shape--none::after {
    display: none;
}

.hero__shape--none-dark::after {
    display: none;
}

.hero__shape::before {
    top: calc(var(--hero-shape-border-width) + 24px * -1);
    left: calc(var(--hero-shape-border-width) + 21px * -1);
    width: calc(100% + var(--hero-shape-border-width) * 4);
    height: calc(100% + var(--hero-shape-border-width) * 4);
    background-color: #ed8b00;
    clip-path: polygon(100% 50%,
            75% 93.3%,
            25% 93.3%,
            0% 50%,
            25% 6.7%,
            75% 6.7%,
            100% 50%,
            calc(75% - var(--hero-shape-border-width)) calc(6.7% + var(--hero-shape-border-offset-y)),
            calc(25% + var(--hero-shape-border-width)) calc(6.7% + var(--hero-shape-border-offset-y)),
            calc(0% + 2 * var(--hero-shape-border-width)) 50%,
            calc(25% + var(--hero-shape-border-width)) calc(93.3% - var(--hero-shape-border-offset-y)),
            calc(75% - var(--hero-shape-border-width)) calc(93.3% - var(--hero-shape-border-offset-y)),
            calc(100% - 2 * var(--hero-shape-border-width)) 50%,
            calc(75% - var(--hero-shape-border-width)) calc(6.7% + var(--hero-shape-border-offset-y)));
}

.hero__shape--gray::before {
    background-color: #313131;
}

.hero__shape--none::before,
.hero__shape--none-dark::before {
    display: none;
}

.hero__shape-line {
    position: absolute;
    width: 30%;
    height: calc(var(--hero-shape-border-width) + 8px);
    right: calc(61% - 49px);
    top: calc(7% - 14px);
    background-color: #ed8b00;
    transform: rotate(48deg) translate(-50%, -50%);
}

.hero__shape--gray .hero__shape-line {
    background-color: #313131;
}

.hero__shape--none .hero__shape-line,
.hero__shape--none-dark .hero__shape-line {
    display: none;
}

.hero__title,
.hero__text {
    max-width: 60%;
    color: #ffffff;
}

.hero__title {
    font-size: 54px;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
}

.hero__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

*+.hero__text {
    margin-top: 16px;
}

a.hero__button {
    margin-top: 32px;
}

.hero__content {
    position: absolute;
    bottom: 140px;
    left: 0;
    width: 100%;
    z-index: 3;
}

.hero--subpage .hero__content {
    top: 160px !important;
}

.hero:has(.hero__shape--none-dark) .hero__title,
.hero--subpage .hero__title {
    color: #231f20;
    line-height: 1.15;
    font-weight: 400;
    font-size: 40px;
}

.hero--content .hero__content {
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    grid-area: 1/-1;
}

.hero__slider-item--none .hero__content {
    display: none;
}

.hero__slider {
    height: 100%;
}

.hero__slider-image--desktop,
.hero__slider-image,
.hero__slider-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero--content .hero__slider-image--desktop,
.hero--content .hero__slider-image {
    display: flex;
    align-items: flex-end;
    grid-area: 1/-1;
    overflow: hidden;
}

@media (orientation: portrait) {

    .hero__slider-image--desktop:not(:last-child),
    .hero--content .hero__slider-image--desktop:not(:last-child) {
        display: none;
    }
}

@media (orientation: landscape) {

    .hero__slider-image--mobile,
    .hero--content .hero__slider-image--mobile {
        display: none;
    }
}

@media (max-width: 1599px) {

    .hero__slider-image--desktop-large,
    .hero--content .hero__slider-image--desktop-large {
        display: none;
    }
}

.hero__slider-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.hero--content .hero__slider-item {
    display: grid;
}

@media (min-width: 961px) {
    .is-front-page .hero {
        max-height: 800px;
        min-height: 720px;
    }
}

@media (max-width: 767px) {
    .hero__slider-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg,
                rgba(0, 0, 0, 0.5) 10%,
                rgba(0, 0, 0, 0) 100%);
        z-index: 1;
        pointer-events: none;
    }

    .hero--subpage .hero__slider-item::before {
        display: none;
    }
}

.hero__slider-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 72%;
    height: 100%;
    background: url('../img/hero-bg-cover-orange.svg') transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.hero__slider-item--gray:after {
    background: url('../img/hero-bg-cover-gray.svg') transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.hero--content .hero__slider-item:after {
    display: none;
}

.hero__slider-item--none-dark::after,
.hero__slider-item--none::after {
    display: none;
}

.hero__slider-nav {
    z-index: 2;
    bottom: 110px !important;
}

.hero--subpage .hero__slider-nav {
    bottom: 20px !important;
}

@media (max-width: 767px) {
    .hero__slider-item::after {
        display: none;
    }

    .hero__slider-nav {
        bottom: 84px !important;
    }

    .hero--subpage .hero__slider-nav {
        bottom: 20px !important;
    }

    .hero a.btn--white,
    .hero button.btn--white {
        font-size: 15px;
    }
}

.swiper-pagination-bullet {
    position: relative;
    width: 64px;
    max-width: 24px;
    border-radius: 1px;
    opacity: 1;
    overflow: hidden;
    transition: 300ms ease-in-out;
    transition-property: max-width;
    background: transparent;
    margin: 0 4px;
    height: 6px;
}

.swiper-pagination-bullet:before,
.swiper-pagination-bullet:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.swiper-pagination-bullet:before {
    content: '';
    background-color: #4d4d4d;
    transition: background-color 250ms ease-in-out;
}

.swiper-pagination-bullet:after {
    content: '';
    display: none;
    height: auto;
    width: 0;
    right: auto;
    background-color: #ffffff;
    z-index: 10;
}

.swiper-wrap--autoplay .swiper-pagination-bullet:after {
    display: block;
}

.swiper-pagination-bullet-active {
    max-width: 64px;
    background: transparent;
}

.swiper-pagination-bullet-active:after {
    animation-name: widthAnimate;
    animation-duration: 10s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}

.swiper-pagination--secondary .swiper-pagination-bullet-active {
    max-width: 24px;
    animation-name: none;
}

.swiper-pagination--secondary .swiper-pagination-bullet-active:before {
    background-color: #ff6600;
}

.swiper-pagination--secondary .swiper-pagination-bullet-active:after {
    display: none;
}

.hero+main .intro-blocks {
    margin-top: -74px;
}

.intro-blocks {
    z-index: 1;
}

.intro-blocks__inner {
    display: flex;
    box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.05);
}

.intro-blocks__item {
    width: 20%;
    max-width: 20%;
    flex-basis: 20%;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}

.intro-blocks__item:before {
    background: #ed8b00;
    content: '';
    height: 300px;
    left: -160px;
    opacity: 0.1;
    position: absolute;
    top: -70px;
    transform: rotate(45deg);
    transition: left 600ms cubic-bezier(0.19, 1, 0.22, 1) 150ms;
    width: 75px;
}

.intro-blocks__item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url('../img/card-bg.svg') transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    transform: translateX(-100%);
    transition: 300ms ease-in-out;
    transition-property: transform, opacity;
    opacity: 0;
    pointer-events: none;
}

.intro-blocks__item:hover:after {
    transform: translateX(-30%);
    opacity: 1;
}

.intro-blocks__item:hover:before {
    left: 150%;
    transition: left 600ms cubic-bezier(0.19, 1, 0.22, 1) 150ms;
}

.intro-blocks__item+.intro-blocks__item {
    box-shadow: -1px 0 0 0 #f0f0f0;
}

.intro-blocks__item-title {
    position: relative;
    z-index: 1;
    margin-top: 8px;
    font-weight: 500;
}

.intro-blocks__item-description {
    position: relative;
    margin: 4px 0 0;
    color: #474747;
    z-index: 3;
}

.intro-blocks__item-inner {
    display: block;
    padding: 20px 24px;
}

.intro-blocks__item-inner:hover {
    transform: none;
}

.intro-blocks svg {
    position: relative;
    z-index: 1;
    width: 48px;
    height: 48px;
    fill: #ed8b00;
    transition: 300ms ease-in-out;
    transition-property: fill;
}

.intro-blocks__item:hover svg {
    fill: #ffffff;
}

.landing-events {
    background: linear-gradient(180deg,
            #ffffff 1.32%,
            rgba(255, 255, 255, 0) 103.95%),
        #faf8f7;
}

.event-years {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    gap: 8px 16px;
}

.event-years+* {
    margin-top: 32px;
}

.event__sold-out {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 20px;
    color: red;
    border: 2px solid red;
    border-radius: 30px;
    margin-top: 24px;
    pointer-events: none !important;
}

.events .event__sold-out {
    margin-top: 0;
}

.event-years__item {
    font-size: inherit;
    font-weight: 600;
}

.event-years__item.is-active {
    color: #f67901;
}

.events__item-date {
    line-height: 1.5;
    font-weight: 500;
    background: -webkit-linear-gradient(1turn,
            #f67901 0%,
            #ed8b00 51.04%,
            #f6ac01 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.events__item-title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.events__item-figure {
    position: relative;
    margin-bottom: 16px;
}

.events__item-figure:after {
    display: block;
    content: '';
    width: 100%;
    padding-top: 56%;
}

.events__item-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.events__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.events__item-address {
    color: #8b8b8b;
    display: flex;
    margin-top: 4px;
    font-weight: 500;
    line-height: 1.5;
    font-size: 16px;
}

.events__item-address svg {
    width: 16px;
    height: 16px;
    fill: #8b8b8b;
    margin-right: 8px;
    vertical-align: top;
    flex-shrink: 0;
    margin-top: 4px;
}

.landing-events {
    padding-bottom: 104px;
}

.landing-events .events {
    margin: -24px -12px 0;
    background: transparent;
}

.landing-events .events__item {
    padding: 0 12px;
    margin-top: 24px;
}

.section+.landing-news {
    margin-top: 0;
}

.landing-news {
    padding: 96px 0 88px;
    background: url('../img/news-bg.svg') transparent;
    background-repeat: no-repeat;
    background-size: cover;
}

.landing-news .news {
    display: flex;
}

.news__main {
    display: flex;
    margin: -24px -16px 0;
}

.news__main .news__item {
    padding: 0 16px;
    margin-top: 24px;
    max-width: 50%;
    flex-basis: 50%;
}

.news__sidebar {
    display: flex;
    flex-direction: column;
    padding-left: 32px;
    flex-basis: 33.333%;
    max-width: 33.333%;
    flex-shrink: 0;
}

.news__sidebar .news__item+.news__item {
    margin-top: 24px;
}

.news__item-link>picture,
.news__item-image {
    vertical-align: top;
    width: 100%;
    height: auto;
}

.news__sidebar .news__item-title {
    font-size: 16px;
    line-height: 1.5;
}

.news__sidebar .news__item-link {
    display: flex;
    align-items: flex-start;
}

.news__sidebar .news__item-link>picture,
.news__sidebar .news__item-image {
    width: 135px;
}

.news__main .news__item-content {
    margin-top: 16px;
}

.news__sidebar .news__item-content {
    margin-left: 16px;
}

.news__item-date {
    margin-top: 4px;
    line-height: 1.5;
    font-weight: 500;
    background: -webkit-linear-gradient(1turn, #ff6600, #ffcc00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.news__item-description {
    margin-top: 4px;
    line-height: 1.5;
}

.landing-combined {
    background-color: #ffffff;
    padding: 96px 0 24px;
    margin-top: 0 !important;
}

.landing-combined .section__inner+.partners {
    margin-top: 80px;
}

.partners {
    position: relative;
    background: none;
    min-height: 0;
}

.partners:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 8px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f0f0f0;
}

.partners__header {
    display: flex;
    justify-content: center;
}

.partners__title {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #ffffff;
    padding: 0 10px;
    color: #8b8b8b;
}

.partners .section__header {
    justify-content: center;
}

.partners__header+.partners__slider {
    margin-top: 32px;
}

.partner-logo a {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo a:hover {
    transform: none;
}

.partners__slider {
    position: relative;
}

.partners__slider:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 150px;
    height: 100%;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.partners__slider:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 150px;
    height: 100%;
    background: linear-gradient(270deg,
            #ffffff 0%,
            rgba(255, 255, 255, 0) 100%);
}

.partners__slider .swiper-wrapper {
    transition-timing-function: linear;
}

.partners__slider .swiper-slide {
    width: auto !important;
}

.partner-logo img {
    max-height: 96px;
    width: auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.section+.section.newsletter {
    margin-top: 0;
}

.newsletter {
    padding: 80px 0;
    background-color: #d1d4dd;
}

.post__content .wp-block-image + * {
    margin-top: 32px;
}

.post__content .newsletter {
    padding: 40px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .post__content .newsletter {
        padding: 24px;
    }
}

.post__content *+.newsletter {
    margin-top: 32px;
}

.post__content .newsletter__form {
    max-width: 100%;
}

@media (max-width: 960px) {
    .post__content .newsletter .newsletter__form {
        padding: 0;
    }
}

.post__content .newsletter .newsletter__form-input {
    border: 1px solid #d1d4dd;
}

article .post__content .newsletter h4 {
    margin-top: 0;
}

.newsletter .section__title {
    color: #000000;
    text-align: center;
    background: transparent;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: currentColor;
}

.newsletter__form {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 540px;
    margin: 0 auto;
    padding-bottom: 8px;
}

.newsletter .newsletter__form-input {
    height: 58px;
    padding-left: 56px;
    border-radius: 1px 0 0 1px;
    background-color: #ffffff;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.06);
}

#newsletter_email,
.newsletter .newsletter__form-input {
    background: url('../img/email.svg') no-repeat 15px center #fff;
    padding-left: 50px;
}

.newsletter__form-button {
    flex-shrink: 0;
}

.newsletter .section__header {
    justify-content: center;
}

.newsletter__image-img {
    display: block;
    vertical-align: top;
    width: 100%;
    height: auto;
}

.newsletter__response {
    text-align: center;
    margin-bottom: 16px;
}

.newsletter__response.failure {
    color: red;
}

.form-block .newsletter__form {
    max-width: 100%;
    padding-bottom: 0;
}

.form-block .newsletter__form .newsletter__form-input {
    background: #fff;
    padding-left: 15px;
}

.form-block .newsletter__form input:not([type='checkbox']) {
    border-radius: 0;
}

.form-block .newsletter__form .btn {
    margin: 0;
}

.form-block--newsletter {
    --title-margin: 16px;
}

.form-block--newsletter .form-block__title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: var(--title-margin);
}

*+.booking-code--grid {
    margin-top: 56px;
}

.booking-code--grid>.col-12 {
    width: 100%;
}

.booking-code {
    background: linear-gradient(90deg, #f67901 0%, #ed8b00 50%, #f6ac01 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 24px 20px;
    margin-bottom: 32px;
}

.booking-code.is-hidden {
    display: none;
}

.booking-code__row {
    display: flex;
    margin-bottom: -24px;
}

@media (max-width: 520px) {
    .booking-code__row {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
}

.booking-code__form-field {
    padding-bottom: 24px;
    position: relative;
}

button.booking-code__button {
    margin: 0 0 0 16px;
}

@media (max-width: 520px) {
    button.booking-code__button {
        margin: 0;
    }
}

.booking-code__title,
.booking-code__success {
    text-transform: none;
    font-weight: 700;
    font-size: 20px;
}

.booking-code__title {
    font-size: 24px;
}

.booking-code__success {
    display: none;
    margin-top: 16px;
}

.booking-code.is-success .booking-code__success {
    display: block;
}

.booking-code.is-success .booking-code__form {
    display: none;
}

.booking-code__description {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

.booking-code__form {
    margin-top: 16px;
}

.booking-code__error {
    background-color: #ba0000;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 8px;
    padding: 4px 8px;
}

.team .block__item__content p {
    margin-bottom: 8px;
}

.podcasts {
    margin: -24px -12px 0;
}

.podcasts__item {
    padding: 0 12px;
    margin-top: 24px;
}

.podcasts__item-image {
    vertical-align: top;
    display: block;
    width: 100%;
    height: auto;
}

.podcasts__item-link {
    position: relative;
}

.podcasts__item-link>svg {
    position: absolute;
    top: 8px;
    left: 8px;
    pointer-events: none;
    z-index: 1;
}

.podcasts__item-content {
    margin-top: 16px;
}

.podcasts__item-title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.podcasts__links {
    margin-top: 8px;
}

.podcasts__links svg {
    fill: #ed8b00;
    width: 24px;
    height: 24px;
}

.podcasts__links svg+svg {
    margin-left: 16px;
}

.post__podcast-links {
    display: flex;
    margin-bottom: 24px;
}

.post__podcast-links svg {
    fill: #ed8b00;
    width: 32px;
    height: 32px;
    transition: 300ms ease-in-out;
    transition-property: fill;
}

.post__podcast-links a:hover svg {
    fill: #333333;
}

.post__podcast-links a+a {
    margin-left: 16px;
    display: inline-block;
}

.image--left,
.image--left img {
    object-position: left;
}

.image--right,
.image--right img {
    object-position: right;
}

.image--bottom,
.image--bottom img {
    object-position: bottom;
}

.image--top,
.image--top img {
    object-position: top;
}

.fc-button-group>.fc-button {
    padding: 0;
}

.fc-content-col .fc-event,
.fc-content-col .fc-event-dot {
    background-color: #999999;
    border: none;
}

.fc-content-col .fc-time-grid-event .fc-time {
    font-size: 12px;
}

.woocommerce form .form-row label.checkbox {
    font-size: 18px;
}

.woocommerce form .form-row .input-checkbox {
    width: 20px;
}

.submenu li {
    padding: 0 25px;
}

.submenu li .sub-menu li {
    padding: 0 20px;
}

.contact_person {
    display: inline-block;
}

@media only screen and (max-width: 1240px) {
    .hero__title {
        font-size: 53px;
    }

    .hero:has(.hero__shape--none-dark) .hero__title {
        font-size: 40px;
    }

    body.is-front-page .row {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 640px) {
    .header__drawer-menu {
        background-position: -550px -280px;
    }

    .footer {
        background-position: -640px 110%;
    }
}

@media only screen and (max-width: 960px) {
    .h1 {
        font-size: 40px;
        line-height: 1.2;
    }

    .h2 {
        font-size: 32px;
        line-height: 1.25;
    }

    .h3 {
        font-size: 28px;
        line-height: 1.25;
    }

    .h4 {
        font-size: 24px;
        line-height: 1.25;
    }

    .h5 {
        font-size: 22px;
        line-height: 1.25;
    }

    .h6 {
        font-size: 18px;
        line-height: 1.5;
    }

    .header+*:not(.hero) {
        margin-top: 75px;
    }

    a.section__button,
    button.section__button {
        font-size: 14px;
        padding: 12px 16px;
    }

    .section__button.btn--icon {
        padding-right: 12px;
    }

    .header {
        padding: 12px 0 4px;
    }

    .header__logo {
        max-width: 83px;
    }

    .header__nav {
        display: none;
    }

    .header__drawer-inner {
        padding: 120px 42px 120px 24px;
    }

    .header__close-drawer {
        display: none;
    }

    .header__hamburger {
        z-index: 2;
    }

    .header__sidenav>ul>.menu-item>a {
        font-size: 20px;
    }

    .header__sidenav ul.sub-menu>.menu-item>a {
        font-size: 18px;
    }

    .header__sidenav ul.sub-menu ul.sub-menu>.menu-item>a {
        font-size: 16px;
    }

    .header__sidenav .menu-item-has-children>ul.sub-menu {
        padding-top: 0;
    }

    .hero {
        height: 75vh;
        min-height: 0;
    }

    .hero--subpage {
        min-height: 400px;
        max-height: 400px;
    }

    .hero--subpage .hero__slider-nav {
        left: 20px !important;
        width: auto;
    }

    .hero__title {
        max-width: 100%;
        font-size: 40px;
    }

    .hero--subpage .hero__content {
        top: unset !important;
        bottom: 60px !important;
    }

    .hero--subpage .hero__content .row>* {
        max-width: 550px;
    }

    .hero:has(.hero__shape--none-dark) .hero__title,
    .hero--subpage .hero__title {
        font-size: 28px;
    }

    .hero--content .hero__title {
        max-width: 60%;
    }

    .hero__slider-item:after {
        width: 100%;
    }

    .hero__content {
        bottom: 140px;
    }

    .footer {
        padding: 56px 12px 24px;
        background: url('../img/footer-mobile-bg.svg') #231f20;
        background-size: 1200px;
        background-position: -350px 110%;
        background-repeat: no-repeat;
        width: auto;
    }

    .footer__col {
        width: 50%;
        display: inline-block;
        padding: 32px 12px 0;
    }

    .footer__col:first-child {
        width: 100%;
        display: block;
    }

    .footer__inner {
        width: auto;
        flex-wrap: wrap;
        margin: -16px -12px;
    }

    .footer__bottom,
    .footer__inner {
        padding: 0 20px;
    }

    .footer__bottom {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .footer__socials,
    .footer__logo {
        margin-top: 48px;
    }

    .footer__logo {
        max-width: 110px;
    }

    .intro-blocks__inner {
        flex-direction: column;
    }

    .intro-blocks__item {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }

    .intro-blocks__item-inner {
        display: flex;
        flex-direction: column;
        padding: 16px;
        align-items: center;
    }

    .intro-blocks svg {
        margin-right: 16px;
    }

    .intro-blocks__item+.intro-blocks__item {
        box-shadow: 0 -1px 0 0 #f0f0f0;
    }

    .intro-blocks__item:hover:after {
        transform: translateX(-55%);
    }

    .news__main,
    .landing-news .news {
        margin-left: 0;
        margin-right: 0;
        flex-direction: column;
    }

    .news__main .news__item {
        padding-left: 0;
        padding-right: 0;
    }

    .news__sidebar {
        margin-top: 32px;
        padding-left: 0;
        flex-basis: 100%;
        max-width: 100%;
    }

    .news__main .news__item {
        max-width: 100%;
        flex-basis: 100%;
    }

    .newsletter__form {
        flex-direction: column;
    }

    .newsletter__form-button,
    .newsletter__form-input {
        display: block;
        width: 100%;
    }

    .newsletter__image {
        position: relative;
    }

    .newsletter__image:after {
        content: '';
        display: block;
        width: 100%;
        padding-top: 33.333%;
    }

    .newsletter__image-img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .newsletter__form {
        padding-bottom: 16px;
    }

    .partners__slider:before {
        width: 50px;
    }

    .partners__slider:after {
        width: 50px;
    }

    .newsletter .newsletter__form {
        padding: 0 20px 16px;
    }

    .newsletter .newsletter__header {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .footer {
        background-position: -420px 110%;
    }
}

@media only screen and (min-width: 961px) {
    body.is-scrolled .header {
        padding: 7px 0;
    }

    body.is-scrolled .header__logo {
        max-width: 100px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .submenu li {
        padding: 0 20px;
    }

    .submenu li .sub-menu li {
        padding: 0 10px;
    }
}

@media only screen and (min-width: 1920px) {
    .is-front-page .hero {
        max-height: 960px;
    }

    .h1 {
        font-size: 74px;
        line-height: 1.05;
    }

    .hero__content {
        bottom: 160px;
    }

    /* .hero__title {
        max-width: 70%;
    } */

    .footer__bottom,
    .header__inner {
        max-width: 1696px;
        padding: 0 48px;
    }

    body.is-front-page .row {
        max-width: 1400px;
    }
}

@media (max-width: 767px) {
    .hero {
        height: 80vh;
    }

    .hero--content {
        height: 50vh;
        min-height: 380px;
    }

    .hero--content .row {
        padding-block: 32px;
    }

    .hero__content {
        bottom: 124px;
    }

    .hero__shape {
        display: none;
    }

    .hero__title {
        font-size: 30px;
    }

    .hero__text {
        font-size: 16px;
    }
}

@media (max-width: 576px) {

    .hero--content .hero__title,
    .hero__text {
        max-width: 100%;
    }
}

@media (max-height: 580px) {
    .hero {
        height: 520px;
    }
}

@keyframes widthAnimate {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@media only screen and (min-width: 961px) {
    .hidden-md-up {
        display: none;
    }
}

@media only screen and (min-width: 1025px) {
    .hidden-lg-up {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .hidden-lg-down {
        display: none;
    }
}

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

.booking-edit .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-tabs {
    margin: 40px 0;
}

.content-tabs__nav {
    display: block;
    position: relative;
    margin-top: -32px;
    z-index: 1;
}

.title+.content-tabs__nav,
.post__content+.content-tabs__nav {
    margin-top: 0;
}

.content-tabs__nav-item {
    display: inline-block;
}

.content-tabs__nav-button {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 16px 32px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
    background: transparent;
    text-align: center;
    font-size: 16px;
}

.content-tabs__content {
    margin-top: 32px;
}

.accordion .content-tabs__content {
    font-size: 18px;
    margin-top: 0;
}

.content-tabs__inner {
    margin-top: 32px;
    background: linear-gradient(rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
    padding: 0 24px 32px 32px;
    width: 100%;
}

.content-tabs__intro+.content-tabs__inner {
    margin-top: 80px;
}

.content-tabs__cta-button a svg path {
    fill: #fff;
}

.content-tabs__content-item {
    display: none;
    transition: opacity 300ms ease-in-out;
    opacity: 0;
}

.content-tabs__content-item ul li {
    font-size: 18px;
    line-height: 30px;
}

.content-tabs__content-item.active {
    display: block;
}

.content-tabs__content-item.show {
    opacity: 1;
}

.content-tabs__nav-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -3px;
    right: -3px;
    height: 100%;
    transform: skew(-22deg);
    background-color: #3c3b3b;
    border-radius: 1px;
    z-index: -1;
}

.content-tabs__nav-button::after {
    content: '';
    position: absolute;
    left: -3px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 1px;
    height: 70%;
    background-color: #000000;
    transform: skew(-22deg);
    z-index: 1;
}

.content-tabs__nav-button.active::after {
    content: none;
}

.content-tabs__nav-button.active::before {
    background: linear-gradient(90deg,
            rgba(255, 102, 0, 0.3) 0%,
            rgba(237, 139, 0, 0.3) 51.04%,
            rgba(255, 204, 0, 0.3) 100%),
        #ed8b00;
}

.content-tabs__nav-button.active+.content-tabs__nav-button::after {
    content: none;
}

.content-tabs__content p+a,
.content-tabs__intro p+a {
    margin-top: 16px;
}

.content-tabs__content ul:not(.list) li {
    margin: 10px 0;
    position: relative;
    padding-left: 25px;
    line-height: 30px;
    background: url('../img/arrow-right.svg') no-repeat left 0 top 6px;
    padding: 0 10px 0 32px;
}

.content-icons {
    padding-bottom: 16px;
}

.content-icons__inner {
    margin: 0 -8px;
    flex: 1 1 auto;
}

.content-icons__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 14px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
}

.content-icons__content h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-transform: none;
}

.content-icons__item {
    padding: 0 8px;
}

.content-icons__arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    z-index: 1;
}

.content-icons__arrow::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 36px 36px 0;
    border-color: transparent #ed8b00 transparent transparent;
}

.content-icons__arrow svg {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 5px;
    width: 12px;
    height: 12px;
}

.content-icons__arrow svg path {
    fill: #ffffff;
}

.animated-numbers {
    margin-top: 40px;
    margin-bottom: 40px;
}

.animated-numbers__title {
    margin-top: 0;
    margin-bottom: 40px;
}

.animated-numbers__inner {
    margin: -40px -16px 0;
    flex: 1 1 auto;
}

.animated-numbers__item {
    position: relative;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    align-items: flex-start;
}

.animated-numbers__item-number {
    display: flex;
    font-size: 64px;
    line-height: 74px;
    font-weight: bold;
    margin-top: auto;
    background: -webkit-linear-gradient(1turn,
            #f67901 0%,
            #ed8b00 51.04%,
            #f6ac01 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.animated-numbers__item-after {
    position: absolute;
    top: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    background: -webkit-linear-gradient(1turn,
            #f67901 0%,
            #ed8b00 51.04%,
            #f6ac01 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-block {
    position: relative;
    margin-top: 80px;
    padding: 40px 32px;
    background: linear-gradient(90deg, #f67901 0%, #ed8b00 50%, #f6ac01 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.form-block::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background-image: url('../img/form-bg-lines.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.form-block__title,
.form-block__inner {
    position: relative;
    z-index: 2;
}

.form-block__text {
    margin-bottom: 20px;
    margin-top: calc(var(--title-margin) * -1);
}

.animated-numbers__item-text,
.animated-numbers__item-pretext {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}

.separator-image {
    margin-top: 40px;
}

.separator-image__image {
    width: 80%;
}

.gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input {
    display: none;
}

.gfield_radio {
    column-count: 2;
}

.gform_wrapper legend.gfield_label {
    font-weight: 500;
    margin-bottom: 16px;
    font-size: 20px;
}

.gfield_radio .gchoice {
    line-height: 1;
}

.gfield_radio .gchoice+.gchoice {
    margin-top: 16px;
}

.gfield_radio .gchoice label,
.gfield_consent_label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.gfield_radio .gchoice label::before,
.gfield_consent_label::before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: -2px;
    left: 0;
    display: block;
    border: 2px solid #000000;
    border-radius: 50%;
}

.gfield_radio .gchoice label::after,
.gfield_consent_label::after {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url('../img/icon-check.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    position: absolute;
    top: 3px;
    left: 4px;
    display: block;
    opacity: 0;
}

.gfield_consent_label::before {
    border-radius: 0;
    top: 0;
}

.gfield_consent_label::after {
    top: 5px;
}

.ginput_container_consent input[type='checkbox']:checked~label::before,
.gfield_radio .gfield-choice-input:checked~label::before {
    background-color: #000000;
}

.ginput_container_consent input[type='checkbox']:checked~label::after,
.gfield_radio .gfield-choice-input:checked~label::after {
    opacity: 1;
}

.gfield.hidden_label label,
.ginput_container.ginput_container_consent input {
    display: none;
}

.gform_fields {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
}

.gfield {
    padding: 0 8px;
    width: 100%;
}

.gfield+.gfield {
    margin-top: 24px;
}

@media only screen and (min-width: 640px) {
    .gfield:first-child+.gfield--width-half {
        margin-top: 0;
    }

    .gfield--width-half {
        width: 50%;
        display: inline-block;
    }
}

.gform_footer {
    margin-top: 32px;
}

.gfield_validation_message {
    margin-top: 8px;
    font-size: 14px;
    color: #000000;
}

.gform_validation_errors {
    display: none;
}

.gform_confirmation_message {
    font-size: 18px;
}

.gfield_required {
    display: none;
}

.woocommerce.processing {
    opacity: 0.6;
    pointer-events: none;
}

.cart-discount p {
    font-size: 16px;
}

.room-action.disabled {
    opacity: 0.5;
}

.rooms a.disabled {
    pointer-events: none;
}

ul.booking_price li.room,
ul.booking_price li.total {
    line-height: 1.2;
}

.gallery-fancybox__trigger+.gallery-fancybox__images {
    display: none;
}

*+.rooms__gallery {
    margin-top: 8px;
}

.booking_price .includes_tax {
    display: block;
    font-weight: 400;
    font-size: 70%;
}

.booking_price li>span:first-child {
    text-align: left;
    margin-right: 8px;
}

.booking_price li>span:last-child {
    text-align: right;
}

.horizontal-timeline {
    margin-top: 40px;
    margin-bottom: 40px;
}

.horizontal-timeline__title {
    margin-top: 0;
    margin-bottom: 40px;
}

.horizontal-timeline__line {
    position: relative;
    display: flex;
    height: 200px;
}

.horizontal-timeline__line:before {
    content: '';
    height: 2px;
    width: 100%;
    background: #cccccc;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
}

.horizontal-timeline__item {
    position: relative;
    display: inline-flex;
    width: 20%;
    height: 100px;
    border-left: 2px solid #cccccc;
}

.horizontal-timeline__item .content {
    position: relative;
    padding-left: 16px;
}

.horizontal-timeline__item:first-child {
    margin-left: 56px;
}

.horizontal-timeline__item:nth-child(even) {
    margin-top: 100px;
    align-items: flex-end;
}

.horizontal-timeline__item:before {
    content: '';
    height: 8px;
    width: 8px;
    background: orange;
    position: absolute;
    bottom: -5px;
    left: -5px;
    border-radius: 50%;
    z-index: 2;
}

.horizontal-timeline__item:nth-child(even):before {
    top: -3px;
    bottom: auto;
}

.horizontal-timeline__item .content:before {
    content: '';
    height: 8px;
    width: 8px;
    background: orange;
    position: absolute;
    top: 5px;
    left: -5px;
    border-radius: 50%;
    z-index: 2;
}

.horizontal-timeline__item .content:after {
    content: '';
    height: 16px;
    width: 16px;
    background: #fff;
    position: absolute;
    border: 1px solid orange;
    top: 0;
    left: -10px;
    border-radius: 50%;
}

.horizontal-timeline__item:nth-child(even) .content:before {
    top: auto;
    bottom: 5px;
}

.horizontal-timeline__item:nth-child(even) .content:after {
    top: auto;
    bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .content-icons__inner {
        flex-direction: row !important;
    }

    .grid .content-icons__item {
        width: 50% !important;
    }
}

@media only screen and (max-width: 767px) {
    .content-icons__content h3 {
        font-size: 14px;
    }
}

.form-block .ginput_container input {
    height: 48px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 16px 12px;
    border-radius: 1px;
    box-shadow: none;
}

.form-block .ginput_container textarea {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 16px 12px;
    border-radius: 1px !important;
    box-shadow: none;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

.form-block .ginput_container input:focus {
    box-shadow: 0 0 0 2px #000000;
}

button.gform_button,
input.gform_button {
    margin: 0;
}

.icon-tabs {
    background: linear-gradient(rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
    padding-bottom: 48px;
}

.icon-tabs+* {
    margin-top: 40px;
}

.icon-tabs__intro {
    padding: 32px 32px 0;
}

.icon-tabs__inner {
    display: flex;
}

.icon-tabs__nav {
    flex-basis: 42%;
    max-width: 42%;
    z-index: 1;
}

.icon-tabs__content {
    flex-basis: 60%;
    max-width: 60%;
    border-left: 1px solid rgba(30, 30, 30, 0.3);
}

.icon-tabs__accordion-body ul,
.icon-tabs__content ul {
    list-style: disc;
    margin-left: 20px;
}

.icon-tabs__nav-item {
    overflow: hidden;
}

.icon-tabs__nav-item+.icon-tabs__nav-item {
    margin-top: 6px;
}

.icon-tabs__nav-button {
    position: relative;
    border: none;
    padding: 8px 24px 8px 32px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    width: 100%;
    background: transparent;
}

.icon-tabs__nav-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 260px;
    height: 200px;
    transform: translate3d(-150%, -65%, 0) skew(15deg) rotate(-30deg);
    background: linear-gradient(95deg,
            rgba(255, 102, 0, 0.3) 0%,
            rgba(237, 139, 0, 0.3) 60%,
            rgba(255, 204, 0, 0.3) 100%),
        #ed8b00;
    border-radius: 1px;
    z-index: -1;
    transition: transform 300ms ease-in-out;
}

.icon-tabs__nav-button.active {
    font-weight: bold;
}

.icon-tabs__nav-button:hover::before,
.icon-tabs__nav-button.active::before {
    transform: translate3d(-40%, -65%, 0) skew(15deg) rotate(-30deg);
}

.icon-tabs__nav-button svg {
    margin-right: 20px;
    flex: 1 0 48px;
    width: 48px;
    height: auto;
    max-width: 48px;
}

.icon-tabs__nav-button svg path {
    transition: fill 300ms ease-in-out;
}

.icon-tabs__nav-button:hover svg path,
.icon-tabs__nav-button.active svg path {
    fill: #ffffff;
}

.icon-tabs__icon {
    max-width: 50px;
    margin-right: 16px;
}

.icon-tabs__intro {
    margin-bottom: 24px;
    font-weight: bold;
}

.icon-tabs__content {
    padding: 16px 40px;
}

.icon-tabs__content-item {
    display: none;
    transition: opacity 300ms ease-in-out;
    opacity: 0;
    font-size: 18px;
    line-height: 1.5;
}

.icon-tabs__content-item.active {
    display: block;
}

.icon-tabs__content-item.show {
    opacity: 1;
}

.icon-tabs__content-item a {
    display: inline;
    color: #f90;
}

.icon-tabs__content-item a:hover {
    text-decoration: underline;
}

.icon-tabs__accordion {
    padding: 0 32px;
}

.icon-tabs__accordion-item {
    padding: 8px 0;
    border-top: 1px solid #e5e5e5;
}

.icon-tabs__accordion-item:last-child {
    border-bottom: 1px solid #e5e5e5;
}

.icon-tabs__accordion-title {
    margin: 0;
    line-height: 1;
}

.icon-tabs__accordion-button {
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    padding: 0 36px 0 0;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    width: 100%;
    position: relative;
    color: #ed8b00;
    font-weight: 700;
}

.icon-tabs__accordion-icon {
    display: inline-flex;
    margin-right: 12px;
}

.icon-tabs__accordion-icon svg {
    width: 44px;
    height: 44px;
}

.icon-tabs__accordion-icon svg path {
    fill: #ed8b00;
}

.icon-tabs__accordion-button.collapsed {
    color: #000000;
    font-weight: 500;
}

.icon-tabs__accordion-button.collapsed .icon-tabs__accordion-icon svg path {
    fill: #000000;
}

.icon-tabs__accordion-button-inner {
    display: flex;
    align-items: center;
    width: 100%;
}

.icon-tabs__accordion-arrow {
    display: inline-flex;
    position: absolute;
    top: 16px;
    right: 0;
    transform: rotate(270deg);
}

.icon-tabs__accordion-button.collapsed .icon-tabs__accordion-arrow {
    transform: rotate(90deg);
}

.icon-tabs__accordion-body {
    font-size: 18px;
    line-height: 26px;
    padding: 8px 0 48px 0;
}

@media only screen and (max-width: 640px) {
    .content-tabs__nav {
        display: flex;
    }

    .content-tabs__nav-button {
        padding: 12px 16px;
        font-size: 12px;
    }

    .content-tabs__inner {
        background: linear-gradient(rgba(255, 255, 255, 1) 0%,
                rgba(255, 255, 255, 0) 100%);
        padding: 0;
        width: 100%;
    }

    /* .content-tabs__cta-button {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        flex: 1 1 80%;
    }
     */
    .content-tabs__cta-img {
        max-width: 85%;
        flex: 1 1 85%;
    }

    article h2 {
        font-size: 24px;
        line-height: 30px;
    }

    article p {
        font-size: 16px;
        line-height: 24px;
    }

    .icon-tabs__accordion,
    .icon-tabs__intro {
        padding: 0;
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: '';
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-body {
    padding: 1rem 1.25rem;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0;
}

ul.makecommerce-picker {
    padding-top: 24px;
}

.payment_box.payment_method_makecommerce {
    margin-bottom: 0 !important;
}

ul.wc_payment_methods li.wc_payment_method {
    padding: 0;
}

.woocommerce-checkout #payment div.form-row.place-order {
    padding: 0;
}

.woocommerce form .form-row.place-order {
    margin-bottom: 0;
}

.woocommerce form *+.form-row.place-order {
    margin-top: 24px;
}

.woocommerce-checkout #payment div.payment_box.payment_method_makecommerce {
    margin-bottom: 0 !important;
}

.payment_method_makecommerce div.mc-clear-both {
    display: none;
}

.fc-bgevent.fc-event {
    opacity: 0.5;
    cursor: not-allowed;
    margin: 0 !important;
    /* margin-bottom: -38px !important; */
}

.fc-bgevent.fc-event:hover {
    transform: none;
}

.fc-bgevent.fc-event~.fc-event {
    left: 4px !important;
    right: 4px !important;
}

.fc-bgevent {
    background: transparent;
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0;
}

.box {
    background-color: #fff;
    padding: 40px 48px;
}

@media (max-width: 767px) {
    .box {
        padding: 24px 32px;
    }
}

.slider-quote .box {
    padding-top: 24px;
    padding-left: 24px;
}

@media (max-width: 767px) {
    .slider-quote .box {
        padding-top: 16px;
        padding-left: 16px;
    }
}

.box .swiper-slide {
    background-color: #fff;
}

.swiper-fade .swiper-slide:not([class*='active']) {
    opacity: 0 !important;
}

*+.slider-quote {
    margin-top: 60px;
}

.slider-quote+* {
    margin-top: 10px;
}

.slider-quote .swiper-pagination {
    position: static;
    margin-top: 20px;
}

.quote {
    position: relative;
    isolation: isolate;
    padding-top: 64px;
    padding-left: 24px;
}

@media (max-width: 767px) {
    .quote {
        padding-top: 32px;
        padding-left: 16px;
    }
}

.quote__icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 108px;
    opacity: 0.2;
    z-index: -1;
}

@media (max-width: 767px) {
    .quote__icon {
        width: 72px;
    }
}

.quote__text {
    font-size: 18px;
    line-height: 1.5;
    font-style: italic;
}

@media (max-width: 767px) {
    .quote__text {
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .quote__text {
        font-size: 15px;
    }
}

.quote__text p {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 18px;
}

.quote__text p:last-child {
    margin-bottom: 0;
}

.quote__footer {
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    background: transparent;
    color: #000;
    padding: 0;
}

@media (max-width: 450px) {
    .quote__footer {
        gap: 16px;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

*+.quote__footer {
    margin-top: 32px;
}

.quote__logo img {
    width: auto;
    max-height: 56px;
}

.quote__logo img[src*='.svg'] {
    min-width: 110px;
}

.aspect-ratio {
    position: relative;
}

.aspect-ratio::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: var(--aspect-ratio);
}

.aspect-ratio> :first-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.aspect-ratio img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.is-checkout .woocommerce-notices-wrapper:not(:empty)+.woocommerce-error,
.is-checkout .woocommerce-notices-wrapper:not(:empty)~p,
.is-checkout .woocommerce-error~p {
    display: none;
}

.image__slide__content picture {
    display: block;
    width: 100%;
    height: 100%;
}

.nav-tabs--bordered {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 16px;
}

.nav-tabs--bordered .nav-item {
    position: relative;
}

.nav-tabs--bordered .nav-item::after {
    content: '';
    position: absolute;
    top: 4px;
    right: -8px;
    bottom: 4px;
    width: 1px;
    background-color: currentColor;
}

.nav-tabs--bordered .nav-item:last-child::after {
    display: none;
}

.nav-tabs--bordered .nav-link {
    border: none;
    background-color: transparent;
    appearance: none;
    color: currentColor;
    padding: 4px 0;
    transition: color 300ms ease-in-out;
}

.nav-tabs--bordered .nav-link:hover,
.nav-tabs--bordered .nav-link.active {
    color: #ed8b00;
}

.grecaptcha-badge {
    z-index: 100;
}

.partners-filter__filters,
.projects-filter__filters {
    margin-top: 64px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
}

.partners-filter__filter-title,
.projects-filter__filter-title {
    font-size: 20px;
    margin-bottom: 16px;
}

.partners-filter__filter-items,
.projects-filter__filter-items {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.partners-filter__items,
.projects-filter__projects {
    margin-top: 64px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.projects-filter__projects {
    grid-template-columns: repeat(4, 1fr);
}

@media (min-width: 1025px) and (max-width: 1150px) {
    .projects-filter__projects {
        grid-template-columns: repeat(3, 1fr);
    }
}

.partners-filter__items {
    gap: 32px;
}

.partners-filter__item,
.projects-filter__item {
    position: relative;
    padding: 24px 24px 56px;
    border: 2px solid #ed8b00;
    min-height: 300px;
    max-width: 360px;
    min-width: 33.33%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    background: linear-gradient(135deg,
            rgb(255 220 171) 0%,
            rgb(255 255 255) 50%);
}

.projects-filter__item {
    min-height: 250px;
    padding: 16px 16px 56px;
}

.partners-filter__item {
    background: transparent;
    padding: 0;
    border: none;
    min-height: 0;
    overflow: hidden;
    transition: box-shadow 200ms ease-in-out;
}

.partners-filter__item:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.partners-filter__item-categories,
.projects-filter__item-categories {
    position: absolute;
    top: 24px;
    left: 24px;
    right: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 2px 8px;
    z-index: 1;
}

.projects-filter__item-categories {
    top: 16px;
    left: 16px;
    right: 16px;
}

.partners-filter__item-categories {
    top: 16px;
    left: 16px;
    right: 16px;
}

.post__category-item,
.partners-filter__item-category,
.projects-filter__item-category {
    padding: 4px 8px;
    background-color: #ed8b00;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.partners-filter__item-category {
    background-color: #ffffff;
    color: #4d4d4d;
    font-size: 10px;
    line-height: 12px;
    padding: 4px 6px;
}

.projects-filter__item-title {
    color: #6e6e6e;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.25;
    word-wrap: inherit;
    margin-top: 60px;
}

.projects-filter__item-title {
    font-size: 14px;
}

.partners-filter__item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: none;
    color: #ffffff;
    padding: 16px 20px;
    margin-bottom: 0;
    z-index: 2;
}

.partners-filter__item-title::before {
    content: '';
    position: absolute;
    inset: 0;
    top: -32px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.8;
    z-index: -1;
}

.partners-filter__item-title::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../img/shape-partners-item.svg');
    background-position: 0% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    transition: transform 350ms ease-in-out;
}

.partners-filter__item:hover .partners-filter__item-title::after {
    transform: translateX(calc(-55% + 8px));
    transition: transform 500ms cubic-bezier(0.35, 0.15, 0.15, 1.35);
}

@media (max-width: 415px) {
    .partners-filter__item:hover .partners-filter__item-title::after {
        transform: translateX(calc(-42% + 8px));
    }
}

.partners-filter__item-title .projects-filter__item-time {
    margin-top: auto;
    color: #ed8b00;
}

.projects-filter__item::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding-top: calc(1080 / 1920 * 100%);
    background-image: url('../img/project-bg.png');
    background-size: 125%;
    background-position: center;
}

.partners-filter__item:hover {
    transform: none;
}

@media (max-width: 820px) {

    .partners-filter__items,
    .projects-filter__projects {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 540px) {

    .partners-filter__items,
    .projects-filter__projects {
        margin-top: 48px;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .partners-filter__filters,
    .projects-filter__filters {
        margin-top: 0;
        gap: 24px;
        flex-direction: column;
    }
}

.partners-filter__item-image {
    z-index: 0;
    overflow: hidden;
}

.partners-filter__item-image img {
    transition: 750ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: transform;
    transform-origin: center center;
}

.partners-filter__item:hover .partners-filter__item-image img {
    transform: scale(1.1);
}

.submenu .sub-menu {
    display: none;
}

.submenu .sub-menu:only-child {
    padding-top: 24px;
}

.submenu .current-page-parent>.sub-menu,
.submenu .current_page_parent>.sub-menu,
.submenu .current_page_ancestor>.sub-menu,
.submenu .current_page_item.menu-item-has-children>.sub-menu,
.submenu .current_page_ancestor>.sub-menu .current_page_item>.sub-menu {
    display: block;
}

.post--partner .post__visit-site {
    font-weight: 500;
    padding: 0;
    margin: 8px 0 0;
    font-size: 18px;
    height: auto;
    display: inline-block;
    border: 0;
}

.post--partner .post__visit-site svg {
    margin-left: 8px;
    width: 16px;
    height: 16px;
}

.post--partner .post__title {
    margin-bottom: 0;
}

.post--partner .post__image {
    margin-top: 24px;
}

.post__details {
    margin-top: 32px;
    display: flex;
    gap: 32px;
}

.post__details+* {
    margin-top: 32px;
}

.post__categories {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.post__details-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-basis: 55%;
    max-width: 55%;
}

.post__details-column:first-child {
    flex-basis: 45%;
    max-width: 45%;
}

.post__detail {
    display: flex;
    flex-direction: column;
    font-size: 20px;
}

.post__detail-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.post__detail-title svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.post__detail-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 200px;
}

.post__detail-logo>* {
    max-height: 94px;
}

.post__detail-logo.aspect-ratio img {
    object-fit: contain;
}

.post__detail-text {
    margin-top: 6px;
}

.news--partner {
    display: flex;
    gap: 32px;
}

.news--partner:not(.swiper-wrap) .news__item {
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
    width: 100%;
}

/* .news--partner.swiper-wrap .news__item {
    flex-basis: initial;
    max-width: initial;
    width: auto;
} */

.news--partner .news__item-title {
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    color: #141213;
}

.news--partner .news__item-date {
    font-size: 16px;
    font-weight: 500;
}

.news--partner .news__item-dontent {
    margin-top: 20px;
}

.post__related-news {
    background-color: #ffffff;
    padding-top: 56px;
}

@media (max-width: 820px) {
    .post__details {
        flex-direction: column;
    }

    .post__details-column,
    .post__details-column:first-child {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (max-width: 540px) {
    .post__details {
        flex-direction: column;
    }

    .news--partner:not(.swiper-wrap) .news__item {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }

    .news--partner:not(.swiper-wrap) {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    article.post__related-news h2 {
        margin-bottom: 32px;
    }
}

.checkout .title+.woocommerce {
    width: 100%;
}

.cookie-notice {
    position: fixed;
    left: 32px;
    bottom: 0;
    max-width: 420px;
    transform: translate(0, 100%);
    transition: transform 250ms ease-in-out;
    z-index: 30;
    box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .cookie-notice {
        max-width: 360px;
        left: 16px;
        right: 16px;
    }
}

@media (max-width: 420px) {
    .cookie-notice {
        max-width: 100%;
    }
}

.cookie-notice.is-open {
    transform: translate(0, 0);
}

.cookie-notice__inner {
    background-color: #ffffff;
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 24px 16px 24px;
}

@media (max-width: 768px) {
    .cookie-notice__inner {
        padding: 24px 24px 16px;
    }
}

.cookie-notice__text {
    font-size: 15px;
    line-height: 1.25;
}

@media (max-width: 768px) {
    .cookie-notice__text {
        font-size: 14px;
    }
}

.cookie-notice__text a {
    font-weight: 700;
    text-decoration: none;
    display: inline;
    border-bottom: 1px solid #f90;
    transition: 250ms ease-in-out;
    transition-property: color, border-color;
}

.cookie-notice__text a:hover {
    color: #f90;
}

.cookie-notice__buttons {
    display: flex;
    gap: 12px;
}

.cookie-notice__close {
    -webkit-appearance: none;
    cursor: pointer;
    padding: 8px;
    margin: auto 0;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 8px;
    right: 8px;
    transition: 250ms ease-in-out;
    transition-property: opacity;
}

.cookie-notice__close:hover {
    opacity: 0.65;
}

.cookie-notice__close-icon {
    max-width: 16px;
    width: 100%;
}

.cookie-notice__accept {
    background-color: #f60;
    color: #fff !important;
}

.cookie-notice__accept:hover {
    background-color: #f90 !important;
    border-color: #f90 !important;
    color: #fff !important;
}

.cookie-notice__accept,
.cookie-notice__decline {
    padding: 10px 16px;
    margin: 0;
}

.cookie-notice__text h3,
.cookie-notice__text h4,
.cookie-notice__text h5,
.cookie-notice__text h6 {
    font-size: 20px;
    font-weight: 700;
}

.cookie-notice__text h3+*,
.cookie-notice__text h4+*,
.cookie-notice__text h5+*,
.cookie-notice__text h6+*,
.cookie-notice__text p+* {
    margin-top: 6px;
}

article .post__content .wp-block-image a {
    border-bottom: 0;
}

*+.wp-block-gallery {
    margin-top: 20px;
}

.wp-block-gallery picture {
    height: 100%;
}

.wp-block-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.is-checkout .woocommerce>.grid {
    flex-direction: row-reverse;
}

@media (max-width: 1024px) {
    body.is-checkout .woocommerce>.grid {
        flex-direction: column-reverse;
        row-gap: 40px;
    }
}

.news.swiper-wrap {
    position: relative;
}

.swiper-button-prev,
.swiper-button-next {
    --swiper-theme-color: #ed8b00;
}

button.swiper-button-prev,
button.swiper-button-next {
    appearance: none;
    border: 0;
    background-color: transparent;
}

.news.swiper-wrap .swiper-button-prev,
.news.swiper-wrap .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 0;
    box-sizing: content-box;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Pages' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Reklaam' transform='translate(-223.000000, -2167.000000)' stroke='%23FF9900' stroke-width='2'%3E%3Cg id='Group-4-Copy-8' transform='translate(120.000000, 2090.000000)'%3E%3Cg id='List' transform='translate(104.000000, 70.000000)'%3E%3Cg id='arrow-right' transform='translate(0.000000, 8.000000)'%3E%3Cpath d='M0,7 L14,7' id='Shape'%3E%3C/path%3E%3Cpolyline id='Shape' points='7 0 14 7 7 14'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40%;
    background-color: #ffffff;
    padding: 8px;
    margin-top: 7%;
}

.news.swiper-wrap .swiper-button-prev {
    transform: scaleX(-1);
}

.news.swiper-wrap .swiper-button-prev::after,
.news.swiper-wrap .swiper-button-next::after {
    display: none;
}

@media (max-width: 1340px) {
    .news.swiper-wrap .swiper-button-prev {
        left: -20px;
    }
}

@media (max-width: 992px) {

    .news.swiper-wrap .swiper-button-prev,
    .news.swiper-wrap .swiper-button-next {
        margin-top: 10%;
    }
}

@media (max-width: 800px) {

    .news.swiper-wrap .swiper-button-prev,
    .news.swiper-wrap .swiper-button-next {
        margin-top: 9%;
    }
}

@media (max-width: 540px) {

    .news.swiper-wrap .swiper-button-prev,
    .news.swiper-wrap .swiper-button-next {
        margin-top: 21%;
    }
}

@media (min-width: 1341px) {
    .news.swiper-wrap .swiper-button-prev {
        transform: translateX(calc(-50% - 8px)) scaleX(-1);
    }
}

@media (max-width: 1340px) {
    .news.swiper-wrap .swiper-button-next {
        right: -20px;
    }
}

@media (min-width: 1341px) {
    .news.swiper-wrap .swiper-button-next {
        transform: translateX(calc(50% + 8px));
    }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    pointer-events: auto;
}

.submenu {
    padding: 20px 0;
}

.submenu li a {
    font-size: 16px;
    padding: 8px 0;
    line-height: 1.6;
}

.submenu>li:last-child {
    padding-bottom: 0;
}

.ginput_container_consent {
    display: flex;
    align-items: center;
}

.ginput_container.ginput_container_consent input:focus {
    box-shadow: none;
}

.gfield_consent_description a {
    display: inline;
    font-weight: 700;
}

.gfield_consent_description a:hover {
    text-decoration: underline;
}

.ginput_container_consent {
    font-weight: 500;
    margin-bottom: 8px;
}

.gfield_consent_description {
    font-style: italic;
}

article section.section {
    margin-block: 56px 40px;
}

section.news .swiper-wrap+.btn,
.projects-filter+.btn {
    margin-top: 32px;
}

article .section.projects>h2 {
    margin-bottom: 0;
}

.section.projects .projects-filter__filters {
    margin-top: 24px;
}

.accordion h3 .more {
    font-size: 0;
}

.hero--landscape {
    height: unset;
    height: 500px;
    min-height: unset;
    max-width: 1920px;
    margin: 0 auto;
}

.hero--landscape .hero__slider-item::before {
    display: none;
}

@media (max-width: 1920px) {
    .hero--landscape {
        height: 500px;
    }
}

@media (max-width: 1200px) {
    .hero--landscape {
        height: 400px;
    }
}

@media (max-width: 475px) {
    .hero--landscape {
        height: 400px;
    }
}

.team-block .title {
    margin-bottom: 0;
}

.team-block .nav-tabs {
    margin-top: 24px;
}

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

.team--alternate .list li {
    justify-content: center;
}

.team--alternate .team__image {
    margin: 24px 24px 0;
}

.team--alternate .block__item {
    background: transparent;
}

.team--alternate .block__item__content {
    padding: 24px;
}

.team--alternate .team__image picture {
    border-radius: 50%;
    overflow: hidden;
}

article .post__content+* {
    margin-top: 32px;
}

@media only screen and (max-width: 1024px) {
    .team--alternate .team__image {
        margin: 0;
        flex-basis: 180px;
    }
}

@media only screen and (max-width: 560px) {
    .team--alternate .team__image {
        flex-basis: 100%;
    }
}

.dark-theme button.contact svg {
    stroke: #000000;
}

.dark-theme button.contact a,
.dark-theme .content-tabs__nav-button.active {
    font-weight: 700;
    color: #000000;
}

.dark-theme button.contact,
.dark-theme button.contact a,
.dark-theme .content-tabs__nav-button.active::before {
    background: #eecba8;
    color: #000000;
}