.elementor-42 .elementor-element.elementor-element-5a3e02fe{--display:flex;--min-height:120px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:50px;--padding-right:50px;--z-index:2;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-42 .elementor-element.elementor-element-2ba59bc8 img{width:80px;}.elementor-42 .elementor-element.elementor-element-3eb13653{width:auto;max-width:auto;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-42 .elementor-element.elementor-element-5a3e02fe{--content-width:1400px;}}@media(max-width:1024px){.elementor-42 .elementor-element.elementor-element-5a3e02fe{--min-height:80px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-42 .elementor-element.elementor-element-2ba59bc8 img{width:7vw;}}@media(max-width:767px){.elementor-42 .elementor-element.elementor-element-5a3e02fe{--min-height:70px;--justify-content:space-between;--flex-wrap:nowrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-42 .elementor-element.elementor-element-2ba59bc8 img{width:40px;}}/* Start custom CSS for html, class: .elementor-element-3eb13653 */.menu-icon {
  display: inline-block;
  cursor: pointer;
}

.menu-icon span {
  display: block;
  height: 2px;
  background: var(--e-global-color-primary) !important;
  border-radius: 0;
  margin: 8px 0;
  transition: width 0.3s ease;
}

.menu-icon span:nth-child(1),
.menu-icon span:nth-child(3) {
  width: 40px; 
}

.menu-icon span:nth-child(2) {
  width: 20px; 
  margin-left: auto;
}

.menu-icon:hover span:nth-child(2) {
  width: 40px; 
}


@media (max-width: 1024px){
.menu-icon span {
  height: 1.5px;
}

.menu-icon span:nth-child(1),
.menu-icon span:nth-child(3) {
  width: 30px; 
}

.menu-icon span:nth-child(2) {
  width: 15px; 
}
}/* End custom CSS */