@font-face {
    font-family: 'caviar_dreamsbold';
    src: url("../fonts/CaviarDreams_Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'caviar_dreamsregular';
    src: url("../fonts/CaviarDreams.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

body {
    font-family: "Helvetica Neue" !important
}

body p {
    font-size: 1rem
}

body p span {
    font-size: inherit
}

h1,
h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span {
    font-family: 'caviar_dreamsbold' !important
}

h1 {
    font-size: 3.72rem;
    line-height: initial
}

h2 {
    font-size: 3.20rem;
    line-height: initial
}

h3 {
    font-size: 2.16rem;
    line-height: initial
}

p {
    font-size: 1rem
}

@media all and (max-width: 1399.98px) {
    h1 {
        font-size: 2.94rem
    }

    h2 {
        font-size: 1.94rem
    }

    h3 {
        font-size: 1.5rem
    }

    p {
        font-size: 1rem
    }
}

@media all and (max-width: 576px) {
    h1 {
        font-size: 2.5rem
    }

    h2 {
        font-size: 1.72rem
    }
}

html,
body {
    height: auto;
    min-height: 100vh;
    scroll-behavior: smooth
}

@media all and (max-width: 768px) {

    html,
    body {
        font-size: 14px
    }
}

@media all and (min-width: 768px) {

    html,
    body {
        font-size: 16px
    }
}

@media all and (min-width: 1640px) {

    html,
    body {
        font-size: 16px
    }
}

@media all and (min-width: 2560px) {

    html,
    body {
        font-size: 16px
    }
}

body {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    position: relative;
    background-color: var(--body-color)
}

body main {
    flex: 1 0 auto
}

body img {
    max-width: 100%;
    height: auto;
    display: flex
}

footer .socials-phone-wrapper #social-icons {
    display: flex;
    margin-bottom: 1rem
}

footer .socials-phone-wrapper #social-icons .social-icon a {
    margin-right: .9rem
}

footer .socials-phone-wrapper #social-icons .social-icon a i {
    color: #fff !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #C37762 !important
}

footer .socials-phone-wrapper #social-icons .social-icon a i:before {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

footer .socials-phone-wrapper #social-icons .social-icon:last-child a {
    margin-right: 0
}

