/***GLOBAL****/ 
@font-face {
    font-family: "Poppins-Bold";
    src: url('fonts/Poppins/Poppins-Bold.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Poppins-SemiBold";
    src: url('fonts/Poppins/Poppins-SemiBold.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Poppins-ExtraBold"; 
    src: url('fonts/Poppins/Poppins-ExtraBold.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Poppins-Medium";
    src: url('fonts/Poppins/Poppins-Medium.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Poppins-Regular";
    src: url('fonts/Poppins/Poppins-Regular.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Poppins-Light";
    src: url('fonts/Poppins/Poppins-Light.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Questrial-Regular";
    src: url('fonts/Questrial/Questrial-Regular.ttf');
    font-weight: normal;
    font-style: normal; 
} 

html {
    font-size: 100% !important;
}
:root{
    --heading-font: "Questrial-Regular" !important;
    --text-font:"Poppins-Regular" !important;
    --text-semibold:"Poppins-SemiBold" !important;
    --text-black:"Poppins-Black" !important;
    --text-bold:"Poppins-Bold" !important;
    --text-light:"Poppins-Light" !important;
    --text-medium:"Poppins-Medium" !important;

    --input-height:2.625rem !important;
    --input-height-50:3.125rem !important;
}
body,
p {
    font-family: var(--text-light);
    font-size: 1.0625rem;
    line-height: 1.75rem;
    letter-spacing: 0;
}
body p{
    margin-bottom: 1.25rem;
}
label, legend {
    font-weight: normal;
}
.p-bold p,
p strong {
    font-weight: normal;
    font-family: var(--text-bold);
}
.font-bold p {
    font-family: var(--text-bold);
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: var(--heading-font);
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 1.25rem;
    opacity: 1;
}
body .h1 h2,
body .slide-hero h2,
body .banner-page h2,
body .banner h1,
.banner-home h2,
body h1 {
    font-size: 3rem;
    line-height: 4.1875rem;
    letter-spacing: 0;
}

.h2 h1,
.banner-hero h1,
body .h3-h2 h3,
body h2 {
    font-size: 2.375rem;
    line-height: 2.875rem;
    letter-spacing: 0.76px;
}
body .h1-h3 h1,
body .h2-h3 h2,
body h3,
body .banner h3 {
    font-size: 1.625rem;
    line-height: 2.375rem;
    letter-spacing: 0;
}
body .h3-h4 h3,
.h4 p,
body h4 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0;
    font-family: var(--heading-font);
}
body .h3-h5 h3,
body .h5 p,
body h5 {
    font-size: 1rem;
    line-height: 1.625rem;
    opacity: 1;
    letter-spacing: 0;
    font-family: var(--heading-font);
}

body h6 {
    line-height: 1.5625rem;
    font-family: var(--text-font);
    font-size: 0.9375rem;
    letter-spacing: 0;
    opacity: 1;
}
body .slider [data-animate], body [data-animate] {
    transition: filter .3s,transform .6s,opacity .4s ease-in;
}
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.625rem;
}
.fs-18 p{
    font-size: 1.125rem;
    line-height:2rem;
    font-family: var(--text-font);
}
.fs-20 p{
    font-size: 1.25rem;
    line-height: 1.875rem;
}
.fs-24 p{
    font-size: 1.5rem;
    line-height: 2.125rem;
}
.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: .875rem;
    padding: 0 1.375rem;
    min-height: auto;
    letter-spacing: 0.84px;
    font-weight: normal;
    font-family: var(--text-medium);
    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: 3rem !important;
    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::after,
a.button.primary::after {
    content: "";
    position: relative;
    width: .75rem;
    height: 0.5rem;
    background: url('../image/right.svg') center center/contain no-repeat;
    display: inline-flex;
    margin-left: .75rem;
    transition: all .25s ease-in-out;
}
a.button.secondary::after{
    filter: invert(1);
}
a.button.secondary:hover::after{
    filter: invert(1);
}
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:not(.more-link){
    border: 0;
    padding: 0;
    height: auto;
    line-height: normal;
    text-align: center;
}
a.button:hover::after, a.button.primary:hover::after{
    transform: translateX(.25rem);
    filter: invert(1);
}
a.button.secondary:hover,
a.button.white:hover,
a.button.primary:hover{
    background-color: #EDE7DB !important;
    border-color: #EDE7DB !important;
    color: #000 !important;
}
a.more-link.button.primary {
    margin-top: 1rem;
}
a.button.is-outline.more-link span.meta-nav {
    display: none;
}
a.button.is-outline:not(.more-link):hover{
    background-color: #4D4D4D !important;
    border-color: #4D4D4D !important;
    color: #000 !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: 79.1875rem;
}
.flickity-prev-next-button:hover {
    opacity: 0.23 !important;
}
.flickity-prev-next-button svg{
    display: none;
}
.flickity-prev-next-button {
    opacity: 1 !important;
    width: 4.75rem!important;
    height: 2.25rem;
    transform: none !important;
    background: url('../image/r.svg') center center/contain no-repeat;
    border-radius: 1rem;
    overflow: hidden;
}
.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 .flickity-page-dots {
    bottom: 0;
}
body .slider-nav-dots-dashes .flickity-page-dots .dot {
    border-radius: 0;
    height: 1px;
    margin: 0;
    width: 6.25rem;
    border: 0;
}
body .slider-nav-light .flickity-page-dots .dot {
    background: #ede7db !important;
}
body .slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
    border-radius: 0;
    height: 1px;
    width: 6.25rem;
}
body .slider-nav-light .flickity-page-dots .dot.is-selected {
    width: 6.25rem !important;
    height: 0.125rem;
    transform: translateY(0px);
}
body .flickity-page-dots .dot.is-selected {
    background: #2f2e29 !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;
}
/**accordion**/
body .accordion-title.active {
    font-size: 1.0625rem;
    font-weight: normal;
    letter-spacing: 0;
    color: #000 !important;
    background-color: transparent !important;
    /* padding-bottom: 0.25rem; */
}

body .accordion-title {
    border: none !important;
    padding: .75rem 0;
    padding-right: 2rem;
    font-size: 1.0625rem;
    line-height: 1.5rem;
    letter-spacing: 0;
    font-family: var(--text-font);
    color: #000000;
}
body .accordion-item + .accordion-item {
    margin-top: .25rem;
}
body .accordion-inner {
    padding: .75rem 0;
}
body .accordion .toggle {
    right: 0;
    left: inherit;
    opacity: 1;
    top: 1rem;
    margin: 0;
    width: .9375rem;
    height: .9375rem;
    width: .9375rem;
    height: .9375rem;
    min-width: .9375rem;
    min-height: .9375rem;
}
body .accordion-item .accordion-title{
    border-bottom: 1px solid #c5c3bf!important;
}
body .accordion-item {
    background: transparent;
    margin-bottom: 0;
}
body .accordion .toggle i {
    width: .9375rem;
    height: .9375rem;
    min-width: .9375rem;
    min-height: .9375rem;
    top: 0;
    display: inline-flex;
}
.accordion .icon-angle-down:before {
    content: "" !important;
    background: url(../image/plus.svg) no-repeat right / contain;
    width:.9375rem;
    height: .9375rem;
    display: inline-flex;
}
.accordion .active .icon-angle-down:before {
    content: "" !important;
    background: url(../image/minus.svg) no-repeat right / contain;
    /* background: url(../image/plus.svg) no-repeat right / contain; */
    width: .9375rem;
    height: .9375rem;
    display: inline-flex;
}
body .accordion .active .toggle {
    top: 1rem;
}
body .accordion-inner p:last-child {
    margin-bottom: 0;
}
/**accordion**/
/***GLOBAL****/ 
/*HEADER*/
.header-button a.button.primary::before {
    position: relative;
    content: '';
    background: url(../image/bag.svg) center center / contain no-repeat;
    display: inline-flex;
    width: .75rem;
    height: .75rem;
    margin-right: .75rem;
    filter: invert(1);
}
.header-button a.button.primary:hover::before {
    filter: invert(0);
}
ul li.current-dropdown > a {
    color: #54C10F !important;
}
.row-sub-menu .col-inner {
    display: flex;
    justify-content: space-between;
}
.row-sub-menu .ux-menu-title.flex {
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: .8125rem !important;
    line-height: 1.4375rem;
    font-weight: normal;
    padding: 0;
    min-height: inherit;
    font-family: var(--text-black);
    text-transform: inherit;
}
.row-sub-menu a.ux-menu-link__link span.ux-menu-link__text {
    font-size: 1rem;
    line-height: 1.4375rem;
}
.row-sub-menu a.ux-menu-link__link {
    padding: 0;
    min-height: inherit;
    margin-bottom: .625rem !important;
}
.row-sub-menu .ux-menu-link.flex.menu-item:last-child a.ux-menu-link__link {
    margin-bottom:0 !important;
}
.header .has-dropdown .icon-angle-down {
    opacity: 1; 
    top: 2px;
}
.header .sub-menu.nav-dropdown {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: .3125rem;
    padding: 1.25rem 1.875rem;
}
.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: #FCFAF6;
}

.top-bar p {
    text-align: center;
    margin: 0;
    letter-spacing: 0px;
    color: #000000;
    font-size: .75rem;
    line-height: 1rem;
}
#gt_float_wrapper,
#gt_float_wrapper .gt_float_switcher {
    background: transparent !important;
    box-shadow: unset !important;
}
div#gt_float_wrapper {
    display: flex;
    align-items: center;
}
.gt_float_switcher,
.gt_float_switcher .gt-selected {
    background-color: transparent !important;
}
.gt_float_switcher img {
    display: none !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    transform: unset !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
    transform: rotate(180deg) !important;
}
.gt_float_switcher.notranslate {
    display: flex;
    align-items: center;
}
.gt_float_switcher .gt_options {
    position: absolute !important;
    bottom: -3rem;
    right: 0;
    background:transparent !important;
    color: #000 !important;
    opacity: 1;
}
.gt_float_switcher .gt_options a{
    color: #000 !important;
    font-weight: normal !important;
    font-size: .75rem !important;
    font-family: var(--text-font) !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0!important;
    color: #000 !important;
    font-weight: normal!important;
    font-size: .75rem!important;
    font-family: var(--text-font)!important;
}
body .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    display: inline-block;
    height: .75rem;
    width: .75rem;
    vertical-align: middle;
    background: url('../image/arrow-right.svg') center center/contain no-repeat;
    /* background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>"); */
    background-position: 50%;
    background-size: .75rem;
    /* transform: matrix(0, 1, -1, 0, 0, 0) !important; */
    top: 0px;
    position: relative;
}
.gt_float_switcher .gt_options a:hover {
    background: transparent !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    top: 0!important;
}
.header-main ul.header-nav.header-nav-main.nav.nav-left {
    /* justify-content: center; */
}
.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: 0.6px;
    font-weight: normal;
    position: relative;
    color: #000;
    padding: 1.25rem 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 1.25rem;
}

