/***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: "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; 
} 
@font-face {
    font-family: "Inter-Light";
    src: url('fonts/Inter/Inter-Light.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "FiraSans-Medium";
    src: url('fonts/FiraSans/FiraSans-Medium.ttf');
    font-weight: normal;
    font-style: normal; 
} 

 
 
@font-face {
    font-family: "Lato-Black";
    src: url('fonts/Lato/Lato-Black.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Lato-Bold";
    src: url('fonts/Lato/Lato-Bold.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Lato-SemiBold";
    src: url('fonts/Lato/Lato-SemiBold.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Lato-Regular";
    src: url('fonts/Lato/Lato-Regular.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Lato-Light";
    src: url('fonts/Lato/Lato-Light.ttf');
    font-weight: normal;
    font-style: normal; 
} 

html {
    font-size: 100% !important;
}
:root{
    --heading-font-medium: "Poppins-Medium" !important;
    --heading-font: "Poppins-ExtraBold" !important;
    --heading-font-semibold: "Poppins-SemiBold" !important;
    --heading-font-bold: "Poppins-Bold" !important;
    --heading-font-regular: "Poppins-Regular" !important;
    --text-font:"Lato-Regular" !important;
    --text-semibold:"Lato-SemiBold" !important;
    --text-black:"Lato-Black" !important;
    --text-bold:"Lato-Bold" !important;
    --text-light:"Lato-Light" !important;
    /* --text-semibold:"Inter-SemiBold" !important; */
    --input-height:2.875rem !important;
    --input-height-50:3.125rem !important;
}
body,
p {
    font-family: var(--text-font);
    font-size: 1rem;
    line-height: 1.625rem;
    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 .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;
}


body h2 {
    font-size: 2rem;
    line-height: 2.75rem;
    letter-spacing: 0;
}
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-semibold);
}
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-bold);
}

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: 1.625rem;
}
.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: 1.125rem;
    padding: 0 2rem;
    min-height: auto;
    letter-spacing: 0;
    font-weight: normal;
    font-family: var(--text-bold);
    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: 1rem !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.75rem;
    background: url('../image/right.svg') center center/contain no-repeat;
    display: inline-flex;
    margin-left: 1rem;
    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: #DDF3CF !important;
    border-color: #DDF3CF !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: 76.875rem;
}
.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 .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;
}
/**accordion**/
body .accordion-title.active {
    font-size: 1.125rem;
    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.125rem;
    line-height: 1.375rem;
    letter-spacing: 0;
    font-family: var(--text-bold);
    color: #000000;
}
body .accordion-item + .accordion-item {
    margin-top: .875rem;
}
body .accordion-inner {
    padding: .75rem 0;
}
body .accordion .toggle {
    right: 0;
    left: inherit;
    opacity: 1;
    top: 0;
    margin: 0;
    width: 1rem;
    height: 1rem;
}
body .accordion-item .accordion-title{
    border-bottom: 1px solid #ededed !important;
}
body .accordion-item {
    background: transparent;
    margin-bottom: 0;
}

.accordion .icon-angle-down:before {
    content: "" !important;
    background: url(../image/plus.svg) no-repeat right / contain;
    width: 1rem;
    height: 1rem;
    display: inline-flex;
}
.accordion .active .icon-angle-down:before {
    content: "" !important;
    background: url(../image/minus.svg) no-repeat right / contain;
    width: 1rem;
    height: 1rem;
    display: inline-flex;
}
body .accordion .active .toggle {
    top: .75rem;
}
body .accordion-inner p:last-child {
    margin-bottom: 0;
}
/**accordion**/
/***GLOBAL****/ 
/*HEADER*/
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: #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);
}

.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.4375rem 0 !important;
    line-height: 1.125rem;
    font-family: var(--text-bold);
}
.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: 12.5rem !important;
    margin-right: 2rem;
}

