

:root{
  --bg:#F4F3F8;
  --surface:#FFFFFF;
  --text:#1B1B28;
  --muted:#5F5E75;
  --accent:#4438A8;
  --accent2:#B9A8D8;

  --run-a:#F4F3F8;
  --run-b:#FBFAFD;
  --run-c:#ECE9F3;

  --accent-wash:rgba(68,56,168,.06);
  --accent-line:rgba(68,56,168,.18);
  --hair:rgba(27,27,40,.10);

  --card-shadow:0 4px 24px rgba(0,0,0,.08);
  --radius:20px;
  --pad:clamp(56px,8vw,88px);
  --container:1240px;

  --site-bg:#F4F3F8;
  --site-surface:#FFFFFF;
  --site-text:#1B1B28;
  --site-muted:#5F5E75;
  --site-accent:#4438A8}

*,*::before,*::after{box-sizing:border-box}

html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:"Nunito Sans",system-ui,sans-serif;
  font-weight:400;
  font-size:clamp(16px,1.05vw,17px);
  line-height:1.68;
  overflow-x:hidden}

img{max-width:100%}

h1,h2,h3,h4{
  font-family:"Bitter",Georgia,serif;
  color:var(--text);
  line-height:1.14;
  font-weight:700;
  margin:0 0 .5em;
  letter-spacing:-.01em}
h1{font-size:clamp(2.1rem,4.6vw,3.5rem)}
h2{font-size:clamp(1.7rem,3.2vw,2.5rem)}
h3{font-size:clamp(1.2rem,1.8vw,1.45rem)}
p{margin:0 0 1.1em;max-width:70ch}

a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}

:focus-visible{
  outline:3px solid var(--accent);
  outline-offset:2px;
  border-radius:4px}

.egc-container{
  width:100%;
  max-width:var(--container);
  margin-inline:auto;
  padding-inline:24px}
.egc-section{padding-block:var(--pad)}
.egc-run--a{background:var(--run-a)}
.egc-run--b{background:var(--run-b)}
.egc-run--c{background:var(--run-c)}

.egc-lede{
  color:var(--muted);
  font-size:clamp(1.05rem,1.4vw,1.25rem);
  max-width:60ch}
.egc-kicker{
  display:inline-block;
  font-family:"Bitter",serif;
  font-weight:600;
  font-size:.8rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--accent);
  margin-bottom:.9rem}
.egc-head{max-width:56ch;margin-bottom:clamp(2rem,4vw,3.4rem)}

.egc-facet{
  position:relative;
  height:1px;
  background:var(--accent-line);
  margin-block:clamp(2rem,5vw,4rem);
  max-width:var(--container);
  margin-inline:auto}
.egc-facet::before{
  content:"";
  position:absolute;
  left:50%;top:50%;
  width:12px;height:12px;
  transform:translate(-50%,-50%) rotate(45deg);
  border:1px solid var(--accent);
  background:var(--surface)}

.pressable-wgx{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.55em;
  font-family:"Nunito Sans",sans-serif;
  font-weight:700;
  font-size:1rem;
  line-height:1;
  padding:.95em 1.7em;
  border-radius:999px;
  border:1.5px solid transparent;
  cursor:pointer;
  transition:transform .15s ease,box-shadow .2s ease,background .2s ease,color .2s ease;
  text-decoration:none;
  white-space:nowrap}
