
/* Static-hosting base (Shopify-independent) */
html{scroll-behavior:smooth;}
body.act-static-site{margin:0;overflow-x:hidden;background:#fff;color:#26384b;font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;}
body.act-static-site img{max-width:100%;}
body.act-static-site a{color:inherit;}
body.act-static-site button,body.act-static-site input,body.act-static-site textarea,body.act-static-site select{font:inherit;}
.act-header__brand.act-image-missing::after{content:'ACT Tax Services Inc.';color:#071f3d;font-family:Georgia,'Times New Roman',serif;font-size:20px;letter-spacing:.02em;white-space:nowrap;}
.act-footer__brand-link.act-image-missing::after{content:'ACT Tax Services Inc.';color:#fff;font-family:Georgia,'Times New Roman',serif;font-size:24px;letter-spacing:.02em;}
.act-hero__photo-wrap.act-image-missing{background:linear-gradient(145deg,#eef1f3,#cfd5da 48%,#8693a0 100%);}
.act-leadership__media.act-image-missing,.act-leadership__image-wrap.act-image-missing{background:linear-gradient(145deg,#f1f3f4,#c9d0d6);}


html {
  scroll-behavior: smooth !important;
}

#act-services,
#act-business,
#act-industries,
#act-team,
#act-resources,
#act-about,
#act-contact {
  scroll-margin-top: 90px;
}

#ACTHeader-act_header_9QCmWj {
  --navy: #071f3d;
  --gold: #c6903b;
  --text: #0a1b2f;
  --bg: #ffffff;

  width: 100%;
  position: relative;
  z-index: 50;

  background: var(--bg);

  border-bottom:
    1px solid
    rgba(7,31,61,.07);
}

#ACTHeader-act_header_9QCmWj * {
  box-sizing: border-box;
}


#ACTHeader-act_header_9QCmWj .act-header__inner {
  width: min(
    calc(100% - 64px),
    1400px
  );

  min-height: 78px;

  margin: 0 auto;

  display: flex;
  align-items: center;

  gap: 35px;
}


/* =========================================================
   BRAND
========================================================= */

#ACTHeader-act_header_9QCmWj .act-header__brand {
  display: flex;
  align-items: center;

  gap: 14px;

  flex-shrink: 0;

  text-decoration: none;
}


#ACTHeader-act_header_9QCmWj .act-header__logo {
  width: auto;
  max-width: 220px;
  max-height: 56px;

  display: block;

  object-fit: contain;
}


#ACTHeader-act_header_9QCmWj .act-header__monogram {
  width: 50px;
  height: 50px;

  display: grid;
  place-items: center;

  background: var(--navy);

  color: var(--gold);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 16px;

  letter-spacing: .08em;
}


#ACTHeader-act_header_9QCmWj .act-header__brand-copy {
  display: flex;
  flex-direction: column;
}


#ACTHeader-act_header_9QCmWj .act-header__company {
  color: var(--navy);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 16px;

  font-weight: 600;

  line-height: 1.1;
}


#ACTHeader-act_header_9QCmWj .act-header__tagline {
  margin-top: 5px;

  color: var(--navy);

  opacity: .68;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 7px;

  font-weight: 600;

  letter-spacing: .22em;

  text-transform: uppercase;
}


/* =========================================================
   NAV
========================================================= */

#ACTHeader-act_header_9QCmWj .act-header__nav {
  margin-left: auto;
}


#ACTHeader-act_header_9QCmWj .act-header__nav-list {
  margin: 0;
  padding: 0;

  list-style: none;

  display: flex;
  align-items: center;

  gap: 24px;
}


#ACTHeader-act_header_9QCmWj .act-header__nav-link {
  position: relative;

  display: inline-flex;
  align-items: center;

  min-height: 70px;

  color: var(--text);

  text-decoration: none;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 11px;

  font-weight: 600;

  transition:
    color .2s ease;
}


#ACTHeader-act_header_9QCmWj .act-header__nav-link::after {
  content: "";

  position: absolute;

  left: 50%;
  bottom: 12px;

  width: 0;
  height: 2px;

  transform: translateX(-50%);

  background: var(--gold);

  transition:
    width .25s
    cubic-bezier(.22,.61,.36,1);
}


#ACTHeader-act_header_9QCmWj .act-header__nav-link:hover {
  color: var(--navy);
}


#ACTHeader-act_header_9QCmWj .act-header__nav-link:hover::after {
  width: 100%;
}


/* first link active */

#ACTHeader-act_header_9QCmWj
.act-header__nav-list li:first-child
.act-header__nav-link::after {
  width: 100%;
}


/* =========================================================
   PORTAL BUTTON
========================================================= */

#ACTHeader-act_header_9QCmWj .act-header__portal {
  margin-left: 10px;

  min-height: 48px;

  padding: 0 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 8px;

  background: var(--navy);

  border: 1px solid var(--navy);

  color: #ffffff;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 11px;

  font-weight: 700;

  text-decoration: none;

  flex-shrink: 0;

  transition:
    transform .2s ease,
    box-shadow .2s ease;
}


#ACTHeader-act_header_9QCmWj .act-header__portal:hover {
  transform: translateY(-1px);

  box-shadow:
    0 10px 24px
    rgba(7,31,61,.14);
}


/* =========================================================
   MOBILE BUTTON
========================================================= */

#ACTHeader-act_header_9QCmWj .act-header__mobile-toggle {
  display: none;

  width: 44px;
  height: 44px;

  padding: 0;

  margin-left: auto;

  border: none;

  background: transparent;

  cursor: pointer;
}


#ACTHeader-act_header_9QCmWj .act-header__hamburger {
  position: relative;

  width: 24px;
  height: 16px;

  margin: auto;
}


#ACTHeader-act_header_9QCmWj .act-header__hamburger span {
  position: absolute;

  left: 0;

  width: 100%;
  height: 2px;

  background: var(--navy);

  transition: .25s ease;
}


#ACTHeader-act_header_9QCmWj
.act-header__hamburger span:nth-child(1) {
  top: 0;
}


#ACTHeader-act_header_9QCmWj
.act-header__hamburger span:nth-child(2) {
  top: 7px;
}


#ACTHeader-act_header_9QCmWj
.act-header__hamburger span:nth-child(3) {
  top: 14px;
}


#ACTHeader-act_header_9QCmWj.is-open
.act-header__hamburger span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}


#ACTHeader-act_header_9QCmWj.is-open
.act-header__hamburger span:nth-child(2) {
  opacity: 0;
}


#ACTHeader-act_header_9QCmWj.is-open
.act-header__hamburger span:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}


/* =========================================================
   MOBILE PANEL
========================================================= */

#ACTHeader-act_header_9QCmWj .act-header__mobile-panel {
  max-height: 0;

  overflow: hidden;

  background: #ffffff;

  transition:
    max-height .35s
    cubic-bezier(.22,.61,.36,1);
}


#ACTHeader-act_header_9QCmWj.is-open
.act-header__mobile-panel {
  max-height: 650px;

  border-top:
    1px solid
    rgba(7,31,61,.07);
}


#ACTHeader-act_header_9QCmWj .act-header__mobile-inner {
  width: calc(100% - 40px);

  margin: 0 auto;

  padding: 20px 0 25px;
}


#ACTHeader-act_header_9QCmWj .act-header__mobile-list {
  list-style: none;

  margin: 0;
  padding: 0;
}


#ACTHeader-act_header_9QCmWj .act-header__mobile-link {
  display: block;

  padding: 15px 0;

  color: var(--navy);

  text-decoration: none;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 15px;

  font-weight: 600;

  border-bottom:
    1px solid
    rgba(7,31,61,.06);
}


#ACTHeader-act_header_9QCmWj .act-header__mobile-portal {
  margin-top: 18px;

  width: 100%;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media screen and (max-width: 1180px) {

  #ACTHeader-act_header_9QCmWj .act-header__nav-list {
    gap: 16px;
  }

  #ACTHeader-act_header_9QCmWj .act-header__nav-link {
    font-size: 10px;
  }

}


@media screen and (max-width: 980px) {

  #ACTHeader-act_header_9QCmWj .act-header__nav,
  #ACTHeader-act_header_9QCmWj .act-header__portal--desktop {
    display: none;
  }


  #ACTHeader-act_header_9QCmWj .act-header__mobile-toggle {
    display: block;
  }

}


@media screen and (max-width: 600px) {

  #ACTHeader-act_header_9QCmWj .act-header__inner {
    width: calc(100% - 28px);

    min-height: 70px;
  }


  #ACTHeader-act_header_9QCmWj .act-header__monogram {
    width: 44px;
    height: 44px;

    font-size: 14px;
  }


  #ACTHeader-act_header_9QCmWj .act-header__company {
    font-size: 13px;
  }


  #ACTHeader-act_header_9QCmWj .act-header__tagline {
    font-size: 6px;

    letter-spacing: .16em;
  }

}





#ACTHero-act_hero_6mWzNk {
  --navy: #071f3d;
  --gold: #b8893f;
  --text: #26384b;
  --bg: #fbfbfa;

  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--bg);
}

#ACTHero-act_hero_6mWzNk * {
  box-sizing: border-box;
}


/* =========================================================
   MAIN HERO
========================================================= */

#ACTHero-act_hero_6mWzNk .act-hero__main {
  position: relative;
  width: 100%;
  min-height: 680px;
  overflow: hidden;
}


/* =========================================================
   BACKGROUND PHOTO
========================================================= */


#ACTHero-act_hero_6mWzNk .act-hero__photo-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;

  width: 100%;
  height: 100%;

  overflow: hidden;

  background:
    linear-gradient(
      90deg,
      #ffffff 0%,
      #ffffff 32%,
      #f8fafb 55%,
      #eef3f6 100%
    );
}


