img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px;
}
.wp-block-archives {
    box-sizing: border-box;
}
.wp-block-archives-dropdown label {
    display: block;
}
.wp-block-avatar {
    line-height: 0;
}
.wp-block-avatar,
.wp-block-avatar img {
    box-sizing: border-box;
}
.wp-block-avatar.aligncenter {
    text-align: center;
}
.wp-block-audio {
    box-sizing: border-box;
}
.wp-block-audio :where(figcaption) {
    margin-bottom: 1em;
    margin-top: 0.5em;
}
.wp-block-audio audio {
    min-width: 300px;
    width: 100%;
}
.wp-block-button__link {
    align-content: center;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    text-align: center;
    word-break: break-word;
}
.wp-block-button__link.aligncenter {
    text-align: center;
}
.wp-block-button__link.alignright {
    text-align: right;
}
:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
}
.wp-block-button[style*="text-decoration"] .wp-block-button__link {
    text-decoration: inherit;
}
.wp-block-buttons > .wp-block-button.has-custom-width {
    max-width: none;
}
.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%;
}
.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit;
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
    flex-basis: 100%;
    width: 100%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
    width: 25%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
    width: 50%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
    width: 75%;
}
.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0;
}
.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
    border-radius: 0 !important;
}
:root :where(.wp-block-button .wp-block-button__link.is-style-outline),
:root :where(.wp-block-button.is-style-outline > .wp-block-button__link) {
    border: 2px solid;
    padding: 0.667em 1.333em;
}
:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),
:root :where(.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color)) {
    color: currentColor;
}
:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),
:root :where(.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background)) {
    background-color: initial;
    background-image: none;
}
.wp-block-buttons {
    box-sizing: border-box;
}
.wp-block-buttons.is-vertical {
    flex-direction: column;
}
.wp-block-buttons.is-vertical > .wp-block-button:last-child {
    margin-bottom: 0;
}
.wp-block-buttons > .wp-block-button {
    display: inline-block;
    margin: 0;
}
.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start;
}
.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start;
}
.wp-block-buttons.is-content-justification-center {
    justify-content: center;
}
.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center;
}
.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end;
}
.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end;
}
.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between;
}
.wp-block-buttons.aligncenter {
    text-align: center;
}
.wp-block-buttons:not(
        .is-content-justification-space-between,
        .is-content-justification-right,
        .is-content-justification-left,
        .is-content-justification-center
    )
    .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.wp-block-buttons[style*="text-decoration"] .wp-block-button,
.wp-block-buttons[style*="text-decoration"] .wp-block-button__link {
    text-decoration: inherit;
}
.wp-block-buttons.has-custom-font-size .wp-block-button__link {
    font-size: inherit;
}
.wp-block-buttons .wp-block-button__link {
    width: 100%;
}
.wp-block-button.aligncenter,
.wp-block-calendar {
    text-align: center;
}
.wp-block-calendar td,
.wp-block-calendar th {
    border: 1px solid;
    padding: 0.25em;
}
.wp-block-calendar th {
    font-weight: 400;
}
.wp-block-calendar caption {
    background-color: inherit;
}
.wp-block-calendar table {
    border-collapse: collapse;
    width: 100%;
}
.wp-block-calendar table:where(:not(.has-text-color)) {
    color: #40464d;
}
.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
    border-color: #ddd;
}
.wp-block-calendar table.has-background th {
    background-color: inherit;
}
.wp-block-calendar table.has-text-color th {
    color: inherit;
}
:where(.wp-block-calendar table:not(.has-background) th) {
    background: #ddd;
}
.wp-block-categories {
    box-sizing: border-box;
}
.wp-block-categories.alignleft {
    margin-right: 2em;
}
.wp-block-categories.alignright {
    margin-left: 2em;
}
.wp-block-categories.wp-block-categories-dropdown.aligncenter {
    text-align: center;
}
.wp-block-categories .wp-block-categories__label {
    display: block;
    width: 100%;
}
.wp-block-code {
    box-sizing: border-box;
}
.wp-block-code code {
    /*!rtl:begin:ignore*/
    direction: ltr;
    display: block;
    font-family: inherit;
    overflow-wrap: break-word;
    text-align: initial;
    white-space: pre-wrap;
    /*!rtl:end:ignore*/
}
.wp-block-columns {
    align-items: normal !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap !important;
}
@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important;
    }
}
.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
    align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end;
}
@media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important;
    }
}
@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*="flex-basis"] {
        flex-grow: 0;
    }
}
.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important;
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*="flex-basis"] {
    flex-grow: 0;
}
:where(.wp-block-columns) {
    margin-bottom: 1.75em;
}
:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em;
}
.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}
.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
    align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end;
}
.wp-block-column.is-vertically-aligned-stretch {
    align-self: stretch;
}
.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%;
}
.wp-block-post-comments {
    box-sizing: border-box;
}
.wp-block-post-comments .alignleft {
    float: left;
}
.wp-block-post-comments .alignright {
    float: right;
}
.wp-block-post-comments .navigation:after {
    clear: both;
    content: "";
    display: table;
}
.wp-block-post-comments .commentlist {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}
.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-left: 3.25em;
}
.wp-block-post-comments .commentlist .comment p {
    font-size: 1em;
    line-height: 1.8;
    margin: 1em 0;
}
.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wp-block-post-comments .comment-author {
    line-height: 1.5;
}
.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: 0.75em;
    margin-top: 0.5em;
    width: 2.5em;
}
.wp-block-post-comments .comment-author cite {
    font-style: normal;
}
.wp-block-post-comments .comment-meta {
    font-size: 0.875em;
    line-height: 1.5;
}
.wp-block-post-comments .comment-meta b {
    font-weight: 400;
}
.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
    display: block;
    margin-bottom: 1em;
    margin-top: 1em;
}
.wp-block-post-comments .comment-body .commentmetadata {
    font-size: 0.875em;
}
.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
    display: block;
    margin-bottom: 0.25em;
}
.wp-block-post-comments .comment-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments .comment-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
}
.wp-block-post-comments .comment-form-cookies-consent {
    display: flex;
    gap: 0.25em;
}
.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: 0.35em;
}
.wp-block-post-comments .comment-reply-title {
    margin-bottom: 0;
}
.wp-block-post-comments .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: 0.5em;
}
.wp-block-post-comments .reply {
    font-size: 0.875em;
    margin-bottom: 1.4em;
}
.wp-block-post-comments input:not([type="submit"]),
.wp-block-post-comments textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em;
}
.wp-block-post-comments input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments textarea {
    padding: calc(0.667em + 2px);
}
:where(.wp-block-post-comments input[type="submit"]) {
    border: none;
}
.wp-block-comments {
    box-sizing: border-box;
}
.wp-block-comments-pagination > .wp-block-comments-pagination-next,
.wp-block-comments-pagination > .wp-block-comments-pagination-numbers,
.wp-block-comments-pagination > .wp-block-comments-pagination-previous {
    font-size: inherit;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
}
.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination > .wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child {
    margin-right: 0;
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch;
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1);
}
.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch;
}
.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1);
}
.wp-block-comments-pagination.aligncenter {
    justify-content: center;
}
.wp-block-comment-template {
    box-sizing: border-box;
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    padding: 0;
}
.wp-block-comment-template li {
    clear: both;
}
.wp-block-comment-template ol {
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    padding-left: 2rem;
}
.wp-block-comment-template.alignleft {
    float: left;
}
.wp-block-comment-template.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
.wp-block-comment-template.alignright {
    float: right;
}
.wp-block-comment-date {
    box-sizing: border-box;
}
.comment-awaiting-moderation {
    display: block;
    font-size: 0.875em;
    line-height: 1.5;
}
.wp-block-comment-author-name,
.wp-block-comment-content,
.wp-block-comment-edit-link,
.wp-block-comment-reply-link {
    box-sizing: border-box;
}
.wp-block-cover,
.wp-block-cover-image {
    align-items: center;
    background-position: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: 430px;
    overflow: hidden;
    overflow: clip;
    padding: 1em;
    position: relative;
}
.wp-block-cover .has-background-dim:not([class*="-background-color"]),
.wp-block-cover-image .has-background-dim:not([class*="-background-color"]),
.wp-block-cover-image.has-background-dim:not([class*="-background-color"]),
.wp-block-cover.has-background-dim:not([class*="-background-color"]) {
    background-color: #000;
}
.wp-block-cover .has-background-dim.has-background-gradient,
.wp-block-cover-image .has-background-dim.has-background-gradient {
    background-color: initial;
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    background-color: inherit;
    content: "";
}
.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
    opacity: 0;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
    opacity: 0.1;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
    opacity: 0.2;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
    opacity: 0.3;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
    opacity: 0.4;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
    opacity: 0.5;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
    opacity: 0.6;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
    opacity: 0.7;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
    opacity: 0.8;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
    opacity: 0.9;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
    opacity: 1;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 420px;
    width: 100%;
}
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex;
}
.wp-block-cover .wp-block-cover__inner-container-kalender,
.wp-block-cover-image .wp-block-cover__inner-container-kalender {
    color: inherit;
    position: relative;
    width: 100%;
}
.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start;
}
.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center;
}
.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end;
}
.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start;
}
.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center;
}
.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end;
}
.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
}
.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center;
}
.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container-kalender,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container-kalender {
    margin: 0;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left
    .wp-block-cover__inner-container-kalender,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right
    .wp-block-cover__inner-container-kalender,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left
    .wp-block-cover__inner-container-kalender,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right
    .wp-block-cover__inner-container-kalender,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left
    .wp-block-cover__inner-container-kalender,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right
    .wp-block-cover__inner-container-kalender,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left
    .wp-block-cover__inner-container-kalender,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right
    .wp-block-cover__inner-container-kalender,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left
    .wp-block-cover__inner-container-kalender,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right
    .wp-block-cover__inner-container-kalender,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left
    .wp-block-cover__inner-container-kalender,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right
    .wp-block-cover__inner-container-kalender {
    margin: 0;
    width: auto;
}
.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
    border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
@supports (-webkit-touch-callout: inherit) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax,
    .wp-block-cover__image-background.has-parallax,
    video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll;
    }
}
@media (prefers-reduced-motion: reduce) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax,
    .wp-block-cover__image-background.has-parallax,
    video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll;
    }
}
.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
    background-repeat: repeat;
    background-size: auto;
}
.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff;
}
.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right;
}
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    margin-bottom: 0;
    max-width: 840px;
    padding: 0.44em;
    text-align: center;
    z-index: 1;
}
:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
    color: #fff;
}
:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
    color: #000;
}
:root :where(.wp-block-cover h1:not(.has-text-color)),
:root :where(.wp-block-cover h2:not(.has-text-color)),
:root :where(.wp-block-cover h3:not(.has-text-color)),
:root :where(.wp-block-cover h4:not(.has-text-color)),
:root :where(.wp-block-cover h5:not(.has-text-color)),
:root :where(.wp-block-cover h6:not(.has-text-color)),
:root :where(.wp-block-cover p:not(.has-text-color)) {
    color: inherit;
}
body:not(.editor-styles-wrapper)
    .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container-kalender))
    .wp-block-cover__image-background,
body:not(.editor-styles-wrapper)
    .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container-kalender))
    .wp-block-cover__video-background {
    z-index: 0;
}
body:not(.editor-styles-wrapper)
    .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container-kalender))
    .wp-block-cover__background,
body:not(.editor-styles-wrapper)
    .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container-kalender))
    .wp-block-cover__gradient-background,
body:not(.editor-styles-wrapper)
    .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container-kalender))
    .wp-block-cover__inner-container-kalender,
body:not(.editor-styles-wrapper)
    .wp-block-cover:not(
        .wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container-kalender)
    ).has-background-dim:not(.has-background-gradient):before {
    z-index: 1;
}
.has-modal-open
    body:not(.editor-styles-wrapper)
    .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container-kalender))
    .wp-block-cover__inner-container-kalender {
    z-index: auto;
}
.wp-block-details {
    box-sizing: border-box;
}
.wp-block-details summary {
    cursor: pointer;
}
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align="left"] > [data-type="core/embed"],
.wp-block[data-align="right"] > [data-type="core/embed"] {
    max-width: 360px;
    width: 100%;
}
.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align="left"] > [data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align="right"] > [data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px;
}
.wp-block-cover .wp-block-embed {
    min-height: 240px;
    min-width: 320px;
}
.wp-block-embed {
    overflow-wrap: break-word;
}
.wp-block-embed :where(figcaption) {
    margin-bottom: 1em;
    margin-top: 0.5em;
}
.wp-block-embed iframe {
    max-width: 100%;
}
.wp-block-embed__wrapper {
    position: relative;
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%;
}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%;
}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%;
}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%;
}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%;
}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%;
}
.wp-block-file {
    box-sizing: border-box;
}
.wp-block-file:not(.wp-element-button) {
    font-size: 0.8em;
}
.wp-block-file.aligncenter {
    text-align: center;
}
.wp-block-file.alignright {
    text-align: right;
}
.wp-block-file * + .wp-block-file__button {
    margin-left: 0.75em;
}
:where(.wp-block-file) {
    margin-bottom: 1.5em;
}
.wp-block-file__embed {
    margin-bottom: 1em;
}
:where(.wp-block-file__button) {
    border-radius: 2em;
    display: inline-block;
    padding: 0.5em 1em;
}
:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
    box-shadow: none;
    color: #fff;
    opacity: 0.85;
    text-decoration: none;
}
.wp-block-form-input__label {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
    margin-bottom: 0.5em;
    width: 100%;
}
.wp-block-form-input__label.is-label-inline {
    align-items: center;
    flex-direction: row;
    gap: 0.5em;
}
.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content {
    margin-bottom: 0.5em;
}
.wp-block-form-input__label:has(input[type="checkbox"]) {
    flex-direction: row;
    width: fit-content;
}
.wp-block-form-input__label:has(input[type="checkbox"]) .wp-block-form-input__label-content {
    margin: 0;
}
.wp-block-form-input__label:has(.wp-block-form-input__label-content + input[type="checkbox"]) {
    flex-direction: row-reverse;
}
.wp-block-form-input__label-content {
    width: fit-content;
}
.wp-block-form-input__input {
    font-size: 1em;
    margin-bottom: 0.5em;
    padding: 0 0.5em;
}
.wp-block-form-input__input[type="date"],
.wp-block-form-input__input[type="datetime-local"],
.wp-block-form-input__input[type="datetime"],
.wp-block-form-input__input[type="email"],
.wp-block-form-input__input[type="month"],
.wp-block-form-input__input[type="number"],
.wp-block-form-input__input[type="password"],
.wp-block-form-input__input[type="search"],
.wp-block-form-input__input[type="tel"],
.wp-block-form-input__input[type="text"],
.wp-block-form-input__input[type="time"],
.wp-block-form-input__input[type="url"],
.wp-block-form-input__input[type="week"] {
    border: 1px solid;
    line-height: 2;
    min-height: 2em;
}
textarea.wp-block-form-input__input {
    min-height: 10em;
}
.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin: 0 1em 1em 0;
    position: relative;
    width: calc(50% - 1em);
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
    align-items: flex-end;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    margin: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
    background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 0.8em;
    margin: 0;
    max-height: 100%;
    overflow: auto;
    padding: 3em 0.77em 0.7em;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
    display: inline;
}
.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
    flex-grow: 1;
}
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
    flex: 1;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
    margin-right: 0;
    width: 100%;
}
@media (min-width: 600px) {
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(33.33333% - 0.66667em);
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(25% - 0.75em);
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(20% - 0.8em);
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(16.66667% - 0.83333em);
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(14.28571% - 0.85714em);
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(12.5% - 0.875em);
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
    .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0;
    }
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
    margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
    max-width: 420px;
    width: 100%;
}
.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
    justify-content: center;
}
.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start;
}
figure.wp-block-gallery.has-nested-images {
    align-items: normal;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0;
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    position: relative;
}
.wp-block-gallery.has-nested-images figure.wp-block-image > a,
.wp-block-gallery.has-nested-images figure.wp-block-image > div {
    flex-direction: column;
    flex-grow: 1;
    margin: 0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    height: auto;
    max-width: 100% !important;
    width: auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
    bottom: 0;
    left: 0;
    max-height: 100%;
    position: absolute;
    right: 0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    content: "";
    height: 100%;
    -webkit-mask-image: linear-gradient(0deg, #000 20%, #0000);
    mask-image: linear-gradient(0deg, #000 20%, #0000);
    max-height: 40%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(0deg, #0006, #0000);
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    margin: 0;
    overflow: auto;
    padding: 1em;
    scrollbar-color: #0000 #0000;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: thin;
    text-align: center;
    text-shadow: 0 0 1.5px #000;
    will-change: transform;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar {
    height: 12px;
    width: 12px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track {
    background-color: initial;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: initial;
    border: 3px solid #0000;
    border-radius: 8px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb {
    background-color: #fffc;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
    scrollbar-color: #fffc #0000;
}
@media (hover: none) {
    .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
        scrollbar-color: #fffc #0000;
    }
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
    display: inline;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
    color: inherit;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
    box-sizing: border-box;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a,
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div {
    flex: 1 1 auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
    background: none;
    color: inherit;
    flex: initial;
    margin: 0;
    padding: 10px 10px 9px;
    position: relative;
    text-shadow: none;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before {
    content: none;
}
.wp-block-gallery.has-nested-images figcaption {
    flex-basis: 100%;
    flex-grow: 1;
    text-align: center;
}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-bottom: auto;
    margin-top: 0;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a,
.wp-block-gallery.has-nested-images.is-cropped
    figure.wp-block-image:not(#individual-image)
    > div:not(.components-drop-zone) {
    display: flex;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
    width: 100%;
}
@media (min-width: 600px) {
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
        width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
    }
    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75);
    }
    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * 0.8);
    }
    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * 0.83333);
    }
    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
        width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px) * 0.85714);
    }
    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
        width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * 0.875);
    }
    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
    }
    .wp-block-gallery.has-nested-images.columns-default
        figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
    .wp-block-gallery.has-nested-images.columns-default
        figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)
        ~ figure.wp-block-image:not(#individual-image) {
        width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5);
    }
    .wp-block-gallery.has-nested-images.columns-default
        figure.wp-block-image:not(#individual-image):first-child:last-child {
        width: 100%;
    }
}
.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
    max-width: 420px;
    width: 100%;
}
.wp-block-gallery.has-nested-images.aligncenter {
    justify-content: center;
}
.wp-block-group {
    box-sizing: border-box;
}
:where(.wp-block-group.wp-block-group-is-layout-constrained) {
    position: relative;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 1.25em 2.375em;
}
h1.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h1.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h2.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h2.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h3.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h3.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h4.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h4.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h5.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h5.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h6.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h6.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]) {
    rotate: 180deg;
}
.wp-block-image > a,
.wp-block-image > figure > a {
    display: inline-block;
}
.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}
@media not (prefers-reduced-motion) {
    .wp-block-image img.hide {
        visibility: hidden;
    }
    .wp-block-image img.show {
        animation: show-content-image 0.4s;
    }
}
.wp-block-image[style*="border-radius"] img,
.wp-block-image[style*="border-radius"] > a {
    border-radius: inherit;
}
.wp-block-image.has-custom-border img {
    box-sizing: border-box;
}
.wp-block-image.aligncenter {
    text-align: center;
}
.wp-block-image.alignfull > a,
.wp-block-image.alignwide > a {
    width: 100%;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    height: auto;
    width: 100%;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
    display: table;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.aligncenter > figcaption,
.wp-block-image.alignleft > figcaption,
.wp-block-image.alignright > figcaption {
    caption-side: bottom;
    display: table-caption;
}
.wp-block-image .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.wp-block-image .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.wp-block-image :where(figcaption) {
    margin-bottom: 1em;
    margin-top: 0.5em;
}
.wp-block-image.is-style-circle-mask img {
    border-radius: 9999px;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
    .wp-block-image.is-style-circle-mask img {
        border-radius: 0;
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
    }
}
:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
    border-radius: 9999px;
}
.wp-block-image figure {
    margin: 0;
}
.wp-lightbox-container-kalender {
    display: flex;
    flex-direction: column;
    position: relative;
}
.wp-lightbox-container-kalender img {
    cursor: zoom-in;
}
.wp-lightbox-container-kalender img:hover + button {
    opacity: 1;
}
.wp-lightbox-container-kalender button {
    align-items: center;
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    backdrop-filter: blur(16px) saturate(180%);
    background-color: #5a5a5a40;
    border: none;
    border-radius: 4px;
    cursor: zoom-in;
    display: flex;
    height: 20px;
    justify-content: center;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 16px;
    width: 20px;
    z-index: 100;
}
@media not (prefers-reduced-motion) {
    .wp-lightbox-container-kalender button {
        transition: opacity 0.2s ease;
    }
}
.wp-lightbox-container-kalender button:focus-visible {
    outline: 3px auto #5a5a5a40;
    outline: 3px auto -webkit-focus-ring-color;
    outline-offset: 3px;
}
.wp-lightbox-container-kalender button:hover {
    cursor: pointer;
    opacity: 1;
}
.wp-lightbox-container-kalender button:focus {
    opacity: 1;
}
.wp-lightbox-container-kalender button:focus,
.wp-lightbox-container-kalender button:hover,
.wp-lightbox-container-kalender button:not(:hover):not(:active):not(.has-background) {
    background-color: #5a5a5a40;
    border: none;
}
.wp-lightbox-overlay {
    box-sizing: border-box;
    cursor: zoom-out;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 100000;
}
.wp-lightbox-overlay .close-button {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    min-height: 40px;
    min-width: 40px;
    padding: 0;
    position: absolute;
    right: calc(env(safe-area-inset-right) + 16px);
    top: calc(env(safe-area-inset-top) + 16px);
    z-index: 5000000;
}
.wp-lightbox-overlay .close-button:focus,
.wp-lightbox-overlay .close-button:hover,
.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
    background: none;
    border: none;
}
.wp-lightbox-overlay .lightbox-image-container-kalender {
    height: var(--wp--lightbox-container-kalender-height);
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: top left;
    width: var(--wp--lightbox-container-kalender-width);
    z-index: 9999999999;
}
.wp-lightbox-overlay .wp-block-image {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    position: relative;
    transform-origin: 0 0;
    width: 100%;
    z-index: 3000000;
}
.wp-lightbox-overlay .wp-block-image img {
    height: var(--wp--lightbox-image-height);
    min-height: var(--wp--lightbox-image-height);
    min-width: var(--wp--lightbox-image-width);
    width: var(--wp--lightbox-image-width);
}
.wp-lightbox-overlay .wp-block-image figcaption {
    display: none;
}
.wp-lightbox-overlay button {
    background: none;
    border: none;
}
.wp-lightbox-overlay .scrim {
    background-color: #fff;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    width: 100%;
    z-index: 2000000;
}
.wp-lightbox-overlay.active {
    visibility: visible;
}
@media not (prefers-reduced-motion) {
    .wp-lightbox-overlay.active {
        animation: turn-on-visibility 0.25s both;
    }
    .wp-lightbox-overlay.active img {
        animation: turn-on-visibility 0.35s both;
    }
    .wp-lightbox-overlay.show-closing-animation:not(.active) {
        animation: turn-off-visibility 0.35s both;
    }
    .wp-lightbox-overlay.show-closing-animation:not(.active) img {
        animation: turn-off-visibility 0.25s both;
    }
    .wp-lightbox-overlay.zoom.active {
        animation: none;
        opacity: 1;
        visibility: visible;
    }
    .wp-lightbox-overlay.zoom.active .lightbox-image-container-kalender {
        animation: lightbox-zoom-in 0.4s;
    }
    .wp-lightbox-overlay.zoom.active .lightbox-image-container-kalender img {
        animation: none;
    }
    .wp-lightbox-overlay.zoom.active .scrim {
        animation: turn-on-visibility 0.4s forwards;
    }
    .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
        animation: none;
    }
    .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container-kalender {
        animation: lightbox-zoom-out 0.4s;
    }
    .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container-kalender img {
        animation: none;
    }
    .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
        animation: turn-off-visibility 0.4s forwards;
    }
}
@keyframes show-content-image {
    0% {
        visibility: hidden;
    }
    99% {
        visibility: hidden;
    }
    to {
        visibility: visible;
    }
}
@keyframes turn-on-visibility {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes turn-off-visibility {
    0% {
        opacity: 1;
        visibility: visible;
    }
    99% {
        opacity: 0;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}
@keyframes lightbox-zoom-in {
    0% {
        transform: translate(
                calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)),
                calc(-50vh + var(--wp--lightbox-initial-top-position))
            )
            scale(var(--wp--lightbox-scale));
    }
    to {
        transform: translate(-50%, -50%) scale(1);
    }
}
@keyframes lightbox-zoom-out {
    0% {
        transform: translate(-50%, -50%) scale(1);
        visibility: visible;
    }
    99% {
        visibility: visible;
    }
    to {
        transform: translate(
                calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)),
                calc(-50vh + var(--wp--lightbox-initial-top-position))
            )
            scale(var(--wp--lightbox-scale));
        visibility: hidden;
    }
}
ol.wp-block-latest-comments {
    box-sizing: border-box;
    margin-left: 0;
}
:where(.wp-block-latest-comments:not([style*="line-height"] .wp-block-latest-comments__comment)) {
    line-height: 1.1;
}
:where(.wp-block-latest-comments:not([style*="line-height"] .wp-block-latest-comments__comment-excerpt p)) {
    line-height: 1.8;
}
.has-dates :where(.wp-block-latest-comments:not([style*="line-height"])),
.has-excerpts :where(.wp-block-latest-comments:not([style*="line-height"])) {
    line-height: 1.5;
}
.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0;
}
.wp-block-latest-comments__comment {
    list-style: none;
    margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
    list-style: none;
    min-height: 2.25em;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em;
}
.wp-block-latest-comments__comment-excerpt p {
    font-size: 0.875em;
    margin: 0.36em 0 1.4em;
}
.wp-block-latest-comments__comment-date {
    display: block;
    font-size: 0.75em;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: 0.75em;
    width: 2.5em;
}
.wp-block-latest-comments[class*="-font-size"] a,
.wp-block-latest-comments[style*="font-size"] a {
    font-size: inherit;
}
.wp-block-latest-posts {
    box-sizing: border-box;
}
.wp-block-latest-posts.alignleft {
    margin-right: 2em;
}
.wp-block-latest-posts.alignright {
    margin-left: 2em;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
    overflow-wrap: break-word;
}
.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
}
.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%;
}
@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 0.625em);
    }
    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0;
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 0.83333em);
    }
    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0;
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 0.9375em);
    }
    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0;
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em);
    }
    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0;
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em);
    }
    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0;
    }
}
:root :where(.wp-block-latest-posts.is-grid) {
    padding: 0;
}
:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
    padding-left: 0;
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    font-size: 0.8125em;
}
.wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts__post-full-content {
    margin-bottom: 1em;
    margin-top: 0.5em;
}
.wp-block-latest-posts__featured-image a {
    display: inline-block;
}
.wp-block-latest-posts__featured-image img {
    height: auto;
    max-width: 100%;
    width: auto;
}
.wp-block-latest-posts__featured-image.alignleft {
    float: left;
    margin-right: 1em;
}
.wp-block-latest-posts__featured-image.alignright {
    float: right;
    margin-left: 1em;
}
.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center;
}
ol,
ul {
    box-sizing: border-box;
}
:root :where(.wp-block-list.has-background) {
    padding: 1.25em 2.375em;
}
.wp-block-loginout,
.wp-block-media-text {
    box-sizing: border-box;
}
.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto;
}
.wp-block-media-text.has-media-on-the-right {
    grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__media {
    align-self: start;
}
.wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__media,
.wp-block-media-text > .wp-block-media-text__content,
.wp-block-media-text > .wp-block-media-text__media {
    align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom > .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom > .wp-block-media-text__media {
    align-self: end;
}
.wp-block-media-text > .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0;
}
.wp-block-media-text > .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1;
    /*!rtl:end:ignore*/
}
.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
}
.wp-block-media-text__media a {
    display: block;
}
.wp-block-media-text__media img,
.wp-block-media-text__media video {
    height: auto;
    max-width: unset;
    vertical-align: middle;
    width: 100%;
}
.wp-block-media-text.is-image-fill > .wp-block-media-text__media {
    background-size: cover;
    height: 100%;
    min-height: 250px;
}
.wp-block-media-text.is-image-fill > .wp-block-media-text__media > a {
    display: block;
    height: 100%;
}
.wp-block-media-text.is-image-fill > .wp-block-media-text__media img {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    position: relative;
}
.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media > a {
    display: block;
    height: 100%;
}
.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
}
@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important;
    }
    .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1;
    }
    .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2;
    }
}
.wp-block-navigation {
    position: relative;
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-direction: row;
    --navigation-layout-wrap: wrap;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: center;
}
.wp-block-navigation ul {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
}
.wp-block-navigation ul,
.wp-block-navigation ul li {
    list-style: none;
    padding: 0;
}
.wp-block-navigation .wp-block-navigation-item {
    align-items: center;
    display: flex;
    position: relative;
}
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container-kalender:empty {
    display: none;
}
.wp-block-navigation .wp-block-navigation-item__content {
    display: block;
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: inherit;
}
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
    text-decoration: underline;
}
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
    text-decoration: line-through;
}
.wp-block-navigation :where(a),
.wp-block-navigation :where(a:active),
.wp-block-navigation :where(a:focus) {
    text-decoration: none;
}
.wp-block-navigation .wp-block-navigation__submenu-icon {
    align-self: center;
    background-color: inherit;
    border: none;
    color: currentColor;
    display: inline-block;
    font-size: inherit;
    height: 0.6em;
    line-height: 0;
    margin-left: 0.25em;
    padding: 0;
    width: 0.6em;
}
.wp-block-navigation .wp-block-navigation__submenu-icon svg {
    display: inline-block;
    stroke: currentColor;
    height: inherit;
    margin-top: 0.075em;
    width: inherit;
}
.wp-block-navigation.is-vertical {
    --navigation-layout-direction: column;
    --navigation-layout-justify: initial;
    --navigation-layout-align: flex-start;
}
.wp-block-navigation.no-wrap {
    --navigation-layout-wrap: nowrap;
}
.wp-block-navigation.items-justified-center {
    --navigation-layout-justification-setting: center;
    --navigation-layout-justify: center;
}
.wp-block-navigation.items-justified-center.is-vertical {
    --navigation-layout-align: center;
}
.wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-end;
    --navigation-layout-justify: flex-end;
}
.wp-block-navigation.items-justified-right.is-vertical {
    --navigation-layout-align: flex-end;
}
.wp-block-navigation.items-justified-space-between {
    --navigation-layout-justification-setting: space-between;
    --navigation-layout-justify: space-between;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container-kalender {
    align-items: normal;
    background-color: inherit;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 0;
    left: -1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 0;
    z-index: 2;
}
@media not (prefers-reduced-motion) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container-kalender {
        transition: opacity 0.1s linear;
    }
}
.wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container-kalender
    > .wp-block-navigation-item
    > .wp-block-navigation-item__content {
    display: flex;
    flex-grow: 1;
}
.wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container-kalender
    > .wp-block-navigation-item
    > .wp-block-navigation-item__content
    .wp-block-navigation__submenu-icon {
    margin-left: auto;
    margin-right: 0;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container-kalender .wp-block-navigation-item__content {
    margin: 0;
}
@media (min-width: 782px) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container-kalender .wp-block-navigation__submenu-container-kalender {
        left: 100%;
        top: -1px;
    }
    .wp-block-navigation
        .has-child
        .wp-block-navigation__submenu-container-kalender
        .wp-block-navigation__submenu-container-kalender:before {
        background: #0000;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 100%;
        width: 0.5em;
    }
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container-kalender .wp-block-navigation__submenu-icon {
        margin-right: 0.25em;
    }
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container-kalender .wp-block-navigation__submenu-icon svg {
        transform: rotate(-90deg);
    }
}
.wp-block-navigation
    .has-child
    .wp-block-navigation-submenu__toggle[aria-expanded="true"]
    ~ .wp-block-navigation__submenu-container-kalender,
.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container-kalender,
.wp-block-navigation
    .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within
    > .wp-block-navigation__submenu-container-kalender {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto;
}
.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container-kalender {
    left: 0;
    top: 100%;
}
@media (min-width: 782px) {
    .wp-block-navigation.has-background
        .has-child
        .wp-block-navigation__submenu-container-kalender
        .wp-block-navigation__submenu-container-kalender {
        left: 100%;
        top: 0;
    }
}
.wp-block-navigation-submenu {
    display: flex;
    position: relative;
}
.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: currentColor;
}
button.wp-block-navigation-item__content {
    background-color: initial;
    border: none;
    color: currentColor;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-align: left;
    text-transform: inherit;
}
.wp-block-navigation-submenu__toggle {
    cursor: pointer;
}
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
    padding-left: 0;
    padding-right: 0.85em;
}
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
    margin-left: -0.6em;
    pointer-events: none;
}
.wp-block-navigation-item.open-on-click
    button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle) {
    padding: 0;
}
.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container-kalender,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container-kalender,
.wp-block-navigation__responsive-container-kalender-content,
.wp-block-navigation__responsive-dialog {
    gap: inherit;
}
:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: 0.5em 1em;
}
:where(
        .wp-block-navigation .wp-block-navigation__submenu-container-kalender .wp-block-navigation-item a:not(.wp-element-button)
    ),
:where(
        .wp-block-navigation
            .wp-block-navigation__submenu-container-kalender
            .wp-block-navigation-submenu
            a:not(.wp-element-button)
    ),
:where(
        .wp-block-navigation
            .wp-block-navigation__submenu-container-kalender
            .wp-block-navigation-submenu
            button.wp-block-navigation-item__content
    ),
:where(
        .wp-block-navigation
            .wp-block-navigation__submenu-container-kalender
            .wp-block-pages-list__item
            button.wp-block-navigation-item__content
    ) {
    padding: 0.5em 1em;
}
.wp-block-navigation.items-justified-right
    .wp-block-navigation__container-kalender
    .has-child
    .wp-block-navigation__submenu-container-kalender,
.wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container-kalender,
.wp-block-navigation.items-justified-space-between
    .wp-block-page-list
    > .has-child:last-child
    .wp-block-navigation__submenu-container-kalender,
.wp-block-navigation.items-justified-space-between
    > .wp-block-navigation__container-kalender
    > .has-child:last-child
    .wp-block-navigation__submenu-container-kalender {
    left: auto;
    right: 0;
}
.wp-block-navigation.items-justified-right
    .wp-block-navigation__container-kalender
    .has-child
    .wp-block-navigation__submenu-container-kalender
    .wp-block-navigation__submenu-container-kalender,
