.elementor-245 .elementor-element.elementor-element-ad1b889{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-dcdd6a2 */:root{
  --efy-header-h:82px;

  --efy-bg:#eef7f6;
  --efy-card:rgba(255,255,255,.78);
  --efy-card-solid:#ffffff;
  --efy-text:#082a32;
  --efy-muted:#627b82;
  --efy-line:rgba(8,42,50,.12);
  --efy-soft:rgba(18,169,154,.12);
  --efy-main:#12a99a;
  --efy-main2:#0d8f86;
  --efy-shadow:0 18px 46px rgba(8,42,50,.10);
  --efy-shadow2:0 10px 24px rgba(8,42,50,.08);
}

html[data-theme="dark"]{
  --efy-bg:#071016;
  --efy-card:rgba(10,28,36,.82);
  --efy-card-solid:#0f2630;
  --efy-text:#f2ffff;
  --efy-muted:rgba(242,255,255,.72);
  --efy-line:rgba(255,255,255,.14);
  --efy-soft:rgba(45,212,191,.16);
  --efy-main:#2dd4bf;
  --efy-main2:#14b8a6;
  --efy-shadow:0 18px 46px rgba(0,0,0,.34);
  --efy-shadow2:0 10px 24px rgba(0,0,0,.24);
}

html{
  scroll-behavior:smooth;
  margin-top:0 !important;
}

body{
  padding-top:var(--efy-header-h) !important;
  overflow-x:hidden !important;
  margin-top:0 !important;
  background:var(--efy-bg) !important;
}

body.admin-bar .efy-site-header{
  top:32px;
}

@media(max-width:782px){
  body.admin-bar .efy-site-header{
    top:46px;
  }
}

.efy-site-header,
.efy-site-header *{
  box-sizing:border-box;
}

.efy-site-header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:999999;
  padding:10px 18px;
  margin:0 !important;
  background:linear-gradient(180deg, rgba(238,247,246,.88), rgba(238,247,246,.64));
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(8,42,50,.08);
  transition:.22s ease;
}

html[data-theme="dark"] .efy-site-header{
  background:linear-gradient(180deg, rgba(7,16,22,.90), rgba(7,16,22,.66));
  border-bottom-color:rgba(255,255,255,.08);
}

.efy-site-header.is-scrolled{
  background:rgba(238,247,246,.78);
  box-shadow:0 12px 34px rgba(8,42,50,.08);
}

html[data-theme="dark"] .efy-site-header.is-scrolled{
  background:rgba(7,16,22,.78);
  box-shadow:0 12px 34px rgba(0,0,0,.28);
}

/* Top Gap Fix */
.efy-site-header + *,
.efy-site-header + .elementor,
.efy-site-header + main,
.efy-site-header + .site-content,
.efy-site-header + #content,
.site-content,
#content,
main,
.elementor,
.elementor-location-single,
.elementor-location-archive,
.elementor-page{
  margin-top:0 !important;
}

.efy-header-shell{
  width:min(100%,1860px);
  margin:0 auto;
  min-height:62px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center !important;
  gap:16px;
}

.efy-brand{
  display:flex;
  align-items:center !important;
  gap:12px;
  min-width:0;
  text-decoration:none !important;
  color:var(--efy-text);
}

.efy-brand-logo{
  width:58px;
  height:58px;
  flex:0 0 58px;
  object-fit:contain;
  display:block;
  padding:7px;
  border-radius:18px;
  background:transparent;
  border:1px solid rgba(18,169,154,.22);
  box-shadow:none;
}

html[data-theme="dark"] .efy-brand-logo{
  background:transparent;
  border-color:rgba(45,212,191,.24);
}

.efy-brand-text{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
}

.efy-brand-text strong{
  display:block;
  color:var(--efy-text);
  font-size:21px;
  font-weight:950;
  line-height:.96;
  letter-spacing:-.04em;
  white-space:nowrap;
}

.efy-brand-text span{
  display:block;
  margin-top:4px;
  color:var(--efy-muted);
  font-size:12px;
  font-weight:850;
  line-height:1.1;
  white-space:nowrap;
}

/* NAV */

.efy-nav-wrap{
  display:flex;
  justify-content:center;
  min-width:0;
}

.efy-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:5px;
  border-radius:999px;
  background:var(--efy-card);
  border:1px solid var(--efy-line);
  box-shadow:var(--efy-shadow2);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.efy-nav-list{
  display:flex;
  align-items:center;
  gap:6px;
  list-style:none;
  margin:0 !important;
  padding:0 !important;
}

.efy-nav-item{
  position:relative;
  margin:0 !important;
  padding:0 !important;
}

.efy-nav-item > a,
.efy-nav-link-row > a{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  border-radius:999px;
  color:var(--efy-text);
  text-decoration:none !important;
  font-size:14px;
  font-weight:950;
  line-height:1;
  white-space:nowrap;
  transition:.2s ease;
}

