#social.fixed {
    position: fixed;
    top: min(160px, 14vh);
}
.btn-right {
    display: table;
    margin-left: auto;
    margin-right: 0;
}
.btn-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
#message-box {
    position: fixed;
    top: 50%;
    left: 50%;
    right: unset;
    bottom: unset;
    transform: translate(-50%, -50%);
}
.bg4 #message-box {
    background-color: #f0ede0;
}
.bg4 #message-text {
    color: #078141;
}
#home2 .owl-carousel {
    position: relative;
}
#home2 .owl-nav {
    position: absolute;
    width: 100%;
}
#home2 #headline-slider .owl-prev {
    left: 10px;
    right: unset;
}
#home2 #headline-slider .owl-next {
    right: 10px;
}
#home2 #headline-slider.owl-carousel .owl-nav .owl-next::before,
#home2 #headline-slider.owl-carousel .owl-nav .owl-prev::before {
    line-height: 1;
    top: 50%;
    left: 50%;
    right: unset;
    bottom: unset;
}
#home2 #headline-slider.owl-carousel .owl-nav .owl-prev::before {
    transform: translate(-55%, -50%);
}
#home2 #headline-slider.owl-carousel .owl-nav .owl-next::before {
    transform: translate(-45%, -50%);
}
#home2 #headline-slider.owl-carousel .owl-nav .owl-next,
#home2 #headline-slider.owl-carousel .owl-nav .owl-prev {
    background-color: #078141 !important;
    border-radius: 50% !important;
    color: white;
    width: 35px;
    height: 35px;
    margin-top: unset;

    top: 40%;
    transform: translateY(-50%);

    pointer-events: all;
}
#home2 #headline-slider .owl-nav {
    height: 100%;
    top: 0;
    pointer-events: none;
}
#home2 .owl-stage-outer {

}
#lang {
    position: absolute;
    top: 10px;
    right: 11px;
}
.lang-inner {
    display: flex;
    gap: 6px;
    align-items: center;
}
.lang-separation {
    width: 4px;
    height: 18px;
    background-color: #078141;
    border-radius: 4px;
}
.lang-link {
    color: #078141;
    font-weight: 700;

    transition: color 350ms ease-out;
}

.lang-link:hover,
.lang-link:focus {
    color: #F3704E;
}
/*
#header-bottom {
    padding: 0 24px;
}
*/
.content-list.top30#accordion-items .pagination {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.content-list.top30#accordion-items .pagination li {
    margin-left: 8px;
    margin-right: 8px;
}

.content-list.top30#accordion-items .pagination li a{
    font-weight: 500;
    font-size: 24px;
    line-height: 1.1;
}

.content-list.top30#accordion-items .pagination li.active a{
    font-weight: 800;
}

.content-list.top30#accordion-items .pagination li.prev,
.content-list.top30#accordion-items .pagination li.next {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #078141;

    margin-left: 5px;
    margin-right: 5px;
}

.content-list.top30#accordion-items .pagination li.prev,
.content-list.top30#accordion-items .pagination li.next {
    opacity: 1;
}

.content-list.top30#accordion-items .pagination li.prev span,
.content-list.top30#accordion-items .pagination li.next span,
.content-list.top30#accordion-items .pagination li.prev a,
.content-list.top30#accordion-items .pagination li.next a{
    font-size: 24px;

    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: block;
    width: 7px;
    height: 12px;
}

.content-list.top30#accordion-items .pagination li.prev .pagination-svg,
.content-list.top30#accordion-items .pagination li.next .pagination-svg {
    width: 7px;
    height: 12px;
}

.mini {
    background-color: #712E23;
}
.maxi {
    background-color: #078141;
}
.premium {
    background-color: #A08B4F;
}

.content.full-screen {
    min-height: 76vh;
}
.thank-you-page-wrap {
    
}
.thank-you-text {
    font-size: 38px;
    line-height: 1.1;
    font-weight: 700;
    color: #F0EDE0;
}
.mlr-auto {
    margin-left: auto;
    margin-right: auto;
}

.thank-you-page-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.thank-you-page-content {
    padding-top: 60px;
    max-width: 720px;
}

.txt-center {
    text-align: center;
}
.thank-you-svg {
    display: block;
    width: 84px;
    height: 151px;

    margin-top: 15px;
}


