html,
body {
    scroll-behavior: smooth;
}

header {
    position: fixed;
    z-index: 999;
    width: 100%;
}

p {
    margin-bottom: 1rem;
}

.align-items-end {
    align-items: end;
}

.h-100 {
    height: 100% !important;
}

:root :where(.is-layout-constrained) > * {
    margin-block-start: 0 !important;
}

.wp-site-blocks {
    overflow: visible;
}

:where(.wp-site-blocks) > * {
    margin-block-start: 0px !important;
}

.wp-block-navigation-item__content:focus,
.wp-block-navigation-item__content:hover {
    color: var(--wp--preset--color--light-green) !important;
}

:root :where(.is-layout-flow) > *,
:where(.wp-site-blocks) > *,
:where(body .is-layout-constrained) > *,
:where(body .is-layout-flow) > * {
    margin-block-end: unset;
    margin-block-start: unset;
}

.wp-site-blocks {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.entry-content {
    flex: 1;
    overflow: hidden;
}

.entry-content > * {
    margin-inline: auto;
}

.entry-content > :not(.alignwide):not(.alignfull) {
    max-width: var(--wp--style--global--content-size);
}

.entry-content .alignwide {
    max-width: var(--wp--style--global--wide-size);
}

.entry-content .alignfull {
    max-width: none;
}

.masthead a:hover,
.masthead a:focus {
    text-decoration: none;
}

.hero-banner__cover {
    aspect-ratio: 9 / 10;
    align-items: end;
    padding-bottom: 2rem;
    align-items: end;
}

.hero-banner__description {
    display: none;
}

.hero-banner__cover {
    aspect-ratio: 9 / 10;
    align-items: end;
    padding-bottom: 2rem;
}

.hero-banner__description {
    display: none;
}

@media screen and (min-width: 599px) {
    .hero-banner__cover {
        aspect-ratio: 16 / 9;
        align-items: end;
    }
}

@media screen and (min-width: 1024px) {
    .hero-banner__cover {
        align-items: center;
    }

    .hero-banner__description {
        display: flex;
    }
}

.s-type-2__image {
    height: 100%;
}

.s-type-2__text-column {
    padding: 10% 16px 10% 16px;
}

@media screen and (min-width: 1300px) {
    .s-type-2__text-column {
        padding: 10% 5% 10% 15%;
    }
}

.s-type-3 .wp-block-gutsliders-any-content .swiper-slide {
    height: auto;
}

.s-type-3 .swiper-pagination-bullet {
    border-radius: 0;
}

.s-type-3 .swiper-pagination-bullet-active {
    background-color: var(--wp--preset--color--pink);
}

.s-type-5__icon {
    border: 3px solid black;
    border-radius: 50%;
    display: inline-flex;
    padding: 1.5rem;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
}

.s-type-5__icon-style1 {
    border-color: var(--wp--preset--color--light-green);
}

.s-type-5__icon-style2 {
    border-color: var(--wp--preset--color--pink);
}

.s-type-5__icon-style3 {
    border-color: var(--wp--preset--color--purple);
}

.s-type-5__icon-style4 {
    border-color: var(--wp--preset--color--dark-gray);
}

.s-type-5__icon-container {
    display: flex;
    justify-content: center;
}

.s-type-6 .swiper-pagination-bullet {
    border-radius: 0;
}

.s-type-6 .swiper-pagination-bullet-active {
    background-color: var(--wp--preset--color--white);
}

.s-type-6 .wp-block-gutsliders-any-content .swiper-slide {
    height: auto;
}

.s-type-8__line {
    height: 1px !important;
    border-top: 1px;
}

.s-type-9__image {
    display: flex;
    justify-content: center;
}

.s-type-9__grid {
    grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 847px) {
    .s-type-9__grid {
        grid-template-columns: repeat(auto-fill, minmax(min(16rem, 100%), 1fr));
    }
}

.s-type-17__icon {
    border: 3px solid black;
    border-radius: 50%;
    display: inline-flex;
    padding: 1.5rem;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
}

.s-type-17__icon-style1 {
    border-color: var(--wp--preset--color--light-green);
}

.s-type-17__icon-style2 {
    border-color: var(--wp--preset--color--pink);
}

.s-type-17__icon-style3 {
    border-color: var(--wp--preset--color--purple);
}

.s-type-17__icon-container {
    display: flex;
    justify-content: center;
}

.s-type-17 a {
    color: var(--wp--preset--color--dark-gray);
}

.section-type-19__content {
    padding: 96px;
    background-color: #f2f2f2;
}

@media (max-width: 1024px) {
    .section-type-19__content {
        padding: 64px;
    }
}

@media (max-width: 768px) {
    .section-type-19__content {
        padding: 32px 24px;
    }
}

.section-type-19 .wp-block-columns {
    align-items: stretch;
}

.section-type-19 .wp-block-column:first-child {
    display: flex;
}

.section-type-19 .wp-block-column:first-child .wp-block-image,
.section-type-19 .wp-block-column:first-child img {
    height: 100%;
    width: 100%;
}

.section-type-19 .wp-block-column:first-child img {
    object-fit: cover;
}

@media (min-width: 782px) {
    .section-type-19 .wp-block-columns {
        gap: 0;
        align-items: stretch;
    }

    .section-type-19 .wp-block-columns > .wp-block-column {
        flex: 0 0 50%;
        max-width: 50%;
        box-sizing: border-box;
    }
}

.section-type-19__list {
    padding-left: 20px;
}

.section-type-19__list li {
    padding-bottom: 1.5rem;
}

@media (min-width: 782px) {
    .s-type-20 .wp-block-columns {
        gap: 0;
        align-items: stretch;
    }

    .s-type-20 .wp-block-column {
        flex: 0 0 50%;
        max-width: 50%;
        box-sizing: border-box;
    }
}

.s-type-20__content {
    padding: 96px;
    box-sizing: border-box;
}
@media (max-width: 1024px) {
    .s-type-20__content {
        padding: 64px;
    }
}

@media (max-width: 768px) {
    .s-type-20__content {
        padding: 32px 24px;
    }
}

.s-type-20__content--left {
    background-color: #f2f2f2;
}

.s-type-20__content--right {
    background-color: #ffffff;
}

.s-type-20__list li {
    padding-bottom: 1.5rem;
}

.s-type-21 {
    --s-type-21-accent: #78afe3;
    --s-type-21-text: #333;
    --s-type-21-border: #e6e6e6;
    --s-type-21-surface: #fff;
    --s-type-21-radius: 18px;
    --s-type-21-gap: 32px;
    --s-type-21-tab-gap: 14px;
    --s-type-21-transition: 220ms ease;

    width: 100%;
    max-width: none;
    box-sizing: border-box;
}

.s-type-21 *,
.s-type-21 *::before,
.s-type-21 *::after {
    box-sizing: border-box;
}

.s-type-21__heading {
    margin: 0 0 32px;
    color: var(--s-type-21-text);
}

.s-type-21__layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--s-type-21-gap);
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: start;
}