.pressable-wgx:hover{text-decoration:none;transform:translateY(-2px)}
.pressable-wgx:focus-visible{outline:3px solid var(--accent);outline-offset:3px}
.pressable-wgx:disabled{opacity:.5;cursor:not-allowed;transform:none}
.pressable-wgx--primary{background:var(--accent);color:#fff}
.pressable-wgx--primary:hover{background:#372c8c;box-shadow:0 8px 22px rgba(68,56,168,.28)}
.pressable-wgx--ghost{background:transparent;color:var(--accent);border-color:var(--accent-line)}
.pressable-wgx--ghost:hover{background:var(--accent-wash);border-color:var(--accent)}

.field-916{
  width:100%;
  font-family:"Nunito Sans",sans-serif;
  font-size:1rem;
  color:var(--text);
  background:var(--surface);
  border:1.5px solid var(--hair);
  border-radius:14px;
  padding:.85em 1em;
  min-height:52px;
  transition:border-color .18s ease,box-shadow .18s ease}
textarea.field-916{min-height:140px;resize:vertical}
.field-916::placeholder{color:var(--muted);opacity:.7}
.field-916:focus-visible{
  outline:none;
  border-color:var(--accent);
  box-shadow:0 0 0 4px var(--accent-wash)}
.field-916--error,.field-916:user-invalid{border-color:#8a2f4b}
.egc-label{
  display:block;
  font-weight:700;
  font-size:.9rem;
  margin-bottom:.4rem;
  color:var(--text)}
.egc-field-row{margin-bottom:1.1rem}
.egc-form-error{color:#8a2f4b;font-size:.85rem;margin-top:.35rem}

.tile-jqu{
  background:var(--surface);
  border-radius:var(--radius);
  box-shadow:var(--card-shadow);
  padding:clamp(1.6rem,3vw,2.4rem)}
.badge-zau{
  display:inline-flex;
  align-items:center;
  gap:.4em;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.04em;
  color:var(--accent);
  background:var(--accent-wash);
  border:1px solid var(--accent-line);
  border-radius:999px;
  padding:.35em .85em}

.egc-mast{
  position:sticky;
  top:0;
  z-index:60;
  background:var(--bg);
  transition:box-shadow .25s ease,background .25s ease}
.egc-mast.is-scrolled{
  background:rgba(244,243,248,.94);
  backdrop-filter:blur(10px);
  box-shadow:0 2px 16px rgba(27,27,40,.07)}
.egc-mast--inner{
  height:76px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:1rem}
.egc-mast--nav{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:clamp(1rem,2vw,1.9rem);
  min-width:0}
.egc-mast--link{
  color:var(--text);
  font-weight:600;
  font-size:.96rem;
  letter-spacing:-.005em}
.egc-mast--link:hover{color:var(--accent);text-decoration:none}
.egc-mast--mark{
  display:inline-flex;
  align-items:baseline;
  gap:.5em;
  justify-self:center}
.egc-mast--mark:hover{text-decoration:none}
.egc-mast--icon{width:30px;height:30px;align-self:center}
.egc-mast--word{
  font-family:"Bitter",serif;
  font-weight:700;
  font-size:1.28rem;
  color:var(--text);
  white-space:nowrap}
.egc-mast--tail{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-end;
  gap:1.2rem;
  min-width:0}
.egc-mast--phone{
  font-weight:700;
  color:var(--text);
  white-space:nowrap}
.egc-mast--phone:hover{color:var(--accent);text-decoration:none}
.egc-mast--burger{
  display:none;
  width:46px;height:46px;
  border:1.5px solid var(--hair);
  border-radius:12px;
  background:var(--surface);
  color:var(--text);
  font-size:1.2rem;
  cursor:pointer;
  align-items:center;
  justify-content:center}

.egc-drawer{
  position:fixed;
  top:0;right:0;
  width:min(340px,84vw);
  height:100%;
  background:var(--surface);
  box-shadow:-8px 0 40px rgba(27,27,40,.18);
  transform:translateX(102%);
  transition:transform .32s cubic-bezier(.4,0,.2,1);
  z-index:90;
  padding:28px 26px;
  display:flex;
  flex-direction:column;
  gap:.4rem;
  overflow-y:auto}
.egc-drawer.is-open{transform:translateX(0)}
.egc-drawer--top{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  margin-bottom:1rem}
.egc-drawer--close{
  width:44px;height:44px;
  border:none;background:var(--accent-wash);
  border-radius:12px;color:var(--accent);
  font-size:1.3rem;cursor:pointer}
.egc-drawer .egc-mast--link{
  padding:.7rem 0;
  border-bottom:1px solid var(--hair);
  font-size:1.05rem}
.egc-backdrop{
  position:fixed;inset:0;
  background:rgba(27,27,40,.42);
  opacity:0;visibility:hidden;
  transition:opacity .3s ease;
  z-index:80}
.egc-backdrop.is-open{opacity:1;visibility:visible}

.egc-hero{overflow:hidden}
.egc-hero--grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:clamp(2rem,4vw,4rem)}
.egc-hero--panel{min-width:0;padding-block:clamp(1rem,3vw,2rem)}
.egc-hero--title{margin-bottom:.6rem}
.egc-hero--form{
  margin-top:1.8rem;
  background:var(--surface);
  border-radius:var(--radius);
  box-shadow:var(--card-shadow);
  padding:clamp(1.4rem,2.6vw,2rem)}
.egc-hero--form-row{
  display:flex;
  flex-wrap:wrap;
  gap:.8rem}
.egc-hero--form-row .field-916{flex:1 1 200px;min-width:0}
.egc-hero--figure{
  min-width:0;
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--card-shadow);
  aspect-ratio:4/5;
  position:relative}
.egc-hero--figure::after{
  
  content:"";
  position:absolute;
  top:22px;right:-40px;
  width:120px;height:1px;
  background:rgba(255,255,255,.5);
  transform:rotate(45deg)}
.egc-hero--figure img{display:block;width:100%;height:100%;object-fit:cover}

.egc-phero{padding-block:clamp(3rem,6vw,5.5rem)}

.egc-phero--band{background:var(--run-c)}

.egc-phero--compact{text-align:center}
.egc-phero--compact .egc-lede{margin-inline:auto}
.egc-phero--compact .egc-head{margin-inline:auto}

.egc-phero--split{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:clamp(2rem,4vw,3.5rem);
  align-items:center}
.egc-phero--split > div{min-width:0}
.egc-phero--figure{
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--card-shadow);
  aspect-ratio:5/4}
.egc-phero--figure img{display:block;width:100%;height:100%;object-fit:cover}

.egc-svc--row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:clamp(2rem,4vw,3.5rem);
  align-items:center;
  padding-block:clamp(2rem,4vw,3rem)}
.egc-svc--row + .egc-svc--row{border-top:1px solid var(--hair)}
.egc-svc--row:nth-child(even) .egc-svc--media{order:-1}
.egc-svc--text{min-width:0}
.egc-svc--media{
  min-width:0;
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--card-shadow);
  aspect-ratio:16/11}
.egc-svc--media img{display:block;width:100%;height:100%;object-fit:cover}

