@charset "UTF-8";
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-wp8-horizontal {
    touch-action: pan-y;
}
.swiper-wp8-vertical {
    touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s;
    transform: translateZ(0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
    background: hsla(0, 0%, 100%, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}
.swiper-container-3d {
    -o-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
    }
}
@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn);
    }
}
.vbcn *,
.vbcn :after,
.vbcn :before {
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
.vbcn-backdrop {
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0.7;
}
.vbcn,
.vbcn-backdrop {
    position: fixed;
    right: 0;
    bottom: 0;
}
.vbcn {
    background: #cccccc;
    color: #000000;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    font-size: 16px;
    line-height: 1.4;
    width: 100%;
    padding: 1.4em;
    max-width: 32em;
    box-sizing: border-box;
    overflow: auto;
    max-height: calc(100vh - 60px);
    z-index: 9;
}
@media (max-width: 768px) {
    .vbcn {
        max-width: 50em;
        max-height: 100vh;
    }
}
.vbcn.is-centered {
    position: fixed;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
    overflow: auto;
    max-height: 100vh;
}
.vbcn.is-centered .vbcn-buttons {
    margin-bottom: 30px;
    margin-top: 30px;
}
@media (max-width: 768px) {
    .vbcn {
        font-size: 16px;
    }
}
@media (max-width: 576px) {
    .vbcn {
        font-size: 15px;
    }
}
.vbcn a {
    color: #000000;
    text-decoration: underline;
}
.vbcn a:hover {
    text-decoration: none;
    color: #000000;
}
.vbcn.is-config-mode .vbcn-preset-view,
.vbcn .vbcn-button#vbcn-accept-all,
.vbcn .vbcn-button#vbcn-cancel-customize,
.vbcn .vbcn-button#vbcn-decline-all,
.vbcn .vbcn-button#vbcn-save,
.vbcn .vbcn-details-view {
    display: none;
}
.vbcn.is-config-mode .vbcn-details-view {
    display: block;
}
.vbcn.is-config-mode .vbcn-button#vbcn-accept-preset {
    display: none;
}
.vbcn.is-config-mode .vbcn-button#vbcn-decline {
    display: inline-block;
}
.vbcn.is-config-mode .vbcn-button#vbcn-customize {
    display: none;
}
.vbcn.is-config-mode .vbcn-button#vbcn-accept-all,
.vbcn.is-config-mode .vbcn-button#vbcn-cancel-customize,
.vbcn.is-config-mode .vbcn-button#vbcn-decline-all,
.vbcn.is-config-mode .vbcn-button#vbcn-save {
    display: inline-block;
}
.vbcn-title {
    font-size: 1.3em;
    margin: 0 0 0.6em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #fff;
    color: #000000;
}
.vbcn-text {
    font-size: 0.9em;
    margin: 0 0 1.2em;
}
.vbcn-option {
    position: relative;
    display: block;
    padding-left: 1.8em;
    margin: 0 0 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    text-transform: none;
}
.vbcn-option-input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer;
}
.vbcn-option-input:checked ~ .vbcn-option-checkmark {
    background: #0a2c3f;
    border-color: #0a2c3f;
}
.vbcn-option-input:checked ~ .vbcn-option-checkmark:after {
    color: #fff;
    content: "✓";
}
.vbcn-option-checkmark {
    position: absolute;
    top: 0.075em;
    left: 0;
    height: 1.2em;
    width: 1.2em;
    background: transparent;
    border: 1px solid hsla(0, 0%, 100%, 0.5);
}
.vbcn-option-checkmark:after {
    text-align: center;
    line-height: 1.1;
    display: block;
}
.vbcn-option-desc {
    font-size: 0.75em;
    color: #000000;
    display: block;
}
.vbcn-option-mandatory-text {
    color: #ffdf41;
    font-weight: 500;
    font-size: 85%;
    margin-top: 0.5em;
    line-height: 1.2;
}
.vbcn-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.vbcn-button {
    font-weight: 400;
    background: rgb(10, 44, 63);
    color: #fff;
    font-size: 0.95em;
    letter-spacing: 0.5px;
    padding: 0.45em 0.6em 0.35em;
    border: 1px solid #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0.5em 0 0 0.5em;
}
.vbcn-button:active,
.vbcn-button:hover {
    /*background: hsla(0, 0%, 100%, 0.15); */
}
.vbcn-button:disabled {
    color: #888;
    cursor: default;
}
.vbcn-button.primary {
    background: #0a2c3f;
    color: #fff;
    border: 1px solid #0a2c3f;
    font-weight: bolder;
    padding-left: 1em;
    padding-right: 1em;
}
.vbcn-placeholder {
    background: #ddd;
    padding: 3rem;
}
.vbcn-placeholder .vbcn-placeholder-headline {
    margin: 0 0 0.6em;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
}
.vbcn-placeholder .vbcn-placeholder-content {
    background: #fff;
    color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    color: #000;
    padding: 20px;
}
.vbcn-placeholder .vbcn-placeholder-actions {
    text-align: right;
}
.vbcn-placeholder .vbcn-text-small {
    font-size: 0.75em;
    color: #e0e0e0;
}
.vbcn-iframe[data-src] {
    display: none;
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    src: local("Poppins Light"), local("Poppins-Light"), url(../fonts/poppins-v5-latin-300.woff2) format("woff2"), url(../fonts/poppins-v5-latin-300.woff) format("woff");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: local("Poppins Regular"), local("Poppins-Regular"), url(../fonts/poppins-v5-latin-regular.woff2) format("woff2"), url(../fonts/poppins-v5-latin-regular.woff) format("woff");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    src: local("Poppins Medium"), local("Poppins-Medium"), url(../fonts/poppins-v5-latin-500.woff2) format("woff2"), url(../fonts/poppins-v5-latin-500.woff) format("woff");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(../fonts/poppins-v5-latin-600.woff2) format("woff2"), url(../fonts/poppins-v5-latin-600.woff) format("woff");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    src: local("Poppins Bold"), local("Poppins-Bold"), url(../fonts/poppins-v5-latin-700.woff2) format("woff2"), url(../fonts/poppins-v5-latin-700.woff) format("woff");
}
html {
    box-sizing: border-box;
    line-height: 1.618;
    color: #000;
    font-family: Poppins, Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
}
*,
:after,
:before {
    box-sizing: inherit;
}
body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    overflow-y: scroll;
}
::-moz-selection {
    color: #000;
    background: rgba(74, 185, 182, 0.5);
    text-shadow: none;
}
::selection {
    color: #000;
    background: rgba(74, 185, 182, 0.5);
    text-shadow: none;
}
:focus {
    /* outline: 0; */
}
a {
    color: #4ab9b6;
    text-decoration: none;
}
a:hover {
    color: #0a2c3f;
    text-decoration: underline;
}
textarea {
    resize: vertical;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 0 20px;
}
ul li {
    margin: 0 0 5px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    color: #0a2c3f;
    font-family: Poppins, Helvetica Neue, Arial, sans-serif;
    font-weight: 600;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.h1,
h1 {
    font-size: 30px;
}
@media screen and (min-width: 576px) {
    .h1,
    h1 {
        font-size: calc(20.76923px + 1.60256vw);
    }
}
@media screen and (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 40px;
    }
}
.h2,
h2 {
    font-size: 27px;
}
@media screen and (min-width: 576px) {
    .h2,
    h2 {
        font-size: calc(22.38462px + 0.80128vw);
    }
}
@media screen and (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 32px;
    }
}
.h3,
h3 {
    font-size: 24px;
}
@media screen and (min-width: 576px) {
    .h3,
    h3 {
        font-size: calc(20.30769px + 0.64103vw);
    }
}
@media screen and (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 28px;
    }
}
.h4,
h4 {
    font-size: 22px;
}
@media screen and (min-width: 576px) {
    .h4,
    h4 {
        font-size: calc(20.15385px + 0.32051vw);
    }
}
@media screen and (min-width: 1200px) {
    .h4,
    h4 {
        font-size: 24px;
    }
}
.h5,
h5 {
    font-size: 19px;
}
@media screen and (min-width: 576px) {
    .h5,
    h5 {
        font-size: calc(16.23077px + 0.48077vw);
    }
}
@media screen and (min-width: 1200px) {
    .h5,
    h5 {
        font-size: 22px;
    }
}
.h6,
h6 {
    font-size: 17px;
}
@media screen and (min-width: 576px) {
    .h6,
    h6 {
        font-size: calc(15.15385px + 0.32051vw);
    }
}
@media screen and (min-width: 1200px) {
    .h6,
    h6 {
        font-size: 19px;
    }
}
b,
strong {
    font-weight: bolder;
}
sub,
sup {
    font-size: 70%;
    line-height: 0;
    position: relative;
}
sup {
    top: 0;
}
sub {
    bottom: 0;
}
.article-intro {
    position: relative;
    width: 100%;
    line-height: 1.36;
    font-size: 25px;
    padding: 20px;
    min-height: 200px;
    color: #fff;
    background-color: #4ab9b6;
    background-position: 50%;
    background-size: cover;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-family: Poppins, Helvetica Neue, Arial, sans-serif;
    font-weight: 700;
    justify-content: space-between;
}
@media screen and (min-width: 576px) {
    .article-intro {
        font-size: calc(1.92308px + 4.00641vw);
    }
}
@media screen and (min-width: 1200px) {
    .article-intro {
        font-size: 50px;
    }
}
@media screen and (min-width: 576px) {
    .article-intro {
        padding-top: calc(1.53846px + 3.20513vw);
        padding-bottom: calc(1.53846px + 3.20513vw);
    }
}
@media screen and (min-width: 1200px) {
    .article-intro {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media screen and (min-width: 576px) {
    .article-intro {
        padding-right: calc(-35.38462px + 9.61538vw);
        padding-left: calc(-35.38462px + 9.61538vw);
    }
}
@media screen and (min-width: 1200px) {
    .article-intro {
        padding-right: 80px;
        padding-left: 80px;
    }
}
@media screen and (min-width: 576px) {
    .article-intro {
        min-height: calc(107.69231px + 16.02564vw);
    }
}
@media screen and (min-width: 1200px) {
    .article-intro {
        min-height: 300px;
    }
}
@media screen and (min-width: 576px) {
    .article-intro {
        margin-bottom: calc(2.30769px + 4.80769vw);
    }
}
@media screen and (min-width: 1200px) {
    .article-intro {
        margin-bottom: 60px;
    }
}
.article-intro-title {
    font-size: 25px;
    /* color: #fff; */
	color: #0a2c3f;
    /* text-shadow: 0 0 10px #737373; */
}
@media screen and (min-width: 576px) {
    .article-intro-title {
        font-size: calc(1.92308px + 4.00641vw);
    }
}
@media screen and (min-width: 1200px) {
    .article-intro-title {
        font-size: 50px;
    }
}
.article-intro-title span {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    font-family: Poppins, Helvetica Neue, Arial, sans-serif;
    font-weight: 500;
}
.article-intro-icon {
    width: 120px;
    height: 96px;
}
@media (max-width: 992px) {
    .article-intro-icon {
        width: 80px;
        height: 64px;
    }
}
@media (max-width: 576px) {
    .article-intro-icon {
        display: none;
    }
}
.article-intro-icon-big {
    width: 180px;
    height: 144px;
}
@media (max-width: 992px) {
    .article-intro-icon-big {
        width: 120px;
        height: 96px;
    }
}
.article-content {
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
}
@media screen and (min-width: 576px) {
    .article-content {
        margin-bottom: calc(2.30769px + 4.80769vw);
    }
}
@media screen and (min-width: 1200px) {
    .article-content {
        margin-bottom: 60px;
    }
}
@media screen and (min-width: 576px) {
    .article-content {
        padding-right: calc(-147.69231px + 25.64103vw);
        padding-left: calc(-147.69231px + 25.64103vw);
    }
}
@media screen and (min-width: 1200px) {
    .article-content {
        padding-right: 160px;
        padding-left: 160px;
    }
}
.article-content-back {
    margin-top: 5px;
    padding: 15px 25px;
    font-size: 17px;
    color: #0A2C3F;
    background: #4ab9b6;
    display: inline-block;
    font-family: Poppins, Helvetica Neue, Arial, sans-serif;
    font-weight: 500;
}
.article-content-back:hover {
    color: #4ab9b6;
    background: #f9f9f9;
    text-decoration: none;
}
.article-image {
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
}
@media screen and (min-width: 576px) {
    .article-image {
        margin-bottom: calc(2.30769px + 4.80769vw);
    }
}
@media screen and (min-width: 1200px) {
    .article-image {
        margin-bottom: 60px;
    }
}
@media screen and (min-width: 576px) {
    .article-image {
        padding-right: calc(-73.84615px + 12.82051vw);
        padding-left: calc(-73.84615px + 12.82051vw);
    }
}
@media screen and (min-width: 1200px) {
    .article-image {
        padding-right: 80px;
        padding-left: 80px;
    }
}
.article-image-container {
    background: #f3f3f3;
}
.article-image-container img {
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.article-image-title {
    font-size: 14px;
    color: #9b9b9b;
    text-align: center;
    padding: 20px;
}
.article-navigation {
    margin-bottom: 30px;
    position: relative;
    display: block;
    border-top: 5px solid #4ab9b6;
    overflow: hidden;
}
@media screen and (min-width: 576px) {
    .article-navigation {
        margin-bottom: calc(2.30769px + 4.80769vw);
    }
}
@media screen and (min-width: 1200px) {
    .article-navigation {
        margin-bottom: 60px;
    }
}
.article-navigation span {
    position: absolute;
    top: 0;
    right: 60px;
    left: 60px;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    padding: 20px;
    color: #9b9b9b;
    font-family: Poppins, Helvetica Neue, Arial, sans-serif;
    font-weight: 300;
}
.article-navigation-next,
.article-navigation-prev {
    display: inline-block;
    width: 60px;
    height: 60px;
    color: #4ab9b6;
    background: #eee;
    padding: 18px;
    transition: 0.2s;
}
.article-navigation-next:hover,
.article-navigation-prev:hover {
    color: #eee;
    background: #4ab9b6;
}
.article-navigation-next {
    float: right;
    transform: rotate(90deg);
}
.article-navigation-prev {
    float: left;
    transform: rotate(-90deg);
}
.article-quote {
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
}
@media screen and (min-width: 576px) {
    .article-quote {
        margin-bottom: calc(2.30769px + 4.80769vw);
    }
}
@media screen and (min-width: 1200px) {
    .article-quote {
        margin-bottom: 60px;
    }
}
@media screen and (min-width: 576px) {
    .article-quote {
        padding-right: calc(-73.84615px + 12.82051vw);
        padding-left: calc(-73.84615px + 12.82051vw);
    }
}
@media screen and (min-width: 1200px) {
    .article-quote {
        padding-right: 80px;
        padding-left: 80px;
    }
}
@media (max-width: 576px) {
    .article-quote {
        background: rgba(74, 185, 182, 0.15);
        margin: 0 -20px 20px;
        padding-right: 20px;
        padding-left: 20px;
    }
}
.article-quote-container {
    padding: 20px 0;
    background: rgba(74, 185, 182, 0.15);
}
@media screen and (min-width: 576px) {
    .article-quote-container {
        padding-top: calc(10.76923px + 1.60256vw);
        padding-bottom: calc(10.76923px + 1.60256vw);
    }
}
@media screen and (min-width: 1200px) {
    .article-quote-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media screen and (min-width: 576px) {
    .article-quote-container {
        padding-right: calc(-73.84615px + 12.82051vw);
        padding-left: calc(-73.84615px + 12.82051vw);
    }
}
@media screen and (min-width: 1200px) {
    .article-quote-container {
        padding-right: 80px;
        padding-left: 80px;
    }
}
@media (max-width: 576px) {
    .article-quote-container {
        background: transparent;
    }
}
.article-video {
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
}
@media screen and (min-width: 576px) {
    .article-video {
        margin-bottom: calc(2.30769px + 4.80769vw);
    }
}
@media screen and (min-width: 1200px) {
    .article-video {
        margin-bottom: 60px;
    }
}
@media screen and (min-width: 576px) {
    .article-video {
        padding-right: calc(-73.84615px + 12.82051vw);
        padding-left: calc(-73.84615px + 12.82051vw);
    }
}
@media screen and (min-width: 1200px) {
    .article-video {
        padding-right: 80px;
        padding-left: 80px;
    }
}
.article-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    display: none;
}
.article-video-container embed,
.article-video-container iframe,
.article-video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.article-video-poster {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50%;
    background-size: cover;
    cursor: pointer;
}
.article-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92px;
    height: 65px;
    display: block;
    color: #4ab9b6;
}
.block-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
@media (max-width: 576px) {
    .block-row {
        flex-flow: column nowrap;
    }
}
.block {
    display: flex;
    margin-bottom: 60px;
    background-color: #f3f3f3;
    min-height: 200px;
}
@media screen and (min-width: 576px) {
    .block {
        min-height: calc(107.69231px + 16.02564vw);
    }
}
@media screen and (min-width: 1200px) {
    .block {
        min-height: 300px;
    }
}
.block:hover {
    text-decoration: none;
}
@media (max-width: 1200px) {
    .block {
        margin-bottom: 50px;
    }
}
@media (max-width: 992px) {
    .block {
        margin-bottom: 40px;
    }
}
@media (max-width: 768px) {
    .block {
        margin-bottom: 30px;
    }
}
@media (max-width: 576px) {
    .block {
        margin-bottom: 20px;
    }
}
.block-dark {
    background-color: #0a2c3f;
}
.block-light {
    background-color: #4ab9b6;
}
.block-image {
    position: relative;
}
.block-image:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(74, 185, 182, 0.4);
}
.block-big {
    width: 100%;
    line-height: 1.36;
    text-shadow: 0 0 10px #737373;
    font-size: 25px;
    padding: 20px;
    color: #fff;
    align-items: center;
    background-position: 50%;
    background-size: cover;
    font-family: Poppins, Helvetica Neue, Arial, sans-serif;
    font-weight: 700;
}
@media screen and (min-width: 576px) {
    .block-big {
        font-size: calc(1.92308px + 4.00641vw);
    }
}
@media screen and (min-width: 1200px) {
    .block-big {
        font-size: 50px;
    }
}
@media screen and (min-width: 576px) {
    .block-big {
        padding-top: calc(1.53846px + 3.20513vw);
        padding-bottom: calc(1.53846px + 3.20513vw);
    }
}
@media screen and (min-width: 1200px) {
    .block-big {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media screen and (min-width: 576px) {
    .block-big {
        padding-right: calc(-35.38462px + 9.61538vw);
        padding-left: calc(-35.38462px + 9.61538vw);
    }
}
@media screen and (min-width: 1200px) {
    .block-big {
        padding-right: 80px;
        padding-left: 80px;
    }
}
.block-big-content {
    position: relative;
}
h1.block-big-content,
h2.block-big-content,
h3.block-big-content,
h4.block-big-content {
    color: #fff;
    font-size: 25px;
}
@media screen and (min-width: 576px) {
    h1.block-big-content,
    h2.block-big-content,
    h3.block-big-content,
    h4.block-big-content {
        font-size: calc(1.92308px + 4.00641vw);
    }
}
@media screen and (min-width: 1200px) {
    h1.block-big-content,
    h2.block-big-content,
    h3.block-big-content,
    h4.block-big-content {
        font-size: 50px;
    }
}
.block-small {
    padding: 20px;
    padding-bottom: 70px !important;
    position: relative;
    flex-flow: column nowrap;
    background-position: 50%;
    background-size: cover;
    flex: 0 0 auto;
    width: calc(50% - 30px);
}
@media screen and (min-width: 576px) {
    .block-small {
        padding: calc(-12.30769px + 5.60897vw);
    }
}
@media screen and (min-width: 1200px) {
    .block-small {
        padding: 55px;
    }
}
@media (max-width: 1200px) {
    .block-small {
        width: calc(50% - 25px);
    }
}
@media (max-width: 992px) {
    .block-small {
        width: calc(50% - 20px);
    }
}
@media (max-width: 768px) {
    .block-small {
        width: calc(50% - 15px);
    }
}
@media (max-width: 576px) {
    .block-small {
        width: 100%;
        padding-bottom: 55px !important;
    }
}
.block-small-title {
    font-size: 20px;
    line-height: 1.38;
    color: #fff;
    text-shadow: 0 0 5px rgba(55, 55, 55, 0.5);
    font-family: Poppins, Helvetica Neue, Arial, sans-serif;
    font-weight: 600;
}
@media screen and (min-width: 576px) {
    .block-small-title {
        font-size: calc(16.30769px + 0.64103vw);
    }
}
@media screen and (min-width: 1200px) {
    .block-small-title {
        font-size: 24px;
    }
}
.block-small-btn {
    font-size: 17px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px 30px;
    color: #fff;
    background: #4ab9b6;
    transition: background 0.2s;
    display: inline-block;
    font-family: Poppins, Helvetica Neue, Arial, sans-serif;
    font-weight: 600;
}
@media (max-width: 768px) {
    .block-small-btn {
        font-size: 15px;
        padding: 10px 20px;
    }
}
.block-small-btn:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(74, 185, 182, 0.85);
}
.block-img {
    width: 100%;
}
@media (max-width: 576px) {
    .block-img {
        flex-flow: column nowrap;
    }
}
@media (max-width: 576px) {
    .block-img-reverse .block-img-content {
        order: 2;
    }
}
@media (max-width: 576px) {
    .block-img-reverse .block-img-image {
        order: 1;
    }
}
.block-img-content,
.block-img-image {
    flex: 1 1 50%;
}
@media (max-width: 576px) {
    .block-img-content,
    .block-img-image {
        flex: 1 1 100%;
    }
}
.block-img-image {
    background-position: 50%;
    background-size: cover;
}
@media (max-width: 576px) {
    .block-img-image {
        height: 200px;
    }
}
.block-img-content {
    padding: 20px;
}
@media screen and (min-width: 576px) {
    .block-img-content {
        padding: calc(-12.30769px + 5.60897vw);
    }
}
@media screen and (min-width: 1200px) {
    .block-img-content {
        padding: 55px;
    }
}
.block-img-title {
    font-size: 24px;
    margin-bottom: 1rem;
    line-height: 1.38;
    color: #0a2c3f;
    font-family: Poppins, Helvetica Neue, Arial, sans-serif;
    font-weight: 600;
}
.block-img-text {
    font-size: 15px;
    line-height: 1.6;
}
@media screen and (min-width: 576px) {
    .block-img-text {
        font-size: calc(13.15385px + 0.32051vw);
    }
}
@media screen and (min-width: 1200px) {
    .block-img-text {
        font-size: 17px;
    }
}
.block-img-btn {
    font-size: 17px;
    margin-top: 20px;
    padding: 15px 30px;
    color: #0A2C3F;
    background: #4ab9b6;
    transition: background 0.2s;
    display: inline-block;
    font-family: Poppins, Helvetica Neue, Arial, sans-serif;
    font-weight: 600;
}
@media (max-width: 768px) {
    .block-img-btn {
        font-size: 15px;
        padding: 10px 20px;
    }
}
.block-img-btn:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(74, 185, 182, 0.85);
}
.block-grey {
    padding: 20px;
    width: 100%;
    background: #eee;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
}
@media screen and (min-width: 576px) {
    .block-grey {
        padding: calc(-12.30769px + 5.60897vw);
    }
}
@media screen and (min-width: 1200px) {
    .block-grey {
        padding: 55px;
    }
}
@media (max-width: 768px) {
    .block-grey {
        flex-flow: column nowrap;
    }
}
.block-grey-image {
    flex: 1 1 40%;
    align-self: center;
}
@media (max-width: 768px) {
    .block-grey-image {
        align-self: baseline;
    }
}
.block-grey-image img {
    display: block;
}
.block-grey-content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    flex: 1 1 60%;
    padding: 15px 20px;
}
@media screen and (min-width: 576px) {
    .block-grey-content {
        padding-right: calc(-12.30769px + 5.60897vw);
        padding-left: calc(-12.30769px + 5.60897vw);
    }
}
@media screen and (min-width: 1200px) {
    .block-grey-content {
        padding-right: 55px;
        padding-left: 55px;
    }
}
@media (max-width: 768px) {
    .block-grey-content {
        flex: 1 1 100%;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
    }
}
.block-grey-title {
    font-size: 24px;
    line-height: 1.38;
    margin: 0;
    color: #0a2c3f;
    font-family: Poppins, Helvetica Neue, Arial, sans-serif;
    font-weight: 600;
}
.block-grey-subtitle {
    font-size: 17px;
    color: #666;
}
.block-grey-text {
    font-size: 17px;
    line-height: 1.65;
    margin-top: 30px;
    font-family: Poppins, Helvetica Neue, Arial, sans-serif;
    font-weight: 500;
}
@media screen and (min-width: 576px) {
    .block-grey-text {
        font-size: calc(15.15385px + 0.32051vw);
    }
}
@media screen and (min-width: 1200px) {
    .block-grey-text {
        font-size: 19px;
    }
}
.therapy-blocks .block {
    padding: 20px;
    min-height: 100px;
}
@media screen and (min-width: 576px) {
    .therapy-blocks .block {
        padding: calc(6.15385px + 2.40385vw);
    }
}
@media screen and (min-width: 1200px) {
    .therapy-blocks .block {
        padding: 35px;
    }
}
.therapy-blocks .block:nth-child(1n) {
    background: #4ab9b6;
}
.therapy-blocks .block:nth-child(1n) .block-small-btn {
    background: #0a2c3f;
}
.therapy-blocks .block:nth-child(1n) .block-small-btn:hover {
    background: rgba(10, 44, 63, 0.85);
}
.therapy-blocks .block:nth-child(2n) {
    background: #0a2c3f;
}
.therapy-blocks .block:nth-child(2n) .block-small-btn {
    background: #4ab9b6;
}
.therapy-blocks .block:nth-child(2n) .block-small-btn:hover {
    background: rgba(74, 185, 182, 0.85);
}
.tabs-container {
    margin-bottom: 60px;
}
@media (max-width: 1200px) {
    .tabs-container {
        margin-bottom: 50px;
    }
}
@media (max-width: 992px) {
    .tabs-container {
        margin-bottom: 40px;
    }
}
@media (max-width: 768px) {
    .tabs-container {
        margin-bottom: 30px;
    }
}
@media (max-width: 576px) {
    .tabs-container {
        margin-bottom: 20px;
    }
}
.tabs-content {
    display: none;
}
.tabs-content.active {
    display: block;
}
.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 3px solid #4ab9b6;
    overflow: hidden;
}
@media (max-width: 768px) {
    .tabs {
        border-bottom: none;
    }
}
.tabs-item {
    margin: 0;
    font-size: 17px;
    display: inline-block;
    float: left;
    font-family: Poppins, Helvetica Neue, Arial, sans-serif;
    font-weight: 600;
}
@media (max-width: 768px) {
    .tabs-item {
        display: block;
        float: none;
        text-align: center;
        margin-bottom: 3px;
    }
}
.tabs-link {
    padding: 15px 30px;
    display: block;
    color: #0A2C3F;
    background: rgba(74, 185, 182, 0.25);
}
.tabs-link:hover {
    color: #4ab9b6;
    background: rgba(74, 185, 182, 0.4);
    text-decoration: none;
}
.tabs-item.active .tabs-link {
    color: #0A2C3F;
    background: #4ab9b6;
}
.events-content {
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
}
@media screen and (min-width: 576px) {
    .events-content {
        margin-bottom: calc(2.30769px + 4.80769vw);
    }
}
@media screen and (min-width: 1200px) {
    .events-content {
        margin-bottom: 60px;
    }
}
@media screen and (min-width: 576px) {
    .events-content {
        padding-right: calc(-55.38462px + 9.61538vw);
        padding-left: calc(-55.38462px + 9.61538vw);
    }
}
@media screen and (min-width: 1200px) {
    .events-content {
        padding-right: 60px;
        padding-left: 60px;
    }
}
.events-entry {
    font-size: 16px;
    padding: 20px;
    padding-right: 65px !important;
    position: relative;
    line-height: 1.7;
    margin-bottom: 3px;
    align-items: center;
    color: #0a2c3f;
    background: #f3f3f3;
    display: flex;
    flex-flow: row nowrap;
}
@media screen and (min-width: 768px) {
    .events-entry {
        font-size: calc(14.22222px + 0.23148vw);
    }
}
@media screen and (min-width: 1200px) {
    .events-entry {
        font-size: 17px;
    }
}
@media screen and (min-width: 768px) {
    .events-entry {
        padding: calc(-15.55556px + 4.62963vw);
    }
}
@media screen and (min-width: 1200px) {
    .events-entry {
        padding: 40px;
    }
}
.events-entry:hover {
    text-decoration: none;
    color: #4ab9b6;
}
@media (max-width: 768px) {
    .events-entry {
        flex-flow: column nowrap;
        align-items: baseline;
        padding-right: 20px !important;
    }
}
.events-entry-date {
    margin-right: 20px;
    display: flex;
    flex: 1 1 35%;
    align-items: center;
    font-family: Poppins, Helvetica Neue, Arial, sans-serif;
    font-weight: 600;
}
.events-entry-date-icon {
    color: #4ab9b6;
    width: 100%;
    max-width: 60px;
    height: 48px;
    margin-right: 20px;
}
@media (max-width: 768px) {
    .events-entry-date-icon {
        width: 30px;
        height: 24px;
        margin-right: 10px;
    }
}
.events-entry-text {
    flex: 1 1 65%;
}
.events-entry-icon {
    position: absolute;
    top: calc(50% - 8px);
    right: 30px;
    width: 16px;
    height: 16px;
    transform: rotate(90deg);
    color: #4ab9b6;
}
@media (max-width: 768px) {
    .events-entry-icon {
        display: none;
    }
}
.tabs-more {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    color: #4ab9b6;
    background: rgba(74, 185, 182, 0.25);
}
.tabs-more:hover {
    color: #4ab9b6;
    background: rgba(74, 185, 182, 0.4);
    text-decoration: none;
}
.accordion-container {
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
}
@media screen and (min-width: 576px) {
    .accordion-container {
        margin-bottom: calc(2.30769px + 4.80769vw);
    }
}
@media screen and (min-width: 1200px) {
    .accordion-container {
        margin-bottom: 60px;
    }
}
@media screen and (min-width: 576px) {
    .accordion-container {
        padding-right: calc(-147.69231px + 25.64103vw);
        padding-left: calc(-147.69231px + 25.64103vw);
    }
}
@media screen and (min-width: 1200px) {
    .accordion-container {
        padding-right: 160px;
        padding-left: 160px;
    }
}
.accordion-title {
    position: relative;
    margin: 0;
    padding: 15px 40px 15px 0;
    font-size: 17px;
    line-height: 20px;
    color: #4ab9b6;
    border-bottom: 3px solid #f3f3f3;
    cursor: pointer;
}
.accordion-title-icon {
    position: absolute;
    top: 5px;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 12px;
    transform: rotate(180deg);
    transition: transform 0.2s;
}
.accordion-title.active .accordion-title-icon {
    transform: rotate(0);
}
.accordion-content {
    padding-bottom: 20px;
    display: none;
}
.article-slider {
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
}
@media screen and (min-width: 576px) {
    .article-slider {
        margin-bottom: calc(2.30769px + 4.80769vw);
    }
}
@media screen and (min-width: 1200px) {
    .article-slider {
        margin-bottom: 60px;
    }
}
@media screen and (min-width: 576px) {
    .article-slider {
        padding-right: calc(-73.84615px + 12.82051vw);
        padding-left: calc(-73.84615px + 12.82051vw);
    }
}
@media screen and (min-width: 1200px) {
    .article-slider {
        padding-right: 80px;
        padding-left: 80px;
    }
}
.articleslider-container {
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .articleslider-container {
        margin-bottom: 100px;
    }
}
.articleslider-container .swiper-slide {
    background-position: 50%;
    background-size: cover;
}
.articleslider-container img {
    width: 100%;
    height: auto;
    display: block;
}
.articleslider-content {
    min-height: 85px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: -85px;
    left: 0;
}
.articleslider-content.slider-inactive {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
}
.articleslider-title {
    position: absolute;
    top: 10px;
    right: 75px;
    left: 75px;
    text-align: center;
    color: #9b9b9b;
    font-size: 14px;
    line-height: 1.3;
    font-family: Poppins, Helvetica Neue, Arial, sans-serif;
    font-weight: 300;
}
.articleslider-button-next,
.articleslider-button-prev {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 60px;
    height: 60px;
    margin: 0 0 20px;
    color: #4ab9b6;
    background: #f3f3f3;
    display: none;
    z-index: 12;
}
.articleslider-button-next svg,
.articleslider-button-prev svg {
    width: 60px;
    height: 60px;
    padding: 22px;
}
.articleslider-button-next {
    float: right;
}
.articleslider-button-prev {
    float: left;
}
.articleslider-pagination {
    position: relative;
    bottom: auto;
    margin: 20px 0 100px;
    display: none;
}
@media (max-width: 768px) {
    .articleslider-pagination {
        display: none !important;
    }
}
.articleslider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 4px;
}
.articleslider-pagination .swiper-pagination-bullet-active {
    background: #4ab9b6;
}
.bs-form {
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
}
@media screen and (min-width: 576px) {
    .bs-form {
        margin-bottom: calc(2.30769px + 4.80769vw);
    }
}
@media screen and (min-width: 1200px) {
    .bs-form {
        margin-bottom: 60px;
    }
}
@media screen and (min-width: 576px) {
    .bs-form {
        padding-right: calc(-147.69231px + 25.64103vw);
        padding-left: calc(-147.69231px + 25.64103vw);
    }
}
@media screen and (min-width: 1200px) {
    .bs-form {
        padding-right: 160px;
        padding-left: 160px;
    }
}
.bs-form header {
    display: none;
}
.bs-form .text_text_full-headline {
    font-weight: 500;
}
.bs-form #select-receiver-anrede {
    width: 50%;
}
@media (max-width: 768px) {
    .bs-form #select-receiver-anrede {
        width: 67%;
    }
}
@media (max-width: 576px) {
    .bs-form #select-receiver-anrede {
        width: 100%;
    }
}
.bs-form #select-receiver-plz {
    width: 16%;
}
@media (max-width: 576px) {
    .bs-form #select-receiver-plz {
        width: 20%;
    }
}
form {
    margin: 2rem 0;
}
@media (max-width: 768px) {
    form {
        margin-top: 2rem;
    }
}
form h1,
form h2,
form h3,
form h4 {
    display: none;
}
.form-group {
    margin-bottom: 1rem;
}
.control-label {
    font-size: 17px;
    padding-bottom: 3px;
    display: block;
    font-weight: 500;
}
.form-control {
    padding: 10px;
}
.form-control,
.textarea-control {
    width: 100%;
    background-color: hsla(0, 0%, 84.7%, 0.3);
    border: none;
}
.textarea-control {
    height: 12rem;
    padding: 0.4rem;
}
.btn {
    display: inline-block;
    margin-right: 1rem;
    padding: 8px 24px;
    background-color: #0a2c3f;
    border: none;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
}
@media screen and (min-width: 576px) {
    .btn {
        font-size: calc(14.23077px + 0.48077vw);
    }
}
@media screen and (min-width: 1200px) {
    .btn {
        font-size: 20px;
    }
}
.btn:active,
.btn:focus,
.btn:hover,
.btn:visited {
    text-decoration: none;
}
.btn:hover {
    background-color: rgba(10, 44, 63, 0.7);
}
#kontakt-formular .textarea-control {
    width: 100%;
    height: 12rem;
}
#kontakt-formular fieldset {
    border: 0;
}
#feiern-formular .textarea-control {
    width: 100%;
    height: 6rem;
}
#feiern-formular fieldset {
    border: 0;
    padding: 6px 0;
}
#feiern-formular legend {
    display: none;
}
fieldset .form-group {
    display: inline-block;
    min-width: 33.33334%;
    padding-right: 0.6rem;
}
.tx-indexedsearch-browsebox {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}
@media screen and (min-width: 576px) {
    .tx-indexedsearch-browsebox {
        padding-right: calc(-55.38462px + 9.61538vw);
        padding-left: calc(-55.38462px + 9.61538vw);
    }
}
@media screen and (min-width: 1200px) {
    .tx-indexedsearch-browsebox {
        padding-right: 60px;
        padding-left: 60px;
    }
}
.events-entry-result {
    flex-flow: column nowrap;
    align-items: flex-start;
}
.events-entry-result .events-entry-title {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: Poppins, Helvetica Neue, Arial, sans-serif;
    font-weight: 600;
}
.events-entry-result .events-entry-text {
    font-size: 14px;
    color: #444;
    flex: 0 0 auto;
}
.events-entry-result:hover {
    color: #fff;
    background: #4ab9b6;
}
.events-entry-result:hover .events-entry-text {
    color: #eee;
}
.events-entry-result:hover .events-entry-icon {
    color: #fff;
}
.header {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}
@media screen and (min-width: 576px) {
    .header {
        padding-top: calc(-34.61538px + 11.21795vw);
        padding-bottom: calc(-34.61538px + 11.21795vw);
    }
}
@media screen and (min-width: 1200px) {
    .header {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.header-inner {
    width: 100%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.logo {
    width: 200px;
    height: 60px;
    text-indent: -999rem;
    float: left;
    display: block;
    background: url(../img/logo.svg) 0 no-repeat;
}
.logo:focus{

	outline: 2px solid #4ab9b6;

}
@media screen and (min-width: 576px) {
    .logo {
        width: calc(-46.46154px + 42.78846vw);
    }
}
@media screen and (min-width: 1200px) {
    .logo {
        width: 467px;
    }
}
@media screen and (min-width: 576px) {
    .logo {
        height: calc(-13.84615px + 12.82051vw);
    }
}
@media screen and (min-width: 1200px) {
    .logo {
        height: 140px;
    }
}
.search-form {
    float: right;
    width: 300px;
    height: 40px;
    border-bottom: 3px solid #4ab9b6;
    overflow: hidden;
}
@media (max-width: 992px) {
    .search-form-desktop {
        display: none;
    }
}
@media (min-width: 991px) {
    .search-form-desktop {
        display: inline-block !important;
    }
}
.search-form-mobile {
    width: calc(100% - 40px);
    margin: 30px 20px 40px;
    display: none;
}
@media (max-width: 992px) {
    .search-form-mobile {
        display: block;
    }
}
.search-input {
    font-size: 18px;
    line-height: 35px;
    width: calc(100% - 23px);
    padding-right: 10px;
    background: transparent;
    border: none;
    display: inline-block;
    float: left;
    font-family: Poppins, Helvetica Neue, Arial, sans-serif;
    font-weight: 600;
}
.search-input::-webkit-input-placeholder {
    color: #4ab9b6;
}
.search-input::-moz-placeholder {
    color: #4ab9b6;
}
.search-input:-ms-input-placeholder {
    color: #4ab9b6;
}
.search-input:-moz-placeholder {
    color: #4ab9b6;
}
.search-submit {
    width: 23px;
    height: 37px;
    padding: 0;
    display: inline-block;
    float: right;
    color: #4ab9b6;
    background: transparent;
    transition: color 0.2s;
    border: none;
    cursor: pointer;
}
.search-submit:hover {
    color: #0a2c3f;
}
.search-submit-icon {
    width: 23px;
    height: 37px;
    padding: 9px 0;
}
.trigger-menu {
    position: relative;
    width: 40px;
    height: 40px;
    color: #0a2c3f;
    float: right;
    cursor: pointer;
    background: transparent;
    border-bottom: 3px solid transparent;
    display: none;
}
@media (max-width: 992px) {
    .trigger-menu {
        display: inline-block;
    }
}
.trigger-menu span {
    position: absolute;
    right: 10px;
    width: 20px;
    height: 2px;
    background: #0a2c3f;
    transition: 0.2s;
}
.trigger-menu span:first-child {
    top: 12px;
}
.trigger-menu span:nth-child(2) {
    top: 18px;
}
.trigger-menu span:nth-child(3) {
    top: 24px;
}
.trigger-menu.is-triggered span:first-child {
    transform: translateY(8px) rotate(45deg);
}
.trigger-menu.is-triggered span:nth-child(2) {
    opacity: 0;
}
.trigger-menu.is-triggered span:nth-child(3) {
    transform: translateY(-4px) rotate(-45deg);
}
.trigger-icon {
    width: 37px;
    height: 37px;
}
.trigger-icon-menu {
    padding: 8px;
}
.site-content {
    width: 100%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}
.content-area {
    display: flex;
    flex-flow: row nowrap;
}
@media (max-width: 992px) {
    .content-area {
        flex-flow: column nowrap;
    }
}
.main {
    flex: 1 1 75%;
    padding-left: 3px;
    max-width: 75%;
}
@media (max-width: 992px) {
    .main {
        flex: 1 1 100%;
        padding-left: 0;
        max-width: 100%;
    }
}
.text_headline-headline {
    padding: 20px;
    padding-bottom: 10px !important;
}
@media screen and (min-width: 576px) {
    .text_headline-headline {
        padding: calc(6.15385px + 2.40385vw);
    }
}
@media screen and (min-width: 1200px) {
    .text_headline-headline {
        padding: 35px;
    }
}
@media (max-width: 992px) {
    .text_headline-headline {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
.sidebar {
    background: transparent;
    display: flex;
    flex-flow: column nowrap;
    flex: 1 1 25%;
    max-width: 25%;
}
@media (min-width: 991px) {
    .sidebar {
        display: flex !important;
    }
}
@media (max-width: 992px) {
    .sidebar {
        background: #f3f3f3;
        flex: 1 1 100%;
        display: none;
        max-width: 100%;
    }
}
.submenu-opener:after,
.submenu-opener:before {
    position: absolute;
    width: 12px;
    height: 2px;
    background: #fff;
    transition: transform 0.2s;
}
@media (max-width: 992px) {
    .submenu-opener:after,
    .submenu-opener:before {
        content: "";
    }
}
.submenu-opener:before {
    top: 25px;
    right: 24px;
    transform: rotate(45deg);
}
.submenu-opener:after {
    top: 25px;
    right: 16px;
}
.submenu-opener.is-expanded:before,
.submenu-opener:after {
    transform: rotate(-45deg);
}
.submenu-opener.is-expanded:after {
    transform: rotate(45deg);
}
.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-item {
    font-size: 17px;
    position: relative;
    line-height: 1.4;
    margin: 0;
    display: block;
    background: #f3f3f3;
    overflow: hidden;
    font-family: Poppins, Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
}
@media screen and (min-width: 576px) {
    .menu-item {
        font-size: calc(15.15385px + 0.32051vw);
    }
}
@media screen and (min-width: 1200px) {
    .menu-item {
        font-size: 19px;
    }
}
@media (max-width: 992px) {
    .menu-item {
        /* background: #4ab9b6; */
    }
}
.menu-item:not(:last-child) {
    border-bottom: 3px solid #fff;
}
@media (max-width: 992px) {
    .menu-item:not(:last-child) {
        border-color: hsla(0, 0%, 100%, 0.2);
    }
}
.menu-item:first-child .menu-link {
    color: #D81851;
	font-weight: 600;
    border-left: 2px solid #D81851;
	
}
.menu-link {
    padding: 12px 50px 12px 25px;
    color: #0a2c3f;
    display: block;
	cursor: pointer;
}
.menu-link:focus{

	outline: 2px solid #4ab9b6;
	outline-offset: -9px;

}
@media screen and (min-width: 576px) {
    .menu-link {
        padding-top: calc(4.61538px + 1.28205vw);
        padding-bottom: calc(4.61538px + 1.28205vw);
    }
}
@media screen and (min-width: 1200px) {
    .menu-link {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media (max-width: 992px) {
    .menu-link {
        /* color: #fff; */
    }
}
.menu-link.is-active,
.menu-link.is-expanded,
.menu-link:hover {
    /*color: #4ab9b6; */
	color: #0a2c3f;
    text-decoration: none;
	font-weight: 600;
}
@media (max-width: 992px) {
    .menu-link.is-active,
    .menu-link.is-expanded,
    .menu-link:hover {
        /* color: #fff; */
    }
}
.menu-submenu {
    margin: 0 0 20px;
    padding: 20px 0 0;
    list-style: none;
    border-top: 3px solid #fff;
    display: none;
}
@media (max-width: 992px) {
    .menu-submenu {
        border-color: hsla(0, 0%, 100%, 0.2);
    }
}
.menu-submenu li {
    display: block;
}
.menu-submenu li a {
    color: #0a2c3f;
    padding: 5px 25px 5px 40px;
    display: block;
}
@media (max-width: 992px) {
    .menu-submenu li a {
        /*color: hsla(0, 0%, 100%, 0.75); */
    }
}
.menu-submenu li a.is-active,
.menu-submenu li a:hover {
    text-decoration: none;
    color: #0a2c3f;
}
@media (max-width: 992px) {
    .menu-submenu li a.is-active,
    .menu-submenu li a:hover {
        /* color: #fff; */
    }
}
.menu-submenu .subsubmenu {
    margin: 0;
    padding: 0;
    border-top: none;
    display: none;
}
.menu-submenu .subsubmenu li a {
    color: #0a2c3f;
    padding: 5px 25px 5px 55px;
}
@media (max-width: 992px) {
    .menu-submenu .subsubmenu li a {
        /* color: hsla(0, 0%, 100%, 0.5); */
    }
}
.menu-submenu .subsubmenu li a.is-active,
.menu-submenu .subsubmenu li a:hover {
    text-decoration: none;
    color: #0a2c3f;
	font-weight: 600;
}
@media (max-width: 992px) {
    .menu-submenu .subsubmenu li a.is-active,
    .menu-submenu .subsubmenu li a:hover {
        /* color: #fff; */
    }
}
.quickmenu {
    margin: 50px 0;
    padding: 0;
    list-style: none;
}
.quickmenu-item {
    font-size: 17px;
    line-height: 1.4;
    display: block;
}
@media screen and (min-width: 576px) {
    .quickmenu-item {
        font-size: calc(14.23077px + 0.48077vw);
    }
}
@media screen and (min-width: 1200px) {
    .quickmenu-item {
        font-size: 20px;
    }
}
.quickmenu-link {
    padding: 5px 25px;
    color: #0a2c3f;
    display: block;
}
.quickmenu-link.is-active,
.quickmenu-link:hover {
    color: #4ab9b6;
    text-decoration: none;
}
.quickmenu-link:focus{

	outline: 2px solid #4ab9b6;
	outline-offset: 0px;
	
}
.footer {
    font-size: 16px;
    padding-top: 50px;
    line-height: 1.65;
    color: #fff;
    background: #0a2c3f;
    display: flex;
    flex-flow: column nowrap;
}
@media screen and (min-width: 576px) {
    .footer {
        font-size: calc(12.30769px + 0.64103vw);
    }
}
@media screen and (min-width: 1200px) {
    .footer {
        font-size: 20px;
    }
}
@media screen and (min-width: 576px) {
    .footer {
        padding-top: calc(3.84615px + 8.01282vw);
    }
}
@media screen and (min-width: 1200px) {
    .footer {
        padding-top: 100px;
    }
}
.footer a:hover {
    color: #4ab9b6;
    text-decoration: underline;
}
.footer-inner {
    width: 100%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}
.footer-columns {
    margin: 0 -20px;
    /* padding-left: 25%; */
    display: flex;
    flex-flow: row wrap;
    flex: 0 0 75%;
}
@media (max-width: 992px) {
    .footer-columns {
        padding-left: 0;
        flex: 0 0 100%;
    }
}
.footer-column {
    margin-bottom: 30px;
    padding: 0 20px;
    flex: 0 0 33.33%;
}
@media (max-width: 768px) {
    .footer-column {
        flex: 0 0 100%;
    }
}
.footer-column-full {
    flex: 0 0 100%;
}
.footer-column-last {
    font-size: 15px;
}
.copyright {
    margin-top: 25px;
    font-size: 17px;
    line-height: 1.7;
    position: relative;
    text-align: center;
    padding: 20px 0;
    color: #0a2c3f;
    background: #f3f3f3;
}
@media screen and (min-width: 576px) {
    .copyright {
        margin-top: calc(1.92308px + 4.00641vw);
    }
}
@media screen and (min-width: 1200px) {
    .copyright {
        margin-top: 50px;
    }
}
@media (max-width: 576px) {
    .copyright {
        text-align: left;
    }
}
.copyright-inner {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}
.to-top {
    position: absolute;
    top: -80px;
    right: 20px;
    width: 60px;
    height: 60px;
    color: #4ab9b6;
    background: #f3f3f3;
    transition: 0.2s;
    cursor: pointer;
}
.to-top:hover {
    color: #f3f3f3;
    background: #4ab9b6;
}
.to-top-icon {
    width: 60px;
    height: 60px;
    padding: 22px;
    display: block;
}
.w-100 {
    width: 100%;
}
.d-block {
    display: block;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


.social-media-container{

	display: flex;
	flex-flow: row wrap;
	gap: 10px;

}

.social-media-container > a{

	display: block;
	height: 30px;
	width: 30px;
	
}

.social-media-container > a > svg{

	display: block;
	height: 100%;
	width: 100%;
	object-fit: contain;
	

}


.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: #4ab9b6;
  color: #fff;
  padding: 8px;
  z-index: 100;
  text-decoration: none;
  font-size: 16px;
}

.skip-link:focus {
  top: 0;
}