#ACTHero-act_hero_6mWzNk .act-hero__photo {
  position: absolute;

  top: 50%;
  right: 0;
  left: auto;

  width: 60%;
  height: auto;

  max-width: none;

  display: block;

  transform: translateY(-50%);

  object-fit: contain;
}
/* =========================================================
   LONG WHITE FADE
========================================================= */

#ACTHero-act_hero_6mWzNk .act-hero__fade {
  position: absolute;
  inset: 0;
  z-index: 1;

  pointer-events: none;

  background:
    linear-gradient(
      90deg,

      rgba(255,255,255,1) 0%,
      rgba(255,255,255,1) 30%,

      rgba(255,255,255,.98) 36%,
      rgba(255,255,255,.92) 41%,
      rgba(255,255,255,.76) 47%,
      rgba(255,255,255,.55) 52%,
      rgba(255,255,255,.32) 57%,
      rgba(255,255,255,.14) 62%,
      rgba(255,255,255,.04) 67%,
      rgba(255,255,255,0) 72%
    );
}


/* subtle white base on left */

#ACTHero-act_hero_6mWzNk .act-hero__fade::after {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 43%;
  height: 100%;

  background:
    radial-gradient(
      ellipse at 20% 50%,
      rgba(255,255,255,.75),
      rgba(255,255,255,0) 75%
    );
}


/* =========================================================
   CONTENT AREA
========================================================= */

#ACTHero-act_hero_6mWzNk .act-hero__inner {
  position: relative;
  z-index: 3;

  width: min(
    calc(100% - 72px),
    1400px
  );

  min-height: 680px;

  margin: 0 auto;

  display: flex;
  align-items: center;
}


#ACTHero-act_hero_6mWzNk .act-hero__content {
  width: 48%;
  max-width: 700px;

  padding:
    50px
    0
    150px;
}


/* =========================================================
   EYEBROW
========================================================= */

#ACTHero-act_hero_6mWzNk .act-hero__eyebrow {
  margin-bottom: 23px;

  color: var(--gold);

  font-family: Arial, Helvetica, sans-serif;

  font-size: 11px;

  font-weight: 600;

  letter-spacing: .08em;

  text-transform: uppercase;
}


/* =========================================================
   TITLE
========================================================= */

#ACTHero-act_hero_6mWzNk .act-hero__title {
  margin: 0;

  color: var(--navy);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 76px;

  font-weight: 400;

  line-height: .98;

  letter-spacing: -.035em;
}


#ACTHero-act_hero_6mWzNk .act-hero__gold-title {
  display: block;

  margin-top: 8px;

  color: var(--gold);
}


/* =========================================================
   DESCRIPTION
========================================================= */

#ACTHero-act_hero_6mWzNk .act-hero__description {
  max-width: 540px;

  margin-top: 28px;

  color: var(--text);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 17px;

  line-height: 1.6;
}


#ACTHero-act_hero_6mWzNk .act-hero__description p {
  margin: 0;
}


/* =========================================================
   LEADER NAME
========================================================= */

#ACTHero-act_hero_6mWzNk .act-hero__leader {
  margin-top: 28px;
}


#ACTHero-act_hero_6mWzNk .act-hero__leader-name {
  color: var(--navy);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 20px;

  line-height: 1.2;

  font-style: italic;
}


#ACTHero-act_hero_6mWzNk .act-hero__leader-role {
  margin-top: 7px;

  color: var(--text);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 12px;

  line-height: 1.3;
}


/* =========================================================
   BUTTONS
========================================================= */

#ACTHero-act_hero_6mWzNk .act-hero__buttons {
  display: flex;
  flex-wrap: wrap;

  gap: 18px;

  margin-top: 31px;
}


#ACTHero-act_hero_6mWzNk .act-hero__btn {
  min-height: 62px;

  padding: 0 30px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 22px;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 14px;

  font-weight: 600;

  text-decoration: none;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease,
    color .25s ease;
}


#ACTHero-act_hero_6mWzNk .act-hero__btn-arrow {
  font-size: 22px;

  font-weight: 300;

  transition:
    transform .25s
    cubic-bezier(.22,.61,.36,1);
}


#ACTHero-act_hero_6mWzNk
.act-hero__btn:hover
.act-hero__btn-arrow {

  transform: translateX(6px);

}


/* primary */

#ACTHero-act_hero_6mWzNk .act-hero__btn--primary {
  color: #ffffff;

  background: var(--navy);

  border: 1px solid var(--navy);
}


#ACTHero-act_hero_6mWzNk .act-hero__btn--primary:hover {
  transform: translateY(-2px);

  box-shadow:
    0 14px 30px
    rgba(6,30,59,.16);
}


/* secondary */

#ACTHero-act_hero_6mWzNk .act-hero__btn--secondary {
  color: var(--gold);

  background: rgba(255,255,255,.6);

  border: 1px solid var(--gold);

  backdrop-filter: blur(5px);
}


#ACTHero-act_hero_6mWzNk .act-hero__btn--secondary:hover {
  background: var(--gold);

  color: #ffffff;

  transform: translateY(-2px);
}


/* =========================================================
   CREDENTIAL CARD
========================================================= */

#ACTHero-act_hero_6mWzNk .act-hero__credential {
  position: absolute;

  z-index: 6;

  right: 18px;

  top: 50%;

  transform: translateY(-15%);

  width: 315px;

  min-height: 168px;

  padding: 28px 27px;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      #061e3b,
      #08294f
    );

  border-radius: 5px;

  box-shadow:
    0 15px 40px
    rgba(3,25,50,.22);
}


#ACTHero-act_hero_6mWzNk .act-hero__credential-row {
  display: flex;

  gap: 20px;

  align-items: flex-start;
}


#ACTHero-act_hero_6mWzNk .act-hero__credential-icon {
  width: 45px;
  height: 45px;

  flex: 0 0 auto;

  display: flex;

  align-items: center;
  justify-content: center;

  color: var(--gold);

  font-size: 32px;
}


#ACTHero-act_hero_6mWzNk .act-hero__credential-name {
  margin-top: 3px;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 15px;

  font-weight: 700;

  line-height: 1.3;
}


#ACTHero-act_hero_6mWzNk .act-hero__credential-role {
  margin-top: 7px;

  color:
    rgba(255,255,255,.82);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 12px;
}


#ACTHero-act_hero_6mWzNk .act-hero__credential-line {
  width: 95px;

  height: 1px;

  margin:
    17px
    0
    13px
    65px;

  background: var(--gold);

  opacity: .9;
}


#ACTHero-act_hero_6mWzNk .act-hero__credential-extra {
  padding-left: 65px;

  color:
    rgba(255,255,255,.92);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 12px;

  line-height: 1.7;
}


/* =========================================================
   TRUST BAR - INSIDE HERO
========================================================= */

#ACTHero-act_hero_6mWzNk .act-hero__trust {
  position: absolute;

  z-index: 8;

  left: 50%;

  bottom: 26px;

  transform: translateX(-50%);

  width: min(
    calc(100% - 72px),
    1800px
  );

  min-height: 102px;

  display: grid;

  grid-template-columns:
    repeat(4, 1fr);

  align-items: stretch;

  background:
    rgba(255,255,255,.94);

  border:
    1px solid
    rgba(6,30,59,.08);

  border-radius: 13px;

  box-shadow:
    0 10px 35px
    rgba(7,31,61,.07);

  backdrop-filter: blur(12px);
}


#ACTHero-act_hero_6mWzNk .act-hero__trust-item {
  position: relative;

  display: flex;

  align-items: center;
  justify-content: center;

  gap: 20px;

  padding: 20px 30px;

  color: var(--navy);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 16px;

  white-space: nowrap;
}


#ACTHero-act_hero_6mWzNk
.act-hero__trust-item:not(:last-child)::after {

  content: "";

  position: absolute;

  right: 0;

  top: 27%;

  width: 1px;

  height: 46%;

  background:
    rgba(7,31,61,.11);

}


#ACTHero-act_hero_6mWzNk .act-hero__trust-icon {
  min-width: 45px;

  color: var(--gold);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 32px;

  font-weight: 300;

  text-align: center;
}


/* =========================================================
   ANIMATION
========================================================= */

#ACTHero-act_hero_6mWzNk .act-hero__animated {
  opacity: 0;

  transform: translateY(16px);

  animation:
    ACTHeroFade-act_hero_6mWzNk
    .75s
    cubic-bezier(.16,1,.3,1)
    forwards;
}


#ACTHero-act_hero_6mWzNk .act-hero__eyebrow {
  animation-delay: .08s;
}


#ACTHero-act_hero_6mWzNk .act-hero__title {
  animation-delay: .16s;
}


#ACTHero-act_hero_6mWzNk .act-hero__description {
  animation-delay: .24s;
}


#ACTHero-act_hero_6mWzNk .act-hero__leader {
  animation-delay: .32s;
}


#ACTHero-act_hero_6mWzNk .act-hero__buttons {
  animation-delay: .40s;
}


@keyframes ACTHeroFade-act_hero_6mWzNk {

  to {
    opacity: 1;
    transform: translateY(0);
  }

}