.egc-svcnum{display:grid;gap:1.2rem}
.egc-svcnum--item{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:clamp(1rem,2.5vw,2rem);
  align-items:start;
  padding:clamp(1.4rem,2.6vw,2rem)}
.egc-svcnum--no{
  font-family:"Bitter",serif;
  font-weight:700;
  font-size:clamp(2.4rem,4vw,3.4rem);
  color:var(--accent2);
  line-height:1}
.egc-svcnum--body{min-width:0}

.egc-quote--grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:1.6rem}
.egc-quote--card{display:flex;flex-direction:column;gap:1rem}
.egc-quote--mark{
  font-family:"Bitter",serif;
  font-size:2.6rem;
  line-height:.6;
  color:var(--accent2)}
.egc-quote--words{font-size:1.08rem;margin:0}
.egc-quote--by{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:.8rem;
  margin-top:auto}
.egc-quote--avatar{
  width:48px;height:48px;
  border-radius:50%;
  overflow:hidden;flex:0 0 auto}
.egc-quote--avatar img{display:block;width:100%;height:100%;object-fit:cover}
.egc-quote--name{font-weight:700;font-size:.95rem}
.egc-quote--role{color:var(--muted);font-size:.85rem}

.egc-quote--solo{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:clamp(2rem,4vw,3.5rem);
  align-items:center}
.egc-quote--solo > div{min-width:0}
.egc-quote--solo-figure{
  border-radius:var(--radius);
  overflow:hidden;box-shadow:var(--card-shadow);
  aspect-ratio:4/5}
.egc-quote--solo-figure img{display:block;width:100%;height:100%;object-fit:cover}
.egc-quote--solo-words{
  font-family:"Bitter",serif;
  font-weight:600;
  font-size:clamp(1.35rem,2.6vw,1.9rem);
  line-height:1.35}

.egc-act--grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1.6rem;
  counter-reset:act}
.egc-act--step{position:relative;counter-increment:act}
.egc-act--step::before{
  content:"0" counter(act);
  font-family:"Bitter",serif;
  font-weight:700;
  font-size:1rem;
  color:var(--accent);
  display:block;
  margin-bottom:.7rem}
.egc-act--tag{
  font-family:"Bitter",serif;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-size:.82rem;
  color:var(--muted);
  margin-bottom:.4rem}

.egc-fig{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:clamp(2rem,5vw,4rem);
  align-items:center}
.egc-fig > div{min-width:0}
.egc-fig--number{
  font-family:"Bitter",serif;
  font-weight:700;
  font-size:clamp(4rem,11vw,8rem);
  line-height:.9;
  color:var(--accent);
  letter-spacing:-.03em}
.egc-fig--unit{color:var(--accent2);font-size:.5em}
.egc-fig--caption{color:var(--muted);font-weight:700;margin-top:.4rem}

.egc-team--grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:1.6rem}
.egc-team--card{padding:0;overflow:hidden}
.egc-team--photo{aspect-ratio:4/5}
.egc-team--photo img{display:block;width:100%;height:100%;object-fit:cover}
.egc-team--info{padding:1.3rem 1.4rem 1.6rem}
.egc-team--name{margin-bottom:.15rem;font-size:1.15rem}
.egc-team--role{color:var(--accent);font-weight:700;font-size:.9rem}

.egc-check--stack{display:grid;gap:.9rem;max-width:60ch}
.egc-check--item{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:.9rem;
  padding:1rem 1.3rem;
  cursor:pointer}
.egc-check--item input{
  width:22px;height:22px;
  accent-color:var(--accent);
  margin-top:2px;flex:0 0 auto}
.egc-check--item span{min-width:0}
.egc-check--verdict{
  margin-top:1.6rem;
  border-left:4px solid var(--accent)}
.egc-check--score{
  font-family:"Bitter",serif;
  font-weight:700;
  font-size:clamp(2.6rem,5vw,3.6rem);
  color:var(--accent);
  line-height:1}

.egc-check--twocol{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:clamp(2rem,4vw,3rem);
  align-items:start}
.egc-check--twocol > div{min-width:0}
.egc-check--panel{position:sticky;top:96px}

.egc-faq--list{display:grid;gap:.9rem;max-width:820px}
.egc-faq--item{
  background:var(--surface);
  border-radius:16px;
  box-shadow:var(--card-shadow);
  overflow:hidden}
.egc-faq--q{
  width:100%;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  gap:1rem;
  text-align:left;
  background:none;border:none;cursor:pointer;
  padding:1.25rem 1.5rem;
  font-family:"Bitter",serif;
  font-weight:600;
  font-size:1.06rem;
  color:var(--text)}
.egc-faq--q .egc-faq--sign{
  flex:0 0 auto;
  color:var(--accent);
  font-size:1.4rem;
  transition:transform .3s ease}
.egc-faq--item.is-open .egc-faq--sign{transform:rotate(45deg)}
.egc-faq--a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.egc-faq--item.is-open .egc-faq--a{max-height:640px}
.egc-faq--a p{padding:0 1.5rem 1.4rem;margin:0}

.egc-faq--twocol{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:1rem 1.6rem;
  max-width:none}

.egc-sector--list{display:grid;gap:0}
.egc-sector--row{
  display:grid;
  grid-template-columns:minmax(180px,.7fr) 1.3fr;
  gap:clamp(1rem,3vw,2.5rem);
  padding:1.5rem 0;
  border-top:1px solid var(--hair);
  align-items:baseline}
