.elementor-502 .elementor-element.elementor-element-1b0c7b1a{--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;--justify-content:center;}.elementor-widget-image .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-502 .elementor-element.elementor-element-4c4e63a3{width:var( --container-widget-width, 9.339% );max-width:9.339%;--container-widget-width:9.339%;--container-widget-flex-grow:0;}.elementor-502 .elementor-element.elementor-element-4c4e63a3.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-502 .elementor-element.elementor-element-4c4e63a3 img{width:120px;max-width:150px;}}@media(min-width:768px){.elementor-502 .elementor-element.elementor-element-1b0c7b1a{--width:100%;}}@media(max-width:767px){.elementor-502 .elementor-element.elementor-element-4c4e63a3{width:100%;max-width:100%;}.elementor-502 .elementor-element.elementor-element-4c4e63a3 img{width:120px;max-width:150px;}}/* Start custom CSS */.op-header {
  position: sticky;
  top: 12px;
  z-index: 100;

  max-width: 900px;
  margin: 0 auto;

  padding: 12px 20px;

  display: flex;
  justify-content: center;
  align-items: center;

  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);

  border-radius: 16px;

  box-shadow:
    0 8px 30px rgba(0,0,0,0.08),
    0 2px 8px rgba(0,0,0,0.04);

  border: 1px solid rgba(255,255,255,0.6);

  animation: opHeaderFade 0.5s ease;
}

.op-header img {
  height: 24px;
  width: auto !important;
  max-width: 160px;
  object-fit: contain;
}

/* fix elementor */
.op-header .elementor-container,
.op-header .e-con-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* MOBILE */
@media (max-width: 767px) {
  .op-header {
    top: 0;
    margin: 0;
    border-radius: 0;
    padding: 10px 16px;

    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(14px);

    box-shadow:
      0 4px 12px rgba(0,0,0,0.06);
  }

  .op-header img {
    height: 22px;
  }
}

/* animation */
@keyframes opHeaderFade {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */