/* Ordonna desktop W2DC Directory mega menu. Mobile intentionally hidden. */
.falcon-directory-mega{display:none}
@media (min-width:1025px){
.w-nav.type_desktop .w-nav-list.level_2:has(.falcon-directory-mega),
.w-nav.type_desktop .w-nav-list.level_3:has(.falcon-directory-mega){
  padding:0!important;overflow:visible!important;max-height:none!important;border:0!important;background:transparent!important;box-shadow:none!important;
}
.w-nav.type_desktop .w-nav-item.level_1:has(.falcon-directory-mega),
.w-nav.type_desktop .w-nav-item.level_1:has(.falcon-directory-mega)>.w-nav-list{overflow:visible!important}

.falcon-directory-mega{box-sizing:border-box;display:block;width:100%;margin:0 auto;padding:14px 18px 16px;background:#fff;border:1px solid rgba(20,92,71,.12);border-radius:0 0 18px 18px;box-shadow:0 18px 50px rgba(20,48,39,.16);color:#203b33;overflow:visible}
.falcon-directory-mega__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:0 2px 10px;border-bottom:1px solid #e7eeeb;margin-bottom:12px}
.falcon-directory-mega__head strong{display:block;font-size:19px;line-height:1.15;color:#176b52}.falcon-directory-mega__head span{display:block;margin-top:3px;font-size:12.5px;color:#6b7d77}
.falcon-directory-mega__head>a{font-size:12.5px;font-weight:800;color:#176b52!important;text-decoration:none!important;white-space:nowrap}.falcon-directory-mega__head>a:hover{color:#d71920!important}
.falcon-directory-mega__grid{display:grid;grid-template-columns:repeat(var(--falcon-mega-cols,4),minmax(0,1fr));gap:11px 18px;align-items:start}
.falcon-directory-mega__card{min-width:0}
.falcon-directory-mega__image{display:block;width:100%;height:64px;border-radius:10px;overflow:hidden;background:#eef4f1;text-decoration:none!important}
.falcon-directory-mega__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.falcon-directory-mega__card:hover .falcon-directory-mega__image img{transform:scale(1.035)}
.falcon-directory-mega__placeholder{display:flex;width:100%;height:100%;align-items:center;justify-content:center;font-size:23px;color:#176b52}
.falcon-directory-mega__title{display:block;margin:6px 0 2px;font-size:13.5px;font-weight:800;line-height:1.2;color:#173f34!important;text-decoration:none!important}.falcon-directory-mega__title:hover{color:#d71920!important}
.falcon-directory-mega__children{display:flex;flex-wrap:wrap;gap:0 8px;max-height:36px;overflow:hidden}.falcon-directory-mega__children a{font-size:10.8px;line-height:1.55;color:#64756f!important;text-decoration:none!important}.falcon-directory-mega__children a:hover{color:#d71920!important}
.rtl .falcon-directory-mega__head,.falcon-directory-mega[dir=rtl] .falcon-directory-mega__head{text-align:right}
}