.s-type-21__tabs-wrap,
.s-type-21__panels {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
}

.s-type-21__tabs-wrap {
    padding: 18px;
    background: var(--s-type-21-surface);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
}

.s-type-21__tabs.wp-block-buttons {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--s-type-21-tab-gap) !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.s-type-21__tab.wp-block-button {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.s-type-21__tab .wp-block-button__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100% !important;
    min-height: 72px;
    padding: 18px 20px;
    border: 1px solid var(--s-type-21-border);
    background: transparent;
    color: var(--s-type-21-text);
    font: inherit;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    transition:
        background-color var(--s-type-21-transition),
        color var(--s-type-21-transition),
        border-color var(--s-type-21-transition),
        transform var(--s-type-21-transition);
}

.s-type-21__tab .wp-block-button__link:hover {
    transform: translateY(-1px);
}

.s-type-21__tab.is-active .wp-block-button__link,
.s-type-21__tab .wp-block-button__link[aria-selected='true'] {
    border-color: var(--wp--preset--color--light-green);
    background: var(--wp--preset--color--light-green);
    color: #fff;
}

.s-type-21__tab .wp-block-button__link:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: 3px;
}

.s-type-21__panels {
    position: relative;
}

.s-type-21__panel {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.s-type-21__panel > * {
    max-width: none !important;
    margin-left: 0;
    margin-right: 0;
}

.s-type-21__panel-title {
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--s-type-21-text);
}

.s-type-21__panel p:last-child {
    margin-bottom: 0;
}

.s-type-21.is-enhanced .s-type-21__panel {
    display: none;
}

.s-type-21.is-enhanced .s-type-21__panel.is-active {
    display: block;
    animation: s-type-21-panel-in 260ms ease both;
}