.lazyblock-youtube-video img.youtube-video-preload {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

@media (min-width: 20rem) and(max-width: 30rem) {
    .lazyblock-youtube-video iframe {
        height: 100%;
        width: 100%
    }
}

.lazyblock-jumbotron.video-mode {
    overflow: hidden;
    height: calc(100vh - 120px) !important
}

@media all and (max-width: 1366px) {
    .lazyblock-jumbotron.video-mode {
        height: auto !important
    }
}

.video-container {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: auto;
    padding: 0
}

.lazyblock-gallery .gallery-item-wrapper .card {
    border: none;
    overflow: hidden
}

.lazyblock-gallery .gallery-item-wrapper .card .gallery-card-img-wrapper img {
    cursor: pointer;
    min-height: 120px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: transform .5s ease-in-out;
    object-fit: cover
}

.lazyblock-gallery .gallery-item-wrapper .card .gallery-card-img-wrapper img:hover {
    transform: scale(1.2)
}

.lazyblock-gallery .gallery-item-wrapper .gallery-card-title {
    padding-bottom: 1rem;
    font-size: 0.938rem;
    font-weight: normal;
    color: #535353
}

.lazyblock-gallery .gallery-item-wrapper .gallery-card-title p {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 32px
}

.lazyblock-gallery .gallery-item-wrapper .gallery-card-title p a {
    color: var(--primary-font-color);
    text-decoration: none
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.lazyblock-gallery .gallery-image-modal-popup {
    position: fixed;
    overflow: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    animation: 0.5s fadeIn;
    display: none;
    z-index: 9999
}

.lazyblock-gallery .gallery-image-modal-popup .wrapper {
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center
}

.lazyblock-gallery .gallery-image-modal-popup img {
    max-height: 100%;
    justify-content: center;
    align-items: center
}

.lazyblock-gallery .gallery-image-modal-popup span {
    position: absolute;
    top: 40px;
    right: 50px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer
}

.lazyblock-gallery .gallery-image-modal-popup .next-button,
.lazyblock-gallery .gallery-image-modal-popup .prev-button {
    position: absolute;
    cursor: pointer
}

.lazyblock-gallery .gallery-image-modal-popup .next-button {
    right: 4%;
    color: #FFFFFF;
    font-size: 2rem
}

.lazyblock-gallery .gallery-image-modal-popup .prev-button {
    left: 4%;
    color: #FFFFFF;
    font-size: 2rem
}

.lazyblock-gallery .gallery-image-modal-popup .next-button:hover,
.lazyblock-gallery .gallery-image-modal-popup .prev-button:hover {
    color: #FFFFFF
}

.lazyblock-gallery .gallery-image-modal-popup .images-amount {
    color: #fff;
    position: absolute;
    bottom: -10px;
    background: #89898966;
    padding: 0rem 2rem 0rem 2rem
}

.lazyblock-gallery-container .pagination.pagination_generic {
    background-color: white;
    justify-content: center
}

.lazyblock-gallery-container .pagination.pagination_generic a {
    color: var(--primary-color);
    display: inline-block;
    padding: 5px;
    width: auto
}

.lazyblock-gallery-container .pagination.pagination_generic a.active {
    font-weight: bold
}

.lazyblock-gallery-container .pagination_loadmore {
    max-width: 225px;
    margin: 0 auto
}

.lazyblock-gallery-container .pagination_loadmore a {
    margin: 0 auto;
    font-weight: bold;
    text-decoration: none
}

.lazyblock-teasers .teaser-template-wrapper {
    margin-bottom: 4rem
}

.lazyblock-teasers .single-post-vertical-teaser .landmark-item-card {
    display: flex;
    flex-flow: column wrap
}

.lazyblock-teasers .single-post-vertical-teaser .landmark-item-card .landmark-item-img-wrapper {
    min-height: 518px;
    max-height: 518px;
    height: 518px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.lazyblock-teasers .single-post-vertical-teaser .landmark-item-card .landmark-item-img-wrapper img {
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    aspect-ratio: 16/9
}

.lazyblock-teasers .single-post-vertical-teaser .landmark-item-card .landmark-item-body {
    display: flex;
    flex-flow: column wrap;
    flex: 2
}

.lazyblock-teasers .single-post-vertical-teaser .landmark-item-card .landmark-item-body a {
    color: #2E6872;
    text-decoration: none
}

.lazyblock-teasers .single-post-vertical-teaser .landmark-item-card .landmark-item-body a:hover {
    color: #2E6872
}

.lazyblock-teasers .single-post-vertical-teaser .landmark-item-card .landmark-item-body .landmark-item-title {
    flex: 1;
    padding-top: 4rem;
    color: #2E6872;
    font-family: 'caviar_dreamsregular' !important
}

@media (max-width: 1199.98px) {
    .lazyblock-teasers .single-post-vertical-teaser .landmark-item-card .landmark-item-body .landmark-item-title {
        display: inline-block !important
    }
}

.lazyblock-teasers .single-post-vertical-teaser .landmark-item-card .landmark-item-body .landmark-item-title a {
    color: #2E6872
}

.lazyblock-teasers .single-post-vertical-teaser .landmark-item-card .landmark-item-body .landmark-item-title a:hover {
    color: #2E6872
}

.lazyblock-teasers .single-post-vertical-teaser .landmark-item-card .landmark-item-body .landmark-item-second-title {
    flex: 1;
    color: #2E6872;
    font-family: 'caviar_dreamsregular' !important;
    text-align: start
}

@media (max-width: 1199.98px) {
    .lazyblock-teasers .single-post-vertical-teaser .landmark-item-card .landmark-item-body .landmark-item-second-title {
        display: inline-block !important
    }
}

.lazyblock-teasers .single-post-vertical-teaser .landmark-item-card .landmark-item-body .landmark-item-excerpt {
    display: flex;
    margin-bottom: 0
}

@media (min-width: 576px) and(max-width: 991.98px) {
    .single-landmark .landmark .lazyblock-content>div {
        width: 90%
    }

    .single-landmark .landmark .lazyblock-content>div h1:nth-child(2) {
        text-align: center !important
    }
}

@media (max-width: 991.98px) {
    .single-landmark .landmark .lazyblock-content-image .image-wrapper>div {
        justify-content: center !important
    }

    .single-landmark .landmark .lazyblock-content-image .image-wrapper img {
        aspect-ratio: auto
    }
}

.nav-item.active a {
    color: #5B7E6C !important
}

.nav-item.active a:before {
    content: "[ "
}

.nav-item.active a:after {
    content: " ]"
}

.nav-item a:hover {
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    color: #5B7E6C
}

.navbar-container .navbar #navbarNav ul li a {
    color: var(--primary-font-color)
}

.lazyblock-cta {
    margin: 0
}

.single-post-teaser h2 {
    font-size: 3.33rem
}

.single-post-teaser h2 a {
    text-decoration: none
}

.navbar-container .navbar #navbarNav ul li a {
    font-family: "Helvetica Neue" !important
}

.lazyblock-cards .card-cta a {
    font-size: 1.55rem;
    font-family: 'caviar_dreamsbold' !important
}

.lazyblock-cards .card-content-wrapper {
    padding: 1rem !important
}

.btn {
    font-size: 2rem;
    background-color: transparent;
    font-family: "Helvetica Neue" !important;
    font-weight: normal
}

.btn:hover,
.btn :focus,
.btn :active {
    background-color: transparent !important
}

.btn.btn-primary {
    color: var(--primary-font-color)
}

.btn.btn-secondary {
    color: var(--secondary-font-color)
}

.lazyblock-teasers h2 a {
    text-decoration: none
}

.single-post-teaser.post {
    background-color: #C37762
}

.single-post-teaser.post * {
    color: white
}

.lazyblock-teasers #content_Z4RAui .single-post-teaser.post {
    background-color: white
}

