/***GLOBAL****/ 
@font-face {
    font-family: "LibreBaskerville-Bold";
    src: url('fonts/LibreBaskerville/LibreBaskerville-Bold.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "LibreBaskerville-Regular";
    src: url('fonts/LibreBaskerville/LibreBaskerville-Regular.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Inter-Regular";
    src: url('fonts/Inter/Inter-Regular.ttf');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: "Inter-Medium";
    src: url('fonts/Inter/Inter-Medium.ttf');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: "Inter-SemiBold";
    src: url('fonts/Inter/Inter-SemiBold.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Inter-Bold";
    src: url('fonts/Inter/Inter-Bold.ttf');
    font-weight: normal;
    font-style: normal; 
} 
:root{
    --heading-font: "LibreBaskerville-Bold" !important;
    --heading-regular: "LibreBaskerville-Regular" !important;
    --text-font:"Inter-Regular" !important;
    --text-medium:"Inter-Medium" !important;
    --text-semibold:"Inter-SemiBold" !important;
    --text-bold:"Inter-Bold" !important;
    --input-height: 3.125rem !important;
}
body,
p {
    font-family: var(--text-font);
    font-size: 1rem;
    line-height: 1.625rem;
}
html {
    font-size: 100% !important;
}
label, legend {
    font-weight: normal;
}
.p-bold p,
p strong {
    font-weight: normal;
    font-family: var(--text-semibold);
}
.font-bold p {
    font-family: var(--text-semibold);
}
body h1,
body h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 1.25rem;
    opacity: 1;
}

body h1 {
    font-size: 4.375rem;
    line-height: 5rem;
    letter-spacing: 0rem;
}

body .banner-page h2,
body .banner h1 {
    font-size: 3.5rem;
    line-height: 4rem;
    letter-spacing: 0rem;
}
body .h1 h2{
    font-family: var(--heading-font);
    font-size: 3.5rem;
    line-height: 4rem;
    letter-spacing: 0rem;
}
.h2-p p,
.title-box h1,
body h2 {
    font-size: 2.813rem;
    line-height: 3.75rem;
    letter-spacing: 0;
    font-family: var(--heading-font);
}
body h3,
body .banner h3 {
    line-height: 2.813rem;
    font-size: 2.188rem;
    font-family: var(--heading-font);
}
body .h4-p p,
body .h4-h3 h3,
body .h4 h2,
body h4 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0;
    font-family: var(--heading-font);
}
body .h5 h3,
body h5 {
    font-size: 1.25rem;
    line-height: 1.625rem;
    opacity: 1;
    letter-spacing: 0;
}

body h6 {
    line-height: 1.5rem;
    font-family: var(--heading-font);
    /* font-family: var(--text-font); */
    font-size: 1.125rem;
    letter-spacing: 0;
    opacity: 1;
}
.tzn-nowrap {
	white-space: nowrap;
}
a.lead, p.lead {
    font-size: 1rem !important;
    line-height: 1.75rem;
    font-family: var(--text-font);
    letter-spacing: 2.4px;
    margin-bottom: .5rem;
}
body .uppercase, body h6, body span.widget-title, body th {
    letter-spacing: 0;
    text-transform: inherit;
}
.star-rating{
    width: 100%;
}
.star-rating:before, .woocommerce-page .star-rating:before, .star-rating span:before {
    letter-spacing: 0.5rem;
}

.m-auto .col-inner,
.m-auto {
    margin-inline: auto !important;
}
.col-pb-0 .col{
    padding-bottom: 0 !important;
}
.mb-0,
.mb-0 p {
    margin-bottom: 0;
}
.mb-30 >*{
    margin-bottom: 1.875rem;
}
.mb-0-p p:last-child {
    margin-bottom: 0;
}
.mb-20-h4 h4 {
    margin-bottom: 1.25rem;
}
.row-small {
    margin-inline: auto !important;
}

.icon-box-img img, .icon-box-img svg {
    padding-top: 0 !important;
}
span.amount {
    font-weight: normal;
}
.fs-12 p{
    font-size: 0.75rem;
    line-height: 1.3125em;
}
.fs-13 p{
    font-size: .8125rem;
    line-height: 1.25rem;
}
.fs-14 p{
    font-size: .875rem;
    line-height: 1.25rem;
}
.fs-15 p{
    font-size: .938rem;
    line-height: 1.5rem;
}
.fs-16 p{
    font-size: 1rem;
    line-height: 1.625rem;
}
.fs-18 p{
    font-size: 1.125rem;
    line-height: 1.375rem;
}
.fs-20 p{
    font-size: 1.25rem;
    line-height: 1.875rem;
}
.img-auto img{
    width: auto !important;
}
.badge+.badge,
.badge-frame {
    height: auto;
    margin-left: auto;
    width: auto;
    min-width: auto;
    opacity: 1;
    
}
.icon-box-img img, .icon-box-img svg {
    padding-top: 0 !important;
}
.button, button, fieldset, input, select, textarea {
    margin: 0;
}
a.button.white, 
a.button.primary, 
a.button.secondary {
    height: var(--input-height);
    font-size: 1rem;
    padding: 0 1.25rem;
    min-height: auto;
    letter-spacing: .48px;
    font-weight: normal;
    font-family: var(--text-semibold);
    border-width: 0;
    margin: 0;
    text-transform: inherit;
    background: transparent linear-gradient(90deg, #9A8D70 0%, #D1C4A5 100%);
    border: 0;
    text-decoration: none;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 2.5rem;
}
a.button.white::after, 
a.button.primary:not(.is-link)::after, 
a.button.secondary::after {
    content: '';
    background: url(../images/arrow-right.svg) no-repeat center / contain;
    width: .625rem;
    height: .625rem;
    margin-left: .5rem;  
    transition: all .5s ease-in-out;
}
a.button.secondary{
    background: #23344E;
}
a.button.secondary:hover{
    background: #000;
}
body .white.is-outline:hover {
    background-color: transparent !important;
}
a.button.white{
    color: #fff !important;
}
a.button.is-outline{
    border: 0;
    padding: 0;
    height: auto;
    line-height: normal;
    text-align: center;
}
a.button.primary:hover,
/* a.button.white:hover, */
a.button.primary:hover{
    color: #fff !important;
    background: transparent linear-gradient(-90deg, #9A8D70 0%, #D1C4A5 100%);
}
a.button.is-outline:hover{
    /* color: #BFA46F !important; */
}
span.amount {
    font-weight: normal;
}
body .row-full-width {
    max-width: 120rem!important;
}
.button:not(.icon)>span+i {
    margin-left: 0;
    margin-right: 0;
}
figure.gallery-item {
    padding-bottom: 0;
}
.pb-30 {
    padding-bottom: 1.875rem !important;
}
.pt-30 {
    padding-top: 1.875rem !important;
}
.pt-40{ 
    padding-top: 2.5rem !important;
}
.pb-40{
    padding-bottom: 2.5rem !important;
}
.pb-20{
    padding-bottom: 1.25rem !important;
}
.pt-20{
    padding-top: 1.25rem !important;
}
.pt-45{
    padding-top: 2.8125rem !important;
}
.pt-50{
    padding-top: 3.125rem !important;
}
.pt-60{
    padding-top: 3.75rem !important;
}
.pb-60{
    padding-bottom: 3.75rem !important;
}
.pb-65{
    padding-bottom: 4.0625rem !important;
}
.pt-100{
    padding-top: 6.25rem !important;
}
.pt-120{
    padding-top: 7.5rem !important;
}
.pb-120{
    padding-bottom: 7.5rem !important;
}
.pt-80{
    padding-top: 5rem !important;
}
.pb-80{
    padding-bottom: 5rem !important;
}
.pb-40{
    padding-bottom: 2.5rem !important;
}
.pb-100{
    padding-bottom: 6.25rem !important;
}
.pb-70{
    padding-bottom: 4.375rem !important;
}
.mt-90{
    margin-top: 5.625rem !important;
}
.pt-90{
    padding-top: 5.625rem !important;
}
.pb-90{
    padding-bottom: 5.625rem !important;
}
.pt-95{
    padding-top: 5.9375rem !important;
}
.pb-95{
    padding-bottom: 5.9375rem !important;
}
.pb-50{
    padding-bottom: 3.125rem !important;
}
.pt-110{
    padding-top: 6.875rem !important;
}
.mb-30 {
    margin-bottom: 1.875rem !important;
}
.mb-90{
    margin-bottom: 5.625rem !important;
}
.mb-60{
    margin-bottom: 3.75rem !important;
}
body .col, body .columns, body .gallery-item {
    padding: 0 0.9375rem 1.875rem;
}
body .container, body .container-width, body .full-width .ubermenu-nav, body .row {
    max-width: 95.75rem;
}
.flickity-prev-next-button {
    width: 3.75rem;
    height: 3.75rem;
    transform: none !important;
}
.flickity-prev-next-button .arrow,
.flickity-prev-next-button svg {
    fill: #B5B5B5;
    border-color: #B5B5B5;
    transition: all .3s;
    border: 1px solid #B5B5B5;
    padding: 1.25rem;
    border-radius: 50%;
}
.mobi {
    display: none;
}
body .slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
    border-radius: 0;
    width: .5rem;
    height: .5rem;
}
body .slider-nav-light .flickity-page-dots .dot {
    border: 0;
    width: .5rem;
    height: .5rem;
    background: #196C79 !important;
    border-radius: 0 !important;
    opacity: 1;
    margin: 0 .625rem;
}
body .slider-nav-light .flickity-page-dots .dot.is-selected {
    width: .5rem !important;
    box-shadow: #fff 0px 0px 0px 2px, #196C79 0px 0px 0px 3px;
}
body .flickity-page-dots .dot.is-selected {
    background: #196C79 !important;
    box-shadow: #fff 0px 0px 0px 2px, #196C79 0px 0px 0px 3px;
}
body .flickity-page-dots .dot {
    border: 0;
    width: .5rem;
    height: .5rem;
    background: #196C79 !important;
    border-radius: 0 !important;
    opacity: 1;
    margin: 0 .625rem;
}
body .flickity-page-dots {
    bottom: 1px;
}
body .tab-panels {
    padding-top: 4rem;
}
body .accordion-title {
    background-color: transparent!important;
    border: 0!important;
    color: #2B2B2B !important;
    font-weight: normal!important;
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 0;
    padding-right: 2.875rem;
    font-family: var(--text-semibold);
    cursor: pointer;
    letter-spacing: .36px;
}

body .accordion-inner p:last-child {
    margin-bottom: 0
}

body .accordion-inner {
    padding: 1.5rem 0 0
}
body .accordion-item + .accordion-item {
    margin-top: 1rem;
}
body .accordion-item {
    padding: 2rem;
    background: #fff;
    margin-bottom: 1rem;
    border-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
}
body .accordion .toggle {
    left: auto;
    right: 0;
    top: 0.3rem;
    opacity: 1;
    width: 1rem;
    height: 1rem;
    min-height: 1rem;
    margin: 0;
    min-width: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

body .accordion i.icon-angle-down {
    width: 1rem;
    height: 1rem;
    top: 0 !important;
}
body .accordion .icon-angle-down:before {
    content: ''!important;
    background-image: url(../images/minus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    width: 1rem;
    height: 1rem;
    /* transform: rotate(45deg); */
}
body .accordion-title span {
    line-height: 1.75rem;
    display: inline-flex;
}
body .accordion .accordion-title:not(.active) .icon-angle-down:before {
    background-image: url(../images/plus.svg);
    /* transform: rotate(45deg); */
}

/***GLOBAL****/ 
/*HEADER*/
.header-wrapper.stuck .header-bg-color {
    background-color: #fff;
}
.header-top .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: .5rem;
}
.header-top .icon-box .icon-box-img {
    max-width: .625rem;
}
div#wide-nav .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: .625rem;
}
div#wide-nav .icon-box.featured-box .icon-box-img {
    display: flex;
    top: -2px;
}
div#wide-nav .icon-box.featured-box{
    align-items: center;
}
div#wide-nav .flex-row, div#wide-nav .flex-row > div {
    width: 100%;
}
div#wide-nav .flex-row{
    max-width: 100%;
}
div#wide-nav .icon-box.featured-box {
    width: fit-content;
    margin: auto;
}
.cl-img {
    max-width: 1rem;
    position: absolute !important;
    right: 0;
    top: 0;
}
div#wide-nav {
    order: -1;
    min-height: 2.5rem;
}
.has-dropdown .icon-angle-down {
    display: none;
}
.separator::before {
    content:"\f105";
    font-family: fl-icons !important;
    display: inline-block;
    font-size: .813rem;
    margin: 0 .3125rem; 
    color: #939393;
    top: 1px;
    position: relative;
}
.rank-math-breadcrumb .separator {
    font-size: 0 !important;
    display: inline-flex;
}
.rank-math-breadcrumb p, .rank-math-breadcrumb a {
    font-size: 0.813rem;
    letter-spacing: 0;
    line-height: 1;
    color: #939393;
    font-family: var(--text-font);
}
.rank-math-breadcrumb p span.last{
    color: #404040;
}
.row-menu a.ux-menu-link__link::before{
    content:"\f105";
    font-family: fl-icons !important;
    font-size: 1.125rem;
    color: #525252;
    margin-right: .5rem;
    display: inline-flex;
    position: relative;
}
.rank-math-breadcrumb p {
    margin-bottom: .875rem;
}
.row-menu a.ux-menu-link__link:hover::before{
    color: #BFA46F !important;
}
.row-menu a.ux-menu-link__link:hover{
    color: #BFA46F !important;
    font-family: var(--text-semibold);
}
.row-menu a.ux-menu-link__link {
    letter-spacing: 0px;
    color: #525252;
    font-size: 1.125rem;
    line-height: 2.125rem;
    padding: 0 !important;
    min-height: inherit;
}
.row-menu .col + .col {
    margin-left: 5rem;
}
.row-menu .col {
    flex-basis: fit-content;
    max-width: fit-content;
    padding-bottom: 0 !important;
}
body .menu-item-has-block .nav-dropdown {
    box-shadow: 0px 6px 10px #0000000F;
}
.row-menu {
    margin: auto !important;
    padding-top: 1.875rem;
    padding-bottom: 2.5rem;
}
/* .header-main .nav > li > a:hover::after, */
li.current-dropdown > a::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 2rem;
    height: .1875rem;
    transition: all .5s ease-in-out;
}
.header-main .nav > li > a:hover,
li.current-dropdown > a{
    color: #BFA46F !important;
    font-family: var(--text-font) !important;
}
header#header .header-wrapper { 
    display: flex;
    flex-direction: column;
}
.topbar-section .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 0.625rem;
}
.topbar-section .icon-box-left .icon-box-img {
    max-width: 1rem;
}
.topbar-section .icon-box {
    align-items: center;
    width: fit-content;
}
body .header-main .header-button > .button:not(.is-outline):hover {
    background-color: #4D4D4D!important;
}
body .header-main .header-button > .button:not(.is-outline) {
    background-color: #0059A5 !important;
    color: #fff !important;
    height: 2.1875rem;
}
body .header-main .nav>li {
    margin: 0 1.25rem;
}
.header-main .icon-search:before {
    content: "";
    position: relative;
    width: 1.3125rem;
    height: 1.3125rem;
    display: inline-flex;
}
.header-main .nav > li > a {
    font-size: 1.063rem;
    letter-spacing: 0.106rem;
    font-weight: normal;
    position: relative;
    color: #fff;
    padding: 0 !important;
    line-height: 1.125rem;
    font-family: var(--text-font);
    text-transform: inherit;
}
.header-main .nav > li.active > a {
    color: #9A8D70;
}
.gtranslate_wrapper a + a:before {
    content: "";
    position: relative;
    display: inline-flex;
    height: .75rem;
    width: 1px;
    margin: 0 .25rem 0 .125rem;
    background: #525252;
    top: 2px;
}
body .nav>li {
    margin: 0 0.9375rem;
}
li.html.header-button-1 {
    margin-left: 2.8125rem;
}
#logo {
    width: 18.125rem !important;
    /* max-width: 75%; */
}
.logo-left .logo {
    margin-right: 0.5rem !important;
}
body .header-main ul.header-nav.header-nav-main.nav.nav-right>li {
    margin: 0 1.563rem;
}
.header-main .flex-col.hide-for-medium.flex-left.flex-grow img {
    height: 5.875rem!important;
}
.header-main {
    height: 4.25rem!important;
    background: transparent linear-gradient(180deg, #000000AF 0%, #00000000 100%);
    /* position: absolute !important;
    top: 0;
    left: 0;
    width: 100%; */
    padding: .625rem 0;
}
.header-top .icon-box {
    align-items: center;
}
.header-top a.nav-top-link {
    letter-spacing: 0.78px;
    color: #383838 !important;
    font-family: var(--text-font);
    font-size: .8125rem !important;
    line-height: 1rem;
    padding: 0 !important;
}
.header-bottom p strong{
    font-size: 1.25rem;
    margin: 0 .25rem;
}
.header-bottom p {
    color: #fff;
    letter-spacing: 0.6px;
    font-size: .9375rem;
    line-height: 1.25rem;
    font-family: var(--text-font);
}
.nav-right > li {
    display: inline-flex !important;
}
.top-bar-nav > li > a {
    line-height: 16px;
    font-size: .8125rem;
    letter-spacing: 0.0325rem;
}
.topbar-section .icon-box-left .icon-box-img+.icon-box-text p {
    letter-spacing: 0.0325rem;
}
.header-main .nav > li.btn-li > a{
    background-color: #23344E;
    font-size: 1rem;
    letter-spacing: .48px;
    height: 3.125rem;
    border-radius: 2.5rem;
    line-height: 3.125rem !important;
    padding: 0 1.25rem !important;
}
.header-main .nav > li.btn-li > a:after {
    content: '';
    display: block;
    background: url(../images/arrow-right.svg) no-repeat center / contain;
    width: .625rem;
    height: .625rem;
    margin-left: .5rem;
}
body .header.show-on-scroll, body .stuck .header-main {
    height: 5.875rem!important;
    background-color: #000;
}
.header-wrapper.stuck .header-main .flex-col.hide-for-medium.flex-left.flex-grow img {
    height: 5.875rem!important;
}
body .stuck #logo img {
    max-height: 3rem!important;
}
/*HEADER*/
/*footer*/
.absolute-footer.dark {
    display: none;
}
.txt-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: .1px solid #fff;
    padding-top: 2.5rem;
    margin-top: 2.5rem;
}
.txt-copyright > * {
    color: #fff;
    font-size: .875rem;
    line-height: 1.5;
    margin: 0;
}
.cl-logo .img{
    max-width: 15.188rem;
}
.st-footer{
    color: #fff !important;
}
.st-footer .icon-box-text * {
    font-size: .938rem;
    line-height: 1.75rem;
}
.st-footer .icon-box-text p{
    margin: 0;
}
.st-footer .icon-box{
    display: flex;
    margin-bottom: 1.25rem;
}
.st-footer .icon-box .icon-box-img {
    margin-bottom: 0;
    max-width: 100%;
    position: relative;
    width: auto !important;
    max-width: 1.25rem;
    margin-right: 1rem;
    min-width: 1rem;
}
.st-footer h6{
    margin-bottom: 1.75rem;
}
.st-footer a.button.primary {
    color: #fff !important;
    font-size: .813rem;
    letter-spacing: .39px;
    border: 1px solid #fff;
    height: 2.188rem !important;
    line-height: 2.188rem !important;
    padding: 0 1.25rem !important;
    background: transparent !important;
}
body .social-icons.follow-icons a i:before {
    display: none !important;
}
body .social-icons.follow-icons i {
    position: relative;
    inset: auto !important;
    width: auto;
    height: .875rem;
}
body .social-icons.follow-icons a {
    display: flex;
    width: 2.375rem;
    height: 2.375rem;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
}
body .social-icons.follow-icons i.icon-linkedin {
    background: url(../images/linkedin.svg) no-repeat center / contain;
}
body .social-icons.follow-icons i.icon-instagram {
    background: url(../images/instagram.svg) no-repeat center / contain;
}
body .social-icons.follow-icons i.icon-feed {
    background: url(../images/xing.svg) no-repeat center / contain;
}
body .social-icons.follow-icons i.icon-facebook{
    background: url(../images/facebook.svg) no-repeat center / contain;
}
.st-footer .social-icons.follow-icons {
    position: absolute;
    top: 3.25rem;
    right: 0;
}
.row-1 > .col:nth-child(1){
    flex-basis: 20%;
    max-width: 20%;
}
.row-1 > .col:last-child{
    flex-basis: 21.6%;
    max-width: 21.6%;
}
.row-infor-bar a .icon-box-img {
    width: 100% !important;
    margin: 0;
    min-width: 1.875rem;
}
.row-infor-bar a {
    display: flex;
    width: 4.375rem;
    height: 4.375rem;
    background-color: #23344E;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px;
}
.row-infor-bar {
    position: fixed;
    top: 50%;
    right: 0;
    max-width: max-content !important;
    width: auto;
    margin: 0 !important;
    z-index: 22;
}
.row-infor-bar .col {
    padding: 0 !important;
}
.row-infor-bar a{
    transition: transform .5s ease;
}

.row-infor-bar a:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

.row-infor-bar a:hover img {
    transform: scale(1.15);
}

@keyframes mailPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.row-infor-bar a {
    animation: mailPulse 2.2s infinite;
}
.row-infor-bar a + a{
    animation: mailPulse 3.2s infinite;
}
/*footer*/