.efy-nav-item > a:hover,
.efy-nav-link-row > a:hover{
  background:var(--efy-soft);
  color:var(--efy-main2);
}

.efy-nav-item.is-current > a,
.efy-nav-item.is-current .efy-nav-link-row > a{
  background:linear-gradient(135deg,var(--efy-main),var(--efy-main2));
  color:#ffffff !important;
  box-shadow:0 12px 24px rgba(18,169,154,.22);
}

.efy-nav-link-row{
  display:flex;
  align-items:center;
  gap:0;
  border-radius:999px;
}

.efy-has-submenu .efy-nav-link-row > a{
  padding-left:18px;
  padding-right:7px;
}

.efy-submenu-toggle{
  width:18px;
  height:38px;
  margin-left:-2px;
  margin-right:10px;
  padding:0;
  border:0;
  background:transparent;
  color:var(--efy-text);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  border-radius:999px;
  flex:0 0 18px;
  appearance:none;
  -webkit-appearance:none;
}

.efy-submenu-toggle:hover{
  color:var(--efy-main2);
}

.efy-submenu-toggle svg{
  width:14px;
  height:14px;
  transition:.2s ease;
}

.efy-has-submenu:hover .efy-submenu-toggle svg,
.efy-has-submenu:focus-within .efy-submenu-toggle svg,
.efy-has-submenu.is-submenu-open .efy-submenu-toggle svg{
  transform:rotate(180deg);
}

.efy-submenu{
  position:absolute;
  top:calc(100% + 12px);
  left:50%;
  transform:translate(-50%,10px);
  min-width:285px;
  padding:12px;
  border-radius:22px;
  background:var(--efy-card-solid);
  border:1px solid var(--efy-line);
  box-shadow:var(--efy-shadow);
  opacity:0;
  visibility:hidden;
  transition:.2s ease;
  z-index:50;
}

.efy-submenu::before{
  content:"";
  position:absolute;
  top:-7px;
  left:50%;
  width:14px;
  height:14px;
  background:var(--efy-card-solid);
  border-left:1px solid var(--efy-line);
  border-top:1px solid var(--efy-line);
  transform:translateX(-50%) rotate(45deg);
}

.efy-has-submenu:hover > .efy-submenu,
.efy-has-submenu:focus-within > .efy-submenu,
.efy-has-submenu.is-submenu-open > .efy-submenu{
  opacity:1;
  visibility:visible;
  transform:translate(-50%,0);
}

.efy-submenu a{
  display:block;
  padding:14px 16px;
  border-radius:16px;
  color:var(--efy-text);
  text-decoration:none !important;
  font-size:14px;
  font-weight:850;
  line-height:1.25;
  transition:.2s ease;
}

.efy-submenu a:hover{
  background:var(--efy-soft);
  color:var(--efy-main2);
}

/* RIGHT ACTIONS */

.efy-actions{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:8px !important;
  height:62px !important;
  min-height:62px !important;
  line-height:1 !important;
}

.efy-actions > *{
  align-self:center !important;
  margin-top:0 !important;
  margin-bottom:0 !important;
  top:auto !important;
  transform:none !important;
}

.efy-icon-btn,
.efy-lang-btn,
.efy-burger-btn{
  width:52px !important;
  height:52px !important;
  min-width:52px !important;
  min-height:52px !important;
  max-height:52px !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:18px;
  border:1px solid var(--efy-line);
  background:var(--efy-card);
  color:var(--efy-text);
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  cursor:pointer;
  font-size:14px;
  font-weight:950;
  line-height:1 !important;
  box-shadow:var(--efy-shadow2);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  transition:.2s ease;
  position:relative !important;
  top:0 !important;
  appearance:none !important;
  -webkit-appearance:none !important;
  text-decoration:none !important;
  vertical-align:middle !important;
}

.efy-icon-btn:hover,
.efy-lang-btn:hover,
.efy-burger-btn:hover{
  transform:translateY(-1px) !important;
  border-color:rgba(18,169,154,.32);
}

.efy-icon-btn svg,
.efy-burger-btn svg{
  display:block !important;
  width:21px !important;
  height:21px !important;
  margin:0 !important;
  position:static !important;
  transform:none !important;
}

.efy-lang-btn{
  text-align:center !important;
}

.efy-lang-btn.is-active{
  background:var(--efy-soft);
  color:var(--efy-main2);
}

.efy-cta{
  height:52px !important;
  min-height:52px !important;
  max-height:52px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 24px !important;
  margin:0 !important;
  border-radius:999px;
  background:linear-gradient(135deg,var(--efy-main),var(--efy-main2));
  color:#ffffff !important;
  text-decoration:none !important;
  font-size:14px;
  font-weight:950;
  line-height:1 !important;
  white-space:nowrap;
  box-shadow:0 14px 28px rgba(18,169,154,.22);
  transition:.2s ease;
  align-self:center !important;
  position:relative !important;
  top:0 !important;
}