.wp-block-navigation.items-justified-right
    .wp-block-page-list
    > .has-child
    .wp-block-navigation__submenu-container-kalender
    .wp-block-navigation__submenu-container-kalender,
.wp-block-navigation.items-justified-space-between
    .wp-block-page-list
    > .has-child:last-child
    .wp-block-navigation__submenu-container-kalender
    .wp-block-navigation__submenu-container-kalender,
.wp-block-navigation.items-justified-space-between
    > .wp-block-navigation__container-kalender
    > .has-child:last-child
    .wp-block-navigation__submenu-container-kalender
    .wp-block-navigation__submenu-container-kalender {
    left: -1px;
    right: -1px;
}
@media (min-width: 782px) {
    .wp-block-navigation.items-justified-right
        .wp-block-navigation__container-kalender
        .has-child
        .wp-block-navigation__submenu-container-kalender
        .wp-block-navigation__submenu-container-kalender,
    .wp-block-navigation.items-justified-right
        .wp-block-page-list
        > .has-child
        .wp-block-navigation__submenu-container-kalender
        .wp-block-navigation__submenu-container-kalender,
    .wp-block-navigation.items-justified-space-between
        .wp-block-page-list
        > .has-child:last-child
        .wp-block-navigation__submenu-container-kalender
        .wp-block-navigation__submenu-container-kalender,
    .wp-block-navigation.items-justified-space-between
        > .wp-block-navigation__container-kalender
        > .has-child:last-child
        .wp-block-navigation__submenu-container-kalender
        .wp-block-navigation__submenu-container-kalender {
        left: auto;
        right: 100%;
    }
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container-kalender {
    background-color: #fff;
    border: 1px solid #00000026;
}
.wp-block-navigation.has-background .wp-block-navigation__submenu-container-kalender {
    background-color: inherit;
}
.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container-kalender {
    color: #000;
}
.wp-block-navigation__container-kalender {
    align-items: var(--navigation-layout-align, initial);
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, initial);
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.wp-block-navigation__container-kalender .is-responsive {
    display: none;
}
.wp-block-navigation__container-kalender:only-child,
.wp-block-page-list:only-child {
    flex-grow: 1;
}
@keyframes overlay-menu__fade-in-animation {
    0% {
        opacity: 0;
        transform: translateY(0.5em);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.wp-block-navigation__responsive-container-kalender {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.wp-block-navigation__responsive-container-kalender :where(.wp-block-navigation-item a) {
    color: inherit;
}
.wp-block-navigation__responsive-container-kalender .wp-block-navigation__responsive-container-kalender-content {
    align-items: var(--navigation-layout-align, initial);
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, initial);
}
.wp-block-navigation__responsive-container-kalender:not(.is-menu-open.is-menu-open) {
    background-color: inherit !important;
    color: inherit !important;
}
.wp-block-navigation__responsive-container-kalender.is-menu-open {
    background-color: inherit;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: clamp(1rem, var(--wp--style--root--padding-top), 20rem)
        clamp(1rem, var(--wp--style--root--padding-right), 20rem)
        clamp(1rem, var(--wp--style--root--padding-bottom), 20rem)
        clamp(1rem, var(--wp--style--root--padding-left), 20rem);
    z-index: 100000;
}
@media not (prefers-reduced-motion) {
    .wp-block-navigation__responsive-container-kalender.is-menu-open {
        animation: overlay-menu__fade-in-animation 0.1s ease-out;
        animation-fill-mode: forwards;
    }
}
.wp-block-navigation__responsive-container-kalender.is-menu-open .wp-block-navigation__responsive-container-kalender-content {
    align-items: var(--navigation-layout-justification-setting, inherit);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: visible;
    padding-top: calc(2rem + 24px);
}
.wp-block-navigation__responsive-container-kalender.is-menu-open .wp-block-navigation__responsive-container-kalender-content,
.wp-block-navigation__responsive-container-kalender.is-menu-open
    .wp-block-navigation__responsive-container-kalender-content
    .wp-block-navigation__container-kalender,
.wp-block-navigation__responsive-container-kalender.is-menu-open
    .wp-block-navigation__responsive-container-kalender-content
    .wp-block-page-list {
    justify-content: flex-start;
}
.wp-block-navigation__responsive-container-kalender.is-menu-open
    .wp-block-navigation__responsive-container-kalender-content
    .wp-block-navigation__submenu-icon {
    display: none;
}
.wp-block-navigation__responsive-container-kalender.is-menu-open
    .wp-block-navigation__responsive-container-kalender-content
    .has-child
    .wp-block-navigation__submenu-container-kalender {
    border: none;
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: initial;
    padding-left: 2rem;
    padding-right: 2rem;
    position: static;
    visibility: visible;
    width: auto;
}
.wp-block-navigation__responsive-container-kalender.is-menu-open
    .wp-block-navigation__responsive-container-kalender-content
    .wp-block-navigation__container-kalender,
.wp-block-navigation__responsive-container-kalender.is-menu-open
    .wp-block-navigation__responsive-container-kalender-content
    .wp-block-navigation__submenu-container-kalender {
    gap: inherit;
}
.wp-block-navigation__responsive-container-kalender.is-menu-open
    .wp-block-navigation__responsive-container-kalender-content
    .wp-block-navigation__submenu-container-kalender {
    padding-top: var(--wp--style--block-gap, 2em);
}
.wp-block-navigation__responsive-container-kalender.is-menu-open
    .wp-block-navigation__responsive-container-kalender-content
    .wp-block-navigation-item__content {
    padding: 0;
}
.wp-block-navigation__responsive-container-kalender.is-menu-open
    .wp-block-navigation__responsive-container-kalender-content
    .wp-block-navigation-item,
.wp-block-navigation__responsive-container-kalender.is-menu-open
    .wp-block-navigation__responsive-container-kalender-content
    .wp-block-navigation__container-kalender,
.wp-block-navigation__responsive-container-kalender.is-menu-open
    .wp-block-navigation__responsive-container-kalender-content
    .wp-block-page-list {
    align-items: var(--navigation-layout-justification-setting, initial);
    display: flex;
    flex-direction: column;
}
.wp-block-navigation__responsive-container-kalender.is-menu-open .wp-block-navigation-item,
.wp-block-navigation__responsive-container-kalender.is-menu-open
    .wp-block-navigation-item
    .wp-block-navigation__submenu-container-kalender,
.wp-block-navigation__responsive-container-kalender.is-menu-open .wp-block-navigation__container-kalender,
.wp-block-navigation__responsive-container-kalender.is-menu-open .wp-block-page-list {
    background: #0000 !important;
    color: inherit !important;
}
.wp-block-navigation__responsive-container-kalender.is-menu-open
    .wp-block-navigation__submenu-container-kalender.wp-block-navigation__submenu-container-kalender.wp-block-navigation__submenu-container-kalender.wp-block-navigation__submenu-container-kalender {
    left: auto;
    right: auto;
}
@media (min-width: 600px) {
    .wp-block-navigation__responsive-container-kalender:not(.hidden-by-default):not(.is-menu-open) {
        background-color: inherit;
        display: block;
        position: relative;
        width: 100%;
        z-index: auto;
    }
    .wp-block-navigation__responsive-container-kalender:not(.hidden-by-default):not(.is-menu-open)
        .wp-block-navigation__responsive-container-kalender-close {
        display: none;
    }
    .wp-block-navigation__responsive-container-kalender.is-menu-open
        .wp-block-navigation__submenu-container-kalender.wp-block-navigation__submenu-container-kalender.wp-block-navigation__submenu-container-kalender.wp-block-navigation__submenu-container-kalender {
        left: 0;
    }
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container-kalender.is-menu-open {
    background-color: #fff;
}
.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container-kalender.is-menu-open {
    color: #000;
}
.wp-block-navigation__toggle_button_label {
    font-size: 1rem;
    font-weight: 700;
}
.wp-block-navigation__responsive-container-kalender-close,
.wp-block-navigation__responsive-container-kalender-open {
    background: #0000;
    border: none;
    color: currentColor;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-transform: inherit;
    vertical-align: middle;
}
.wp-block-navigation__responsive-container-kalender-close svg,
.wp-block-navigation__responsive-container-kalender-open svg {
    fill: currentColor;
    display: block;
    height: 24px;
    pointer-events: none;
    width: 24px;
}
.wp-block-navigation__responsive-container-kalender-open {
    display: flex;
}
.wp-block-navigation__responsive-container-kalender-open.wp-block-navigation__responsive-container-kalender-open.wp-block-navigation__responsive-container-kalender-open {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
@media (min-width: 600px) {
    .wp-block-navigation__responsive-container-kalender-open:not(.always-shown) {
        display: none;
    }
}
.wp-block-navigation__responsive-container-kalender-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.wp-block-navigation__responsive-container-kalender-close.wp-block-navigation__responsive-container-kalender-close.wp-block-navigation__responsive-container-kalender-close {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.wp-block-navigation__responsive-close {
    width: 100%;
}
.has-modal-open .wp-block-navigation__responsive-close {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--style--global--wide-size, 100%);
}
.wp-block-navigation__responsive-close:focus {
    outline: none;
}
.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-kalender-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box;
}
.wp-block-navigation__responsive-dialog {
    position: relative;
}
.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 46px;
}
@media (min-width: 782px) {
    .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
        margin-top: 32px;
    }
}
html.has-modal-open {
    overflow: hidden;
}
.wp-block-navigation .wp-block-navigation-item__label {
    overflow-wrap: break-word;
}
.wp-block-navigation .wp-block-navigation-item__description {
    display: none;
}
.link-ui-tools {
    border-top: 1px solid #f0f0f0;
    padding: 8px;
}
.link-ui-block-inserter {
    padding-top: 8px;
}
.link-ui-block-inserter__back {
    margin-left: 8px;
    text-transform: uppercase;
}
.wp-block-navigation .wp-block-page-list {
    align-items: var(--navigation-layout-align, initial);
    background-color: inherit;
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, initial);
}
.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit;
}
.wp-block-page-list {
    box-sizing: border-box;
}
.is-small-text {
    font-size: 0.875em;
}
.is-regular-text {
    font-size: 1em;
}
.is-large-text {
    font-size: 2.25em;
}
.is-larger-text {
    font-size: 3em;
}
.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    font-style: normal;
    font-weight: 100;
    line-height: 0.68;
    margin: 0.05em 0.1em 0 0;
    text-transform: uppercase;
}
body.rtl .has-drop-cap:not(:focus):first-letter {
    float: none;
    margin-left: 0.1em;
}
p.has-drop-cap.has-background {
    overflow: hidden;
}
:root :where(p.has-background) {
    padding: 1.25em 2.375em;
}
:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit;
}
p.has-text-align-left[style*="writing-mode:vertical-lr"],
p.has-text-align-right[style*="writing-mode:vertical-rl"] {
    rotate: 180deg;
}
.wp-block-post-author {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.wp-block-post-author__byline {
    font-size: 0.5em;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}
.wp-block-post-author__avatar {
    margin-right: 1em;
}
.wp-block-post-author__bio {
    font-size: 0.7em;
    margin-bottom: 0.7em;
}
.wp-block-post-author__content {
    flex-basis: 0;
    flex-grow: 1;
}
.wp-block-post-author__name {
    margin: 0;
}
.wp-block-post-author-biography {
    box-sizing: border-box;
}
:where(.wp-block-post-comments-form) input:not([type="submit"]),
:where(.wp-block-post-comments-form) textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em;
}
:where(.wp-block-post-comments-form) input:where(:not([type="submit"]):not([type="checkbox"])),
:where(.wp-block-post-comments-form) textarea {
    padding: calc(0.667em + 2px);
}
.wp-block-post-comments-form {
    box-sizing: border-box;
}
.wp-block-post-comments-form[style*="font-weight"] :where(.comment-reply-title) {
    font-weight: inherit;
}
.wp-block-post-comments-form[style*="font-family"] :where(.comment-reply-title) {
    font-family: inherit;
}
.wp-block-post-comments-form[class*="-font-size"] :where(.comment-reply-title),
.wp-block-post-comments-form[style*="font-size"] :where(.comment-reply-title) {
    font-size: inherit;
}
.wp-block-post-comments-form[style*="line-height"] :where(.comment-reply-title) {
    line-height: inherit;
}
.wp-block-post-comments-form[style*="font-style"] :where(.comment-reply-title) {
    font-style: inherit;
}
.wp-block-post-comments-form[style*="letter-spacing"] :where(.comment-reply-title) {
    letter-spacing: inherit;
}
.wp-block-post-comments-form :where(input[type="submit"]) {
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    overflow-wrap: break-word;
    text-align: center;
}
.wp-block-post-comments-form .comment-form input:not([type="submit"]):not([type="checkbox"]):not([type="hidden"]),
.wp-block-post-comments-form .comment-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
}
.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
    display: block;
    margin-bottom: 0.25em;
}
.wp-block-post-comments-form .comment-form-cookies-consent {
    display: flex;
    gap: 0.25em;
}
.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: 0.35em;
}
.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 0;
}
.wp-block-post-comments-form .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: 0.5em;
}
.wp-block-post-comments-count {
    box-sizing: border-box;
}
.wp-block-post-content {
    display: flow-root;
}
.wp-block-post-comments-link,
.wp-block-post-date {
    box-sizing: border-box;
}
:where(.wp-block-post-excerpt) {
    box-sizing: border-box;
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap);
}
.wp-block-post-excerpt__excerpt {
    margin-bottom: 0;
    margin-top: 0;
}
.wp-block-post-excerpt__more-text {
    margin-bottom: 0;
    margin-top: var(--wp--style--block-gap);
}
.wp-block-post-excerpt__more-link {
    display: inline-block;
}
.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0;
}
.wp-block-post-featured-image a {
    display: block;
    height: 100%;
}
.wp-block-post-featured-image :where(img) {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    width: 100%;
}
.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
    width: 100%;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
    background-color: #000;
    inset: 0;
    position: absolute;
}
.wp-block-post-featured-image {
    position: relative;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
    background-color: initial;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
    opacity: 0;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
    opacity: 0.1;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
    opacity: 0.2;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
    opacity: 0.3;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
    opacity: 0.4;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
    opacity: 0.5;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
    opacity: 0.6;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
    opacity: 0.7;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
    opacity: 0.8;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
    opacity: 0.9;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
    opacity: 1;
}
.wp-block-post-featured-image:where(.alignleft, .alignright) {
    width: 100%;
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
    display: inline-block;
    margin-right: 1ch;
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
    transform: scaleX(1);
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
    display: inline-block;
    margin-left: 1ch;
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
    transform: scaleX(1);
}
.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],
.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
    rotate: 180deg;
}
.wp-block-post-terms {
    box-sizing: border-box;
}
.wp-block-post-terms .wp-block-post-terms__separator {
    white-space: pre-wrap;
}
.wp-block-post-time-to-read,
.wp-block-post-title {
    box-sizing: border-box;
}
.wp-block-post-title {
    word-break: break-word;
}
.wp-block-post-title :where(a) {
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
}
.wp-block-post-author-name {
    box-sizing: border-box;
}
.wp-block-preformatted {
    box-sizing: border-box;
    white-space: pre-wrap;
}
:where(.wp-block-preformatted.has-background) {
    padding: 1.25em 2.375em;
}
.wp-block-pullquote {
    box-sizing: border-box;
    margin: 0 0 1em;
    overflow-wrap: break-word;
    padding: 4em 0;
    text-align: center;
}
.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
    color: inherit;
}
.wp-block-pullquote blockquote {
    margin: 0;
}
.wp-block-pullquote p {
    margin-top: 0;
}
.wp-block-pullquote p:last-child {
    margin-bottom: 0;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 420px;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative;
}
.wp-block-pullquote .has-text-color a {
    color: inherit;
}
.wp-block-pullquote.has-text-align-left blockquote {
    text-align: left;
}
.wp-block-pullquote.has-text-align-right blockquote {
    text-align: right;
}
.wp-block-pullquote.has-text-align-center blockquote {
    text-align: center;
}
.wp-block-pullquote.is-style-solid-color {
    border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 2em;
    margin-bottom: 0;
    margin-top: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
    font-style: normal;
    text-transform: none;
}
.wp-block-pullquote cite {
    color: inherit;
    display: block;
}
.wp-block-post-template {
    box-sizing: border-box;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
    padding: 0;
}
.wp-block-post-template.is-flex-container-kalender {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25em;
}
.wp-block-post-template.is-flex-container-kalender > li {
    margin: 0;
    width: 100%;
}
@media (min-width: 600px) {
    .wp-block-post-template.is-flex-container-kalender.is-flex-container-kalender.columns-2 > li {
        width: calc(50% - 0.625em);
    }
    .wp-block-post-template.is-flex-container-kalender.is-flex-container-kalender.columns-3 > li {
        width: calc(33.33333% - 0.83333em);
    }
    .wp-block-post-template.is-flex-container-kalender.is-flex-container-kalender.columns-4 > li {
        width: calc(25% - 0.9375em);
    }
    .wp-block-post-template.is-flex-container-kalender.is-flex-container-kalender.columns-5 > li {
        width: calc(20% - 1em);
    }
    .wp-block-post-template.is-flex-container-kalender.is-flex-container-kalender.columns-6 > li {
        width: calc(16.66667% - 1.04167em);
    }
}
@media (max-width: 600px) {
    .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
        grid-template-columns: 1fr;
    }
}
.wp-block-post-template-is-layout-constrained > li > .alignright,
.wp-block-post-template-is-layout-flow > li > .alignright {
    float: right;
    margin-inline-end: 0;
    margin-inline-start: 2em;
}
.wp-block-post-template-is-layout-constrained > li > .alignleft,
.wp-block-post-template-is-layout-flow > li > .alignleft {
    float: left;
    margin-inline-end: 2em;
    margin-inline-start: 0;
}
.wp-block-post-template-is-layout-constrained > li > .aligncenter,
.wp-block-post-template-is-layout-flow > li > .aligncenter {
    margin-inline-end: auto;
    margin-inline-start: auto;
}
.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next:last-of-type {
    margin-inline-start: auto;
}
.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-previous:first-child {
    margin-inline-end: auto;
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch;
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1);
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch;
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1);
}
.wp-block-query-pagination.aligncenter {
    justify-content: center;
}
.wp-block-query-title,
.wp-block-query-total,
.wp-block-quote {
    box-sizing: border-box;
}
.wp-block-quote {
    overflow-wrap: break-word;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
    margin-bottom: 1em;
    padding: 0 1em;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
    font-size: 1.125em;
    text-align: right;
}
.wp-block-quote > cite {
    display: block;
}
.wp-block-read-more {
    display: block;
    width: fit-content;
}
.wp-block-read-more:where(:not([style*="text-decoration"])) {
    text-decoration: none;
}
.wp-block-read-more:where(:not([style*="text-decoration"])):active,
.wp-block-read-more:where(:not([style*="text-decoration"])):focus {
    text-decoration: none;
}
ul.wp-block-rss.alignleft {
    margin-right: 2em;
}
ul.wp-block-rss.alignright {
    margin-left: 2em;
}
ul.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
ul.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%;
}
@media (min-width: 600px) {
    ul.wp-block-rss.columns-2 li {
        width: calc(50% - 1em);
    }
    ul.wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em);
    }
    ul.wp-block-rss.columns-4 li {
        width: calc(25% - 1em);
    }
    ul.wp-block-rss.columns-5 li {
        width: calc(20% - 1em);
    }
    ul.wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em);
    }
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    font-size: 0.8125em;
}
.wp-block-rss {
    box-sizing: border-box;
    list-style: none;
    padding: 0;
}
.wp-block-search__button {
    margin-left: 10px;
    word-break: normal;
}
.wp-block-search__button.has-icon {
    line-height: 0;
}
.wp-block-search__button svg {
    height: 1.25em;
    min-height: 24px;
    min-width: 24px;
    width: 1.25em;
    fill: currentColor;
    vertical-align: text-bottom;
}
:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: 6px 10px;
}
.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}
.wp-block-search__label {
    width: 100%;
}
.wp-block-search__input {
    appearance: none;
    border: 1px solid #949494;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3rem;
    padding: 8px;
    text-decoration: unset !important;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    box-sizing: border-box;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-left: 0;
    max-width: 100%;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
    min-width: 0 !important;
    transition-property: width;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__input {
    flex-basis: 100%;
    transition-duration: 0.3s;
}
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
    overflow: hidden;
}
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    flex-basis: 0;
    flex-grow: 0;
    margin: 0;
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 0 !important;
}
:where(.wp-block-search__input) {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 1px solid #949494;
    box-sizing: border-box;
    padding: 4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border: none;
    border-radius: 0;
    padding: 0 4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
    outline: none;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
    padding: 4px 8px;
}
.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto;
}
.wp-block[data-align="right"] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
    float: right;
}
.wp-block-separator {
    border: none;
    border-top: 2px solid;
}
:root :where(.wp-block-separator.is-style-dots) {
    height: auto;
    line-height: 1;
    text-align: center;
}
:root :where(.wp-block-separator.is-style-dots):before {
    color: currentColor;
    content: "Â·Â·Â·";
    font-family: serif;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
}
.wp-block-separator.is-style-dots {
    background: none !important;
    border: none !important;
}
.wp-block-site-logo {
    box-sizing: border-box;
    line-height: 0;
}
.wp-block-site-logo a {
    display: inline-block;
    line-height: 0;
}
.wp-block-site-logo.is-default-size img {
    height: auto;
    width: 120px;
}
.wp-block-site-logo img {
    height: auto;
    max-width: 100%;
}
.wp-block-site-logo a,
.wp-block-site-logo img {
    border-radius: inherit;
}
.wp-block-site-logo.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
:root :where(.wp-block-site-logo.is-style-rounded) {
    border-radius: 9999px;
}
.wp-block-site-tagline,
.wp-block-site-title {
    box-sizing: border-box;
}
.wp-block-site-title :where(a) {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
}
.wp-block-social-links {
    background: none;
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
}
.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
    border-bottom: 0;
    box-shadow: none;
    text-decoration: none;
}
.wp-block-social-links .wp-social-link svg {
    height: 1em;
    width: 1em;
}
.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
    font-size: 0.65em;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.wp-block-social-links.has-small-icon-size {
    font-size: 16px;
}
.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
    font-size: 24px;
}
.wp-block-social-links.has-large-icon-size {
    font-size: 36px;
}
.wp-block-social-links.has-huge-icon-size {
    font-size: 48px;
}
.wp-block-social-links.aligncenter {
    display: flex;
    justify-content: center;
}
.wp-block-social-links.alignright {
    justify-content: flex-end;
}
.wp-block-social-link {
    border-radius: 9999px;
    display: block;
    height: auto;
}
@media not (prefers-reduced-motion) {
    .wp-block-social-link {
        transition: transform 0.1s ease;
    }
}
.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
}
.wp-block-social-link:hover {
    transform: scale(1.1);
}
.wp-block-social-links .wp-block-social-link.wp-social-link {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
    color: currentColor;
    fill: currentColor;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
    background-color: #f0f0f0;
    color: #444;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
    background-color: #0a7aff;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord {
    background-color: #5865f2;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
    background-color: #0866ff;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
    background-color: #24292d;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
    background-color: #1d4fc4;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
    background-color: #000;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
    background-color: #000;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
    background-color: #ff4500;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
    background-color: #000;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
    background-color: #25d366;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
    background-color: #000;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
    background-color: red;
    color: #fff;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
    background: none;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
    height: 1.25em;
    width: 1.25em;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
    color: #f90;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
    color: #1ea0c3;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
    color: #0757fe;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
    color: #0a7aff;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
    color: #1e1f26;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
    color: #02e49b;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord {
    color: #5865f2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
    color: #e94c89;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
    color: #4280ff;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
    color: #f45800;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
    color: #0866ff;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
    color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
    color: #0461dd;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
    color: #e65678;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
    color: #24292d;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
    color: #382110;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
    color: #ea4434;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
    color: #1d4fc4;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
    color: #f00075;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
    color: #e21b24;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
    color: #0d66c2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
    color: #3288d4;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
    color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
    color: #f6405f;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
    color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
    color: #e60122;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
    color: #ef4155;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
    color: #ff4500;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
    color: #0478d7;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
    color: #fff;
    stroke: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
    color: #ff5600;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
    color: #1bd760;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
    color: #2aabee;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
    color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
    color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
    color: #011835;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
    color: #6440a4;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
    color: #1da1f2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
    color: #1eb7ea;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
    color: #4680c2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
    color: #25d366;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
    color: #3499cd;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
    color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
    color: #d32422;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
    color: red;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto;
}
:root :where(.wp-block-social-links .wp-social-link a) {
    padding: 0.25em;
}
:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
    padding: 0;
}
:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
    padding-left: 0.6666666667em;
    padding-right: 0.6666666667em;
}
.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color)
    .wp-social-link-snapchat
    .wp-block-social-link-label {
    color: #000;
}
.wp-block-spacer {
    clear: both;
}
.wp-block-tag-cloud {
    box-sizing: border-box;
}
.wp-block-tag-cloud.aligncenter {
    justify-content: center;
    text-align: center;
}
.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em;
}
.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 5px;
}
.wp-block-tag-cloud span {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none;
}
:root :where(.wp-block-tag-cloud.is-style-outline) {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch;
}
:root :where(.wp-block-tag-cloud.is-style-outline a) {
    border: 1px solid;
    font-size: unset !important;
    margin-right: 0;
    padding: 1ch 2ch;
    text-decoration: none !important;
}
.wp-block-table {
    overflow-x: auto;
}
.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}
.wp-block-table thead {
    border-bottom: 3px solid;
}
.wp-block-table tfoot {
    border-top: 3px solid;
}
.wp-block-table td,
.wp-block-table th {
    border: 1px solid;
    padding: 0.5em;
}
.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto;
}
.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word;
}
.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
    background-color: initial;
    border-bottom: 1px solid #f0f0f0;
    border-collapse: inherit;
    border-spacing: 0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: #0000;
}
.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr,
.wp-block-table .has-border-color > * {
    border-color: inherit;
}
.wp-block-table table[style*="border-top-color"] tr:first-child,
.wp-block-table table[style*="border-top-color"] tr:first-child td,
.wp-block-table table[style*="border-top-color"] tr:first-child th,
.wp-block-table table[style*="border-top-color"] > *,
.wp-block-table table[style*="border-top-color"] > * td,
.wp-block-table table[style*="border-top-color"] > * th {
    border-top-color: inherit;
}
.wp-block-table table[style*="border-top-color"] tr:not(:first-child) {
    border-top-color: initial;
}
.wp-block-table table[style*="border-right-color"] td:last-child,
.wp-block-table table[style*="border-right-color"] th,
.wp-block-table table[style*="border-right-color"] tr,
.wp-block-table table[style*="border-right-color"] > * {
    border-right-color: inherit;
}
.wp-block-table table[style*="border-bottom-color"] tr:last-child,
.wp-block-table table[style*="border-bottom-color"] tr:last-child td,
.wp-block-table table[style*="border-bottom-color"] tr:last-child th,
.wp-block-table table[style*="border-bottom-color"] > *,
.wp-block-table table[style*="border-bottom-color"] > * td,
.wp-block-table table[style*="border-bottom-color"] > * th {
    border-bottom-color: inherit;
}
.wp-block-table table[style*="border-bottom-color"] tr:not(:last-child) {
    border-bottom-color: initial;
}
.wp-block-table table[style*="border-left-color"] td:first-child,
.wp-block-table table[style*="border-left-color"] th,
.wp-block-table table[style*="border-left-color"] tr,
.wp-block-table table[style*="border-left-color"] > * {
    border-left-color: inherit;
}
.wp-block-table table[style*="border-style"] td,
.wp-block-table table[style*="border-style"] th,
.wp-block-table table[style*="border-style"] tr,
.wp-block-table table[style*="border-style"] > * {
    border-style: inherit;
}
.wp-block-table table[style*="border-width"] td,
.wp-block-table table[style*="border-width"] th,
.wp-block-table table[style*="border-width"] tr,
.wp-block-table table[style*="border-width"] > * {
    border-style: inherit;
    border-width: inherit;
}
:root :where(.wp-block-table-of-contents) {
    box-sizing: border-box;
}
:where(.wp-block-term-description) {
    box-sizing: border-box;
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap);
}
.wp-block-term-description p {
    margin-bottom: 0;
    margin-top: 0;
}
.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex;
}
.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%;
}
.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.3333333333%;
}
.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%;
}
pre.wp-block-verse {
    overflow: auto;
    white-space: pre-wrap;
}
:where(pre.wp-block-verse) {
    font-family: inherit;
}
.wp-block-video {
    box-sizing: border-box;
}
.wp-block-video video {
    vertical-align: middle;
    width: 100%;
}
@supports (position: sticky) {
    .wp-block-video [poster] {
        object-fit: cover;
    }
}
.wp-block-video.aligncenter {
    text-align: center;
}
.wp-block-video :where(figcaption) {
    margin-bottom: 1em;
    margin-top: 0.5em;
}
.editor-styles-wrapper,
.entry-content {
    counter-reset: footnotes;
}
a[data-fn].fn {
    counter-increment: footnotes;
    display: inline-flex;
    font-size: smaller;
    text-decoration: none;
    text-indent: -9999999px;
    vertical-align: super;
}
a[data-fn].fn:after {
    content: "[" counter(footnotes) "]";
    float: left;
    text-indent: 0;
}
.wp-element-button {
    cursor: pointer;
}
:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px;
}
:root .has-very-light-gray-background-color {
    background-color: #eee;
}
:root .has-very-dark-gray-background-color {
    background-color: #313131;
}
:root .has-very-light-gray-color {
    color: #eee;
}
:root .has-very-dark-gray-color {
    color: #313131;
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc);
}
.has-regular-font-size {
    font-size: 1em;
}
.has-larger-font-size {
    font-size: 2.625em;
}
.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal);
}
.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge);
}
.has-text-align-center {
    text-align: center;
}
.has-text-align-left {
    text-align: left;
}
.has-text-align-right {
    text-align: right;
}
#end-resizable-editor-section {
    display: none;
}
.aligncenter {
    clear: both;
}
.items-justified-left {
    justify-content: flex-start;
}
.items-justified-center {
    justify-content: center;
}
.items-justified-right {
    justify-content: flex-end;
}
.items-justified-space-between {
    justify-content: space-between;
}
.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #ddd;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
html :where(.has-border-color) {
    border-style: solid;
}
html :where([style*="border-top-color"]) {
    border-top-style: solid;
}
html :where([style*="border-right-color"]) {
    border-right-style: solid;
}
html :where([style*="border-bottom-color"]) {
    border-bottom-style: solid;
}
html :where([style*="border-left-color"]) {
    border-left-style: solid;
}
html :where([style*="border-width"]) {
    border-style: solid;
}
html :where([style*="border-top-width"]) {
    border-top-style: solid;
}
html :where([style*="border-right-width"]) {
    border-right-style: solid;
}
html :where([style*="border-bottom-width"]) {
    border-bottom-style: solid;
}
html :where([style*="border-left-width"]) {
    border-left-style: solid;
}
html :where(img[class*="wp-image-"]) {
    height: auto;
    max-width: 100%;
}
:where(figure) {
    margin: 0 0 1em;
}
html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px);
}
@media screen and (max-width: 600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px;
    }
}
/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}
.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none;
}
:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--color--theme-palette-1: var(--global-palette1);
    --wp--preset--color--theme-palette-2: var(--global-palette2);
    --wp--preset--color--theme-palette-3: var(--global-palette3);
    --wp--preset--color--theme-palette-4: var(--global-palette4);
    --wp--preset--color--theme-palette-5: var(--global-palette5);
    --wp--preset--color--theme-palette-6: var(--global-palette6);
    --wp--preset--color--theme-palette-7: var(--global-palette7);
    --wp--preset--color--theme-palette-8: var(--global-palette8);
    --wp--preset--color--theme-palette-9: var(--global-palette9);
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
        135deg,
        rgba(6, 147, 227, 1) 0%,
        rgb(155, 81, 224) 100%
    );
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
        135deg,
        rgb(122, 220, 180) 0%,
        rgb(0, 208, 130) 100%
    );
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
        135deg,
        rgba(252, 185, 0, 1) 0%,
        rgba(255, 105, 0, 1) 100%
    );
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
        135deg,
        rgba(255, 105, 0, 1) 0%,
        rgb(207, 46, 46) 100%
    );
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
        135deg,
        rgb(238, 238, 238) 0%,
        rgb(169, 184, 195) 100%
    );
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
        135deg,
        rgb(74, 234, 220) 0%,
        rgb(151, 120, 209) 20%,
        rgb(207, 42, 186) 40%,
        rgb(238, 44, 130) 60%,
        rgb(251, 105, 98) 80%,
        rgb(254, 248, 76) 100%
    );
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(
        135deg,
        rgb(254, 205, 165) 0%,
        rgb(254, 45, 45) 50%,
        rgb(107, 0, 62) 100%
    );
    --wp--preset--gradient--luminous-dusk: linear-gradient(
        135deg,
        rgb(255, 203, 112) 0%,
        rgb(199, 81, 192) 50%,
        rgb(65, 88, 208) 100%
    );
    --wp--preset--gradient--pale-ocean: linear-gradient(
        135deg,
        rgb(255, 245, 203) 0%,
        rgb(182, 227, 212) 50%,
        rgb(51, 167, 181) 100%
    );
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: var(--global-font-size-small);
    --wp--preset--font-size--medium: var(--global-font-size-medium);
    --wp--preset--font-size--large: var(--global-font-size-large);
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--font-size--larger: var(--global-font-size-larger);
    --wp--preset--font-size--xxlarge: var(--global-font-size-xxlarge);
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:where(.is-layout-flex) {
    gap: 0.5em;
}
:where(.is-layout-grid) {
    gap: 0.5em;
}
body .is-layout-flex {
    display: flex;
}
.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}
.is-layout-flex > :is(*, div) {
    margin: 0;
}
body .is-layout-grid {
    display: grid;
}
.is-layout-grid > :is(*, div) {
    margin: 0;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}
:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}
.has-black-color {
    color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
    color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}
:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}
:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6;
}
.flatpickr-calendar {
    background: #fff0;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow:
        1px 0 0 #e6e6e6,
        -1px 0 0 #e6e6e6,
        0 1px 0 #e6e6e6,
        0 -1px 0 #e6e6e6,
        0 3px 13px rgb(0 0 0 / 0.08);
    box-shadow:
        1px 0 0 #e6e6e6,
        -1px 0 0 #e6e6e6,
        0 1px 0 #e6e6e6,
        0 -1px 0 #e6e6e6,
        0 3px 13px rgb(0 0 0 / 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible;
}
.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999;
}
.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
}
.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
    z-index: 999;
    display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .daycontainer-kalender:nth-child(n + 1) .flatpickr-day.inRange:nth-child(7n + 7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .daycontainer-kalender:nth-child(n + 2) .flatpickr-day.inRange:nth-child(7n + 1) {
    -webkit-box-shadow:
        -2px 0 0 #e6e6e6,
        5px 0 0 #e6e6e6;
    box-shadow:
        -2px 0 0 #e6e6e6,
        5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .daycontainer-kalender,
.flatpickr-calendar .hasTime .daycontainer-kalender {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .daycontainer-kalender {
    border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid #fff0;
    content: "";
    height: 0;
    width: 0;
    left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
    left: auto;
    right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
    left: 50%;
    right: 50%;
}
.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px;
}
.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
    bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
    top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff;
}
.flatpickr-calendar:focus {
    outline: 0;
}
.flatpickr-wrapper {
    position: relative;
    display: inline-block;
}
.flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flatpickr-months .flatpickr-month {
    background: #fff0;
    color: rgb(0 0 0 / 0.9);
    fill: rgb(0 0 0 / 0.9);
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: rgb(0 0 0 / 0.9);
    fill: rgb(0 0 0 / 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
    position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    left: 0;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    right: 0;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
    color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
    -webkit-transition: fill 0.1s;
    transition: fill 0.1s;
    fill: inherit;
}
.numInputWrapper {
    position: relative;
    height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
    display: inline-block;
}
.numInputWrapper input {
    width: 100%;
}
.numInputWrapper input::-ms-clear {
    display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgb(57 57 57 / 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.numInputWrapper span:hover {
    background: rgb(0 0 0 / 0.1);
}
.numInputWrapper span:active {
    background: rgb(0 0 0 / 0.2);
}
.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute;
}
.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
    border-left: 4px solid #fff0;
    border-right: 4px solid #fff0;
    border-bottom: 4px solid rgb(57 57 57 / 0.6);
    top: 26%;
}
.numInputWrapper span.arrowDown {
    top: 50%;
}
.numInputWrapper span.arrowDown:after {
    border-left: 4px solid #fff0;
    border-right: 4px solid #fff0;
    border-top: 4px solid rgb(57 57 57 / 0.6);
    top: 40%;
}
.numInputWrapper span svg {
    width: inherit;
    height: auto;
}
.numInputWrapper span svg path {
    fill: rgb(0 0 0 / 0.5);
}
.numInputWrapper:hover {
    background: rgb(0 0 0 / 0.05);
}
.numInputWrapper:hover span {
    opacity: 1;
}
.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
    background: rgb(0 0 0 / 0.05);
}
.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgb(0 0 0 / 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgb(0 0 0 / 0.9);
}
.flatpickr-current-month input.cur-year {
    background: #fff0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
    outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgb(0 0 0 / 0.5);
    background: #fff0;
    pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: #fff0;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 0.5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
    outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgb(0 0 0 / 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: #fff0;
    outline: none;
    padding: 0;
}
.flatpickr-weekdays {
    background: #fff0;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer-kalender {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: #fff0;
    color: rgb(0 0 0 / 0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder;
}
.daycontainer-kalender,
.flatpickr-weeks {
    padding: 1px 0 0 0;
}
.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px;
}
.flatpickr-days:focus {
    outline: 0;
}
.daycontainer-kalender {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.daycontainer-kalender + .daycontainer-kalender {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
    background: none;
    border: 1px solid #fff0;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6;
}
.flatpickr-day.today {
    border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #569ff7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px;
}
.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow:
        -5px 0 0 #e6e6e6,
        5px 0 0 #e6e6e6;
    box-shadow:
        -5px 0 0 #e6e6e6,
        5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
    color: rgb(57 57 57 / 0.3);
    background: #fff0;
    border-color: #fff0;
    cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgb(57 57 57 / 0.1);
}
.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow:
        -5px 0 0 #569ff7,
        5px 0 0 #569ff7;
    box-shadow:
        -5px 0 0 #569ff7,
        5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
    visibility: hidden;
}
.rangeMode .flatpickr-day {
    margin-top: 1px;
}
.flatpickr-weekwrapper {
    float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgb(57 57 57 / 0.3);
    background: #fff0;
    cursor: default;
    border: none;
}
.flatpickr-innercontainer-kalender {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.flatpickr-rcontainer-kalender {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flatpickr-time:after {
    content: "";
    display: table;
    clear: both;
}
.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
    width: 49%;
}
.flatpickr-time input {
    background: #fff0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
    font-weight: 700;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400;
}
.flatpickr-time input:focus {
    outline: 0;
    border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: 700;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
    background: #eee;
}
.flatpickr-input[readonly] {
    cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
body {
    background-color: #f0f4f8;
    font-family: "Arial", sans-serif;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.date-container-kalender {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 0.1);
    max-width: 350px;
    margin: 40px auto;
}
.week-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px auto;
    background-color: #fecc02;
    border-radius: 50%;
    color: #006aa7;
    font-size: 48px;
    font-weight: 700;
}
.week-circle:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 30px rgb(0 0 0 / 0.2);
}
#current-week-text {
    font-size: 20px;
    font-weight: 600;
    color: #555;
    margin-bottom: 15px;
}
#current-date {
    font-size: 18px;
    font-weight: 500;
    color: #333;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
    min-width: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
a {
    background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bold;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
:root {
    --global-gray-400: #cbd5e0;
    --global-gray-500: #a0aec0;
    --global-xs-spacing: 1em;
    --global-sm-spacing: 1.5rem;
    --global-md-spacing: 2rem;
    --global-lg-spacing: 2.5em;
    --global-xl-spacing: 3.5em;
    --global-xxl-spacing: 5rem;
    --global-edge-spacing: 1.5rem;
    --global-boxed-spacing: 2rem;
    --global-font-size-small: clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem);
    --global-font-size-medium: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);
    --global-font-size-large: clamp(1.75rem, 1.576rem + 0.543vw, 2rem);
    --global-font-size-larger: clamp(2rem, 1.6rem + 1vw, 2.5rem);
    --global-font-size-xxlarge: clamp(2.25rem, 1.728rem + 1.63vw, 3rem);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote,
q {
    quotes: "â€œ" "â€";
}
blockquote {
    padding-left: 1em;
    border-left: 4px solid var(--global-palette4);
}
.entry-content blockquote {
    margin: 0 0 var(--global-md-spacing);
}
blockquote cite,
blockquote .wp-block-pullquote__citation {
    color: var(--global-palette5);
    font-size: 13px;
    margin-top: 1em;
    position: relative;
    font-style: normal;
    display: block;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: var(--global-palette7);
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 0.9375rem;
    line-height: 1.6;
    max-width: 100%;
    overflow: auto;
    padding: 1.5em;
    white-space: pre-wrap;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 0.8rem;
}
abbr,
acronym {
    border-bottom: 1px dotted var(--global-palette4);
    cursor: help;
}
mark,
ins {
    text-decoration: none;
}
big {
    font-size: 125%;
}
html {
    box-sizing: border-box;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
hr {
    height: 0;
    border: 0;
    border-bottom: 2px solid var(--global-gray-400);
}
ul,
ol {
    margin: 0 0 1.5em 1.5em;
    padding: 0;
}
ul.aligncenter,
ol.aligncenter {
    list-style: none;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    display: block;
    height: auto;
    max-width: 100%;
}
figure {
    margin: 0.5em 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
a {
    color: var(--global-palette-highlight);
    text-underline-offset: 0.1em;
    transition: all 0.1s linear;
}
a:hover,
a:focus,
a:active {
    color: var(--global-palette-highlight-alt);
    text-underline-offset: 0.25em;
}
a:hover,
a:active {
    outline: 0;
}
.inner-link-style-plain a:not(.button),
.widget-area.inner-link-style-plain a:not(.button) {
    text-decoration: none;
}
.inner-link-style-normal a:not(.button),
.widget-area.inner-link-style-normal a:not(.button) {
    text-decoration: underline;
}
.link-style-no-underline .entry-content p > a,
.link-style-no-underline .entry-content strong > a,
.link-style-no-underline .entry-content em > a,
.link-style-no-underline .entry-content > ul a,
.link-style-no-underline .entry-content a {
    text-decoration: none;
}
.link-style-no-underline .entry-content p > a:hover,
.link-style-no-underline .entry-content strong > a:hover,
.link-style-no-underline .entry-content em > a:hover,
.link-style-no-underline .entry-content > ul a:hover,
.link-style-no-underline .entry-content a:hover {
    text-decoration: none;
}
.link-style-color-underline .entry-content p a,
.link-style-color-underline .entry-content strong > a,
.link-style-color-underline .entry-content em > a,
.link-style-color-underline .entry-content > ul a,
.link-style-color-underline .entry-content > ol a,
.link-style-color-underline .entry-content .wp-block-group ul a,
.link-style-color-underline .entry-content .wp-block-group ol a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: var(--global-palette-highlight);
}
.link-style-color-underline .entry-content p a:hover,
.link-style-color-underline .entry-content strong > a:hover,
.link-style-color-underline .entry-content em > a:hover,
.link-style-color-underline .entry-content > ul a:hover,
.link-style-color-underline .entry-content > ol a:hover,
.link-style-color-underline .entry-content .wp-block-group ul a:hover,
.link-style-color-underline .entry-content .wp-block-group ol a:hover {
    text-decoration-color: var(--global-palette-highlight-alt);
}
.link-style-hover-background .entry-content p a,
.link-style-hover-background .entry-content strong > a,
.link-style-hover-background .entry-content em > a,
.link-style-hover-background .entry-content > ul a,
.link-style-hover-background .entry-content > ol a,
.link-style-hover-background .entry-content .wp-block-group ul a,
.link-style-hover-background .entry-content .wp-block-group ol a {
    color: var(--global-palette-highlight);
    text-decoration: none;
    background-image: linear-gradient(var(--global-palette-highlight), var(--global-palette-highlight));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
}
.link-style-hover-background .entry-content p a:hover,
.link-style-hover-background .entry-content strong > a:hover,
.link-style-hover-background .entry-content em > a:hover,
.link-style-hover-background .entry-content > ul a:hover,
.link-style-hover-background .entry-content > ol a:hover,
.link-style-hover-background .entry-content .wp-block-group ul a:hover,
.link-style-hover-background .entry-content .wp-block-group ol a:hover {
    color: var(--global-palette-highlight-alt2);
    text-decoration: none;
    background-size: 100% 100%;
}
.link-style-offset-background .entry-content p a,
.link-style-offset-background .entry-content strong > a,
.link-style-offset-background .entry-content em > a,
.link-style-offset-background .entry-content > ul a,
.link-style-offset-background .entry-content > ol a,
.link-style-offset-background .entry-content .wp-block-group ul a,
.link-style-offset-background .entry-content .wp-block-group ol a {
    color: inherit;
    text-decoration: none;
    background-image: linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight));
    background-repeat: no-repeat;
    background-position: 4px bottom;
    background-size: 100% 10px;
}
.link-style-offset-background .entry-content p a:hover,
.link-style-offset-background .entry-content strong > a:hover,
.link-style-offset-background .entry-content em > a:hover,
.link-style-offset-background .entry-content > ul a:hover,
.link-style-offset-background .entry-content > ol a:hover,
.link-style-offset-background .entry-content .wp-block-group ul a:hover,
.link-style-offset-background .entry-content .wp-block-group ol a:hover {
    color: inherit;
    text-decoration: none;
    background-image: linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight-alt));
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
:where(html:not(.no-js)) .hide-focus-outline *:focus {
    outline: 0;
}
#primary[tabindex="-1"]:focus {
    outline: 0;
}
textarea {
    width: 100%;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    -webkit-appearance: none;
    color: var(--global-palette5);
    border: 1px solid var(--global-gray-400);
    border-radius: 3px;
    padding: 0.4em 0.5em;
    max-width: 100%;
    background: var(--global-palette9);
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
    color: var(--global-palette6);
}
::-moz-placeholder {
    color: var(--global-palette6);
    opacity: 1;
}
:-ms-input-placeholder {
    color: var(--global-palette6);
}
:-moz-placeholder {
    color: var(--global-palette6);
}
::placeholder {
    color: var(--global-palette6);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: var(--global-palette3);
    border-color: var(--global-palette6);
    outline: 0;
    box-shadow: 0px 5px 15px -7px rgba(0, 0, 0, 0.1);
}
select {
    border: 1px solid var(--global-gray-400);
    background-size: 16px 100%;
    padding: 0.2em 35px 0.2em 0.5em;
    background: var(--global-palette9)
        url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==)
        no-repeat 98% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: 0;
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
}
select::-ms-expand {
    display: none;
}
select:focus {
    color: var(--global-palette3);
    border-color: var(--global-palette6);
    background-color: var(--global-palette9);
    box-shadow: 0px 5px 15px -7px rgba(0, 0, 0, 0.1);
    outline: 0;
}
select:focus option {
    color: #333;
}
.elementor-select-wrapper select {
    background-image: none;
}
.search-form {
    position: relative;
}
.search-form input[type="search"],
.search-form input.search-field {
    padding-right: 60px;
    width: 100%;
}
.search-form .search-submit[type="submit"] {
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    z-index: 2;
    width: 50px;
    border: 0;
    padding: 8px 12px 7px;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}
.search-form .search-submit[type="submit"]:hover,
.search-form .search-submit[type="submit"]:focus {
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
}
.search-form .kadence-search-icon-wrap {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    padding: 0;
    text-align: center;
    background: 0 0;
    z-index: 3;
    cursor: pointer;
    pointer-events: none;
    color: var(--global-palette6);
    text-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-form .search-submit[type="submit"]:hover ~ .kadence-search-icon-wrap {
    color: var(--global-palette4);
}
body.rtl .search-form .button[type="submit"],
body.rtl .search-form .kadence-search-icon-wrap {
    left: 0;
    right: auto;
}
body.rtl .search-form input[type="search"],
body.rtl .search-form input.search-field {
    padding-right: 0.5em;
    padding-left: 60px;
}
fieldset {
    padding: 0.625em 1.425em 0.625em;
    border: 1px solid var(--global-gray-500);
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.affwp-form fieldset {
    padding: 0;
}
legend {
    font-weight: bold;
}
button,
.button,
.wp-block-button__link,
.wp-element-button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-radius: 3px;
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn);
    padding: 0.4em 1em;
    border: 0;
    font-size: 1.125rem;
    line-height: 1.6;
    display: inline-block;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
}
button:visited,
.button:visited,
.wp-block-button__link:visited,
.wp-element-button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn);
}
button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
.wp-element-button:hover,
.wp-element-button:focus,
.wp-element-button:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
    color: var(--global-palette-btn-hover);
    background: var(--global-palette-btn-bg-hover);
    box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.1);
}
button:disabled,
button.disabled,
.button:disabled,
.button.disabled,
.wp-block-button__link:disabled,
.wp-block-button__link.disabled,
.wp-element-button:disabled,
.wp-element-button.disabled,
input[type="button"]:disabled,
input[type="button"].disabled,
input[type="reset"]:disabled,
input[type="reset"].disabled,
input[type="submit"]:disabled,
input[type="submit"].disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.elementor-button-wrapper .elementor-button {
    background-color: var(--global-palette-btn-bg);
    color: var(--global-palette-btn);
}
.elementor-button-wrapper .elementor-button:hover,
.elementor-button-wrapper .elementor-button:focus,
.elementor-button-wrapper .elementor-button:active {
    color: var(--global-palette-btn-hover);
    background-color: var(--global-palette-btn-bg-hover);
    box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.1);
}
.button.button-size-small {
    font-size: 80%;
    padding: 0.3em 0.7em;
}
.button.button-size-large {
    font-size: 110%;
    padding: 0.6em 1.2em;
}
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-element-button {
    padding: 0.4em 1em;
}
.button.button-style-outline,
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-element-button {
    border: 2px solid currentColor;
}
.button.button-style-outline:hover,
.button.button-style-outline:focus,
.button.button-style-outline:active,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:active,
.wp-block-button.is-style-outline .wp-element-button:hover,
.wp-block-button.is-style-outline .wp-element-button:focus,
.wp-block-button.is-style-outline .wp-element-button:active {
    border: 2px solid currentColor;
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),
.wp-block-button.is-style-outline .wp-element-button:not(.has-background),
.button.button-style-outline:not(.has-background) {
    background: rgba(0, 0, 0, 0);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active,
.wp-block-button.is-style-outline .wp-element-button:not(.has-background):hover,
.wp-block-button.is-style-outline .wp-element-button:not(.has-background):focus,
.wp-block-button.is-style-outline .wp-element-button:not(.has-background):active,
.button.button-style-outline:not(.has-background):hover,
.button.button-style-outline:not(.has-background):focus,
.button.button-style-outline:not(.has-background):active {
    background: rgba(0, 0, 0, 0);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color),
.button.button-style-outline:not(.has-text-color) {
    color: var(--global-palette-btn-bg);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active,
.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):hover,
.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):focus,
.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):active,
.button.button-style-outline:not(.has-text-color):hover,
.button.button-style-outline:not(.has-text-color):focus,
.button.button-style-outline:not(.has-text-color):active {
    color: var(--global-palette-btn-bg-hover);
}
.kadence-svg-iconset {
    display: inline-flex;
    align-self: center;
}
.kadence-svg-iconset svg {
    height: 1em;
    width: 1em;
}
.kadence-svg-iconset.svg-baseline svg {
    top: 0.125em;
    position: relative;
}
body.social-brand-colors .social-show-brand-until .social-button:not(:hover):not(.skip):not(.ignore),
body.social-brand-colors .social-show-brand-hover .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover,
body.social-brand-colors .social-show-brand-always .social-button:not(.ignore-brand):not(.skip):not(.ignore) {
    color: #fff;
}
body.social-brand-colors
    .social-show-brand-until.social-style-outline
    .social-button:not(:hover):not(.skip):not(.ignore),
body.social-brand-colors
    .social-show-brand-hover.social-style-outline
    .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover,
body.social-brand-colors
    .social-show-brand-always.social-style-outline
    .social-button:not(.ignore-brand):not(.skip):not(.ignore) {
    border-color: currentColor;
}
:root .has-theme-palette-1-background-color,
:root .has-theme-palette1-background-color {
    background-color: var(--global-palette1);
}
:root .has-theme-palette-1-color,
:root .has-theme-palette1-color {
    color: var(--global-palette1);
}
:root .has-theme-palette-2-background-color,
:root .has-theme-palette2-background-color {
    background-color: var(--global-palette2);
}
:root .has-theme-palette-2-color,
:root .has-theme-palette2-color {
    color: var(--global-palette2);
}
:root .has-theme-palette-3-background-color,
:root .has-theme-palette3-background-color {
    background-color: var(--global-palette3);
}
:root .has-theme-palette-3-color,
:root .has-theme-palette3-color {
    color: var(--global-palette3);
}
:root .has-theme-palette-4-background-color,
:root .has-theme-palette4-background-color {
    background-color: var(--global-palette4);
}
:root .has-theme-palette-4-color,
:root .has-theme-palette4-color {
    color: var(--global-palette4);
}
:root .has-theme-palette-5-background-color,
:root .has-theme-palette5-background-color {
    background-color: var(--global-palette5);
}
:root .has-theme-palette-5-color,
:root .has-theme-palette5-color {
    color: var(--global-palette5);
}
:root .has-theme-palette-6-background-color,
:root .has-theme-palette6-background-color {
    background-color: var(--global-palette6);
}
:root .has-theme-palette-6-color,
:root .has-theme-palette6-color {
    color: var(--global-palette6);
}
:root .has-theme-palette-7-background-color,
:root .has-theme-palette7-background-color {
    background-color: var(--global-palette7);
}
:root .has-theme-palette-7-color,
:root .has-theme-palette7-color {
    color: var(--global-palette7);
}
:root .has-theme-palette-8-background-color,
:root .has-theme-palette8-background-color {
    background-color: var(--global-palette8);
}
:root .has-theme-palette-8-color,
:root .has-theme-palette8-color {
    color: var(--global-palette8);
}
:root .has-theme-palette-9-background-color,
:root .has-theme-palette9-background-color {
    background-color: var(--global-palette9);
}
:root .has-theme-palette-9-color,
:root .has-theme-palette9-color {
    color: var(--global-palette9);
}
.kt-clear {
    *zoom: 1;
}
.kt-clear::before,
.kt-clear::after {
    content: " ";
    display: table;
}
.kt-clear::after {
    clear: both;
}
#wpadminbar {
    position: fixed !important;
}
.content-area {
    margin: var(--global-xxl-spacing) 0;
}
.entry-content {
    word-break: break-word;
}
.entry-content table {
    word-break: normal;
}
.body {
    overflow-x: hidden;
}
.scroll a *,
a.scroll * {
    pointer-events: none;
}
.content-width-fullwidth .content-container-kalender.site-container-kalender {
    max-width: none;
    padding: 0;
}
.content-width-fullwidth .content-area,
.content-vertical-padding-hide .content-area {
    margin-top: 0;
    margin-bottom: 0;
}
.content-vertical-padding-top .content-area {
    margin-bottom: 0;
}
.content-vertical-padding-bottom .content-area {
    margin-top: 0;
}
.site-container-kalender,
.site-header-row-layout-contained,
.site-footer-row-layout-contained,
.entry-hero-layout-contained,
.alignfull > .wp-block-cover__inner-container-kalender,
.alignwide > .wp-block-cover__inner-container-kalender {
    margin: 0 auto;
    padding: 0 var(--global-content-edge-padding);
}
.kt-row-layout-inner > .kb-theme-content-width,
.kt-row-layout-inner.kt-row-has-bg > .kb-theme-content-width {
    padding-left: var(--global-content-edge-padding);
    padding-right: var(--global-content-edge-padding);
}
.content-bg {
    background: #fff;
}
.content-style-unboxed .entry:not(.loop-entry) > .entry-content-wrap {
    padding: 0;
}
.content-style-unboxed .content-bg:not(.loop-entry) {
    background: rgba(0, 0, 0, 0);
}
.content-style-unboxed .entry:not(.loop-entry) {
    box-shadow: none;
    border-radius: 0;
}
@media screen and (min-width: 1025px) {
    .has-sidebar .content-container-kalender {
        display: grid;
        grid-template-columns: 5fr 2fr;
        grid-gap: var(--global-xl-spacing);
        justify-content: center;
    }
    #secondary {
        grid-column: 2;
        grid-row: 1;
        min-width: 0;
    }
    .has-left-sidebar .content-container-kalender {
        grid-template-columns: 2fr 5fr;
    }
    .has-left-sidebar #main {
        grid-column: 2;
        grid-row: 1;
    }
    .has-left-sidebar #secondary {
        grid-column: 1;
        grid-row: 1;
    }
    .has-sidebar .wp-site-blocks .content-container-kalender .alignwide,
    .has-sidebar .wp-site-blocks .content-container-kalender .alignfull {
        width: unset;
        max-width: unset;
        margin-left: 0;
        margin-right: 0;
    }
    .has-sidebar .content-container-kalender .kadence-thumbnail-position-behind.alignwide {
        margin-left: -10px;
        margin-right: -10px;
    }
}
#kt-scroll-up-reader,
#kt-scroll-up {
    position: fixed;
    transform: translateY(40px);
    transition: all 0.2s ease;
    opacity: 0;
    z-index: 1000;
    display: flex;
    cursor: pointer;
}
#kt-scroll-up-reader *,
#kt-scroll-up * {
    pointer-events: none;
}
#kt-scroll-up-reader.scroll-up-style-outline,
#kt-scroll-up.scroll-up-style-outline {
    background: rgba(0, 0, 0, 0);
}
.scroll-up-style-filled {
    color: var(--global-palette9);
    background: var(--global-palette4);
}
.scroll-up-style-filled:hover {
    color: var(--global-palette9);
}
.scroll-up-style-outline,
.scroll-up-wrap.scroll-up-style-outline {
    border-width: 2px;
    border-style: solid;
    border-color: currentColor;
    color: var(--global-palette4);
}
.scroll-up-style-outline:hover {
    color: var(--global-palette5);
}
#kt-scroll-up.scroll-visible {
    transform: translateY(0px);
    opacity: 1;
}
#kt-scroll-up-reader {
    transform: translateY(0px);
    transition: all 0s ease;
}
#kt-scroll-up-reader:not(:focus) {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}
#kt-scroll-up-reader:focus {
    transform: translateY(0px);
    opacity: 1;
    box-shadow: none;
    z-index: 1001;
}
@media screen and (max-width: 719px) {
    .vs-sm-false {
        display: none !important;
    }
}
@media screen and (min-width: 720px) and (max-width: 1024px) {
    .vs-md-false {
        display: none !important;
    }
}
@media screen and (min-width: 1025px) {
    .vs-lg-false {
        display: none !important;
    }
}
body.logged-in .vs-logged-in-false {
    display: none !important;
}
body:not(.logged-in) .vs-logged-out-false {
    display: none !important;
}
.infinite-scroll .posts-navigation,
.infinite-scroll .pagination,
.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
#wrapper {
    overflow: hidden;
    overflow: clip;
}
.kadence-scrollbar-fixer {
    margin-right: var(--scrollbar-offset, unset);
}
.kadence-scrollbar-fixer .item-is-fixed {
    right: var(--scrollbar-offset, 0);
}
.alignleft {
    float: left;
    margin-right: var(--global-md-spacing);
}
.alignright {
    float: right;
    margin-left: var(--global-md-spacing);
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
body.footer-on-bottom #wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
body.footer-on-bottom.admin-bar #wrapper {
    min-height: calc(100vh - 32px);
}
body.footer-on-bottom #inner-wrap {
    flex: 1 0 auto;
}
.kadence-pro-fixed-item > .kadence-element-wrap > p:first-child:last-child,
.kadence-pro-fixed-item > p:first-child:last-child {
    margin: 0;
}
:root {
    --global-palette1: #2b6cb0;
    --global-palette2: #215387;
    --global-palette3: #1a202c;
    --global-palette4: #2d3748;
    --global-palette5: #4a5568;
    --global-palette6: #718096;
    --global-palette7: #edf2f7;
    --global-palette8: #f7fafc;
    --global-palette9: #ffffff;
    --global-palette9rgb: 255, 255, 255;
    --global-palette-highlight: var(--global-palette1);
    --global-palette-highlight-alt: var(--global-palette2);
    --global-palette-highlight-alt2: var(--global-palette9);
    --global-palette-btn-bg: var(--global-palette1);
    --global-palette-btn-bg-hover: var(--global-palette2);
    --global-palette-btn: var(--global-palette9);
    --global-palette-btn-hover: var(--global-palette9);
    --global-body-font-family: Poppins, sans-serif;
    --global-heading-font-family: inherit;
    --global-primary-nav-font-family: inherit;
    --global-fallback-font: sans-serif;
    --global-display-fallback-font: sans-serif;
    --global-content-width: 1290px;
    --global-content-wide-width: calc(1290px + 230px);
    --global-content-narrow-width: 842px;
    --global-content-edge-padding: 1.5rem;
    --global-content-boxed-padding: 2rem;
    --global-calc-content-width: calc(1290px - var(--global-content-edge-padding) - var(--global-content-edge-padding));
    --wp--style--global--content-size: var(--global-calc-content-width);
}
.wp-site-blocks {
    --global-vw: calc(100vw - (0.5 * var(--scrollbar-offset)));
}
body {
    background: var(--global-palette7);
}
body,
input,
select,
optgroup,
textarea {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;
    font-family: var(--global-body-font-family);
    color: var(--global-palette4);
}
.content-bg,
body.content-style-unboxed .site {
    background: var(--global-palette7);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--global-heading-font-family);
}
h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    color: var(--global-palette3);
}
h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
    color: var(--global-palette3);
}
h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    color: var(--global-palette3);
}
h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    color: var(--global-palette4);
}
h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: var(--global-palette4);
}
h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: var(--global-palette5);
}
.entry-hero .kadence-breadcrumbs {
    max-width: 1290px;
}
.site-container-kalender,
.site-header-row-layout-contained,
.site-footer-row-layout-contained,
.entry-hero-layout-contained,
.comments-area,
.alignfull > .wp-block-cover__inner-container-kalender,
.alignwide > .wp-block-cover__inner-container-kalender {
    max-width: var(--global-content-width);
}
.content-width-narrow .content-container-kalender.site-container-kalender,
.content-width-narrow .hero-container-kalender.site-container-kalender {
    max-width: var(--global-content-narrow-width);
}
@media all and (min-width: 1520px) {
    .wp-site-blocks .content-container-kalender .alignwide {
        margin-left: -115px;
        margin-right: -115px;
        width: unset;
        max-width: unset;
    }
}
@media all and (min-width: 1102px) {
    .content-width-narrow .wp-site-blocks .content-container-kalender .alignwide {
        margin-left: -130px;
        margin-right: -130px;
        width: unset;
        max-width: unset;
    }
}
.content-style-boxed .wp-site-blocks .entry-content .alignwide {
    margin-left: calc(-1 * var(--global-content-boxed-padding));
    margin-right: calc(-1 * var(--global-content-boxed-padding));
}
.content-area {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
@media all and (max-width: 1024px) {
    .content-area {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}
@media all and (max-width: 767px) {
    .content-area {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}
@media all and (max-width: 1024px) {
    :root {
        --global-content-boxed-padding: 2rem;
    }
}
@media all and (max-width: 767px) {
    :root {
        --global-content-boxed-padding: 1.5rem;
    }
}
.entry-content-wrap {
    padding: 2rem;
}
@media all and (max-width: 1024px) {
    .entry-content-wrap {
        padding: 2rem;
    }
}
@media all and (max-width: 767px) {
    .entry-content-wrap {
        padding: 1.5rem;
    }
}
.entry.single-entry {
    box-shadow: 0 15px 15px -10px rgb(0 0 0 / 0.05);
}
.entry.loop-entry {
    box-shadow: 0 15px 15px -10px rgb(0 0 0 / 0.05);
}
.loop-entry .entry-content-wrap {
    padding: 2rem;
}
@media all and (max-width: 1024px) {
    .loop-entry .entry-content-wrap {
        padding: 2rem;
    }
}
@media all and (max-width: 767px) {
    .loop-entry .entry-content-wrap {
        padding: 1.5rem;
    }
}
button,
.button,
.wp-block-button__link,
input[type="button"],
input[type="reset"],
input[type="submit"],
.fl-button,
.elementor-button-wrapper .elementor-button,
.wc-block-components-checkout-place-order-button,
.wc-block-cart__submit {
    box-shadow: 0 0 0 -7px #fff0;
}
button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
.elementor-button-wrapper .elementor-button:hover,
.elementor-button-wrapper .elementor-button:focus,
.elementor-button-wrapper .elementor-button:active,
.wc-block-cart__submit:hover {
    box-shadow: 0 15px 25px -7px rgb(0 0 0 / 0.1);
}
.kb-button.kb-btn-global-outline.kb-btn-global-inherit {
    padding-top: calc(px - 2px);
    padding-right: calc(px - 2px);
    padding-bottom: calc(px - 2px);
    padding-left: calc(px - 2px);
}
@media all and (min-width: 1025px) {
    .transparent-header .entry-hero .entry-hero-container-kalender-inner {
        padding-top: 77px;
    }
}
@media all and (max-width: 1024px) {
    .mobile-transparent-header .entry-hero .entry-hero-container-kalender-inner {
        padding-top: 77px;
    }
}
@media all and (max-width: 767px) {
    .mobile-transparent-header .entry-hero .entry-hero-container-kalender-inner {
        padding-top: 77px;
    }
}
#kt-scroll-up-reader,
#kt-scroll-up {
    border: 3px solid currentColor;
    border-radius: 24px 24px 24px 24px;
    background: #a73000;
    border-color: #ffabab;
    bottom: 51px;
    font-size: 1.19em;
    padding: 0.48em 0.48em 0.48em 0.48em;
}
#kt-scroll-up-reader.scroll-up-side-right,
#kt-scroll-up.scroll-up-side-right {
    right: 16px;
}
#kt-scroll-up-reader.scroll-up-side-left,
#kt-scroll-up.scroll-up-side-left {
    left: 16px;
}
body.page .content-bg,
body.content-style-unboxed.page .site {
    background: var(--global-palette7);
}
.entry-hero.page-hero-section .entry-header {
    min-height: 200px;
}
body.social-brand-colors
    .social-show-brand-hover
    .social-link-facebook:not(.ignore-brand):not(.skip):not(.ignore):hover,
body.social-brand-colors .social-show-brand-until .social-link-facebook:not(:hover):not(.skip):not(.ignore),
body.social-brand-colors .social-show-brand-always .social-link-facebook:not(.ignore-brand):not(.skip):not(.ignore) {
    background: #3b5998;
}
body.social-brand-colors
    .social-show-brand-hover.social-style-outline
    .social-link-facebook:not(.ignore-brand):not(.skip):not(.ignore):hover,
body.social-brand-colors
    .social-show-brand-until.social-style-outline
    .social-link-facebook:not(:hover):not(.skip):not(.ignore),
body.social-brand-colors
    .social-show-brand-always.social-style-outline
    .social-link-facebook:not(.ignore-brand):not(.skip):not(.ignore) {
    color: #3b5998;
}
body.social-brand-colors
    .social-show-brand-hover
    .social-link-linkedin:not(.ignore-brand):not(.skip):not(.ignore):hover,
body.social-brand-colors .social-show-brand-until .social-link-linkedin:not(:hover):not(.skip):not(.ignore),
body.social-brand-colors .social-show-brand-always .social-link-linkedin:not(.ignore-brand):not(.skip):not(.ignore) {
    background: #4875b4;
}
body.social-brand-colors
    .social-show-brand-hover.social-style-outline
    .social-link-linkedin:not(.ignore-brand):not(.skip):not(.ignore):hover,
body.social-brand-colors
    .social-show-brand-until.social-style-outline
    .social-link-linkedin:not(:hover):not(.skip):not(.ignore),
body.social-brand-colors
    .social-show-brand-always.social-style-outline
    .social-link-linkedin:not(.ignore-brand):not(.skip):not(.ignore) {
    color: #4875b4;
}
body.social-brand-colors .social-show-brand-hover .social-link-reddit:not(.ignore-brand):not(.skip):not(.ignore):hover,
body.social-brand-colors .social-show-brand-until .social-link-reddit:not(:hover):not(.skip):not(.ignore),
body.social-brand-colors .social-show-brand-always .social-link-reddit:not(.ignore-brand):not(.skip):not(.ignore) {
    background: #ff4500;
}
body.social-brand-colors
    .social-show-brand-hover.social-style-outline
    .social-link-reddit:not(.ignore-brand):not(.skip):not(.ignore):hover,
body.social-brand-colors
    .social-show-brand-until.social-style-outline
    .social-link-reddit:not(:hover):not(.skip):not(.ignore),
