.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.hero {
    float: none;
    padding-top: 1.5rem;
    position: relative;
}
.hero__image {
    height: 14.375rem;
    max-width: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
}
.hero__image img,
.hero__image picture,
.hero__image video {
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.ie .hero__image.object-fit-polyfill video,
.ie .hero__image .video-js video {
    visibility: visible;
}
.ie .hero__image video {
    visibility: hidden;
}
.hero__carousel {
    visibility: hidden;
    background: #000;
}
.hero__carousel.slick-initialized,
.hero__carousel.slick-initialized.mobile-carousel {
    bottom: 1.5rem;
    height: 100%;
    max-width: none;
    position: relative;
    top: 0;
    width: 100vw;
    visibility: visible;
    background: transparent;
}
.hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9990;
    background: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(0, 0, 0, 0.2) 100%
        ),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 83%);
}

.hero--homepage {
    display: inline-block;
    height: 95vh;
    padding-top: 0;
    background: #000;
    top: 0;
    margin-top: -90px;
    float: none;
}
.hero--homepage .hero__carousel {
    float: left;
}
.ie .hero--homepage .hero__carousel.slick-initialized .slick-track {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.ie .hero--homepage .hero__slide {
    min-height: 95vh;
}
.ios-oldie .hero--homepage .hero__carousel.slick-initialized .slick-track {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}
.ios-oldie .hero--homepage .hero__carousel.slick-initialized .slick-slide {
    height: auto;
}
.ios-oldie .hero--homepage .hero__slide {
    height: auto;
    min-height: 100%;
}
.hero--homepage .chromeless-video {
    height: 100%;
    width: 100%;
}
.hero--homepage video {
    -o-object-fit: cover;
    object-fit: cover;
}
.hero--homepage video.left {
    -o-object-position: left;
    object-position: left;
}
.hero--homepage video.right {
    -o-object-position: right;
    object-position: right;
}
.hero--homepage .left video {
    -o-object-position: left;
    object-position: left;
}
.hero--homepage .right video {
    -o-object-position: right;
    object-position: right;
}
.hero--homepage .hero__full-width-link {
    border-bottom: none;
    display: block;
    height: 100%;
    left: -50vw;
    margin-left: 50%;
    max-width: none;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 1;
}
.hero--homepage .hero__text-content {
    border-bottom: none;
    display: block;
    z-index: 1;
}
.hero--homepage .hero__text-content:hover .hero__cta .icon-long-arrow-right {
    left: 0.75rem;
}
.hero--homepage .hero__tag {
    background: transparent;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    opacity: 0;
    padding-bottom: 0;
    position: relative;
    top: 1.25rem;
    transition: top 0.8s, opacity 0.8s;
}
.hero--homepage .hero__title {
    background: transparent;
    color: #fff;
    font-size: 2.375rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0;
    position: relative;
    top: 1.25rem;
    transition: top 0.8s, opacity 0.8s;
}
.hero--homepage .hero__cta {
    color: #fff;
    border-bottom: none;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.44;
    left: -10%;
    opacity: 0;
    position: relative;
    text-transform: uppercase;
    transition: left 0.5s, opacity 0.5s;
    transition-delay: 0.6s;
}
.hero--homepage .hero__cta.no-text .icon-long-arrow-right {
    margin-left: 0;
}
.hero--homepage .hero__cta .icon-long-arrow-right {
    display: inline-block;
    left: 0;
    position: relative;
    transition: left 0.5s;
}
.hero--homepage .hero__cta-text {
    margin-right: 1rem;
    display: inline;
}
.hero--homepage .hero__image {
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform 6.5s;
    transition: transform 6.5s;
    transition: transform 6.5s, -webkit-transform 6.5s;
    transition-delay: 1.5s;
}
.hero--homepage .hero__slide-nav-item {
    border-bottom: none;
    color: #fff;
    display: block;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.44;
    opacity: 0.5;
    white-space: nowrap;
}

@media (min-width: 992px){
    .hero--homepage .hero__slide-nav-item {
        font-size: 1.110rem;
    }
}

.hero--homepage .hero__slide-nav-item:hover {
    opacity: 1;
}
.hero--homepage .hero__slide-nav-progress {
    background-color: #0a5934;
    display: block;
    height: 5px;
    margin-top: 1.5rem;
    transition: width linear;
    visibility: hidden;
    width: 0;
}
.hero--homepage .hero__nav-container {
    bottom: 0;
    left: 0;
    overflow: auto;
    padding-bottom: 5rem;
    position: absolute;
    right: 0;
    width: 100%;
    -ms-overflow-style: none;
}
.hero--homepage .hero__nav-container .slide-count-2 .slick-dots {
    width: 50%;
}
.hero--homepage .hero__nav-container .slide-count-3 .slick-dots {
    width: 75%;
}
.hero--homepage .hero__nav-container::-webkit-scrollbar {
    display: none;
}
.hero--homepage .hero__nav-container > .column {
    max-width: none;
    min-width: 100%;
    width: auto;
}
.hero--homepage .hero__nav-container .slick-dots {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.hero--homepage .hero__nav-container .slick-dots li,
[dir="rtl"] .hero--homepage .hero__nav-container .slick-dots li {
    padding: 0;
}
.hero--homepage .hero__nav-container .slick-dots li:before,
[dir="rtl"] .hero--homepage .hero__nav-container .slick-dots li:before {
    content: "";
    display: none;
    margin: 0;
    width: auto;
}
.hero--homepage .hero__nav-container .slick-dots li {
    display: inline-block;
    cursor: pointer;
}

@media (max-width: 991.98px){
    .hero--homepage .hero__nav-container .slick-dots li {
        display: inline-block;
        margin-right: 3.75rem;
    }

    .hero--homepage .hero__nav-container .slick-dots li:last-of-type a {
        margin-right: 2rem;
    }
}

@media (max-width: 767.98px){
    .hero--homepage .hero__nav-container .slick-dots li {
        display: inline-block;
        margin-right: 5.75rem;
    }

    .hero--homepage .hero__nav-container .slick-dots li:last-of-type a {
        margin-right: 6rem;
    }
}

.hero--homepage
    .hero__nav-container
    .slick-dots
    li.slick-active.transition-active
    .hero__slide-nav-item {
    opacity: 1;
}
.hero--homepage .hero__nav-container .slick-dots li.slick-active.transition-active
    .hero__slide-nav-progress {
    visibility: visible;
    width: calc(100% + 1.5rem)!important;
}
.hero--homepage
    .hero__nav-container
    .slick-dots
    li.no-progress.transition-active.slick-active
    .hero__slide-nav-progress {
    width: calc(100% + 1.5rem);
}
.hero--homepage
    .hero__nav-container
    .slick-dots
    li.no-progress.transition-active
    .hero__slide-nav-progress {
    transition-duration: 0.2s !important;
    width: 0;
}
.hero--homepage .hero__carousel.slick-initialized {
    /*display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    margin-left: 0;*/
    min-height: 100%;
    height: auto;
}
.hero--homepage .hero__carousel.slick-initialized .slick-list,
.hero--homepage .hero__carousel.slick-initialized .slick-track,
.hero--homepage .hero__carousel.slick-initialized .slick-slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    width: 100%;
}
.hero--homepage
    .hero__carousel.slick-initialized
    .slick-slide.slick-active.transition-active
    .hero__image {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}
.hero--homepage
    .hero__carousel.slick-initialized
    .slick-slide.slick-active.transition-active
    .hero__slide {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.hero--homepage
    .hero__carousel.slick-initialized
    .slick-slide.slick-active.transition-active
    .hero__tag {
    opacity: 1;
    top: 0;
}
.hero--homepage
    .hero__carousel.slick-initialized
    .slick-slide.slick-active.transition-active
    .hero__title {
    opacity: 1;
    top: 0;
}
.hero--homepage
    .hero__carousel.slick-initialized
    .slick-slide.slick-active.transition-active
    .hero__cta {
    left: 0;
    opacity: 1;
}

.hero--homepage .hero__slide {
    display: none;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
    height: 95vh;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 10rem;
    padding-top: 4.5rem;
    position: relative;
}

@media (min-width: 48rem) {
    .hero__overlay {
        background: linear-gradient(
                to right,
                rgba(0, 0, 0, 0.07) 0%,
                rgba(0, 0, 0, 0.07) 100%
            ),
            linear-gradient(
                to right,
                rgba(0, 0, 0, 0.25) 0%,
                rgba(0, 0, 0, 0) 50%
            ),
            linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0.2) 0%,
                rgba(0, 0, 0, 0) 160px
            ),
            linear-gradient(
                to top,
                rgba(0, 0, 0, 0.1) 0%,
                rgba(0, 0, 0, 0) 100px
            );
    }
}