.efy-cta:hover{
  transform:translateY(-1px) !important;
}

.efy-burger-btn{
  display:none !important;
}

/* MOBILE PANEL */

.efy-mobile-panel{
  display:none;
}

.efy-mobile-panel[hidden]{
  display:none !important;
}

/* DESKTOP */

@media(min-width:1101px){
  .efy-nav-wrap{
    display:flex !important;
  }

  .efy-burger-btn{
    display:none !important;
  }

  .efy-mobile-panel{
    display:none !important;
  }

  .efy-site-header.is-menu-open .efy-mobile-panel{
    display:none !important;
  }
}

/* TABLET/HANDY */

@media(max-width:1100px){
  .efy-nav-wrap{
    display:none !important;
  }

  .efy-header-shell{
    grid-template-columns:1fr auto;
  }

  .efy-burger-btn{
    display:inline-flex !important;
  }

  .efy-mobile-panel{
    position:fixed;
    top:calc(var(--efy-header-h) + 12px);
    left:14px;
    right:14px;
    max-height:calc(100vh - var(--efy-header-h) - 28px);
    overflow:auto;
    padding:14px;
    border-radius:28px;
    background:var(--efy-card-solid);
    border:1px solid var(--efy-line);
    box-shadow:var(--efy-shadow);
    z-index:999998;
  }

  body.admin-bar .efy-mobile-panel{
    top:calc(var(--efy-header-h) + 46px + 12px);
  }

  .efy-site-header.is-menu-open .efy-mobile-panel{
    display:block !important;
  }

  .efy-mobile-list{
    display:grid;
    gap:10px;
    list-style:none;
    margin:0 !important;
    padding:0 !important;
  }

  .efy-mobile-item{
    border-radius:20px;
    background:var(--efy-bg);
    border:1px solid var(--efy-line);
    overflow:hidden;
  }

  html[data-theme="dark"] .efy-mobile-item{
    background:#102832;
  }

  .efy-mobile-item > a,
  .efy-mobile-link-row > a{
    min-height:56px;
    display:flex;
    align-items:center;
    padding:0 16px;
    color:var(--efy-text);
    text-decoration:none !important;
    font-size:15px;
    font-weight:950;
  }

  .efy-mobile-link-row{
    display:grid;
    grid-template-columns:1fr 56px;
    align-items:center;
  }

  .efy-mobile-submenu-toggle{
    width:56px;
    height:56px;
    border:0;
    background:transparent;
    color:var(--efy-text);
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    appearance:none;
    -webkit-appearance:none;
  }

  .efy-mobile-submenu-toggle svg{
    width:18px;
    height:18px;
    transition:.2s ease;
  }

  .efy-mobile-item.is-submenu-open .efy-mobile-submenu-toggle svg{
    transform:rotate(180deg);
  }

  .efy-mobile-submenu{
    display:none;
    padding:0 10px 10px;
  }

  .efy-mobile-item.is-submenu-open .efy-mobile-submenu{
    display:grid;
    gap:6px;
  }

  .efy-mobile-submenu a{
    display:block;
    padding:13px 14px;
    border-radius:15px;
    color:var(--efy-text);
    text-decoration:none !important;
    font-size:14px;
    font-weight:850;
    line-height:1.3;
  }

  .efy-mobile-submenu a:hover{
    background:var(--efy-soft);
    color:var(--efy-main2);
  }

  .efy-mobile-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:12px;
  }

  .efy-mobile-actions .efy-cta{
    flex:1 1 220px;
  }
}

/* HANDY */

@media(max-width:760px){
  :root{
    --efy-header-h:78px;
  }

  body{
    padding-top:var(--efy-header-h) !important;
  }

  .efy-site-header{
    padding:8px 10px;
  }

  .efy-header-shell{
    min-height:62px;
    gap:8px;
  }

  .efy-brand-logo{
    width:52px;
    height:52px;
    flex-basis:52px;
    padding:6px;
    border-radius:16px;
  }

  .efy-brand-text strong{
    font-size:17px;
  }

  .efy-brand-text span{
    display:none;
  }

  .efy-actions{
    height:56px !important;
    min-height:56px !important;
    gap:6px !important;
  }

  .efy-icon-btn,
  .efy-lang-btn,
  .efy-burger-btn{
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    min-height:48px !important;
    max-height:48px !important;
    border-radius:16px;
  }

  .efy-icon-btn svg,
  .efy-burger-btn svg{
    width:20px !important;
    height:20px !important;
  }

  .efy-actions > .efy-cta{
    display:none !important;
  }

  .efy-mobile-panel{
    top:calc(var(--efy-header-h) + 8px);
    left:10px;
    right:10px;
    border-radius:24px;
  }
}

@media(max-width:460px){
  .efy-brand{
    gap:8px;
  }

  .efy-brand-text{
    display:none;
  }

  .efy-brand-logo{
    width:52px;
    height:52px;
    flex-basis:52px;
  }
}/* End custom CSS */