body.social-brand-colors
    .social-show-brand-always.social-style-outline
    .social-link-reddit:not(.ignore-brand):not(.skip):not(.ignore) {
    color: #ff4500;
}
@media all and (max-width: 1024px) {
    .mobile-transparent-header #masthead {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 100;
    }
    .kadence-scrollbar-fixer.mobile-transparent-header #masthead {
        right: var(--scrollbar-offset, 0);
    }
    .mobile-transparent-header #masthead,
    .mobile-transparent-header .site-top-header-wrap .site-header-row-container-kalender-inner,
    .mobile-transparent-header .site-main-header-wrap .site-header-row-container-kalender-inner,
    .mobile-transparent-header .site-bottom-header-wrap .site-header-row-container-kalender-inner {
        background: #fff0;
    }
    .site-header-row-tablet-layout-fullwidth,
    .site-header-row-tablet-layout-standard {
        padding: 0;
    }
}
@media all and (min-width: 1025px) {
    .transparent-header #masthead {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 100;
    }
    .transparent-header.kadence-scrollbar-fixer #masthead {
        right: var(--scrollbar-offset, 0);
    }
    .transparent-header #masthead,
    .transparent-header .site-top-header-wrap .site-header-row-container-kalender-inner,
    .transparent-header .site-main-header-wrap .site-header-row-container-kalender-inner,
    .transparent-header .site-bottom-header-wrap .site-header-row-container-kalender-inner {
        background: #fff0;
    }
}
.site-branding a.brand img {
    max-width: 200px;
}
.site-branding a.brand img.svg-logo-image {
    width: 200px;
}
@media all and (max-width: 1024px) {
    .site-branding a.brand img {
        max-width: 175px;
    }
    .site-branding a.brand img.svg-logo-image {
        width: 175px;
    }
}
@media all and (max-width: 767px) {
    .site-branding a.brand img {
        max-width: 148px;
    }
    .site-branding a.brand img.svg-logo-image {
        width: 148px;
    }
}
.site-branding {
    padding: 0 0 0 0;
}
@media all and (max-width: 1024px) {
    .site-branding {
        padding: 1px 85px 0 0;
    }
}
@media all and (max-width: 767px) {
    .site-branding {
        padding: 0 50px 0 0;
    }
}
#masthead,
#masthead
    .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container-kalender):not(
        .site-main-header-wrap
    ),
#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-kalender-inner {
    background: #fff;
}
.site-main-header-wrap .site-header-row-container-kalender-inner {
    background: #ae1615;
    border-bottom: 0 none #fff0;
}
.site-main-header-inner-wrap {
    min-height: 77px;
}
.site-main-header-wrap .site-header-row-container-kalender-inner > .site-container-kalender {
    padding: 0 0 0 64px;
}
.header-navigation[class*="header-navigation-style-underline"]
    .header-menu-container-kalender.primary-menu-container-kalender
    > ul
    > li
    > a:after {
    width: calc(100% - 1.11em);
}
.main-navigation .primary-menu-container-kalender > ul > li.menu-item > a {
    padding-left: calc(1.11em / 2);
    padding-right: calc(1.11em / 2);
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    color: var(--global-palette9);
}
.main-navigation .primary-menu-container-kalender > ul > li.menu-item .dropdown-nav-special-toggle {
    right: calc(1.11em / 2);
}
.main-navigation .primary-menu-container-kalender > ul li.menu-item > a {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.401;
    letter-spacing: -0.006em;
}
.main-navigation .primary-menu-container-kalender > ul > li.menu-item > a:hover {
    color: #fae3e3;
}
.main-navigation .primary-menu-container-kalender > ul > li.menu-item.current-menu-item > a {
    color: var(--global-palette8);
}
.header-navigation .header-menu-container-kalender ul ul.sub-menu,
.header-navigation .header-menu-container-kalender ul ul.submenu {
    background: var(--global-palette7);
    box-shadow: 0 2px 13px 0 rgb(0 0 0 / 0.1);
}
.header-navigation .header-menu-container-kalender ul ul li.menu-item,
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-enabled > ul > li.menu-item > a {
    border-bottom: 1px none rgb(255 255 255 / 0.1);
}
.header-navigation .header-menu-container-kalender ul ul li.menu-item > a {
    width: 188px;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    color: var(--global-palette3);
    font-style: normal;
    font-size: 15px;
}
.header-navigation .header-menu-container-kalender ul ul li.menu-item > a:hover {
    color: var(--global-palette9);
    background: #ae1615;
}
.header-navigation .header-menu-container-kalender ul ul li.menu-item.current-menu-item > a {
    color: var(--global-palette9);
    background: #ae1615;
}
.mobile-toggle-open-container-kalender .menu-toggle-open,
.mobile-toggle-open-container-kalender .menu-toggle-open:focus {
    color: var(--global-palette9);
    padding: 0.4px 32px 0.4px 0;
    font-size: 14px;
}
.mobile-toggle-open-container-kalender .menu-toggle-open.menu-toggle-style-bordered {
    border: 1px solid currentColor;
}
.mobile-toggle-open-container-kalender .menu-toggle-open .menu-toggle-icon {
    font-size: 31px;
}
.mobile-toggle-open-container-kalender .menu-toggle-open:hover,
.mobile-toggle-open-container-kalender .menu-toggle-open:focus-visible {
    color: #fad400;
}
.mobile-navigation ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0em;
    font-family: Poppins, sans-serif;
}
.mobile-navigation ul li a {
    padding-top: 0.92em;
    padding-bottom: 0.92em;
}
.mobile-navigation ul li > a,
.mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap {
    background: #6d0e0e;
    color: var(--global-palette9);
}
.mobile-navigation ul li > a:hover,
.mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap:hover {
    color: #fae3e3;
}
.mobile-navigation ul li.current-menu-item > a,
.mobile-navigation ul li.current-menu-item.menu-item-has-children > .drawer-nav-drop-wrap {
    color: var(--global-palette9);
}
.mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap,
.mobile-navigation ul li:not(.menu-item-has-children) a {
    border-bottom: 2px solid rgb(255 255 255 / 0.1);
}
.mobile-navigation:not(.drawer-navigation-parent-toggle-true)
    ul
    li.menu-item-has-children
    .drawer-nav-drop-wrap
    button {
    border-left: 2px solid rgb(255 255 255 / 0.1);
}
#mobile-drawer .drawer-inner,
#mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-portion-bg,
#mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.pop-animated.show-drawer .drawer-inner {
    background: #6d0e0e;
}
#mobile-drawer .drawer-header .drawer-toggle {
    padding: 0.6em 0.15em 0.6em 0.15em;
    font-size: 32px;
}
.search-toggle-open-container-kalender .search-toggle-open {
    color: var(--global-palette8);
    padding: 0em 0em 0em 0em;
}
.search-toggle-open-container-kalender .search-toggle-open.search-toggle-style-bordered {
    border: 1px solid currentColor;
}
.search-toggle-open-container-kalender .search-toggle-open .search-toggle-icon {
    font-size: 1.06em;
}
.search-toggle-open-container-kalender .search-toggle-open:hover,
.search-toggle-open-container-kalender .search-toggle-open:focus {
    color: #fae3e3;
}
#search-drawer .drawer-inner {
    background: rgb(9 12 16 / 0.97);
}
#colophon {
    background: #006aa7;
}
.site-middle-footer-wrap .site-footer-row-container-kalender-inner {
    background: #6d0e0e;
    font-style: normal;
    font-size: 17px;
    color: var(--global-palette8);
    border-top: 0 none #fff0;
}
.site-footer .site-middle-footer-wrap a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) {
    color: var(--global-palette9);
}
.site-footer .site-middle-footer-wrap a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)):hover {
    color: #a73000;
}
.site-middle-footer-inner-wrap {
    padding-top: 0;
    padding-bottom: 0;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.site-middle-footer-inner-wrap .widget {
    margin-bottom: 0;
}
.site-middle-footer-inner-wrap .widget-area .widget-title {
    font-style: normal;
    font-size: 21px;
    line-height: 2;
    color: var(--global-palette8);
}
.site-middle-footer-inner-wrap .site-footer-section:not(:last-child):after {
    border-right: 0 solid var(--global-palette9);
    right: calc(-30px / 2);
}
@media all and (max-width: 767px) {
    .site-middle-footer-inner-wrap {
        padding-top: 6px;
    }
}
.site-bottom-footer-wrap .site-footer-row-container-kalender-inner {
    background: #a73000;
}
.site-bottom-footer-inner-wrap {
    min-height: 10px;
    padding-top: 0;
    padding-bottom: 0;
    grid-column-gap: 30px;
}
.site-bottom-footer-inner-wrap .widget {
    margin-bottom: 30px;
}
.site-bottom-footer-inner-wrap .site-footer-section:not(:last-child):after {
    right: calc(-30px / 2);
}
.footer-social-wrap {
    margin: 0 0 10px 0;
}
.footer-social-wrap .footer-social-inner-wrap {
    font-size: 0.98em;
    gap: 0.99em;
}
.site-footer .site-footer-wrap .site-footer-section .footer-social-wrap .footer-social-inner-wrap .social-button {
    border: 4px double currentColor;
    border-radius: 6px;
}
#colophon .footer-html {
    font-style: normal;
    color: var(--global-palette9);
}
#colophon .footer-navigation .footer-menu-container-kalender > ul > li > a {
    padding-left: calc(1.2em / 2);
    padding-right: calc(1.2em / 2);
    padding-top: calc(0.6em / 2);
    padding-bottom: calc(0.6em / 2);
    color: var(--global-palette9);
}
#colophon .footer-navigation .footer-menu-container-kalender > ul li a:hover {
    color: #15ae1f;
}
#colophon .footer-navigation .footer-menu-container-kalender > ul li.current-menu-item > a {
    color: var(--global-palette9);
}
.header-navigation-dropdown-direction-left ul ul.submenu,
.header-navigation-dropdown-direction-left ul ul.sub-menu {
    right: 0;
    left: auto;
}
.rtl .header-navigation-dropdown-direction-right ul ul.submenu,
.rtl .header-navigation-dropdown-direction-right ul ul.sub-menu {
    left: 0;
    right: auto;
}
.header-account-button .nav-drop-title-wrap > .kadence-svg-iconset,
.header-account-button > .kadence-svg-iconset {
    font-size: 1.2em;
}
.site-header-item .header-account-button .nav-drop-title-wrap,
.site-header-item .header-account-wrap > .header-account-button {
    display: flex;
    align-items: center;
}
.header-account-style-icon_label .header-account-label {
    padding-left: 5px;
}
.header-account-style-label_icon .header-account-label {
    padding-right: 5px;
}
.site-header-item .header-account-wrap .header-account-button {
    text-decoration: none;
    box-shadow: none;
    color: inherit;
    background: #fff0;
    padding: 0.6em 0em 0.6em 0em;
}
.header-mobile-account-wrap .header-account-button .nav-drop-title-wrap > .kadence-svg-iconset,
.header-mobile-account-wrap .header-account-button > .kadence-svg-iconset {
    font-size: 1.2em;
}
.header-mobile-account-wrap .header-account-button .nav-drop-title-wrap,
.header-mobile-account-wrap > .header-account-button {
    display: flex;
    align-items: center;
}
.header-mobile-account-wrap.header-account-style-icon_label .header-account-label {
    padding-left: 5px;
}
.header-mobile-account-wrap.header-account-style-label_icon .header-account-label {
    padding-right: 5px;
}
.header-mobile-account-wrap .header-account-button {
    text-decoration: none;
    box-shadow: none;
    color: inherit;
    background: #fff0;
    padding: 0.6em 0em 0.6em 0em;
}
#login-drawer .drawer-inner .drawer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
}
#loginform p label {
    display: block;
}
#login-drawer #loginform {
    width: 100%;
}
#login-drawer #loginform input {
    width: 100%;
}
#login-drawer #loginform input[type="checkbox"] {
    width: auto;
}
#login-drawer .drawer-inner .drawer-header {
    position: relative;
    z-index: 100;
}
#login-drawer .drawer-content_inner.widget_login_form_inner {
    padding: 2em;
    width: 100%;
    max-width: 350px;
    border-radius: 0.25rem;
    background: var(--global-palette9);
    color: var(--global-palette4);
}
#login-drawer .lost_password a {
    color: var(--global-palette6);
}
#login-drawer .lost_password,
#login-drawer .register-field {
    text-align: center;
}
#login-drawer .widget_login_form_inner p {
    margin-top: 1.2em;
    margin-bottom: 0em;
}
#login-drawer .widget_login_form_inner p:first-child {
    margin-top: 0em;
}
#login-drawer .widget_login_form_inner label {
    margin-bottom: 0.5em;
}
#login-drawer hr.register-divider {
    margin: 1.2em 0;
    border-width: 1px;
}
#login-drawer .register-field {
    font-size: 90%;
}
@media all and (min-width: 1025px) {
    #login-drawer hr.register-divider.hide-desktop {
        display: none;
    }
    #login-drawer p.register-field.hide-desktop {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    #login-drawer hr.register-divider.hide-mobile {
        display: none;
    }
    #login-drawer p.register-field.hide-mobile {
        display: none;
    }
}
@media all and (max-width: 767px) {
    #login-drawer hr.register-divider.hide-mobile {
        display: none;
    }
    #login-drawer p.register-field.hide-mobile {
        display: none;
    }
}
.tertiary-navigation .tertiary-menu-container-kalender > ul > li.menu-item > a {
    padding-left: calc(1.2em / 2);
    padding-right: calc(1.2em / 2);
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    color: var(--global-palette5);
}
.tertiary-navigation .tertiary-menu-container-kalender > ul > li.menu-item > a:hover {
    color: var(--global-palette-highlight);
}
.tertiary-navigation .tertiary-menu-container-kalender > ul > li.menu-item.current-menu-item > a {
    color: var(--global-palette3);
}
.header-navigation[class*="header-navigation-style-underline"]
    .header-menu-container-kalender.tertiary-menu-container-kalender
    > ul
    > li
    > a:after {
    width: calc(100% - 1.2em);
}
.quaternary-navigation .quaternary-menu-container-kalender > ul > li.menu-item > a {
    padding-left: calc(1.2em / 2);
    padding-right: calc(1.2em / 2);
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    color: var(--global-palette5);
}
.quaternary-navigation .quaternary-menu-container-kalender > ul > li.menu-item > a:hover {
    color: var(--global-palette-highlight);
}
.quaternary-navigation .quaternary-menu-container-kalender > ul > li.menu-item.current-menu-item > a {
    color: var(--global-palette3);
}
.header-navigation[class*="header-navigation-style-underline"]
    .header-menu-container-kalender.quaternary-menu-container-kalender
    > ul
    > li
    > a:after {
    width: calc(100% - 1.2em);
}
#main-header .header-divider {
    border-right: 1px solid var(--global-palette6);
    height: 50%;
}
#main-header .header-divider2 {
    border-right: 1px solid var(--global-palette6);
    height: 50%;
}
#main-header .header-divider3 {
    border-right: 1px solid var(--global-palette6);
    height: 50%;
}
#mobile-header .header-mobile-divider,
#mobile-drawer .header-mobile-divider {
    border-right: 1px solid var(--global-palette6);
    height: 50%;
}
#mobile-drawer .header-mobile-divider {
    border-top: 1px solid var(--global-palette6);
    width: 50%;
}
#mobile-header .header-mobile-divider2 {
    border-right: 1px solid var(--global-palette6);
    height: 50%;
}
#mobile-drawer .header-mobile-divider2 {
    border-top: 1px solid var(--global-palette6);
    width: 50%;
}
.header-item-search-bar form ::-webkit-input-placeholder {
    color: currentColor;
    opacity: 0.5;
}
.header-item-search-bar form ::placeholder {
    color: currentColor;
    opacity: 0.5;
}
.header-search-bar form {
    max-width: 100%;
    width: 240px;
}
.header-mobile-search-bar form {
    max-width: calc(100vw - var(--global-sm-spacing) - var(--global-sm-spacing));
    width: 240px;
}
.header-widget-lstyle-normal .header-widget-area-inner a:not(.button) {
    text-decoration: underline;
}
.element-contact-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -0.6em;
    margin-left: calc(-0.6em / 2);
    margin-right: calc(-0.6em / 2);
}
.element-contact-inner-wrap .header-contact-item {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0.6em;
    margin-left: calc(0.6em / 2);
    margin-right: calc(0.6em / 2);
}
.element-contact-inner-wrap .header-contact-item .kadence-svg-iconset {
    font-size: 1em;
}
.header-contact-item img {
    display: inline-block;
}
.header-contact-item .contact-label {
    margin-left: 0.3em;
}
.rtl .header-contact-item .contact-label {
    margin-right: 0.3em;
    margin-left: 0;
}
.header-mobile-contact-wrap .element-contact-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -0.6em;
    margin-left: calc(-0.6em / 2);
    margin-right: calc(-0.6em / 2);
}
.header-mobile-contact-wrap .element-contact-inner-wrap .header-contact-item {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0.6em;
    margin-left: calc(0.6em / 2);
    margin-right: calc(0.6em / 2);
}
.header-mobile-contact-wrap .element-contact-inner-wrap .header-contact-item .kadence-svg-iconset {
    font-size: 1em;
}
#main-header .header-button2 {
    box-shadow: 0 0 0 -7px #fff0;
}
#main-header .header-button2:hover {
    box-shadow: 0 15px 25px -7px rgb(0 0 0 / 0.1);
}
.mobile-header-button2-wrap .mobile-header-button-inner-wrap .mobile-header-button2 {
    border: 2px none #fff0;
    box-shadow: 0 0 0 -7px #fff0;
}
.mobile-header-button2-wrap .mobile-header-button-inner-wrap .mobile-header-button2:hover {
    box-shadow: 0 15px 25px -7px rgb(0 0 0 / 0.1);
}
#widget-drawer.popup-drawer-layout-fullwidth .drawer-content .header-widget2,
#widget-drawer.popup-drawer-layout-sidepanel .drawer-inner {
    max-width: 400px;
}
#widget-drawer.popup-drawer-layout-fullwidth .drawer-content .header-widget2 {
    margin: 0 auto;
}
.widget-toggle-open {
    display: flex;
    align-items: center;
    background: #fff0;
    box-shadow: none;
}
.widget-toggle-open:hover,
.widget-toggle-open:focus {
    border-color: currentColor;
    background: #fff0;
    box-shadow: none;
}
.widget-toggle-open .widget-toggle-icon {
    display: flex;
}
.widget-toggle-open .widget-toggle-label {
    padding-right: 5px;
}
.rtl .widget-toggle-open .widget-toggle-label {
    padding-left: 5px;
    padding-right: 0;
}
.widget-toggle-open .widget-toggle-label:empty,
.rtl .widget-toggle-open .widget-toggle-label:empty {
    padding-right: 0;
    padding-left: 0;
}
.widget-toggle-open-container-kalender .widget-toggle-open {
    color: var(--global-palette5);
    padding: 0.4em 0.6em 0.4em 0.6em;
    font-size: 14px;
}
.widget-toggle-open-container-kalender .widget-toggle-open.widget-toggle-style-bordered {
    border: 1px solid currentColor;
}
.widget-toggle-open-container-kalender .widget-toggle-open .widget-toggle-icon {
    font-size: 20px;
}
.widget-toggle-open-container-kalender .widget-toggle-open:hover,
.widget-toggle-open-container-kalender .widget-toggle-open:focus {
    color: var(--global-palette-highlight);
}
#widget-drawer .header-widget-2style-normal a:not(.button) {
    text-decoration: underline;
}
#widget-drawer .header-widget-2style-plain a:not(.button) {
    text-decoration: none;
}
#widget-drawer .header-widget2 .widget-title {
    color: var(--global-palette9);
}
#widget-drawer .header-widget2 {
    color: var(--global-palette8);
}
#widget-drawer .header-widget2 a:not(.button),
#widget-drawer .header-widget2 .drawer-sub-toggle {
    color: var(--global-palette8);
}
#widget-drawer .header-widget2 a:not(.button):hover,
#widget-drawer .header-widget2 .drawer-sub-toggle:hover {
    color: var(--global-palette9);
}
#mobile-secondary-site-navigation ul li {
    font-size: 14px;
}
#mobile-secondary-site-navigation ul li a {
    padding-top: 1em;
    padding-bottom: 1em;
}
#mobile-secondary-site-navigation ul li > a,
#mobile-secondary-site-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap {
    color: var(--global-palette8);
}
#mobile-secondary-site-navigation ul li.current-menu-item > a,
#mobile-secondary-site-navigation ul li.current-menu-item.menu-item-has-children > .drawer-nav-drop-wrap {
    color: var(--global-palette-highlight);
}
#mobile-secondary-site-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap,
#mobile-secondary-site-navigation ul li:not(.menu-item-has-children) a {
    border-bottom: 1px solid rgb(255 255 255 / 0.1);
}
#mobile-secondary-site-navigation:not(.drawer-navigation-parent-toggle-true)
    ul
    li.menu-item-has-children
    .drawer-nav-drop-wrap
    button {
    border-left: 1px solid rgb(255 255 255 / 0.1);
}
.site-branding {
    max-height: inherit;
}
.site-branding a.brand {
    display: flex;
    gap: 1em;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    color: inherit;
    max-height: inherit;
}
.site-branding a.brand img {
    display: block;
}
.site-branding .site-title {
    margin: 0;
}
.site-branding .site-description {
    margin: 0.4375em 0 0;
    word-wrap: break-word;
}
.site-branding.branding-layout-standard-reverse a.brand {
    flex-direction: row-reverse;
}
.site-branding.branding-layout-vertical.site-title-top a.brand .site-title-wrap {
    order: -1;
}
.site-branding.branding-layout-vertical.site-title-top a.brand .site-description {
    margin: 0;
}
.site-branding.branding-layout-vertical a.brand {
    flex-direction: column;
}
.site-branding.branding-layout-vertical-reverse a.brand {
    flex-direction: column-reverse;
}
.site-header-section-center .site-branding.branding-layout-vertical a.brand,
.site-header-section-center .site-branding.branding-layout-vertical-reverse a.brand {
    text-align: center;
}
.site-header-section-center .site-branding.branding-layout-vertical a.brand img,
.site-header-section-center .site-branding.branding-layout-vertical-reverse a.brand img {
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1024px) {
    .site-branding.branding-tablet-layout-standard-reverse a.brand {
        flex-direction: row-reverse;
    }
    .site-branding.branding-tablet-layout-vertical.site-title-top a.brand .site-title-wrap {
        order: -1;
    }
    .site-branding.branding-tablet-layout-vertical a.brand {
        flex-direction: column;
    }
    .site-branding.branding-tablet-layout-vertical-reverse a.brand {
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 719px) {
    .site-branding.branding-mobile-layout-standard:not(.site-brand-logo-only) a.brand {
        flex-direction: row;
    }
    .site-branding.branding-mobile-layout-standard-reverse a.brand {
        flex-direction: row-reverse;
    }
    .site-branding.branding-mobile-layout-vertical.site-title-top a.brand .site-title-wrap {
        order: -1;
    }
    .site-branding.branding-mobile-layout-vertical a.brand {
        flex-direction: column;
    }
    .site-branding.branding-mobile-layout-vertical-reverse a.brand {
        flex-direction: column-reverse;
    }
}
.site-header-row-center-column .brand:not(.has-logo-image) .site-title-wrap {
    text-align: center;
}
.logo-icon {
    display: flex;
}
.logo-icon .kadence-svg-iconset svg {
    width: 100%;
    height: auto;
}
.header-navigation ul ul.sub-menu,
.header-navigation ul ul.submenu {
    display: none;
    position: absolute;
    top: 100%;
    flex-direction: column;
    background: #fff;
    margin-left: 0;
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
.header-navigation ul ul.quadmenu-row {
    flex-direction: row;
}
body:not(.hide-focus-outline) .header-navigation li.menu-item--has-toggle > a:focus .dropdown-nav-toggle {
    opacity: 0.2;
}
.header-navigation ul ul.sub-menu > li:last-child,
.header-navigation ul ul.submenu > li:last-child {
    border-bottom: 0;
}
.header-navigation ul ul.sub-menu.sub-menu-edge {
    left: auto;
    right: 0;
}
.header-navigation ul ul ul.sub-menu.sub-menu-edge {
    left: auto;
    right: 100%;
}
.header-navigation[class*="header-navigation-dropdown-animation-fade"] ul ul.sub-menu,
.header-navigation[class*="header-navigation-dropdown-animation-fade"] ul ul.submenu {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
    display: block;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
}
.header-navigation[class*="header-navigation-dropdown-animation-fade"]:not(.click-to-open) ul li:hover > ul,
.header-navigation[class*="header-navigation-dropdown-animation-fade"]:not(.click-to-open)
    ul
    li.menu-item--toggled-on
    > ul,
.header-navigation[class*="header-navigation-dropdown-animation-fade"]:not(.click-to-open)
    ul
    li:not(.menu-item--has-toggle):focus
    > ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    clip: auto;
    height: auto;
    overflow: visible;
}
.header-navigation[class*="header-navigation-dropdown-animation-fade"].click-to-open ul li > ul.opened,
.header-navigation[class*="header-navigation-dropdown-animation-fade"].click-to-open ul li.menu-item--toggled-on > ul,
.header-navigation[class*="header-navigation-dropdown-animation-fade"].click-to-open
    ul
    li:not(.menu-item--has-toggle):focus
    > ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    clip: auto;
    height: auto;
    overflow: visible;
}
.header-navigation.header-navigation-dropdown-animation-fade-up ul ul.sub-menu,
.header-navigation.header-navigation-dropdown-animation-fade-up ul ul.submenu {
    transform: translate3d(0, 10px, 0);
}
.header-navigation.header-navigation-dropdown-animation-fade-down ul ul.sub-menu,
.header-navigation.header-navigation-dropdown-animation-fade-down ul ul.submenu {
    transform: translate3d(0, -10px, 0);
}
.wp-site-blocks .nav--toggle-sub .dropdown-nav-special-toggle {
    position: absolute !important;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
    margin-right: -0.1em !important;
    border: 0 !important;
    width: 0.9em;
    top: 0;
    bottom: 0;
    height: auto;
    border-radius: 0;
    box-shadow: none !important;
    background: rgba(0, 0, 0, 0) !important;
    display: block;
    left: auto;
    right: 0.7em;
    pointer-events: none;
}
.wp-site-blocks .nav--toggle-sub .sub-menu .dropdown-nav-special-toggle {
    width: 2.6em;
    margin: 0 !important;
    right: 0;
}
.nav--toggle-sub .dropdown-nav-special-toggle:focus {
    z-index: 10;
}
.nav--toggle-sub .dropdown-nav-toggle {
    display: block;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    right: 0;
    top: 50%;
    width: 0.7em;
    height: 0.7em;
    font-size: inherit;
    width: 0.9em;
    height: 0.9em;
    font-size: 0.9em;
    display: inline-flex;
    line-height: inherit;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    transform: translateY(-50%);
    overflow: visible;
    transition: opacity 0.2s ease;
}
.nav--toggle-sub ul ul .dropdown-nav-toggle {
    right: 0.2em;
}
.nav--toggle-sub ul ul .dropdown-nav-toggle .kadence-svg-iconset {
    transform: rotate(-90deg);
}
.nav--toggle-sub li.menu-item-has-children {
    position: relative;
}
.nav-drop-title-wrap {
    position: relative;
    padding-right: 1em;
    display: block;
}
.nav--toggle-sub:not(.click-to-open) li:hover > ul,
.nav--toggle-sub li.menu-item--toggled-on > ul,
.nav--toggle-sub li:not(.menu-item--has-toggle):focus > ul,
.nav--toggle-sub.click-to-open li.menu-item--has-toggle > ul.opened {
    display: block;
}
.nav--toggle-sub li:not(.menu-item--has-toggle):focus-within > ul {
    display: block;
}
@media (hover: none) {
    .wp-site-blocks .nav--toggle-sub .menu-item--has-toggle:not(.menu-item--toggled-on) .dropdown-nav-special-toggle {
        left: 0;
        right: 0 !important;
        margin-right: 0 !important;
        width: 100%;
        pointer-events: all;
    }
    .wp-site-blocks .nav--toggle-sub .menu-item--has-toggle:not(.menu-item--toggled-on) > a {
        pointer-events: none;
    }
}
.rtl .nav--toggle-sub .dropdown-nav-toggle {
    right: auto;
    left: 0;
}
.rtl .primary-menu-container-kalender > ul > li.menu-item .dropdown-nav-special-toggle {
    right: auto;
    left: 0.7em;
}
.rtl .wp-site-blocks .nav--toggle-sub .sub-menu .dropdown-nav-special-toggle {
    left: 0;
    right: auto;
}
.rtl .nav--toggle-sub ul ul .dropdown-nav-toggle .kadence-svg-iconset {
    transform: rotate(-270deg);
}
.rtl .header-navigation ul ul ul.sub-menu,
.rtl .header-navigation ul ul ul.submenu {
    right: 100%;
    left: auto;
}
.rtl .nav-drop-title-wrap {
    padding-left: 1em;
    padding-right: 0;
}
.wp-site-blocks .nav--toggle-sub .kadence-menu-mega-enabled .sub-menu .dropdown-nav-special-toggle {
    display: none;
}
.header-navigation-style-underline-fullheight,
.header-navigation-style-fullheight {
    height: 100%;
    align-items: center;
}
.header-navigation-style-underline-fullheight .header-menu-container-kalender,
.header-navigation-style-fullheight .header-menu-container-kalender {
    height: 100%;
    align-items: center;
}
.header-navigation-style-underline-fullheight .header-menu-container-kalender > ul,
.header-navigation-style-fullheight .header-menu-container-kalender > ul {
    height: 100%;
    align-items: center;
}
.header-navigation-style-underline-fullheight .header-menu-container-kalender > ul > li,
.header-navigation-style-fullheight .header-menu-container-kalender > ul > li {
    display: flex;
    height: 100%;
    align-items: center;
}
.header-navigation-style-underline-fullheight .header-menu-container-kalender > ul > li > a,
.header-navigation-style-fullheight .header-menu-container-kalender > ul > li > a {
    display: flex;
    height: 100%;
    align-items: center;
}
.header-navigation[class*="header-navigation-style-underline"] .header-menu-container-kalender > ul > li > a {
    position: relative;
}
.header-navigation[class*="header-navigation-style-underline"] .header-menu-container-kalender > ul > li > a:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 2px;
    right: 50%;
    background: currentColor;
    transform: scale(0, 0) translate(-50%, 0);
    transition:
        transform 0.2s ease-in-out,
        color 0s ease-in-out;
}
.header-navigation[class*="header-navigation-style-underline"] .header-menu-container-kalender > ul > li > a:hover:after {
    transform: scale(1, 1) translate(50%, 0);
}
.header-navigation[class*="header-navigation-style-underline"]
    .header-menu-container-kalender
    > ul
    > li.current-menu-item
    > a:after,