@media (min-width: 67.5625rem) {
    .hero--homepage {
        margin-top: -90px;
    }
    .hero--homepage .hero__nav-container {
        padding-bottom: 3rem;
    }
    .hero--homepage .hero__slide {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
}

.gdpr-cookie-notice {
    position: fixed;
    background: #333;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 1000;
}
@media (max-width: 768px) {
    .gdpr-cookie-notice {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.gdpr-cookie-notice-loaded .gdpr-cookie-notice {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.gdpr-cookie-notice-description {
    margin: 0;
    padding: 0 16px 0 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}
@media (max-width: 768px) {
    .gdpr-cookie-notice-description {
        padding: 0;
        margin: 0 0 10px 0;
        font-size: 12px;
        line-height: 18px;
    }
}
.gdpr-cookie-notice-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 auto;
    background: none;
    width: auto;
    height: auto;
    padding: 0;
}
.gdpr-cookie-notice-nav-item {
    text-decoration: none;
    display: block;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    color: #fff;
    padding: 0 16px;
    font-size: 15px;
    font-weight: 600;
}
.gdpr-cookie-notice-nav-item:hover {
    text-decoration: none;
    color:#ccc!important;
}
.gdpr-cookie-notice-nav-item-btn {
    background: #03542c;
    border-radius: 3px;
}
.gdpr-cookie-notice-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg height="12" viewBox="0 0 8 12" width="8" xmlns="http://www.w3.org/2000/svg"><path d="m1.41 0-1.41 1.41 4.58 4.59-4.58 4.59 1.41 1.41 6-6z" fill="#1ad56c"/></svg>');
    z-index: 1001;
    background: rgba(0, 0, 0, 0.4);
    overflow: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 10px;
    display: none;
}
.gdpr-cookie-notice-show-modal .gdpr-cookie-notice-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.gdpr-cookie-notice-modal-content {
    width: 470px;
    border-radius: 6px;
    background: #fff;
    margin: auto;
}
.gdpr-cookie-notice-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #f4f5f7;
}
.gdpr-cookie-notice-modal-title {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 600;
    line-height: 18px;
    margin: 0;
    padding: 0;
}
.gdpr-cookie-notice-modal-close {
    width: 24px;
    height: 24px;
    margin: 0 0 0 auto;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    position: relative;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.gdpr-cookie-notice-modal-close:before,
.gdpr-cookie-notice-modal-close:after {
    width: 18px;
    height: 2px;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #bdbdbd;
}
.gdpr-cookie-notice-modal-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.gdpr-cookie-notice-modal-close:hover {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
}
.gdpr-cookie-notice-modal-cookies {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.gdpr-cookie-notice-modal-cookie {
    display: block;
    border-bottom: 1px solid #f4f5f7;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.gdpr-cookie-notice-modal-cookie-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
}
.gdpr-cookie-notice-modal-cookie-title {
    font-weight: normal;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.8);
    margin: 0;
    padding: 0;
    line-height: 1;
    position: relative;
}
.gdpr-cookie-notice-modal-cookie-title:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #bdbdbd transparent transparent transparent;
    content: "";
    display: block;
    position: absolute;
    right: -17px;
    top: 50%;
    margin-top: -2px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.open .gdpr-cookie-notice-modal-cookie-title:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.gdpr-cookie-notice-modal-cookie-state {
    color: #03542c;
    margin-left: auto;
    font-size: 15px;
}
.gdpr-cookie-notice-modal-cookie-input {
    opacity: 0;
}
.gdpr-cookie-notice-modal-cookie-input:checked
    + .gdpr-cookie-notice-modal-cookie-input-switch {
    background: #03542c;
    -webkit-box-shadow: inset 0px 0px 0px 1px #03542c;
    box-shadow: inset 0px 0px 0px 1px #03542c;
}
.gdpr-cookie-notice-modal-cookie-input-switch {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 0px 0px 1px #bdbdbd;
    box-shadow: inset 0px 0px 0px 1px #bdbdbd;
    margin: 0 0 0 auto;
    position: relative;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    cursor: pointer;
}
.gdpr-cookie-notice-modal-cookie-input-switch:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url('data:image/svg+xml;utf8,<svg height="11" viewBox="0 0 14 11" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m5 10.42-5-5 1.41-1.41 3.59 3.58 7.59-7.59 1.41 1.42z" fill="rgb(255,255,255)" fill-rule="evenodd"/></svg>')
        no-repeat center 7px;
    content: "";
    display: block;
}
.gdpr-cookie-notice-modal-cookie-info {
    margin: 0;
    padding: 0 16px 12px 16px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 16px;
    display: none;
}
.open .gdpr-cookie-notice-modal-cookie-info {
    display: block;
}
.gdpr-cookie-notice-modal-footer {
    background: #f4f5f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 16px 16px 16px;
    border-radius: 0 0 6px 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gdpr-cookie-notice-modal-footer-item {
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: #03542c;
    position: relative;
}
.gdpr-cookie-notice-modal-footer-item:after {
    position: absolute;
    right: -16px;
    top: 50%;
    margin-top: -5px;
    background: url('data:image/svg+xml;utf8,<svg height="12" viewBox="0 0 8 12" width="8" xmlns="http://www.w3.org/2000/svg"><path d="m1.41 0-1.41 1.41 4.58 4.59-4.58 4.59 1.41 1.41 6-6z" fill="#1ad56c"/></svg>')
        no-repeat left center;
    height: 12px;
    width: 8px;
    content: "";
    display: block;
}
.gdpr-cookie-notice-modal-footer-item-btn {
    padding: 0 16px;
    color: #fff;
    background: #03542c;
    border-radius: 3px;
    position: relative;
}
.gdpr-cookie-notice-modal-footer-item-btn span {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.gdpr-cookie-notice-modal-footer-item-btn:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    content: "";
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: block;
    background: url('data:image/svg+xml;utf8,<svg height="11" viewBox="0 0 14 11" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m5 10.42-5-5 1.41-1.41 3.59 3.58 7.59-7.59 1.41 1.42z" fill="rgb(255,255,255)" fill-rule="evenodd"/></svg>')
        no-repeat center;
}
.gdpr-cookie-notice-modal-footer-item-btn.saved span {
    opacity: 0;
}
.gdpr-cookie-notice-modal-footer-item-btn.saved:after {
    opacity: 1;
}
.gdpr-cookie-notice-modal-footer-item:hover {
    text-decoration: none;
    opacity: 1;
}

.text-primary{
    color: var(--primary-color-2)!important;
}

.banner__two-content h1 {
    color: var(--text-white);
    font-size: 42px !important;
    line-height: 1.2 !important;
    font-weight: 400;
    margin: 10px 0;
    text-transform: none;
}

.banner__two-content p {
    color: var(--text-white);
    font-size: 19px;
    line-height: 1.3 !important;
    font-weight: 400;
    margin: 10px 0;
    text-transform: none;
}

.swiper-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 25px;
    right: 0 !important;
    width: auto !important;
    left: 0 !important;
    margin: 0 auto;
    padding: 10px 8px;
}

.swiper-pagination-bullet {
    position: relative;
    width: 150px;
    border-radius: 0;
    margin-right: 20px;
    background-color: transparent;
    border-radius: 0;
    padding: 30px 0px;
    width: auto;
    height: auto;
    text-align: center;
    font-size: 1.110rem;
    font-weight: 500;
    color:#969391;
    opacity: 1;
    background: none;
    text-transform: none;
}

.swiper-pagination-bullet-active {
    color:#fff;
    padding: 30px 0px;
    background: none;
}

.swiper-pagination-bullet i {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 5px;
    background-color: transparent;
}
.swiper-pagination-bullet b {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 2;
    width: 0%;
    height: 5px;
    background-color: var(--primary-color-2);
}

.swiper-pagination-bullet-active {
    background-color: transparent;
}

.swiper-pagination-bullet-active b {
    animation-name: countingBar;
    animation-duration:5s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}

@keyframes countingBar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@media (max-width:575.98px) {
    
    .swiper-pagination-bullet {
        padding: 10px 6px;
        font-size: 14px;
    }
    /*
    .swiper-pagination-bullet-active {
        padding: 5px 4px;
    }*/
}

@media (max-width:767.98px){
    
    .swiper-pagination {
        bottom: 35px;
        align-items: initial;
    }

    .swiper-pagination-bullet {
        line-height: 20px;
    }

    .swiper-pagination-bullet i {
        bottom: 5px;
    }
    .swiper-pagination-bullet b {
        bottom: 5px;
    }
}

.news-blog, .news-blog a{
    text-transform: none;
}

.news-blog:hover, .news-blog:hover a{
    color: var(--primary-color-2)!important;
}

.news-blog-item-content h5{
    font-weight: 500!important;
    margin-bottom: 8px;
}

.news-blog-item-content p{
    line-height:18px;
    font-weight: 500;
}

.footer-menu a{
    color:#fff;
    font-size: 1rem!important;
    text-transform: none;
}

.footer-menu li:hover a{
    color:#ccc;
}


.copyright__two{
    /*border-top: 1px solid rgba(227,227,227,.2);*/
    border: none;
}

.copyright__two a, .copyright__two p{
    color: #fff!important;
}

.header__one{
    position: relative;
    z-index: 3;
    /*border-bottom: 1px solid rgba(255,255,255,.2);*/
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.05) 100%);
    transition: background 200ms;
}