/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 1100px) {

  #ACTHero-act_hero_6mWzNk .act-hero__content {
    width: 55%;
  }


  #ACTHero-act_hero_6mWzNk .act-hero__title {
    font-size:
      clamp(
        48px,
        6vw,
        76px
      );
  }


  #ACTHero-act_hero_6mWzNk .act-hero__credential {
    width: 250px;

    right: 15px;
  }


  #ACTHero-act_hero_6mWzNk .act-hero__trust-item {
    gap: 10px;

    padding: 15px;

    font-size: 13px;
  }


  #ACTHero-act_hero_6mWzNk .act-hero__trust-icon {
    min-width: 32px;

    font-size: 24px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 760px) {

  #ACTHero-act_hero_6mWzNk .act-hero__main {
    min-height: auto;

    padding-bottom: 0;
  }


  #ACTHero-act_hero_6mWzNk .act-hero__photo-wrap {
    position: relative;

    height: 480px;

    margin-top: 0;
  }


  #ACTHero-act_hero_6mWzNk .act-hero__photo {
    object-position:
      71%
      45%;
  }


  #ACTHero-act_hero_6mWzNk .act-hero__fade {
    display: none;
  }


  #ACTHero-act_hero_6mWzNk .act-hero__inner {
    min-height: auto;

    width: 100%;

    display: block;
  }


  #ACTHero-act_hero_6mWzNk .act-hero__content {
    width: 100%;

    padding:
      55px
      24px
      45px;

    background: #ffffff;
  }


  #ACTHero-act_hero_6mWzNk .act-hero__eyebrow {
    margin-bottom: 18px;

    font-size: 10px;
  }


  #ACTHero-act_hero_6mWzNk .act-hero__title {
    font-size:
      clamp(
        44px,
        12vw,
        58px
      );
  }


  #ACTHero-act_hero_6mWzNk .act-hero__description {
    font-size: 15px;
  }


  #ACTHero-act_hero_6mWzNk .act-hero__buttons {
    width: 100%;
  }


  #ACTHero-act_hero_6mWzNk .act-hero__btn {
    width: 100%;
  }


  #ACTHero-act_hero_6mWzNk .act-hero__credential {
    position: absolute;

    top: auto;

    right: 18px;

    bottom: 22px;

    transform: none;

    width: calc(100% - 36px);

    max-width: 330px;
  }


  #ACTHero-act_hero_6mWzNk .act-hero__trust {
    position: relative;

    left: auto;

    bottom: auto;

    transform: none;

    width: 100%;

    grid-template-columns:
      repeat(2, 1fr);

    border-radius: 0;
  }


  #ACTHero-act_hero_6mWzNk .act-hero__trust-item {
    min-height: 86px;

    padding: 12px 8px;

    flex-direction: column;

    gap: 6px;

    white-space: normal;

    font-size: 11px;

    text-align: center;
  }


  #ACTHero-act_hero_6mWzNk
  .act-hero__trust-item::after {

    display: none;

  }


  #ACTHero-act_hero_6mWzNk
  .act-hero__trust-item:nth-child(odd) {

    border-right:
      1px solid
      rgba(7,31,61,.08);

  }


  #ACTHero-act_hero_6mWzNk
  .act-hero__trust-item:nth-child(-n+2) {

    border-bottom:
      1px solid
      rgba(7,31,61,.08);

  }

}


/* reduced motion */

@media (prefers-reduced-motion: reduce) {

  #ACTHero-act_hero_6mWzNk .act-hero__animated {

    opacity: 1;

    transform: none;

    animation: none;

  }

}

/* =========================================================
   ACT HERO — MOBILE FIX
========================================================= */

@media screen and (max-width: 760px) {

  #ACTHero-act_hero_6mWzNk .act-hero__main {
    min-height: 0 !important;
    height: auto !important;

    display: flex;
    flex-direction: column;

    padding: 0 !important;

    background: #ffffff;
  }


  /* PHOTO */

  #ACTHero-act_hero_6mWzNk .act-hero__photo-wrap {
    position: relative !important;

    inset: auto !important;

    order: 1;

    width: 100% !important;
    height: 310px !important;

    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden;

    background: #f1f5f7;
  }


  #ACTHero-act_hero_6mWzNk .act-hero__photo {
    position: absolute !important;

    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;

    width: 100% !important;
    height: 100% !important;

    max-width: none !important;

    margin: 0 !important;

    transform: none !important;

    object-fit: cover !important;

    object-position:
      71%
      45% !important;
  }


  /* REMOVE DESKTOP FADE */

  #ACTHero-act_hero_6mWzNk .act-hero__fade {
    display: none !important;
  }


  /* CONTENT */

  #ACTHero-act_hero_6mWzNk .act-hero__inner {
    position: relative;

    order: 2;

    width: 100% !important;

    min-height: 0 !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    display: block !important;

    background: #ffffff;
  }


  #ACTHero-act_hero_6mWzNk .act-hero__content {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;

    padding:
      42px
      22px
      38px !important;

    background: #ffffff;
  }


  /* EYEBROW */

  #ACTHero-act_hero_6mWzNk .act-hero__eyebrow {
    margin: 0 0 15px !important;

    font-size: 9px;
  }


  /* TITLE */

  #ACTHero-act_hero_6mWzNk .act-hero__title {
    font-size: 38px !important;

    line-height: 1.02 !important;

    letter-spacing: -.025em;
  }


  #ACTHero-act_hero_6mWzNk .act-hero__gold-title {
    margin-top: 5px;
  }


  /* DESCRIPTION */

  #ACTHero-act_hero_6mWzNk .act-hero__description {
    margin-top: 21px;

    font-size: 13px;

    line-height: 1.65;
  }


  /* LEADER */

  #ACTHero-act_hero_6mWzNk .act-hero__leader {
    margin-top: 22px;
  }


  #ACTHero-act_hero_6mWzNk .act-hero__leader-name {
    font-size: 18px;
  }


  /* BUTTONS */

  #ACTHero-act_hero_6mWzNk .act-hero__buttons {
    width: 100%;

    margin-top: 27px;

    display: flex;
    flex-direction: column;

    gap: 10px;
  }


  #ACTHero-act_hero_6mWzNk .act-hero__btn {
    width: 100%;

    min-height: 55px;

    padding: 0 20px;
  }


  /* CREDENTIAL CARD
     Hidden on mobile for cleaner composition */

  #ACTHero-act_hero_6mWzNk .act-hero__credential {
    display: none !important;
  }


  /* TRUST BAR */

  #ACTHero-act_hero_6mWzNk .act-hero__trust {
    position: relative !important;

    order: 3;

    left: auto !important;
    right: auto !important;
    bottom: auto !important;

    transform: none !important;

    width: 100% !important;

    margin: 0 !important;

    display: grid;

    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    min-height: 0;

    border-radius: 0;

    box-shadow: none;

    border-left: 0;
    border-right: 0;
  }


  #ACTHero-act_hero_6mWzNk .act-hero__trust-item {
    min-height: 82px;

    padding: 12px 7px;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 5px;

    font-size: 8px;

    line-height: 1.25;

    text-align: center;

    white-space: normal;
  }


  #ACTHero-act_hero_6mWzNk
  .act-hero__trust-item::after {
    display: none !important;
  }


  #ACTHero-act_hero_6mWzNk
  .act-hero__trust-item:nth-child(odd) {
    border-right:
      1px solid
      rgba(7,31,61,.08);
  }


  #ACTHero-act_hero_6mWzNk
  .act-hero__trust-item:nth-child(-n+2) {
    border-bottom:
      1px solid
      rgba(7,31,61,.08);
  }


  #ACTHero-act_hero_6mWzNk .act-hero__trust-icon {
    min-width: 0;

    font-size: 20px;
  }

}





#ACTServices-act_services_hFKqKb {
  --navy: #071f3d;
  --gold: #c58a32;
  --text: #26384b;
  --bg: #ffffff;
  --card: #fbfbfa;

  position: relative;
  width: 100%;

  padding:
    95px
    0
    95px;

  background: var(--bg);
}

#ACTServices-act_services_hFKqKb * {
  box-sizing: border-box;
}

#ACTServices-act_services_hFKqKb .act-services__inner {
  width: min(
    calc(100% - 64px),
    1500px
  );

  margin: 0 auto;
}


/* HEADING */

#ACTServices-act_services_hFKqKb .act-services__heading {
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
}

#ACTServices-act_services_hFKqKb .act-services__eyebrow {
  margin-bottom: 12px;

  color: var(--gold);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;

  letter-spacing: .14em;
  text-transform: uppercase;
}

#ACTServices-act_services_hFKqKb .act-services__title {
  margin: 0;

  color: var(--navy);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 48px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.025em;
}

#ACTServices-act_services_hFKqKb .act-services__intro {
  max-width: 620px;

  margin: 18px auto 0;

  color: var(--text);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}


/* GRID */

#ACTServices-act_services_hFKqKb .act-services__grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 18px;
}


/* CARD */

#ACTServices-act_services_hFKqKb .act-services__card {
  position: relative;

  min-height: 315px;

  padding: 31px 28px 27px;

  display: flex;
  flex-direction: column;

  background: var(--card);

  border:
    1px solid
    rgba(7,31,61,.08);

  box-shadow:
    0 8px 28px
    rgba(7,31,61,.035);

  overflow: hidden;

  transition:
    transform .35s cubic-bezier(.16,1,.3,1),
    box-shadow .35s ease,
    border-color .35s ease;
}

#ACTServices-act_services_hFKqKb .act-services__card::before {
  content: "";

  position: absolute;

  left: 0;
  bottom: 0;

  width: 100%;
  height: 3px;

  background: var(--gold);

  transform: scaleX(0);

  transform-origin: left center;

  transition:
    transform .4s
    cubic-bezier(.16,1,.3,1);
}

#ACTServices-act_services_hFKqKb .act-services__card:hover {
  transform: translateY(-8px);

  border-color:
    rgba(197,138,50,.25);

  box-shadow:
    0 24px 52px
    rgba(7,31,61,.09);
}

#ACTServices-act_services_hFKqKb
.act-services__card:hover::before {
  transform: scaleX(1);
}


/* ICON */

#ACTServices-act_services_hFKqKb .act-services__icon-wrap {
  width: 58px;
  height: 58px;

  margin-bottom: 26px;

  display: grid;
  place-items: center;

  color: var(--gold);

  background:
    rgba(197,138,50,.06);

  border:
    1px solid
    rgba(197,138,50,.16);
}

#ACTServices-act_services_hFKqKb .act-services__icon {
  width: 29px;
  height: 29px;

  display: block;
}

#ACTServices-act_services_hFKqKb .act-services__icon svg {
  width: 100%;
  height: 100%;

  stroke: currentColor;
  fill: none;

  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* TEXT */

