.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-72 .elementor-element.elementor-element-58dc3c8{--display:flex;--min-height:211px;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-72 .elementor-element.elementor-element-58dc3c8:not(.elementor-motion-effects-element-type-background), .elementor-72 .elementor-element.elementor-element-58dc3c8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#292935;}.elementor-72 .elementor-element.elementor-element-d66081a{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-72 .elementor-element.elementor-element-58dc3c8{--content-width:450px;}}/* Start custom CSS for html, class: .elementor-element-5f9483a *//*#mainBanner{*/
    /*  display: flex;*/
    /*  max-height: 140px;*/
    /*}*/
    /*#mainBanner a {*/
    /*    width: 100%;*/
    /*}*/
    /*body{*/
    /*  margin: 0px !important;*/
    /*}*/
    /*#mainBanner img{*/
    /*  width: 100%;*/
    /*  max-width: 990px;*/
    /*}*/
 
    body{
      margin: 0px !important;
    }
#mainBanner {
  max-height: 140px;
  /*overflow: hidden;*/
  position: relative;
  aspect-ratio: 450/140
  
}
 
#mainBanner a {
  width: 100%;
}
 
#mainBanner img {
  width: 100%;
  height: 100%;
  max-width: 990px;
  transition: opacity 2s ease;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  border-radius: 10px;
}
 
#mainBanner img.active {
  display: flex;
  opacity: 1;
  z-index: 1;
}/* End custom CSS */