.elementor-79 .elementor-element.elementor-element-ceef75b{--display:flex;--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;--align-items:center;--padding-top:15px;--padding-bottom:15px;--padding-left:32px;--padding-right:32px;}.elementor-79 .elementor-element.elementor-element-ceef75b:not(.elementor-motion-effects-element-type-background), .elementor-79 .elementor-element.elementor-element-ceef75b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.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-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title, .elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container, .elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container > span{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-mega-menu{--n-menu-divider-color:var( --e-global-color-text );}.elementor-79 .elementor-element.elementor-element-e4841d0{--display:flex;}.elementor-79 .elementor-element.elementor-element-64f9e54{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:25px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-79 .elementor-element.elementor-element-3ac88f7{--display:flex;}.elementor-79 .elementor-element.elementor-element-de24a2f{--display:flex;}.elementor-79 .elementor-element.elementor-element-849c6e9{--display:flex;}.elementor-79 .elementor-element.elementor-element-9b1f74a{--display:flex;}.elementor-79 .elementor-element.elementor-element-2287c5c{--n-menu-dropdown-content-max-width:initial;--n-menu-heading-justify-content:flex-end;--n-menu-title-flex-grow:initial;--n-menu-title-justify-content:initial;--n-menu-title-justify-content-mobile:flex-end;--n-menu-toggle-icon-wrapper-animation-duration:500ms;--n-menu-heading-wrap:wrap;--n-menu-heading-overflow-x:initial;--n-menu-title-space-between:0px;--n-menu-title-distance-from-content:0px;--n-menu-title-font-size:15px;--n-menu-title-color-normal:#1B2B44;--n-menu-title-transition:300ms;--n-menu-icon-size:16px;--n-menu-toggle-icon-size:20px;--n-menu-toggle-icon-hover-duration:500ms;--n-menu-toggle-icon-distance-from-dropdown:0px;}.elementor-79 .elementor-element.elementor-element-2287c5c > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title, .elementor-79 .elementor-element.elementor-element-2287c5c > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container, .elementor-79 .elementor-element.elementor-element-2287c5c > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container > span{font-family:"Plus Jakarta Sans", Sans-serif;font-weight:700;}.elementor-79 .elementor-element.elementor-element-2287c5c {--n-menu-title-color-hover:#126BFF;--n-menu-title-color-active:#126BFF;}.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-79 .elementor-element.elementor-element-64f9e54{--content-width:1300px;}}/* Start custom CSS for container, class: .elementor-element-ceef75b *//* ================================
   INTRO FAIR - STICKY SHRINK HEADER
   Only activates after Effects Offset
   ================================ */

/* Normal header state: only transition, no shrinking */
.intro-sticky-header {
  z-index: 9999 !important;
  transition:
    background-color 0.28s ease,
    box-shadow 0.28s ease,
    backdrop-filter 0.28s ease !important;
}

.intro-sticky-header > .e-con-inner,
.intro-sticky-header .elementor-element-9198460,
.intro-sticky-header .elementor-element-9198460 img,
.intro-sticky-header .e-n-menu-title-container,
.intro-sticky-header .e-n-menu-title-text,
.intro-sticky-header .trp-shortcode-switcher__wrapper,
.intro-sticky-header .trp-language-item {
  transition:
    height 0.28s ease,
    min-height 0.28s ease,
    max-height 0.28s ease,
    width 0.28s ease,
    max-width 0.28s ease,
    padding 0.28s ease,
    font-size 0.28s ease,
    transform 0.28s ease !important;
}

/* Sticky EFFECT state only */
.intro-sticky-header.elementor-sticky--effects {
  min-height: 64px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 12px 32px rgba(9, 34, 74, 0.12) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* Shrink inner header area */
.intro-sticky-header.elementor-sticky--effects > .e-con-inner {
  min-height: 64px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-items: center !important;
}

/* Remove Elementor widget vertical spacing only in sticky effect */
.intro-sticky-header.elementor-sticky--effects .elementor-widget {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Logo shrink only in sticky effect */
.intro-sticky-header.elementor-sticky--effects .elementor-element-9198460 {
  width: auto !important;
  max-width: 112px !important;
}

.intro-sticky-header.elementor-sticky--effects .elementor-element-9198460 img {
  width: auto !important;
  max-width: 108px !important;
  max-height: 44px !important;
  object-fit: contain !important;
}

/* Menu shrink only in sticky effect */
.intro-sticky-header.elementor-sticky--effects .e-n-menu-title-container {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.intro-sticky-header.elementor-sticky--effects .e-n-menu-title-text {
  font-size: 13px !important;
  line-height: 1.2 !important;
}

/* Language switcher shrink only in sticky effect */
.intro-sticky-header.elementor-sticky--effects .trp-shortcode-switcher__wrapper {
  transform: scale(0.88);
  transform-origin: center right;
}

.intro-sticky-header.elementor-sticky--effects .trp-language-item {
  min-height: 38px !important;
  height: 38px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 13px !important;
}

/* Mobile */
@media (max-width: 767px) {
  .intro-sticky-header.elementor-sticky--effects {
    min-height: 58px !important;
  }

  .intro-sticky-header.elementor-sticky--effects > .e-con-inner {
    min-height: 58px !important;
  }

  .intro-sticky-header.elementor-sticky--effects .elementor-element-9198460 img {
    max-width: 92px !important;
    max-height: 38px !important;
  }
}/* End custom CSS */