body,html{max-width:100%;overflow-x:clip}a{word-break:break-word}@font-face{font-family:"Figtree";font-weight:300;font-style:normal;font-display:swap;src:url(/wp-content/themes/mediway-theme/assets/fonts/figtree-v9-latin-300.woff2)format("woff2"),url(/wp-content/themes/mediway-theme/assets/fonts/figtree-v9-latin-300.woff)format("woff")}@font-face{font-family:"Figtree";font-weight:400;font-style:normal;font-display:swap;src:url(/wp-content/themes/mediway-theme/assets/fonts/figtree-v9-latin-regular.woff2)format("woff2"),url(/wp-content/themes/mediway-theme/assets/fonts/figtree-v9-latin-regular.woff)format("woff")}@font-face{font-family:"Figtree";font-weight:400;font-style:italic;font-display:swap;src:url(/wp-content/themes/mediway-theme/assets/fonts/figtree-v9-latin-italic.woff2)format("woff2"),url(/wp-content/themes/mediway-theme/assets/fonts/figtree-v9-latin-italic.woff)format("woff")}@font-face{font-family:"Figtree";font-weight:500;font-style:normal;font-display:swap;src:url(/wp-content/themes/mediway-theme/assets/fonts/figtree-v9-latin-500.woff2)format("woff2"),url(/wp-content/themes/mediway-theme/assets/fonts/figtree-v9-latin-500.woff)format("woff")}@font-face{font-family:"Figtree";font-weight:600;font-style:normal;font-display:swap;src:url(/wp-content/themes/mediway-theme/assets/fonts/figtree-v9-latin-600.woff2)format("woff2"),url(/wp-content/themes/mediway-theme/assets/fonts/figtree-v9-latin-600.woff)format("woff")}@font-face{font-family:"Figtree";font-weight:600;font-style:italic;font-display:swap;src:url(/wp-content/themes/mediway-theme/assets/fonts/figtree-v9-latin-600italic.woff2)format("woff2"),url(/wp-content/themes/mediway-theme/assets/fonts/figtree-v9-latin-600italic.woff)format("woff")}@font-face{font-family:"Figtree";font-weight:700;font-style:normal;font-display:swap;src:url(/wp-content/themes/mediway-theme/assets/fonts/figtree-v9-latin-700.woff2)format("woff2"),url(/wp-content/themes/mediway-theme/assets/fonts/figtree-v9-latin-700.woff)format("woff")}#mw-header *{box-sizing:border-box;margin:0;padding:0}#mw-header .hdr-bar{position:fixed;top:20px;left:0;right:0;z-index:99999;padding:0 15px;transition:top .4s ease-in-out}#mw-header .hdr-inner{max-width:1420px;margin:0 auto;padding:14px 30px;background:var(--mw-white);border-radius:16px;box-shadow:0 4px 24px rgb(0 0 0/.08);display:flex;align-items:center;gap:20px}#mw-header .hdr-logo{flex-shrink:0;display:flex;align-items:center}#mw-header .hdr-logo img{height:60px;width:auto;display:block}#mw-header .hdr-nav{flex:1;display:flex;justify-content:center}#mw-header .hdr-menu{list-style:none;display:flex;gap:4px}#mw-header .hdr-menu>li,#mw-header .hdr-sub li{position:relative}#mw-header .hdr-menu>li>a{display:flex;align-items:center;gap:5px;padding:10px 14px;font-family:var(--mw-font);font-size:16px;font-weight:500;color:var(--mw-navy);text-decoration:none;white-space:nowrap;border-radius:8px;transition:.2s ease}#mw-header .chevron{width:12px;height:12px;vertical-align:middle;flex-shrink:0;transition:transform .2s ease}#mw-header .hdr-menu>li:hover>a .chevron{transform:rotate(-180deg)}#mw-header .hdr-sub{list-style:none;position:absolute;top:calc(100% + 8px);left:0;min-width:280px;background:var(--mw-white);border-radius:14px;box-shadow:0 8px 32px rgb(0 0 0/.12);padding:8px 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:.25s ease;z-index:100}#mw-header .hdr-menu>li:hover>.hdr-sub,#mw-header .hdr-sub li:hover>.hdr-sub{opacity:1;visibility:visible;transform:translateY(0)}#mw-header .hdr-cta,#mw-header .hdr-mob-menu>li>a,#mw-header .hdr-sub a{font-family:var(--mw-font);color:var(--mw-navy);text-decoration:none}#mw-header .hdr-sub a{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;font-size:15px;font-weight:400;transition:.15s ease;white-space:normal}#mw-header .hdr-menu>li>a:hover,#mw-header .hdr-sub a:hover{background:rgb(40 111 183/.06);color:var(--mw-blue)}#mw-header .hdr-sub .chevron{transform:rotate(-90deg)}#mw-header .hdr-sub li:hover>a .chevron{transform:rotate(0deg)}#mw-header .hdr-sub .hdr-sub{top:0;left:100%;margin-left:4px;opacity:0;visibility:hidden}#mw-header .hdr-cta{flex-shrink:0;display:inline-flex;align-items:center;gap:8px;padding:10px 20px 10px 24px;background:var(--mw-pink);color:var(--mw-white);font-size:16px;font-weight:600;border-radius:28px;transition:.2s ease;white-space:nowrap}#mw-header .hdr-cta:hover{background:var(--mw-pink-hover)}#mw-header .hdr-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;padding:12px;min-width:44px;min-height:44px;background:0 0;border:0;cursor:pointer;z-index:100001}#mw-header .hdr-hamburger span{display:block;width:24px;height:2.5px;background:var(--mw-navy);border-radius:2px;transition:.25s ease;position:relative}#mw-header .hdr-mobile{display:none;position:fixed;top:0;right:-100%;width:100%;height:100%;background:var(--mw-white);z-index:100000;overflow-y:auto;overflow-x:hidden;padding:20px 24px 40px;transition:right .4s ease-in-out}#mw-header .hdr-mob-menu{list-style:none}#mw-header .hdr-mob-menu>li{border-bottom:1px solid rgb(0 0 0/.08)}#mw-header .hdr-mob-menu>li>a{padding:16px 0;font-size:18px;font-weight:500}#mw-header .hdr-mob-menu .chevron{width:14px;height:14px;flex-shrink:0;transition:.25s ease;transform:rotate(-90deg)}#mw-header .hdr-mob-sub{list-style:none;display:none;padding:0 0 8px 16px;border-top:1px solid rgb(0 0 0/.06)}#mw-header .hdr-mob-menu>li>a,#mw-header .hdr-mob-sub a,#mw-header .hdr-mob-top{display:flex;align-items:center;justify-content:space-between}#mw-header .hdr-mob-sub a{padding:12px 0;font-family:var(--mw-font);font-size:15px;font-weight:400;color:var(--mw-gray);text-decoration:none;border-bottom:1px solid rgb(0 0 0/.04)}#mw-header .hdr-mob-sub a:hover{color:var(--mw-blue)}#mw-header .hdr-mob-sub .hdr-mob-sub{display:none;padding-left:16px}#mw-header .hdr-mob-top{margin-bottom:16px}#mw-header .hdr-mob-logo{height:50px;width:auto}#mw-header .hdr-mob-close,#mw-header .hdr-mob-social a{border-radius:50%;display:flex;align-items:center;justify-content:center}#mw-header .hdr-mob-close{width:44px;height:44px;background:#286fb7;border:0;cursor:pointer;box-shadow:0 2px 8px rgb(0 0 0/.15);transition:.2s ease;font-size:24px;line-height:1;color:#fff;font-family:"Figtree",sans-serif}#mw-header .hdr-mob-close:hover{background:#274760}#mw-header .hdr-mob-footer{margin-top:24px;text-align:center}#mw-header .hdr-mob-cta{display:inline-flex;align-items:center;gap:10px;padding:12px 28px;background:var(--mw-pink);color:var(--mw-white);font-family:var(--mw-font);font-size:18px;font-weight:600;text-decoration:none;border-radius:28px;transition:.2s}#mw-header .hdr-mob-cta:hover{background:var(--mw-pink-hover)}#mw-header .hdr-mob-cta svg{width:16px;height:16px;stroke:currentColor;fill:none}#mw-header .hdr-mob-address{margin-top:20px;font-family:var(--mw-font);font-size:15px;color:var(--mw-gray);line-height:1.6}#mw-header .hdr-mob-social{display:flex;justify-content:center;gap:12px;margin-top:16px}#mw-header .hdr-mob-social a{width:42px;height:42px;border:1.5px solid rgb(40 111 183/.2);transition:.2s}#mw-header .hdr-mob-social a:hover{border-color:var(--mw-pink);background:rgb(239 91 160/.06)}#mw-header .hdr-mob-social svg{width:18px;height:18px;fill:var(--mw-blue)}#mw-header .hdr-mob-social a:hover svg{fill:var(--mw-pink)}@media (max-width:1366px){#mw-header .hdr-menu>li>a{font-size:15px;padding:10px 12px}}@media (max-width:1200px){#mw-header .hdr-menu>li>a{font-size:14px;padding:9px}#mw-header .hdr-menu{gap:2px}}@media (max-width:1023px){#mw-header .hdr-cta,#mw-header .hdr-nav{display:none}#mw-header .hdr-hamburger{display:flex}#mw-header .hdr-mobile{display:block}#mw-header .hdr-inner{padding:12px 16px;justify-content:space-between}#mw-header .hdr-logo img{height:50px}#mw-header .hdr-bar{top:12px}}@media (max-width:767px){#mw-header .hdr-bar{top:8px}#mw-header .hdr-inner{padding:10px 12px;border-radius:12px}#mw-header .hdr-logo img{height:44px}}#mw-header .booking-overlay{display:none;position:fixed;inset:0;z-index:200000;background:rgb(0 0 0/.6);align-items:center;justify-content:center}#mw-header .booking-modal{position:relative;width:95%;max-width:1100px;height:85vh;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgb(0 0 0/.3)}#mw-header .booking-modal iframe{width:100%;height:100%;border:0}#mw-header .booking-close{position:absolute;top:12px;right:12px;z-index:10;width:36px;height:36px;border-radius:50%;background:#286fb7;border:0;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgb(0 0 0/.15);transition:.2s ease;font-size:22px;line-height:1;color:#fff;font-family:"Figtree",sans-serif}#mw-header .booking-close:hover{background:#274760}@media (max-width:767px){#mw-header .booking-modal{width:100%;height:100%;max-width:100%;border-radius:0}#mw-header .booking-close{top:8px;right:8px}}