#estt-office-it{
  --ink:#0e2638;
  --text:#3c5665;
  --muted:#6b8492;
  --blue:#1b75bb;
  --blue-dark:#115d95;
  --teal:#15a9a5;
  --teal-dark:#0a8f94;
  --line:rgba(27,117,187,.12);
  --shadow:0 14px 34px rgba(21,86,116,.09);
  --shadow-strong:0 22px 48px rgba(21,86,116,.14);

  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  overflow:hidden;
  background:
    radial-gradient(circle at 93% 1%, rgba(21,169,165,.11) 0, rgba(21,169,165,0) 300px),
    linear-gradient(135deg,#ffffff 0%,#f1f9fc 50%,#eaf8f4 100%);
}

#estt-office-it *{box-sizing:border-box}
#estt-office-it a{text-decoration:none}

#estt-office-it .office-wrap{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
}

/* HERO */

#estt-office-it .office-hero{
  padding:20px 0 30px;
}

#estt-office-it .office-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);
  gap:46px;
  align-items:center;
}

#estt-office-it .office-hero-content{
  max-width:680px;
}

#estt-office-it .office-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:9px 15px;
  margin-bottom:18px;
  border-radius:999px;
  background:rgba(255,255,255,.9);
  border:1px solid rgba(255,255,255,.96);
  box-shadow:0 10px 24px rgba(33,95,120,.10);
  color:var(--teal-dark);
  font-size:13px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.25px;
}

#estt-office-it .office-badge-icon{
  width:30px;
  height:30px;
  min-width:30px;
  border-radius:10px;
  background:#eef9fb;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--teal-dark);
  flex:0 0 30px;
}

#estt-office-it .office-badge-icon svg{
  width:20px;
  height:20px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

#estt-office-it h1{
  margin:0 0 16px;
  font-size:50px;
  line-height:1.04;
  letter-spacing:-1.7px;
  font-weight:900;
  color:var(--ink);
}

#estt-office-it h1 span{color:var(--blue)}

#estt-office-it .office-hero-lead{
  margin:0 0 16px;
  max-width:650px;
  font-size:22px;
  line-height:1.32;
  font-weight:700;
  letter-spacing:-.35px;
  color:#0c7b8a;
}

#estt-office-it .office-hero-text{
  margin:0 0 22px;
  max-width:660px;
  font-size:16px;
  line-height:1.62;
  color:var(--text);
}

#estt-office-it .office-note{
  display:flex;
  align-items:center;
  gap:14px;
  max-width:610px;
  padding:16px 18px;
  border-radius:22px;
  background:linear-gradient(135deg,var(--blue),var(--teal));
  color:#fff;
  box-shadow:0 16px 36px rgba(27,117,187,.22);
}

#estt-office-it .office-note-check{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  flex:0 0 38px!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.18)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
}

#estt-office-it .office-note-check svg{
  width:20px!important;
  height:20px!important;
  display:block!important;
}

#estt-office-it .office-note-check svg path{
  stroke:#fff!important;
  fill:none!important;
  stroke-width:3!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

#estt-office-it .office-note > div{flex:1}

#estt-office-it .office-note > div strong{
  display:block;
  margin-bottom:4px;
  font-size:18px;
  line-height:1.2;
  color:#fff;
}

#estt-office-it .office-note > div span{
  display:block;
  font-size:14px;
  line-height:1.4;
  color:rgba(255,255,255,.92);
}

#estt-office-it .office-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:20px;
}

#estt-office-it .office-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:13px 24px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--blue),var(--teal));
  color:#fff!important;
  font-size:15px;
  line-height:1;
  font-weight:900;
  box-shadow:0 14px 28px rgba(27,117,187,.20);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}

#estt-office-it .office-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 18px 34px rgba(27,117,187,.26);
}

#estt-office-it .office-btn:focus-visible{
  outline:3px solid rgba(27,117,187,.25);
  outline-offset:3px;
}

#estt-office-it .office-btn-light{
  background:#fff;
  color:var(--blue)!important;
  border:1px solid var(--line);
  box-shadow:0 10px 24px rgba(21,86,116,.08);
}

/* HERO ILLUSTRATION */

#estt-office-it .office-hero-visual{
  position:relative;
  min-height:475px;
  padding:28px;
  border-radius:34px;
  background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(235,250,249,.93));
  border:1px solid rgba(255,255,255,.98);
  box-shadow:var(--shadow-strong);
  overflow:hidden;
}

#estt-office-it .office-visual-glow{
  position:absolute;
  border-radius:50%;
  filter:blur(2px);
  pointer-events:none;
}

#estt-office-it .office-visual-glow-one{
  width:210px;
  height:210px;
  right:-70px;
  top:-55px;
  background:rgba(21,169,165,.16);
}

#estt-office-it .office-visual-glow-two{
  width:180px;
  height:180px;
  left:-70px;
  bottom:-60px;
  background:rgba(27,117,187,.13);
}

#estt-office-it .office-visual-card{
  position:relative;
  z-index:2;
  padding:20px;
  border-radius:24px;
  background:rgba(255,255,255,.9);
  border:1px solid rgba(27,117,187,.11);
  box-shadow:0 14px 30px rgba(21,86,116,.10);
}

#estt-office-it .office-visual-card p{
  margin:12px 0 0;
  font-size:13px;
  line-height:1.4;
  color:var(--text);
}

#estt-office-it .office-visual-label{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background:#ecf8fb;
  color:var(--blue-dark);
  font-size:12px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.35px;
}

#estt-office-it .office-visual-office{
  width:78%;
}

#estt-office-it .office-office-scene{
  position:relative;
  height:92px;
  margin-top:16px;
  border-radius:18px;
  background:linear-gradient(180deg,#eff9fd,#e9f7f4);
  overflow:hidden;
}

#estt-office-it .office-office-scene:after{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  bottom:15px;
  height:6px;
  border-radius:999px;
  background:#bfdde6;
}

#estt-office-it .office-monitor{
  position:absolute;
  left:22px;
  top:18px;
  width:76px;
  height:48px;
  border:5px solid #226b93;
  border-radius:8px;
  background:#dff7ef;
}

#estt-office-it .office-monitor:before{
  content:"";
  position:absolute;
  width:5px;
  height:18px;
  left:31px;
  bottom:-18px;
  background:#226b93;
}

#estt-office-it .office-monitor span{
  position:absolute;
  left:12px;
  right:12px;
  top:12px;
  height:5px;
  border-radius:999px;
  background:#15a9a5;
  box-shadow:0 11px 0 rgba(27,117,187,.38);
}

#estt-office-it .office-laptop{
  position:absolute;
  left:123px;
  top:35px;
  width:62px;
  height:35px;
  border:4px solid #3b7fa0;
  border-radius:6px 6px 3px 3px;
  background:#fff;
}

#estt-office-it .office-laptop:after{
  content:"";
  position:absolute;
  left:-9px;
  right:-9px;
  bottom:-8px;
  height:6px;
  border-radius:0 0 8px 8px;
  background:#3b7fa0;
}

#estt-office-it .office-router{
  position:absolute;
  right:20px;
  top:35px;
  width:62px;
  height:32px;
  border-radius:8px;
  background:linear-gradient(135deg,var(--blue),var(--teal));
  box-shadow:0 8px 18px rgba(27,117,187,.2);
}

#estt-office-it .office-router:before,
#estt-office-it .office-router:after{
  content:"";
  position:absolute;
  top:-18px;
  width:3px;
  height:20px;
  border-radius:999px;
  background:#2a718f;
}

#estt-office-it .office-router:before{left:13px;transform:rotate(-18deg)}
#estt-office-it .office-router:after{right:13px;transform:rotate(18deg)}

#estt-office-it .office-router i{
  display:inline-block;
  width:5px;
  height:5px;
  margin:13px 0 0 8px;
  border-radius:50%;
  background:#fff;
}

#estt-office-it .office-visual-connection{
  position:relative;
  z-index:2;
  height:62px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--teal-dark);
}

#estt-office-it .office-visual-connection span{
  position:absolute;
  width:3px;
  height:52px;
  background:linear-gradient(var(--blue),var(--teal));
  border-radius:999px;
}

#estt-office-it .office-visual-connection svg{
  position:relative;
  width:30px;
  height:30px;
  padding:6px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 8px 18px rgba(21,86,116,.12);
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  transform:rotate(90deg);
}

#estt-office-it .office-visual-dc{
  width:82%;
  margin-left:auto;
}

#estt-office-it .office-server-stack{
  display:grid;
  gap:7px;
  margin-top:16px;
  padding:14px;
  border-radius:16px;
  background:linear-gradient(135deg,#e7f5fb,#e5f8f1);
}

#estt-office-it .office-server-stack > div{
  display:flex;
  align-items:center;
  height:24px;
  padding:0 10px;
  border-radius:6px;
  background:#245f7f;
  box-shadow:inset 0 -3px 0 rgba(0,0,0,.09);
}

#estt-office-it .office-server-stack i{
  width:7px;
  height:7px;
  margin-right:auto;
  border-radius:50%;
  background:#4fe1ba;
  box-shadow:0 0 0 3px rgba(79,225,186,.14);
}

#estt-office-it .office-server-stack b{
  width:28px;
  height:4px;
  margin-left:7px;
  border-radius:999px;
  background:rgba(255,255,255,.72);
}

#estt-office-it .office-visual-status{
  position:relative;
  z-index:3;
  display:flex;
  align-items:center;
  gap:8px;
  width:max-content;
  max-width:100%;
  margin:20px auto 0;
  padding:9px 13px;
  border-radius:999px;
  background:#0f3447;
  color:#fff;
  font-size:12px;
  line-height:1.2;
  font-weight:900;
  box-shadow:0 12px 24px rgba(14,38,56,.18);
}

#estt-office-it .office-visual-status span{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#45dcac;
  box-shadow:0 0 0 4px rgba(69,220,172,.14);
}

/* COMMON HEADINGS */

#estt-office-it .office-section-head{
  max-width:820px;
  margin:0 auto 32px;
  text-align:center;
}

#estt-office-it .office-kicker{
  margin-bottom:10px;
  color:var(--teal-dark);
  font-size:13px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.7px;
}

#estt-office-it .office-section-head h2{
  margin:0 0 12px;
  font-size:38px;
  line-height:1.1;
  letter-spacing:-1px;
  color:var(--ink);
}

#estt-office-it .office-section-head p{
  margin:0;
  font-size:17px;
  line-height:1.55;
  color:var(--text);
}

/* BENEFITS */

#estt-office-it .office-benefits{
  padding:18px 0 42px;
}

#estt-office-it .office-benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

#estt-office-it .office-benefit-card{
  display:flex;
  gap:15px;
  align-items:flex-start;
  padding:22px;
  border-radius:26px;
  background:rgba(255,255,255,.92);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}

#estt-office-it .office-benefit-icon{
  width:46px;
  height:46px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--blue),var(--teal));
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 46px;
}

#estt-office-it .office-benefit-icon svg,
#estt-office-it .office-service-icon svg,
#estt-office-it .office-boundary-icon svg{
  stroke:currentColor;
  fill:none;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}

#estt-office-it .office-benefit-icon svg{
  width:23px;
  height:23px;
}

#estt-office-it .office-benefit-card h3{
  margin:0 0 7px;
  font-size:19px;
  line-height:1.15;
  color:#12364a;
  font-weight:900;
}

#estt-office-it .office-benefit-card p{
  margin:0;
  font-size:15px;
  line-height:1.48;
  color:var(--text);
}

/* SERVICES */

#estt-office-it .office-services{
  padding:52px 0;
  background:rgba(255,255,255,.54);
  border-top:1px solid rgba(27,117,187,.08);
  border-bottom:1px solid rgba(27,117,187,.08);
}

#estt-office-it .office-service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

#estt-office-it .office-service-card{
  min-height:225px;
  padding:24px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(27,117,187,.10);
  box-shadow:var(--shadow);
}

#estt-office-it .office-service-accent{
  background:linear-gradient(135deg,#f8fdff 0%,#e9fbf4 100%);
  border-color:rgba(21,169,165,.24);
}

#estt-office-it .office-service-icon{
  width:48px;
  height:48px;
  margin-bottom:16px;
  border-radius:16px;
  background:linear-gradient(135deg,#e8f7ff,#dff7ef);
  color:var(--blue);
  display:flex;
  align-items:center;
  justify-content:center;
}

#estt-office-it .office-service-icon svg{
  width:25px;
  height:25px;
}

#estt-office-it .office-service-card h3{
  margin:0 0 10px;
  font-size:19px;
  line-height:1.22;
  color:#12364a;
  font-weight:900;
}

#estt-office-it .office-service-card p{
  margin:0;
  font-size:15px;
  line-height:1.52;
  color:var(--text);
}

/* RESPONSIBILITY SPLIT */

#estt-office-it .office-boundaries{
  padding:52px 0;
}

#estt-office-it .office-boundary-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 48px minmax(0,1fr);
  gap:18px;
  align-items:center;
  max-width:970px;
  margin:0 auto;
}

#estt-office-it .office-boundary-card{
  min-height:265px;
  padding:28px;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(27,117,187,.12);
  box-shadow:var(--shadow);
}

#estt-office-it .office-boundary-provider{
  background:linear-gradient(145deg,#fff,#f4f9fc);
}

#estt-office-it .office-boundary-estt{
  background:linear-gradient(145deg,#fff,#eafbf6);
  border-color:rgba(21,169,165,.24);
}

#estt-office-it .office-boundary-head{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:22px;
}

#estt-office-it .office-boundary-icon{
  width:52px;
  height:52px;
  flex:0 0 52px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  color:var(--blue);
  background:#eaf6fb;
}

#estt-office-it .office-boundary-estt .office-boundary-icon{
  color:var(--teal-dark);
  background:#e4f8f1;
}

#estt-office-it .office-boundary-icon svg{
  width:26px;
  height:26px;
}

#estt-office-it .office-boundary-caption{
  display:block;
  margin-bottom:5px;
  color:var(--muted);
  font-size:12px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.45px;
}

#estt-office-it .office-boundary-card h3{
  margin:0;
  color:var(--ink);
  font-size:25px;
  line-height:1.1;
  font-weight:900;
}

#estt-office-it .office-boundary-list{
  display:grid;
  gap:13px;
  margin:0;
  padding:0;
  list-style:none;
}

#estt-office-it .office-boundary-list li{
  position:relative;
  padding-left:26px;
  color:var(--text);
  font-size:15px;
  line-height:1.42;
}

#estt-office-it .office-boundary-list li:before{
  content:"";
  position:absolute;
  left:0;
  top:4px;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#dceff7;
}

#estt-office-it .office-boundary-list li:after{
  content:"✓";
  position:absolute;
  left:3px;
  top:1px;
  color:var(--blue-dark);
  font-size:12px;
  line-height:18px;
  font-weight:900;
}

#estt-office-it .office-boundary-estt .office-boundary-list li:before{background:#dff6ed}
#estt-office-it .office-boundary-estt .office-boundary-list li:after{color:var(--teal-dark)}

#estt-office-it .office-boundary-plus{
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:linear-gradient(135deg,var(--blue),var(--teal));
  color:#fff;
  font-size:28px;
  line-height:1;
  font-weight:400;
  box-shadow:0 12px 24px rgba(27,117,187,.2);
}

/* PACKAGES */

#estt-office-it .office-packages{
  padding:54px 0;
  background:
    radial-gradient(circle at 92% 10%, rgba(21,169,165,.10) 0, rgba(21,169,165,0) 260px),
    linear-gradient(135deg,#f8fdff 0%,#edf9f8 100%);
  border-top:1px solid rgba(27,117,187,.08);
  border-bottom:1px solid rgba(27,117,187,.08);
}

#estt-office-it .office-package-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  align-items:stretch;
}

#estt-office-it .office-package-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:26px;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(27,117,187,.12);
  box-shadow:0 14px 34px rgba(21,86,116,.09);
}

#estt-office-it .office-package-featured{
  background:linear-gradient(135deg,#ffffff 0%,#eafbf6 100%);
  border-color:rgba(21,169,165,.30);
  box-shadow:0 20px 44px rgba(21,86,116,.14);
  transform:translateY(-8px);
}

#estt-office-it .office-package-label{
  display:inline-flex;
  width:max-content;
  margin-bottom:14px;
  padding:7px 12px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--blue),var(--teal));
  color:#fff;
  font-size:12px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.3px;
}

#estt-office-it .office-package-top h3{
  margin:0 0 9px;
  font-size:27px;
  line-height:1.1;
  color:var(--ink);
  font-weight:900;
}

#estt-office-it .office-package-price{
  min-height:40px;
  margin:0 0 16px;
  font-size:17px;
  line-height:1.25;
  color:var(--teal-dark);
  font-weight:900;
}

#estt-office-it .office-package-desc{
  margin:0 0 18px;
  font-size:15px;
  line-height:1.5;
  color:var(--text);
}

#estt-office-it .office-package-list{
  display:grid;
  gap:10px;
  margin:0 0 24px;
  padding:0;
  list-style:none;
}

#estt-office-it .office-package-list li{
  position:relative;
  padding-left:26px;
  font-size:15px;
  line-height:1.38;
  color:var(--text);
}

#estt-office-it .office-package-list li:before{
  content:"";
  position:absolute;
  left:0;
  top:2px;
  width:18px;
  height:18px;
  border-radius:7px;
  background:#e8f8f4;
}

#estt-office-it .office-package-list li:after{
  content:"✓";
  position:absolute;
  left:4px;
  top:0;
  color:var(--teal-dark);
  font-size:14px;
  line-height:18px;
  font-weight:900;
}

#estt-office-it .office-package-btn{
  width:100%;
  margin-top:auto;
}

#estt-office-it .office-package-note{
  max-width:900px;
  margin:20px auto 0;
  text-align:center;
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
}

/* PROCESS */

#estt-office-it .office-process{
  padding:54px 0;
}

#estt-office-it .office-process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:15px;
}

#estt-office-it .office-process-card{
  position:relative;
  min-height:230px;
  padding:26px 22px 22px;
  border-radius:26px;
  background:rgba(255,255,255,.9);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  overflow:hidden;
}

#estt-office-it .office-process-card:after{
  content:"";
  position:absolute;
  right:-28px;
  bottom:-35px;
  width:110px;
  height:110px;
  border-radius:50%;
  background:rgba(21,169,165,.08);
}

#estt-office-it .office-process-number{
  display:flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  margin-bottom:20px;
  border-radius:15px;
  background:linear-gradient(135deg,var(--blue),var(--teal));
  color:#fff;
  font-size:15px;
  line-height:1;
  font-weight:900;
  box-shadow:0 12px 24px rgba(27,117,187,.18);
}

#estt-office-it .office-process-card h3{
  position:relative;
  z-index:1;
  margin:0 0 10px;
  color:var(--ink);
  font-size:19px;
  line-height:1.2;
  font-weight:900;
}

#estt-office-it .office-process-card p{
  position:relative;
  z-index:1;
  margin:0;
  color:var(--text);
  font-size:14px;
  line-height:1.52;
}

/* CTA */

#estt-office-it .office-audit{
  padding:8px 0 64px;
}

#estt-office-it .office-audit-box{
  display:grid;
  grid-template-columns:1fr 260px;
  gap:32px;
  align-items:center;
  padding:36px;
  border-radius:34px;
  background:linear-gradient(135deg,var(--blue),var(--teal));
  color:#fff;
  box-shadow:0 22px 48px rgba(27,117,187,.24);
}

#estt-office-it .office-kicker-light{color:rgba(255,255,255,.76)}

#estt-office-it .office-audit-box h2{
  margin:0 0 12px;
  font-size:34px;
  line-height:1.1;
  letter-spacing:-.8px;
  color:#fff;
  font-weight:900;
}