.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 .3125rem;
}
.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;
}
.row-top-bar .col-inner .icon-box:nth-child(1) .icon-box-img {
    max-width: .625rem !important;
}
.row-top-bar .col-inner .icon-box.featured-box.icon-box-left.text-left {
    width: fit-content;
}
.header .header-top .flex-row.container {
    display: block;
}
.row-top-bar .col-inner .icon-box.featured-box.icon-box-left.text-left p {
    color: #121212;
}
.row-top-bar .col-inner .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: .75rem;
    width: fit-content;
}
.row-top-bar .col-inner .icon-box-img {
    max-width: 1rem !important;
}
.row-top-bar .col-inner {
    display: flex;
    justify-content: space-between;
}
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*/
/*footer*/
.footer-wrapper {
    background: #fff;
    padding-top: 4.6875rem;
}
.footer-bottom .section-content > .row > .col > div{
    border-top: 1px solid #AAAAAA67;
    padding-top: 3.75rem !important;
}
.footer-bottom {
    padding-top: 0 !important;
    padding-bottom: 3.3125rem !important;
}
.title-footer p {
    letter-spacing: 0px;
    color: #121212;
    font-family: Inter-SemiBold;
    margin-bottom: .625rem;
    line-height: 1.25rem;
    font-size: 1.125rem;
}
.row-icon-payment>.col>.col-inner>.img + .img{
    margin-left: .5rem;
}
.row-icon-payment>.col>.col-inner>.img:not(:last-child) {
    margin-bottom: 0;
}
.row-icon-payment>.col>div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-section{
    padding-top:10rem !important;
    padding-bottom: 1.625rem !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.tiktok::before {
    width: 1.5rem;
    height: 1.5rem;  
    background: url('../image/tiktok.svg') center center/contain no-repeat;
}
.social-icons.follow-icons a.youtube::before {
    width: 1.875rem;
    height: 1.5rem;  
    background: url('../image/youtube.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.icon.button.tiktok {
    order: 10;
}
.social-icons.follow-icons a{
    margin-right: .625rem !important; 
}
.social-icons.follow-icons a i {
    display: none;
}
.cl_leis {
    padding-left: 2.625rem !important;
}
.cl_wis.col {
    padding-left: 1.65rem !important;
}
.row-myworker > .col > .col-inner .forminator-ui.forminator-custom-form[data-design=default] {
    max-width: 31.6875rem;
    margin: auto !important;
}
.row-myworker > .col > .col-inner .icon-box{
    margin-bottom: 1rem;
}
.row-myworker > .col > .col-inner .icon-box p{
    line-height: 1.75rem;
}
.row-myworker > .col > .col-inner .icon-box p{
    margin-bottom: .625rem;
}
.row-myworker > .col > .col-inner .icon-box-center .icon-box-img {
    margin-bottom: .625rem;
}
.row-myworker > .col > .col-inner .icon-box strong {
    letter-spacing: 0px;
    font-size: 1.625rem;
    line-height: 2.1875rem;
    max-width: 24rem;
    display: inline-flex;
}
.row-myworker > .col > .col-inner div#email-1 input {
    max-width: calc(100% - 5.375rem);
}
.row-myworker > .col > .col-inner .forminator-row.forminator-row-last button.forminator-button.forminator-button-submit {
    max-width: 4.75rem !important;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 !important;
    width: 4.75rem !important;
    height: 3rem !important;
    font-size: 0 !important;
    min-width: 4.75rem !important;
    text-indent: -999px;
}
.row-myworker {
    margin-bottom: -7.5rem;
    /* margin-top: 4.6875rem; */
    z-index: 2;
    position: relative;
}
.row-myworker > .col > .col-inner button.forminator-button.forminator-button-submit::after {
    margin-left: 0;
}
.row-myworker > .col > .col-inner .forminator-ui .forminator-row {
    margin-bottom: 0 !important;
}
.row-myworker > .col > .col-inner {
    background: #F8F8F8;
    border-radius: 1rem;
    max-width: 52.1875rem;
    margin: auto !important;
    padding: 2.1875rem;
}
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;
}
.cl-logo > .col-inner p {
    color: #121212;
    line-height: 1.5rem;
}
.cl-logo > .col-inner {
    max-width: 24.125rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.footer-section .ux-menu-link__link {
    padding: 0 !important;
    min-height: inherit !important;
    line-height: 1.5rem !important;
    color: #121212;
    margin-bottom: 0;
    letter-spacing: 0;
    font-size: .875rem;
    opacity: .8;
}
.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: Inter-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 a.icon.button.instagram {
    order: -3;
}
.social-icons.follow-icons {
    display: inline-flex;
}
.social-icons.follow-icons a{
    margin: 0;
}
.row-icon-payment {
    margin: auto !important;
}
.row-ft-bottom  >.col >.col-inner .ux-menu.stack.stack-col {
    display: flex;
    flex-direction: row;
    /* margin-left: auto; */
    margin-right: 0;
}
.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: .75rem;
    letter-spacing: 0;
    color: #808080 !important;
}
.row-ft-bottom >.col >.col-inner p {
    letter-spacing: 0;
    color: #808080;
    font-size: .75rem;
    line-height: 1rem;
    margin-bottom: 0;
}
/*footer*/