#ACTServices-act_services_hFKqKb .act-services__card-title {
  margin: 0;

  color: var(--navy);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 24px;
  font-weight: 400;
  line-height: 1.12;
}

#ACTServices-act_services_hFKqKb .act-services__card-text {
  margin-top: 16px;

  color: var(--text);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 14px;
  line-height: 1.65;
}

#ACTServices-act_services_hFKqKb .act-services__link {
  margin-top: auto;
  padding-top: 24px;

  display: inline-flex;
  align-items: center;

  gap: 10px;

  width: fit-content;

  color: var(--navy);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 12px;
  font-weight: 700;

  text-decoration: none;
}

#ACTServices-act_services_hFKqKb .act-services__link-arrow {
  color: var(--gold);

  font-size: 17px;

  transition:
    transform .25s
    cubic-bezier(.22,.61,.36,1);
}

#ACTServices-act_services_hFKqKb
.act-services__link:hover
.act-services__link-arrow {
  transform: translateX(5px);
}


/* REVEAL */

#ACTServices-act_services_hFKqKb .act-services__reveal {
  opacity: 0;
  transform: translateY(26px);

  transition:
    opacity .7s ease,
    transform .7s
    cubic-bezier(.16,1,.3,1);
}

#ACTServices-act_services_hFKqKb .act-services__reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

#ACTServices-act_services_hFKqKb .act-services__card:nth-child(2) {
  transition-delay: .07s;
}

#ACTServices-act_services_hFKqKb .act-services__card:nth-child(3) {
  transition-delay: .14s;
}

#ACTServices-act_services_hFKqKb .act-services__card:nth-child(4) {
  transition-delay: .21s;
}


/* TABLET */

@media screen and (max-width: 1050px) {

  #ACTServices-act_services_hFKqKb .act-services__grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

}


/* MOBILE */

@media screen and (max-width: 680px) {

  #ACTServices-act_services_hFKqKb {
    padding:
      70px
      0;
  }

  #ACTServices-act_services_hFKqKb .act-services__inner {
    width: calc(100% - 32px);
  }

  #ACTServices-act_services_hFKqKb .act-services__heading {
    margin-bottom: 34px;
  }

  #ACTServices-act_services_hFKqKb .act-services__title {
    font-size:
      clamp(
        38px,
        11vw,
        50px
      );
  }

  #ACTServices-act_services_hFKqKb .act-services__grid {
    grid-template-columns: 1fr;
  }

  #ACTServices-act_services_hFKqKb .act-services__card {
    min-height: 285px;
  }

}

@media (prefers-reduced-motion: reduce) {

  #ACTServices-act_services_hFKqKb .act-services__reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

}





#ACTBusiness-act_business_PbGGKJ {
  --navy: #071f3d;
  --gold: #c58a32;
  --text: #26384b;
  --bg: #ffffff;
  --soft: #f4f6f7;

  position: relative;
  width: 100%;
  overflow: hidden;

  padding:
    100px
    0
    100px;

  background: var(--soft);
}

#ACTBusiness-act_business_PbGGKJ * {
  box-sizing: border-box;
}


/* =========================================================
   BACKGROUND DETAILS
========================================================= */

#ACTBusiness-act_business_PbGGKJ::before {
  content: "";

  position: absolute;

  width: 650px;
  height: 650px;

  right: -300px;
  top: -330px;

  border-radius: 50%;

  border:
    1px solid
    rgba(7,31,61,.045);

  pointer-events: none;
}

#ACTBusiness-act_business_PbGGKJ::after {
  content: "";

  position: absolute;

  width: 420px;
  height: 420px;

  right: -180px;
  top: -215px;

  border-radius: 50%;

  border:
    1px solid
    rgba(7,31,61,.04);

  pointer-events: none;
}


/* =========================================================
   WRAPPER
========================================================= */

#ACTBusiness-act_business_PbGGKJ .act-business__inner {
  position: relative;
  z-index: 2;

  width: min(
    calc(100% - 64px),
    1500px
  );

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(0, .9fr)
    minmax(0, 1.1fr);

  gap: 70px;

  align-items: center;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

#ACTBusiness-act_business_PbGGKJ .act-business__eyebrow {
  margin-bottom: 17px;

  color: var(--gold);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 10px;

  font-weight: 700;

  letter-spacing: .15em;

  text-transform: uppercase;
}


#ACTBusiness-act_business_PbGGKJ .act-business__title {
  max-width: 600px;

  margin: 0;

  color: var(--navy);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 54px;

  font-weight: 400;

  line-height: 1.02;

  letter-spacing: -.025em;
}


#ACTBusiness-act_business_PbGGKJ .act-business__title span {
  color: var(--gold);
}


#ACTBusiness-act_business_PbGGKJ .act-business__description {
  max-width: 570px;

  margin-top: 25px;

  color: var(--text);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 15px;

  line-height: 1.7;
}


#ACTBusiness-act_business_PbGGKJ .act-business__description p {
  margin: 0;
}


/* =========================================================
   FEATURE LIST
========================================================= */

#ACTBusiness-act_business_PbGGKJ .act-business__features {
  margin-top: 32px;

  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 14px 20px;
}


#ACTBusiness-act_business_PbGGKJ .act-business__feature {
  display: flex;

  align-items: center;

  gap: 11px;

  color: var(--navy);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 12px;

  font-weight: 600;
}


#ACTBusiness-act_business_PbGGKJ .act-business__check {
  width: 23px;
  height: 23px;

  flex: 0 0 23px;

  display: grid;
  place-items: center;

  border:
    1px solid
    rgba(197,138,50,.42);

  color: var(--gold);

  font-size: 12px;
}


/* =========================================================
   BUTTON
========================================================= */

#ACTBusiness-act_business_PbGGKJ .act-business__button {
  margin-top: 34px;

  min-height: 52px;

  padding: 0 26px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 17px;

  color: #ffffff;

  background: var(--navy);

  border: 1px solid var(--navy);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 12px;

  font-weight: 700;

  text-decoration: none;

  transition:
    transform .25s ease,
    box-shadow .25s ease;
}


#ACTBusiness-act_business_PbGGKJ .act-business__button:hover {
  transform: translateY(-2px);

  box-shadow:
    0 14px 30px
    rgba(7,31,61,.15);
}


#ACTBusiness-act_business_PbGGKJ .act-business__button-arrow {
  color: var(--gold);

  font-size: 19px;

  transition:
    transform .25s ease;
}


#ACTBusiness-act_business_PbGGKJ
.act-business__button:hover
.act-business__button-arrow {
  transform: translateX(5px);
}


/* =========================================================
   RIGHT SIDE PANEL
========================================================= */

#ACTBusiness-act_business_PbGGKJ .act-business__panel {
  position: relative;

  padding: 28px;

  background: var(--bg);

  border:
    1px solid
    rgba(7,31,61,.07);

  box-shadow:
    0 22px 55px
    rgba(7,31,61,.07);
}


/* GOLD TOP LINE */

#ACTBusiness-act_business_PbGGKJ .act-business__panel::before {
  content: "";

  position: absolute;

  left: 28px;
  top: 0;

  width: 75px;
  height: 3px;

  background: var(--gold);
}


/* =========================================================
   STAGE CARDS
========================================================= */

#ACTBusiness-act_business_PbGGKJ .act-business__stages {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 15px;
}


#ACTBusiness-act_business_PbGGKJ .act-business__stage {
  position: relative;

  min-height: 175px;

  padding: 25px 23px;

  display: flex;
  flex-direction: column;

  background: #ffffff;

  border:
    1px solid
    rgba(7,31,61,.07);

  transition:
    transform .3s
    cubic-bezier(.16,1,.3,1),
    border-color .3s ease,
    box-shadow .3s ease;
}


#ACTBusiness-act_business_PbGGKJ .act-business__stage:hover {
  transform: translateY(-5px);

  border-color:
    rgba(197,138,50,.3);

  box-shadow:
    0 16px 35px
    rgba(7,31,61,.07);
}


#ACTBusiness-act_business_PbGGKJ .act-business__stage-number {
  margin-bottom: 17px;

  color: var(--gold);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 14px;
}


#ACTBusiness-act_business_PbGGKJ .act-business__stage-title {
  margin: 0;

  color: var(--navy);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 21px;

  font-weight: 400;

  line-height: 1.15;
}


#ACTBusiness-act_business_PbGGKJ .act-business__stage-text {
  margin-top: 11px;

  color: var(--text);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 12px;

  line-height: 1.55;
}


/* =========================================================
   PANEL FOOTER
========================================================= */

#ACTBusiness-act_business_PbGGKJ .act-business__panel-footer {
  margin-top: 15px;

  padding: 22px 24px;

  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 25px;

  color: #ffffff;

  background: var(--navy);
}


#ACTBusiness-act_business_PbGGKJ .act-business__panel-footer-title {
  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 20px;

  line-height: 1.2;
}


#ACTBusiness-act_business_PbGGKJ .act-business__panel-footer-text {
  max-width: 280px;

  color:
    rgba(255,255,255,.72);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 10px;

  line-height: 1.5;

  text-align: right;
}


/* =========================================================
   SCROLL REVEAL
========================================================= */

#ACTBusiness-act_business_PbGGKJ .act-business__reveal {
  opacity: 0;

  transform: translateY(28px);

  transition:
    opacity .75s ease,
    transform .75s
    cubic-bezier(.16,1,.3,1);
}


#ACTBusiness-act_business_PbGGKJ
.act-business__reveal.is-visible {
  opacity: 1;

  transform: translateY(0);
}


#ACTBusiness-act_business_PbGGKJ .act-business__panel {
  transition-delay: .12s;
}


