/***GLOBAL****/ 
@font-face {
    font-family: "CormorantGaramond-Bold";
    src: url('fonts/Cormorant_Garamond/CormorantGaramond-Bold.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "HankenGrotesk-Light";
    src: url('fonts/HankenGrotesk/HankenGrotesk-Light.ttf');
    font-weight: normal;
    font-style: normal;  
} 
 
@font-face {
    font-family: "Inter-SemiBold";
    src: url('fonts/Inter/Inter_18pt-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;  
} 
@font-face {
    font-family: "Inter-Bold";
    src: url('fonts/Inter/Inter_18pt-Bold.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Inter-Regular";
    src: url('fonts/Inter/Inter_18pt-Regular.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Inter-Medium";
    src: url('fonts/Inter/Inter_18pt-Medium.ttf');
    font-weight: normal;
    font-style: normal; 
} 
html {
    font-size: 100% !important;
}
:root{
    --heading-font: "CormorantGaramond-Bold" !important;
    --text-font:"Inter-Regular" !important;
    --text-medium:"Inter-Medium" !important;
    --text-bold:"Inter-Bold" !important;
    --text-semibold:"Inter-SemiBold" !important;
    --input-height:2.5rem !important;
}
body,
p {
    font-family: var(--text-font);
    font-size: .9375rem;
    line-height: 1.5rem;
    letter-spacing: 0.3px;
}
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);
}
h1,
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: 2.5rem;
    line-height: 3.125rem;
    letter-spacing: 0.8px;
}

body .slide-hero h2,
body .banner-page h2,
body .banner h1 {
    font-size: 2.5rem;
    line-height: 3.125rem;
    letter-spacing: 0.8px;
}

body h2 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0.56px;
}
body .h2-h3 h2,
body h3,
body .banner h3 {
    line-height: 2.0625rem;
    font-size: 1.4375rem;
    letter-spacing: 0.46px;
}
.h2-h4 h2,
.h3-h4 h3,
body h4 {
    font-size: 1.1875rem;
    line-height: 2.3125rem;
    letter-spacing: 0.38px;
}
body .h5 p,
body h5 {
    font-size: 1rem;
    line-height: 1.75rem;
    opacity: 1;
    letter-spacing: 0;
    font-family: var(--text-semibold);
}

body h6 {
    line-height: 1.5625rem;
    font-family: var(--text-font);
    font-size: 0.9375rem;
    letter-spacing: 0;
    opacity: 1;
}
a.lead, p.lead{
    font-size: 1.25rem;
    line-height: 2.1875rem;
    font-family: var(--text-medium);
}
body .uppercase, body h6, body span.widget-title, body th {
    letter-spacing: 0;
    text-transform: inherit;
}
.separator::before {
    content:"\f105";
    font-family: fl-icons !important;
    display: inline-block;
    font-size: .8125rem;
    margin: 0 .3125rem;
    letter-spacing: 0.13px;
    color: #C4C4B9;
    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.8125rem;
    letter-spacing: 0.13px;
    line-height: 1;
    color: #C4C4B9;
    font-family: var(--text-font);
}
.rank-math-breadcrumb p span.last{
    color: #C4C4B9;
}
.star-rating{
    width: 100%;
}
.star-rating:before, .woocommerce-page .star-rating:before, .star-rating span:before {
    letter-spacing: 0.5rem;
}
.tabbed-content li:not(:last-child) {
    margin-right: 1.5625rem;
}
.tabbed-content li.tab.active>a {
    padding: 0 .9375rem;
    height: inherit;
    line-height: inherit;
    font-family: var(--text-font);
}
.tabbed-content .nav>li>a {
    font-size: 1rem;
    letter-spacing: 0px;
    color: #000000;
    padding: 0;
    line-height: 1;
    height: inherit;
    font-family: "HankenGrotesk-Light";
}
.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.5rem;
}
.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: .9375rem;
    padding: 0 1.25rem;
    min-height: auto;
    letter-spacing: 1.2px;
    font-weight: normal;
    font-family: var(--heading-font);
    border-width: 0;
    margin: 0;
    text-transform: inherit;
    background-color: var(--fs-color-primary) !important;
    border: 0;
    text-decoration: none !important;
    box-shadow: none !important;
    border-radius: 1.875rem;
    color: #FFFFFF !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

a.button.secondary{
    background-color: var(--fs-color-secondary) !important;
    color: #121212 !important;
}
a.button.secondary .icon-angle-right::before,
a.button.primary .icon-angle-right::before {
    content: "";
    position: relative;
    width: .25rem;
    height: 0.3125rem;
    background: url('../image/right.svg') center center/contain no-repeat;
    display: inline-flex;
    margin-left: 0;
    transition: all .25s ease-in-out;
}
a.button.secondary .icon-angle-right::before{
    filter: invert(1);
}
a.button.secondary:hover .icon-angle-right::before{
    filter: invert(0);
}
a.button i.icon-angle-right{
    transition: all .5s ease-in-out;
}
a.button:hover i.icon-angle-right,
a.button.primary:hover i.icon-angle-right {
    transform: translateX(.25rem);
}