.egc-sector--row:last-child{border-bottom:1px solid var(--hair)}
.egc-sector--name{
  font-family:"Bitter",serif;
  font-weight:700;
  font-size:1.2rem}
.egc-sector--row p{min-width:0;margin:0;color:var(--muted)}

.egc-sector--cards{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:1.6rem}
.egc-sector--card{padding:0;overflow:hidden;display:flex;flex-direction:column}
.egc-sector--card-photo{aspect-ratio:16/10}
.egc-sector--card-photo img{display:block;width:100%;height:100%;object-fit:cover}
.egc-sector--card-body{padding:1.5rem 1.6rem 1.8rem}

.egc-cta--band{
  background:var(--accent);
  color:#fff;
  border-radius:var(--radius);
  padding:clamp(2.4rem,5vw,3.6rem);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:1.6rem}
.egc-cta--band h2{color:#fff;margin:0}
.egc-cta--band p{color:rgba(255,255,255,.82);margin:.5rem 0 0;max-width:52ch}
.egc-cta--band .pressable-wgx--primary{background:#fff;color:var(--accent)}
.egc-cta--band .pressable-wgx--primary:hover{background:var(--accent2);color:var(--text)}

.egc-cta--card{
  text-align:center;
  max-width:640px;
  margin-inline:auto}
.egc-cta--card .pressable-wgx{margin-top:1rem}

.egc-cta--split{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:clamp(2rem,4vw,3rem);
  align-items:center;
  background:var(--surface);
  border-radius:var(--radius);
  box-shadow:var(--card-shadow);
  padding:clamp(2rem,4vw,3rem)}
.egc-cta--split > div{min-width:0}
.egc-cta--contact li{
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:.7rem;
  align-items:center;
  padding:.5rem 0}
.egc-cta--contact ul{padding:0;margin:0}
.egc-cta--contact i{color:var(--accent);width:22px}

.egc-area--grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:clamp(2rem,4vw,3.5rem);
  align-items:start}
.egc-area--grid > div{min-width:0}
.egc-area--table{
  width:100%;
  border-collapse:collapse;
  background:var(--surface);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--card-shadow)}
.egc-area--table th,.egc-area--table td{
  text-align:left;
  padding:.85rem 1.2rem;
  border-bottom:1px solid var(--hair)}
.egc-area--table th{
  font-family:"Bitter",serif;
  background:var(--run-c);
  font-size:.85rem;
  letter-spacing:.04em}
.egc-area--table tr:last-child td{border-bottom:none}
.egc-area--radius{
  font-family:"Bitter",serif;
  font-weight:700;
  font-size:clamp(2.2rem,4vw,3rem);
  color:var(--accent)}

.egc-avoid--grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1.6rem}
.egc-avoid--col{padding:clamp(1.6rem,3vw,2.4rem)}
.egc-avoid--col h3{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem}
.egc-avoid--do{border-top:4px solid var(--accent)}
.egc-avoid--dont{border-top:4px solid var(--accent2)}
.egc-avoid--list{list-style:none;padding:0;margin:0;display:grid;gap:.8rem}
.egc-avoid--list li{display:flex;flex-wrap:wrap;gap:.7rem;align-items:flex-start}
.egc-avoid--list i{flex:0 0 auto;margin-top:4px}
.egc-avoid--do i{color:var(--accent)}
.egc-avoid--dont i{color:var(--muted)}

.egc-contact--grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:clamp(2rem,4vw,3.5rem);
  align-items:start}
.egc-contact--grid > div{min-width:0}
.egc-contact--form .egc-hero--form-row{margin-bottom:1.1rem}
.egc-contact--info li{
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:.9rem;
  padding:.9rem 0;
  border-bottom:1px solid var(--hair)}
.egc-contact--info ul{padding:0;margin:0}
.egc-contact--info i{color:var(--accent);width:24px;flex:0 0 auto;margin-top:3px}
.egc-contact--info a{color:var(--text);font-weight:600}
.egc-contact--info span{color:var(--muted);display:block;font-size:.82rem;font-weight:400}

.egc-legal{padding-block:clamp(3rem,6vw,5rem)}
.egc-legal--body{max-width:760px}
.egc-legal--body h2{margin-top:2.4rem}
.egc-legal--body h3{margin-top:1.6rem}
.egc-legal--body p,.egc-legal--body li{color:var(--text)}
.egc-legal--body dl{display:grid;grid-template-columns:auto 1fr;gap:.4rem 1.4rem}
.egc-legal--body dt{font-weight:700}

.egc-close{
  position:relative;
  z-index:2;
  margin-bottom:-106px}
.egc-close--inner{
  min-height:320px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:1rem}
.egc-close--inner h2{}
.egc-close--inner p{max-width:54ch;color:var(--muted)}

.egc-foot{
  background:var(--run-c);
  padding-top:150px}
.egc-foot--inner{
  min-height:120px;
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:clamp(1.5rem,4vw,3rem);
  padding-bottom:2rem}
.egc-foot--brand{min-width:0}
.egc-foot--word{
  display:inline-flex;align-items:baseline;gap:.5em;margin-bottom:.8rem}
.egc-foot--word span{
  font-family:"Bitter",serif;font-weight:700;font-size:1.3rem;color:var(--text)}
