.elementor-28 .elementor-element.elementor-element-789818a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:60px;--margin-bottom:120px;--margin-left:0px;--margin-right:0px;}.elementor-28 .elementor-element.elementor-element-353f009{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-28 .elementor-element.elementor-element-353f009 img{width:280px;}.elementor-28 .elementor-element.elementor-element-f94dcd1 img{width:100px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-28 .elementor-element.elementor-element-789818a{--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-28 .elementor-element.elementor-element-f94dcd1{margin:80px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS *//* Keep header simple and stable */
.header-bar { position: relative; }

/* True center for the mark, independent of wordmark width */
.center-mark {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex; align-items: center; justify-content: center;
  height: 100%;
  z-index: 2;
}

/* Mark sizing */
.center-mark img,
.center-mark svg { height: 100px; width: auto; }

/* Wordmark sizing + color (if inline SVG uses currentColor) */
.wordmark { color: #0E1111; }
.wordmark svg { display: block; height: 100px; width: auto; }

/* Prevent the wordmark from ever colliding with the centered mark */
.wordmark { max-width: 45%; }

/* Responsive sizes */
@media (max-width: 1024px){
  .center-mark img, .center-mark svg { height: 100px; }
  .wordmark svg { height: 20px !important; }
}
@media (max-width: 767px){
  .center-mark img, .center-mark svg { height: 100px; }
  .wordmark svg { height: 28px; }
  .wordmark { max-width: 55%; } /* allow a bit more space on small screens */
}/* End custom CSS */