:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d0586a9 *//* ==================== GLOBAL VARIABLES & BASE ==================== */
:root {
  --g:#078F00;
  --gl:#69e260;
  --gd:#045f00;
  --navy:#082234;
  --navy2:#0f3447;
  --ink:#0d2638;
  --muted:#637483;
  --line:#dce7ec;
  --soft:#f5faf5;
  --blue:#e9f1fb;
  --white:#fff;
  --shadow:0 25px 70px rgba(8,34,52,.12);
}

* {
  box-sizing:border-box;
}

html {
  scroll-behavior:smooth;
}

body {
  margin:0;
  overflow-x:hidden;
  color:var(--ink);
  background:#fff;
  font-family:"Poppins",Arial,sans-serif;
}

a {
  text-decoration:none;
  color:inherit;
}

img {
  max-width:100%;
  display:block;
}

.wrap {
  width:min(1180px,calc(100% - 40px));
  margin:auto;
}

.section {
  padding:96px 0;
}

.eyebrow {
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:var(--g);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.eyebrow:before {
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--g);
  box-shadow:0 0 0 5px rgba(7,143,0,.1);
}

h1,
h2 {
  letter-spacing:-.055em;
  font-weight:700;
  line-height:1.1;
}

h1,
h2,h3,p {
  margin-top:0;
}

h2 {
  margin:17px 0 18px;
  font-size:clamp(2.25rem,4.6vw,4rem);
  line-height:1.1;
  font-weight:700;
}

p {
  color:var(--muted);
  line-height:1.75;
}

.green {
  color:var(--g);
}

.head {
  max-width:790px;
}

.head.center {
  text-align:center;
  margin:0 auto 50px;
}

.head.center p {
  max-width:650px;
  margin-left:auto;
  margin-right:auto;
}

/* ==================== COMPONENT: BUTTONS ==================== */
.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:56px;
  padding:0 23px;
  border-radius:16px;
  font-size:.86rem;
  font-weight:800;
  transition:.25s;
}