.has-error .help-block {
    color: #e98824;
}
.faq-link-title {
    color: #078141;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
}

.faq-content-offset {
    padding-top: 40px;
}
.faq-main-subtitle {
    color: #078141;
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    line-height: 1.3;
    font-weight: 500;
}
.faq-column {
    padding-top: 70px;
}
.card-body.faq {
    font-weight: 500;
    max-width: 450px;
}

#story-video video {
    width: 100%;
    height: auto;
}

.footer-nav li {
    width: calc(50% - 40px);
}

.btn-success {
    background-color: #078141;
}

.calendar-item {
    margin-bottom: 50px;
}

.headline-item figure {
    background-color: #F0EDE0;
}

.homepage-hero#home1 {
    aspect-ratio: 16 / 9;
    height: unset;
    max-height: 680px;
}

.btn.big.mobile {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.content.homepage-hero-mobile-button {
    display: none;
    padding-top: 45px;
    padding-bottom: 0;
}

.headline-title {
    width: 100%;
}

.owl-carousel.regular .owl-stage {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100% !important;
}
.owl-carousel.regular .owl-prev,
.owl-carousel.regular .owl-next {
    display: none;
}
.owl-carousel.regular .owl-item {
    width: calc(25% - 23px) !important;
    margin-right: 0 !important;
}
.owl-carousel.regular .owl-item img {
    opacity: 1;
}

.owl-carousel.regular.type-award .owl-item {
    width: calc(33.3333% - 20px) !important;
    margin-right: 0 !important;
}

.owl-carousel.regular.type-award .owl-item img {
    opacity: 1;
}

@media screen and (max-width: 1200px) {
    #lang {
        top: 4px;
        right: 3px;
    }
    .faq-column {
        padding-top: 40px;
    }
    .faq-main-subtitle {
        margin-bottom: 5px;
    }

    .owl-carousel.regular .owl-item {
        width: calc(33.3333% - 20px) !important;
    }
}

@media screen and (min-width: 1000px) {
    .footer-nav {
        margin: 20px 0 0 60px;
        width: calc(100% - 660px);
    }
}
@media screen and (min-width: 769px) {
    .footer-nav li:nth-child(4) {
        clear: initial;
    }
}

@media screen and (max-width: 770px) {
    .faq-link-title {
        font-size: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .head-item .container {
        padding-top: 80px;
    }
}
@media screen and (max-width: 670px) {
    .owl-carousel.regular .owl-item {
        width: calc(50% - 15px) !important;
    }
    .owl-carousel.regular.type-award .owl-item {
        width: calc(50% - 15px) !important;
    }
}
@media screen and (max-width: 600px) {
    .thank-you-text {
        font-size: 26px;
    }

    .homepage-hero#home1 {
        aspect-ratio: unset;
        height: 350px;
    }
    .homepage-hero#home1 .plyr__video-wrapper{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    #home1 .btn.big {
        display: none;
    }
    .content.homepage-hero-mobile-button {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .homepage-hero#home1 {
        aspect-ratio: unset;
        height: 260px;
    }
    .owl-carousel.regular .owl-item {
        width: 100% !important;
    }
    .owl-carousel.regular.type-award .owl-item {
        width: 100% !important;
    }
}

/*headline slider*/
#headline-slider-1.owl-carousel .owl-nav .owl-prev,
#headline-slider-1.owl-carousel .owl-nav .owl-next { width: 25px; height: 25px; top: 0; margin-top: -50px; font-size: 30px; color: #078141; padding: 0 !important; background: transparent !important; border-radius: 0 !important; position: absolute; z-index: 10; }
#headline-slider-1.owl-carousel .owl-nav .owl-prev { left: unset; right: 30px; }
#headline-slider-1.owl-carousel .owl-nav .owl-prev::before { position: absolute; top: 0; bottom: 0; left: 0; right: 0; font-family: 'IcoFont'; content: "\ea9d"; }
#headline-slider-1.owl-carousel .owl-nav .owl-next { right: 0; }
#headline-slider-1.owl-carousel .owl-nav .owl-next::before { position: absolute; top: 0; bottom: 0; left: 0; right: 0; font-family: 'IcoFont'; content: "\eaa0"; }
#headline-slider-1.owl-carousel .owl-nav .owl-prev span,
#headline-slider-1.owl-carousel .owl-nav .owl-next span { display: none; }