@keyframes s-type-21-panel-in {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 782px) {
    .s-type-21__heading {
        margin-bottom: 46px;
    }

    .s-type-21__layout {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: clamp(40px, 6vw, 76px);
    }

    .s-type-21__tabs-wrap {
        padding: 24px;
    }

    .s-type-21__tab .wp-block-button__link {
        min-height: 56px;
        padding: 18px 20px;
    }

    .s-type-21__panels {
        padding-top: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .s-type-21__tab .wp-block-button__link {
        transition: none;
    }

    .s-type-21.is-enhanced .s-type-21__panel.is-active {
        animation: none;
    }
}

.editor-styles-wrapper .s-type-21 .s-type-21__panel {
    display: block !important;
    padding: 18px 0;
    border-bottom: 1px dashed var(--s-type-21-border);
}

.editor-styles-wrapper .s-type-21 .s-type-21__panel:last-child {
    border-bottom: 0;
}

.s-type-services__sticky-box {
    position: sticky;
    top: 100px;
}

.section-type-services__excerpt p {
    max-width: 700px;
}

.sidebar-image-services {
    max-width: 220px;
    display: block;
    margin-inline: auto;
}

.entry__blog-content h1,
.entry__blog-content h2,
.entry__blog-content h3,
.entry__blog-content h4,
.entry__blog-content h5,
.entry__blog-content ul,
.entry__blog-content ol {
    padding-bottom: 1.25rem;
}

.entry__blog-content ul,
.entry__blog-content ol {
    padding-left: 15px;
}

.single-post .entry-content {
    padding-inline: 0;
}

.process-steps-pattern .process-steps {
    display: flex;
    gap: 0;
    justify-content: space-between;
    text-align: center;
}
.process-steps-pattern .step {
    flex: 1;
}

.process-steps-pattern .step-circle-wrap {
    position: relative;
    margin-bottom: 1rem;
    padding: 0 0.5rem;
}

.process-steps-pattern .step-circle {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background-color: #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: 700;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition:
        background-color 250ms ease,
        color 250ms ease,
        transform 250ms ease,
        box-shadow 250ms ease;
}

.step-circle:hover {
    background-color: var(--wp--preset--color--light-green);
    color: #ffffff;
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(130, 208, 213, 0.45);
}

.process-steps-pattern .step:not(:last-child) .step-circle-wrap::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    height: 3px;
    background: #cfcfcf;
    transform: translateY(-50%);
    z-index: 1;
}

.process-steps-pattern .step:not(:first-child) .step-circle-wrap::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 50%;
    height: 3px;
    background: #cfcfcf;
    transform: translateY(-50%);
    z-index: 1;
}

.step:first-child .step-circle {
    background-color: #e0e0e0;
    color: #000;
    box-shadow: none;
}

.step:first-child .step-circle {
    background-color: var(--wp--preset--color--light-green);
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(130, 208, 213, 0.45);
}

.process-steps:has(.step:not(:first-child) .step-circle-wrap:hover)
    .step:first-child
    .step-circle {
    background-color: #e0e0e0;
    color: #000;
    box-shadow: none;
    transform: none;
}

.process-steps-pattern .step h3 {
    margin: 0 0 0.5rem;
}
.process-steps-pattern .step p {
    margin: 0;
}

@media (max-width: 768px) {
    .process-steps-pattern .process-steps {
        flex-direction: column;
        gap: 1.5rem;
    }
    .process-steps-pattern .step:not(:last-child) .step-circle-wrap::after,
    .process-steps-pattern .step:not(:first-child) .step-circle-wrap::before {
        display: none;
    }
}

.wp-block-quote em {
    position: relative;
    font-style: italic;
}

.wp-block-quote em::before {
    content: '„';
    margin-right: 0.05em;
    vertical-align: 2rem !important;
    line-height: 1;
}

.wp-block-quote em::after {
    content: '”';
    margin-left: 0.15em;
}

.wp-block-quote em::before,
.wp-block-quote em::after {
    font-size: 2em;
    line-height: 0;
    vertical-align: -0.2em;
    color: var(--wp--preset--color--light-green);
}