a.button.white{
    color: #fff !important;
    border: 1px solid #fff;
}
a.button.is-outline{
    border: 0;
    padding: 0;
    height: auto;
    line-height: normal;
    text-align: center;
}
a.button.secondary:hover,
a.button.white:hover,
a.button.primary:hover{
    background-color: #A8A600 !important;
    border-color: #A8A600 !important;
    color: #fff !important;
}
a.button.is-outline:hover{
    background-color: #4D4D4D !important;
    border-color: #4D4D4D !important;
    color: #fff !important;
}
a.button.white {
    background: #fff !important; 
    color: #121212 !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-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-20{
    padding-bottom: 1.25rem !important;
}
.pt-20{
    padding-top: 1.25rem !important;
}
.pb-10{
    padding-bottom: .625rem !important;
}
.pb-40{
    padding-bottom: 2.5rem !important;
}
.pt-40{
    padding-top: 2.5rem !important;
}
.pb-100{
    padding-bottom: 6.25rem !important;
}
.pt-70{
    padding-top: 4.375rem !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: 76.875rem;
}
.flickity-prev-next-button svg{
    display: none;
}
.flickity-prev-next-button {
    opacity: 1 !important;
    width: 1.6875rem;
    height: 1.6875rem;
    transform: none !important;
    background: url('../image/r.svg') center center/contain no-repeat;
}
.slider-show-nav .flickity-prev-next-button, .slider:hover .flickity-prev-next-button {
    opacity: 1;
}
button.flickity-button.flickity-prev-next-button.previous {
    transform: rotate(180deg) !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%;
}

body .slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
    border-radius: 0;
    height: 0.125rem;
    width: .9375rem;
}
body .slider-nav-light .flickity-page-dots .dot.is-selected {
    width: 2.5rem !important;
    height: 0.25rem;
    transform: translateY(0px);
}
body .flickity-page-dots .dot.is-selected {
    background: #FFFFFF !important;
    opacity: 1;
    transform: translateY(0px);
}
body .flickity-page-dots .dot {
    border-color: transparent;
    background: #FFFFFF !important;
    opacity: 0.7;
    border: 0;
    margin: 0 .125rem;
    transform: translateY(-1px);
}
.flickity-page-dots {
    bottom: 1.25rem;
}
.mw-550{
    max-width: 34.375rem;
}
/***GLOBAL****/ 
/*HEADER*/
.header-main ul.header-nav.header-nav-main.nav.nav-right li.header-search ul#ux-search-dropdown {
    min-width: 25rem;
}
body input#s {
    height: var(--input-height);
    box-shadow: unset;
}
body .searchform .button.icon {
    margin: 0;
    border: 0;
    height: var(--input-height);
    opacity: 1 !important;
    background-color: var(--fs-color-primary) !important;
}
body .searchform .button.icon i {
    top: 0;
}
.header-wrapper.stuck .header-main .icon-search:before {
    filter: unset!important;
}
.header-wrapper.stuck .header-main .nav > li > a {
    color: #000 !important;
}
.header-wrapper.stuck .header-bg-color {
    background-color: #fff;
}
.top-bar-box .icon-box-left .icon-box-img {
    max-width: .75rem !important;
}
.top-bar-box .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: .625rem;
}
.top-bar-box .icon-box.featured-box {
    width: fit-content;
    margin: auto;
    align-items: center;
}
.top-bar-box p {
    color: #000000;
    letter-spacing: 0.36px;
    font-size: .75rem;
    line-height: 1rem;
    font-family: var(--text-medium);
}
.searchform .button.icon {
    height: 2.5rem;
}
.header-main ul.header-nav.header-nav-main.nav.nav-left {
    justify-content: flex-end;
}
.header-main ul.header-nav.header-nav-main.nav.nav-right {
    justify-content: flex-start;
}
.header-main .nav > li > a {
    font-size: .9375rem;
    letter-spacing: 1.05px;
    font-weight: normal;
    position: relative;
    color: #000;
    padding: 2.375rem 0 !important;
    line-height: 1.25rem;
    font-family: var(--text-font);
}
.header-main ul.header-nav.header-nav-main.nav.nav-right li.header-search{
    margin-left: auto;
}
.header-main .icon-search:before {
    content: "";
    position: relative;
    width: 1.3125rem;
    height: 1.3125rem;
    background: url('../image/search.svg') center center/contain no-repeat;
    display: inline-flex;
}
.page-template-page-transparent-header-light .header-main .icon-search:before {
    filter: invert(1);
}
.page-template-page-transparent-header-light .header-main .nav > li > a {
    color: #fff;
}
body .nav>li {
    margin: 0 0.9375rem;
}

