:root { --font-heading: "Playfair Display", serif; --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; --col-primary:#1A3465; --col-accent:#C99700; --col-ink:#202020; --col-text:#54595F; --col-muted:#667085; --col-bg:#FCF7F0; --h1-size: clamp(1.875rem, 4vw + 0.5rem, 2.75rem); --h1-line:1.2; --h1-track:-0.02em; --h2-size: clamp(1.625rem, 3.5vw + 0.25rem, 2.125rem); --h2-line:1.25; --h2-track:-0.01em; --h3-size: clamp(1.375rem, 3vw, 1.625rem); --h3-line:1.3; --h3-track:-0.01em; --h4-size: clamp(1rem, 2vw, 1.25rem); --h4-line:1.35; --body-size:clamp(1rem,1.2vw,1.125rem); --body-line:1.7; --small-size:clamp(0.875rem,1vw,0.9375rem); --small-line:1.55; --button-size:clamp(0.875rem,1vw,0.9375rem); --button-line:1.3; --button-track:0.02em; --wrap-pad-desktop:16px; --wrap-pad-tablet:22px; --wrap-pad-mobile:14px; }
.enw-flax h1,.enw-flax h2,.enw-flax h3,.enw-flax h4,.enw-flax h5,.enw-flax h6{color:var(--col-ink)!important}
.enw-flax .enw-accent{color:var(--col-accent)!important}
.enw-flax h1{letter-spacing:var(--h1-track)}
.enw-flax h2{letter-spacing:var(--h2-track)}
.enw-flax h3{letter-spacing:var(--h3-track)}
.enw-flax h4{letter-spacing:var(--h4-track)}
.enw-flax{--gold:var(--col-accent);--ink:var(--col-ink)}
.enw-flax h1,.enw-flax h2,.enw-flax h3,.enw-flax h4,.enw-flax h5,.enw-flax h6{ font-family:var(--font-heading); font-weight:800; margin:0 0 .5rem; letter-spacing:var(--h3-track); }
.enw-flax h1{font-size:var(--h1-size); line-height:var(--h1-line)}
.enw-flax h2{font-size:var(--h2-size); line-height:var(--h2-line)}
.enw-flax h3{font-size:var(--h3-size); line-height:var(--h3-line)}
.enw-flax h4{font-size:var(--h4-size); line-height:var(--h4-line)}
.enw-flax .enw-accent{color:var(--gold)}
/* Base & layout */ .enw-flax{position:relative; inline-size:100%; overflow-x:hidden; background:transparent}
.enw-flax *, .enw-flax *::before, .enw-flax *::after{box-sizing:border-box; max-inline-size:100%}
.enw-flax .frame{max-width:1080px; margin-inline:auto; padding:clamp(24px,5vw,50px); border-radius:18px; background:transparent}
.enw-flax .wrap{inline-size:100%; margin-inline:auto; padding-inline:var(--wrap-pad-desktop)}
.enw-flax .section{padding:clamp(12px,2.4vw,24px); margin:12px 0}
.enw-flax .card{background:#fff; border:1px solid #E5E6EA; border-radius:14px; box-shadow:0 10px 30px rgba(0,0,0,.06)}
.enw-flax .muted{background:#FFFFFF}
.enw-flax .soft{background:var(--col-bg)}
/* Body */ .enw-flax p,.enw-flax li,.enw-flax a,.enw-flax figcaption,.enw-flax .chip,.enw-flax .meta{font-family:var(--font-body); color:var(--col-text)}
.enw-flax p{font-size:var(--body-size); line-height:var(--body-line); margin:.65rem 0}
.enw-flax small,.enw-flax .small,.enw-flax figcaption,.enw-flax .chip{font-size:var(--small-size); line-height:var(--small-line); color:var(--col-muted)}
.enw-flax a{color:var(--col-primary); text-decoration:none}
.enw-flax a:hover{text-decoration:underline}
/* INTERNAL LINK APPEARANCE (brand blue + bold, not for buttons) */ .enw-flax a.enw-internal:not(.btn-cta){ color: var(--col-primary)!important; font-weight:700; }
.enw-flax a.enw-internal:not(.btn-cta):hover{ text-decoration:underline; }
/* Media */ .enw-flax img,.enw-flax svg,.enw-flax video,.enw-flax iframe{display:block; inline-size:100%; height:auto; border-radius:10px}
/* CTAs */ .enw-flax .cta-row{display:flex; flex-wrap:wrap; gap:.8rem; margin:1.1rem 0}
.enw-flax .btn-cta{ display:inline-flex; align-items:center; justify-content:center; gap:.55rem; padding:10px 16px; border-radius:10px; border:none; outline:none; text-decoration:none; font-family:var(--font-heading)!important; font-weight:700; font-size:var(--button-size); line-height:var(--button-line); letter-spacing:var(--button-track); color:#fff; background:var(--col-primary); transition:transform .15s ease, filter .15s ease, background-color .15s ease; min-width: clamp(126px, 20vw, 168px); -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
.enw-flax .btn-cta *{font-family:var(--font-heading)!important; line-height:inherit; letter-spacing:inherit}
.enw-flax .btn-cta:hover{transform:translateY(-1px)}
.enw-flax .btn-cta:focus-visible{outline:3px solid rgba(0,0,0,.25); outline-offset:2px; border-radius:10px}
.enw-flax .btn-cta svg{width:18px; height:18px; stroke:#fff; fill:none; stroke-width:2; flex:0 0 18px}
.enw-flax .btn-order{background:var(--col-primary)}
.enw-flax .btn-order:hover{filter:brightness(.95)}
.enw-flax .btn-wa{background:#128C7E}
.enw-flax .btn-wa:hover{background:#0F7A6F}
.enw-flax .btn-mail{background:var(--col-accent)}
.enw-flax .btn-mail:hover{filter:brightness(.95)}
/* Grids */ .enw-flax .hero .grid{display:grid; grid-template-columns:1fr; gap:12px}
.enw-flax .content{display:grid; grid-template-columns:minmax(0,1fr); gap:12px}
.enw-flax .badges{display:flex; flex-wrap:wrap; gap:.5rem; margin:.7rem 0}
.enw-flax .chip{display:inline-flex; align-items:center; gap:.5rem; padding:.35rem .7rem; border-radius:999px; background:#fff; border:1px solid #E5E6EA}
/* Bullets */ .enw-flax ul,.enw-flax ol{list-style:none; padding:0; margin:0}
.enw-flax .bullets{padding:0; margin:0}
.enw-flax .bullets li{display:flex; align-items:flex-start; gap:.75rem; padding:.55rem 0; border-bottom:1px dashed rgba(0,0,0,.06); font-size:var(--body-size); line-height:var(--body-line)}
.enw-flax .bullets li:last-child{border-bottom:none}
.enw-flax .bullets .dot{inline-size:8px; block-size:8px; border-radius:50%; background:conic-gradient(var(--col-accent),var(--col-primary)); box-shadow:0 0 0 3px rgba(26,52,101,.08); margin-top:.35em; flex:0 0 8px}
.enw-flax .bullets li p{margin:0}
.enw-flax .bullets li > *:not(.dot){min-width:0}
/* Tables */ .enw-flax .table{overflow-x:auto; -webkit-overflow-scrolling:touch; border:1px solid #E5E6EA; border-radius:14px}
.enw-flax table{width:100%; border-collapse:separate; border-spacing:0}
.enw-flax th,.enw-flax td{padding:12px 14px; text-align:left; border-bottom:1px solid #E5E6EA; font-family:var(--font-body)}
.enw-flax th{background:#fff; font-weight:800; color:var(--col-primary)}
.enw-flax tr:last-child td{border-bottom:none}
.enw-flax tbody tr:nth-child(even){background:#fff}
.enw-flax tbody tr:nth-child(odd){background:#fdfdfd}
/* Breakpoints */ @media (max-width:767px){ .enw-flax .frame{padding-left:0!important; padding-right:0!important} .enw-flax .wrap{padding-inline:var(--wrap-pad-mobile)!important} .enw-flax .section{padding:14px!important; margin:12px 0!important} .enw-flax .card{border-radius:14px} .enw-flax .hero figure img{aspect-ratio:16/10; object-fit:cover} .enw-flax .table{margin-left:0; margin-right:0} .enw-flax table{min-width:0!important; table-layout:auto} .enw-flax th,.enw-flax td{white-space:normal} .enw-flax .btn-cta{inline-size:100%; padding:8px 12px} .enw-flax .btn-cta svg{width:16px; height:16px} }
@media (min-width:768px) and (max-width:1024px){ .enw-flax .frame{padding-left:0!important; padding-right:0!important} .enw-flax .wrap{padding-inline:var(--wrap-pad-tablet)!important} .enw-flax .hero .grid{grid-template-columns:minmax(0,1fr)} .enw-flax .btn-cta{padding:9px 14px} .enw-flax .btn-cta svg{width:17px; height:17px} }
@media (min-width:1025px){ .enw-flax .hero .grid{grid-template-columns:1.1fr .9fr; gap:20px} }
/* Elementor MOBILE edge-to-edge patch */ @media (max-width:767px){ .enw-flax :where(.elementor-container,.elementor-widget-wrap,.e-con,.e-con-inner){padding-left:0!important; padding-right:0!important} .enw-flax :where(.e-con).e-con-boxed{ --container-padding-inline: 0!important } .enw-flax :where(.elementor-section){padding-left:0!important; padding-right:0!important} .enw-toc-card{padding-left:0!important; padding-right:0!important} }
/* Width normalizer for the three “Lux” sections */ @media (max-width:1024px){ .lux-flax,.lux-egypt,.lux-advantages{max-width:100%!important; padding-left:0!important; padding-right:0!important; margin-inline:0!important} .lux-flax .shell,.lux-egypt .card,.lux-advantages .card{width:100%!important; margin-inline:0!important} }
@media (max-width:767px){ .lux-flax .shell,.lux-egypt .card,.lux-advantages .card{margin-inline:0!important; border-radius:14px} }
.enw-toc-card{--muted:var(--col-muted);--ink:var(--col-ink);--card:#fff;--border:#E5E6EA;--shadow:0 10px 30px rgba(0,0,0,.06);--radius:14px}
.enw-toc-card{max-width:1080px;margin:0 auto;padding:0 16px}
.enw-toc-card .card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px}
.enw-toc-card h3{margin:0 0 .5rem;font-weight:800;color:var(--ink); font-family:var(--font-heading); font-size:var(--h4-size); line-height:var(--h4-line)}
.enw-toc-card a{display:block;padding:.55rem .8rem;border-radius:10px;color:var(--muted);text-decoration:none; font-family:var(--font-body); font-size:var(--small-size); line-height:var(--small-line)}
.enw-toc-card a:hover{background:#F7F7F7;color:var(--ink)}
@media(min-width:768px){.enw-toc-card{padding:0 22px}}
@media(max-width:767px){.enw-toc-card{padding-left:0!important; padding-right:0!important}}
.lux-flax{--ink:#202020;--text:#54595F;--muted:#667085;--navy:#1A3465;--gold:#C99700;--bg:#FCF7F0;--card:#fff; --radius:18px;--soft-shadow:0 10px 30px rgba(0,0,0,.08);--ring:0 0 0 6px rgba(201,151,0,.12); max-width:1080px;margin:0 auto;padding:clamp(16px,4vw,28px)}
.lux-flax *{box-sizing:border-box}
.lux-flax .shell{display:grid;gap:clamp(14px,2.5vw,22px);grid-template-columns:1fr;background:#fff;border:1px solid #E5E6EA;border-radius:var(--radius);box-shadow:var(--soft-shadow);padding:clamp(16px,3.2vw,26px)}
@media (min-width:900px){.lux-flax .shell{grid-template-columns:1.08fr .92fr; align-items:center}}
.lux-flax h2{font-family:"Playfair Display",serif;font-weight:800;margin:0 0 .6rem;font-size:clamp(26px,3.3vw,34px);line-height:1.25;color:var(--ink);letter-spacing:-0.01em}
.lux-flax h2 .accent{color:var(--gold)}
.lux-flax p{font-family:Inter,system-ui,sans-serif;color:var(--text);font-size:clamp(16px,1.1vw,18px);line-height:1.7;margin:.6rem 0}
.lux-flax .media{position:relative;border-radius:14px;background:var(--card);padding:12px;border:1px solid #E5E6EA;box-shadow:var(--soft-shadow);transform-style:preserve-3d;transition:transform .35s ease}
.lux-flax .media:hover{transform:translateY(-2px) rotateX(.5deg) rotateY(-.5deg)}
.lux-flax .media img{display:block;width:100%;border-radius:10px}
.lux-flax .glow{content:"";position:absolute;inset:-1px;border-radius:14px;pointer-events:none;background:linear-gradient(135deg, rgba(201,151,0,.25), rgba(26,52,101,.25));mix-blend-mode:color;opacity:0;transition:opacity .3s ease}
.lux-flax .media:hover .glow{opacity:.15}
.lux-flax .features{display:grid;gap:10px;margin:.6rem 0}
.lux-flax .feat{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:start;background:#fff;border:1px solid #E5E6EA;border-radius:14px;padding:12px;transition:transform .2s, box-shadow .2s, border-color .2s}
.lux-flax .feat:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(0,0,0,.08);border-color:rgba(201,151,0,.55)}
.lux-flax .icon{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,#FFF4D6,#fff);border:1px solid #F1E2B4;box-shadow:inset 0 0 0 1px rgba(201,151,0,.15)}
.lux-flax .dot{width:10px;height:10px;border-radius:50%;background:conic-gradient(var(--gold), var(--navy));box-shadow:0 0 0 4px rgba(26,52,101,.08)}
.lux-flax details{border:1px dashed #E5E6EA;border-radius:14px;padding:12px 14px;background:#fff;transition:border-color .2s, box-shadow .2s}
.lux-flax details[open]{border-color:rgba(201,151,0,.55);box-shadow:0 12px 28px rgba(0,0,0,.06)}
.lux-flax summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:.6rem;font-family:Inter,system-ui,sans-serif;font-weight:600;color:var(--navy)}
.lux-flax summary::-webkit-details-marker{display:none}
.lux-flax .caret{width:12px;height:12px;border:2px solid var(--navy);border-left:0;border-top:0;transform:rotate(-45deg);transition:transform .2s}
details[open] .caret{transform:rotate(135deg)}
@media (prefers-reduced-motion:reduce){.lux-flax *{transition:none!important}}
.lux-egypt{--ink:#202020;--text:#54595F;--muted:#667085;--navy:#1A3465;--gold:#C99700;--bg:#FCF7F0;--card:#FFFFFF;--line:#E5E6EA; --radius:18px;--shadow:0 10px 30px rgba(0,0,0,.08);--ring:0 0 0 6px rgba(201,151,0,.12);max-width:1080px;margin:0 auto;padding:clamp(16px,4vw,28px)}
.lux-egypt *{box-sizing:border-box}
.lux-egypt .card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:clamp(16px,3vw,26px)}
.lux-egypt h2{font-family:"Playfair Display",serif;font-weight:800;font-size:clamp(26px,3.2vw,34px);line-height:1.25;letter-spacing:-0.01em;margin:0 0 .9rem;color:var(--ink)}
.lux-egypt p{font-family:Inter,system-ui,sans-serif;font-size:clamp(16px,1.1vw,18px);line-height:1.7;color:var(--text);margin:.65rem 0}
.lux-egypt .grid{display:grid;grid-template-columns:1fr;gap:12px;margin:.8rem 0 1rem}
@media (min-width:820px){.lux-egypt .grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.lux-egypt .feature{display:grid;grid-template-columns:44px 1fr;gap:12px;align-items:start;padding:14px;border:1px solid var(--line);border-radius:14px;background:#fff;transition:transform .2s, box-shadow .2s, border-color .2s}
.lux-egypt .feature:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(0,0,0,.08);border-color:rgba(201,151,0,.55)}
.lux-egypt .feature:focus-within{box-shadow:var(--ring)}
.lux-egypt .icon{width:44px;height:44px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,#FFF4D6,#FFFFFF);border:1px solid #F1E2B4}
.lux-egypt .ico-stroke{stroke:var(--gold);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.lux-egypt .feature p{margin:.15rem 0 0;color:var(--text);font-size:clamp(16px,1.05vw,18px);line-height:1.65}
.lux-egypt .note{background:linear-gradient(90deg, rgba(201,151,0,.10), rgba(201,151,0,.04));border:1px solid rgba(201,151,0,.35);border-radius:14px;padding:12px 14px;font-family:Inter,system-ui,sans-serif;color:var(--text)}
@media (prefers-reduced-motion:reduce){.lux-egypt *{transition:none!important}}
.lux-advantages{--ink:#202020;--text:#54595F;--muted:#667085;--navy:#1A3465;--gold:#C99700;--bg:#FCF7F0;--card:#FFFFFF;--line:#E5E6EA; --radius:18px;--shadow:0 10px 30px rgba(0,0,0,.08);--ring:0 0 0 6px rgba(201,151,0,.12);max-width:1080px;margin:0 auto;padding:clamp(16px,4vw,28px)}
.lux-advantages *{box-sizing:border-box}
.lux-advantages .card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:clamp(16px,3vw,26px)}
.lux-advantages h2{font-family:"Playfair Display",serif;font-weight:800;font-size:clamp(26px,3.2vw,34px);line-height:1.25;letter-spacing:-0.01em;margin:0 0 .9rem;color:var(--ink)}
.lux-advantages p{font-family:Inter,system-ui,sans-serif;font-size:clamp(16px,1.1vw,18px);line-height:1.7;color:var(--text);margin:.65rem 0}
.lux-advantages .media{margin:1rem 0 1.25rem;border-radius:14px;overflow:hidden;border:1px solid var(--line)}
.lux-advantages .media img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover}
.lux-advantages ol{counter-reset:advCounter;list-style:none;margin:0;padding:0;display:grid;gap:12px;grid-template-columns:1fr}
@media (min-width:820px){.lux-advantages ol{grid-template-columns:repeat(2,minmax(0,1fr))}}
.lux-advantages li{counter-increment:advCounter;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px 14px 14px 56px;position:relative;transition:transform .2s, box-shadow .2s, border-color .2s;min-height:64px;display:flex;align-items:center}
.lux-advantages li:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(0,0,0,.08);border-color:rgba(201,151,0,.55)}
.lux-advantages li:focus-within{box-shadow:var(--ring)}
.lux-advantages li::before{content:counter(advCounter);position:absolute;inset-inline-start:14px;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:10px;display:grid;place-items:center;font-family:"Playfair Display",serif;font-weight:800;font-size:18px;color:var(--ink);background:linear-gradient(135deg,#FFF4D6,#FFFFFF);border:1px solid #F1E2B4;box-shadow:0 2px 0 rgba(201,151,0,.18)}
.lux-advantages li>p{margin:0;color:var(--text);font-family:Inter,system-ui,sans-serif;font-size:clamp(16px,1.05vw,18px);line-height:1.65}
@media (prefers-reduced-motion:reduce){.lux-advantages *{transition:none!important}}
.lux-whyus{--ink:#202020;--text:#54595F;--muted:#667085;--navy:#1A3465;--gold:#C99700;--line:#E5E6EA;--card:#fff; --radius:18px;--shadow:0 10px 30px rgba(0,0,0,.08);--ring:0 0 0 6px rgba(201,151,0,.12)}
.lux-whyus .shell{display:grid;grid-template-columns:1fr;gap:14px;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:clamp(16px,3.2vw,26px)}
.lux-whyus h2{font-family:"Playfair Display",serif;font-weight:800;color:var(--ink);font-size:clamp(26px,3.2vw,34px);line-height:1.25;margin:0 0 .4rem}
.lux-whyus p{font-family:Inter,system-ui,sans-serif;color:var(--text);font-size:clamp(16px,1.1vw,18px);line-height:1.7;margin:.6rem 0}
.lux-whyus .badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:.4rem 0 .6rem}
.lux-whyus .badge{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .6rem;border-radius:999px;border:1px solid #F1E2B4;background:linear-gradient(135deg,#FFF4D6,#FFFFFF)}
.lux-whyus figure{position:relative;border-radius:14px;overflow:hidden;border:1px solid var(--line)}
.lux-whyus figure img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}
.lux-whyus figure::after{content:"";position:absolute;inset:0;background:radial-gradient(60% 60% at 75% 15%, rgba(201,151,0,.12), transparent 60%);pointer-events:none}
.lux-whyus .grid{display:grid;grid-template-columns:1fr;gap:10px;margin:.7rem 0}
@media(min-width:680px){.lux-whyus .grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.lux-whyus .item{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:start;background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px;transition:transform .18s, box-shadow .18s, border-color .18s}
.lux-whyus .item:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(0,0,0,.08);border-color:rgba(201,151,0,.5)}
.lux-whyus .ico{width:42px;height:42px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,#FFF4D6,#FFFFFF);border:1px solid #F1E2B4}
.lux-whyus .ico svg{width:22px;height:22px;stroke:var(--gold);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.lux-whyus .stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:.8rem 0 0}
@media(max-width:540px){.lux-whyus .stats{grid-template-columns:repeat(2,1fr)}}
.lux-whyus .stat{background:#fff;border:1px dashed #E5E6EA;border-radius:14px;padding:10px 12px;text-align:center}
.lux-whyus .stat b{display:block;font-family:"Playfair Display",serif;font-size:clamp(18px,2.5vw,22px);color:var(--ink)}
.enw-flax strong,.enw-flax b{color:var(--col-ink)!important; font-weight:700}
.enw-flax a strong,.enw-flax a b{color:inherit!important}
.enw-flax a{color:var(--col-primary)!important; text-decoration:none}
.enw-flax a.link-gold{color:var(--col-accent)!important}
.enw-flax .chip a{color:inherit!important}
.enw-flax .btn-cta, .enw-flax .btn-cta *, .enw-flax .btn-cta svg, .enw-flax .btn-cta svg *, .enw-flax .btn-cta path, .enw-flax .btn-cta rect, .enw-flax .btn-cta circle, .enw-flax .btn-cta line, .enw-flax .btn-cta polyline{ color:#fff!important; fill:#fff!important; stroke:#fff!important; }

header.elementor-location-header{position:relative}header.elementor-location-header:after{content:"";position:absolute;left:0;right:0;top:0;height:130px;background:linear-gradient(180deg,rgba(9,20,43,.58) 0%,rgba(9,20,43,.22) 60%,rgba(9,20,43,.012) 100%);pointer-events:none;z-index:0}body,p,li,dd,dt,td,th,a,figcaption,blockquote,label,input,select,textarea,button,.elementor-widget-text-editor,.elementor-widget-text-editor p,.elementor-icon-list-text,.elementor-post__excerpt,.elementor-post__title,.elementor-post__read-more,.elementor-post-date,.elementor-post__meta-data,.elementor-button-text,.elementor-nav-menu a,.elementor-tab-content,.elementor-icon-box-description,.elementor-image-box-description,[class*="enw-"],[class*="eln-"],[class*="lux-"],[class*="elna-"]{font-family:"Inter","Segoe UI",system-ui,-apple-system,Arial,sans-serif!important}h1,h2,h3,h4,h5,h6,.elementor-heading-title,.elementor-headline,.elementor-headline *,.elementor-slide-heading,.elementor-slide-heading *,h1[class],h2[class],h3[class],h4[class],h5[class],h6[class],h1 *,h2 *,h3 *,h4 *,h5 *,h6 *,.elementor-heading-title *,h1 [class],h2 [class],h3 [class],h4 [class],h5 [class],h6 [class],.elementor-heading-title [class]{font-family:"Playfair Display",Georgia,serif!important}.fa,.fas,.far,.fal,.fad,[class^="fa-"],[class*=" fa-"]{font-family:"Font Awesome 5 Free"!important}.fab{font-family:"Font Awesome 5 Brands"!important}.eicon,[class^="eicon-"],[class*=" eicon-"]{font-family:eicons!important}.dashicons,[class^="dashicons-"],[class*=" dashicons-"]{font-family:dashicons!important}.elementor-element-53e63d02 .elementor-heading-title,.elementor-element-53e63d02 .elementor-heading-title *{font-family:"Rouge Script","Segoe Script",cursive!important}.elementor-button{font-size:16px}.elementor-slides .swiper-slide-inner .elementor-slide-heading{font-size:36px}@media (max-width:767px){.elementor-slides .swiper-slide-inner .elementor-slide-heading{font-size:24px}}.twae-label-big,.twae-timeline .twae-label-big{font-size:24px}.elementor-post__title,.elementor-post__title a{font-size:20px}.elementor-element-6565ba1c>.e-con-inner{flex-wrap:wrap!important}a[href^="tel:"],a[href^="mailto:"],.elementor-post__read-more,.enw-contact-line,.enw-product-card a,.enw-link-card a,[class*="breadcrumb"] a,.elementor-widget-breadcrumbs a{display:inline-block;padding-top:5px;padding-bottom:5px}.elementor-location-footer a[href^="tel:"],.elementor-location-footer a[href^="mailto:"],footer a[href^="tel:"],footer a[href^="mailto:"]{margin-bottom:4px}.elementor-location-footer{overflow-x:clip}.eln-pp-slider{min-width:0}h1,h2,h3,h4,h5,h6,h1 *,h2 *,h3 *,h4 *,h5 *,h6 *,.elementor-heading-title,.elementor-heading-title *{overflow-wrap:break-word}@media (max-width:800px){.elementor-element-4550fe8,.elementor-element-c1f18d4{flex-wrap:wrap}}body:not(.home) h1:not(#elnawawy-none),body:not(.home) h1 *:not(#elnawawy-none){font-family:"Playfair Display",Georgia,serif!important;font-size:48px!important;font-weight:700!important;letter-spacing:0!important;text-transform:none!important}.elementor-widget-breadcrumbs,.elementor-widget-breadcrumbs *,.rank-math-breadcrumb,.rank-math-breadcrumb *{font-family:"Playfair Display",Georgia,serif!important;font-size:14px!important;font-weight:400!important;letter-spacing:0!important}@media (max-width:800px){body:not(.home) h1:not(#elnawawy-none),body:not(.home) h1 *:not(#elnawawy-none){font-size:32px!important}.elementor-widget-breadcrumbs,.elementor-widget-breadcrumbs *,.rank-math-breadcrumb,.rank-math-breadcrumb *{font-size:12px!important}}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible,[role="button"]:focus-visible,.elementor-tab-title:focus-visible,.elementor-accordion .elementor-tab-title:focus-visible,.elementor-toggle .elementor-tab-title:focus-visible,.piano-nav:focus-visible,.btn-cta:focus-visible,.faq-block summary:focus-visible{outline:3px solid #C99700!important;outline-offset:2px!important}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}body.home .elementor-widget-heading.elementor-element h1.elementor-heading-title{font-size:clamp(32px,4.6vw,56px);line-height:1.1}body.home .elementor-widget-heading.elementor-element h2.elementor-heading-title{font-size:clamp(26px,2.6vw,36px);line-height:1.18}body.home .elementor-widget-heading.elementor-element h3.elementor-heading-title{font-size:clamp(20px,2.2vw,30px);line-height:1.25}body .elementor-posts .elementor-post__excerpt p{color:#667085}body .enq-wrap{--muted:#667085}body .enq-wrap{--text:#2A2F36;--muted:#667085}body .enw-cert-page{--text:#2A2F36;--soft:#FCF7F0}body .enw-cert-page .enw-section-head p{color:#54595F}body .enw-cert-page .enw-faq .faq-body{color:#2A2F36}body .enw-cert-page .enw-meta-row span:last-child{color:#2A2F36}body .enw-lead,body .enw-p,body .enw-note,body .enw-info-item span,body .enw-info-item a,body .enw-product-card p,body .enw-step span,body .enw-trust-card p{color:#2A2F36}body .elementor-post-date{color:#667085!important}body .elementor-post__badge{color:#1A3465!important}body .elementor-post__read-more{color:#0066CC!important}body .e-n-accordion-item-title-text{color:#202020!important}body .enw-btn-mail,body .enw-btn-gold,body .enw-btn.gold,body .enw-yf-btn.gold,body .enw-mg-btn-gold,body .enw-de-final-cta__btn--email,body .btn-solid-gold,body .enw-ssl .btn-solid-gold,body .itq-btn.gold,body .frq-btn.gold,body .esq-btn.gold,body .deq-btn.gold,body .frp-btn.primary,body .enw-products .grid>article:nth-child(even) .card-actions .btn,body .enw-products .help-grid .box:nth-child(even) .btn,body .int-link,body .faq-qicon,body .enw-flax-page .enw-faq-icon,body .eln-faq .eln-icon,body .enw-ael .ael-fq .ael-badge,body .enw-ael .ael-em,body .enw-mg-lb-close,body .enw-mg-step::before{color:#1A3465!important}body .enw-products .btn-solid-gold,body .enw-products .btn.gold,body .enw-ssl .btn-solid-gold{color:#1A3465!important}body .enw-ael .ael-quote a.ael-btn.ael-em{color:#1A3465!important}body .elementor-element-2664b3cf .elementor-button,body .elementor-element-29b6be25 .elementor-button,body .elementor-element-3113ce8 .elementor-button,body .elementor-element-35985ce .elementor-button,body .elementor-element-59479d4e .elementor-button,body .elementor-element-6a9e25d8 .elementor-button,body .elementor-element-754f8954 .elementor-button,body .elementor-element-75921ace .elementor-button{color:#1A3465!important}body .elementor-element-13836c5 .elementor-button,body .elementor-element-2354de2f .elementor-button,body .elementor-element-2a772507 .elementor-button,body .elementor-element-31b08d3 .elementor-button,body .elementor-element-3ae412c .elementor-button,body .elementor-element-3c0d131f .elementor-button,body .elementor-element-3d2e3403 .elementor-button,body .elementor-element-47a205ea .elementor-button,body .elementor-element-4ae77b0 .elementor-button,body .elementor-element-519fff02 .elementor-button,body .elementor-element-693dcd2c .elementor-button,body .elementor-element-6980e8e .elementor-button,body .elementor-element-6b9db75 .elementor-button,body .elementor-element-6c1957c0 .elementor-button,body .elementor-element-73d18ee8 .elementor-button,body .elementor-element-783116e1 .elementor-button,body .elementor-element-7b69713 .elementor-button,body .elementor-element-7f0500f .elementor-button,body .elementor-element-80a24c6 .elementor-button,body .elementor-element-9c4ba3e .elementor-button,body .elementor-element-a21f8e3 .elementor-button,body .elementor-element-a621126 .elementor-button,body .elementor-element-ad185f2 .elementor-button,body .elementor-element-c15ad74 .elementor-button,body .elementor-element-c4003ff .elementor-button,body .elementor-element-eb9d4b3 .elementor-button,body .elementor-element-f38ec8d .elementor-button{color:#1A3465!important}body a#cta-email-btn.elementor-button,body a#btn-cert-iso-22000.elementor-button,body a#btn-cert-iso-14001.elementor-button,body .ael-btn.ael-em,body .btn-cta.btn-mail,body .btn.btn-mail,body .btn.btn-solid-gold,body .btn.btn-accent,body .enq-btn.gold,body .hvl-btn.gold,body .elna-btn.elna-btn-gold,body .enw-gp-btn.enw-gp-btn-gold,body .eln-btn.eln-btn-primary,body .enw-license-btn.enw-license-btn-primary,body .enw-btn.enw-btn-product,body .faq-icon,body .fq-badge,body .enq-check,body .itq-check,body .deq-check,body .esq-check,body .frq-check{color:#1A3465!important}body .enw-ael .ael-final a.ael-btn.ael-em,body .enw-ael .ael-cbtns a.ael-btn.ael-em{color:#1A3465!important}body .enw-hemp-b2b .enw-btn-primary{color:#1A3465!important}body [style*="background:#C99700"]{color:#1A3465!important}body.postid-695 .btn.btn-primary,body.postid-714 .btn.btn-primary,body.postid-726 .btn.btn-primary,body.postid-3389 .btn.btn-primary,body.postid-3391 .btn.btn-primary,body.postid-3485 .btn.btn-primary,body.postid-10431 .btn.btn-primary,body.postid-11275 .btn.btn-primary,body.postid-11289 .btn.btn-primary,body.page-id-3490 .btn.btn-primary{color:#1A3465!important}body .ael-my .ael-mx,body .enw-ael .ael-mx{background:#C99700;color:#1A3465}body .ael-my .ael-mc,body .enw-ael .ael-mc{background:#1A3465;color:#FFFFFF}body .elementor-widget-n-accordion{--n-accordion-title-normal-color:#202020;--n-accordion-title-hover-color:#202020;--n-accordion-title-active-color:#202020;--n-accordion-icon-normal-color:#202020;--n-accordion-icon-hover-color:#202020;--n-accordion-icon-active-color:#202020}body footer .elementor-icon-box-title{color:#FFFFFF!important}body.elementor-kit-580 footer a{color:#C9D4E8}body figcaption{color:#202020}body.elementor-kit-580 [style*="background:#128C7E"]{color:#FFFFFF}
:root{--navy: #1A3465;--gold: #C99700;--ink-heading: #202020;--ink-body: #2A2F36;--ink-secondary: #54595F;--ink-muted: #667085;--link: #0066CC;--surface: #FFFFFF;--surface-warm: #FCF7F0;--surface-cool: #F7F7F7;--dark: #1B252F;--on-dark: #C9D4E8;--on-dark-muted: #AEBBD4;--on-dark-gold: #E8C56B;--whatsapp: #128C7E}.btn-primary{background:var(--gold);color:var(--navy)}.btn-navy{background:var(--navy);color:#fff}.btn-dark{background:var(--dark);color:#fff}.btn-whatsapp{background:var(--whatsapp);color:#fff}.surface{background:var(--surface);color:var(--ink-body)}.surface-warm{background:var(--surface-warm);color:var(--ink-body)}.surface-cool{background:var(--surface-cool);color:var(--ink-body)}.band-dark{background:var(--dark);color:var(--on-dark)}.band-dark h2,.band-dark h3{color:#fff}.band-dark .meta{color:var(--on-dark-muted)}.band-dark .accent{color:var(--on-dark-gold)}.state-true{background:var(--navy);color:#fff}.state-false{background:var(--gold);color:var(--navy)}:root{--r-control: 6px;--r-card: 10px;--r-frame: 14px;--r-panel: 18px;--r-pill: 999px;--r-round: 50%}:root{--hairline: #E5E6EA;--hairline-cool: #EFF1F5;--ink-soft: #5A6375;--ink-slate: #3D4451;--surface-sand: #F8F5EC;--surface-mist: #EEF2F8;--surface-pale: #F0F3FA;--on-dark-ivory: #F5EFE2;--on-dark-soft: #DCE3F2;--gold-light: #E1B447;--gold-dark: #B38600;--gold-deep: #8A6A00;--navy-light: #23417C;--navy-deep: #172E5A;--whatsapp-dark: #0F7568}

html body :is(a,button)[class*=btn]:not([class*=cky-]):not([class*=carousel]):not([class*=slider]):not([class*=accordion]):not([class*=btn-row]):not([class*=btn-group]):not([class*=btns]):not([class*=faq]):not(.nav-btn):not(.count-btn):not(.elementor-item),html body .btn,html body .btn-cta,html body .ael-btn,html body .enw-btn,html body .enw-plumb-btn,html body .elementor-widget-button .elementor-button{font-family:Playfair Display,Georgia,Times New Roman,serif!important;font-size:16px!important;font-weight:500!important;line-height:1!important;letter-spacing:normal!important;text-transform:none!important;border-radius:6px!important;min-height:44px!important;padding-block:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px;text-align:center;box-sizing:border-box;transition:transform .18s ease,box-shadow .18s ease}html body .elementor-widget-button .elementor-button-content-wrapper,html body .elementor-widget-button .elementor-button-text{display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}html body :is(a,button)[class*=btn]:not([class*=cky-]):not([class*=carousel]):not([class*=slider]):not([class*=accordion]):not([class*=btn-row]):not([class*=btn-group]):not([class*=btns]):not([class*=faq]):not(.nav-btn):not(.count-btn):not(.elementor-item),html body .btn,html body .btn-cta,html body .ael-btn,html body .enw-btn,html body .enw-plumb-btn,html body .elementor-widget-button .elementor-button{padding-inline:24px!important;min-width:min(11rem,42vw)!important}html body :is(a,button)[class*=btn]:not([class*=cky-]):not([class*=carousel]):not([class*=slider]):not([class*=accordion]):not([class*=btn-row]):not([class*=btn-group]):not([class*=btns]):not([class*=faq]):not(.nav-btn):not(.count-btn):not(.elementor-item):hover,html body .btn:hover,html body .btn-cta:hover,html body .ael-btn:hover,html body .enw-btn:hover,html body .enw-plumb-btn:hover,html body .elementor-widget-button .elementor-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1a346529}html body :is(a,button)[class*=btn]:not([class*=cky-]):not([class*=carousel]):not([class*=slider]):not([class*=accordion]):not([class*=btn-row]):not([class*=btn-group]):not([class*=btns]):not([class*=faq]):not(.nav-btn):not(.count-btn):not(.elementor-item):focus-visible,html body .btn:focus-visible,html body .btn-cta:focus-visible,html body .ael-btn:focus-visible,html body .enw-btn:focus-visible,html body .enw-plumb-btn:focus-visible,html body .elementor-widget-button .elementor-button:focus-visible{outline:none!important;box-shadow:0 0 0 2px #fff,0 0 0 5px var(--navy, #1A3465)!important}html body :is(a,button)[class*=btn]:not([class*=cky-]):not([class*=carousel]):not([class*=slider]):not([class*=accordion]):not([class*=btn-row]):not([class*=btn-group]):not([class*=btns]):not([class*=faq]):not(.nav-btn):not(.count-btn):not(.elementor-item),html body .btn,html body .btn-cta,html body .ael-btn,html body .enw-btn,html body .enw-plumb-btn,html body .elementor-widget-button .elementor-button{max-width:100%}@media(max-width:640px){html body :is(a,button)[class*=btn]:not([class*=cky-]):not([class*=carousel]):not([class*=slider]):not([class*=accordion]):not([class*=btn-row]):not([class*=btn-group]):not([class*=btns]):not([class*=faq]):not(.nav-btn):not(.count-btn):not(.elementor-item),html body .btn,html body .btn-cta,html body .ael-btn,html body .enw-btn,html body .enw-plumb-btn,html body .elementor-widget-button .elementor-button{white-space:normal!important;line-height:1.25!important;padding-block:10px!important;min-width:min(11rem,42vw)!important}}@media(max-width:380px){html body :is(a,button)[class*=btn]:not([class*=cky-]):not([class*=carousel]):not([class*=slider]):not([class*=accordion]):not([class*=btn-row]):not([class*=btn-group]):not([class*=btns]):not([class*=faq]):not(.nav-btn):not(.count-btn):not(.elementor-item),html body .btn,html body .btn-cta,html body .ael-btn,html body .enw-btn,html body .enw-plumb-btn,html body .elementor-widget-button .elementor-button{font-size:15px!important;padding-inline:18px!important}}html body :is(a,button)[class*=btn]:not([class*=cky-]):not([class*=carousel]):not([class*=slider]):not([class*=accordion]):not([class*=btn-row]):not([class*=btn-group]):not([class*=btns]):not([class*=faq]):not(.nav-btn):not(.count-btn):not(.elementor-item):active,html body .btn:active,html body .btn-cta:active,html body .ael-btn:active,html body .enw-btn:active,html body .enw-plumb-btn:active,html body .elementor-widget-button .elementor-button:active{transform:translateY(0) scale(.98);transition-duration:.06s}@media(prefers-reduced-motion:reduce){html body :is(a,button)[class*=btn]:not([class*=cky-]):not([class*=carousel]):not([class*=slider]):not([class*=accordion]):not([class*=btn-row]):not([class*=btn-group]):not([class*=btns]):not([class*=faq]):not(.nav-btn):not(.count-btn):not(.elementor-item),html body .btn,html body .btn-cta,html body .ael-btn,html body .enw-btn,html body .enw-plumb-btn,html body .elementor-widget-button .elementor-button{transition:none}html body :is(a,button)[class*=btn]:not([class*=cky-]):not([class*=carousel]):not([class*=slider]):not([class*=accordion]):not([class*=btn-row]):not([class*=btn-group]):not([class*=btns]):not([class*=faq]):not(.nav-btn):not(.count-btn):not(.elementor-item):hover,html body :is(a,button)[class*=btn]:not([class*=cky-]):not([class*=carousel]):not([class*=slider]):not([class*=accordion]):not([class*=btn-row]):not([class*=btn-group]):not([class*=btns]):not([class*=faq]):not(.nav-btn):not(.count-btn):not(.elementor-item):active,html body .btn:hover,html body .btn-cta:hover,html body .ael-btn:hover,html body .enw-btn:hover,html body .enw-plumb-btn:hover,html body .elementor-widget-button .elementor-button:hover{transform:none}}html body .enwui-on-gold.enwui-on-gold.enwui-on-gold,html body .enwui-on-gold.enwui-on-gold.enwui-on-gold *{color:#fff!important}html body .enwui-on-gold.enwui-on-gold.enwui-on-gold .elementor-button-text,html body .enwui-on-gold.enwui-on-gold.enwui-on-gold .elementor-button-content-wrapper,html body .enwui-on-gold.enwui-on-gold.enwui-on-gold svg{color:#fff!important;fill:#fff!important}html body .enwui-icon,html body :is(a,button)[class*=btn]>svg,html body :is(a,button)[class*=cta]>svg,html body .elementor-widget-button .elementor-button svg{width:18px!important;height:18px!important;flex:none!important;fill:currentColor!important;vertical-align:middle}html body .enwui-icon{margin-inline-end:8px}html body .eln-pp-toc-links a,html body [class*=q-toc] a{font-family:Playfair Display,Georgia,Times New Roman,serif!important;font-weight:500!important;border-radius:6px!important}html body a svg.enwui-ic,html body button svg.enwui-ic,html body .elementor-button svg.enwui-ic{fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round;stroke-linejoin:round;width:18px!important;height:18px!important;flex:none!important;vertical-align:middle;margin-inline-end:8px}html body .enwui-on-gold.enwui-on-gold.enwui-on-gold svg.enwui-ic,html body .enwui-on-gold.enwui-on-gold.enwui-on-gold svg.enwui-ic *{fill:none!important;stroke:#fff!important}html body svg.enwui-ic--end{margin-inline-end:0!important;margin-inline-start:8px}html body .elementor-widget-button .elementor-button .elementor-button-icon,html body .elementor-button .elementor-button-icon{order:-1!important;margin-inline-start:0!important;margin-inline-end:8px!important}html body .elementor-button .elementor-button-content-wrapper{flex-direction:row!important}html body .elementor-post__card{border-radius:10px!important}html body :is([class*=chip][class*=chip][class*=chip],[class*=pill],[class*=badge],[class*=eyebrow],[class*=kicker],.eln-pp-proof,.enw-market-strip span,.enw-trust-badges li):not([class*=chip-row]):not([class*=chips]):not([class*=pill-row]):not([class*=cky-]):not(a):not(button){border-radius:6px!important}html body .elementor-post__badge.elementor-post__badge.elementor-post__badge.elementor-post__badge.elementor-post__badge.elementor-post__badge.elementor-post__badge.elementor-post__badge{background:#c99700!important;border-radius:6px!important;padding:5px 14px!important;color:#fff!important;font-size:11px!important;font-weight:600!important;letter-spacing:.14em!important;text-transform:uppercase!important}html body [data-enwlb][data-enwlb][data-enwlb]{display:inline-flex;align-items:center;gap:6px;font-family:Playfair Display,Georgia,Times New Roman,serif!important;font-size:13px!important;font-weight:500!important;letter-spacing:.02em!important;line-height:1.5!important;text-transform:none!important;padding:5px 12px!important;border-radius:6px!important;box-shadow:none!important;background-image:none!important;text-shadow:none!important}html body [data-enwlb=l][data-enwlb=l][data-enwlb=l]{background-color:#1a34650f!important;border:1px solid rgba(26,52,101,.16)!important;color:#1a3465!important}html body [data-enwlb=d][data-enwlb=d][data-enwlb=d]{background-color:#ffffff1f!important;border:1px solid rgba(255,255,255,.3)!important;color:#fff!important}html body [data-enwlb] *{color:inherit!important}

.enw-gt,[data-enwfaq]{--gtGold: #C99700;--gtGoldFade: rgba(201, 151, 0, .18);--gtGoldGlow: rgba(201, 151, 0, .28);--gtGoldGlowHi: rgba(201, 151, 0, .45);--gtStage: linear-gradient(180deg, #FEFDFB, #F8F5EC);--gtStageSolid: #FCFAF5;--gtOrbA: radial-gradient(circle at 40% 40%, #F0D080, #E9DDBC 70%);--gtOrbB: radial-gradient(circle at 60% 60%, #B9CBE8, #DDE6F4 70%);--gtOrbA-o: .3;--gtOrbB-o: .26;--gtCard: rgba(255, 255, 255, .72);--gtCardHov: rgba(255, 255, 255, .82);--gtCardOpen: rgba(255, 255, 255, .88);--gtCardBd: rgba(255, 255, 255, .65);--gtCardBdHov: rgba(201, 151, 0, .4);--gtSpec: rgba(255, 255, 255, .9);--gtShadow: 0 8px 26px rgba(90, 74, 30, .14);--gtHairA: rgba(255, 255, 255, .9);--gtHairB: rgba(201, 151, 0, .4);--gtKnotBg: rgba(255, 255, 255, .85);--gtKnotInk: #8a6a00;--gtKnotOnInk: #FFFDF6;--gtQ: #1A3465;--gtAns: #4A4232;--gtAnsBg: rgba(255, 253, 246, .72);--gtAnsBd: rgba(201, 151, 0, .16);--gtNoBlur: rgba(255, 253, 246, .95)}[data-enwfaq=d]{--gtGold: #E1B447;--gtGoldFade: rgba(225, 180, 71, .15);--gtGoldGlow: rgba(225, 180, 71, .45);--gtGoldGlowHi: rgba(225, 180, 71, .65);--gtStage: linear-gradient(180deg, #0C1626, #0C1626);--gtStageSolid: #0C1626;--gtOrbA: radial-gradient(circle at 40% 40%, #E1B447, #6E4E0A 70%);--gtOrbB: radial-gradient(circle at 60% 60%, #2E5AA8, #122A52 70%);--gtOrbA-o: .38;--gtOrbB-o: .3;--gtCard: rgba(255, 255, 255, .055);--gtCardHov: rgba(255, 255, 255, .075);--gtCardOpen: rgba(255, 255, 255, .085);--gtCardBd: rgba(255, 255, 255, .13);--gtCardBdHov: rgba(225, 180, 71, .28);--gtSpec: rgba(255, 255, 255, .16);--gtShadow: 0 8px 30px rgba(0, 0, 0, .35);--gtHairA: rgba(255, 255, 255, .32);--gtHairB: rgba(225, 180, 71, .35);--gtKnotBg: rgba(12, 22, 38, .85);--gtKnotInk: #E1B447;--gtKnotOnInk: #0C1626;--gtQ: #F5EFE2;--gtAns: rgba(235, 238, 248, .85);--gtAnsBg: rgba(8, 14, 26, .45);--gtAnsBd: rgba(255, 255, 255, .08);--gtNoBlur: rgba(18, 28, 48, .92)}html body [data-enwfaq]{position:relative;isolation:isolate;overflow:hidden;border-radius:14px!important;border:0!important;box-shadow:none!important;padding:26px 22px 22px 58px!important;display:block!important;counter-reset:enwgt}html body [data-enwfaq]:before,html body [data-enwfaq]:after{content:"";position:absolute;border-radius:50%;z-index:-1;pointer-events:none}html body [data-enwfaq]:before{width:430px;height:430px;left:-130px;top:-150px;filter:blur(75px);opacity:var(--gtOrbA-o);background:var(--gtOrbA);animation:enwgtfloat 18s ease-in-out infinite alternate}html body [data-enwfaq]:after{width:400px;height:400px;right:-120px;bottom:-160px;filter:blur(75px);opacity:var(--gtOrbB-o);background:var(--gtOrbB);animation:enwgtfloat 22s ease-in-out infinite alternate-reverse}@keyframes enwgtfloat{0%{transform:translate(0) scale(1)}to{transform:translate(32px,24px) scale(1.09)}}@media(prefers-reduced-motion:reduce){html body [data-enwfaq]:before,html body [data-enwfaq]:after{animation:none}}html body [data-enwfaq]{background-image:linear-gradient(180deg,var(--gtGold) 0%,var(--gtGoldFade) 100%),var(--gtStage)!important;background-color:var(--gtStageSolid)!important;background-repeat:no-repeat,no-repeat!important;background-size:2px calc(100% - 52px),cover!important;background-position:25px 26px,0 0!important}html body [data-enwfaq] details,html body [data-enwfaq] .fq-item,html body [data-enwfaq] .item,html body [data-enwfaq] .faq-item,html body [data-enwfaq] .enw-faq-item,html body [data-enwfaq] .ael-faq,html body details.ael-fq{position:relative;counter-increment:enwgt;border-radius:14px!important;overflow:hidden;background:var(--gtCard)!important;-webkit-backdrop-filter:blur(18px) saturate(160%);backdrop-filter:blur(18px) saturate(160%);border:1px solid var(--gtCardBd)!important;box-shadow:inset 0 1px 0 var(--gtSpec),var(--gtShadow)!important;margin:0 0 12px!important;transition:background .3s ease,border-color .3s ease,transform .3s ease,box-shadow .3s ease;transform:none}html body [data-enwfaq] details:hover,html body [data-enwfaq] .fq-item:hover,html body [data-enwfaq] .item:hover,html body [data-enwfaq] .faq-item:hover,html body [data-enwfaq] .enw-faq-item:hover{transform:translateY(-2px);background:var(--gtCardHov)!important;border-color:var(--gtCardBdHov)!important}html body [data-enwfaq] details[open],html body [data-enwfaq] .fq-item:has(.fq-a.open),html body [data-enwfaq] .item:has(.a.open),html body [data-enwfaq] .item.open,html body [data-enwfaq] .fq-item.open,html body [data-enwfaq] .faq-item:has(.faq-question[aria-expanded=true]),html body [data-enwfaq] .enw-faq-item.open,html body [data-enwfaq] .enw-faq-item:has([aria-expanded=true]){background:var(--gtCardOpen)!important;box-shadow:inset 0 1px 0 var(--gtSpec),0 12px 40px var(--gtGoldGlow),var(--gtShadow)!important}@supports not (backdrop-filter: blur(2px)){html body [data-enwfaq] details,html body [data-enwfaq] .fq-item,html body [data-enwfaq] .item,html body [data-enwfaq] .faq-item,html body [data-enwfaq] .enw-faq-item,html body [data-enwfaq] .ael-faq{background:var(--gtNoBlur)!important}}html body [data-enwfaq] details:before,html body [data-enwfaq] .fq-item:before,html body [data-enwfaq] .item:before,html body [data-enwfaq] .faq-item:before,html body [data-enwfaq] .enw-faq-item:before,html body [data-enwfaq] .ael-faq:before{content:counter(enwgt);position:absolute;left:-44px;top:18px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;font:700 11.5px/1 Inter,sans-serif;background:var(--gtKnotBg);border:2px solid var(--gtGold);color:var(--gtKnotInk);box-shadow:0 0 10px var(--gtGoldGlow);z-index:1;transition:background .25s ease,color .25s ease,transform .25s ease}html body [data-enwfaq] details[open]:before,html body [data-enwfaq] .fq-item:has(.fq-a.open):before,html body [data-enwfaq] .item:has(.a.open):before,html body [data-enwfaq] .item.open:before,html body [data-enwfaq] .fq-item.open:before,html body [data-enwfaq] .faq-item:has(.faq-question[aria-expanded=true]):before,html body [data-enwfaq] .enw-faq-item.open:before,html body [data-enwfaq] .enw-faq-item:has([aria-expanded=true]):before{background:var(--gtGold);color:var(--gtKnotOnInk);transform:scale(1.15);box-shadow:0 0 16px var(--gtGoldGlowHi)}html body [data-enwfaq] details,html body [data-enwfaq] .fq-item,html body [data-enwfaq] .item,html body [data-enwfaq] .faq-item,html body [data-enwfaq] .enw-faq-item,html body [data-enwfaq] .ael-faq{overflow:visible!important}html body [data-enwfaq] details>*,html body [data-enwfaq] .fq-item>*,html body [data-enwfaq] .item>*,html body [data-enwfaq] .faq-item>*,html body [data-enwfaq] .enw-faq-item>*,html body [data-enwfaq] .ael-faq>*{border-radius:inherit}html body [data-enwfaq] summary,html body [data-enwfaq] .fq-q,html body [data-enwfaq] .item .q,html body [data-enwfaq] .faq-q,html body [data-enwfaq] .faq-question,html body [data-enwfaq] .enw-faq-q,html body [data-enwfaq] .ael-q{list-style:none;cursor:pointer;display:flex!important;align-items:baseline;gap:14px;padding:17px 52px 17px 18px!important;margin:0!important;color:var(--gtQ)!important;font-family:Playfair Display,Georgia,serif!important;font-size:19px!important;font-weight:600!important;line-height:1.4!important;letter-spacing:normal!important;text-transform:none!important;border-bottom:0!important;background:transparent!important;position:relative;min-width:0;overflow-wrap:break-word}html body [data-enwfaq] summary::-webkit-details-marker{display:none}html body [data-enwfaq] summary::marker{content:""}html body [data-enwfaq] summary:focus-visible,html body [data-enwfaq] .fq-q:focus-visible,html body [data-enwfaq] .faq-q:focus-visible,html body [data-enwfaq] .faq-question:focus-visible,html body [data-enwfaq] .enw-faq-q:focus-visible{outline:none;box-shadow:0 0 0 2px var(--gtStageSolid),0 0 0 4px var(--gtGold);border-radius:14px}html body [data-enwfaq] summary:after,html body [data-enwfaq] .fq-q:after,html body [data-enwfaq] .item .q:after,html body [data-enwfaq] .faq-q:after,html body [data-enwfaq] .faq-question:after,html body [data-enwfaq] .enw-faq-q:after{content:""!important;display:block!important;position:absolute;right:18px;top:50%;width:20px;height:20px;margin-top:-10px;float:none!important;background:var(--gtGold);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 21c-.667 -.667 3.262 -6.236 11.785 -16.709a3.5 3.5 0 1 1 5.078 4.791c-10.575 8.612 -16.196 12.585 -16.863 11.918"/><path d="M17.5 6.5l-1 1"/><path d="M17 7c-2.333 -2.667 -3.5 -4 -5 -4s-2 1 -2 2c0 4 8.161 8.406 6 11c-1.056 1.268 -3.363 1.285 -5.75 .808"/><path d="M5.739 15.425c-1.393 -.565 -3.739 -1.925 -3.739 -3.425"/><path d="M19.5 9.5l1.5 1.5"/></svg>') center / contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 21c-.667 -.667 3.262 -6.236 11.785 -16.709a3.5 3.5 0 1 1 5.078 4.791c-10.575 8.612 -16.196 12.585 -16.863 11.918"/><path d="M17.5 6.5l-1 1"/><path d="M17 7c-2.333 -2.667 -3.5 -4 -5 -4s-2 1 -2 2c0 4 8.161 8.406 6 11c-1.056 1.268 -3.363 1.285 -5.75 .808"/><path d="M5.739 15.425c-1.393 -.565 -3.739 -1.925 -3.739 -3.425"/><path d="M19.5 9.5l1.5 1.5"/></svg>') center / contain no-repeat;filter:drop-shadow(0 0 5px var(--gtGoldGlow));transition:transform .35s cubic-bezier(.34,1.4,.64,1);color:transparent!important;font-size:0!important}html body [data-enwfaq] details[open] summary:after,html body [data-enwfaq] .fq-item:has(.fq-a.open) .fq-q:after,html body [data-enwfaq] .item:has(.a.open) .q:after,html body [data-enwfaq] .item.open .q:after,html body [data-enwfaq] .fq-item.open .fq-q:after,html body [data-enwfaq] .faq-q:has(+.faq-a.open):after,html body [data-enwfaq] .faq-item:has(.faq-question[aria-expanded=true]) .faq-question:after,html body [data-enwfaq] .enw-faq-item.open .enw-faq-q:after,html body [data-enwfaq] .enw-faq-item:has([aria-expanded=true]) .enw-faq-q:after{transform:rotate(90deg)}html body [data-enwfaq] .faq-question,html body [data-enwfaq] .enw-faq-q{width:100%!important;text-align:left!important;border:0!important}html body [data-enwfaq] .faq-question .faq-icon,html body [data-enwfaq] .enw-faq-icon,html body [data-enwfaq] .e-n-accordion-item-title-icon,html body [data-enwfaq] .ael-chev{display:none!important}html body [data-enwfaq] .e-n-accordion-item-title-text{font:inherit!important;color:inherit!important;letter-spacing:inherit!important}html body [data-enwfaq] .ael-faq .ael-q:after{display:none!important}html body [data-enwfaq] .ael-faq .ael-q{cursor:default}html body [data-enwfaq] .ael-qb{width:26px;height:26px;flex:none;border-radius:50%!important;display:inline-grid!important;place-items:center;background:var(--gtKnotBg)!important;border:2px solid var(--gtGold)!important;color:var(--gtKnotInk)!important;font:700 12px/1 Inter,sans-serif!important;box-shadow:0 0 8px var(--gtGoldGlow)!important}html body [data-enwfaq] .ael-badge.ael-badge.ael-badge.ael-badge.ael-badge.ael-badge.ael-badge.ael-badge,html body [data-enwfaq] .fq-badge.fq-badge.fq-badge.fq-badge.fq-badge.fq-badge.fq-badge.fq-badge{width:30px!important;height:30px!important;flex:none;border-radius:50%!important;display:inline-grid!important;place-items:center;background:var(--gtKnotBg)!important;border:2px solid var(--gtGold)!important;color:var(--gtKnotInk)!important;font:700 12px/1 Inter,sans-serif!important;box-shadow:0 0 8px var(--gtGoldGlow)!important}html body [data-enwfaq] details[open] .ael-badge.ael-badge.ael-badge.ael-badge.ael-badge.ael-badge.ael-badge.ael-badge,html body [data-enwfaq] .fq-item:has(.fq-a.open) .fq-badge.fq-badge.fq-badge.fq-badge.fq-badge.fq-badge.fq-badge.fq-badge,html body [data-enwfaq] .fq-item.open .fq-badge.fq-badge.fq-badge.fq-badge.fq-badge.fq-badge.fq-badge.fq-badge{background:var(--gtGold)!important;color:var(--gtKnotOnInk)!important}html body [data-enwfaq] details>*:not(summary),html body [data-enwfaq] .fq-a,html body [data-enwfaq] .item .a,html body [data-enwfaq] .faq-a,html body [data-enwfaq] .faq-answer,html body [data-enwfaq] .enw-faq-a,html body [data-enwfaq] .enw-faq-answer,html body [data-enwfaq] .ael-a{color:var(--gtAns)!important;font-family:Inter,system-ui,sans-serif!important;font-size:16px!important;line-height:1.7!important;font-weight:400!important}html body [data-enwfaq] details>*:not(summary):not(.rev),html body [data-enwfaq] .fq-a,html body [data-enwfaq] .item .a,html body [data-enwfaq] .faq-a,html body [data-enwfaq] .faq-answer,html body [data-enwfaq] .enw-faq-a,html body [data-enwfaq] .ael-a{margin:0 18px 16px!important;padding:13px 15px!important;border-radius:10px!important;background:var(--gtAnsBg)!important;border:1px solid var(--gtAnsBd)!important;border-left:3px solid var(--gtGold)!important}html body [data-enwfaq] .faq-a{margin:0!important;border-radius:0 0 10px 10px!important}html body [data-enwfaq] details>*:not(summary) p,html body [data-enwfaq] details>*:not(summary) li,html body [data-enwfaq] details>*:not(summary) span,html body [data-enwfaq] details>*:not(summary) strong,html body [data-enwfaq] details>*:not(summary) em,html body [data-enwfaq] details>*:not(summary) div{color:inherit!important}html body [data-enwfaq] details>*:not(summary),html body [data-enwfaq] .fq-a,html body [data-enwfaq] .item .a,html body [data-enwfaq] .faq-a,html body [data-enwfaq] .faq-answer{overflow-wrap:break-word;word-break:break-word}html body [data-enwfaq=d] details>*:not(summary) a,html body [data-enwfaq=d] .fq-a a,html body [data-enwfaq=d] .item .a a,html body [data-enwfaq=d] .faq-a a,html body [data-enwfaq=d] .faq-answer a{color:#c9d4e8!important;text-decoration:underline;text-decoration-color:#c9970099;text-underline-offset:3px}html body [data-enwfaq] details>*:not(summary) p{margin:0 0 6px}html body [data-enwfaq] details>*:not(summary) p:last-child{margin-bottom:0}html body [data-enwfaq]>.faq-q,html body [data-enwfaq] .faq-q{counter-increment:enwgt;border-radius:14px 14px 0 0!important;background:var(--gtCard)!important;-webkit-backdrop-filter:blur(18px) saturate(160%);backdrop-filter:blur(18px) saturate(160%);border:1px solid var(--gtCardBd)!important;border-bottom:0!important;margin-top:12px!important}html body [data-enwfaq] .faq-a{background:var(--gtCard)!important;-webkit-backdrop-filter:blur(18px) saturate(160%);backdrop-filter:blur(18px) saturate(160%);border:1px solid var(--gtCardBd)!important;border-top:0!important;border-radius:0 0 14px 14px!important}html body [data-enwfaq] .faq-item .faq-q{counter-increment:none;background:transparent!important;border:0!important;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:0!important;margin-top:0!important}html body [data-enwfaq] .faq-item .faq-a{-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--gtAnsBg)!important;border:1px solid var(--gtAnsBd)!important;border-left:3px solid var(--gtGold)!important;border-radius:10px!important;margin:0 18px 16px!important}@media(max-width:640px){html body [data-enwfaq]{padding-left:46px!important;background-position:16px 26px,0 0}html body [data-enwfaq] details:before,html body [data-enwfaq] .fq-item:before,html body [data-enwfaq] .item:before,html body [data-enwfaq] .faq-item:before,html body [data-enwfaq] .enw-faq-item:before,html body [data-enwfaq] .ael-faq:before{left:-36px}html body [data-enwfaq] summary,html body [data-enwfaq] .fq-q,html body [data-enwfaq] .item .q,html body [data-enwfaq] .faq-q,html body [data-enwfaq] .faq-question,html body [data-enwfaq] .enw-faq-q,html body [data-enwfaq] .ael-q{font-size:17px!important;padding:15px 46px 15px 15px!important}html body [data-enwfaq] details>*:not(summary),html body [data-enwfaq] .fq-a,html body [data-enwfaq] .item .a,html body [data-enwfaq] .faq-answer,html body [data-enwfaq] .enw-faq-a{font-size:15.5px!important}}@media(max-width:380px){html body [data-enwfaq] summary,html body [data-enwfaq] .fq-q,html body [data-enwfaq] .item .q,html body [data-enwfaq] .faq-q,html body [data-enwfaq] .faq-question,html body [data-enwfaq] .enw-faq-q,html body [data-enwfaq] .ael-q{font-size:16.5px!important;gap:10px}html body [data-enwfaq] details>*:not(summary),html body [data-enwfaq] .fq-a,html body [data-enwfaq] .item .a,html body [data-enwfaq] .faq-answer,html body [data-enwfaq] .enw-faq-a{font-size:15px!important}}[data-enwfaq],.enw-faq{overflow:clip!important}

@media(max-width:640px){.elementor-element-51220138{padding-top:0!important;padding-bottom:0!important}}.enwyf-rail{position:fixed;z-index:60;left:max(14px,calc(50vw - 690px));top:50%;transform:translateY(-50%);padding-left:18px;opacity:0;pointer-events:none;transition:opacity .35s ease}.enwyf-rail.on{opacity:1;pointer-events:auto}.enwyf-rail:before{content:"";position:absolute;left:6px;top:6px;bottom:6px;width:2px;border-radius:2px;background:var(--hairline, #E5E6EA)}.enwyf-rail .enwyf-fill{position:absolute;left:6px;top:6px;width:2px;height:0;border-radius:2px;background:linear-gradient(180deg,var(--gold, #C99700),var(--gold-light, #E1B447));box-shadow:0 0 8px #c997008c;transition:height .25s ease}.enwyf-rail a{display:block;position:relative;font:500 12.5px/1.3 Inter,system-ui,sans-serif;color:var(--ink-soft, #5A6375);text-decoration:none;padding:6px 0 6px 10px;white-space:nowrap}.enwyf-rail a:before{content:"";position:absolute;left:-16px;top:50%;width:9px;height:9px;margin-top:-4.5px;box-sizing:border-box;border-radius:50%;border:2px solid var(--hairline, #E5E6EA);background:var(--surface, #FFFFFF)}.enwyf-rail a.done{color:var(--navy, #1A3465)}.enwyf-rail a.done:before{border-color:var(--gold, #C99700);background:var(--gold, #C99700)}.enwyf-rail a.here{color:var(--navy, #1A3465);font-weight:700}.enwyf-rail a.here:before{border-color:var(--gold, #C99700);background:var(--surface, #FFFFFF);box-shadow:0 0 7px #c9970099}@media(max-width:1250px){.enwyf-rail{display:none}}.enwyf-chips{position:fixed;left:0;right:0;top:0;z-index:70;display:flex;gap:8px;overflow-x:auto;padding:9px 12px;background:#fcfaf5f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--hairline, #E5E6EA);transform:translateY(-110%);transition:transform .3s ease;scrollbar-width:none}.enwyf-chips::-webkit-scrollbar{display:none}.enwyf-chips.on{transform:none}.enwyf-chips a{flex:none;font:600 12.5px/1 Inter,system-ui,sans-serif;color:var(--navy, #1A3465);text-decoration:none;border:1px solid var(--hairline, #E5E6EA);border-radius:6px;padding:13px 14px;background:var(--surface, #FFFFFF)}.enwyf-chips a.here{border-color:var(--gold, #C99700);background:#c997001f}@media(min-width:1250px){.enwyf-chips{display:none}}.enwyf-dg{width:44px;height:44px;flex:none}.enwyf-dg svg{width:100%;height:100%;display:block}.enwyf-specs{grid-column:1 / -1;display:grid;gap:6px;margin-top:4px}.enwyf-spec{display:grid;grid-template-columns:76px 1fr;align-items:center;gap:8px;font:600 10.5px/1 Inter,system-ui,sans-serif;letter-spacing:.06em;color:var(--ink-soft, #5A6375);text-transform:uppercase}.enwyf-spec i{height:5px;border-radius:3px;background:#c9970024;position:relative;font-style:normal}.enwyf-spec i:after{content:"";position:absolute;inset:0;width:var(--v);border-radius:3px;background:linear-gradient(90deg,var(--gold-light, #E1B447),var(--gold, #C99700))}:root{--enwll-e1: 0 1px 2px rgba(26,52,101,.1), 0 2px 2px rgba(26,52,101,.055), 0 4px 4px rgba(26,52,101,.052), 0 8px 8px rgba(26,52,101,.048), 0 16px 16px rgba(26,52,101,.042);--enwll-e2: 0 1px 2px rgba(26,52,101,.12), 0 4px 4px rgba(26,52,101,.065), 0 8px 8px rgba(26,52,101,.06), 0 16px 16px rgba(26,52,101,.052), 0 32px 32px rgba(26,52,101,.046);--enwll-e3: 0 2px 4px rgba(26,52,101,.12), 0 12px 24px rgba(26,52,101,.1), 0 32px 64px rgba(26,52,101,.13)}html body [class*=-card]:not([class*=-cards]):not([class*=card-row]):not([class*=card-title]):not([class*=card-icon]):not([class*=card-body]):not([class*=cky-]):not([data-enwfaq]):not([data-enwfaq] *),html body .elementor-post__card{box-shadow:var(--enwll-e1);transition:transform .28s cubic-bezier(.2,.7,.3,1),box-shadow .28s ease}@media(hover:hover){html body [class*=-card]:not([class*=-cards]):not([class*=card-row]):not([class*=card-title]):not([class*=card-icon]):not([class*=card-body]):not([class*=cky-]):not([data-enwfaq]):not([data-enwfaq] *):hover,html body .elementor-post__card:hover{transform:translateY(-3px);box-shadow:var(--enwll-e2)}}@media(hover:hover){html body :is(a,button)[class*=btn]:not([class*=cky-]):not([class*=carousel]):not([class*=slider]):not([class*=accordion]):not([class*=btn-row]):not([class*=btn-group]):not([class*=btns]):not([class*=faq]):not(.nav-btn):not(.count-btn):not(.elementor-item),html body .enwui-on-gold{transition:transform .22s cubic-bezier(.34,1.4,.64,1),box-shadow .22s ease}html body :is(a,button)[class*=btn]:not([class*=cky-]):not([class*=carousel]):not([class*=slider]):not([class*=accordion]):not([class*=btn-row]):not([class*=btn-group]):not([class*=btns]):not([class*=faq]):not(.nav-btn):not(.count-btn):not(.elementor-item):hover,html body .enwui-on-gold:hover{transform:translateY(-2px);box-shadow:0 8px 20px #c997004d}html body :is(a,button)[class*=btn]:not([class*=cky-]):not([class*=carousel]):not([class*=slider]):not([class*=accordion]):not([class*=btn-row]):not([class*=btn-group]):not([class*=btns]):not([class*=faq]):not(.nav-btn):not(.count-btn):not(.elementor-item):active,html body .enwui-on-gold:active{transform:translateY(0) scale(.985)}}html body .enwrv{opacity:.01;transform:translateY(22px);transition:opacity .6s ease,transform .6s cubic-bezier(.2,.7,.3,1);will-change:opacity,transform}html body .enwrv-in{opacity:1;transform:none;will-change:auto}@media(prefers-reduced-motion:reduce){html body [class*=-card],html body .elementor-post__card,html body [class*=btn],html body .enwui-on-gold,html body .enwrv{transition:none!important;transform:none!important}html body .enwrv{opacity:1!important}}html body .eyebrow:before,html body [class*=eyebrow]:before,html body [class*=kicker]:before,html body [data-enwlb]:before{display:none!important}.enwyf-chips{overscroll-behavior-x:contain!important;scrollbar-width:none}.enwyf-chips{touch-action:pan-y!important}html body .section.reveal{opacity:1!important;transform:none!important}html body .elementor-nav-menu--dropdown a,html body .sub-menu a{color:var(--ink-body, #2A2F36)}html body img.wpml-ls-flag{width:18px;height:12px}.enw-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important}