.lazyblock-teasers #content_Z4RAui .single-post-teaser.post * {
    color: var(--primary-font-color)
}

.lazyblock-teasers #content_Z4RAui>div {
    padding: 0
}

.btn-primary .arrow,
.btn-secondary .arrow,
.btn-supporting .arrow {
    position: relative;
    top: 2px;
    width: 28px;
    height: 4px;
    background-color: var(--primary-color);
    margin-left: 35px
}

.btn-primary .arrow::after,
.btn-primary .arrow::before,
.btn-secondary .arrow::after,
.btn-secondary .arrow::before,
.btn-supporting .arrow::after,
.btn-supporting .arrow::before {
    content: '';
    position: absolute;
    width: 65%;
    height: 4px;
    right: -3px;
    background-color: var(--primary-color)
}

.btn-primary .arrow::after,
.btn-secondary .arrow::after,
.btn-supporting .arrow::after {
    top: -5px;
    transform: rotate(45deg)
}

.btn-primary .arrow::before,
.btn-secondary .arrow::before,
.btn-supporting .arrow::before {
    top: 5px;
    transform: rotate(-45deg)
}

.btn-primary:hover span,
.btn-secondary:hover span,
.btn-supporting:hover span {
    transform: scale(1)
}

@media all and (min-width: 992px) and(max-width: 1640px) {

    .btn-primary .arrow,
    .btn-secondary .arrow,
    .btn-supporting .arrow {
        top: 3px;
        width: 1.5rem;
        height: 4px
    }

    .btn-primary .arrow::after,
    .btn-primary .arrow::before,
    .btn-secondary .arrow::after,
    .btn-secondary .arrow::before,
    .btn-supporting .arrow::after,
    .btn-supporting .arrow::before {
        content: '';
        width: 70%;
        height: 4px;
        right: -3px
    }

    .btn-primary .arrow::after,
    .btn-secondary .arrow::after,
    .btn-supporting .arrow::after {
        top: -5px
    }

    .btn-primary .arrow::before,
    .btn-secondary .arrow::before,
    .btn-supporting .arrow::before {
        top: 5px
    }
}

@media all and (max-width: 991.98px) {

    .btn-primary .arrow,
    .btn-secondary .arrow,
    .btn-supporting .arrow {
        top: 3px;
        width: 1.2rem;
        height: 4px;
        margin-left: 30px
    }

    .btn-primary .arrow::after,
    .btn-primary .arrow::before,
    .btn-secondary .arrow::after,
    .btn-secondary .arrow::before,
    .btn-supporting .arrow::after,
    .btn-supporting .arrow::before {
        content: '';
        width: 65%;
        height: 4px;
        right: -3px
    }

    .btn-primary .arrow::after,
    .btn-secondary .arrow::after,
    .btn-supporting .arrow::after {
        top: -3px
    }

    .btn-primary .arrow::before,
    .btn-secondary .arrow::before,
    .btn-supporting .arrow::before {
        top: 3px
    }
}