.btn-primary {
  color:#fff;
  background:linear-gradient(145deg,#48d83e 0%,#18b814 38%,#067c00 72%,#034f00 100%);
  border:1px solid rgba(255,255,255,.28);
  box-shadow:inset 4px 4px 9px rgba(255,255,255,.42),inset -5px -6px 11px rgba(0,58,0,.34),0 15px 32px rgba(7,143,0,.28);
}

.btn-primary:hover {
  transform:translateY(-3px);
  box-shadow:inset 4px 4px 9px rgba(255,255,255,.42),inset -5px -6px 11px rgba(0,58,0,.34),0 22px 42px rgba(7,143,0,.36);
}

.btn-white {
  color:var(--ink);
  background:#fff;
  border:1px solid #fff;
  box-shadow:0 14px 30px rgba(0,0,0,.13);
}

.btn-white:hover {
  color:var(--g);
  transform:translateY(-3px);
}

.nav {
  position:absolute;
  z-index:10;
  left:0;
  top:0;
  width:100%;
  height:84px;
  color:#fff;
}

.nav-in {
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.brand {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:1.32rem;
  font-weight:800;
  letter-spacing:-.04em;
}

.brand-mark {
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:12px;
  background:linear-gradient(145deg,#67e95d,#078F00 70%);
  box-shadow:inset 2px 2px 5px rgba(255,255,255,.4);
}

.nav-links {
  display:flex;
  align-items:center;
  gap:27px;
  font-size:.76rem;
  font-weight:700;
}

.nav .btn {
  min-height:44px;
  padding:0 17px;
  border-radius:13px;
}

/* ==================== SECTION: HERO ==================== */
.hero {
    padding-bottom: 20px;
  position:relative;
  display:flex;
  align-items:center;
  min-height:760px;
  color:#fff;
  background:radial-gradient(circle at 82% 25%,rgba(7,143,0,.23),transparent 27%),linear-gradient(135deg,#061b29,#0d3044 62%,#075016);
}

.hero:after {
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 15% 48%,rgba(7,143,0,.2),transparent 29%);
}

.hero-grid {
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:.93fr 1.07fr;
  gap:52px;
  align-items:center;
  padding-top:75px;
}

.hero .eyebrow {
  color:#87ef7e;
}

.hero .eyebrow:before {
  background:#87ef7e;
}

.hero h1 {
  margin:23px 0 25px;
  font-size:clamp(3rem,5.5vw,5.2rem);
  line-height:1.1;
  font-weight:700;
}

.hero h1 span {
  color:#72e669;
  font-weight:700;
  line-height:1.1;
}

.hero-copy>p {
  max-width:620px;
  color:#d4e3e9;
  font-size:1.03rem;
}

.hero-actions {
  display:flex;
  gap:13px;
  flex-wrap:wrap;
  margin-top:32px;
}

.hero-proof {
  display:flex;
  gap:23px;
  flex-wrap:wrap;
  margin-top:34px;
}

.hero-proof span {
  display:flex;
  align-items:center;
  gap:8px;
  color:#edf7fa;
  font-size:.7rem;
  font-weight:700;
}

.check {
  display:grid;
  place-items:center;
  width:21px;
  height:21px;
  border-radius:50%;
  color:#fff;
  background:var(--g);
  font-size:.64rem;
}

.video-shell {
  position:relative;
  padding:11px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:30px;
  background:rgba(255,255,255,.075);
  box-shadow:0 34px 85px rgba(0,0,0,.28);
  backdrop-filter:blur(10px);
}

.video-placeholder {
  position:relative;
  display:grid;
  place-items:center;
  aspect-ratio:16/10;
  overflow:hidden;
  border-radius:21px;
  background:linear-gradient(145deg,#0d3145,#071d2c);
}

.video-placeholder:before {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:32px 32px;
}

.video-orbit {
  position:absolute;
  width:300px;
  height:300px;
  border:1px solid rgba(103,228,94,.24);
  border-radius:50%;
  animation:spin 18s linear infinite;
}

.video-orbit:after {
  content:"";
  position:absolute;
  top:28px;
  right:22px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#65e05c;
  box-shadow:0 0 25px #65e05c;
}

.video-play {
  position:relative;
  z-index:2;
  display:grid;
  place-items:center;
  width:84px;
  height:84px;
  border:1px solid rgba(255,255,255,.45);
  border-radius:50%;
  color:#fff;
  background:linear-gradient(145deg,#4ee143,#078F00 70%);
  box-shadow:inset 3px 3px 7px rgba(255,255,255,.38),0 20px 45px rgba(7,143,0,.35);
  font-size:1.45rem;
}

.video-caption {
  position:absolute;
  z-index:2;
  left:22px;
  bottom:20px;
}

.video-caption strong,
.video-caption span {
  display:block;
}

.video-caption strong {
  font-size:.82rem;
}

.video-caption span {
  margin-top:4px;
  color:#bcd0da;
  font-size:.62rem;
}

.video-badge {
  position:absolute;
  z-index:2;
  right:18px;
  top:18px;
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  color:#bdebb9;
  background:rgba(7,143,0,.18);
  font-size:.58rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}

@keyframes spin {
  to {
    transform:rotate(360deg);
  }

}

/* ==================== SECTION: PROMISE STRIP ==================== */
.promise {
  border-bottom:1px solid var(--line);
  background:#fff;
}

.promise-in {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  padding:18px 0;
}

.promise-item {
  display:flex;
  align-items:center;
  gap:11px;
  padding:12px;
  border-right:1px solid var(--line);
}

.promise-item:last-child {
  border-right:0;
}

.promise-icon {
  display:grid;
  flex:0 0 39px;
  height:39px;
  place-items:center;
  border-radius:12px;
  color:#fff;
  background:linear-gradient(145deg,#5ae050,var(--g));
}

.promise-item strong,
.promise-item span {
  display:block;
}

.promise-item strong {
  font-size:.72rem;
}

.promise-item span {
  margin-top:2px;
  color:var(--muted);
  font-size:.57rem;
}

/* ==================== SECTION: BENEFITS ==================== */
.benefits {
  background:linear-gradient(180deg,#fff,#f8fbf8);
}

.feature-list {
  display:grid;
  gap:88px;
}

.feature {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.feature:nth-child(even) .feature-media {
  order:2;
}

.feature-copy h3 {
  margin:16px 0 13px;
  font-size:clamp(1.65rem,3.2vw,2.7rem);
  line-height:1.1;
  letter-spacing:-.045em;
  font-weight:700;
}

.feature-copy p {
  font-size:.86rem;
}

.feature-points {
  display:grid;
  gap:9px;
  margin-top:20px;
}

.feature-point {
  display:flex;
  align-items:flex-start;
  gap:9px;
  color:#405766;
  font-size:.71rem;
  line-height:1.55;
}

.feature-point i {
  display:grid;
  flex:0 0 21px;
  height:21px;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:var(--g);
  font-style:normal;
  font-size:.58rem;
}

.feature-media {
  position:relative;
  overflow:hidden;
  min-height:390px;
  border:1px solid #d5e5db;
  border-radius:28px;
  background:#eaf2fb;
  box-shadow:var(--shadow);
}

.feature-media.photo img {
  width:100%;
  height:100%;
  min-height:390px;
  object-fit:cover;
}

.feature-media.photo:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 60%,rgba(7,39,31,.25));
}

.deduction-visual {
  display:grid;
  place-items:center;
  height:390px;
  background:linear-gradient(145deg,#e9f2fc,#dfeef5);
}

.tax-doc {
  position:relative;
  width:220px;
  padding:26px;
  border:1px solid rgba(255,255,255,.8);
  border-radius:24px;
  background:#fff;
  box-shadow:0 24px 55px rgba(8,34,52,.14);
  animation:float 5s ease-in-out infinite;
}

.tax-doc-icon {
  display:grid;
  width:55px;
  height:55px;
  place-items:center;
  margin-bottom:20px;
  border-radius:16px;
  color:#fff;
  background:linear-gradient(145deg,#62e058,var(--g));
  font-size:1.25rem;
}

.tax-line {
  height:8px;
  margin:9px 0;
  border-radius:9px;
  background:#e6edf1;
}

.tax-line:nth-child(2) {
  width:72%;
}

.tax-line:nth-child(3) {
  width:92%;
}

.tax-line:nth-child(4) {
  width:60%;
}

.deduct-pill {
  position:absolute;
  right:-55px;
  top:72px;
  padding:12px 15px;
  border:1px solid #cee7cb;
  border-radius:14px;
  color:var(--g);
  background:#fff;
  box-shadow:0 14px 32px rgba(8,34,52,.1);
  font-size:.64rem;
  font-weight:800;
  animation:float 5s ease-in-out -2.5s infinite;
}

.calendar-visual {
  display:grid;
  place-items:center;
  height:390px;
  background:linear-gradient(145deg,#e7f0fb,#d9e9fa);
}

.calendar {
  width:260px;
  padding:22px;
  border:1px solid rgba(255,255,255,.85);
  border-radius:25px;
  background:rgba(255,255,255,.78);
  box-shadow:0 24px 55px rgba(8,34,52,.13);
}

.calendar-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:18px;
  font-size:.71rem;
  font-weight:800;
}

.calendar-top span {
  color:var(--g);
}

.days {
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:8px;
}

.days i {
  aspect-ratio:1;
  border-radius:50%;
  background:#dce8f2;
  animation:day 4s ease-in-out infinite;
}

.days i:nth-child(9),
.days i:nth-child(18),.days i:nth-child(27) {
  background:#85b1df;
}

.days i:nth-child(18) {
  background:var(--g);
  box-shadow:0 0 0 6px rgba(7,143,0,.1);
}

@keyframes float {
  50% {
    transform:translateY(-9px);
  }

}

@keyframes day {
  50% {
    opacity:.56;
  }

}

.inline-video {
  display:grid;
  place-items:center;
  height:100%;
  min-height:390px;
  color:#fff;
  background:linear-gradient(145deg,#082234,#0d3448);
}

.inline-video .video-orbit {
  width:235px;
  height:235px;
}

.inline-video .video-caption {
  left:22px;
}

.inline-video .video-play {
  width:72px;
  height:72px;
}

/* ==================== SECTION: BUSINESS TYPES ==================== */
.entities {
  color:#fff;
  background:linear-gradient(135deg,var(--navy),var(--navy2) 60%,#075016);
}

.entities .eyebrow {
  color:#89f081;
}

.entities .eyebrow:before {
  background:#89f081;
}

.entities .head p {
  color:#c8d8df;
}

.entity-grid {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
  margin-top:42px;
}

.entity {
  position:relative;
  overflow:hidden;
  min-height:205px;
  padding:22px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:20px;
  background:rgba(255,255,255,.065);
  transition:.3s;
}

.entity:hover {
  transform:translateY(-6px);
  border-color:rgba(105,226,96,.5);
  background:rgba(7,143,0,.18);
}

.entity-icon {
  display:grid;
  width:45px;
  height:45px;
  place-items:center;
  border-radius:13px;
  color:#fff;
  background:linear-gradient(145deg,#62e058,var(--g));
  font-size:.9rem;
}

.entity h3 {
  margin:19px 0 8px;
  font-size:.9rem;
  font-weight:700;
  line-height:1.1;
}

.entity p {
  margin:0;
  color:#b8ccd5;
  font-size:.65rem;
  line-height:1.55;
}

.entity:after {
  content:"";
  position:absolute;
  right:-30px;
  bottom:-32px;
  width:90px;
  height:90px;
  border:1px solid rgba(105,226,96,.15);
  border-radius:50%;
  box-shadow:0 0 0 18px rgba(105,226,96,.025);
}

/* ==================== SECTION: PROCESS ==================== */
.process {
  background:#fff;
}

.steps {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.step {
  position:relative;
  padding:25px;
  border:1px solid var(--line);
  border-radius:21px;
  background:linear-gradient(155deg,#fff,#f5fbf4);
  box-shadow:0 13px 33px rgba(8,34,52,.055);
}

.step:not(:last-child):after {
  content:"→";
  position:absolute;
  z-index:2;
  right:-22px;
  top:42px;
  color:var(--g);
  font-size:1.35rem;
  font-weight:800;
}

.step-icon {
  display:grid;
  width:47px;
  height:47px;
  place-items:center;
  border-radius:14px;
  color:#fff;
  background:linear-gradient(145deg,#5ee054,var(--g));
  font-size:.86rem;
  font-weight:800;
}

.step h3 {
  margin:19px 0 8px;
  font-size:.92rem;
  font-weight:700;
  line-height:1.1;
}

.step p {
  margin:0;
  font-size:.68rem;
  line-height:1.58;
}

/* ==================== SECTION: TAX RESOURCES ==================== */
.blogs {
  background:#f5faf5;
}

.blog-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:17px;
}

.blog {
  overflow:hidden;
  border:1px solid #d8e6dc;
  border-radius:22px;
  background:#fff;
  box-shadow:0 13px 35px rgba(8,34,52,.06);
  transition:.3s;
}

.blog:hover {
  transform:translateY(-7px);
  box-shadow:0 24px 48px rgba(7,143,0,.11);
}

.blog-art {
  position:relative;
  height:185px;
  overflow:hidden;
  background:linear-gradient(145deg,#dcecf8,#e9f7e7);
}

.blog-art:before {
  content:"";
  position:absolute;
  inset:25px;
  border:1px solid rgba(7,143,0,.18);
  border-radius:20px;
  transform:rotate(-4deg);
  background:rgba(255,255,255,.55);
}

.blog-art span {
  position:absolute;
  z-index:2;
  left:50%;
  top:50%;
  display:grid;
  width:66px;
  height:66px;
  place-items:center;
  transform:translate(-50%,-50%);
  border-radius:19px;
  color:#fff;
  background:linear-gradient(145deg,#61e057,var(--g));
  font-size:1.4rem;
  box-shadow:0 17px 35px rgba(7,143,0,.23);
}

.blog-body {
  padding:22px;
}

.blog-tag {
  color:var(--g);
  font-size:.59rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.1em;
}

.blog h3 {
  margin:11px 0 9px;
  font-size:.96rem;
  line-height:1.1;
  font-weight:700;
}

.blog p {
  font-size:.66rem;
  line-height:1.6;
}

.blog a {
  color:var(--g);
  font-size:.67rem;
  font-weight:800;
}

/* ==================== SECTION: FINAL CTA ==================== */
.cta {
  padding:70px 0;
  background:#fff;
}

.cta-panel {
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:38px;
  align-items:center;
  padding:52px;
  border-radius:30px;
  color:#fff;
  background:linear-gradient(90deg,rgba(4,78,0,.97),rgba(7,143,0,.84) 58%,rgba(8,34,52,.38)),url("https://images.pexels.com/photos/3184465/pexels-photo-3184465.jpeg?auto=compress&amp;cs=tinysrgb&amp;w=1600") center/cover;
  box-shadow:0 28px 75px rgba(7,143,0,.2);
}

.cta h2 {
  font-size:clamp(2.2rem,4vw,3.55rem);
  font-weight:700;
  line-height:1.1;
}

.cta p {
  color:#e4f3e2;
}

.cta-card {
  padding: 32px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  color: #ffffff;
  background: var(--navy);
  box-shadow: 0 22px 55px rgba(0,0,0,.22);
}

.cta-card strong {
  display: block;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
}

.cta-card span {
  display: block;
  margin-top: 12px;
  color: #c9d9e0;
  font-size: .78rem;
  line-height: 1.7;
}

.cta-bookkeeping-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 22px;
  padding: 0 20px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(145deg,#48d83e 0%,#18b814 38%,#067c00 72%,#034f00 100%);
  font-size: .78rem;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(7,143,0,.28);
}

.cta-bookkeeping-btn:hover {
  transform: translateY(-2px);
}

.cta-card small {
  display: block;
  margin-top: 14px;
  color: #91a8b3;
  font-size: .58rem;
  line-height: 1.55;
}

/* ==================== ANIMATIONS & REVEAL EFFECTS ==================== */
.reveal {
  opacity:0;
  transform:translateY(24px);
  transition:.75s ease;
}

.reveal.show {
  opacity:1;
  transform:none;
}

@media(max-width:980px) {
  .nav-links a:not(.btn) {
    display:none;
  }

.hero-grid,
.feature,.cta-panel {
    grid-template-columns:1fr;
  }

  .hero-grid {
    padding:125px 0 70px;
  }

  .hero {
    min-height:auto;
  }

  .video-shell {
    max-width:720px;
  }

  .feature:nth-child(even) .feature-media {
    order:0;
  }

  .entity-grid {
    grid-template-columns:repeat(3,1fr);
  }

  .steps {
    grid-template-columns:repeat(2,1fr);
  }

  .step:after {
    display:none;
  }

  .promise-in {
    grid-template-columns:repeat(2,1fr);
  }

  .promise-item {
    border-right:0;
  }

  .feature-list {
    gap:65px;
  }

}

@media(max-width:650px) {
  .wrap {
    width:min(100% - 28px,1180px);
  }

  .section {
    padding:72px 0;
  }

  .nav {
    height:70px;
  }

  .nav .btn {
    font-size:0;
    width:44px;
  }

  .nav .btn:after {
    content:"↗";
    font-size:1rem;
  }

  .hero-grid {
    padding-top:105px;
  }

  .hero h1 {
    font-size:3.1rem;
    font-weight:700;
    line-height:1.1;
  }

  .video-play {
    width:68px;
    height:68px;
  }

  .video-orbit {
    width:230px;
    height:230px;
  }

.promise-in,
.entity-grid,.steps,.blog-grid {
    grid-template-columns:1fr;
  }

  .promise-item {
    border-bottom:1px solid var(--line);
  }

  .feature {
    gap:28px;
  }

.feature-media,
.feature-media.photo img,.deduction-visual,.calendar-visual,.inline-video {
    min-height:330px;
    height:330px;
  }

  .tax-doc {
    width:190px;
  }

  .deduct-pill {
    right:-25px;
  }

  .cta-panel {
    padding:30px 22px;
  }

  .footer-in {
    display:grid;
    justify-content:center;
    text-align:center;
    gap:13px;
  }

  .footer .brand {
    justify-content:center;
  }

}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }

  .reveal {
    opacity:1;
    transform:none;
    transition:none;
  }

.video-orbit,
.tax-doc,.deduct-pill,.days i {
    animation:none;
  }

}

/* Review refinements: entity split layout and animated filing route */
.entity-layout {
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:34px;
  align-items:stretch;
  margin-top:42px;
}

.entity-photo {
  position:relative;
  overflow:hidden;
  min-height:470px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:27px;
  box-shadow:0 28px 70px rgba(0,0,0,.25);
}

.entity-photo img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.entity-photo:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 52%,rgba(5,31,43,.72));
}

.entity-photo-caption {
  position:absolute;
  z-index:2;
  left:24px;
  right:24px;
  bottom:23px;
}

.entity-photo-caption strong,
.entity-photo-caption span {
  display:block;
}

.entity-photo-caption strong {
  font-size:1.05rem;
}

.entity-photo-caption span {
  margin-top:6px;
  color:#d2e2e8;
  font-size:.66rem;
  line-height:1.55;
}

.entity-layout .entity-grid {
  grid-template-columns:repeat(2,1fr);
  gap:13px;
  margin-top:0;
}

.entity-layout .entity {
  min-height:138px;
  padding:21px;
  background:rgba(255,255,255,.075);
}


.entity-layout .entity h3 {
  margin:0 0 9px;
  color:#83ed7a;
  font-size:1rem;
  font-weight:700;
  line-height:1.1;
}

.entity-layout .entity p {
  font-size:.64rem;
}

.entity-layout .entity:hover h3 {
  color:#a0f699;
  font-weight:700;
  line-height:1.1;
}

.filing-route {
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
  align-items:start;
  min-height:400px;
  margin-top:26px;
  padding-top:58px;
}

.route-path {
  position:absolute;
  z-index:0;
  left:7%;
  top:18px;
  width:86%;
  height:230px;
  overflow:visible;
}

.route-base {
  fill:none;
  stroke:#cfe2d1;
  stroke-width:5;
  stroke-linecap:round;
}

.route-progress {
  fill:none;
  stroke:#078F00;
  stroke-width:5;
  stroke-linecap:round;
  stroke-dasharray:12 300;
  animation:routeTravel 5s linear infinite;
}

.route-card {
  position:relative;
  z-index:2;
  min-height:245px;
  padding:25px 22px;
  border:1.5px solid #cfe3d1;
  border-radius:23px;
  background:linear-gradient(155deg,#fff,#f1faf0);
  box-shadow:0 18px 44px rgba(8,34,52,.09);
  transition:.3s ease;
}

.route-card:nth-of-type(even) {
  margin-top:72px;
}

.route-card:hover {
  transform:translateY(-8px);
  border-color:#078F00;
  box-shadow:0 28px 55px rgba(7,143,0,.15);
}

.route-node {
  display:grid;
  place-items:center;
  width:60px;
  height:60px;
  margin-bottom:20px;
  border:1px solid rgba(255,255,255,.4);
  border-radius:18px;
  color:#fff;
  background:linear-gradient(145deg,#60e156,#078F00 70%,#045f00);
  box-shadow:inset 2px 2px 6px rgba(255,255,255,.4),0 14px 30px rgba(7,143,0,.23);
  font-size:1.18rem;
}

.route-card small {
  position:absolute;
  right:19px;
  top:19px;
  color:#078F00;
  font-size:.58rem;
  font-weight:800;
  letter-spacing:.1em;
}

.route-card h3 {
  margin:0 0 9px;
  color:#0b3044;
  font-size:1rem;
  font-weight:700;
  line-height:1.1;
}

.route-card p {
  margin:0;
  font-size:.68rem;
  line-height:1.6;
}

.route-arrow {
  position:absolute;
  z-index:3;
  right:-24px;
  top:96px;
  display:grid;
  width:42px;
  height:42px;
  place-items:center;
  border:1px solid #cce4cf;
  border-radius:50%;
  color:#fff;
  background:#078F00;
  box-shadow:0 9px 22px rgba(7,143,0,.23);
  font-size:1.1rem;
  animation:arrowNudge 2s ease-in-out infinite;
}

.route-card:nth-of-type(even) .route-arrow {
  top:82px;
}

.route-card:last-of-type .route-arrow {
  display:none;
}

.route-finish {
  position:absolute;
  right:3%;
  top:7px;
  display:flex;
  align-items:center;
  gap:8px;
  color:#078F00;
  font-size:.62rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.09em;
}

.route-finish i {
  width:10px;
  height:10px;
  border-radius:50%;
  background:#078F00;
  box-shadow:0 0 0 6px rgba(7,143,0,.12);
  animation:finishPulse 2s infinite;
}

@keyframes routeTravel {
  to {
    stroke-dashoffset:-312;
  }

}

@keyframes arrowNudge {
  50% {
    transform:translateX(6px);
  }

}

@keyframes finishPulse {
  70% {
    box-shadow:0 0 0 12px rgba(7,143,0,0);
  }

}

@media(max-width:980px) {
  .entity-layout {
    grid-template-columns:1fr;
  }

  .entity-photo {
    min-height:430px;
  }

  .filing-route {
    grid-template-columns:repeat(2,1fr);
    min-height:auto;
  }

.route-path,
.route-finish {
    display:none;
  }

  .route-card:nth-of-type(even) {
    margin-top:45px;
  }

  .route-card:nth-of-type(2) .route-arrow {
    display:none;
  }

}

@media(max-width:650px) {
  .entity-layout .entity-grid {
    grid-template-columns:1fr;
  }

  .entity-layout .entity:last-child {
    grid-column:auto;
  }

  .entity-photo {
    min-height:360px;
  }

  .filing-route {
    grid-template-columns:1fr;
    padding-top:0;
  }

.route-card,
.route-card:nth-of-type(even) {
    margin-top:0;
    min-height:auto;
  }

  .route-arrow {
    left:50%;
    right:auto;
    top:auto!important;
    bottom:-25px;
    transform:translateX(-50%) rotate(90deg);
    animation:arrowDown 2s ease-in-out infinite;
  }

  .route-card:nth-last-of-type(1) .route-arrow {
    display:none;
  }

  @keyframes arrowDown {
    50% {
      transform:translate(-50%,6px) rotate(90deg);
    }

  }

}

@media(prefers-reduced-motion:reduce) {
.route-progress,
.route-arrow,.route-finish i {
    animation:none;
  }

}

.cta-eyebrow {
  color:#dcffd9;
}/* End custom CSS */