.header-navigation[class*="header-navigation-style-underline"]
    .header-menu-container-kalender
    > ul
    > li.current-page-item
    > a:after {
    transform: scale(1, 1) translate(50%, 0);
}
.header-navigation,
.header-menu-container-kalender {
    display: flex;
}
.header-navigation li.menu-item > a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: var(--global-palette4);
    transition: all 0.2s ease-in-out;
    transform: translate3d(0, 0, 0);
}
.header-navigation li.menu-item > a:hover,
.header-navigation li.menu-item > a:focus {
    color: var(--global-palette-highlight);
}
.header-navigation ul.sub-menu,
.header-navigation ul.submenu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-navigation ul li.menu-item > a {
    padding: 0.6em 0.5em;
}
.header-navigation ul ul li.menu-item > a {
    padding: 1em;
    outline-offset: -2px;
}
.header-navigation ul ul li.menu-item > a {
    width: 200px;
}
.header-navigation ul ul ul.sub-menu,
.header-navigation ul ul ul.submenu {
    top: 0;
    left: 100%;
    right: auto;
    min-height: 100%;
}
.header-navigation .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-toggle-open {
    display: flex;
    background: rgba(0, 0, 0, 0);
    align-items: center;
    box-shadow: none;
}
.menu-toggle-open .menu-toggle-label {
    padding-right: 5px;
}
.menu-toggle-open .menu-toggle-icon {
    display: flex;
}
.menu-toggle-open .menu-toggle-label:empty {
    padding-right: 0px;
}
.menu-toggle-open:hover,
.menu-toggle-open:focus {
    border-color: currentColor;
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
}
.menu-toggle-open.menu-toggle-style-default {
    border: 0;
}
.wp-site-blocks .menu-toggle-open {
    box-shadow: none;
}
.mobile-navigation {
    width: 100%;
}
.mobile-navigation a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 0.6em 0.5em;
}
.mobile-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.drawer-nav-drop-wrap {
    display: flex;
    position: relative;
}
.drawer-nav-drop-wrap a {
    color: inherit;
}
.drawer-nav-drop-wrap .drawer-sub-toggle {
    background: rgba(0, 0, 0, 0);
    color: inherit;
    padding: 0.5em 0.7em;
    display: flex;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    line-height: normal;
}
.drawer-nav-drop-wrap .drawer-sub-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
}
.mobile-navigation.drawer-navigation-parent-toggle-true .drawer-nav-drop-wrap .drawer-sub-toggle {
    position: absolute;
    left: 0;
    z-index: 10;
    top: 0;
    bottom: 0;
    justify-content: flex-end;
    width: 100%;
}
.mobile-navigation ul ul {
    padding-left: 1em;
    transition: all 0.2s ease-in-out;
}
.mobile-navigation ul.has-collapse-sub-nav ul.sub-menu {
    display: none;
}
body[class*="amp-mode-"] .mobile-navigation ul ul {
    display: block;
}
.mobile-navigation ul ul ul ul ul ul {
    padding-left: 0;
}
.mobile-navigation ul.has-collapse-sub-nav .sub-menu.show-drawer {
    display: block;
}
.popup-drawer {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: -99999rem;
    right: 99999rem;
    transition:
        opacity 0.25s ease-in,
        left 0s 0.25s,
        right 0s 0.25s;
    z-index: 100000;
}
.popup-drawer .drawer-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.popup-drawer .drawer-inner {
    width: 100%;
    transform: translateX(100%);
    max-width: 90%;
    right: 0;
    top: 0;
    overflow: auto;
    background: #090c10;
    color: #fff;
    bottom: 0;
    opacity: 0;
    position: fixed;
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    transition:
        transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
        opacity 0.25s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.popup-drawer .drawer-header {
    padding: 0 1.5em;
    display: flex;
    justify-content: flex-end;
    min-height: calc(1.2em + 24px);
}
.popup-drawer .drawer-header .drawer-toggle {
    background: rgba(0, 0, 0, 0);
    border: 0;
    font-size: 24px;
    line-height: 1;
    padding: 0.6em 0.15em;
    color: inherit;
    display: flex;
    box-shadow: none;
    border-radius: 0;
}
.popup-drawer .drawer-header .drawer-toggle:hover {
    box-shadow: none;
}
.popup-drawer .drawer-content {
    padding: 0 1.5em 1.5em;
}
.popup-drawer-layout-sidepanel.popup-drawer-side-left .drawer-inner {
    transform: translateX(-100%);
    right: auto;
    left: 0;
}
@media screen and (max-width: 1024px) {
    .showing-popup-drawer-from-right.animate-body-popup #inner-wrap,
    .showing-popup-drawer-from-right.animate-body-popup #colophon,
    .showing-popup-drawer-from-right.animate-body-popup .site-header-row {
        transform: translateX(-200px);
    }
    .showing-popup-drawer-from-left.animate-body-popup #inner-wrap,
    .showing-popup-drawer-from-left.animate-body-popup #colophon,
    .showing-popup-drawer-from-left.animate-body-popup .site-header-row {
        transform: translateX(200px);
    }
    .animate-body-popup #inner-wrap,
    .animate-body-popup .site-header-row,
    .animate-body-popup #colophon {
        transform: none;
        transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    }
}
.popup-drawer-animation-scale.popup-drawer-layout-fullwidth .drawer-inner {
    transform: scale(0);
    transform-origin: top right;
    transition:
        transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
        opacity 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.popup-drawer-animation-scale.popup-drawer-layout-fullwidth.popup-drawer-side-left .drawer-inner {
    transform-origin: top left;
}
.popup-drawer-animation-scale.popup-drawer-layout-fullwidth.active .drawer-inner {
    transform: scale(1);
}
#mobile-drawer.popup-drawer-animation-slice.popup-drawer-layout-fullwidth .drawer-overlay,
#mobile-drawer.popup-drawer-animation-slice.popup-drawer-layout-fullwidth .drawer-inner {
    background: rgba(0, 0, 0, 0);
}
.popup-drawer .drawer-header .drawer-toggle {
    width: 1em;
    position: relative;
    height: 1em;
    box-sizing: content-box;
    font-size: 24px;
}
.drawer-toggle .toggle-close-bar {
    width: 0.75em;
    height: 0.08em;
    background: currentColor;
    transform-origin: center center;
    position: absolute;
    margin-top: -0.04em;
    opacity: 0;
    border-radius: 0.08em;
    left: 50%;
    margin-left: -0.375em;
    top: 50%;
    transform: rotate(45deg) translateX(-50%);
    transition:
        transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
        opacity 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition-delay: 0.2s;
}
.drawer-toggle .toggle-close-bar:last-child {
    transform: rotate(-45deg) translateX(50%);
}
.popup-drawer.active .drawer-toggle .toggle-close-bar {
    transform: rotate(45deg);
    opacity: 1;
}
.popup-drawer.active .drawer-toggle .toggle-close-bar:last-child {
    transform: rotate(-45deg);
    opacity: 1;
}
.popup-drawer .drawer-content.content-valign-middle {
    min-height: calc(100% - (1.2em + 24px));
    display: flex;
    justify-content: safe center;
    flex-direction: column;
    padding-bottom: calc(1.2em + 24px);
    overflow: auto;
}
.popup-drawer .drawer-content.content-valign-bottom {
    min-height: calc(100% - (1.2em + 24px));
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: calc(1.2em + 24px);
    max-height: calc(100% - (1.2em + 24px));
    overflow: auto;
}
.popup-drawer .drawer-content.content-valign-bottom .site-header-item-mobile-navigation {
    display: block;
    overflow: auto;
    max-height: calc(100% - (1.2em + 24px));
}
.popup-drawer .drawer-content.content-align-center {
    text-align: center;
}
.popup-drawer .drawer-content.content-align-center .site-header-item {
    justify-content: center;
}
.popup-drawer .drawer-content.content-align-right {
    text-align: right;
}
.popup-drawer .drawer-content.content-align-right .site-header-item {
    justify-content: flex-end;
}
.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .drawer-inner {
    transform: none;
}
.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-slice-background {
    transform-origin: center;
    transform: none;
    position: absolute;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-portion-bg {
    flex: 1 1 100%;
    background: rgba(9, 12, 16, 0.97);
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-portion-bg:nth-child(odd) {
    transform: translateX(100%);
}
.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .drawer-content {
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s ease;
}
.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.active .pop-portion-bg {
    transform: translateX(0);
}
.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.active .drawer-content {
    transform: translateY(0px);
    opacity: 1;
    transition: all 0.4s ease;
    transition-delay: 0.2s;
}
@media screen and (max-width: 1024px) {
    .popup-drawer-layout-sidepanel.popup-mobile-drawer-side-right .drawer-inner {
        transform: translateX(100%);
        right: 0;
        left: auto;
    }
    .popup-drawer-layout-sidepanel.popup-mobile-drawer-side-left .drawer-inner {
        transform: translateX(-100%);
        right: auto;
        left: 0;
    }
}
body.admin-bar .popup-drawer {
    top: 46px;
}
body.admin-bar .popup-drawer .drawer-inner {
    top: 46px;
}
@media screen and (min-width: 783px) {
    body.admin-bar .popup-drawer {
        top: 32px;
    }
    body.admin-bar .popup-drawer .drawer-inner {
        top: 32px;
    }
}
.popup-drawer.show-drawer {
    display: block;
}
.popup-drawer.active {
    left: 0;
    opacity: 1;
    right: 0;
    transition: opacity 0.25s ease-out;
}
.popup-drawer.active .drawer-inner {
    opacity: 1;
    transform: translateX(0%);
}
.popup-drawer.active .drawer-overlay {
    opacity: 1;
    cursor: pointer;
}
body[class*="showing-popup-drawer-"] {
    overflow: hidden;
}
.site .header-navigation .header-menu-container-kalender .menu-item.nav-button {
    margin: 0 0.25em;
}
.site .header-navigation .header-menu-container-kalender .menu-item.nav-button > a {
    margin: 0;
    padding: 0.8em 1.5em 0.8em 1.5em;
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn);
    font-style: normal;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 12px;
}
.site .header-navigation .header-menu-container-kalender .menu-item.nav-button > a:hover,
.site .header-navigation .header-menu-container-kalender .menu-item.nav-button > a:focus {
    color: var(--global-palette-btn-hover);
    background: var(--global-palette-btn-bg-hover);
}
@media screen and (max-width: 1024px) {
    .mobile-menu-container-kalender .menu-item.nav-button > a {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0.8em 1.5em 0.8em 1.5em;
        background: var(--global-palette-btn-bg);
        color: var(--global-palette-btn);
        font-style: normal;
        font-size: 16px;
        line-height: 1.4;
        border-radius: 12px;
    }
    .mobile-menu-container-kalender .menu-item.nav-button > a:hover,
    .mobile-menu-container-kalender .menu-item.nav-button > a:focus {
        color: var(--global-palette-btn-hover);
        background: var(--global-palette-btn-bg-hover);
    }
}
#main-header {
    display: none;
}
#masthead {
    position: relative;
    z-index: 11;
}
@media screen and (min-width: 1025px) {
    #main-header {
        display: block;
    }
    #mobile-header {
        display: none;
    }
}
.header-html-inner img.alignnone {
    display: inline-block;
}
.drawer-content .mobile-html,
.drawer-content .mobile-html2 {
    width: 100%;
}
.site-header-row {
    display: grid;
    grid-template-columns: auto auto;
}
.site-header-row.site-header-row-center-column {
    grid-template-columns: 1fr auto 1fr;
}
.site-header-row.site-header-row-only-center-column {
    display: flex;
    justify-content: center;
}
.site-header-row.site-header-row-only-center-column .site-header-section-center {
    flex-grow: 1;
}
.site-header-upper-inner-wrap.child-is-fixed {
    display: flex;
    align-items: flex-end;
}
.site-header-upper-inner-wrap.child-is-fixed .site-main-header-wrap {
    width: 100%;
}
.site-header-row-layout-fullwidth > .site-header-row-container-kalender-inner > .site-container-kalender {
    max-width: none;
}
.site-header-row-tablet-layout-contained {
    padding: 0 1.5rem;
}
@media screen and (max-width: 719px) {
    .site-header-focus-item.site-header-row-mobile-layout-contained {
        padding: 0 1.5rem;
    }
    .site-header-focus-item.site-header-row-mobile-layout-fullwidth,
    .site-header-focus-item.site-header-row-mobile-layout-standard {
        padding: 0;
    }
}
.site-header-section {
    display: flex;
    max-height: inherit;
}
.site-header-item {
    display: flex;
    align-items: center;
    margin-right: 10px;
    max-height: inherit;
}
.rtl .site-header-item {
    margin-left: 10px;
    margin-right: 0px;
}
.site-header-section > .site-header-item:last-child {
    margin-right: 0;
}
.rtl .site-header-section > .site-header-item:last-child {
    margin-left: 0px;
}
.drawer-content .site-header-item {
    margin-right: 0;
    margin-bottom: 10px;
}
.drawer-content .site-header-item:last-child {
    margin-bottom: 0;
}
.site-header-section-right {
    justify-content: flex-end;
}
.site-header-section-center {
    justify-content: center;
}
.site-header-section-left-center {
    flex-grow: 1;
    justify-content: flex-end;
}
.site-header-section-right-center {
    flex-grow: 1;
    justify-content: flex-start;
}
.header-navigation-layout-stretch-true {
    flex-grow: 1;
}
.header-navigation-layout-stretch-true .header-navigation {
    flex-grow: 1;
}
.header-navigation-layout-stretch-true .header-navigation .header-menu-container-kalender {
    flex-grow: 1;
}
.header-navigation-layout-stretch-true .header-navigation .header-menu-container-kalender .menu {
    flex-grow: 1;
    justify-content: space-between;
}
.header-navigation-layout-stretch-true.header-navigation-layout-fill-stretch-true
    .header-navigation
    .header-menu-container-kalender
    .menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
}
.header-navigation-layout-stretch-true.header-navigation-layout-fill-stretch-true
    .header-navigation
    .header-menu-container-kalender
    .menu
    > li {
    text-align: center;
}
.header-html-inner p:first-child {
    margin-top: 0;
}
.header-html-inner p:last-child {
    margin-bottom: 0;
}
#main-header .header-button.button-style-outline {
    background: rgba(0, 0, 0, 0) !important;
}
.element-social-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.3em;
}
a.social-button {
    width: 2em;
    text-decoration: none;
    height: 2em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    color: var(--global-palette4);
    background: var(--global-palette7);
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}
a.social-button:hover {
    color: var(--global-palette-btn);
    background: var(--global-palette-btn-bg);
}
a.social-button .social-label {
    padding-left: 6px;
}
.social-show-label-true a.social-button {
    width: auto;
    padding: 0 0.4em;
}
.social-style-outline .social-button {
    background: rgba(0, 0, 0, 0) !important;
    border: 2px solid var(--global-palette7);
}
.social-style-outline .social-button:hover {
    color: var(--global-palette-highlight);
    border-color: currentColor;
}
.social-icon-custom-svg {
    display: inline-flex;
    align-self: center;
}
.social-icon-custom-svg svg {
    fill: currentcolor;
    width: 1em;
    height: 1em;
}
.social-icon-custom-svg svg * {
    fill: currentColor;
}
.search-toggle-open {
    display: flex;
    background: rgba(0, 0, 0, 0);
    align-items: center;
    padding: 0.5em;
    box-shadow: none;
}
.search-toggle-open .search-toggle-label {
    padding-right: 5px;
}
.search-toggle-open .search-toggle-icon {
    display: flex;
}
.search-toggle-open .search-toggle-icon svg.kadence-svg-icon {
    top: -0.05em;
    position: relative;
}
.search-toggle-open .search-toggle-label:empty {
    padding-right: 0px;
}
.search-toggle-open:hover,
.search-toggle-open:focus {
    border-color: currentColor;
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
}
.search-toggle-open.search-toggle-style-default {
    border: 0;
}
.popup-drawer-layout-fullwidth .drawer-inner {
    max-width: none;
    background: rgba(9, 12, 16, 0.97);
    transition:
        transform 0s ease-in,
        opacity 0.2s ease-in;
}
.popup-drawer-layout-fullwidth .drawer-inner .drawer-overlay {
    background-color: rgba(0, 0, 0, 0);
}
#mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.pop-animated .drawer-inner {
    background: rgba(9, 12, 16, 0.97);
}
#search-drawer .drawer-inner .drawer-header {
    position: relative;
    z-index: 100;
}
#search-drawer .drawer-inner .drawer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2em;
}
#search-drawer .drawer-inner form {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}
#search-drawer .drawer-inner form label {
    flex-grow: 2;
}
#search-drawer .drawer-inner form ::-webkit-input-placeholder {
    color: currentColor;
    opacity: 0.5;
}
#search-drawer .drawer-inner form ::-moz-placeholder {
    color: currentColor;
    opacity: 0.5;
}
#search-drawer .drawer-inner form :-ms-input-placeholder {
    color: currentColor;
    opacity: 0.5;
}
#search-drawer .drawer-inner form :-moz-placeholder {
    color: currentColor;
    opacity: 0.5;
}
#search-drawer .drawer-inner input.search-field {
    width: 100%;
    background: rgba(0, 0, 0, 0);
    color: var(--global-palette6);
    padding: 0.8em 80px 0.8em 0.8em;
    font-size: 20px;
    border: 1px solid currentColor;
}
#search-drawer .drawer-inner input.search-field:focus {
    color: #fff;
    box-shadow: 5px 5px 0px 0px currentColor;
}
#search-drawer .drawer-inner .search-submit[type="submit"] {
    width: 70px;
}
#search-drawer .drawer-inner .kadence-search-icon-wrap {
    color: var(--global-palette6);
    width: 70px;
}
#search-drawer .drawer-inner .search-submit[type="submit"]:hover ~ .kadence-search-icon-wrap {
    color: #fff;
}
#search-drawer .drawer-inner button[type="submit"]:hover ~ .kadence-search-icon-wrap {
    color: #fff;
}
.site-header-upper-inner-wrap.child-is-fixed .site-top-header-wrap:not(.item-is-fixed) {
    align-self: flex-start;
    flex-grow: 1;
}
.kadence-sticky-header {
    position: relative;
    z-index: 1;
}
.item-is-fixed {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1200;
}
.site-branding a.brand img.kadence-sticky-logo {
    display: none;
}
.kadence-sticky-header.item-is-fixed:not(.item-at-start)
    .site-branding
    a.brand.has-sticky-logo
    img.kadence-sticky-logo {
    display: block;
}
.kadence-sticky-header.item-is-fixed:not(.item-at-start) .site-branding a.brand.has-sticky-logo img {
    display: none;
}
.kadence-sticky-header.item-is-fixed:not(.item-at-start) .site-branding a.brand img:not(.svg-logo-image) {
    width: auto;
}
.kadence-sticky-header.item-is-fixed:not(.item-at-start)[data-shrink="true"] .site-branding a.brand picture img {
    max-height: inherit;
}
#mobile-drawer {
    z-index: 99999;
}
#mobile-header .mobile-navigation > .mobile-menu-container-kalender.drawer-menu-container-kalender > ul.menu {
    display: flex;
    flex-wrap: wrap;
}
#mobile-header .mobile-navigation.drawer-navigation-parent-toggle-true .drawer-nav-drop-wrap > a {
    padding-right: 2em;
}
#mobile-header
    .mobile-navigation:not(.drawer-navigation-parent-toggle-true)
    ul
    li.menu-item-has-children
    .drawer-nav-drop-wrap
    button {
    border: 0;
}
#mobile-header .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap,
#mobile-header .mobile-navigation ul li:not(.menu-item-has-children) a {
    border: 0;
}
.has-drop-cap:not(:focus):first-letter {
    float: left;
    line-height: 1;
    font-size: 80px;
    font-weight: 600;
    margin: 0 0.125em 0 0;
    text-transform: uppercase;
}
.wp-block-image {
    margin-bottom: 0;
}
.wp-block-image.has-custom-border img {
    border-style: solid;
}
figure.wp-block-image.aligncenter img {
    display: inline-block;
}
.wp-block-pullquote {
    border-top: 0;
    border-bottom: 0;
    color: var(--global-palette4);
}
.wp-block-pullquote blockquote {
    border: 0;
    margin: 0 auto;
    padding: 2em;
    position: relative;
}
.wp-block-pullquote blockquote::before {
    font-size: 200px;
    line-height: 40px;
    font-family: sans-serif;
    color: var(--global-palette7);
    z-index: 0;
    position: absolute;
    left: 35px;
    content: open-quote;
    top: 80px;
}
.wp-block-pullquote blockquote p {
    font-size: 1.15em;
    font-style: italic;
    position: relative;
    z-index: 1;
}
.wp-block-pullquote blockquote cite {
    text-transform: uppercase;
}
.wp-block-pullquote.is-style-solid-color:not(.has-background) {
    background: var(--global-palette7);
}
.wp-block-pullquote.is-style-solid-color blockquote {
    padding: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote:before {
    color: var(--global-palette9);
    left: -20px;
    top: 45px;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 1.15em;
    font-style: italic;
}
@media screen and (min-width: 767px) {
    .wp-block-pullquote blockquote p,
    .wp-block-pullquote.is-style-solid-color blockquote p {
        font-size: 1.3em;
    }
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 1.5em auto;
    padding: 0 1em;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    border: none;
}
.wp-block-quote.has-text-align-right {
    border-left: none;
    border-right: 4px solid var(--global-palette4);
    padding-left: 0;
    padding-right: 1em;
}
.wp-block-quote.has-text-align-center {
    border: none;
    padding-left: 0;
}
.single-content .wp-block-quote p {
    margin-bottom: var(--global-sm-spacing);
}
.single-content .wp-block-quote p:last-child {
    margin-bottom: 0;
}
.wp-block-cover {
    display: flex;
    align-items: center;
}
.wp-block-table {
    border-collapse: collapse;
}
.wp-block-table table {
    border-collapse: collapse;
}
.wp-block-table thead {
    border-bottom: 3px solid var(--global-palette6);
}
.wp-block-table tfoot {
    border-top: 3px solid var(--global-palette6);
}
.wp-block-table td,
.wp-block-table th {
    padding: 0.5em;
    border: 1px solid var(--global-palette6);
    word-break: normal;
}
.wp-block-table img {
    display: inline-block;
}
.wp-block-table.is-style-stripes thead {
    border-bottom: 0;
}
.wp-block-table.is-style-stripes tfoot {
    border-top: 0;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border: 0;
}
.blocks-gallery-caption figcaption,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-table figcaption,
.wp-block-audio figcaption,
.wp-block-video figcaption {
    color: var(--global-palette5);
    font-size: 80%;
    text-align: center;
}
.wp-block-separator {
    margin-left: auto;
    margin-right: auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 160px;
}
.wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px;
}
.wp-block-separator.has-background:not(.is-style-dots):not(.is-style-wide) {
    height: 2px;
}
.wp-block-separator.is-style-dots:before {
    font-size: 30px;
}
ul.wp-block-social-links:not(.specificity) {
    padding-left: 0;
    padding-right: 0;
}
.single-content .wp-block-columns {
    margin-bottom: var(--global-md-spacing);
    margin-top: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list.is-grid {
    display: grid;
    column-gap: 2.5rem;
    row-gap: 2.5rem;
    grid-template-columns: 1fr;
    padding-left: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list.is-grid
    .wp-block-latest-posts__featured-image:not(.alignleft):not(.alignright) {
    display: block;
    height: 0;
    padding-bottom: 66.67%;
    overflow: hidden;
    position: relative;
}
.wp-block-latest-posts.wp-block-latest-posts__list.is-grid
    .wp-block-latest-posts__featured-image:not(.alignleft):not(.alignright)
    img {
    flex: 1;
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute;
}
.wp-block-latest-posts.wp-block-latest-posts__list.is-grid li {
    margin: 0;
    width: 100%;
}
.wp-block-latest-posts.wp-block-latest-posts__list.is-grid li > a {
    margin: 1em 0 0;
    color: var(--global-palette3);
    text-decoration: none;
    font-size: 1.3em;
    display: block;
}
@media screen and (min-width: 767px) {
    .wp-block-latest-posts.wp-block-latest-posts__list.is-grid.columns-2 {
        grid-template-columns: 1fr 1fr;
    }
    .wp-block-latest-posts.wp-block-latest-posts__list.is-grid.columns-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .wp-block-latest-posts.wp-block-latest-posts__list.is-grid.columns-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .wp-block-latest-posts.wp-block-latest-posts__list.is-grid.columns-5 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}
.wp-block-latest-posts.wp-block-latest-posts__list {
    padding-left: 0;
}
.wp-block-latest-posts__list li {
    margin-top: var(--global-sm-spacing);
}
.wp-block-latest-posts__list li:after {
    clear: both;
    display: table;
    content: "";
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    color: var(--global-palette6);
}
@media screen and (max-width: 540px) {
    .wp-block-latest-posts__featured-image.alignleft {
        float: none;
        margin-bottom: 1em;
    }
}
figure.wp-block-gallery ul {
    padding: 0;
}
.wp-block-media-text .wp-block-media-text__media img,
.wp-block-media-text .wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle;
}
.wp-block-group.has-background {
    padding: 20px 30px;
    margin-top: 0;
    margin-bottom: 0;
}
.entry-content .wp-block-group.has-background {
    padding: 20px 30px;
}
.wp-block-navigation ul,
.wp-block-navigation ul li {
    list-style: none;
}
.wp-block-search .wp-block-search__button {
    border-color: var(--global-gray-400);
}
.wp-block-search .wp-block-search__button:not(.has-text-color) {
    color: var(--global-palette4);
}
.wp-block-search .wp-block-search__button:not(.has-background) {
    background: var(--global-palette9);
}
.wp-block-search .wp-block-search__input {
    border-color: var(--global-gray-400);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border-color: var(--global-gray-400);
    border-radius: 3px;
    background: var(--global-palette9);
}
.wp-block-navigation ul.wp-block-navigation__container-kalender {
    padding: 0;
}
.has-child .wp-block-navigation__container-kalender {
    min-width: 12em;
    display: flex;
    flex-direction: column;
}
.wp-block-yoast-how-to-block .schema-how-to-steps li {
    margin-bottom: var(--global-md-spacing);
}
.wp-block-yoast-how-to-block .schema-how-to-steps li .schema-how-to-step-text {
    margin-top: 0;
}
.single-content .wp-block-post-template,
.single-content .wp-block-query-loop {
    padding: 0;
}
.single-content .wp-block-query .wp-block-post-featured-image.alignwide,
.single-content .wp-block-query .wp-block-post-featured-image.alignfull {
    margin-left: 0;
    margin-right: 0;
}
.single-content .wp-block-query .wp-block-post-featured-image.alignfull {
    width: auto;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
embed,
iframe,
object {
    max-width: 100%;
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 0.5em;
}
.gallery .gallery-item {
    margin-top: 0;
}
.elementor-image-gallery .gallery {
    display: block;
}
@media screen and (min-width: 40em) {
    .gallery-columns-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .gallery-columns-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .gallery-columns-4 {
        grid-template-columns: repeat(4, 1fr);
    }
    .gallery-columns-5 {
        grid-template-columns: repeat(5, 1fr);
    }
    .gallery-columns-6 {
        grid-template-columns: repeat(6, 1fr);
    }
    .gallery-columns-7 {
        grid-template-columns: repeat(7, 1fr);
    }
    .gallery-columns-8 {
        grid-template-columns: repeat(8, 1fr);
    }
    .gallery-columns-9 {
        grid-template-columns: repeat(9, 1fr);
    }
}
.gallery-item {
    padding: 0.5em;
}
.gallery-icon {
    display: flex;
    justify-content: center;
}
.gallery-caption {
    font-size: 80%;
}
.gallery.entry {
    display: block;
}
.pagination {
    margin: var(--global-lg-spacing) auto;
    overflow: hidden;
}
.pagination .nav-links {
    justify-content: center;
    flex-wrap: wrap;
}
.pagination .page-numbers {
    display: inline-block;
    margin-right: 0.5em;
    border: 2px solid rgba(0, 0, 0, 0);
    min-width: 2.5em;
    line-height: 2.25em;
    text-align: center;
    text-decoration: none;
    border-radius: 0.25rem;
    color: inherit;
}
.pagination a:hover,
.pagination a:focus,
.pagination a:active {
    border-color: var(--global-palette-btn-bg);
}
.pagination .dots {
    min-width: auto;
    border: none;
}
.pagination .current {
    border-color: var(--global-palette-btn-bg);
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn);
}
.pagination .page-numbers:last-child {
    margin-right: 0;
}
.page-links {
    margin-top: var(--global-md-spacing);
    justify-content: center;
    flex-wrap: wrap;
    clear: both;
}
.page-links .post-page-numbers {
    display: inline-block;
    margin-right: 0.2em;
    border: 2px solid rgba(0, 0, 0, 0);
    min-width: 2.5em;
    line-height: 2.25em;
    text-align: center;
    text-decoration: none;
    border-radius: 0.25rem;
    color: inherit;
}
.page-links a:hover,
.page-links a:focus,
.page-links a:active {
    border-color: var(--global-palette-btn-bg);
}
.page-links .current {
    border-color: var(--global-palette-btn-bg);
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn);
}
.page-links .post-page-numbers:first-child {
    margin-left: 0.5em;
}
.page-links .post-page-numbers:last-child {
    margin-right: 0;
}
.comment-navigation,
.post-navigation {
    margin: var(--global-lg-spacing) auto;
}
.comment-navigation a,
.post-navigation a {
    text-decoration: none;
    color: inherit;
    display: block;
}
.comment-navigation a:hover,
.post-navigation a:hover {
    color: var(--global-palette-highlight);
}
.comment-navigation .nav-links,
.post-navigation .nav-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous {
    position: relative;
}
.comment-navigation .nav-previous .kadence-svg-iconset,
.post-navigation .nav-previous .kadence-svg-iconset {
    padding-right: 0.5em;
}
.comment-navigation .nav-previous a,
.post-navigation .nav-previous a {
    padding-right: var(--global-xs-spacing);
}
.comment-navigation .nav-previous:after,
.post-navigation .nav-previous:after {
    position: absolute;
    content: "";
    top: 25%;
    right: 0;
    width: 1px;
    height: 50%;
    background: var(--global-gray-500);
}
.comment-navigation .nav-next,
.post-navigation .nav-next {
    grid-column-start: 2;
    text-align: right;
}
.comment-navigation .nav-next a,
.post-navigation .nav-next a {
    padding-left: var(--global-xs-spacing);
}
.comment-navigation .nav-next .kadence-svg-iconset,
.post-navigation .nav-next .kadence-svg-iconset {
    padding-left: 0.5em;
}
.post-navigation-sub {
    margin-bottom: 0.5em;
}
.post-navigation-sub small {
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.widget {
    margin-top: 0;
    margin-bottom: 1.5em;
}
.widget-area .widget:last-child {
    margin-bottom: 0;
}
.widget-area .widget-title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}
.widget-area ul {
    padding-left: 0.5em;
}
.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) {
    color: var(--global-palette3);
    text-decoration: none;
}
.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)):hover {
    color: var(--global-palette-highlight);
    text-decoration: underline;
}
.sidebar-link-style-underline.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) {
    text-decoration: underline;
}
.sidebar-link-style-plain.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) {
    text-decoration: none;
}
.sidebar-link-style-plain.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)):hover {
    text-decoration: none;
}
.widget-area .widget {
    margin-left: 0;
    margin-right: 0;
}
.widget li:not(.kb-table-of-content-list li) {
    line-height: 1.8;
}
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_recent_entries ul,
.widget_rss ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.widget select {
    max-width: 100%;
    text-overflow: ellipsis;
}
.widget_archive li {
    color: var(--global-palette6);
}
.widget_categories .children {
    padding-top: 0;
}
.widget_pages .children,
.widget_nav_menu .sub-menu {
    padding-top: 0;
    padding-bottom: 0.5em;
}
.widget_pages a,
.widget_nav_menu a {
    display: block;
    padding: 0.1em 0;
    text-decoration: none;
}
.widget_pages a:hover,
.widget_pages a:focus,
.widget_nav_menu a:hover,
.widget_nav_menu a:focus {
    text-decoration: none;
}
.widget_pages li,
.widget_nav_menu li {
    padding: 0;
}
.widget_pages li ul,
.widget_nav_menu li ul {
    margin-left: 1em;
}
.widget_meta li {
    padding: 0;
}
.widget_recent_comments li {
    line-height: 1.3;
    padding-bottom: 0.5em;
}
.widget_recent_comments a {
    font-weight: bold;
}
.widget_recent_comments .comment-author-link a {
    font-weight: inherit;
}
.widget_recent_comments a:hover,
.widget_recent_comments a:focus {
    padding-left: 0;
}
.widget_recent_entries ul li {
    margin-bottom: 0.4em;
}
.widget_recent_entries ul li .post-date {
    font-size: 0.8em;
    color: var(--global-palette6);
}
.widget_rss li {
    margin-bottom: 1em;
    line-height: 1.3;
}
.widget li a.rsswidget {
    padding-right: 0.5em;
    font-size: 1em;
    line-height: 1.4;
}
.rss-date,
.widget_rss cite {
    color: #333;
    font-size: 0.8em;
}
.rssSummary {
    padding: 0.5em 0;
    font-size: 0.9em;
    line-height: 1.3;
}
.widget_calendar {
    font-weight: 400;
}
.widget_calendar caption {
    padding: 0.5em 0;
    font-size: 1em;
    font-weight: 500;
    text-align: left;
}
.widget_calendar thead {
    background: rgba(0, 0, 0, 0);
    color: #333;
}
.widget_calendar th {
    border: none;
    text-align: center;
}
.widget_calendar thead th {
    border-bottom-width: 2px;
}
.widget_calendar td {
    padding: 0.2em;
    font-size: 0.8em;
    text-align: center;
    background: #fff;
    border: 1px solid var(--global-gray-400);
}
.widget_calendar .pad {
    background: var(--global-palette7);
}
.widget_calendar .wp-calendar-nav .pad {
    background: rgba(0, 0, 0, 0);
}
.widget_calendar a {
    font-weight: 900;
    text-decoration: none;
}
.collapse-sub-navigation ul.menu {
    display: block;
}
.collapse-sub-navigation ul.menu li a {
    text-decoration: none;
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid var(--global-palette7);
}
.collapse-sub-navigation ul.menu li a:hover {
    text-decoration: none;
}
.collapse-sub-navigation ul.menu ul {
    padding: 0 0 0 1em;
    margin: 0;
    display: none;
    transition: all 0.2s ease-in-out;
}
.collapse-sub-navigation ul.menu .sub-menu.show-drawer {
    display: block;
}
.collapse-sub-navigation ul.menu .drawer-nav-drop-wrap .drawer-sub-toggle {
    border-left: 1px solid var(--global-palette7);
    border-bottom: 1px solid var(--global-palette7);
}
.grid-cols {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    column-gap: 2.5rem;
    row-gap: 2.5rem;
}
.wp-site-blocks .grid-cols:before {
    display: none;
}
.grid-xs-col-1 {
    grid-template-columns: minmax(0, 1fr);
}
.grid-xs-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-xs-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-xs-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (min-width: 576px) {
    .grid-sm-col-1 {
        grid-template-columns: minmax(0, 1fr);
    }
    .grid-sm-col-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .grid-sm-col-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .grid-sm-col-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media screen and (min-width: 768px) {
    .grid-md-col-1 {
        grid-template-columns: minmax(0, 1fr);
    }
    .grid-md-col-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .grid-md-col-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .grid-md-col-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media screen and (min-width: 1025px) {
    .grid-lg-col-1 {
        grid-template-columns: minmax(0, 1fr);
    }
    .grid-lg-col-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .grid-lg-col-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .grid-lg-col-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .grid-lg-col-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .grid-lg-col-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media screen and (min-width: 1200px) {
    .grid-xl-col-1 {
        grid-template-columns: minmax(0, 1fr);
    }
    .grid-xl-col-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .grid-xl-col-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .grid-xl-col-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .grid-xl-col-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .grid-xl-col-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
article.sticky {
    font-size: inherit;
}
.entry {
    box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, 0.05);
    border-radius: 0.25rem;
}
.custom-archive-loop-item.entry {
    box-shadow: none;
    border-radius: 0;
}
.entry-loop {
    overflow: hidden;
}
.content-wrap {
    position: relative;
}
.site-main {
    min-width: 0;
}
ul.kadence-posts-list,
.single-content ul.kadence-posts-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.kt-testimonial-grid-wrap,
.single-content ul.kt-testimonial-grid-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
}
.kadence-posts-list .entry-list-item {
    display: flex;
    flex-direction: column;
}
.kadence-posts-list .entry-list-item article.entry {
    flex: 1;
}
.kadence-thumbnail-position-behind + .entry {
    z-index: 1;
    position: relative;
}
@media screen and (max-width: 719px) {
    .content-style-boxed .content-bg:not(.loop-entry) {
        margin-left: -1rem;
        margin-right: -1rem;
        width: auto;
    }
    .content-width-fullwidth.content-style-boxed .content-bg:not(.loop-entry) {
        margin-left: 0;
        margin-right: 0;
    }
    .content-style-boxed .comments-area {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .primary-sidebar {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 768px) {
    .grid-lg-col-1.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image) {
        display: grid;
        grid-template-columns: 1fr 2fr;
    }
    .blog.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry,
    .archive.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry,
    .search-results.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry {
        grid-gap: 2rem;
    }
    .blog.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry .post-thumbnail,
    .archive.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry .post-thumbnail,
    .search-results.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry .post-thumbnail {
        margin-bottom: 0;
    }
    .kb-posts.kb-posts-style-unboxed.grid-lg-col-1.item-image-style-beside article.loop-entry {
        grid-gap: 2rem;
    }
    .kb-posts.kb-posts-style-unboxed.grid-lg-col-1.item-image-style-beside article.loop-entry .post-thumbnail {
        margin-bottom: 0;
    }
}
.archive.content-style-unboxed .entry-content-wrap,
.blog.content-style-unboxed .entry-content-wrap,
.post-type-archive.content-style-unboxed .entry-content-wrap,
.search-results.content-style-unboxed .entry-content-wrap {
    padding: 0;
}
.archive.content-style-unboxed .entry,
.blog.content-style-unboxed .entry,
.post-type-archive.content-style-unboxed .entry,
.search-results.content-style-unboxed .entry {
    box-shadow: none;
}
.article-post-thumbnail-caption {
    font-size: 90%;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
}
.content-style-unboxed .kadence-thumbnail-position-above + .article-post-thumbnail-caption {
    margin-top: calc(0px - var(--global-md-spacing));
    margin-bottom: var(--global-md-spacing);
}
.single-content {
    margin: var(--global-md-spacing) 0 0;
}
.single-content address,
.single-content figure,
.single-content hr,
.single-content p,
.single-content table,
.single-content pre,
.single-content form,
.single-content .wp-block-buttons,
.single-content .wp-block-button,
.single-content .wc-block-grid,
.single-content .wp-block-kadence-advancedbtn,
.single-content .wp-block-media-text,
.single-content .wp-block-cover,
.single-content .entry-content-asset,
.single-content .wp-block-kadence-form,
.single-content .wp-block-group,
.single-content .wp-block-yoast-faq-block,
.single-content .wp-block-yoast-how-to-block,
.single-content .schema-faq-section,
.single-content .wp-block-kadence-tableofcontents,
.single-content .enlighter-default,
.single-content .wp-block-kadence-iconlist,
.single-content [class*="__inner-content"] {
    margin-top: 0;
    margin-bottom: var(--global-md-spacing);
}
.single-content .wp-block-buttons .wp-block-button {
    margin-bottom: 0;
}
.single-content p > img {
    display: inline-block;
}
.single-content p > img.aligncenter {
    display: block;
}
.single-content li > img {
    display: inline-block;
}
.single-content li > img.aligncenter {
    display: block;
}
.single-content p:not(.wp-block-kadence-advancedheading) + .wp-block-kadence-spacer {
    margin-top: calc(0rem - var(--global-md-spacing));
}
.single-content .wp-block-yoast-faq-block .schema-faq-question {
    margin-bottom: 0.5em;
}
.single-content .elementor-widget-container-kalender:first-child:not(style) h1,
.single-content .elementor-widget-container-kalender:first-child:not(style) h2,
.single-content .elementor-widget-container-kalender:first-child:not(style) h3,
.single-content .elementor-widget-container-kalender:first-child:not(style) h4,
.single-content .elementor-widget-container-kalender:first-child:not(style) h5,
.single-content .elementor-widget-container-kalender:first-child:not(style) h6 {
    margin-top: 0;
}
.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
    margin: 1.5em 0 0.5em;
}
.single-content h1:first-child,
.single-content h2:first-child,
.single-content h3:first-child,
.single-content h4:first-child,
.single-content h5:first-child,
.single-content h6:first-child {
    margin-top: 0;
}
.single-content h1 + *,
.single-content h2 + *,
.single-content h3 + *,
.single-content h4 + *,
.single-content h5 + *,
.single-content h6 + * {
    margin-top: 0;
}
.single-content .wp-block-kadence-advancedgallery + p {
    margin-top: var(--global-md-spacing);
}
.single-content ul,
.single-content ol {
    margin: 0 0 var(--global-md-spacing);
    padding-left: 2em;
}
.single-content ul.aligncenter,
.single-content ol.aligncenter {
    text-align: center;
    padding-left: 0;
}
.single-content .kad-slider ul {
    padding: 0;
    margin: 0;
}
.single-content li > ol,
.single-content li > ul {
    margin: 0;
}
.single-content > .more-link {
    display: block;
}
.single-content address:last-child,
.single-content figure:last-child,
.single-content hr:last-child,
.single-content p:last-child,
.single-content table:last-child,
.single-content pre:last-child,
.single-content form:last-child,
.single-content .wp-block-buttons:last-child,
.single-content .wp-block-button:last-child,
.single-content .wp-block-kadence-advancedbtn:last-child,
.single-content .wp-block-media-text:last-child,
.single-content .wp-block-cover:last-child,
.single-content .entry-content-asset:last-child,
.single-content .wp-block-kadence-form:last-child,
.single-content .wp-block-group:last-child,
.single-content .wp-block-yoast-faq-block:last-child,
.single-content .wp-block-yoast-how-to-block:last-child,
.single-content .schema-faq-section:last-child,
.single-content .wp-block-kadence-tableofcontents:last-child,
.single-content .enlighter-default:last-child,
.single-content .wp-block-kadence-iconlist:last-child,
.single-content h1:last-child,
.single-content h2:last-child,
.single-content h3:last-child,
.single-content h4:last-child,
.single-content h5:last-child,
.single-content h6:last-child,
.single-content ul:last-child,
.single-content ol:last-child {
    margin-bottom: 0;
}
.single-content h1.elementor-heading-title,
.single-content h2.elementor-heading-title,
.single-content h3.elementor-heading-title,
.single-content h4.elementor-heading-title,
.single-content h5.elementor-heading-title,
.single-content h6.elementor-heading-title {
    margin-bottom: 0.5em;
}
.single-content .wp-block-image {
    margin-top: 0;
    margin-bottom: 0;
}
.single-content .wp-block-image figure {
    margin-bottom: var(--global-md-spacing);
}
.single-content .wp-block-image:last-child figure {
    margin-bottom: 0;
}
.single-content figure.wp-block-image {
    margin-bottom: var(--global-md-spacing);
}
.single-content figure.wp-block-image:last-child {
    margin-bottom: 0;
}
.entry-content:after {
    display: table;
    clear: both;
    content: "";
}
.content-title-style-hide .entry-content,
.content-title-style-above .entry-content {
    margin: 0;
}
.content-title-style-above .entry-content-wrap .post-thumbnail + .single-content {
    margin: var(--global-md-spacing) 0 0;
}
.wp-site-blocks .post-thumbnail {
    display: block;
    height: 0;
    padding-bottom: 66.67%;
    overflow: hidden;
    position: relative;
}
.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-1-2 {
    padding-bottom: 50%;
}
.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-9-16 {
    padding-bottom: 56.25%;
}
.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-1-1 {
    padding-bottom: 100%;
}
.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-3-4 {
    padding-bottom: 75%;
}
.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-5-4 {
    padding-bottom: 125%;
}
.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-4-3 {
    padding-bottom: 133%;
}
.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-3-2 {
    padding-bottom: 150%;
}
.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-inherit {
    padding-bottom: 0;
    height: auto;
}
.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-inherit .post-thumbnail-inner {
    position: static;
}
.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-inherit img {
    margin-left: auto;
    margin-right: auto;
}
.wp-site-blocks .post-thumbnail .post-thumbnail-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.wp-site-blocks .post-thumbnail img {
    flex: 1;
    object-fit: cover;
}
.wp-site-blocks .post-thumbnail:not(.kadence-thumbnail-ratio-inherit) img {
    height: 100%;
    width: 100%;
}
.wp-block-newspack-blocks-homepage-articles .post-thumbnail:not(.kadence-thumbnail-ratio-inherit) img {
    height: auto;
    width: 100%;
}
.archive.content-style-unboxed .wp-site-blocks .post-thumbnail,
.blog.content-style-unboxed .wp-site-blocks .post-thumbnail,
.post-type-archive.content-style-unboxed .wp-site-blocks .post-thumbnail,
.search-results.content-style-unboxed .wp-site-blocks .post-thumbnail {
    margin-bottom: 1em;
}
.content-style-unboxed .kadence-thumbnail-position-above {
    margin-bottom: var(--global-md-spacing);
}
.kadence-thumbnail-position-behind {
    margin-bottom: -4.3em;
    position: relative;
    z-index: 0;
}
.content-style-unboxed .kadence-thumbnail-position-behind:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: -1px;
    left: 0;
    right: 0;
    background: linear-gradient(
        0deg,
        var(--global-palette9) 5%,
        rgba(var(--global-palette9rgb), 0.35) 30%,
        rgba(255, 255, 255, 0) 50%
    );
}
.kadence-breadcrumbs {
    margin: 1em 0;
    font-size: 85%;
    color: var(--global-palette5);
}
.kadence-breadcrumbs a {
    color: inherit;
}
.kadence-breadcrumbs p {
    margin: 0;
}
.entry-content-wrap .entry-header .kadence-breadcrumbs:first-child {
    margin-top: 0;
}
.entry-meta {
    font-size: 80%;
    margin: 1em 0;
    display: flex;
    flex-wrap: wrap;
}
.entry-meta > * {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}
.entry-meta > * time {
    white-space: nowrap;
}
.entry-meta a {
    color: inherit;
    text-decoration: none;
}
.entry-meta .meta-label {
    margin-right: 0.2rem;
}
.entry-meta .author-avatar {
    width: 25px;
    height: 25px;
    margin-right: 0.5rem;
    position: relative;
    display: inline-block;
}
.entry-meta .author-avatar a.author-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.entry-meta .author-avatar .image-size-ratio {
    padding-bottom: 100%;
    display: block;
}
.entry-meta .author-avatar img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
}
.entry-meta > *:after {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    content: "";
    display: inline-block;
    background-color: currentColor;
    height: 0.25rem;
    width: 0.25rem;
    opacity: 0.8;
    border-radius: 9999px;
    vertical-align: 0.1875em;
}
.entry-meta.entry-meta-divider-slash > *:after {
    content: "/";
    height: auto;
    background: rgba(0, 0, 0, 0);
}
.entry-meta.entry-meta-divider-dash > *:after {
    content: "-";
    height: auto;
    background: rgba(0, 0, 0, 0);
}
.entry-meta.entry-meta-divider-vline > *:after {
    content: "|";
    height: auto;
    background: rgba(0, 0, 0, 0);
}
.entry-meta > *:last-child:after {
    display: none;
}
.entry-meta-divider-customicon.entry-meta > * > .kadence-svg-iconset {
    margin-right: 0.3em;
    margin-left: 0.8em;
}
.entry-meta-divider-customicon.entry-meta > *:after {
    display: none;
}
.entry-meta-divider-customicon.entry-meta .kt-reading-time-wrap {
    margin-left: 0.8em;
}
.loop-entry .entry-header .entry-title {
    margin: 0;
}
.loop-entry .entry-summary p,
.loop-entry .entry-header .entry-meta {
    margin: 1em 0;
}
.updated:not(.published) {
    display: none;
}
.updated-on .updated:not(.published) {
    display: inline-block;
}
.entry-summary {
    margin: var(--global-xs-spacing) 0 0;
}
a.post-more-link {
    font-weight: bold;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
    font-size: 80%;
}
a.post-more-link .kadence-svg-iconset {
    margin-left: 0.5em;
}
a.post-more-link:hover {
    color: var(--global-palette-highlight);
}
.more-link-wrap {
    margin-top: var(--global-xs-spacing);
    margin-bottom: 0;
}
.entry-taxonomies {
    margin-bottom: 0.5em;
    letter-spacing: 0.05em;
    font-size: 70%;
    text-transform: uppercase;
}
.entry-taxonomies a {
    text-decoration: none;
    font-weight: bold;
}
.entry-taxonomies .category-style-pill a {
    background: var(--global-palette-highlight);
    color: #fff;
    padding: 0.25rem;
    border-radius: 0.25rem;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    display: inline-block;
    line-height: 1.2;
}
.entry-taxonomies .category-style-pill a:last-child {
    margin-right: 0;
}
.entry-taxonomies .category-style-pill a:hover {
    color: #fff;
}
.entry-taxonomies .category-style-underline a {
    text-decoration: underline;
}
.loop-entry.type-post .entry-taxonomies .category-style-pill a {
    color: #fff;
}
@media screen and (max-width: 719px) {
    .loop-entry .entry-taxonomies {
        margin-bottom: 1em;
    }
}
.entry-tags {
    margin-top: var(--global-xs-spacing);
}
.entry-tags .tags-links {
    display: flex;
    flex-wrap: wrap;
}
.entry-tags a.tag-link {
    margin-right: 0.5em;
    padding: 0.4em 0.6em;
    margin-top: 0.5em;
    font-size: 80%;
    border: 1px solid var(--global-gray-500);
    border-radius: 0.25rem;
    color: var(--global-palette5);
    text-decoration: none;
}
.entry-tags a.tag-link:hover {
    background: var(--global-palette-highlight);
    color: var(--global-palette-btn);
    border-color: var(--global-palette-highlight);
}
.entry-tags a.tag-link:last-child {
    margin-right: 0;
}
.entry-hero-container-kalender-inner {
    background: var(--global-palette7);
}
.entry-hero-container-kalender-inner .entry-header {
    min-height: 200px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0;
}
.entry-hero-container-kalender-inner .entry-header > div {
    width: 100%;
}
.entry-hero-layout-fullwidth > .entry-hero-container-kalender-inner > .site-container-kalender {
    max-width: none;
}
.entry-hero {
    position: relative;
}
.hero-section-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.hero-container-kalender {
    position: relative;
}
.title-align-left {
    text-align: left;
}
.title-align-left .entry-meta {
    justify-content: flex-start;
}
.title-align-center {
    text-align: center;
}
.title-align-center .entry-meta {
    justify-content: center;
}
.title-align-right {
    text-align: right;
}
.title-align-right .entry-meta {
    justify-content: flex-end;
}
.entry-hero .title-align-left {
    text-align: left;
    align-items: flex-start;
}
.entry-hero .title-align-center {
    text-align: center;
    align-items: center;
}
.entry-hero .title-align-right {
    text-align: right;
    align-items: flex-end;
}
@media screen and (max-width: 1024px) {
    .title-tablet-align-left {
        text-align: left;
    }
    .title-tablet-align-left .entry-meta {
        justify-content: flex-start;
    }
    .title-tablet-align-center {
        text-align: center;
    }
    .title-tablet-align-center .entry-meta {
        justify-content: center;
    }
    .title-tablet-align-right {
        text-align: right;
    }
    .title-tablet-align-right .entry-meta {
        justify-content: flex-end;
    }
    .entry-hero .title-tablet-align-left {
        text-align: left;
        align-items: flex-start;
    }
    .entry-hero .title-tablet-align-center {
        text-align: center;
        align-items: center;
    }
    .entry-hero .title-tablet-align-right {
        text-align: right;
        align-items: flex-end;
    }
}
@media screen and (max-width: 719px) {
    .title-mobile-align-left {
        text-align: left;
    }
    .title-mobile-align-left .entry-meta {
        justify-content: flex-start;
    }
    .title-mobile-align-center {
        text-align: center;
    }
    .title-mobile-align-center .entry-meta {
        justify-content: center;
    }
    .title-mobile-align-right {
        text-align: right;
    }
    .title-mobile-align-right .entry-meta {
        justify-content: flex-end;
    }
    .entry-hero .title-mobile-align-left {
        text-align: left;
        align-items: flex-start;
    }
    .entry-hero .title-mobile-align-center {
        text-align: center;
        align-items: center;
    }
    .entry-hero .title-mobile-align-right {
        text-align: right;
        align-items: flex-end;
    }
}
.entry-header {
    margin-bottom: 1em;
}
.page-content {
    margin: 2rem 0 0;
}
.page-header {
    margin-bottom: var(--global-lg-spacing);
}
.hero-container-kalender .page-header {
    margin-bottom: 0;
}
.entry-footer {
    clear: both;
}
.post-navigation-wrap.entry-content-wrap,
.post-navigation-wrap .post-navigation,
.entry-author.entry-content-wrap {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
}
.comments-area.entry-content-wrap {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.single-entry.post.entry.post-footer-area-boxed {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.post-footer-area-boxed ~ .entry-related {
    margin: 0;
    width: auto;
    max-width: 100%;
}
.post-footer-area-boxed ~ .entry-related .entry-related-inner-content.alignwide {
    margin: 0;
    width: auto;
    max-width: 100%;
}
.wp-block-image .alignleft {
    margin-right: var(--global-md-spacing);
}
.wp-block-image .alignright {
    margin-left: var(--global-md-spacing);
}
.alignfull,
.alignwide,
.entry-content .alignwide,
.entry-content .alignfull {
    margin-left: calc(50% - var(--global-vw, 100vw) / 2);
    margin-right: calc(50% - var(--global-vw, 100vw) / 2);
    max-width: 100vw;
    width: var(--global-vw, 100vw);
    padding-left: 0;
    padding-right: 0;
    clear: both;
}
.wp-site-blocks .content-container-kalender .is-layout-constrained > .alignwide {
    max-width: var(--global-content-wide-width);
}
@media screen and (min-width: 1025px) {
    .content-width-narrow .entry-content .alignwide,
    .content-width-narrow .content-area .alignwide {
        margin-left: -80px;
        margin-right: -80px;
        width: auto;
    }
}
.content-width-fullwidth .wp-site-blocks .alignwide {
    margin-left: 0;
    margin-right: 0;
    width: unset;
    max-width: unset;
}
.content-style-boxed .entry-content .alignwide {
    margin-left: -2rem;
    margin-right: -2rem;
    max-width: unset;
    width: unset;
}
.content-style-boxed .wp-site-blocks .entry-content > .alignwide.is-layout-constrained {
    padding-left: var(--global-content-boxed-padding);
    padding-right: var(--global-content-boxed-padding);
}
.content-style-boxed .wp-site-blocks .entry-content .alignwide > * .alignwide {
    margin-left: unset;
    margin-right: unset;
}
.has-small-font-size {
    font-size: var(--global-font-size-small);
}
.has-regular-font-size {
    font-size: var(--global-font-size-medium);
}
.has-large-font-size {
    font-size: var(--global-font-size-large);
}
.has-larger-font-size {
    font-size: var(--global-font-size-larger);
}
.has-xxlarge-font-size {
    font-size: var(--global-font-size-xxlarge);
}
.entry-content-asset.videofit {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.entry-content-asset.videofit iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body.elementor-template-full-width form.post-password-form,
body.content-width-fullwidth form.post-password-form {
    text-align: center;
    margin: var(--global-xxl-spacing) auto;
}
body.content-style-unboxed form.post-password-form {
    margin: var(--global-xxl-spacing) auto;
}
.entry-title {
    word-wrap: break-word;
}
.entry-hero-layout-contained > .entry-hero-container-kalender-inner {
    position: relative;
}
body.content-style-boxed:not(.content-width-fullwidth)
    .wp-block-kadence-rowlayout.alignfull
    > .kt-row-layout-inner
    > .kb-theme-content-width {
    padding-left: calc(var(--global-content-edge-padding) + var(--global-boxed-spacing));
    padding-right: calc(var(--global-content-edge-padding) + var(--global-boxed-spacing));
}
.item-content-vertical-align-center .loop-entry .entry-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.item-content-vertical-align-center .loop-entry .entry-content-wrap .entry-header {
    margin-bottom: 0;
}
.item-content-vertical-align-center .loop-entry .entry-content-wrap .entry-summary {
    margin-top: 0;
}
.item-content-vertical-align-center .loop-entry .entry-summary p,
.item-content-vertical-align-center .loop-entry .entry-header .entry-meta {
    margin-bottom: 0;
}
.site-footer-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.site-footer-row.site-footer-row-columns-2.site-footer-row-column-layout-right-golden {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
}
.site-footer-row.site-footer-row-columns-2.site-footer-row-column-layout-left-golden {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}
.site-footer-row.site-footer-row-columns-3 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}
.site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-left-half {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
}
.site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-right-half {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr);
}
.site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-center-half {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
}
.site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-center-wide {
    grid-template-columns: minmax(0, 2fr) minmax(0, 6fr) minmax(0, 2fr);
}
.site-footer-row.site-footer-row-columns-4 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}
.site-footer-row.site-footer-row-columns-4.site-footer-row-column-layout-left-forty {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}
.site-footer-row.site-footer-row-columns-4.site-footer-row-column-layout-right-forty {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr);
}
.site-footer-row.site-footer-row-columns-5 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}
.site-footer-row.site-footer-row-columns-1 {
    display: flex;
    justify-content: center;
}
.site-footer-row.site-footer-row-columns-1 .site-footer-section-center {
    flex-grow: 1;
}
.site-footer-row.site-footer-row-columns-1 .site-footer-section {
    flex: 1;
    text-align: center;
    min-width: 0;
}
.site-footer-row-layout-fullwidth > .site-footer-row-container-kalender-inner > .site-container-kalender {
    max-width: none;
}
@media screen and (min-width: 720px) and (max-width: 1024px) {
    .site-footer-row-tablet-layout-contained {
        padding: 0 1.5rem;
    }
    .site-footer-row-tablet-layout-fullwidth,
    .site-footer-row-tablet-layout-standard {
        padding: 0;
    }
    .site-footer-row-container-kalender-inner .site-footer-row.site-footer-row-tablet-column-layout-default,
    .site-footer-row-container-kalender-inner .site-footer-row.site-footer-row-tablet-column-layout-row {
        grid-template-columns: minmax(0, 1fr);
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl
        .site-footer-section:nth-child(1),
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl
        .site-footer-section:nth-child(1) {
        order: 6;
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl
        .site-footer-section:nth-child(2),
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl
        .site-footer-section:nth-child(2) {
        order: 5;
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl
        .site-footer-section:nth-child(3),
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl
        .site-footer-section:nth-child(3) {
        order: 4;
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl
        .site-footer-section:nth-child(4),
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl
        .site-footer-section:nth-child(4) {
        order: 3;
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl
        .site-footer-section:nth-child(5),
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl
        .site-footer-section:nth-child(5) {
        order: 2;
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl
        .site-footer-section:nth-child(6),
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl
        .site-footer-section:nth-child(6) {
        order: 1;
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-2.site-footer-row-tablet-column-layout-equal {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-2.site-footer-row-tablet-column-layout-right-golden {
        grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-2.site-footer-row-tablet-column-layout-left-golden {
        grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-equal {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-left-half {
        grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-right-half {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr);
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-center-half {
        grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-center-wide {
        grid-template-columns: minmax(0, 2fr) minmax(0, 6fr) minmax(0, 2fr);
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-equal {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-first-row {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-first-row
        > *:first-child {
        grid-column: 1/-1;
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-last-row {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-last-row
        > *:last-child {
        grid-column: 1/-1;
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-4.site-footer-row-tablet-column-layout-equal {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-4.site-footer-row-tablet-column-layout-two-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-5.site-footer-row-tablet-column-layout-equal {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }
}
@media screen and (max-width: 719px) {
    .site-footer-row-mobile-layout-contained {
        padding: 0 1.5rem;
    }
    .site-footer-row-container-kalender-inner .site-footer-row.site-footer-row-mobile-column-layout-default,
    .site-footer-row-container-kalender-inner .site-footer-row.site-footer-row-mobile-column-layout-row {
        grid-template-columns: minmax(0, 1fr);
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl
        .site-footer-section:nth-child(1),
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl
        .site-footer-section:nth-child(1) {
        order: 6;
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl
        .site-footer-section:nth-child(2),
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl
        .site-footer-section:nth-child(2) {
        order: 5;
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl
        .site-footer-section:nth-child(3),
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl
        .site-footer-section:nth-child(3) {
        order: 4;
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl
        .site-footer-section:nth-child(4),
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl
        .site-footer-section:nth-child(4) {
        order: 3;
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl
        .site-footer-section:nth-child(5),
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl
        .site-footer-section:nth-child(5) {
        order: 2;
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl
        .site-footer-section:nth-child(6),
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl
        .site-footer-section:nth-child(6) {
        order: 1;
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-2.site-footer-row-mobile-column-layout-equal {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-2.site-footer-row-mobile-column-layout-right-golden {
        grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-2.site-footer-row-mobile-column-layout-left-golden {
        grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-equal {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-left-half {
        grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-right-half {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr);
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-center-half {
        grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-center-wide {
        grid-template-columns: minmax(0, 2fr) minmax(0, 6fr) minmax(0, 2fr);
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-equal {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-first-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-first-row
        > *:first-child {
        grid-column: 1/-1;
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-last-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-last-row
        > *:last-child {
        grid-column: 1/-1;
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-4.site-footer-row-mobile-column-layout-equal {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-4.site-footer-row-mobile-column-layout-two-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .site-footer-row-container-kalender-inner
        .site-footer-row.site-footer-row-columns-5.site-footer-row-mobile-column-layout-equal {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }
    .site-footer-row-mobile-layout-fullwidth,
    .site-footer-row-mobile-layout-standard {
        padding: 0;
    }
}
.site-footer-section {
    display: flex;
    max-height: inherit;
}
.site-footer-item {
    display: flex;
    align-items: center;
    margin-right: 10px;
    max-height: inherit;
}
.site-footer-section > .site-footer-item:last-child {
    margin-right: 0;
}
.footer-widget-area {
    flex: 1;
    min-width: 0;
    display: flex;
}
.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area {
    flex: unset;
    margin-left: 30px;
}
.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area:first-child {
    margin-left: 0;
}
.ft-ro-dir-column .site-footer-section:not(.footer-section-inner-items-1) .footer-widget-area {
    flex: unset;
}
.footer-widget-area > * {
    flex: 1;
    min-width: 0;
}
.footer-widget-area.content-valign-middle {
    align-items: center;
}
.footer-widget-area.content-valign-top {
    align-items: flex-start;
}
.footer-widget-area.content-valign-bottom {
    align-items: flex-end;
}
.footer-widget-area.content-align-center {
    text-align: center;
}
.footer-widget-area.content-align-center .footer-navigation {
    justify-content: center;
}
.footer-widget-area.content-align-center .widget_media_image img {
    margin: 0 auto;
}
.footer-widget-area.content-align-center .footer-social-inner-wrap {
    justify-content: center;
}
.footer-widget-area.content-align-right {
    text-align: right;
}
.footer-widget-area.content-align-right .footer-navigation {
    justify-content: flex-end;
}
.footer-widget-area.content-align-right .footer-navigation .menu {
    justify-content: flex-end;
}
.footer-widget-area.content-align-right .footer-social-inner-wrap {
    justify-content: flex-end;
}
.footer-widget-area.content-align-right .widget_media_image img {
    margin: 0 0 0 auto;
}
.footer-widget-area.content-align-left {
    text-align: left;
}
.footer-widget-area.content-align-left .footer-navigation {
    justify-content: flex-start;
}
.footer-widget-area.content-align-left .footer-navigation .menu {
    justify-content: flex-start;
}
.footer-widget-area.content-align-left .footer-social-inner-wrap {
    justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
    .ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area.content-tablet-align-center:first-child {
        margin-left: auto;
    }
    .ft-ro-dir-row
        .footer-section-inner-items-2
        .footer-widget-area.content-tablet-align-center:first-child
        ~ .footer-widget-area:last-child {
        margin-right: auto;
    }
    .footer-widget-area.content-tablet-align-center {
        text-align: center;
    }
    .footer-widget-area.content-tablet-align-center .footer-navigation {
        justify-content: center;
    }
    .footer-widget-area.content-tablet-align-center .footer-navigation .menu {
        justify-content: center;
    }
    .footer-widget-area.content-tablet-align-center .footer-social-inner-wrap {
        justify-content: center;
    }
    .footer-widget-area.content-tablet-align-center .widget_media_image img {
        margin: 0 auto;
    }
    .footer-widget-area.content-tablet-align-right {
        text-align: right;
    }
    .footer-widget-area.content-tablet-align-right .footer-navigation {
        justify-content: flex-end;
    }
    .footer-widget-area.content-tablet-align-right .footer-navigation .menu {
        justify-content: flex-end;
    }
    .footer-widget-area.content-tablet-align-right .footer-social-inner-wrap {
        justify-content: flex-end;
    }
    .footer-widget-area.content-tablet-align-right .widget_media_image img {
        margin: 0 0 0 auto;
    }
    .footer-widget-area.content-tablet-align-left {
        text-align: left;
    }
    .footer-widget-area.content-tablet-align-left .footer-navigation {
        justify-content: flex-start;
    }
    .footer-widget-area.content-tablet-align-left .footer-navigation .menu {
        justify-content: flex-start;
    }
    .footer-widget-area.content-tablet-align-left .footer-social-inner-wrap {
        justify-content: flex-start;
    }
}
@media screen and (max-width: 719px) {
    .ft-ro-m-dir-row .footer-section-inner-items-2 .footer-widget-area.content-mobile-align-center:first-child {
        margin-left: auto;
    }
    .ft-ro-m-dir-row
        .footer-section-inner-items-2
        .footer-widget-area.content-mobile-align-center:first-child
        ~ .footer-widget-area:last-child {
        margin-right: auto;
    }
    .footer-widget-area.content-mobile-align-center {
        text-align: center;
    }
    .footer-widget-area.content-mobile-align-center .footer-navigation {
        justify-content: center;
    }
    .footer-widget-area.content-mobile-align-center .footer-navigation .menu {
        justify-content: center;
    }
    .footer-widget-area.content-mobile-align-center .footer-social-inner-wrap {
        justify-content: center;
    }
    .footer-widget-area.content-mobile-align-center .widget_media_image img {
        margin: 0 auto;
    }
    .footer-widget-area.content-mobile-align-right {
        text-align: right;
    }
    .footer-widget-area.content-mobile-align-right .footer-navigation {
        justify-content: flex-end;
    }
    .footer-widget-area.content-mobile-align-right .footer-navigation .menu {
        justify-content: flex-end;
    }
    .footer-widget-area.content-mobile-align-right .footer-social-inner-wrap {
        justify-content: flex-end;
    }
    .footer-widget-area.content-mobile-align-right .widget_media_image img {
        margin: 0 0 0 auto;
    }
    .footer-widget-area.content-mobile-align-left {
        text-align: left;
    }
    .footer-widget-area.content-mobile-align-left .footer-navigation {
        justify-content: flex-start;
    }
    .footer-widget-area.content-mobile-align-left .footer-navigation .menu {
        justify-content: flex-start;
    }
    .footer-widget-area.content-mobile-align-left .footer-social-inner-wrap {
        justify-content: flex-start;
    }
}
.ft-ro-dir-column .site-footer-section {
    flex-direction: column;
}
@media screen and (max-width: 1024px) {
    .ft-ro-t-dir-column .site-footer-section {
        flex-direction: column;
    }
    .ft-ro-t-dir-row .site-footer-section {
        flex-direction: row;
    }
}
@media screen and (max-width: 719px) {
    .ft-ro-m-dir-column .site-footer-section {
        flex-direction: column;
    }
    .ft-ro-m-dir-row .site-footer-section {
        flex-direction: row;
    }
}
.rtl .footer-widget-area.content-align-right .footer-social-inner-wrap {
    justify-content: flex-start;
}
.rtl .footer-widget-area.content-align-left .footer-social-inner-wrap {
    justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
    .rtl .footer-widget-area.content-tablet-align-right .footer-social-inner-wrap {
        justify-content: flex-start;
    }
    .rtl .footer-widget-area.content-tablet-align-left .footer-social-inner-wrap {
        justify-content: flex-end;
    }
}
@media screen and (max-width: 719px) {
    .rtl .footer-widget-area.content-mobile-align-right .footer-social-inner-wrap {
        justify-content: flex-start;
    }
    .rtl .footer-widget-area.content-mobile-align-left .footer-social-inner-wrap {
        justify-content: flex-end;
    }
}
.footer-navigation,
.footer-menu-container-kalender {
    display: flex;
}
.footer-navigation a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: var(--global-palette4);
    transition: all 0.2s ease-in-out;
}
.footer-navigation a:hover,
.footer-navigation a:focus {
    color: var(--global-palette-highlight);
}
.footer-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-navigation ul li a {
    padding: 0.6em 0.5em;
}
.footer-navigation .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-widget-area.footer-navigation-layout-stretch-true .footer-menu-container-kalender {
    width: 100%;
}
.footer-widget-area.footer-navigation-layout-stretch-true .footer-navigation .menu {
    width: 100%;
    justify-content: space-around;
}
.site-footer-wrap .footer-navigation .footer-menu-container-kalender > ul li a:hover {
    text-decoration: none;
}
.site-footer-wrap .social-button {
    color: var(--global-palette4);
    background: var(--global-palette7);
}
.site-footer-wrap .social-button:hover {
    text-decoration: none;
    color: var(--global-palette-btn);
    background: var(--global-palette-btn-bg);
}
.social-style-outline .social-button:hover {
    color: var(--global-palette3);
}
.site-footer-wrap .ft-ro-lstyle-normal a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) {
    text-decoration: underline;
}
.site-footer-wrap .ft-ro-lstyle-noline a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) {
    text-decoration: none;
}
.site-footer-wrap
    .ft-ro-lstyle-noline
    a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)):hover {
    text-decoration: none;
}
.site-footer-section {
    position: relative;
}
.site-footer-section:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
    width: 0;
    right: -15px;
    transform: translateX(50%);
}
.footer-html {
    margin: 1em 0;
}
.footer-html p:last-child {
    margin-bottom: 0;
}
.footer-html p:first-child {
    margin-top: 0;
}
.header-navigation ul li a:not([href]) {
    cursor: default;
}
.nav-drop-title-wrap {
    display: flex;
    align-items: center;
}
.header-navigation > div > ul > li > a {
    display: flex;
    align-items: center;
}
.kadence-menu-hidden-title:not(.kadence-menu-has-icon):not(.menu-item-has-children) {
    display: none;
}
.header-navigation
    .header-menu-container-kalender
    .kadence-menu-hidden-title.menu-item-has-children:not(.kadence-menu-has-icon)
    > a,
.kadence-menu-hidden-title.menu-item-has-children:not(.kadence-menu-has-icon) > a {
    padding: 0;
    border: 0;
}
.menu-highlight-item {
    font-size: 0.6em;
    margin-left: 0.2em;
    line-height: normal;
    padding: 0.2em 0.3em;
    border-radius: 2px;
    background: var(--global-palette1);
    color: #fff;
}
.nav-drop-title-wrap .menu-highlight-item {
    font-size: 0.7em;
    margin-left: 0.5em;
}
.menu-highlight-icon {
    display: inline-flex;
    align-self: center;
    margin-left: 0.2em;
}
.menu-highlight-icon svg {
    width: 1em;
    height: 1em;
    top: 0.125em;
    position: relative;
}
.menu-highlight-item.only-icon-highlight .menu-highlight-icon {
    margin-left: 0;
}
.kadence-menu-hidden-title .menu-label-icon-wrap {
    margin-left: 0;
}
.menu-label-icon-wrap {
    margin-left: 0.3em;
}
.kadence-menu-icon-side-left .menu-label-icon-wrap {
    margin-right: 0.3em;
    margin-left: 0;
}
.menu-label-icon {
    display: inline-flex;
    justify-content: center;
}
.menu-label-icon svg {
    width: 1em;
    height: 1em;
    top: 0.125em;
    position: relative;
}
.menu-label-description {
    display: block;
    font-size: 0.8em;
    text-transform: none;
    letter-spacing: normal;
}
.menu-label-content {
    display: block;
}
.header-navigation .kadence-menu-has-description.kadence-menu-has-icon > a,
.mobile-navigation .kadence-menu-has-description.kadence-menu-has-icon > a {
    display: flex;
}
.header-menu-container-kalender ul.menu {
    position: relative;
}
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-enabled > ul a {
    width: 100%;
}
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-enabled > ul .dropdown-nav-toggle {
    display: none;
}
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-enabled > ul > li {
    border-bottom: 0 !important;
}
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-enabled > ul > li > a {
    border-bottom: 1px solid rgb(255 255 255 / 0.1);
}
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-enabled > ul > li:not(.menu-item-has-children):last-child > a {
    border-bottom: 0 !important;
}
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-enabled > ul ul {
    display: block;
    position: static;
    box-shadow: none;
    background: 0 0;
    opacity: 1;
    visibility: hidden;
    transform: none;
    height: auto;
    clip: auto;
}
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-enabled.menu-item--toggled-on ul,
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-enabled:hover ul,
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-enabled:not(.menu-item--has-toggle):focus ul,
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-enabled > ul.opened ul {
    visibility: visible;
}
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-width-container-kalender {
    position: static;
}
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-width-container-kalender > ul.sub-menu {
    width: 100%;
    left: 0;
}
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-enabled:not(.kadence-menu-mega-columns-1) > ul.sub-menu {
    display: grid;
    grid-gap: 16px;
    opacity: 0;
    visibility: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
}
.header-menu-container-kalender
    ul.menu
    > li.kadence-menu-mega-enabled:not(.kadence-menu-mega-columns-1).menu-item--toggled-on
    > ul.sub-menu,
.header-menu-container-kalender
    ul.menu
    > li.kadence-menu-mega-enabled:not(.kadence-menu-mega-columns-1):not(.menu-item--has-toggle):focus
    > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    clip: auto;
    height: auto;
    overflow: visible;
}
.header-menu-container-kalender
    ul.menu
    > li.kadence-menu-mega-enabled:not(.kadence-menu-mega-columns-1).menu-item--toggled-on
    > ul.sub-menu
    ul,
.header-menu-container-kalender
    ul.menu
    > li.kadence-menu-mega-enabled:not(.kadence-menu-mega-columns-1):not(.menu-item--has-toggle):focus
    > ul.sub-menu
    ul {
    visibility: visible;
}
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-columns-2 > ul.sub-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-columns-2.kadence-menu-mega-layout-right-golden > ul.sub-menu {
    grid-template-columns: 1fr 2fr;
}
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-columns-2.kadence-menu-mega-layout-left-golden > ul.sub-menu {
    grid-template-columns: 2fr 1fr;
}
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-columns-3 > ul.sub-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-columns-3.kadence-menu-mega-layout-left-half > ul.sub-menu {
    grid-template-columns: 2fr 1fr 1fr;
}
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-columns-3.kadence-menu-mega-layout-right-half > ul.sub-menu {
    grid-template-columns: 1fr 1fr 2fr;
}
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-columns-3.kadence-menu-mega-layout-center-half > ul.sub-menu {
    grid-template-columns: 1fr 2fr 1fr;
}
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-columns-3.kadence-menu-mega-layout-center-wide > ul.sub-menu {
    grid-template-columns: 2fr 6fr 2fr;
}
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-columns-4 > ul.sub-menu {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-columns-4.kadence-menu-mega-layout-left-forty > ul.sub-menu {
    grid-template-columns: 2fr 1fr 1fr 1fr;
}
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-columns-4.kadence-menu-mega-layout-right-forty > ul.sub-menu {
    grid-template-columns: 1fr 1fr 1fr 2fr;
}
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-columns-5 > ul.sub-menu {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.header-menu-container-kalender ul.menu > li.kadence-menu-mega-columns-6 > ul.sub-menu {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.header-navigation[class*="header-navigation-dropdown-animation-fade"]
    .header-menu-container-kalender
    ul.menu
    > li.kadence-menu-mega-width-custom
    > ul.sub-menu {
    margin-left: -50%;
    left: 50%;
}
.header-navigation.header-navigation-dropdown-animation-none
    .header-menu-container-kalender
    ul.menu
    > li.kadence-menu-mega-width-custom
    > ul.sub-menu {
    transform: translate(-50%, 0);
    left: 50%;
}
.kadence-menu-mega-enabled
    ul.kb-navigation.menu.collapse-sub-nav-desktop-true.collapse-sub-nav-tablet-true.collapse-sub-nav-mobile-true
    li.menu-item
    ul.kb-nav-sub-menu {
    display: none;
}
.kadence-menu-mega-enabled
    ul.kb-navigation.menu.collapse-sub-nav-desktop-true.collapse-sub-nav-tablet-true.collapse-sub-nav-mobile-true
    li.menu-item--toggled-on
    > ul.kb-nav-sub-menu {
    display: block;
}
nav:not(.click-to-open)
    .header-menu-container-kalender
    ul.menu
    > li.kadence-menu-mega-enabled:not(.kadence-menu-mega-columns-1):hover
    > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    clip: auto;
    height: auto;
    overflow: visible;
}
nav.click-to-open
    .header-menu-container-kalender
    ul.menu
    > li.kadence-menu-mega-enabled:not(.kadence-menu-mega-columns-1)
    > ul.sub-menu.opened {
    opacity: 1;
    visibility: visible;
    clip: auto;
    height: auto;
    overflow: visible;
}
.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .wp-block-kadence-column {
    flex: 1;
}
.wp-block-kadence-column.kb-section-dir-horizontal .wp-block-kadence-advancedgallery {
    flex: 1;
}
.wp-block-kadence-column {
    display: flex;
    flex-direction: column;
    z-index: 1;
    min-width: 0;
    min-height: 0;
}
.kt-inside-inner-col {
    flex-direction: column;
    border: 0 solid #fff0;
    position: relative;
    transition: all 0.3s ease;
}
@media (max-width: 767px) {
    .kvs-sm-false {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .kvs-md-false {
        display: none !important;
    }
}
@media screen and (min-width: 1025px) {
    .kvs-lg-false {
        display: none !important;
    }
}
body.admin-bar {
    --kb-admin-bar-visible: 34px;
}
@media screen and (max-width: 782px) {
    body.admin-bar {
        --kb-admin-bar-visible: 46px;
    }
}
.kb-section-is-sticky > .kt-inside-inner-col {
    position: sticky;
    top: calc(var(--kb-admin-bar-visible, 0px) + var(--kb-section-setting-offset, 0px));
}
.kt-inside-inner-col > .kb-section-is-sticky {
    position: sticky;
    top: calc(var(--kb-admin-bar-visible, 0px) + var(--kb-section-setting-offset, 0px));
}
.kt-inside-inner-col > .wp-block-cover {
    height: auto;
}
.kb-section-has-link {
    position: relative;
}
.kb-section-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.kb-section-has-overlay {
    position: relative;
}
.kb-section-has-overlay > .kt-inside-inner-col {
    z-index: 1;
}
.kb-section-has-overlay > .kt-inside-inner-col:before {
    content: "";
    opacity: 0.3;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.wp-block-kadence-advancedheading mark {
    background: #fff0;
    border-style: solid;
    border-width: 0;
}
.wp-block-kadence-advancedheading mark.kt-highlight {
    color: #f76a0c;
}
.kb-adv-heading-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.is-layout-constrained > .kb-advanced-heading-link {
    display: block;
}
.single-content .kadence-advanced-heading-wrapper h1,
.single-content .kadence-advanced-heading-wrapper h2,
.single-content .kadence-advanced-heading-wrapper h3,
.single-content .kadence-advanced-heading-wrapper h4,
.single-content .kadence-advanced-heading-wrapper h5,
.single-content .kadence-advanced-heading-wrapper h6 {
    margin: 1.5em 0 0.5em;
}
.single-content .kadence-advanced-heading-wrapper + * {
    margin-top: 0;
}
.kb-screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
ul.menu .wp-block-kadence-tabs .kt-tabs-wrap .kt-tabs-title-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
ul.menu .wp-block-kadence-tabs .kt-tabs-wrap .kt-tabs-title-list li {
    list-style: none;
}
ul.menu .wp-block-kadence-tabs .kt-tabs-wrap .kt-tabs-title-list li a.kt-tab-title {
    width: auto;
}
.wp-block-kadence-tabs .kt-tabs-title-list * {
    box-sizing: border-box;
}
.wp-block-kadence-tabs .kt-tabs-title-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.wp-block-kadence-tabs .kt-tabs-title-list li {
    margin: 0 4px -1px 0;
    cursor: pointer;
    list-style: none;
}
.wp-block-kadence-tabs .kt-tabs-title-list li a.kt-tab-title {
    padding: 8px 16px;
    display: flex;
    color: var(--global-palette5, #444444);
    align-items: center;
    border-style: solid;
    border-color: #fff0;
    border-width: 1px 1px 0 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    height: 100%;
}
.wp-block-kadence-tabs .kt-tabs-title-list li a.kt-tab-title:focus {
    text-decoration: none;
}
.wp-block-kadence-tabs .kt-tabs-title-list li a.kt-tab-title:hover {
    text-decoration: none;
}
.wp-block-kadence-tabs .kt-tabs-title-list li.kt-tab-title-active {
    z-index: 4;
    text-decoration: none;
    position: relative;
}
.wp-block-kadence-tabs .kt-tabs-title-list li.kt-tab-title-active .kt-tab-title {
    background-color: #fff;
    border-color: #dee2e6;
}
.wp-block-kadence-tabs .kt-title-item svg {
    width: 1em;
    height: 1em;
}
.wp-block-kadence-tabs .kt-title-item .kb-svg-icon-wrap {
    display: inline-flex;
}
.kt-tabs-icon-side-top .kt-tab-title {
    flex-direction: column;
}
.kt-tabs-icon-side-top .kb-svg-icon-wrap,
.kt-tabs-icon-side-top .kt-tab-svg-icon {
    padding-bottom: 5px;
}
.kt-tabs-icon-side-bottom .kb-svg-icon-wrap,
.kt-tabs-icon-side-bottom .kt-tab-svg-icon {
    padding-top: 5px;
}
.kt-tabs-icon-side-left .kb-svg-icon-wrap,
.kt-tabs-icon-side-left .kt-tab-svg-icon {
    padding-right: 5px;
}
.kt-tabs-icon-side-right .kb-svg-icon-wrap,
.kt-tabs-icon-side-right .kt-tab-svg-icon {
    padding-left: 5px;
}
.kt-tabs-accordion-title.kt-tabs-icon-side-top .kt-tab-title {
    align-items: flex-start;
}
.kt-tabs-accordion-title .kt-tab-title {
    padding: 8px 16px;
    display: flex;
    color: #444;
    align-items: center;
    border-style: solid;
    border-color: #fff0;
    border-width: 1px 1px 0 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
.kt-tabs-accordion-title.kt-tab-title-active {
    z-index: 4;
}
.kt-tabs-accordion-title.kt-tab-title-active .kt-tab-title {
    background-color: #fff;
    border-color: #dee2e6;
}
.wp-block-kadence-tabs .kt-tab-inner-content-inner p:last-child {
    margin-bottom: 0;
}
.wp-block-kadence-tabs .kt-tab-inner-content-inner p:first-child {
    margin-top: 0;
}
.kt-tab-alignment-center > .kt-tabs-title-list,
.kt-tab-alignment-center > .kt-tabs-content-wrap > .kt-tabs-accordion-title a {
    justify-content: center;
}
.kt-tab-alignment-right > .kt-tabs-title-list,
.kt-tab-alignment-right > .kt-tabs-content-wrap > .kt-tabs-accordion-title a {
    justify-content: flex-end;
}
.kt-tabs-content-wrap:before,
.kt-tabs-content-wrap:after {
    content: "";
    clear: both;
    display: table;
}
.kt-tabs-content-wrap {
    position: relative;
}
.kt-tabs-wrap {
    margin: 0 auto;
}
.kt-tabs-wrap .wp-block-kadence-tab {
    border: 1px solid #dee2e6;
    padding: 20px;
    text-align: left;
}
.kt-tabs-wrap .wp-block-kadence-tab[role="tabpanel"] {
    display: none;
}
.kb-tab-titles-wrap {
    display: inline-flex;
    flex-direction: column;
}
.kt-title-sub-text {
    font-size: 14px;
    line-height: 24px;
}
.kt-tabs-layout-vtabs:after,
.kt-tabs-wrap:after {
    clear: both;
    display: table;
    content: "";
}
.kt-tabs-layout-vtabs > .kt-tabs-title-list {
    float: left;
    width: 30%;
    flex-direction: column;
}
.kt-tabs-layout-vtabs > .kt-tabs-title-list li {
    margin: 0 -1px 4px 0;
}
.kt-tabs-layout-vtabs > .kt-tabs-title-list li .kt-tab-title {
    border-width: 1px 0 1px 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.kt-tabs-layout-vtabs > .kt-tabs-title-list li.kt-tabs-icon-side-top .kt-tab-title {
    align-items: flex-start;
}
.kt-tabs-layout-vtabs > .kt-tabs-content-wrap {
    float: left;
    width: 70%;
}
.kt-tabs-layout-vtabs.kt-tab-alignment-left > .kt-tabs-title-list li .kt-tab-title {
    align-items: center;
    justify-content: flex-start;
}
.kt-tabs-layout-vtabs.kt-tab-alignment-center > .kt-tabs-title-list {
    justify-content: flex-start;
}
.kt-tabs-layout-vtabs.kt-tab-alignment-center > .kt-tabs-title-list li {
    text-align: center;
}
.kt-tabs-layout-vtabs.kt-tab-alignment-center > .kt-tabs-title-list li .kt-tab-title {
    justify-content: center;
    align-items: center;
}
.kt-tabs-layout-vtabs.kt-tab-alignment-center > .kt-tabs-title-list li .kb-tab-titles-wrap {
    align-items: center;
}
.kt-tabs-layout-vtabs.kt-tab-alignment-right > .kt-tabs-title-list {
    justify-content: flex-start;
}
.kt-tabs-layout-vtabs.kt-tab-alignment-right > .kt-tabs-title-list li {
    text-align: right;
}
.kt-tabs-layout-vtabs.kt-tab-alignment-right > .kt-tabs-title-list li .kt-tab-title {
    justify-content: flex-end;
    align-items: center;
}
.kt-tabs-layout-vtabs.kt-tab-alignment-right > .kt-tabs-title-list li .kb-tab-titles-wrap {
    align-items: flex-end;
}
.kt-tabs-svg-show-only .kt-button-text,
.kt-tabs-svg-show-only .kb-tab-titles-wrap {
    display: none;
}
.wp-block-kadence-tabs .kt-tabs-content-wrap .kt-tabs-accordion-title .kt-tab-title {
    border-radius: 0;
}
.kt-tabs-svg-show-only .kt-title-text {
    display: none;
}
.kt-title-svg-side-left {
    padding-right: 5px;
}
.kt-title-svg-side-right {
    padding-left: 5px;
}
.kt-tabs-svg-show-only .kt-title-svg-side-right {
    padding-left: 0;
}
.kt-tabs-svg-show-only .kt-title-svg-side-left {
    padding-right: 0;
}
.kt-tabs-accordion-title {
    display: none;
}
@media (min-width: 767px) and (max-width: 1024px) {
    .kt-tabs-tablet-layout-tabs.kt-tabs-layout-vtabs .kt-tabs-title-list {
        float: none;
        width: 100%;
        flex-direction: row;
    }
    .kt-tabs-tablet-layout-tabs.kt-tabs-layout-vtabs .kt-tabs-title-list li {
        margin: 0 4px -1px 0;
    }
    .kt-tabs-tablet-layout-tabs.kt-tabs-layout-vtabs .kt-tabs-title-list li .kt-tab-title {
        border-width: 1px 1px 0 1px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    .kt-tabs-tablet-layout-tabs.kt-tabs-layout-vtabs .kt-tabs-title-list li.kt-tabs-icon-side-top .kt-tab-title {
        align-items: center;
    }
    .kt-tabs-tablet-layout-tabs.kt-tabs-layout-vtabs .kt-tabs-content-wrap {
        float: none;
        width: 100%;
    }
    .kt-tabs-tablet-layout-accordion > .kt-tabs-title-list:not(.asfo):not(.amsfo):not(.aemsfo) {
        display: none;
    }
    .kt-tabs-tablet-layout-accordion > .kt-tabs-content-wrap > .kt-tabs-accordion-title {
        display: block;
    }
    .kt-tabs-tablet-layout-accordion > .kt-tabs-content-wrap {
        float: none;
        width: 100%;
    }
    .kt-tabs-tablet-layout-vtabs .kt-tabs-title-list {
        float: left;
        width: 30%;
        flex-direction: column;
    }
    .kt-tabs-tablet-layout-vtabs .kt-tabs-title-list li {
        margin: 0 -1px 4px 0;
    }
    .kt-tabs-tablet-layout-vtabs .kt-tabs-title-list li .kt-tab-title {
        border-width: 1px 0 1px 1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .kt-tabs-tablet-layout-vtabs .kt-tabs-title-list li.kt-tabs-icon-side-top .kt-tab-title {
        align-items: flex-start;
    }
    .kt-tabs-tablet-layout-vtabs .kt-tabs-content-wrap {
        float: left;
        width: 70%;
    }
    .kt-tabs-tablet-layout-vtabs.kt-tab-alignment-center .kt-tabs-title-list {
        justify-content: flex-start;
    }
    .kt-tabs-tablet-layout-vtabs.kt-tab-alignment-center .kt-tabs-title-list li {
        text-align: center;
    }
    .kt-tabs-tablet-layout-vtabs.kt-tab-alignment-center .kt-tabs-title-list li .kt-tab-title {
        justify-content: center;
    }
    .kt-tabs-tablet-layout-vtabs.kt-tab-alignment-right .kt-tabs-title-list {
        justify-content: flex-start;
    }
    .kt-tabs-tablet-layout-vtabs.kt-tab-alignment-right .kt-tabs-title-list li {
        text-align: right;
    }
    .kt-tabs-tablet-layout-vtabs.kt-tab-alignment-right .kt-tabs-title-list li .kt-tab-title {
        justify-content: flex-end;
    }
}
@media (max-width: 767px) {
    .kt-tabs-mobile-layout-tabs.kt-tabs-layout-vtabs .kt-tabs-title-list {
        float: none;
        width: 100%;
        flex-direction: row;
    }
    .kt-tabs-mobile-layout-tabs.kt-tabs-layout-vtabs .kt-tabs-title-list li {
        margin: 0 4px -1px 0;
    }
    .kt-tabs-mobile-layout-tabs.kt-tabs-layout-vtabs .kt-tabs-title-list li .kt-tab-title {
        border-width: 1px 1px 0 1px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    .kt-tabs-mobile-layout-tabs.kt-tabs-layout-vtabs .kt-tabs-title-list li.kt-tabs-icon-side-top .kt-tab-title {
        align-items: center;
    }
    .kt-tabs-mobile-layout-tabs.kt-tabs-layout-vtabs .kt-tabs-content-wrap {
        float: none;
        width: 100%;
    }
    .kt-tabs-mobile-layout-accordion > .kt-tabs-title-list:not(.asfo):not(.amsfo):not(.aemsfo) {
        display: none;
    }
    .kt-tabs-mobile-layout-accordion > .kt-tabs-content-wrap > .kt-tabs-accordion-title {
        display: block;
    }
    .kt-tabs-mobile-layout-accordion > .kt-tabs-content-wrap {
        float: none;
        width: 100%;
    }
    .kt-tabs-mobile-layout-vtabs .kt-tabs-title-list {
        float: left;
        width: 30%;
        flex-direction: column;
    }
    .kt-tabs-mobile-layout-vtabs .kt-tabs-title-list li {
        margin: 0 -1px 4px 0;
    }
    .kt-tabs-mobile-layout-vtabs .kt-tabs-title-list li .kt-tab-title {
        border-width: 1px 0 1px 1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .kt-tabs-mobile-layout-vtabs .kt-tabs-title-list li.kt-tabs-icon-side-top .kt-tab-title {
        align-items: flex-start;
    }
    .kt-tabs-mobile-layout-vtabs .kt-tabs-content-wrap {
        float: left;
        width: 70%;
    }
    .kt-tabs-mobile-layout-vtabs.kt-tab-alignment-center .kt-tabs-title-list {
        justify-content: flex-start;
    }
    .kt-tabs-mobile-layout-vtabs.kt-tab-alignment-center .kt-tabs-title-list li {
        text-align: center;
    }
    .kt-tabs-mobile-layout-vtabs.kt-tab-alignment-center .kt-tabs-title-list li .kt-tab-title {
        justify-content: center;
    }
    .kt-tabs-mobile-layout-vtabs.kt-tab-alignment-right .kt-tabs-title-list {
        justify-content: flex-start;
    }
    .kt-tabs-mobile-layout-vtabs.kt-tab-alignment-right .kt-tabs-title-list li {
        text-align: right;
    }
    .kt-tabs-mobile-layout-vtabs.kt-tab-alignment-right .kt-tabs-title-list li .kt-tab-title {
        justify-content: flex-end;
    }
}
ul.kt-tabs-title-list.kb-tab-title-columns-8 > li {
    flex: 0 1 12.5%;
}
ul.kt-tabs-title-list.kb-tab-title-columns-7 > li {
    flex: 0 1 14.28%;
}
ul.kt-tabs-title-list.kb-tab-title-columns-6 > li {
    flex: 0 1 16.66%;
}
ul.kt-tabs-title-list.kb-tab-title-columns-5 > li {
    flex: 0 1 20%;
}
ul.kt-tabs-title-list.kb-tab-title-columns-4 > li {
    flex: 0 1 25%;
}
ul.kt-tabs-title-list.kb-tab-title-columns-3 > li {
    flex: 0 1 33.33%;
}
ul.kt-tabs-title-list.kb-tab-title-columns-2 > li {
    flex: 0 1 50%;
}
ul.kt-tabs-title-list.kb-tab-title-columns-1 > li {
    flex: 0 1 100%;
}
.rtl ul.kt-tabs-title-list.kb-tab-title-columns-1 > li > .kt-tab-title {
    margin-left: 0px !important;
}
.rtl ul.kt-tabs-title-list.kb-tabs-list-columns > li:last-child > .kt-tab-title {
    margin-left: 0px !important;
}
ul.kt-tabs-title-list.kb-tabs-list-columns .kt-tab-title {
    justify-content: center;
    text-align: center;
}
ul.kt-tabs-title-list.kb-tabs-list-columns {
    word-break: break-word;
}
.kt-tab-alignment-center ul.kt-tabs-title-list.kb-tabs-list-columns .kb-tab-titles-wrap {
    align-items: center;
}
.kt-tab-alignment-right ul.kt-tabs-title-list.kb-tabs-list-columns .kb-tab-titles-wrap {
    align-items: flex-end;
}
.rtl .wp-block-kadence-tabs .kt-tabs-title-list {
    margin: 0;
    padding: 0;
}
.wp-block-kadence-image:not(:last-child) {
    margin-bottom: 1em;
}
.wp-block-kadence-image .kb-image-tooltip-border {
    border-bottom: 1px dashed currentColor;
}
.wp-block-kadence-image .kb-image-tooltip-border.kb-advanced-image-link {
    display: block;
}
.wp-block-kadence-image img {
    max-width: 100%;
    border: 0 solid currentColor;
    box-sizing: border-box;
}
.wp-block-kadence-image .kb-img-transparent {
    display: none;
}
.wp-block-kadence-image .aligncenter {
    text-align: center;
}
.wp-block-kadence-image .aligncenter.kb-image-is-ratio-size {
    width: 100%;
}
.wp-block-kadence-image.alignfull img,
.wp-block-kadence-image.alignwide img {
    width: 100%;
}
.wp-block-kadence-image .alignleft,
.wp-block-kadence-image .alignright,
.wp-block-kadence-image .aligncenter {
    display: table;
}
.wp-block-kadence-image .alignleft > figcaption,
.wp-block-kadence-image .alignright > figcaption,
.wp-block-kadence-image .aligncenter > figcaption {
    display: table-caption;
    caption-side: bottom;
}
.wp-block-kadence-image .alignleft {
    float: left;
    position: relative;
    margin-left: 0;
    margin-right: var(--global-md-spacing, 1em);
    margin-top: 0.3em;
    margin-bottom: var(--global-md-spacing, 1em);
}
.wp-block-kadence-image .alignright {
    float: right;
    position: relative;
    margin-right: 0;
    margin-left: var(--global-md-spacing, 1em);
    margin-top: 0.3em;
    margin-bottom: var(--global-md-spacing, 1em);
}
.wp-block-kadence-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.wp-block-kadence-image figcaption {
    margin-top: 0.5em;
    font-size: 90%;
}
.wp-block-kadence-image figcaption img {
    display: inline;
}
.wp-block-kadence-image .kb-is-ratio-image {
    height: 0;
    position: relative;
}
.wp-block-kadence-image .kb-is-ratio-image img {
    position: absolute;
    flex: 1;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    top: 0;
    left: 0;
}
.wp-block-kadence-image .kb-image-ratio-square {
    padding-bottom: 100%;
}
.wp-block-kadence-image .kb-image-ratio-land43 {
    padding-bottom: 75%;
}
.wp-block-kadence-image .kb-image-ratio-land32 {
    padding-bottom: 66.67%;
}
.wp-block-kadence-image .kb-image-ratio-land169 {
    padding-bottom: 56.25%;
}
.wp-block-kadence-image .kb-image-ratio-land21 {
    padding-bottom: 50%;
}
.wp-block-kadence-image .kb-image-ratio-land31 {
    padding-bottom: 33%;
}
.wp-block-kadence-image .kb-image-ratio-land41 {
    padding-bottom: 25%;
}
.wp-block-kadence-image .kb-image-ratio-port34 {
    padding-bottom: 133.33%;
}
.wp-block-kadence-image .kb-image-ratio-port23 {
    padding-bottom: 150%;
}
.single-content .wp-block-kadence-image .alignleft,
.single-content .wp-block-kadence-image .alignright {
    margin-bottom: var(--global-md-spacing, 1em);
}
.kb-filter-earlybird img::before {
    background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
    mix-blend-mode: overlay;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 40px;
    z-index: 1;
}
.kb-filter-earlybird img {
    filter: contrast(0.9) sepia(0.2);
}
.kb-filter-vintage img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow:
        inset 0 0 100px rgb(0 0 20 / 0.4),
        inset 0 5px 15px rgb(0 0 0 / 0.1);
    background: linear-gradient(to bottom, rgb(255 145 0 / 0.2) 0%, rgb(255 230 48 / 0.2) 60%),
        linear-gradient(20deg, rgb(255 0 0 / 0.2) 0%, #fff0 35%);
}
.kb-filter-vintage img {
    filter: sepia(0.2) brightness(1.1) contrast(1.3);
}
.kb-filter-grayscale img {
    filter: grayscale(1);
}
.kb-filter-sepia img {
    filter: sepia(0.5);
}
.kb-filter-saturation img {
    filter: saturate(1.6);
}
.kb-filter-toaster img::after {
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.kb-filter-toaster img {
    filter: contrast(1.5) brightness(0.9);
}
.kb-filter-mayfair img::after {
    background: radial-gradient(circle at 40% 40%, rgb(255 255 255 / 0.8), rgb(255 200 200 / 0.6), #111 60%);
    mix-blend-mode: overlay;
    opacity: 0.4;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.kb-filter-mayfair img {
    filter: contrast(1.1) saturate(1.1);
}
.wp-block-kadence-image figure {
    margin: 0;
}
.kb-image-has-overlay {
    position: relative;
}
.kb-image-has-overlay:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}
@media (min-width: 1025px) {
    .header-desktop-transparent .wp-block-kadence-image.has-transparent-img .kb-img {
        display: none;
    }
    .header-desktop-transparent .wp-block-kadence-image.has-transparent-img .kb-img-transparent {
        display: initial;
    }
}
@media (min-width: 720px) and (max-width: 1024px) {
    .header-tablet-transparent .wp-block-kadence-image.has-transparent-img .kb-img {
        display: none;
    }
    .header-tablet-transparent .wp-block-kadence-image.has-transparent-img .kb-img-transparent {
        display: initial;
    }
}
@media (max-width: 719px) {
    .header-mobile-transparent .wp-block-kadence-image.has-transparent-img .kb-img {
        display: none;
    }
    .header-mobile-transparent .wp-block-kadence-image.has-transparent-img .kb-img-transparent {
        display: initial;
    }
}
.kb-buttons-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: var(--global-kb-gap-xs, 0.5rem);
}
.kb-button {
    z-index: 1;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.kb-button.wp-block-button__link {
    width: auto;
    height: auto;
}
.kb-button.kt-btn-width-type-full {
    flex: 1 0 fit-content;
    width: 100%;
}
.kb-blocks-button-aos.kb-btn-width-type-full {
    flex: 1 0 fit-content;
    width: 100%;
}
.wp-block-kadence-advancedbtn .kb-button:not(.specificity):not(.extra-specificity) {
    text-decoration: none;
}
.kb-button:not(.kb-btn-global-inherit) {
    border: 0 solid #fff0;
    padding: 0.4em 1em;
    cursor: pointer;
    font-size: 1.125rem;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
}
.kb-button:not(.kb-btn-global-inherit):hover {
    box-shadow: none;
}
.kb-button.kb-btn-global-fill {
    border: 0 solid #fff0;
    border-radius: 3px;
    background: var(--global-palette-btn-bg, #3633e1);
    color: var(--global-palette-btn, #ffffff);
}
.kb-button.kb-btn-global-fill:hover {
    color: var(--global-palette-btn-hover, #ffffff);
    background: var(--global-palette-btn-bg-hover, #2f2ffc);
}
.kb-button.kb-btn-global-fill:focus {
    color: var(--global-palette-btn-hover, #ffffff);
    background: var(--global-palette-btn-bg-hover, #2f2ffc);
}
.kb-button.kb-btn-global-outline {
    border: 2px solid var(--global-palette-btn-bg, #3633e1);
    background: #fff0;
    color: var(--global-palette-btn-bg, #3633e1);
    padding: calc(0.4em - 2px) calc(1em - 2px);
}
.kb-button.kb-btn-global-outline:hover {
    border-color: var(--global-palette-btn-bg-hover, #2f2ffc);
    background: #fff0;
    color: var(--global-palette-btn-bg-hover, #2f2ffc);
}
.kb-button.kb-btn-global-outline:focus {
    border-color: var(--global-palette-btn-bg-hover, #2f2ffc);
    background: #fff0;
    color: var(--global-palette-btn-bg-hover, #2f2ffc);
}
.kb-button::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    background: #fff0;
}
.kb-button:hover::before,
.kb-button:focus::before {
    opacity: 1;
}
.wp-block-kadence-advancedbtn .kb-button.kt-btn-size-small {
    font-size: 0.9rem;
}
.wp-block-kadence-advancedbtn .kb-button.kt-btn-size-large {
    font-size: 1.35rem;
}
.wp-block-kadence-advancedbtn .kb-button.kt-btn-size-xlarge {
    font-size: 1.65rem;
}
.kb-button.kb-btn-global-outline.kt-btn-size-xlarge {
    border-width: 4px;
}
.kb-button.kb-btn-global-outline.kt-btn-size-large {
    border-width: 3px;
    padding: calc(0.4em - 3px) calc(1em - 3px);
}
.kb-button.kb-btn-global-outline.kt-btn-size-small {
    border-width: 1px;
    padding: calc(0.4em - 1px) calc(1em - 1px);
}
.kb-button.kt-btn-has-svg-true {
    gap: 0.5em;
    display: inline-flex;
}
.wp-block-kadence-advancedbtn .kb-svg-icon-wrap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.wp-block-kadence-advancedbtn .kb-svg-icon-wrap svg {
    width: 1em;
    height: 1em;
}
.kb-button.icon-reveal .kb-svg-icon-wrap {
    transition:
        transform 0.3s ease-in-out,
        width 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
    width: 0;
    opacity: 0;
}
.kb-button.icon-reveal:hover .kb-svg-icon-wrap {
    width: var(--kb-button-icon-size, 24px);
    opacity: 1;
}
.wp-block-kadence-iconlist
    ul.kt-svg-icon-list:not(.this-prevents-issues):not(.this-stops-third-party-issues):not(.tijsloc) {
    list-style: none;
    padding: 0;
    display: grid;
}
.wp-block-kadence-iconlist
    ul.kt-svg-icon-list
    li.kt-svg-icon-list-item-wrap:not(.this-prevents-issues):not(.this-stops-third-party-issues):not(.tijsloc) {
    display: flex;
}
.wp-block-kadence-iconlist ul.kt-svg-icon-list {
    padding: 0;
    list-style: none;
    margin: 0 0 10px 0;
    text-align: left;
    grid-template-rows: auto;
    display: grid;
    gap: 5px 0;
}
.wp-block-kadence-iconlist ul.kt-svg-icon-list svg {
    width: 1em;
    height: 1em;
}
.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap {
    display: flex;
    align-items: center;
    padding: 0;
}
.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap .kt-svg-icon-list-single {
    margin-right: 10px;
    padding: 4px 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap .kt-svg-icon-link {
    display: flex;
    align-items: center;
}
.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap:last-child {
    margin-bottom: 0;
}
.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-level-0 {
    padding-left: 0rem;
}
.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-level-1 {
    padding-left: 2rem;
}
.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-level-2 {
    padding-left: 4rem;
}
.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-level-3 {
    padding-left: 6rem;
}
.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-level-4 {
    padding-left: 8rem;
}
.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-level-5 {
    padding-left: 10rem;
}
.rtl .wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap .kt-svg-icon-list-single {
    margin-left: 10px;
    margin-right: 0;
}
.kb-icon-list-tooltip-wrap {
    display: flex;
    align-items: center;
}
.wp-block-kadence-listitem .kb-icon-list-tooltip:where(:not(.kb-list-tooltip-no-border)) {
    border-bottom: 1px dashed currentColor;
}
.wp-block-kadence-listitem .kt-svg-icon-link > .kb-icon-list-tooltip {
    border-bottom: none;
}
.wp-block-kadence-iconlist.kt-list-icon-aligntop ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap {
    align-items: flex-start;
}
.wp-block-kadence-iconlist.kt-list-icon-alignbottom ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap {
    align-items: flex-end;
}
.wp-block-kadence-iconlist.aligncenter .kt-svg-icon-list-item-wrap {
    justify-content: center;
}
.kt-svg-icon-list-style-stacked .kt-svg-icon-list-single {
    border-style: solid;
    border-width: 0;
}
.kt-svg-icon-list-columns-2 ul.kt-svg-icon-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.kt-svg-icon-list-columns-3 ul.kt-svg-icon-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.wp-block-kadence-iconlist.kt-list-icon-aligntop ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap a.kt-svg-icon-link {
    align-items: flex-start;
}
.wp-block-kadence-iconlist.kt-list-icon-alignbottom ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap a.kt-svg-icon-link {
    align-items: flex-end;
}
@media (max-width: 1024px) {
    .kt-tablet-svg-icon-list-columns-1 ul.kt-svg-icon-list {
        grid-template-columns: minmax(0, 1fr);
    }
    .kt-tablet-svg-icon-list-columns-2 ul.kt-svg-icon-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .kt-tablet-svg-icon-list-columns-3 ul.kt-svg-icon-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 767px) {
    .kt-mobile-svg-icon-list-columns-1 ul.kt-svg-icon-list {
        grid-template-columns: minmax(0, 1fr);
    }
    .kt-mobile-svg-icon-list-columns-2 ul.kt-svg-icon-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .kt-mobile-svg-icon-list-columns-3 ul.kt-svg-icon-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.rank-math-list-item {
    margin-bottom: 2em;
}
:root {
    --global-kb-font-size-sm: clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem);
    --global-kb-font-size-md: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);
    --global-kb-font-size-lg: clamp(1.75rem, 1.576rem + 0.543vw, 2rem);
    --global-kb-font-size-xl: clamp(2.25rem, 1.728rem + 1.63vw, 3rem);
    --global-kb-font-size-xxl: clamp(2.5rem, 1.456rem + 3.26vw, 4rem);
    --global-kb-font-size-xxxl: clamp(2.75rem, 0.489rem + 7.065vw, 6rem);
}
.kadence-column2814_87e543-ba {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical)
    > .kt-inside-inner-col
    > .kadence-column2814_87e543-ba {
    -webkit-flex: 0 1 1080px;
    flex: 0 1 1080px;
    max-width: unset;
    margin-left: unset;
    margin-right: unset;
}
.kadence-column2814_87e543-ba > .kt-inside-inner-col {
    padding-top: 0;
    padding-right: var(--global-kb-spacing-sm, 1.5rem);
    padding-left: var(--global-kb-spacing-sm, 1.5rem);
}
.kadence-column2814_87e543-ba > .kt-inside-inner-col,
.kadence-column2814_87e543-ba > .kt-inside-inner-col:before {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.kadence-column2814_87e543-ba > .kt-inside-inner-col {
    column-gap: var(--global-kb-gap-sm, 1rem);
}
.kadence-column2814_87e543-ba > .kt-inside-inner-col {
    flex-direction: column;
}
.kadence-column2814_87e543-ba > .kt-inside-inner-col > .aligncenter {
    width: 100%;
}
.kadence-column2814_87e543-ba > .kt-inside-inner-col {
    background-color: var(--global-palette9, #ffffff);
}
.kadence-column2814_87e543-ba,
.kt-inside-inner-col > .kadence-column2814_87e543-ba:not(.specificity) {
    margin-top: var(--global-kb-spacing-md, 2rem);
}
@media all and (min-width: 1025px) {
    .wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column2814_87e543-ba {
        -webkit-flex: 0 1 1080px;
        flex: 0 1 1080px;
        max-width: unset;
        margin-left: unset;
        margin-right: unset;
    }
}
@media all and (max-width: 1024px) {
    .kadence-column2814_87e543-ba > .kt-inside-inner-col {
        flex-direction: column;
        justify-content: center;
    }
}
@media all and (max-width: 767px) {
    .wp-block-kadence-column.kb-section-sm-dir-vertical:not(.kb-section-sm-dir-horizontal):not(
            .kb-section-sm-dir-specificity
        )
        > .kt-inside-inner-col
        > .kadence-column2814_87e543-ba {
        max-width: 1080px;
        -webkit-flex: 1;
        flex: 1;
        margin-left: auto;
        margin-right: auto;
    }
    .kadence-column2814_87e543-ba > .kt-inside-inner-col {
        flex-direction: column;
        justify-content: center;
    }
}
.wp-block-kadence-advancedheading.kt-adv-heading2814_b99306-b0,
.wp-block-kadence-advancedheading.kt-adv-heading2814_b99306-b0[data-kb-block="kb-adv-heading2814_b99306-b0"] {
    padding-top: var(--global-kb-spacing-xs, 1rem);
    text-align: center;
    font-size: var(--global-kb-font-size-xl, 3rem);
    color: #ae1615;
    text-shadow: 1px 2px 1px rgb(0 0 0 / 0.19);
}
.wp-block-kadence-advancedheading.kt-adv-heading2814_b99306-b0 mark.kt-highlight,
.wp-block-kadence-advancedheading.kt-adv-heading2814_b99306-b0[data-kb-block="kb-adv-heading2814_b99306-b0"]
    mark.kt-highlight {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.kadence-column2814_054da2-5c {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical)
    > .kt-inside-inner-col
    > .kadence-column2814_054da2-5c {
    -webkit-flex: 0 1 1080px;
    flex: 0 1 1080px;
    max-width: unset;
    margin-left: unset;
    margin-right: unset;
}
.kadence-column2814_054da2-5c > .kt-inside-inner-col {
    column-gap: var(--global-kb-gap-sm, 1rem);
}
.kadence-column2814_054da2-5c > .kt-inside-inner-col {
    flex-direction: column;
}
.kadence-column2814_054da2-5c > .kt-inside-inner-col > .aligncenter {
    width: 100%;
}
@media all and (min-width: 1025px) {
    .wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column2814_054da2-5c {
        -webkit-flex: 0 1 1080px;
        flex: 0 1 1080px;
        max-width: unset;
        margin-left: unset;
        margin-right: unset;
    }
}
@media all and (max-width: 1024px) {
    .kadence-column2814_054da2-5c > .kt-inside-inner-col {
        flex-direction: column;
        justify-content: center;
    }
}
@media all and (max-width: 767px) {
    .wp-block-kadence-column.kb-section-sm-dir-vertical:not(.kb-section-sm-dir-horizontal):not(
            .kb-section-sm-dir-specificity
        )
        > .kt-inside-inner-col
        > .kadence-column2814_054da2-5c {
        max-width: 1080px;
        -webkit-flex: 1;
        flex: 1;
        margin-left: auto;
        margin-right: auto;
    }
    .kadence-column2814_054da2-5c > .kt-inside-inner-col {
        flex-direction: column;
        justify-content: center;
    }
}
.kadence-column2814_a6d2b7-bd {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical)
    > .kt-inside-inner-col
    > .kadence-column2814_a6d2b7-bd {
    -webkit-flex: 0 1 1080px;
    flex: 0 1 1080px;
    max-width: unset;
    margin-left: unset;
    margin-right: unset;
}
.kadence-column2814_a6d2b7-bd > .kt-inside-inner-col,
.kadence-column2814_a6d2b7-bd > .kt-inside-inner-col:before {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.kadence-column2814_a6d2b7-bd > .kt-inside-inner-col {
    column-gap: var(--global-kb-gap-sm, 1rem);
}
.kadence-column2814_a6d2b7-bd > .kt-inside-inner-col {
    flex-direction: column;
}
.kadence-column2814_a6d2b7-bd > .kt-inside-inner-col > .aligncenter {
    width: 100%;
}
.kadence-column2814_a6d2b7-bd > .kt-inside-inner-col {
    background-color: #ffabab;
}
.kadence-column2814_a6d2b7-bd,
.kt-inside-inner-col > .kadence-column2814_a6d2b7-bd:not(.specificity) {
    margin-top: var(--global-kb-spacing-lg, 3rem);
}
@media all and (min-width: 1025px) {
    .wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column2814_a6d2b7-bd {
        -webkit-flex: 0 1 1080px;
        flex: 0 1 1080px;
        max-width: unset;
        margin-left: unset;
        margin-right: unset;
    }
}
@media all and (max-width: 1024px) {
    .kadence-column2814_a6d2b7-bd > .kt-inside-inner-col {
        flex-direction: column;
        justify-content: center;
    }
}
@media all and (max-width: 767px) {
    .wp-block-kadence-column.kb-section-sm-dir-vertical:not(.kb-section-sm-dir-horizontal):not(
            .kb-section-sm-dir-specificity
        )
        > .kt-inside-inner-col
        > .kadence-column2814_a6d2b7-bd {
        max-width: 1080px;
        -webkit-flex: 1;
        flex: 1;
        margin-left: auto;
        margin-right: auto;
    }
    .kadence-column2814_a6d2b7-bd > .kt-inside-inner-col {
        flex-direction: column;
        justify-content: center;
    }
}
.wp-block-kadence-advancedheading.kt-adv-heading2814_71070f-35,
.wp-block-kadence-advancedheading.kt-adv-heading2814_71070f-35[data-kb-block="kb-adv-heading2814_71070f-35"] {
    padding-top: var(--global-kb-spacing-xxs, 0.5rem);
    padding-bottom: var(--global-kb-spacing-xxs, 0.5rem);
    text-align: center;
    background-color: #ae1615;
    border-top-left-radius: 55px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 55px;
    border-bottom-left-radius: 5px;
}
.wp-block-kadence-advancedheading.kt-adv-heading2814_71070f-35 mark.kt-highlight,
.wp-block-kadence-advancedheading.kt-adv-heading2814_71070f-35[data-kb-block="kb-adv-heading2814_71070f-35"]
    mark.kt-highlight {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
@media all and (max-width: 767px) {
    .wp-block-kadence-advancedheading.kt-adv-heading2814_71070f-35,
    .wp-block-kadence-advancedheading.kt-adv-heading2814_71070f-35[data-kb-block="kb-adv-heading2814_71070f-35"] {
        font-size: 22px;
    }
}
.wp-block-kadence-advancedheading.kt-adv-heading2814_1856cb-0b,
.wp-block-kadence-advancedheading.kt-adv-heading2814_1856cb-0b[data-kb-block="kb-adv-heading2814_1856cb-0b"] {
    padding-top: var(--global-kb-spacing-xs, 1rem);
}
.wp-block-kadence-advancedheading.kt-adv-heading2814_1856cb-0b mark.kt-highlight,
.wp-block-kadence-advancedheading.kt-adv-heading2814_1856cb-0b[data-kb-block="kb-adv-heading2814_1856cb-0b"]
    mark.kt-highlight {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.kadence-column2814_481fbe-8c {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical)
    > .kt-inside-inner-col
    > .kadence-column2814_481fbe-8c {
    -webkit-flex: 0 1 1080px;
    flex: 0 1 1080px;
    max-width: unset;
    margin-left: unset;
    margin-right: unset;
}
.kadence-column2814_481fbe-8c > .kt-inside-inner-col {
    column-gap: var(--global-kb-gap-sm, 1rem);
}
.kadence-column2814_481fbe-8c > .kt-inside-inner-col {
    flex-direction: column;
}
.kadence-column2814_481fbe-8c > .kt-inside-inner-col > .aligncenter {
    width: 100%;
}
@media all and (min-width: 1025px) {
    .wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column2814_481fbe-8c {
        -webkit-flex: 0 1 1080px;
        flex: 0 1 1080px;
        max-width: unset;
        margin-left: unset;
        margin-right: unset;
    }
}
@media all and (max-width: 1024px) {
    .kadence-column2814_481fbe-8c > .kt-inside-inner-col {
        flex-direction: column;
        justify-content: center;
    }
}
@media all and (max-width: 767px) {
    .wp-block-kadence-column.kb-section-sm-dir-vertical:not(.kb-section-sm-dir-horizontal):not(
            .kb-section-sm-dir-specificity
        )
        > .kt-inside-inner-col
        > .kadence-column2814_481fbe-8c {
        max-width: 1080px;
        -webkit-flex: 1;
        flex: 1;
        margin-left: auto;
        margin-right: auto;
    }
    .kadence-column2814_481fbe-8c > .kt-inside-inner-col {
        flex-direction: column;
        justify-content: center;
    }
}
.kadence-column2814_2ad6aa-97 > .kt-inside-inner-col,
.kadence-column2814_2ad6aa-97 > .kt-inside-inner-col:before {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.kadence-column2814_2ad6aa-97 > .kt-inside-inner-col {
    column-gap: var(--global-kb-gap-sm, 1rem);
}
.kadence-column2814_2ad6aa-97 > .kt-inside-inner-col {
    flex-direction: column;
}
.kadence-column2814_2ad6aa-97 > .kt-inside-inner-col > .aligncenter {
    width: 100%;
}
.kadence-column2814_2ad6aa-97 > .kt-inside-inner-col {
    background-color: #ffabab;
}
.kadence-column2814_2ad6aa-97,
.kt-inside-inner-col > .kadence-column2814_2ad6aa-97:not(.specificity) {
    margin-top: var(--global-kb-spacing-xl, 4rem);
}
@media all and (max-width: 1024px) {
    .kadence-column2814_2ad6aa-97 > .kt-inside-inner-col {
        flex-direction: column;
        justify-content: center;
    }
}
@media all and (max-width: 767px) {
    .kadence-column2814_2ad6aa-97 > .kt-inside-inner-col {
        flex-direction: column;
        justify-content: center;
    }
}
.wp-block-kadence-advancedheading.kt-adv-heading2814_57e62f-27,
.wp-block-kadence-advancedheading.kt-adv-heading2814_57e62f-27[data-kb-block="kb-adv-heading2814_57e62f-27"] {
    padding-top: var(--global-kb-spacing-xxs, 0.5rem);
    padding-bottom: var(--global-kb-spacing-xxs, 0.5rem);
    text-align: center;
    background-color: #ae1615;
    border-top-left-radius: 55px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 55px;
    border-bottom-left-radius: 5px;
}
.wp-block-kadence-advancedheading.kt-adv-heading2814_57e62f-27 mark.kt-highlight,
.wp-block-kadence-advancedheading.kt-adv-heading2814_57e62f-27[data-kb-block="kb-adv-heading2814_57e62f-27"]
    mark.kt-highlight {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
@media all and (max-width: 767px) {
    .wp-block-kadence-advancedheading.kt-adv-heading2814_57e62f-27,
    .wp-block-kadence-advancedheading.kt-adv-heading2814_57e62f-27[data-kb-block="kb-adv-heading2814_57e62f-27"] {
        padding-right: var(--global-kb-spacing-xxs, 0.5rem);
        padding-left: var(--global-kb-spacing-xxs, 0.5rem);
        font-size: 22px;
    }
}
.wp-block-kadence-advancedheading.kt-adv-heading2814_90d877-d6,
.wp-block-kadence-advancedheading.kt-adv-heading2814_90d877-d6[data-kb-block="kb-adv-heading2814_90d877-d6"] {
    padding-top: var(--global-kb-spacing-xs, 1rem);
}
.wp-block-kadence-advancedheading.kt-adv-heading2814_90d877-d6 mark.kt-highlight,
.wp-block-kadence-advancedheading.kt-adv-heading2814_90d877-d6[data-kb-block="kb-adv-heading2814_90d877-d6"]
    mark.kt-highlight {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.kt-tabs-id2814_b8514e-e1 > .kt-tabs-content-wrap > .wp-block-kadence-tab {
    border-top: 2px solid #ffabab;
    border-right: 2px solid #ffabab;
    border-bottom: 2px solid #ffabab;
    border-left: 2px solid #ffabab;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: var(--global-palette8, #f7fafc);
}
.wp-block-kadence-tabs .kt-tabs-id2814_b8514e-e1 > .kt-tabs-title-list li {
    margin-top: 0;
    margin-right: 8px;
    margin-bottom: 0;
    margin-left: 0;
}
.wp-block-kadence-tabs .kt-tabs-id2814_b8514e-e1 > .kt-tabs-title-list li:last-child {
    margin-right: 0;
}
.wp-block-kadence-tabs .kt-tabs-id2814_b8514e-e1 > .kt-tabs-title-list li .kt-tab-title,
.wp-block-kadence-tabs .kt-tabs-id2814_b8514e-e1 > .kt-tabs-content-wrap > .kt-tabs-accordion-title .kt-tab-title {
    line-height: 1.4em;
    border-top-width: 5px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
    color: #a70000;
    background: #ffabab;
}
.wp-block-kadence-tabs .kt-tabs-id2814_b8514e-e1 > .kt-tabs-content-wrap > .kt-tabs-accordion-title .kt-tab-title {
    margin-top: 0;
    margin-right: 8px;
    margin-bottom: 0;
    margin-left: 0;
}
.wp-block-kadence-tabs .kt-tabs-id2814_b8514e-e1 > .kt-tabs-title-list li .kt-tab-title:hover,
.wp-block-kadence-tabs
    .kt-tabs-id2814_b8514e-e1
    > .kt-tabs-content-wrap
    > .kt-tabs-accordion-title
    .kt-tab-title:hover {
    border-color: var(--global-palette7, #eeeeee);
    color: var(--global-palette3, #1a202c);
    background: var(--global-palette7, #edf2f7);
}
.wp-block-kadence-tabs .kt-tabs-id2814_b8514e-e1 > .kt-tabs-title-list li.kt-tab-title-active .kt-tab-title,
.wp-block-kadence-tabs
    .kt-tabs-id2814_b8514e-e1
    > .kt-tabs-content-wrap
    > .kt-tabs-accordion-title.kt-tab-title-active
    .kt-tab-title {
    border-color: var(--global-palette6, #718096);
    color: #fff;
    background: #ae1615;
}
@media all and (max-width: 1024px) {
    .kt-tabs-id2814_b8514e-e1 > .kt-tabs-content-wrap > .wp-block-kadence-tab {
        border-top: 2px solid #ffabab;
        border-right: 2px solid #ffabab;
        border-bottom: 2px solid #ffabab;
        border-left: 2px solid #ffabab;
    }
}
@media all and (max-width: 767px) {
    .kt-tabs-id2814_b8514e-e1 > .kt-tabs-content-wrap > .wp-block-kadence-tab {
        border-top: 2px solid #ffabab;
        border-right: 2px solid #ffabab;
        border-bottom: 2px solid #ffabab;
        border-left: 2px solid #ffabab;
    }
}
.kb-image2814_7e434c-74.kb-image-is-ratio-size,
.kb-image2814_7e434c-74 .kb-image-is-ratio-size {
    max-width: 433px;
    width: 100%;
}
.wp-block-kadence-column > .kt-inside-inner-col > .kb-image2814_7e434c-74.kb-image-is-ratio-size,
.wp-block-kadence-column > .kt-inside-inner-col > .kb-image2814_7e434c-74 .kb-image-is-ratio-size {
    align-self: unset;
}
.kb-image2814_7e434c-74 figure {
    max-width: 433px;
}
.kb-image2814_7e434c-74 .image-is-svg,
.kb-image2814_7e434c-74 .image-is-svg img {
    width: 100%;
}
.kb-image2814_7e434c-74 .kb-image-has-overlay:after {
    opacity: 0.3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.kb-image2814_7e434c-74 img.kb-img,
.kb-image2814_7e434c-74 .kb-img img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 0.33);
}
ul.menu .wp-block-kadence-advancedbtn .kb-btn2814_8f7bf9-bb.kb-button {
    width: initial;
}
.wp-block-kadence-advancedbtn .kb-btn2814_8f7bf9-bb.kb-button {
    background: #ff4500;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: var(--global-kb-spacing-xxs, 0.5rem);
    box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 0.39);
}
.kb-btn2814_8f7bf9-bb.kb-button .kb-svg-icon-wrap {
    font-size: 20px;
    --kb-button-icon-size: 20px;
}
.wp-block-kadence-advancedbtn .kb-btn2814_8f7bf9-bb.kb-button:hover,
.wp-block-kadence-advancedbtn .kb-btn2814_8f7bf9-bb.kb-button:focus {
    background: #c00101;
}
@media all and (max-width: 767px) {
    .wp-block-kadence-advancedbtn .kb-btn2814_8f7bf9-bb.kb-button {
        font-size: 15px;
    }
}
.kb-image2814_3cef8c-33 .kb-image-has-overlay:after {
    opacity: 0.3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.kb-image2814_3cef8c-33 img.kb-img,
.kb-image2814_3cef8c-33 .kb-img img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 0.36);
}
ul.menu .wp-block-kadence-advancedbtn .kb-btn2814_15dd16-fc.kb-button {
    width: initial;
}
.wp-block-kadence-advancedbtn .kb-btn2814_15dd16-fc.kb-button {
    background: #ff4500;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: var(--global-kb-spacing-xxs, 0.5rem);
    box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 0.39);
}
.kb-btn2814_15dd16-fc.kb-button .kb-svg-icon-wrap {
    font-size: 20px;
    --kb-button-icon-size: 20px;
}
.wp-block-kadence-advancedbtn .kb-btn2814_15dd16-fc.kb-button:hover,
.wp-block-kadence-advancedbtn .kb-btn2814_15dd16-fc.kb-button:focus {
    background: #c00101;
}
@media all and (max-width: 767px) {
    .wp-block-kadence-advancedbtn .kb-btn2814_15dd16-fc.kb-button {
        font-size: 18px;
    }
}
.wp-block-kadence-advancedheading.kt-adv-heading2814_29f8bc-26,
.wp-block-kadence-advancedheading.kt-adv-heading2814_29f8bc-26[data-kb-block="kb-adv-heading2814_29f8bc-26"] {
    padding-right: var(--global-kb-spacing-xs, 1rem);
    padding-left: var(--global-kb-spacing-xs, 1rem);
    margin-top: var(--global-kb-spacing-md, 2rem);
}
.wp-block-kadence-advancedheading.kt-adv-heading2814_29f8bc-26 mark.kt-highlight,
.wp-block-kadence-advancedheading.kt-adv-heading2814_29f8bc-26[data-kb-block="kb-adv-heading2814_29f8bc-26"]
    mark.kt-highlight {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.kadence-column2814_39dbe1-23 {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-kadence-column.kb-section-dir-horizontal:not(.kb-section-md-dir-vertical)
    > .kt-inside-inner-col
    > .kadence-column2814_39dbe1-23 {
    -webkit-flex: 0 1 1080px;
    flex: 0 1 1080px;
    max-width: unset;
    margin-left: unset;
    margin-right: unset;
}
.kadence-column2814_39dbe1-23 > .kt-inside-inner-col,
.kadence-column2814_39dbe1-23 > .kt-inside-inner-col:before {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.kadence-column2814_39dbe1-23 > .kt-inside-inner-col {
    column-gap: var(--global-kb-gap-sm, 1rem);
}
.kadence-column2814_39dbe1-23 > .kt-inside-inner-col {
    flex-direction: column;
}
.kadence-column2814_39dbe1-23 > .kt-inside-inner-col > .aligncenter {
    width: 100%;
}
.kadence-column2814_39dbe1-23 > .kt-inside-inner-col {
    background-color: #ffabab;
}
.kadence-column2814_39dbe1-23,
.kt-inside-inner-col > .kadence-column2814_39dbe1-23:not(.specificity) {
    margin-top: var(--global-kb-spacing-lg, 3rem);
    margin-bottom: var(--global-kb-spacing-xs, 1rem);
}
@media all and (min-width: 1025px) {
    .wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kadence-column2814_39dbe1-23 {
        -webkit-flex: 0 1 1080px;
        flex: 0 1 1080px;
        max-width: unset;
        margin-left: unset;
        margin-right: unset;
    }
}
@media all and (max-width: 1024px) {
    .kadence-column2814_39dbe1-23 > .kt-inside-inner-col {
        flex-direction: column;
        justify-content: center;
    }
}
@media all and (max-width: 767px) {
    .wp-block-kadence-column.kb-section-sm-dir-vertical:not(.kb-section-sm-dir-horizontal):not(
            .kb-section-sm-dir-specificity
        )
        > .kt-inside-inner-col
        > .kadence-column2814_39dbe1-23 {
        max-width: 1080px;
        -webkit-flex: 1;
        flex: 1;
        margin-left: auto;
        margin-right: auto;
    }
    .kadence-column2814_39dbe1-23 > .kt-inside-inner-col {
        flex-direction: column;
        justify-content: center;
    }
}
.wp-block-kadence-advancedheading.kt-adv-heading2814_bf543d-3d,
.wp-block-kadence-advancedheading.kt-adv-heading2814_bf543d-3d[data-kb-block="kb-adv-heading2814_bf543d-3d"] {
    padding-top: var(--global-kb-spacing-xxs, 0.5rem);
    padding-bottom: var(--global-kb-spacing-xxs, 0.5rem);
    text-align: center;
    background-color: #ae1615;
    border-top-left-radius: 55px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 55px;
    border-bottom-left-radius: 5px;
}
.wp-block-kadence-advancedheading.kt-adv-heading2814_bf543d-3d mark.kt-highlight,
.wp-block-kadence-advancedheading.kt-adv-heading2814_bf543d-3d[data-kb-block="kb-adv-heading2814_bf543d-3d"]
    mark.kt-highlight {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
@media all and (max-width: 767px) {
    .wp-block-kadence-advancedheading.kt-adv-heading2814_bf543d-3d,
    .wp-block-kadence-advancedheading.kt-adv-heading2814_bf543d-3d[data-kb-block="kb-adv-heading2814_bf543d-3d"] {
        font-size: 22px;
    }
}
.wp-block-kadence-iconlist.kt-svg-icon-list-items2814_9b1796-5c:not(.this-stops-third-party-issues) {
    margin-bottom: var(--global-kb-spacing-sm, 1.5rem);
}
.wp-block-kadence-iconlist.kt-svg-icon-list-items2814_9b1796-5c ul.kt-svg-icon-list {
    grid-row-gap: 5px;
}
.kt-svg-icon-list-item-2814_14cfd4-49 .kt-svg-icon-list-single {
    font-size: 19px !important;
    color: #a70000 !important;
}
.kt-svg-icon-list-item-2814_14cfd4-49 .kt-svg-icon-list-text mark.kt-highlight {
    background-color: unset;
    color: #f76a0c;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.kt-svg-icon-list-item-2814_287204-d4 .kt-svg-icon-list-single {
    font-size: 19px !important;
    color: #a70000 !important;
}
.kt-svg-icon-list-item-2814_287204-d4 .kt-svg-icon-list-text mark.kt-highlight {
    background-color: unset;
    color: #f76a0c;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.kt-svg-icon-list-item-2814_c66a4d-b6 .kt-svg-icon-list-single {
    font-size: 19px !important;
    color: #a70000 !important;
}
.kt-svg-icon-list-item-2814_c66a4d-b6 .kt-svg-icon-list-text mark.kt-highlight {
    background-color: unset;
    color: #f76a0c;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.kt-svg-icon-list-item-2814_4635df-5c .kt-svg-icon-list-single {
    font-size: 19px !important;
    color: #a70000 !important;
}
.kt-svg-icon-list-item-2814_4635df-5c .kt-svg-icon-list-text mark.kt-highlight {
    background-color: unset;
    color: #f76a0c;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.kt-svg-icon-list-item-2814_ae6e06-fb .kt-svg-icon-list-single {
    font-size: 19px !important;
    color: #a70000 !important;
}
.kt-svg-icon-list-item-2814_ae6e06-fb .kt-svg-icon-list-text mark.kt-highlight {
    background-color: unset;
    color: #f76a0c;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.hijri-date-container-kalender {
    width: 280px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}
.hijri-date-container-kalender:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgb(0 0 0 / 0.2);
}
.hijri-date-header {
    background: linear-gradient(135deg, #ae1615, #d42726);
    color: #fff;
    padding: 15px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}
.hijri-date-header:hover {
    background: linear-gradient(135deg, #d42726, #ae1615);
}
.hijri-date-header::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 20px;
    background-color: #fff;
    border-radius: 50% 50% 0 0;
}
#hijri-date-year {
    font-size: 1.2rem;
    font-weight: 700;
}
.hijri-date-date {
    padding: 20px 15px;
    text-align: center;
    transition: all 0.3s ease;
}
.hijri-date-date:hover {
    background-color: #f9f9f9;
}
#hijri-date-day {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    color: #333;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}
.hijri-date-date:hover #hijri-date-day {
    transform: scale(1.04);
    color: #ae1615;
}
#hijri-date-month {
    font-size: 2.5rem;
    color: #555;
    font-weight: 500;
    transition: all 0.3s ease;
}
.hijri-date-date:hover #hijri-date-month {
    color: #333;
}
@media (max-width: 320px) {
    .hijri-date-container-kalender {
        width: 90%;
    }
    #hijri-date-day {
        font-size: 3.5rem;
    }
    #hijri-date-month {
        font-size: 2rem;
    }
}
.indonesian-holiday-container-kalender {
    text-align: center;
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 0.1);
    margin: 20px auto;
    max-width: 650px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}
.indonesian-holiday-container-kalender:hover {
    background-color: #edf2f7;
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgb(0 0 0 / 0.2);
}
#indonesian-holiday-message-today {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}
#indonesian-holiday-message-upcoming {
    font-size: 18px;
    color: #555;
}
.indonesian-holiday-upcoming-date {
    color: #d9534f;
    font-weight: 700;
}
.indonesian-holiday-datecurrent {
    color: green;
}
body {
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
}
.tab-container-kalender {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px auto;
    padding: 10px;
    border-bottom: 2px solid #1e90ff;
    max-width: 972px;
}
.tab {
    padding: 10px 20px;
    text-decoration: none;
    color: red;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
    position: relative;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
}
.tab:after {
    content: "";
    display: block;
    height: 3px;
    width: 0;
    background: #ffabab;
    transition: width 0.3s;
    position: absolute;
    left: 0;
    bottom: -2px;
    border-radius: 25px;
}
.tab:hover:after,
.tab.active:after {
    width: 100%;
}
.tab.active {
    color: #fff;
    background: red;
    box-shadow: 0 8px 12px rgb(0 0 0 / 0.2);
}
.tab:hover {
    color: #a70000;
}
@media (max-width: 600px) {
    .tab {
        padding: 8px 16px;
        font-size: 14px;
    }
    .tab:active,
    .tab:focus {
        color: gold;
        background: #1e90ff;
        box-shadow: 0 8px 12px rgb(0 0 0 / 0.2);
    }
}
:root {
    --primary-color: #1a73e8;
    --secondary-color: #4285f4;
    --text-color: #202124;
    --background-color: #ffffff;
    --border-color: #dadce0;
    --hover-color: #f39c12;
    --today-color: #1967d2;
    --holiday-color: #ea4335;
}
#Indonesian-calendar-2026 {
    font-family: "Roboto", Arial, sans-serif;
    background-color: #f7fafc;
    margin: 0;
    color: var(--text-color);
}
#Indonesian-calendar-2026 .calendar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px;
}
#Indonesian-calendar-2026 .month {
    background-color: var(--background-color);
    border-radius: 8px;
    box-shadow:
        0 1px 4px 0 rgb(60 64 67 / 0.5),
        0 1px 3px 1px rgb(60 64 67 / 0.15);
    overflow: hidden;
    transition: all 0.3s ease;
}
#Indonesian-calendar-2026 .month:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgb(0 0 0 / 0.1);
}
#Indonesian-calendar-2026 .month-name {
    padding: 16px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: var(--background-color);
    border-bottom: 1px solid var(--border-color);
    transition: all 0.3s ease;
}
#Indonesian-calendar-2026 .month:hover #Indonesian-calendar-2026 .month-name {
    background-color: var(--primary-color);
    color: #fff;
}
#Indonesian-calendar-2026 table {
    width: 100%;
    border-collapse: collapse;
}
#Indonesian-calendar-2026 th,
#Indonesian-calendar-2026 td {
    text-align: center;
    padding: 12px 6px;
    font-size: 14px;
}
#Indonesian-calendar-2026 th {
    font-weight: 500;
    color: var(--text-color);
    text-transform: uppercase;
    font-size: 12px;
}
#Indonesian-calendar-2026 td {
    color: var(--text-color);
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}
#Indonesian-calendar-2026 td:not(:empty) {
    cursor: pointer;
}
#Indonesian-calendar-2026 td:not(:empty)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff0;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.3s ease;
    z-index: -1;
}
#Indonesian-calendar-2026 td:not(:empty):hover::before {
    transform: translate(-50%, -50%) scale(1);
    background-color: var(--hover-color);
}
#Indonesian-calendar-2026 td:not(:empty):hover {
    color: var(--primary-color);
    font-weight: 700;
}
#Indonesian-calendar-2026 .holiday {
    color: var(--holiday-color);
    font-weight: 600;
}
#Indonesian-calendar-2026 .holiday:hover {
    color: #fff;
}
#Indonesian-calendar-2026 .holiday::before {
    background-color: var(--hover-color) !important;
}
#Indonesian-calendar-2026 .notes {
    padding: 12px 16px;
    font-size: 13px;
    color: red;
    background-color: var(--background-color);
    border-top: 1px solid var(--border-color);
    transition: all 0.3s ease;
}
#Indonesian-calendar-2026 .month:hover .notes {
    background-color: var(--hover-color);
    color: #fff;
    transition: all 0.3s ease;
}
#Indonesian-calendar-2026 .month th:last-child,
#Indonesian-calendar-2026 .month td:last-child {
    color: var(--holiday-color);
}
#Indonesian-calendar-2026 .month th:first-child,
#Indonesian-calendar-2026 .month td:first-child {
    color: var(--text-color);
    font-style: italic;
    font-weight: 350;
}
@media (max-width: 768px) {
    #Indonesian-calendar-2026 .calendar {
        grid-template-columns: 1fr;
    }
    #Indonesian-calendar-2026 th {
        font-weight: 500;
        color: var(--text-color);
        text-transform: uppercase;
        font-size: 12px;
    }
}
#Indonesian-calendar-2026 .today {
    color: var(--today-color);
    font-weight: 700;
}
#Indonesian-calendar-2026 .today::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background-color: var(--today-color);
    border-radius: 50%;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#Indonesian-calendar-2026 .month {
    animation: fadeIn 0.4s ease-out forwards;
    opacity: 0;
}
#Indonesian-calendar-2026 .month::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        45deg,
        transparent 0%,
        transparent 50%,
        rgb(255 255 255 / 0.1) 50%,
        rgb(255 255 255 / 0.1) 100%
    );
    background-size: 200% 200%;
    transition: all 0.5s ease;
    z-index: 0;
}
#Indonesian-calendar-2026 .month:hover::after {
    background-position: 100% 100%;
}
#Indonesian-calendar-2026 td:not(:empty) {
    overflow: hidden;
}
#Indonesian-calendar-2026 td:not(:empty)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, var(--hover-color) 0%, transparent 70%);
    transition: all 0.5s ease;
    transform: translate(-50%, -50%);
    z-index: -2;
}
#Indonesian-calendar-2026 td:not(:empty):hover::after {
    width: 100px;
    height: 100px;
}
.container-kalender {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

@media (max-width: 768px) {
    .container-kalender {
        grid-template-columns: repeat(2, 1fr);
    }
}
.holiday-card {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
    transition: transform 0.2s ease;
    min-height: 80px;
}
.holiday-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgb(0 0 0 / 0.15);
}
.holiday-icon {
    font-size: 1.5rem;
    margin-right: 15px;
}
.holiday-details {
    flex: 1;
}
.holiday-date {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 5px;
}
.holiday-name {
    font-size: 1rem;
    font-weight: 700;
    color: #333;
}