.logo-noir{
    display: none;
}

/*
.header__one:hover{
    background-color: #fff;
}
*/

/*.header__one:hover .logo-blanc,*/ .header__sticky-sticky-menu .logo-blanc{
    display: none;
}

/*.header__one:hover .logo-noir,*/ .header__sticky-sticky-menu .logo-noir{
    display: block;
}

.header__area-menubar-center-menu.two ul li a {
    padding: 25px 28px;
}

@media (max-width:1199.98px){
    .header__area-menubar-center-menu.two ul li a {
        padding: 25px 10px;
    }
}

.header__one .plink{
    color: #fff!important;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.44;
    text-transform: none;
}


.header__sticky-sticky-menu .plink/*, .header__one:hover .plink*/{
    color: #000!important;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.44;
    text-transform: none;
}

.header__area-menubar-center-menu ul li .sub-menu li a{
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.44;
}

.header__area-menubar-right-box-search-icon i{
    color: #fff;
}

.header__sticky-sticky-menu .header__area-menubar-right-box-search-icon i/*,
 .header__one:hover .header__area-menubar-right-box-search-icon i*/{
    color: #000;
}

.header__area-menubar {
    display: flex;
    justify-content: space-around;
}


.header__sticky-sticky-menu {
    padding-left: 70px!important;
    padding-right: 70px!important;
}