.egc-foot--word img{width:26px;height:26px;align-self:center}
.egc-foot--blurb{color:var(--muted);font-size:.95rem}
.egc-foot--cols{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1.5rem;
  min-width:0}
.egc-foot--h{
  font-family:"Bitter",serif;font-weight:700;font-size:.9rem;
  letter-spacing:.05em;text-transform:uppercase;margin-bottom:.8rem;color:var(--text)}
.egc-foot--nav{display:flex;flex-direction:column;gap:.55rem}
.egc-foot--nav a{color:var(--muted);font-size:.95rem}
.egc-foot--nav a:hover{color:var(--accent)}
.egc-foot--contact{color:var(--muted);font-size:.95rem;display:grid;gap:.5rem}
.egc-foot--contact a{color:var(--muted)}
.egc-foot--contact a:hover{color:var(--accent)}
.egc-foot--base{
  border-top:1px solid var(--hair);
  padding-block:1.3rem;
  display:flex;
  flex-wrap:wrap;
  gap:.6rem 1.4rem;
  justify-content:space-between;
  align-items:center;
  color:var(--muted);
  font-size:.85rem}
.egc-foot--legal{display:flex;flex-wrap:wrap;gap:.5rem 1.2rem}
.egc-foot--legal a{color:var(--muted)}

#quick-actions-ajy{
  position:fixed;
  right:22px;bottom:22px;
  z-index:70}
#gotop-6rl{
  width:50px;height:50px;
  border-radius:50%;
  border:none;
  background:var(--accent);
  color:#fff;
  font-size:1.1rem;
  cursor:pointer;
  box-shadow:0 6px 20px rgba(68,56,168,.32);
  opacity:0;visibility:hidden;
  transform:translateY(12px);
  transition:opacity .25s ease,transform .25s ease,background .2s ease}
#gotop-6rl.is-visible{opacity:1;visibility:visible;transform:none}
#gotop-6rl:hover{background:#372c8c}

.reel-ktr{padding-bottom:3rem!important}
.reel-ktr .swiper-slide{height:auto}
.swiper-pagination-bullet{background:var(--accent2);opacity:.5}
.swiper-pagination-bullet-active{background:var(--accent);opacity:1}
.swiper-button-prev,.swiper-button-next{
  color:var(--accent);
  width:44px;height:44px;
  background:var(--surface);
  border-radius:50%;
  box-shadow:var(--card-shadow)}
.swiper-button-prev:after,.swiper-button-next:after{font-size:1.1rem;font-weight:700}

.site-modal,.lightbox-3u9{
  position:fixed;
  inset:0;
  z-index:120;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(27,27,40,.5);
  backdrop-filter:blur(4px)}
.site-modal.is-open,.lightbox-3u9.is-open{display:flex}
.lightbox-3u9 > .egc-modal--dialog,
.site-modal > .egc-modal--dialog{
  background:var(--surface);
  border-radius:var(--radius);
  box-shadow:0 24px 60px rgba(27,27,40,.3);
  max-width:520px;width:100%;
  padding:clamp(1.8rem,4vw,2.6rem);
  text-align:center;
  position:relative}
.egc-modal--close{
  position:absolute;top:14px;right:14px;
  width:40px;height:40px;border:none;
  background:var(--accent-wash);color:var(--accent);
  border-radius:10px;font-size:1.2rem;cursor:pointer}
.egc-modal--icon{
  width:64px;height:64px;
  margin:0 auto 1rem;
  border-radius:50%;
  background:var(--accent-wash);
  color:var(--accent);
  display:flex;align-items:center;justify-content:center;
  font-size:1.6rem}

[data-aos]{will-change:transform,opacity}

@media (max-width:960px){
  .egc-hero--grid,
  .egc-phero--split,
  .egc-svc--row,
  .egc-quote--solo,
  .egc-fig,
  .egc-check--twocol,
  .egc-area--grid,
  .egc-contact--grid,
  .egc-cta--split,
  .egc-foot--inner{grid-template-columns:1fr}
  .egc-svc--row:nth-child(even) .egc-svc--media{order:0}
  .egc-act--grid{grid-template-columns:1fr}
  .egc-avoid--grid{grid-template-columns:1fr}
  .egc-check--panel{position:static}
}

@media (max-width:820px){
  .egc-mast--nav{display:none}
  .egc-mast--phone{display:none}
  .egc-mast--inner{grid-template-columns:auto 1fr auto}
  .egc-mast--mark{justify-self:start}
  .egc-mast--burger{display:inline-flex;justify-self:end}
  .egc-mast--tail{justify-content:flex-end}
}

@media (max-width:560px){
  .egc-sector--row{grid-template-columns:1fr}
  .egc-foot--cols{grid-template-columns:1fr}
  .egc-close{margin-bottom:-80px}
  .egc-foot{padding-top:120px}
  .egc-cta--band{flex-direction:column;align-items:flex-start}
}

@media (prefers-reduced-motion:reduce){
  *{animation-duration:.001ms!important;transition-duration:.001ms!important}
}