.btn-secondary .arrow {
    background-color: var(--secondary-color)
}

.btn-secondary .arrow::after,
.btn-secondary .arrow::before {
    background-color: var(--secondary-color)
}

.btn-supporting .arrow {
    background-color: var(--supporting-color)
}

.btn-supporting .arrow::after,
.btn-supporting .arrow::before {
    background-color: var(--supporting-color)
}

blockquote {
    position: relative;
    margin: 0
}

blockquote::before {
    content: "";
    border-left: 8px solid var(--supporting-color);
    border-top: 8px solid var(--supporting-color);
    border-bottom: 8px solid var(--supporting-color);
    position: absolute;
    bottom: -25px;
    top: -25px;
    left: -35px;
    width: 45px;
    margin-left: 35px
}

@media all and (max-width: 991.98px) {
    blockquote::before {
        border-left: 5px solid var(--supporting-color);
        border-top: 5px solid var(--supporting-color);
        border-bottom: 5px solid var(--supporting-color);
        bottom: -25px;
        top: -25px;
        left: -10px;
        width: 25px;
        margin-left: initial
    }
}

blockquote p {
    padding-left: 35px
}

@media all and (max-width: 991.98px) {
    blockquote p {
        padding-left: initial
    }
}

@media all and (min-width: 1920px) {
    .container-fluid:not([id^=secttion-])>.lazyblock-content-image {
        max-width: 1320px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5)
    }

    .container-fluid:not([id^=secttion-])>.lazyblock-content-image .content-wrapper.order-1 {
        padding-left: 0 !important
    }

    .container-fluid:not([id^=secttion-])>.lazyblock-content-image .content-wrapper.order-2 {
        padding-right: 0 !important
    }

    .container-fluid:not([id^=secttion-])>.lazyblock-content-image .content-wrapper .container-md {
        padding: 0
    }
}

@media (min-width: 1200px) and(max-width: 1919.98px) {
    .container-fluid:not([id^=secttion-])>.lazyblock-content-image .image-wrapper {
        padding: 0
    }

    .container-fluid:not([id^=secttion-])>.lazyblock-content-image .image-wrapper img {
        width: 100%;
        object-fit: cover;
        aspect-ratio: 16/9
    }
}

@media all and (max-width: 991.98px) {
    .container-fluid:not([id^=secttion-])>.lazyblock-content-image .content-wrapper {
        margin-bottom: 0 !important
    }
}

.container-md:not([id^=secttion-])>.lazyblock-content-image {
    margin: 0
}

@media all and (min-width: 992px) {
    .container-md:not([id^=secttion-])>.lazyblock-content-image .content-wrapper.order-1 {
        padding-left: 0 !important
    }

    .container-md:not([id^=secttion-])>.lazyblock-content-image .content-wrapper.order-2 {
        padding-right: 0 !important
    }

    .container-md:not([id^=secttion-])>.lazyblock-content-image .content-wrapper .container-md {
        padding: 0
    }
}

@media all and (max-width: 991.98px) {
    .container-md:not([id^=secttion-])>.lazyblock-content-image .content-wrapper.order-1 {
        padding: 0 !important
    }

    .container-md:not([id^=secttion-])>.lazyblock-content-image .content-wrapper.order-2 {
        padding: 0 !important
    }

    .container-md:not([id^=secttion-])>.lazyblock-content-image .content-wrapper .container-md {
        padding: 0
    }
}

@media (min-width: 1200px) and(max-width: 1919.98px) {
    .lazyblock-content-image .image-wrapper {
        padding: 0
    }
}

@media (min-width: 992px) and(max-width: 1199.98px) {
    .lazyblock-content-image .image-wrapper {
        padding: 0
    }

    .lazyblock-content-image .image-wrapper img {
        width: 100%;
        object-fit: cover;
        height: 100%
    }
}

@media all and (max-width: 991.98px) {
    .lazyblock-content-image .image-wrapper {
        padding: 0
    }

    .lazyblock-content-image .image-wrapper img {
        width: 100%;
        object-fit: cover;
        aspect-ratio: 16/9
    }
}

p span strong {
    color: inherit
}

@media all and (max-width: 991px) {
    .lazyblock-jumbotron {
        height: 45vh !important
    }
}

.lazyblock-cta a.transparent {
    padding: 0 !important
}

.lazyblock-image-image img.cover {
    width: 100%
}