@media (max-width:767.98px){
    .header__sticky-sticky-menu {
        padding-left: 25px!important;
        padding-right: 25px!important;
    }
}

.header__one li > a.plink::after, .header__one li > a.plink::before{
    display: none;
}

.banner__two{
    margin-top: -90px;
    height: 97vh;
}
.swiper-wrapper{
    min-height: 100%;
}

.topbar__three{
    position: relative;
    z-index: 3;
    background: none!important;
}

.section__midline-heading {
    margin-top: 3rem;
    margin-bottom: 2rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    align-items: center;
    width: 100%;
}

.section__midline-heading:before, .section__midline-heading:after {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    content: "";
    display: block;
    border-top: 1px solid #e5e3e3;
    margin-top: 5px;
}

.section__midline-heading h3{
    font-weight: 500;
}

.section__midline-heading h4{
    font-weight: 600;
}

.header__area-menubar {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991px){
    .header__area-menubar-right-box-search {
        position: relative;
        z-index: 9999;
        padding: 30px 0 30px 0;
        margin: 0 0 0 0;
        border-right: none;
    }
}

.subscribe-title::after{
    display: none!important;
}
.header__area-menubar-left-logo a img {
    max-width: 190px!important;
}
.banner__two-content-button{
    margin-top: 20px;
    margin-left: 1px;
}