/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 1050px) {

  #ACTBusiness-act_business_PbGGKJ .act-business__inner {
    grid-template-columns: 1fr;

    gap: 50px;
  }


  #ACTBusiness-act_business_PbGGKJ .act-business__content {
    max-width: 760px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 680px) {

  #ACTBusiness-act_business_PbGGKJ {
    padding:
      70px
      0;
  }


  #ACTBusiness-act_business_PbGGKJ .act-business__inner {
    width: calc(100% - 32px);

    gap: 38px;
  }


  #ACTBusiness-act_business_PbGGKJ .act-business__title {
    font-size:
      clamp(
        39px,
        11vw,
        50px
      );
  }


  #ACTBusiness-act_business_PbGGKJ .act-business__features {
    grid-template-columns: 1fr;
  }


  #ACTBusiness-act_business_PbGGKJ .act-business__panel {
    padding: 18px;
  }


  #ACTBusiness-act_business_PbGGKJ .act-business__stages {
    grid-template-columns: 1fr;
  }


  #ACTBusiness-act_business_PbGGKJ .act-business__stage {
    min-height: auto;
  }


  #ACTBusiness-act_business_PbGGKJ .act-business__panel-footer {
    align-items: flex-start;

    flex-direction: column;
  }


  #ACTBusiness-act_business_PbGGKJ .act-business__panel-footer-text {
    max-width: none;

    text-align: left;
  }

}


@media (prefers-reduced-motion: reduce) {

  #ACTBusiness-act_business_PbGGKJ .act-business__reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

}





#ACTLeadership-act_leadership_HW8E7w {
  --navy: #071f3d;
  --gold: #c58a32;
  --text: #26384b;
  --bg: #ffffff;
  --soft: #f2f5f6;

  position: relative;
  width: 100%;
  overflow: hidden;

  padding:
    105px
    0
    105px;

  background: var(--bg);
}

#ACTLeadership-act_leadership_HW8E7w * {
  box-sizing: border-box;
}


/* WRAPPER */

#ACTLeadership-act_leadership_HW8E7w .act-leadership__inner {
  width: min(
    calc(100% - 64px),
    1500px
  );

  margin: 0 auto;

  display: grid;
  grid-template-columns:
    minmax(0, .92fr)
    minmax(0, 1.08fr);

  gap: 85px;
  align-items: center;
}


/* =========================================================
   IMAGE
========================================================= */

#ACTLeadership-act_leadership_HW8E7w .act-leadership__visual {
  position: relative;
  min-height: 570px;
}

#ACTLeadership-act_leadership_HW8E7w .act-leadership__image-frame {
  position: absolute;
  inset: 0 55px 0 0;

  overflow: hidden;

  background: var(--soft);
}

#ACTLeadership-act_leadership_HW8E7w .act-leadership__image {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  object-position:
    62%
    50%;
}


/* decorative gold line */

#ACTLeadership-act_leadership_HW8E7w .act-leadership__gold-line {
  position: absolute;

  left: -18px;
  top: 52px;

  width: 3px;
  height: 105px;

  background: var(--gold);
}


/* FLOATING CARD */

#ACTLeadership-act_leadership_HW8E7w .act-leadership__card {
  position: absolute;

  right: 0;
  bottom: 50px;

  width: 270px;

  padding: 25px 24px;

  background: var(--navy);
  color: #ffffff;

  box-shadow:
    0 20px 45px
    rgba(7,31,61,.18);
}

#ACTLeadership-act_leadership_HW8E7w .act-leadership__card-label {
  color: var(--gold);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 700;

  letter-spacing: .15em;
  text-transform: uppercase;
}

#ACTLeadership-act_leadership_HW8E7w .act-leadership__card-name {
  margin-top: 10px;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 22px;
  line-height: 1.15;
}

#ACTLeadership-act_leadership_HW8E7w .act-leadership__card-role {
  margin-top: 7px;

  color: rgba(255,255,255,.68);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}


/* =========================================================
   CONTENT
========================================================= */

#ACTLeadership-act_leadership_HW8E7w .act-leadership__eyebrow {
  margin-bottom: 17px;

  color: var(--gold);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;

  letter-spacing: .15em;
  text-transform: uppercase;
}

#ACTLeadership-act_leadership_HW8E7w .act-leadership__title {
  max-width: 620px;

  margin: 0;

  color: var(--navy);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 54px;
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -.025em;
}

#ACTLeadership-act_leadership_HW8E7w .act-leadership__title span {
  color: var(--gold);
}

#ACTLeadership-act_leadership_HW8E7w .act-leadership__description {
  max-width: 640px;

  margin-top: 26px;

  color: var(--text);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.75;
}

#ACTLeadership-act_leadership_HW8E7w .act-leadership__description p {
  margin: 0 0 15px;
}

#ACTLeadership-act_leadership_HW8E7w
.act-leadership__description p:last-child {
  margin-bottom: 0;
}


/* QUOTE */

#ACTLeadership-act_leadership_HW8E7w .act-leadership__quote {
  position: relative;

  max-width: 590px;

  margin-top: 32px;
  padding: 6px 0 6px 28px;

  border-left: 2px solid var(--gold);

  color: var(--navy);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
}


/* =========================================================
   PRINCIPLES
========================================================= */

#ACTLeadership-act_leadership_HW8E7w .act-leadership__principles {
  margin-top: 38px;

  display: grid;
  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  border-top:
    1px solid
    rgba(7,31,61,.09);

  border-bottom:
    1px solid
    rgba(7,31,61,.09);
}

#ACTLeadership-act_leadership_HW8E7w .act-leadership__principle {
  position: relative;

  padding: 23px 20px 23px 0;
}

#ACTLeadership-act_leadership_HW8E7w
.act-leadership__principle:not(:last-child) {
  margin-right: 22px;

  border-right:
    1px solid
    rgba(7,31,61,.08);
}

#ACTLeadership-act_leadership_HW8E7w .act-leadership__principle-number {
  margin-bottom: 7px;

  color: var(--gold);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 12px;
}

#ACTLeadership-act_leadership_HW8E7w .act-leadership__principle-title {
  color: var(--navy);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

#ACTLeadership-act_leadership_HW8E7w .act-leadership__principle-text {
  margin-top: 6px;

  color: var(--text);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1.5;

  opacity: .8;
}


/* =========================================================
   BUTTON
========================================================= */

#ACTLeadership-act_leadership_HW8E7w .act-leadership__button {
  margin-top: 33px;

  min-height: 50px;

  padding: 0 25px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 17px;

  background: transparent;

  border: 1px solid var(--gold);

  color: var(--gold);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;

  text-decoration: none;

  transition:
    background .25s ease,
    color .25s ease,
    transform .25s ease;
}

#ACTLeadership-act_leadership_HW8E7w .act-leadership__button:hover {
  background: var(--gold);
  color: #ffffff;

  transform: translateY(-2px);
}

#ACTLeadership-act_leadership_HW8E7w .act-leadership__arrow {
  transition: transform .25s ease;
}

#ACTLeadership-act_leadership_HW8E7w
.act-leadership__button:hover
.act-leadership__arrow {
  transform: translateX(5px);
}


/* =========================================================
   REVEAL
========================================================= */

#ACTLeadership-act_leadership_HW8E7w .act-leadership__reveal {
  opacity: 0;

  transform: translateY(28px);

  transition:
    opacity .75s ease,
    transform .8s
    cubic-bezier(.16,1,.3,1);
}

#ACTLeadership-act_leadership_HW8E7w
.act-leadership__reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

#ACTLeadership-act_leadership_HW8E7w
.act-leadership__content {
  transition-delay: .12s;
}


/* TABLET */

@media screen and (max-width: 1000px) {

  #ACTLeadership-act_leadership_HW8E7w .act-leadership__inner {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  #ACTLeadership-act_leadership_HW8E7w .act-leadership__visual {
    min-height: 560px;
  }

  #ACTLeadership-act_leadership_HW8E7w .act-leadership__content {
    max-width: 800px;
  }

}


/* MOBILE */

@media screen and (max-width: 680px) {

  #ACTLeadership-act_leadership_HW8E7w {
    padding: 70px 0;
  }

  #ACTLeadership-act_leadership_HW8E7w .act-leadership__inner {
    width: calc(100% - 32px);
    gap: 45px;
  }

  #ACTLeadership-act_leadership_HW8E7w .act-leadership__visual {
    min-height: 470px;
  }

  #ACTLeadership-act_leadership_HW8E7w .act-leadership__image-frame {
    inset: 0 20px 0 0;
  }

  #ACTLeadership-act_leadership_HW8E7w .act-leadership__card {
    width: 235px;

    right: 0;
    bottom: 25px;
  }

  #ACTLeadership-act_leadership_HW8E7w .act-leadership__title {
    font-size:
      clamp(
        40px,
        11vw,
        52px
      );
  }

  #ACTLeadership-act_leadership_HW8E7w .act-leadership__principles {
    grid-template-columns: 1fr;
  }

  #ACTLeadership-act_leadership_HW8E7w
  .act-leadership__principle:not(:last-child) {
    margin-right: 0;

    border-right: none;

    border-bottom:
      1px solid
      rgba(7,31,61,.08);
  }

}


@media (prefers-reduced-motion: reduce) {

  #ACTLeadership-act_leadership_HW8E7w .act-leadership__reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

}





#ACTTeam-act_team_GBKgbx {
  --navy: #071f3d;
  --gold: #c58a32;
  --text: #26384b;
  --bg: #f5f6f7;
  --card-bg: #ffffff;

  width: 100%;

  padding:
    100px
    0
    100px;

  background: var(--bg);
}

#ACTTeam-act_team_GBKgbx * {
  box-sizing: border-box;
}


/* =========================================================
   WRAPPER
========================================================= */

#ACTTeam-act_team_GBKgbx .act-team__inner {
  width: min(
    calc(100% - 64px),
    1500px
  );

  margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

#ACTTeam-act_team_GBKgbx .act-team__header {
  max-width: 760px;

  margin: 0 auto 52px;

  text-align: center;
}


#ACTTeam-act_team_GBKgbx .act-team__eyebrow {
  margin-bottom: 13px;

  color: var(--gold);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 10px;

  font-weight: 700;

  letter-spacing: .16em;

  text-transform: uppercase;
}


#ACTTeam-act_team_GBKgbx .act-team__title {
  margin: 0;

  color: var(--navy);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 50px;

  font-weight: 400;

  line-height: 1.02;

  letter-spacing: -.025em;
}


#ACTTeam-act_team_GBKgbx .act-team__title span {
  color: var(--gold);
}


#ACTTeam-act_team_GBKgbx .act-team__intro {
  max-width: 620px;

  margin: 18px auto 0;

  color: var(--text);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 15px;

  line-height: 1.65;
}


/* =========================================================
   GRID
========================================================= */

#ACTTeam-act_team_GBKgbx .act-team__grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 20px;
}


/* =========================================================
   MEMBER CARD
========================================================= */

#ACTTeam-act_team_GBKgbx .act-team__member {
  position: relative;

  background: var(--card-bg);

  border:
    1px solid
    rgba(7,31,61,.08);

  overflow: hidden;

  transition:
    transform .35s cubic-bezier(.16,1,.3,1),
    box-shadow .35s ease,
    border-color .35s ease;
}


#ACTTeam-act_team_GBKgbx .act-team__member:hover {
  transform: translateY(-7px);

  border-color:
    rgba(197,138,50,.25);

  box-shadow:
    0 22px 48px
    rgba(7,31,61,.09);
}


/* =========================================================
   PHOTO
========================================================= */

#ACTTeam-act_team_GBKgbx .act-team__photo-wrap {
  position: relative;

  aspect-ratio: 4 / 4.6;

  overflow: hidden;

  background: #eef2f4;
}


#ACTTeam-act_team_GBKgbx .act-team__photo {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  object-position: center top;

  transition:
    transform .65s
    cubic-bezier(.16,1,.3,1);
}


#ACTTeam-act_team_GBKgbx
.act-team__member:hover
.act-team__photo {
  transform: scale(1.035);
}


/* photo placeholder */

#ACTTeam-act_team_GBKgbx .act-team__placeholder {
  width: 100%;
  height: 100%;

  display: grid;

  place-items: center;

  background:
    linear-gradient(
      135deg,
      #f3f5f6,
      #e9eef1
    );

  color:
    rgba(7,31,61,.25);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 50px;
}


/* GOLD CORNER */

#ACTTeam-act_team_GBKgbx .act-team__photo-wrap::after {
  content: "";

  position: absolute;

  left: 0;
  bottom: 0;

  width: 0;
  height: 3px;

  background: var(--gold);

  transition:
    width .4s
    cubic-bezier(.16,1,.3,1);
}


#ACTTeam-act_team_GBKgbx
.act-team__member:hover
.act-team__photo-wrap::after {
  width: 100%;
}


/* =========================================================
   MEMBER CONTENT
========================================================= */

#ACTTeam-act_team_GBKgbx .act-team__member-content {
  min-height: 150px;

  padding:
    22px
    21px
    23px;
}


#ACTTeam-act_team_GBKgbx .act-team__name {
  margin: 0;

  color: var(--navy);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 21px;

  font-weight: 400;

  line-height: 1.15;
}


#ACTTeam-act_team_GBKgbx .act-team__role {
  margin-top: 7px;

  color: var(--gold);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 10px;

  font-weight: 700;

  letter-spacing: .04em;

  text-transform: uppercase;
}


#ACTTeam-act_team_GBKgbx .act-team__bio {
  margin-top: 13px;

  color: var(--text);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 11px;

  line-height: 1.55;

  opacity: .8;
}


/* =========================================================
   LEADERSHIP MEMBER
========================================================= */

#ACTTeam-act_team_GBKgbx
.act-team__member--featured {
  background: var(--navy);

  border-color: var(--navy);
}


#ACTTeam-act_team_GBKgbx
.act-team__member--featured
.act-team__name {
  color: #ffffff;
}


#ACTTeam-act_team_GBKgbx
.act-team__member--featured
.act-team__bio {
  color: rgba(255,255,255,.75);

  opacity: 1;
}


#ACTTeam-act_team_GBKgbx
.act-team__member--featured
.act-team__role {
  color: var(--gold);
}


/* =========================================================
   BOTTOM CTA
========================================================= */

#ACTTeam-act_team_GBKgbx .act-team__footer {
  margin-top: 42px;

  display: flex;

  align-items: center;
  justify-content: center;
}


#ACTTeam-act_team_GBKgbx .act-team__button {
  min-height: 50px;

  padding: 0 25px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 16px;

  border:
    1px solid
    var(--gold);

  color: var(--gold);

  background: transparent;

  text-decoration: none;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 12px;

  font-weight: 700;

  transition:
    background .25s ease,
    color .25s ease,
    transform .25s ease;
}


#ACTTeam-act_team_GBKgbx .act-team__button:hover {
  background: var(--gold);

  color: #ffffff;

  transform: translateY(-2px);
}


#ACTTeam-act_team_GBKgbx .act-team__arrow {
  transition:
    transform .25s ease;
}


#ACTTeam-act_team_GBKgbx
.act-team__button:hover
.act-team__arrow {
  transform: translateX(5px);
}


/* =========================================================
   SCROLL REVEAL
========================================================= */

#ACTTeam-act_team_GBKgbx .act-team__reveal {
  opacity: 0;

  transform: translateY(25px);

  transition:
    opacity .7s ease,
    transform .75s
    cubic-bezier(.16,1,.3,1);
}


#ACTTeam-act_team_GBKgbx
.act-team__reveal.is-visible {
  opacity: 1;

  transform: translateY(0);
}


#ACTTeam-act_team_GBKgbx
.act-team__member:nth-child(2) {
  transition-delay: .06s;
}


#ACTTeam-act_team_GBKgbx
.act-team__member:nth-child(3) {
  transition-delay: .12s;
}


#ACTTeam-act_team_GBKgbx
.act-team__member:nth-child(4) {
  transition-delay: .18s;
}


#ACTTeam-act_team_GBKgbx
.act-team__member:nth-child(5) {
  transition-delay: .24s;
}


#ACTTeam-act_team_GBKgbx
.act-team__member:nth-child(6) {
  transition-delay: .30s;
}


/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 1050px) {

  #ACTTeam-act_team_GBKgbx .act-team__grid {
    grid-template-columns:
      repeat(3, minmax(0, 1fr));
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 720px) {

  #ACTTeam-act_team_GBKgbx {
    padding:
      70px
      0;
  }


  #ACTTeam-act_team_GBKgbx .act-team__inner {
    width:
      calc(100% - 32px);
  }


  #ACTTeam-act_team_GBKgbx .act-team__header {
    margin-bottom: 35px;
  }


  #ACTTeam-act_team_GBKgbx .act-team__title {
    font-size:
      clamp(
        39px,
        11vw,
        50px
      );
  }


  #ACTTeam-act_team_GBKgbx .act-team__grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 12px;
  }


  #ACTTeam-act_team_GBKgbx .act-team__member-content {
    min-height: 130px;

    padding:
      17px
      14px
      18px;
  }


  #ACTTeam-act_team_GBKgbx .act-team__name {
    font-size: 17px;
  }


  #ACTTeam-act_team_GBKgbx .act-team__role {
    font-size: 8px;
  }


  #ACTTeam-act_team_GBKgbx .act-team__bio {
    display: none;
  }

}


@media screen and (max-width: 430px) {

  #ACTTeam-act_team_GBKgbx .act-team__grid {
    grid-template-columns: 1fr;
  }


  #ACTTeam-act_team_GBKgbx .act-team__photo-wrap {
    aspect-ratio: 4 / 4;
  }


  #ACTTeam-act_team_GBKgbx .act-team__bio {
    display: block;
  }

}


@media (prefers-reduced-motion: reduce) {

  #ACTTeam-act_team_GBKgbx .act-team__reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

}





#ACTProcess-act_process_w4F9y8 {
  --navy: #071f3d;
  --gold: #c58a32;
  --text: #26384b;
  --bg: #ffffff;
  --soft: #f3f5f6;

  width: 100%;
  position: relative;
  overflow: hidden;

  padding:
    100px
    0
    100px;

  background: var(--bg);
}

#ACTProcess-act_process_w4F9y8 * {
  box-sizing: border-box;
}


/* =========================================================
   BACKGROUND
========================================================= */

#ACTProcess-act_process_w4F9y8::before {
  content: "";

  position: absolute;
  width: 620px;
  height: 620px;

  left: -330px;
  top: -350px;

  border-radius: 50%;
  border: 1px solid rgba(7,31,61,.035);

  pointer-events: none;
}


/* =========================================================
   WRAPPER
========================================================= */

#ACTProcess-act_process_w4F9y8 .act-process__inner {
  width: min(
    calc(100% - 64px),
    1500px
  );

  margin: 0 auto;

  position: relative;
  z-index: 2;
}


/* =========================================================
   HEADER
========================================================= */

#ACTProcess-act_process_w4F9y8 .act-process__header {
  max-width: 760px;
  margin: 0 auto 62px;

  text-align: center;
}

#ACTProcess-act_process_w4F9y8 .act-process__eyebrow {
  margin-bottom: 13px;

  color: var(--gold);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;

  letter-spacing: .16em;
  text-transform: uppercase;
}

#ACTProcess-act_process_w4F9y8 .act-process__title {
  margin: 0;

  color: var(--navy);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 50px;

  font-weight: 400;
  line-height: 1.02;

  letter-spacing: -.025em;
}

#ACTProcess-act_process_w4F9y8 .act-process__title span {
  color: var(--gold);
}

#ACTProcess-act_process_w4F9y8 .act-process__intro {
  max-width: 610px;

  margin: 18px auto 0;

  color: var(--text);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;

  line-height: 1.65;
}


/* =========================================================
   PROCESS LINE
========================================================= */

#ACTProcess-act_process_w4F9y8 .act-process__steps {
  position: relative;

  display: grid;

  grid-template-columns:
    repeat(5, minmax(0, 1fr));

  gap: 25px;
}


/* line behind steps */

#ACTProcess-act_process_w4F9y8 .act-process__steps::before {
  content: "";

  position: absolute;

  top: 42px;
  left: 10%;
  right: 10%;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      rgba(197,138,50,.1),
      rgba(197,138,50,.55),
      rgba(197,138,50,.1)
    );

  z-index: 0;
}


/* =========================================================
   STEP
========================================================= */

#ACTProcess-act_process_w4F9y8 .act-process__step {
  position: relative;
  z-index: 2;

  text-align: center;
}


/* circle */

#ACTProcess-act_process_w4F9y8 .act-process__icon-wrap {
  width: 84px;
  height: 84px;

  margin: 0 auto 23px;

  position: relative;

  display: grid;
  place-items: center;

  border-radius: 50%;

  color: var(--navy);

  background: var(--soft);

  border:
    1px solid
    rgba(7,31,61,.08);

  box-shadow:
    0 8px 25px
    rgba(7,31,61,.04);

  transition:
    transform .35s cubic-bezier(.16,1,.3,1),
    background .35s ease,
    color .35s ease,
    border-color .35s ease;
}

#ACTProcess-act_process_w4F9y8 .act-process__step:hover
.act-process__icon-wrap {
  transform: translateY(-6px);

  color: #ffffff;

  background: var(--navy);

  border-color: var(--navy);
}


/* NUMBER */

#ACTProcess-act_process_w4F9y8 .act-process__number {
  position: absolute;

  right: -3px;
  bottom: -3px;

  width: 27px;
  height: 27px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  color: #ffffff;
  background: var(--navy);

  border: 3px solid var(--bg);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 700;

  transition:
    background .3s ease;
}

#ACTProcess-act_process_w4F9y8 .act-process__step:hover
.act-process__number {
  background: var(--gold);
}


/* ICON */

#ACTProcess-act_process_w4F9y8 .act-process__icon {
  width: 31px;
  height: 31px;
}

#ACTProcess-act_process_w4F9y8 .act-process__icon svg {
  width: 100%;
  height: 100%;

  fill: none;
  stroke: currentColor;

  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* TEXT */

#ACTProcess-act_process_w4F9y8 .act-process__step-title {
  margin: 0;

  color: var(--navy);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 21px;

  font-weight: 400;
  line-height: 1.15;
}

#ACTProcess-act_process_w4F9y8 .act-process__step-text {
  max-width: 205px;

  margin: 11px auto 0;

  color: var(--text);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;

  line-height: 1.6;
}


/* =========================================================
   BOTTOM MESSAGE
========================================================= */

#ACTProcess-act_process_w4F9y8 .act-process__footer {
  max-width: 980px;

  margin: 65px auto 0;

  padding: 28px 35px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 30px;

  background: var(--navy);

  color: #ffffff;
}

#ACTProcess-act_process_w4F9y8 .act-process__footer-heading {
  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 23px;

  line-height: 1.2;
}

#ACTProcess-act_process_w4F9y8 .act-process__footer-text {
  max-width: 470px;

  margin-top: 6px;

  color: rgba(255,255,255,.7);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;

  line-height: 1.55;
}

#ACTProcess-act_process_w4F9y8 .act-process__button {
  min-height: 48px;

  padding: 0 23px;

  flex-shrink: 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 13px;

  color: var(--navy);
  background: var(--gold);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;

  text-decoration: none;

  transition:
    transform .25s ease,
    background .25s ease;
}

#ACTProcess-act_process_w4F9y8 .act-process__button:hover {
  transform: translateY(-2px);
  background: #d39a45;
}


/* =========================================================
   SCROLL REVEAL
========================================================= */

#ACTProcess-act_process_w4F9y8 .act-process__reveal {
  opacity: 0;

  transform: translateY(25px);

  transition:
    opacity .7s ease,
    transform .75s
    cubic-bezier(.16,1,.3,1);
}

#ACTProcess-act_process_w4F9y8
.act-process__reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

#ACTProcess-act_process_w4F9y8
.act-process__step:nth-child(2) {
  transition-delay: .07s;
}

#ACTProcess-act_process_w4F9y8
.act-process__step:nth-child(3) {
  transition-delay: .14s;
}

#ACTProcess-act_process_w4F9y8
.act-process__step:nth-child(4) {
  transition-delay: .21s;
}

#ACTProcess-act_process_w4F9y8
.act-process__step:nth-child(5) {
  transition-delay: .28s;
}


/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 1050px) {

  #ACTProcess-act_process_w4F9y8 .act-process__steps {
    grid-template-columns:
      repeat(3, minmax(0, 1fr));

    gap: 45px 25px;
  }

  #ACTProcess-act_process_w4F9y8 .act-process__steps::before {
    display: none;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 680px) {

  #ACTProcess-act_process_w4F9y8 {
    padding:
      70px
      0;
  }

  #ACTProcess-act_process_w4F9y8 .act-process__inner {
    width: calc(100% - 32px);
  }

  #ACTProcess-act_process_w4F9y8 .act-process__header {
    margin-bottom: 42px;
  }

  #ACTProcess-act_process_w4F9y8 .act-process__title {
    font-size:
      clamp(
        39px,
        11vw,
        50px
      );
  }

  #ACTProcess-act_process_w4F9y8 .act-process__steps {
    grid-template-columns: 1fr;

    gap: 18px;
  }

  #ACTProcess-act_process_w4F9y8 .act-process__step {
    display: grid;

    grid-template-columns:
      72px
      1fr;

    gap: 18px;

    align-items: center;

    text-align: left;

    padding: 17px;

    background: #ffffff;

    border:
      1px solid
      rgba(7,31,61,.07);
  }

  #ACTProcess-act_process_w4F9y8 .act-process__icon-wrap {
    width: 66px;
    height: 66px;

    margin: 0;

    grid-row: 1 / span 2;
  }

  #ACTProcess-act_process_w4F9y8 .act-process__icon {
    width: 26px;
    height: 26px;
  }

  #ACTProcess-act_process_w4F9y8 .act-process__step-title {
    align-self: end;

    font-size: 19px;
  }

  #ACTProcess-act_process_w4F9y8 .act-process__step-text {
    max-width: none;

    margin: 3px 0 0;

    align-self: start;
  }

  #ACTProcess-act_process_w4F9y8 .act-process__footer {
    margin-top: 40px;

    padding: 26px 22px;

    align-items: flex-start;

    flex-direction: column;
  }

  #ACTProcess-act_process_w4F9y8 .act-process__button {
    width: 100%;
  }

}


@media (prefers-reduced-motion: reduce) {

  #ACTProcess-act_process_w4F9y8 .act-process__reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

}





#ACTFinalCTA-act_final_cta_exDw7z {
  --navy: #071f3d;
  --gold: #c58a32;
  --text: #ffffff;

  position: relative;
  width: 100%;
  overflow: hidden;

  padding:
    85px
    0
    85px;

  background:
    linear-gradient(
      120deg,
      #061d39 0%,
      #082a50 58%,
      #0b355f 100%
    );

  color: #ffffff;
}

#ACTFinalCTA-act_final_cta_exDw7z * {
  box-sizing: border-box;
}


/* DECORATIVE CIRCLES */

#ACTFinalCTA-act_final_cta_exDw7z::before {
  content: "";

  position: absolute;

  width: 600px;
  height: 600px;

  right: -260px;
  top: -360px;

  border-radius: 50%;

  border:
    1px solid
    rgba(255,255,255,.06);

  pointer-events: none;
}

#ACTFinalCTA-act_final_cta_exDw7z::after {
  content: "";

  position: absolute;

  width: 390px;
  height: 390px;

  right: -150px;
  top: -245px;

  border-radius: 50%;

  border:
    1px solid
    rgba(197,138,50,.12);

  pointer-events: none;
}


/* WRAPPER */

#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__inner {
  position: relative;
  z-index: 2;

  width: min(
    calc(100% - 64px),
    1500px
  );

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    auto;

  gap: 80px;

  align-items: center;
}


/* CONTENT */

#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__eyebrow {
  margin-bottom: 14px;

  color: var(--gold);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 10px;

  font-weight: 700;

  letter-spacing: .16em;

  text-transform: uppercase;
}


#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__title {
  max-width: 780px;

  margin: 0;

  color: #ffffff;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 54px;

  font-weight: 400;

  line-height: 1.02;

  letter-spacing: -.025em;
}


#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__title span {
  color: var(--gold);
}


#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__text {
  max-width: 720px;

  margin-top: 20px;

  color:
    rgba(255,255,255,.72);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 15px;

  line-height: 1.7;
}


#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__text p {
  margin: 0;
}


/* ACTIONS */

#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__actions {
  min-width: 275px;

  display: flex;

  flex-direction: column;

  gap: 12px;
}


#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__button {
  min-height: 55px;

  padding: 0 25px;

  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 20px;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 11px;

  font-weight: 700;

  text-decoration: none;

  transition:
    transform .25s ease,
    background .25s ease,
    color .25s ease,
    border-color .25s ease;
}


/* PRIMARY */

#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__button--primary {
  background: var(--gold);

  border: 1px solid var(--gold);

  color: var(--navy);
}

#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__button--primary:hover {
  transform: translateY(-2px);

  background: #d59a40;
}


/* SECONDARY */

#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__button--secondary {
  background: transparent;

  border:
    1px solid
    rgba(255,255,255,.35);

  color: #ffffff;
}

#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__button--secondary:hover {
  transform: translateY(-2px);

  border-color: var(--gold);

  color: var(--gold);
}