.wp-block-post-excerpt__excerpt {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

footer.wp-block-template-part {
    margin-block-start: 0px !important;
}

footer p {
    margin-bottom: 0 !important;
}

.footer a:focus {
    text-decoration: none;
}

@media screen and (max-width: 599px) {
    .navigation__main {
        padding-left: 1rem !important;
    }

    .wp-block-navigation__responsive-container-close {
        color: var(--wp--preset--color--black) !important;
        top: 15px;
        right: 10%;
    }
}

form.wpcf7-form input[type='checkbox'] {
    display: none;
}

form.wpcf7-form input[type='checkbox'] + span {
    display: block;
    position: relative;
    padding-left: 1.5rem;
    font-size: 0.7rem;
    color: rgba(0, 0, 0, 0.7);
    text-align: left;
}

form.wpcf7-form input[type='checkbox'] + span:before {
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    left: -15px;
    top: 5px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    font-size: 1rem;
}
form.wpcf7-form input[type='checkbox']:checked + span:before {
    content: '\2713';
}

#responsive-form {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}
.form-row {
    width: 100%;
}
.column-half,
.column-full {
    float: left;
    position: relative;
    padding: 0.65rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.column-half p,
.column-full p {
    margin-top: 0 !important;
    margin-bottom: 0.1rem !important;
}

@media only screen and (min-width: 48em) {
    .column-half {
        width: 50%;
    }
}

.wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.wpcf7 textarea {
    font-family: var(--wp--preset--font-family--raleway) !important;
    width: 100%;
    font-size: 0.9rem;
    padding: 8px;
    border: 1px solid #ccc;
    color: rgb(88, 89, 91);
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wpcf7 input[type='text']:focus {
    background: #fff;
}

.wpcf7 .terms a {
    color: var(--wp--preset--color--pink);
}

.wpcf7 textarea {
    height: 150px;
}
#responsive-form .wpcf7-submit {
    float: right;
    background: var(--wp--preset--color--light-green);
    color: var(--wp--preset--color--white);
    border: none;
    padding: 14px 30px;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.3s ease-in-out;
}
#responsive-form .wpcf7-submit:hover {
    background: var(--wp--preset--color--black) !important;
}
span.wpcf7-not-valid-tip {
    text-shadow: none;
    font-size: 12px;
    color: #ff0000;
    background: transparent;
    padding: 5px;
}
div.wpcf7-validation-errors {
    text-shadow: none;
    border: transparent;
    background: #f9cd00;
    padding: 5px;
    color: #9c6533;
    text-align: center;
    margin: 0;
    font-size: 12px;
}
div.wpcf7-mail-sent-ok {
    text-align: center;
    text-shadow: none;
    padding: 5px;
    font-size: 12px;
    background: #59a80f;
    border-color: #59a80f;
    color: #fff;
    margin: 0;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 1rem;
}

.img-full img {
    min-width: 100%;
}

.wp-block-post-excerpt__more-link {
    padding: 0.6rem 1.2rem;
    border: 1px solid var(--wp--preset--color--light-green);
    transition: 0.7s ease;
    text-decoration: none;
    color: var(--wp--preset--color--green);
}

.wp-block-post-excerpt__more-link:hover {
    color: var(--wp--preset--color--white) !important;
    background-color: var(--wp--preset--color--light-green);
    border: 1px solid var(--wp--preset--color--light-green);
}

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

.post-navigation .wp-block-post-navigation-link a {
    display: inline-flex;
    border: 1px solid var(--wp--preset--color--black);
    padding: 0.5rem 2.5rem;
}

.wp-block-button__link {
    border-radius: 0;
}

.wp-block-button.is-style-fill a {
    transition: 0.7s ease;
}

.wp-block-button.is-style-fill a:hover {
    background-color: var(--wp--preset--color--black);
}

.wp-block-navigation:not(.has-background)
    .wp-block-navigation__submenu-container {
    background-color: var(--wp--preset--color--gray) !important;
}

.masthead {
    background-color: transparent;
    transition:
        background-color 0.3s ease,
        box-shadow 0.3s ease,
        padding 0.3s ease;
    position: sticky;
    top: 0;
    z-index: 999;
}

@media screen and (max-width: 781px) {
    .masthead {
        padding: 15px;
    }

    .masthead__logo {
        width: 220px;
    }
}

.masthead .header-enjoy img {
    width: 120px !important;
    height: auto;
    transition:
        width 0.3s ease,
        transform 0.3s ease;
}

@media screen and (max-width: 781px) {
    .header-enjoy {
        position: absolute;
        right: -28px;
        top: 84px;
    }

    .header-enjoy.is-hidden {
        opacity: 0;
        pointer-events: none;
    }
}

.masthead.is-scrolled {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.masthead.is-scrolled .header-enjoy img {
    width: 80px !important;
    transform: translateY(0);
}

@media screen and (max-width: 781px) {
    .masthead.is-scrolled .header-enjoy img {
        width: 50px !important;
    }
}

.masthead {
    position: relative;
}

.wp-block-navigation-submenu .current-menu-item a {
    color: var(--wp--preset--color--gold) !important;
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: var(--wp--preset--color--dark-gray) !important;
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
    color: var(--wp--preset--color--white) !important;
}

.wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    > .wp-block-navigation-item
    > .wp-block-navigation-item__content:hover {
    text-decoration: underline;
}