.btn-perso{
    font-weight: 600;
    color: #000;
}

.btn-perso:hover, .btn-perso i{
    color: var(--primary-color-2);
}

.btn-perso:hover i{
    margin-left: 15px;
    transition: 200ms;
}

.banner__two-image{
    transition: transform 5s;
}

.banner__two-image:hover{
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.header__one img.one{
    border-left: 1px solid transparent;
}

#fullmenumcken img.one{
    border-left: 1px solid rgba(255,255,255,0.2);
}

.ma5-toggle-menu {
    margin-top: 5px;
    margin-right: 15px;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .35s cubic-bezier(.175,.685,.32,1.175);
    -moz-transition: .35s cubic-bezier(.175,.685,.32,1.175);
    -o-transition: .35s cubic-bezier(.175,.685,.32,1.175);
    transition: .35s cubic-bezier(.175,.685,.32,1.175);
    z-index: 110;
}

.ma5-toggle-menu span {
    left: 0;
    width: 100%;
    height: 2.5px;
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .35s cubic-bezier(.175,.685,.32,1.175);
    -moz-transition: .35s cubic-bezier(.175,.685,.32,1.175);
    -o-transition: .35s cubic-bezier(.175,.685,.32,1.175);
    transition: .35s cubic-bezier(.175,.685,.32,1.175);
}