#estt-office-it .office-audit-box p{
  margin:0;
  max-width:760px;
  font-size:17px;
  line-height:1.52;
  color:rgba(255,255,255,.92);
}

#estt-office-it .office-btn-white{
  width:100%;
  background:#fff;
  color:var(--blue)!important;
  box-shadow:0 14px 28px rgba(7,55,76,.18);
}

#estt-office-it .office-contact-list{
  margin-top:16px;
  display:grid;
  gap:8px;
  font-size:18px;
  line-height:1.2;
  font-weight:900;
}

#estt-office-it .office-contact-list a{color:#fff!important}
#estt-office-it .office-contact-list a:hover{text-decoration:underline}

/* ADAPTIVE */

@media (max-width:1060px){
  #estt-office-it .office-hero-grid,
  #estt-office-it .office-audit-box{
    grid-template-columns:1fr;
  }

  #estt-office-it .office-hero-content{max-width:none}

  #estt-office-it .office-hero-visual{
    width:min(680px,100%);
    min-height:445px;
    margin:0 auto;
  }

  #estt-office-it .office-benefit-grid,
  #estt-office-it .office-service-grid{
    grid-template-columns:repeat(2,1fr);
  }

  #estt-office-it .office-package-grid{
    grid-template-columns:1fr;
  }

  #estt-office-it .office-package-featured{transform:none}

  #estt-office-it .office-package-price{min-height:0}

  #estt-office-it .office-process-grid{
    grid-template-columns:repeat(2,1fr);
  }

  #estt-office-it .office-audit-side{max-width:330px}
}

@media (max-width:760px){
  #estt-office-it .office-boundary-grid{
    grid-template-columns:1fr;
  }

  #estt-office-it .office-boundary-plus{
    margin:0 auto;
  }

  #estt-office-it .office-boundary-card{min-height:0}
}

@media (max-width:680px){
  #estt-office-it .office-wrap{
    width:min(100% - 24px, 1180px);
  }

  #estt-office-it .office-hero{
    padding-top:26px;
  }

  #estt-office-it .office-badge{
    font-size:11px;
  }

  #estt-office-it h1{
    font-size:38px;
    letter-spacing:-1.1px;
  }

  #estt-office-it .office-hero-lead{font-size:20px}

  #estt-office-it .office-hero-text,
  #estt-office-it .office-section-head p,
  #estt-office-it .office-audit-box p{
    font-size:15px;
  }

  #estt-office-it .office-note{
    padding:14px;
    align-items:flex-start;
  }

  #estt-office-it .office-note > div strong{font-size:16px}

  #estt-office-it .office-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  #estt-office-it .office-btn{width:100%}

  #estt-office-it .office-hero-visual{
    min-height:420px;
    padding:18px;
  }

  #estt-office-it .office-visual-office,
  #estt-office-it .office-visual-dc{
    width:92%;
  }

  #estt-office-it .office-laptop{display:none}

  #estt-office-it .office-benefit-grid,
  #estt-office-it .office-service-grid,
  #estt-office-it .office-process-grid{
    grid-template-columns:1fr;
  }

  #estt-office-it .office-section-head h2,
  #estt-office-it .office-audit-box h2{
    font-size:30px;
  }

  #estt-office-it .office-services,
  #estt-office-it .office-boundaries,
  #estt-office-it .office-packages,
  #estt-office-it .office-process{
    padding:44px 0;
  }

  #estt-office-it .office-service-card,
  #estt-office-it .office-process-card{
    min-height:0;
  }

  #estt-office-it .office-boundary-card,
  #estt-office-it .office-package-card{
    padding:23px;
  }

  #estt-office-it .office-audit-box{padding:27px}
  #estt-office-it .office-audit-side{max-width:none}
}

@media (max-width:430px){
  #estt-office-it h1{font-size:34px}

  #estt-office-it .office-hero-visual{
    min-height:400px;
  }

  #estt-office-it .office-visual-card{padding:16px}

  #estt-office-it .office-router{
    right:14px;
    width:56px;
  }

  #estt-office-it .office-visual-status{
    width:100%;
    justify-content:center;
    text-align:center;
  }
}