.privacy-note-p5b-overlay{position:fixed;inset:0;opacity:0;visibility:hidden;transition:.25s;z-index:9998}
.privacy-note-p5b-overlay.is-open{opacity:1;visibility:visible}
.privacy-note-p5b-panel{position:fixed;background:var(--site-surface,#fff);color:var(--site-text,#1a1a1a);
  box-shadow:0 20px 60px rgba(0,0,0,.28);padding:24px;opacity:0;visibility:hidden;transition:.25s;z-index:9999}
.privacy-note-p5b-panel.is-open{opacity:1;visibility:visible}
.privacy-note-p5b-panel h3{margin:0 0 8px;font-size:1.2rem}
.privacy-note-p5b-panel>p{margin:0 0 16px;color:var(--site-muted,#666);font-size:.95rem}
.privacy-note-p5b-cat{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-top:1px solid rgba(128,128,128,.2)}
.privacy-note-p5b-cat h4{margin:0 0 2px;font-size:.98rem}
.privacy-note-p5b-cat p{margin:0;color:var(--site-muted,#777);font-size:.85rem}
.privacy-note-p5b-switch{position:relative;flex:0 0 auto;width:44px;height:24px}
.privacy-note-p5b-switch input{opacity:0;width:0;height:0;position:absolute}
.privacy-note-p5b-switch span{position:absolute;inset:0;background:#c9c9c9;border-radius:999px;transition:.2s;cursor:pointer}
.privacy-note-p5b-switch span::before{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s}
.privacy-note-p5b-switch input:checked+span{background:var(--site-accent,#2b7)}
.privacy-note-p5b-switch input:checked+span::before{transform:translateX(20px)}
.privacy-note-p5b-switch input:disabled+span{opacity:.6;cursor:not-allowed}
.privacy-note-p5b-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.privacy-note-p5b-actions button{flex:1;min-width:140px;padding:11px 16px;border:none;border-radius:10px;font:inherit;font-weight:600;cursor:pointer}
.privacy-note-p5b-actions #privacy-note-p5b-all{background:var(--site-accent,#2b7);color:#fff}
.privacy-note-p5b-actions #privacy-note-p5b-save{background:transparent;color:var(--site-text,#222);border:1px solid rgba(128,128,128,.4)}
.privacy-note-p5b-links{display:flex;gap:16px;margin-top:14px;font-size:.85rem}
.privacy-note-p5b-links a{color:var(--site-accent,#2b7);text-decoration:underline}
.privacy-note-p5b-trigger{position:fixed;left:18px;bottom:18px;width:44px;height:44px;border-radius:50%;border:none;cursor:pointer;
  background:var(--site-surface,#fff);color:var(--site-accent,#2b7);box-shadow:0 6px 18px rgba(0,0,0,.2);z-index:9997;font-size:1.1rem}

.privacy-note-p5b-overlay{background:transparent;pointer-events:none}
.privacy-note-p5b-panel{left:0;right:0;bottom:0;width:100%;border-radius:16px 16px 0 0;transform:translateY(100%)}
.privacy-note-p5b-panel>*{max-width:900px;margin-left:auto;margin-right:auto}
.privacy-note-p5b-panel.is-open{transform:translateY(0)}
@media(max-width:520px){.privacy-note-p5b-actions button{min-width:100%}}
#quick-actions-ajy{left:auto !important;right:18px !important}
@media(max-width:520px){#quick-actions-ajy{right:12px !important}}
html[data-cookie-open] #quick-actions-ajy{bottom:min(46vh,260px) !important}

.thanks-pop-k4v{position:fixed;inset:0;z-index:10000;display:none;align-items:center;justify-content:center;
  padding:20px;background:rgba(8,10,14,.55);backdrop-filter:blur(2px)}
.thanks-pop-k4v.is-open{display:flex}
.thanks-pop-k4v__box{width:min(420px,100%);background:var(--site-surface,#fff);color:var(--site-text,#15181d);
  border-radius:16px;padding:32px 28px;text-align:center;box-shadow:0 24px 60px rgba(0,0,0,.28);
  animation:thanks-pop-k4v-in .22s ease-out}
@keyframes thanks-pop-k4v-in{from{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:none}}
.thanks-pop-k4v__mark{width:56px;height:56px;margin:0 auto 18px;border-radius:50%;display:flex;
  align-items:center;justify-content:center;font-size:26px;line-height:1;
  background:var(--site-accent,#2e7d5b);color:#fff}
.thanks-pop-k4v__title{margin:0 0 10px;font-size:1.35rem;line-height:1.25}
.thanks-pop-k4v__text{margin:0 0 24px;line-height:1.6;color:var(--site-muted,#5b6472)}
.thanks-pop-k4v__close{display:inline-block;cursor:pointer;border:0;border-radius:999px;
  padding:12px 30px;font:inherit;font-weight:600;background:var(--site-accent,#2e7d5b);color:#fff}
.thanks-pop-k4v__close:hover{filter:brightness(1.08)}
.thanks-pop-k4v__close:focus-visible{outline:2px solid var(--site-text,#15181d);outline-offset:3px}
@media(prefers-reduced-motion:reduce){.thanks-pop-k4v__box{animation:none}}

*,*::before,*::after{box-sizing:border-box}
html,body{overflow-x:hidden;overflow-x:clip;max-width:100%}
img,svg,video,iframe,canvas{max-width:100%}
table{max-width:100%}

.simpleParallax{display:block;width:100%;height:100%}
.simpleParallax img{width:100%;height:100%;object-fit:cover}

blockquote, figure { margin-left: 0; margin-right: 0}

figure > blockquote, figure > figcaption { margin-left: 0; margin-right: 0}

html.no-aos [data-aos]{opacity:1 !important;transform:none !important}

@media(prefers-reduced-motion:reduce){
  [data-aos]{opacity:1 !important;transform:none !important;transition:none !important}
}

.legal-doc{max-width:72ch;margin:0 auto;padding:64px 20px;line-height:1.7}
.legal-doc h1{margin:0 0 .6em}
.legal-doc h2{margin:1.8em 0 .5em}
.legal-doc h3{margin:1.4em 0 .4em}
.legal-doc p,.legal-doc li{margin:0 0 .8em}
.legal-doc ul,.legal-doc ol{padding-left:1.4em;margin:0 0 1em}
.legal-doc table{width:100%;border-collapse:collapse;margin:0 0 1.2em}
.legal-doc th,.legal-doc td{border:1px solid currentColor;padding:.5em;text-align:left}

@media (max-width: 720px) {
  body { overflow-x: hidden}
  h1, h2, h3, p, li, td { overflow-wrap: break-word}
  
  input, select, textarea { max-width: 100%; min-width: 0}
  
  img, svg, video, iframe, table { max-width: 100%}
}

#off-canvas-rn8{position:fixed;top:0;right:0;bottom:0;width:min(84vw,360px);padding:72px 28px 28px;background:var(--site-surface,#fff);color:var(--site-text,#111);box-shadow:-12px 0 40px rgba(0,0,0,.18);transform:translateX(100%);visibility:hidden;transition:transform .28s ease,visibility .28s;z-index:9999;overflow-y:auto}
#off-canvas-rn8.is-open{transform:none;visibility:visible}
#off-canvas-rn8 a{display:block;padding:.6em 0;font-size:1.1rem;color:inherit;text-decoration:none}
#backdrop-91p{position:fixed;inset:0;background:rgba(0,0,0,.45);opacity:0;visibility:hidden;transition:.25s;z-index:9998}
#backdrop-91p.is-open{opacity:1;visibility:visible}
#menu-open-jmd{appearance:none;-webkit-appearance:none;background:none;border:0;padding:.4em;color:inherit;font:inherit;cursor:pointer;line-height:1}
#shut-3d9{appearance:none;-webkit-appearance:none;background:none;border:0;padding:.4em;color:inherit;font:inherit;cursor:pointer;line-height:1}

@media (max-width: 720px) {
  
.pressable-wgx,
.badge-zau,
.egc-mast--mark,
.egc-drawer,
.egc-quote--card,
.egc-sector--card,
.egc-close--inner,
.egc-foot--word,
.egc-foot--nav,
.site-modal.is-open,.lightbox-3u9.is-open,
.egc-modal--icon,
.privacy-note-p5b-cat,
.privacy-note-p5b-links,
.thanks-pop-k4v.is-open,
.thanks-pop-k4v__mark { flex-wrap: wrap}
  
.pressable-wgx > *,
.badge-zau > *,
.egc-mast--mark > *,
.egc-drawer > *,
.egc-quote--card > *,
.egc-sector--card > *,
.egc-close--inner > *,
.egc-foot--word > *,
.egc-foot--nav > *,
.site-modal.is-open,.lightbox-3u9.is-open > *,
.egc-modal--icon > *,
.privacy-note-p5b-cat > *,
.privacy-note-p5b-links > *,
.thanks-pop-k4v.is-open > *,
.thanks-pop-k4v__mark > * { min-width: 0}
}

.privacy-note-p5b-overlay{position:fixed;inset:0;opacity:0;visibility:hidden;transition:.25s;z-index:9998;}
.privacy-note-p5b-overlay.is-open{opacity:1;visibility:visible;}
.privacy-note-p5b-panel{position:fixed;background:var(--site-surface,#fff);color:var(--site-text,#1a1a1a);
  box-shadow:0 20px 60px rgba(0,0,0,.28);padding:24px;opacity:0;visibility:hidden;transition:.25s;z-index:9999;}
.privacy-note-p5b-panel.is-open{opacity:1;visibility:visible;}
.privacy-note-p5b-panel h3{margin:0 0 8px;font-size:1.2rem;}
.privacy-note-p5b-panel>p{margin:0 0 16px;color:var(--site-muted,#666);font-size:.95rem;}
.privacy-note-p5b-cat{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-top:1px solid rgba(128,128,128,.2);}
.privacy-note-p5b-cat h4{margin:0 0 2px;font-size:.98rem;}
.privacy-note-p5b-cat p{margin:0;color:var(--site-muted,#777);font-size:.85rem;}
.privacy-note-p5b-switch{position:relative;flex:0 0 auto;width:44px;height:24px;}
.privacy-note-p5b-switch input{opacity:0;width:0;height:0;position:absolute;}
.privacy-note-p5b-switch span{position:absolute;inset:0;background:#c9c9c9;border-radius:999px;transition:.2s;cursor:pointer;}
.privacy-note-p5b-switch span::before{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s;}
.privacy-note-p5b-switch input:checked+span{background:var(--site-accent,#2b7);}
.privacy-note-p5b-switch input:checked+span::before{transform:translateX(20px);}
.privacy-note-p5b-switch input:disabled+span{opacity:.6;cursor:not-allowed;}
.privacy-note-p5b-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;}
.privacy-note-p5b-actions button{flex:1;min-width:140px;padding:11px 16px;border:none;border-radius:10px;font:inherit;font-weight:600;cursor:pointer;}
.privacy-note-p5b-actions #privacy-note-p5b-all{background:var(--site-accent,#2b7);color:#fff;}
.privacy-note-p5b-actions #privacy-note-p5b-save{background:transparent;color:var(--site-text,#222);border:1px solid rgba(128,128,128,.4);}
.privacy-note-p5b-links{display:flex;gap:16px;margin-top:14px;font-size:.85rem;}
.privacy-note-p5b-links a{color:var(--site-accent,#2b7);text-decoration:underline;}
.privacy-note-p5b-trigger{position:fixed;left:18px;bottom:18px;width:44px;height:44px;border-radius:50%;border:none;cursor:pointer;
  background:var(--site-surface,#fff);color:var(--site-accent,#2b7);box-shadow:0 6px 18px rgba(0,0,0,.2);z-index:9997;font-size:1.1rem;}

.privacy-note-p5b-overlay{background:transparent;pointer-events:none;}
.privacy-note-p5b-panel{left:0;right:0;bottom:0;width:100%;border-radius:16px 16px 0 0;transform:translateY(100%);}
.privacy-note-p5b-panel>*{max-width:900px;margin-left:auto;margin-right:auto;}
.privacy-note-p5b-panel.is-open{transform:translateY(0);}
@media(max-width:520px){.privacy-note-p5b-actions button{min-width:100%;}}
#quick-actions-ajy{left:auto !important;right:18px !important;}
@media(max-width:520px){#quick-actions-ajy{right:12px !important;}}
html[data-cookie-open] #quick-actions-ajy{bottom:min(46vh,260px) !important;}

.thanks-pop-k4v{position:fixed;inset:0;z-index:10000;display:none;align-items:center;justify-content:center;
  padding:20px;background:rgba(8,10,14,.55);backdrop-filter:blur(2px);}
.thanks-pop-k4v.is-open{display:flex;}
.thanks-pop-k4v__box{width:min(420px,100%);background:var(--site-surface,#fff);color:var(--site-text,#15181d);
  border-radius:16px;padding:32px 28px;text-align:center;box-shadow:0 24px 60px rgba(0,0,0,.28);
  animation:thanks-pop-k4v-in .22s ease-out;}
@keyframes thanks-pop-k4v-in{from{opacity:0;transform:translateY(12px) scale(.97);}to{opacity:1;transform:none;}}
.thanks-pop-k4v__mark{width:56px;height:56px;margin:0 auto 18px;border-radius:50%;display:flex;
  align-items:center;justify-content:center;font-size:26px;line-height:1;
  background:var(--site-accent,#2e7d5b);color:#fff;}
.thanks-pop-k4v__title{margin:0 0 10px;font-size:1.35rem;line-height:1.25;}
.thanks-pop-k4v__text{margin:0 0 24px;line-height:1.6;color:var(--site-muted,#5b6472);}
.thanks-pop-k4v__close{display:inline-block;cursor:pointer;border:0;border-radius:999px;
  padding:12px 30px;font:inherit;font-weight:600;background:var(--site-accent,#2e7d5b);color:#fff;}
.thanks-pop-k4v__close:hover{filter:brightness(1.08);}
.thanks-pop-k4v__close:focus-visible{outline:2px solid var(--site-text,#15181d);outline-offset:3px;}
@media(prefers-reduced-motion:reduce){.thanks-pop-k4v__box{animation:none;}}

*,*::before,*::after{box-sizing:border-box;}
html,body{overflow-x:hidden;overflow-x:clip;max-width:100%;}
img,svg,video,iframe,canvas{max-width:100%;}
table{max-width:100%;}

.simpleParallax{display:block;width:100%;height:100%;}
.simpleParallax img{width:100%;height:100%;object-fit:cover;}

blockquote, figure { margin-left: 0; margin-right: 0; }

figure > blockquote, figure > figcaption { margin-left: 0; margin-right: 0; }

html.no-aos [data-aos]{opacity:1 !important;transform:none !important;}

@media(prefers-reduced-motion:reduce){
  [data-aos]{opacity:1 !important;transform:none !important;transition:none !important;}
}

.legal-doc{max-width:72ch;margin:0 auto;padding:64px 20px;line-height:1.7;}
.legal-doc h1{margin:0 0 .6em;}
.legal-doc h2{margin:1.8em 0 .5em;}
.legal-doc h3{margin:1.4em 0 .4em;}
.legal-doc p,.legal-doc li{margin:0 0 .8em;}
.legal-doc ul,.legal-doc ol{padding-left:1.4em;margin:0 0 1em;}
.legal-doc table{width:100%;border-collapse:collapse;margin:0 0 1.2em;}
.legal-doc th,.legal-doc td{border:1px solid currentColor;padding:.5em;text-align:left;}

@media (max-width: 720px) {
  body { overflow-x: hidden; }
  h1, h2, h3, p, li, td { overflow-wrap: break-word; }
  
  input, select, textarea { max-width: 100%; min-width: 0; }
  
  img, svg, video, iframe, table { max-width: 100%; }
}