.ma5-toggle-menu span:nth-child(1) {
    top: 0;
    width: 100%;
}

.ma5-toggle-menu span:nth-child(2), .ma5-toggle-menu span:nth-child(3) {
    top: 0.60em;
    width: 100%;
}

.ma5-toggle-menu span:nth-child(4) {
    top: 1.2em;
    width: 100%;
}

.ma5-toggle-menu.open span:nth-child(1) {
    top: 2em;
    width: 0;
}

.ma5-toggle-menu.open span:nth-child(2) {
    width: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
    
.ma5-toggle-menu.open span:nth-child(3) {
    width: 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ma5-toggle-menu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

.header__sticky-sticky-menu .ma5-toggle-menu span/* ,
.header__one:hover .ma5-toggle-menu span*/{
    background: #000;
}

.follow-us{
    color: #fff;
    font-size: 18px;
}

@media (min-width: 992px){
    .first-b.col-lg-6{
        border-right: 1px solid rgba(255,255,255,.4);
    }

    .first-bb.col-lg-6, .first-bb.col-xl-6{
        border-right: 1px solid #e5e3e3;
    }
}

.subscribe-form p{
    text-transform: none;
}

.subscribe-form input[type=email]{
    border-radius: 0;
}

.subscribe-form button{
    border-radius: 0;
    font-weight: 500;
}

.subscribe-form button:hover{
    border: 1px solid transparent;
}

.subscribe-form .form-check-input{
    float: none;
    margin-top: 0.4rem!important;
}
.banner__two-content-button{
    text-transform: none;
}

.header__area-menubar ul li:hover a.plink span{
    border-bottom: 3px solid var(--primary-color-2);
    padding-bottom: 10px;
}

.subscribe-form .form-check-input{
    border-radius: 0;
    border: none;
}

.subscribe-form input[type=email]{
    width: 90%!important;
}

@media (min-width: 992px){
    .subscribe-form input[type=email]{
        width: 324px!important;
    }
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background: rgb(4,49,28);
    background: linear-gradient(210deg, rgba(4,49,28,1) 0%, rgba(255,255,255,0.2) 100%);
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
}

.dropdown-menu a{
    color: #fff;
}


@media screen and (min-width: 73.75rem){
    .header__area-menubar-center.language{
        margin-right: -150px;
        margin-left: -150px;
    }

    .header__area-menubar-right{
        padding-left: 32px;
    }
}

.spacing{
    padding-left: 65px!important;
    padding-right: 65px!important;
}

@media (max-width:767.98px){
    .spacing{
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
}

.about__two img{
    width: 100%;
}

.flag-fr{
    width: 20px;
    height:20px;
}

.dropdown-menu.show {
    transform: translate3d(0px, 50px, 0px)!important;
}


#fullmenumcken .head-bb{
    border-bottom: 1px solid rgba(0,0,0,0.5);
}

.fullmenulist li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    padding: 1rem 0;
}

#fullmenumcken ::placeholder{
    color: #fff;
}

.hamburger-menu{
    display:none;
    position: fixed;
    top:0;
    left:0;
    right:0;
    z-index:9;
    width:100%;
    height:100%;
}