#logo {
    width: 21.4375rem !important;
}

.header .header-top {
    min-height: 2.5rem;
}
.header-main .flex-col.hide-for-medium.flex-left.flex-grow img {
    height: 6.25rem!important;
}
.header-main {
    height: 6.25rem!important;
}
.top-bar-nav > li > a {
    line-height: 1rem!important;
    font-size: .75rem !important;
    letter-spacing: 0.36px!important;
    color: #000 !important;
    text-decoration: underline;
    font-family: var(--text-medium) !important;
}

body .header.show-on-scroll, body .stuck .header-main {
    height: 6.25rem!important;
}
.header-wrapper.stuck .header-main .flex-col.hide-for-medium.flex-left.flex-grow img {
    height: 6.25rem!important;
}
/*HEADER*/
/*footer*/
.footer-bottom {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
}
.title-footer p {
    letter-spacing: 0.7px;
    color: #024648;
    text-transform: uppercase;
    font-family: var(--text-semibold);
    margin-bottom: .375rem;
    line-height: 1rem;
}
.footer-section .row > .col:not(.cl-logo){
    padding-top: 4.375rem;
}
.footer-section{
    padding-top:5.3125rem !important;
    padding-bottom: 5.3125rem !important;
}
.absolute-footer {
    display: none !important;
}
.cl_leis {
    padding-left: 0 !important;
}
.cl_wis {
    padding-left: 0 !important;
}
.cl_wis.col {
    flex-basis: 21%;
    max-width: 21%;
}
.cl_server.col {
    padding-left: 1.5rem !important;
    flex-basis: 12.333333%;
    max-width: 12.333333%;
}
.social-icons.follow-icons a::before {
    content: '' !important;
    display: inline-flex;
    position: relative;
    width: 1.125rem;
    height: 1.5rem;   
    background: url('../image/pinterest.svg') center center/contain no-repeat;
}
.social-icons.follow-icons a.instagram::before {
    width: 1.5rem;
    height: 1.5rem;  
    background: url('../image/instagram.svg') center center/contain no-repeat;
}
.social-icons.follow-icons a.facebook::before {
    width: .75rem;
    height: 1.5rem;  
    background: url('../image/facebook.svg') center center/contain no-repeat;
}
.social-icons.follow-icons a {
    margin: 0;
    width: fit-content !important;
    min-width: fit-content !important;
    min-height: inherit !important;
    display: inline-flex;
    line-height: 1;
}
.social-icons.follow-icons a + a {
    margin-left: 1.875rem; 
}
.social-icons.follow-icons a i {
    display: none;
}
body .social-button, body .social-icons .button.icon:hover, body .social-icons .button.icon:not(.is-outline) {
    background-color: transparent !important;
    border-color: transparent !important;
}
.footer-section .ux-menu-link__link {
    padding: 0 !important;
    min-height: inherit !important;
    line-height: 1.25rem !important;
    color: #024648;
    margin-bottom: 0.5rem;
    letter-spacing: 0.16px;
    font-size: 1rem;
}
.img-logo .box-text.text-left p{
    letter-spacing: 0.16px;
    color: #024648;
    font-size: 1rem;
    line-height: 1.5rem;
}
.img-logo .box-text.text-left {
    padding: 0;
    max-width: 24.6875rem;
    position: absolute;
    bottom: -1.875rem;
    left: 5rem;
}
.img-logo .box-text.text-left {
    padding: 0;
}
.img-logo .box-image {
    max-width: 25.3125rem;
    margin-left: 0 !important;
}
.footer-section .ux-menu-link__link:hover{
    font-family: var(--text-semibold);
}
.row-ft-bottom  >.col >.col-inner {
    display: flex;
    justify-content: space-between;
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
    align-items: center;
}
.row-ft-bottom .ux-menu-link + .ux-menu-link {
    margin-left: 1.875rem !important;
}
.social-icons.follow-icons {
    display: inline-flex;
}
.social-icons.follow-icons a{
    margin: 0;
}
.row-ft-bottom  >.col >.col-inner .ux-menu.stack.stack-col {
    display: flex;
    flex-direction: row;
    margin-left: 1.875rem;
    margin-right: auto;
}
.row-ft-bottom .ux-menu-link.flex.menu-item:last-child .ux-menu-link__link{
    opacity: 0.43;
}
.row-ft-bottom .ux-menu-link {
    align-items: center;
    display: inline-flex !important;
    line-height: 1.25rem;
}
.row-ft-bottom .ux-menu-link__link {
    padding: 0 !important;
    min-height: inherit !important;
    line-height: inherit !important;
    margin-bottom: 0;
    font-size: .8125rem;
    letter-spacing: 0.13px;
    color: #024648;
}
.row-ft-bottom >.col >.col-inner p {
    letter-spacing: 0.13px;
    color: #024648;
    font-size: .8125rem;
    line-height: 1rem;
    margin-bottom: 0;
}
/*footer*/