/* Anchor off-set */
body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
   position: relative;
   z-index: -1;
 }
 body:not(.elementor-editor-active) .elementor-menu-anchor:before {
   content: "";
   display: block;
   height: 69px;
   margin: -69px 0 0;
   visibility: hidden;
   pointer-events: none;
 }


/* Form - Styling - Contact */

.formContact input:focus, .formContact textarea:focus  {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}

.formContact .elementor-field-group .elementor-field-textual::placeholder {
opacity: 0.4;
font-weight: 400;
font-size: 16px;
}
.formContact .elementor-field-group .elementor-field-textual {
border: none;
border-radius: 0;
border-bottom: 1px solid #DADADA !important;
background-color: transparent !important;
color: var(--black);
padding-top: 20px;
padding-bottom: 20px;
padding-left: 0;
}
.formContact label.elementor-field-label {
color: #828282;
font-weight: 500;
font-size: 13px;
margin-bottom: 0px;
}
.formContact label.elementor-field-label {
margin-top: 24px;
}
.formContact .elementor-button {
margin-top: 24px;
padding-top: 24px;
padding-bottom: 24px;
}
.formContact .elementor-button:hover {
background: var(--black);
}












.sectionContact .colContact {
box-shadow: 0px 0px 60px -5px rgba(0, 0, 0, 0.09);
padding: 40px 32px;
border-radius: 8px;
}

@media (max-width: 767px) {
.sectionContact .colContact {
padding: 24px 16px;
}
}




/* Header - Vertical padding */
.sectionFooter.elementor-section:not(.elementor-inner-section){
padding-top: 24px;
padding-bottom: 24px;
}

/* Header - Horizontal padding */
.sectionFooter.elementor-section:not(.elementor-inner-section){
padding-left: 32px;
padding-right: 32px;
}
@media (max-width: 767px) {
.sectionFooter.elementor-section:not(.elementor-inner-section){
padding-left: var(--sectionHorizontalPadding_M);
padding-right: var(--sectionHorizontalPadding_M);
}
}

/* Header - List - Link */
.sectionFooter .listLink ul {
list-style: none;
margin: 0;
padding-left: 0;
font-size: 18px;
font-family: var(--paragraphFontFamily);
display: flex;
}

.sectionFooter .listLink  ul > li a {
color: var(--black);
}



.sectionFooter .listLink  ul > li:not(:last-child) {
margin-right: 32px;
}

.sectionFooter .listLink  ul > li a {
border-bottom: 1px solid var(--red);
margin-bottom: -4px;
padding-bottom: 2px;
}

/* Header - List - Link - Responsive */
@media (max-width: 767px) {
.sectionFooter .listLink ul {
display: block;
}
.sectionFooter .listLink ul li:not(:last-child) {
margin-bottom: 24px;
}
}


/* Header - List - Link */
.sectionFooter.block-2 .listLink ul {
list-style: none;
margin: 0;
padding-left: 0;
font-size: 13px;
font-family: var(--paragraphFontFamily);
display: flex;
color: #999FA9;
}

.sectionFooter.block-2 .listLink  ul > li a {
color: #999FA9;
}

.sectionFooter.block-2 .listLink  ul > li a {
border-bottom: none;
}

/* Header - Vertical padding */
.sectionFooter.divider.elementor-section:not(.elementor-inner-section){
padding-top: 16px;
padding-bottom: 0px;
}
.sectionFooter.block-2.elementor-section:not(.elementor-inner-section){
padding-bottom: 8px;
}

@media (max-width: 767px) {
.sectionFooter.block-2 .listLink ul {
display: block;
}
.sectionFooter.block-2 .listLink ul li:not(:last-child) {
margin-bottom: 16px;
}
}