.hamburger-menu .hamburger-navigation {
    background: rgba(2,42,85,0.9);
    width: 100%;
    height: 100vh;
    min-height: 100%;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.hamburger-menu .hamburger-navigation .primary-ul{
    margin-top: 50px;
    padding: 0 40px;
}

.hamburger-menu .hamburger-navigation .nav-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    color: #ddd;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    padding: 0.3rem 0;
}

.hamburger-menu .hamburger-navigation .nav-wrapper {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background: rgb(3,84,44);
    background: linear-gradient(210deg, rgba(4,49,28,1) 0%, rgba(0,0,0,0.8) 100%);
    -webkit-transition: opacity 0.05s;
    transition: opacity 0.05s;
    transition: transform 0.3s linear;
    -webkit-transition: transform 0.3s linear;
}

.hamburger-menu .nav-wrapper {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    padding-bottom: 4rem;
    opacity: 0;
    z-index: 3;
    padding: 1.5rem 2rem 1rem;
}

@media screen and (min-width: 992px){
    .hamburger-menu .hamburger-navigation {
        width: 25vw;
        height: 85vh;
        min-height: 100%;
    }

    .hamburger-menu .hamburger-navigation .nav-wrapper {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        width: 75vw;
        min-height: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        background: rgb(3,84,44);
        background: linear-gradient(210deg, rgba(4,49,28,1) 0%, rgba(3, 61, 32, 0.85) 100%);
        -webkit-transition: opacity 0.05s;
        transition: opacity 0.05s;
        padding: 3.7rem 5rem 3rem;
    }
}

.hamburger-menu .hamburger-navigation .nav-wrapper li {
    padding: 0;
    padding-bottom: 1rem;
    line-height: 20px;
    font-size: 1.125rem;
}

.hamburger-menu .hamburger-navigation .nav-wrapper li a:hover {
    color: #eee
}

.hamburger-menu .nav-wrapper .items ul li a{
    color: #fff;
}

.hamburger-menu .hamburger-navigation .is-active>.nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.hamburger-menu .hamburger-navigation .is-active .nav-link {
    color: #fff;
}

@media (min-width: 992px) {
    .hamburger-menu .hamburger-navigation .primary-ul {
        margin-top: 50px;
        padding: 0px 60px;
    }

    .block-left{
        padding-left: 53px;
    }
}

@media (max-width: 991.98px) {
    .head-bb{
        padding: 0px 65px;
    }
    .hamburger-menu .hamburger-navigation .primary-ul {
        margin-top: 50px;
        padding: 0px 58px;
    }

    .hamburger-menu .hamburger-navigation .nav-wrapper {
        padding: 60px 60px;
    }
}

@media (max-width:767.98px){
    .head-bb{
        padding: 0px 20px;
    }
    .hamburger-menu .hamburger-navigation .primary-ul {
        margin-top: 50px;
        padding: 0px 18px;
    }

    .hamburger-menu .hamburger-navigation .nav-wrapper {
        padding: 15px 15px;
    }
}

.inner_page{
    border: none!important;
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255,0.4) 0%, rgba(255,255,255,0.05) 100%);
}

.inner_page .plink{
    font-size: 1rem;
    padding: 15px 32px!important;
}

.inner_page ul li:hover a.plink span, .inner_page ul li a.plink.active span{
    border-bottom: 3px solid #fff;
    padding-bottom: 2px;
}

.inner_page  .header__sticky-sticky-menu ul li a.plink.active span{
    border-bottom: 3px solid var(--primary-color-2)!important;
    padding-bottom: 2px;
}

.breadcrumbs{
    margin-top: -90px;
    height: 450px;
    background-position: center center;
    background-size: cover;
}

.breadcrumbs .container-fluid{
    margin-top: 3rem!important;
}

.breadcrumbs-content{
    margin-top: 25px;
}

.breadcrumbs p{
    font-size: 17px;
    line-height: 23px;
}

.inner-content p{
    text-align: justify;
    font-size: 17px;
    color: #000;
}

.inner-content #overview p{
    font-size: 18px;
}

.inner-content li{
    padding: 5px 0;
    font-size: 17px;
}

.inner-content h6{
    font-size: 20px!important;
}