#logo {
    width: 5.1875rem !important;
}

.header .header-top {
    min-height: 2.5rem;
}
.header-main .flex-col.hide-for-medium.flex-left.flex-grow img {
    height: 6.875rem!important;
}
.header-main {
    height: 6.875rem!important;
}
body ul.header-nav.header-nav-main.nav.nav-right>li a.button.secondary.is-outline::after {
    display:none;
}
body ul.header-nav.header-nav-main.nav.nav-right>li a.button.secondary.is-outline{
    width: 3rem;
    height: 2.875rem;
    background: url(../image/phone.svg) center center / contain no-repeat !important;
    display: inline-flex;
    margin-left: 0;
    transition: all .25s ease-in-out;
    border: 0 !important;
    padding: 0 !important;
}
body ul.header-nav.header-nav-main.nav.nav-right>li {
    margin: 0 .9375rem;
}
.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;
}

.header .header-top .flex-row.container {
    display: block;
}

body .header.show-on-scroll, body .stuck .header-main {
    height: 6.875rem!important;
}
.header-wrapper.stuck .header-main .flex-col.hide-for-medium.flex-left.flex-grow img {
    height: 6.875rem!important;
}
.header .header-top .flex-row.container:after {
    content: '';
    position: absolute;
    background: #dddbd7;
    height: 1px;
    width: 100%;
    bottom: 0;
}
/*HEADER*/
/*footer*/
.footer-wrapper {
    background: transparent;
    padding-top: 0;
}