/* SMALL TRUST LINE */

#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__trust {
  margin-top: 25px;

  display: flex;
  flex-wrap: wrap;

  gap: 18px;

  color:
    rgba(255,255,255,.54);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 9px;

  letter-spacing: .03em;
}

#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__trust span {
  display: inline-flex;

  align-items: center;

  gap: 7px;
}

#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__trust i {
  color: var(--gold);

  font-style: normal;
}


/* SCROLL REVEAL */

#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__reveal {
  opacity: 0;

  transform: translateY(24px);

  transition:
    opacity .75s ease,
    transform .8s
    cubic-bezier(.16,1,.3,1);
}

#ACTFinalCTA-act_final_cta_exDw7z
.act-final-cta__reveal.is-visible {
  opacity: 1;

  transform: translateY(0);
}

#ACTFinalCTA-act_final_cta_exDw7z
.act-final-cta__actions {
  transition-delay: .12s;
}


/* TABLET */

@media screen and (max-width: 900px) {

  #ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__inner {
    grid-template-columns: 1fr;

    gap: 38px;
  }

  #ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__actions {
    width: 100%;
    max-width: 420px;
  }

}


/* MOBILE */

@media screen and (max-width: 620px) {

  #ACTFinalCTA-act_final_cta_exDw7z {
    padding:
      70px
      0;
  }

  #ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__inner {
    width:
      calc(100% - 36px);
  }

  #ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__title {
    font-size:
      clamp(
        40px,
        11vw,
        52px
      );
  }

  #ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__text {
    font-size: 14px;
  }

  #ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__actions {
    max-width: none;
  }

}


@media (prefers-reduced-motion: reduce) {

  #ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__reveal {
    opacity: 1;

    transform: none;

    transition: none;
  }

}





#ACTFooter-act_footer_ABKHgT {
  --navy: #071f3d;
  --navy-soft: #0b294d;
  --gold: #c58a32;
  --text: #ffffff;

  position: relative;
  width: 100%;
  overflow: hidden;

  background: var(--navy);
  color: #ffffff;
}

#ACTFooter-act_footer_ABKHgT * {
  box-sizing: border-box;
}


/* =========================================================
   GOLD TOP ACCENT
========================================================= */

#ACTFooter-act_footer_ABKHgT::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 100%;
  height: 3px;

  background:
    linear-gradient(
      90deg,
      transparent,
      var(--gold) 25%,
      var(--gold) 75%,
      transparent
    );
}


/* =========================================================
   MAIN WRAPPER
========================================================= */

#ACTFooter-act_footer_ABKHgT .act-footer__inner {
  width: min(
    calc(100% - 64px),
    1500px
  );

  margin: 0 auto;

  padding:
    80px
    0
    50px;
}


/* =========================================================
   GRID
========================================================= */

#ACTFooter-act_footer_ABKHgT .act-footer__grid {
  display: grid;

  grid-template-columns:
    1.4fr
    .85fr
    .85fr
    1fr;

  gap: 65px;
}


/* =========================================================
   BRAND
========================================================= */

#ACTFooter-act_footer_ABKHgT .act-footer__brand-link {
  display: inline-flex;

  align-items: center;

  gap: 14px;

  color: #ffffff;

  text-decoration: none;
}


#ACTFooter-act_footer_ABKHgT .act-footer__logo {
  display: block;

  width: auto;

  max-width:
    240px;

  max-height: 64px;

  object-fit: contain;
}


#ACTFooter-act_footer_ABKHgT .act-footer__monogram {
  width: 54px;
  height: 54px;

  display: grid;
  place-items: center;

  border:
    1px solid
    rgba(197,138,50,.65);

  color: var(--gold);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 16px;

  letter-spacing: .07em;
}


#ACTFooter-act_footer_ABKHgT .act-footer__company {
  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 19px;

  line-height: 1.1;
}


#ACTFooter-act_footer_ABKHgT .act-footer__tagline {
  margin-top: 5px;

  color:
    rgba(255,255,255,.58);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 8px;

  font-weight: 600;

  letter-spacing: .18em;

  text-transform: uppercase;
}


#ACTFooter-act_footer_ABKHgT .act-footer__description {
  max-width: 390px;

  margin-top: 25px;

  color:
    rgba(255,255,255,.68);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 12px;

  line-height: 1.75;
}


#ACTFooter-act_footer_ABKHgT
.act-footer__description p {
  margin: 0;
}


/* =========================================================
   COLUMN TITLES
========================================================= */

#ACTFooter-act_footer_ABKHgT .act-footer__heading {
  position: relative;

  margin: 0 0 23px;

  padding-bottom: 13px;

  color: #ffffff;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 17px;

  font-weight: 400;
}


#ACTFooter-act_footer_ABKHgT
.act-footer__heading::after {
  content: "";

  position: absolute;

  left: 0;
  bottom: 0;

  width: 35px;
  height: 1px;

  background: var(--gold);
}


/* =========================================================
   LINKS
========================================================= */

#ACTFooter-act_footer_ABKHgT .act-footer__links {
  margin: 0;
  padding: 0;

  list-style: none;
}


#ACTFooter-act_footer_ABKHgT
.act-footer__links li + li {
  margin-top: 13px;
}


#ACTFooter-act_footer_ABKHgT
.act-footer__link {
  position: relative;

  color:
    rgba(255,255,255,.68);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 11px;

  line-height: 1.4;

  text-decoration: none;

  transition:
    color .2s ease,
    padding-left .25s ease;
}


#ACTFooter-act_footer_ABKHgT
.act-footer__link::before {
  content: "";

  position: absolute;

  left: 0;
  top: 50%;

  width: 0;

  height: 1px;

  transform:
    translateY(-50%);

  background: var(--gold);

  transition:
    width .25s ease;
}


#ACTFooter-act_footer_ABKHgT
.act-footer__link:hover {
  padding-left: 15px;

  color: #ffffff;
}


#ACTFooter-act_footer_ABKHgT
.act-footer__link:hover::before {
  width: 8px;
}


/* =========================================================
   CONTACT
========================================================= */

#ACTFooter-act_footer_ABKHgT .act-footer__contact {
  display: flex;
  flex-direction: column;

  gap: 16px;
}


#ACTFooter-act_footer_ABKHgT .act-footer__contact-item {
  display: grid;

  grid-template-columns:
    28px
    1fr;

  gap: 10px;

  align-items: start;
}


#ACTFooter-act_footer_ABKHgT .act-footer__contact-icon {
  color: var(--gold);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 16px;
}


#ACTFooter-act_footer_ABKHgT .act-footer__contact-label {
  color:
    rgba(255,255,255,.43);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 8px;

  font-weight: 700;

  letter-spacing: .1em;

  text-transform: uppercase;
}


#ACTFooter-act_footer_ABKHgT .act-footer__contact-value {
  margin-top: 4px;

  color:
    rgba(255,255,255,.75);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 11px;

  line-height: 1.5;
}


#ACTFooter-act_footer_ABKHgT .act-footer__contact-value a {
  color: inherit;

  text-decoration: none;
}


#ACTFooter-act_footer_ABKHgT
.act-footer__contact-value a:hover {
  color: var(--gold);
}


/* =========================================================
   CTA
========================================================= */

#ACTFooter-act_footer_ABKHgT .act-footer__cta {
  margin-top: 30px;

  display: inline-flex;

  min-height: 46px;

  padding: 0 19px;

  align-items: center;
  justify-content: center;

  gap: 12px;

  border:
    1px solid
    var(--gold);

  color: var(--gold);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 10px;

  font-weight: 700;

  text-decoration: none;

  transition:
    background .25s ease,
    color .25s ease,
    transform .25s ease;
}


#ACTFooter-act_footer_ABKHgT
.act-footer__cta:hover {
  background: var(--gold);

  color: var(--navy);

  transform:
    translateY(-2px);
}


/* =========================================================
   DIVIDER
========================================================= */

#ACTFooter-act_footer_ABKHgT .act-footer__divider {
  width: 100%;
  height: 1px;

  margin-top: 60px;

  background:
    rgba(255,255,255,.09);
}


/* =========================================================
   BOTTOM
========================================================= */

#ACTFooter-act_footer_ABKHgT .act-footer__bottom {
  min-height: 72px;

  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 30px;
}


#ACTFooter-act_footer_ABKHgT .act-footer__copyright {
  color:
    rgba(255,255,255,.44);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 9px;

  line-height: 1.5;
}


#ACTFooter-act_footer_ABKHgT .act-footer__legal {
  display: flex;
  align-items: center;

  gap: 24px;
}


#ACTFooter-act_footer_ABKHgT
.act-footer__legal a {
  color:
    rgba(255,255,255,.44);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 9px;

  text-decoration: none;

  transition:
    color .2s ease;
}


#ACTFooter-act_footer_ABKHgT
.act-footer__legal a:hover {
  color: var(--gold);
}


/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 1000px) {

  #ACTFooter-act_footer_ABKHgT .act-footer__grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 50px;
  }

}


@media screen and (max-width: 620px) {

  #ACTFooter-act_footer_ABKHgT .act-footer__inner {
    width:
      calc(100% - 38px);

    padding-top: 65px;
  }


  #ACTFooter-act_footer_ABKHgT .act-footer__grid {
    grid-template-columns: 1fr;

    gap: 43px;
  }


  #ACTFooter-act_footer_ABKHgT .act-footer__description {
    max-width: none;
  }


  #ACTFooter-act_footer_ABKHgT .act-footer__divider {
    margin-top: 45px;
  }


  #ACTFooter-act_footer_ABKHgT .act-footer__bottom {
    padding: 25px 0;

    min-height: 0;

    flex-direction: column;

    align-items: flex-start;

    gap: 15px;
  }


  #ACTFooter-act_footer_ABKHgT .act-footer__legal {
    flex-wrap: wrap;

    gap: 15px 22px;
  }

}