.footer-section{
    padding-top:2.5rem !important;
    padding-bottom:0 !important;
}
.absolute-footer {
    display: none !important;
}

.social-icons.follow-icons a::before {
    content: '' !important;
    display: inline-flex;
    position: relative;
    width: 1.4375rem;
    height: 1.4375rem;   
}

.social-icons.follow-icons a.instagram::before {
    width: 1.4375rem;
    height: 1.4375rem;  
    background: url('../image/instagram.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 i {
    display: none;
}

.footer-section .ux-menu-link__link {
    padding: 0 !important;
    min-height: inherit !important;
    line-height: 1.25rem !important;
    opacity: 1;
}
.ft-row-button a.button.secondary + a.button.secondary {
    margin-left: .625rem !important;
}
.row.ft-top >.col >.col-inner p {
    letter-spacing: 0px;
    color: #EDE7DB;
    line-height: 1.5rem;
    font-size: 1.0625rem;
    margin-bottom: 1.875rem;
}
.row.ft-top  >.col >.col-inner .ux-menu a.ux-menu-link__link.flex {
    padding: 0;
    min-height: inherit;
    font-size: 0.9375rem;
    margin: 0 1.25rem;
    font-family: var(--text-font);
    letter-spacing: 0.6px;
    color: #EDE7DB;
    opacity: 1;
}
.row.ft-top  >.col >.col-inner .ux-menu {
    flex-direction: row;
    justify-content: center;
    margin-top: 1.875rem;
    margin-bottom: 2.5rem;
}
.row.ft-top  >.col >.col-inner a.button.secondary {
    padding: 0 .875rem;
}
.row.ft-top  >.col >.col-inner {
    display: flex;
    justify-content: center;
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
    align-items: center;
    flex-direction: column;
}
.row-ft-bottom .ux-menu-link + .ux-menu-link {
    margin-left: 1.875rem !important;
}
a.button.secondary.bt-termin::before{
    position: relative;
    content: '';
    background: url('../image/bag.svg') center center/cover no-repeat;
    display: inline-flex;
    width: .75rem;
    height: .75rem;
    margin-right: .75rem;
}
.social-icons.follow-icons {
    display: inline-flex;
}
.social-icons.follow-icons a{
    margin: 0;
}
.ft-middle >.col >.col-inner p {
    letter-spacing: 0.72px;
    color: #E2D8C6A2;
    font-size: .75rem;
    line-height: 1rem;
    font-family: var(--text-light);
    margin: 0;
}
.ft-middle >.col >.col-inner {
    display: flex;
    justify-content: space-between;
    padding: .75rem 0 0.9375rem 0;
    margin-top: 0;
    align-items: center;
    flex-direction: row;
    border-top: 1px solid #EDE7DB;
}
/*footer*/