
/* 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: 320px;
  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;
  }

}





#ACTCorporateHero-act_corporate_hero_6PMR4Q {
  --navy: #071f3d;
  --gold: #c58a32;
  --text: #26384b;
  --soft: #f4f6f8;

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

  background:
    linear-gradient(
      110deg,
      #ffffff 0%,
      #ffffff 52%,
      #f5f8fa 100%
    );
}

#ACTCorporateHero-act_corporate_hero_6PMR4Q * {
  box-sizing: border-box;
}


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

#ACTCorporateHero-act_corporate_hero_6PMR4Q::before {
  content: "";

  position: absolute;

  width: 620px;
  height: 620px;

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

  border-radius: 50%;

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

  pointer-events: none;
}


#ACTCorporateHero-act_corporate_hero_6PMR4Q::after {
  content: "";

  position: absolute;

  width: 360px;
  height: 360px;

  right: -100px;
  top: -180px;

  border-radius: 50%;

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

  pointer-events: none;
}


/* =========================================================
   INNER
========================================================= */

#ACTCorporateHero-act_corporate_hero_6PMR4Q .act-corporate-hero__inner {
  position: relative;
  z-index: 2;

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

  min-height:
    640px;

  margin: 0 auto;

  padding:
    80px
    0;

  display: grid;

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

  gap: 95px;

  align-items: center;
}


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

#ACTCorporateHero-act_corporate_hero_6PMR4Q .act-corporate-hero__content {
  max-width: 760px;
}


/* breadcrumb */

#ACTCorporateHero-act_corporate_hero_6PMR4Q .act-corporate-hero__breadcrumb {
  margin-bottom: 30px;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  gap: 9px;

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

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

  font-size: 9px;

  font-weight: 700;

  letter-spacing: .11em;

  text-transform: uppercase;
}


#ACTCorporateHero-act_corporate_hero_6PMR4Q .act-corporate-hero__breadcrumb a {
  color: inherit;

  text-decoration: none;

  transition:
    color .2s ease;
}


#ACTCorporateHero-act_corporate_hero_6PMR4Q
.act-corporate-hero__breadcrumb a:hover {
  color: var(--gold);
}


#ACTCorporateHero-act_corporate_hero_6PMR4Q
.act-corporate-hero__breadcrumb-current {
  color: var(--gold);
}


/* eyebrow */

#ACTCorporateHero-act_corporate_hero_6PMR4Q .act-corporate-hero__eyebrow {
  margin-bottom: 14px;

  color: var(--gold);

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

  font-size: 10px;

  font-weight: 700;

  letter-spacing: .17em;

  text-transform: uppercase;
}


/* title */

#ACTCorporateHero-act_corporate_hero_6PMR4Q .act-corporate-hero__title {
  max-width: 760px;

  margin: 0;

  color: var(--navy);

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

  font-size:
    70px;

  font-weight: 400;

  line-height: .98;

  letter-spacing: -.035em;
}


#ACTCorporateHero-act_corporate_hero_6PMR4Q .act-corporate-hero__title span {
  display: block;

  margin-top: 7px;

  color: var(--gold);
}


/* description */

#ACTCorporateHero-act_corporate_hero_6PMR4Q .act-corporate-hero__description {
  max-width: 650px;

  margin-top: 27px;

  color: var(--text);

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

  font-size:
    15px;

  line-height: 1.72;
}


#ACTCorporateHero-act_corporate_hero_6PMR4Q
.act-corporate-hero__description p {
  margin: 0;
}


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

#ACTCorporateHero-act_corporate_hero_6PMR4Q .act-corporate-hero__actions {
  margin-top: 34px;

  display: flex;

  flex-wrap: wrap;

  gap: 12px;
}


#ACTCorporateHero-act_corporate_hero_6PMR4Q .act-corporate-hero__button {
  min-height: 53px;

  padding: 0 23px;

  display: inline-flex;

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

  gap: 15px;

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

  font-size: 10px;

  font-weight: 700;

  text-decoration: none;

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


#ACTCorporateHero-act_corporate_hero_6PMR4Q
.act-corporate-hero__button--primary {
  color: #ffffff;

  background: var(--navy);

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


#ACTCorporateHero-act_corporate_hero_6PMR4Q
.act-corporate-hero__button--primary:hover {
  transform: translateY(-2px);

  background: #0b2e57;
}


#ACTCorporateHero-act_corporate_hero_6PMR4Q
.act-corporate-hero__button--secondary {
  color: var(--navy);

  background: transparent;

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


#ACTCorporateHero-act_corporate_hero_6PMR4Q
.act-corporate-hero__button--secondary:hover {
  transform: translateY(-2px);

  color: var(--gold);

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


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

#ACTCorporateHero-act_corporate_hero_6PMR4Q .act-corporate-hero__panel {
  position: relative;

  padding:
    39px
    38px
    35px;

  overflow: hidden;

  background:
    linear-gradient(
      145deg,
      #061d39 0%,
      #092e57 100%
    );

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


/* gold accent */

#ACTCorporateHero-act_corporate_hero_6PMR4Q
.act-corporate-hero__panel::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 3px;
  height: 100%;

  background: var(--gold);
}


/* decorative circle */

#ACTCorporateHero-act_corporate_hero_6PMR4Q
.act-corporate-hero__panel::after {
  content: "";

  position: absolute;

  width: 260px;
  height: 260px;

  right: -130px;
  top: -120px;

  border-radius: 50%;

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

  pointer-events: none;
}


#ACTCorporateHero-act_corporate_hero_6PMR4Q
.act-corporate-hero__panel-eyebrow {
  position: relative;
  z-index: 2;

  margin-bottom: 10px;

  color: var(--gold);

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

  font-size: 9px;

  font-weight: 700;

  letter-spacing: .16em;

  text-transform: uppercase;
}


#ACTCorporateHero-act_corporate_hero_6PMR4Q
.act-corporate-hero__panel-title {
  position: relative;
  z-index: 2;

  margin: 0;

  color: #ffffff;

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

  font-size: 31px;

  font-weight: 400;

  line-height: 1.12;
}


/* =========================================================
   PANEL ITEMS
========================================================= */

#ACTCorporateHero-act_corporate_hero_6PMR4Q
.act-corporate-hero__panel-list {
  position: relative;
  z-index: 2;

  margin-top: 28px;
}


#ACTCorporateHero-act_corporate_hero_6PMR4Q
.act-corporate-hero__panel-item {
  min-height: 67px;

  display: grid;

  grid-template-columns:
    38px
    1fr;

  gap: 14px;

  align-items: center;

  border-top:
    1px solid
    rgba(255,255,255,.11);
}


#ACTCorporateHero-act_corporate_hero_6PMR4Q
.act-corporate-hero__panel-item:last-child {
  border-bottom:
    1px solid
    rgba(255,255,255,.11);
}


#ACTCorporateHero-act_corporate_hero_6PMR4Q
.act-corporate-hero__panel-icon {
  width: 30px;
  height: 30px;

  display: grid;
  place-items: center;

  color: var(--gold);

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

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

  font-size: 12px;
}


#ACTCorporateHero-act_corporate_hero_6PMR4Q
.act-corporate-hero__panel-text {
  color:
    rgba(255,255,255,.84);

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

  font-size: 11px;

  font-weight: 600;

  line-height: 1.4;
}


/* panel footer */

#ACTCorporateHero-act_corporate_hero_6PMR4Q
.act-corporate-hero__panel-footer {
  position: relative;
  z-index: 2;

  margin-top: 23px;

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

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

  font-size: 10px;

  line-height: 1.6;
}


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

@media screen and (min-width: 901px) {

  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__content {
    opacity: 0;

    transform:
      translateX(-46px);

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


  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__panel {
    opacity: 0;

    transform:
      translateX(58px);

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


  #ACTCorporateHero-act_corporate_hero_6PMR4Q.is-loaded
  .act-corporate-hero__content {
    opacity: 1;

    transform:
      translateX(0);
  }


  #ACTCorporateHero-act_corporate_hero_6PMR4Q.is-loaded
  .act-corporate-hero__panel {
    opacity: 1;

    transform:
      translateX(0);
  }


  /* internal stagger */

  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__breadcrumb,

  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__eyebrow,

  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__title,

  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__description,

  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__actions {

    opacity: 0;

    transform:
      translateY(14px);

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


  #ACTCorporateHero-act_corporate_hero_6PMR4Q.is-loaded
  .act-corporate-hero__breadcrumb {
    opacity: 1;

    transform:
      translateY(0);

    transition-delay: .12s;
  }


  #ACTCorporateHero-act_corporate_hero_6PMR4Q.is-loaded
  .act-corporate-hero__eyebrow {
    opacity: 1;

    transform:
      translateY(0);

    transition-delay: .19s;
  }


  #ACTCorporateHero-act_corporate_hero_6PMR4Q.is-loaded
  .act-corporate-hero__title {
    opacity: 1;

    transform:
      translateY(0);

    transition-delay: .26s;
  }


  #ACTCorporateHero-act_corporate_hero_6PMR4Q.is-loaded
  .act-corporate-hero__description {
    opacity: 1;

    transform:
      translateY(0);

    transition-delay: .35s;
  }


  #ACTCorporateHero-act_corporate_hero_6PMR4Q.is-loaded
  .act-corporate-hero__actions {
    opacity: 1;

    transform:
      translateY(0);

    transition-delay: .43s;
  }


  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__panel-item {

    opacity: 0;

    transform:
      translateX(20px);

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


  #ACTCorporateHero-act_corporate_hero_6PMR4Q.is-loaded
  .act-corporate-hero__panel-item:nth-child(1) {
    opacity: 1;

    transform: none;

    transition-delay: .35s;
  }


  #ACTCorporateHero-act_corporate_hero_6PMR4Q.is-loaded
  .act-corporate-hero__panel-item:nth-child(2) {
    opacity: 1;

    transform: none;

    transition-delay: .43s;
  }


  #ACTCorporateHero-act_corporate_hero_6PMR4Q.is-loaded
  .act-corporate-hero__panel-item:nth-child(3) {
    opacity: 1;

    transform: none;

    transition-delay: .51s;
  }


  #ACTCorporateHero-act_corporate_hero_6PMR4Q.is-loaded
  .act-corporate-hero__panel-item:nth-child(4) {
    opacity: 1;

    transform: none;

    transition-delay: .59s;
  }

}


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

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

  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__inner {
    grid-template-columns: 1fr;

    gap: 50px;

    min-height: 0;
  }


  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__panel {
    max-width: 720px;
  }

}


/* =========================================================
   MOBILE ANIMATION + LAYOUT
========================================================= */

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

  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__content,

  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__panel {

    opacity: 0;

    transform:
      translateY(28px);

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


  #ACTCorporateHero-act_corporate_hero_6PMR4Q.is-loaded
  .act-corporate-hero__content {

    opacity: 1;

    transform:
      translateY(0);
  }


  #ACTCorporateHero-act_corporate_hero_6PMR4Q.is-loaded
  .act-corporate-hero__panel {

    opacity: 1;

    transform:
      translateY(0);

    transition-delay: .14s;
  }

}


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

  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__inner {

    width:
      calc(100% - 36px);

    padding:
      55px
      0
      65px;
  }


  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__breadcrumb {

    margin-bottom: 24px;

    font-size: 8px;
  }


  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__title {

    font-size:
      clamp(
        43px,
        12vw,
        58px
      );
  }


  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__description {

    font-size: 14px;
  }


  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__actions {

    flex-direction: column;
  }


  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__button {

    width: 100%;
  }


  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__panel {

    padding:
      30px
      23px
      27px;
  }


  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__panel-title {

    font-size: 26px;
  }

}


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

  #ACTCorporateHero-act_corporate_hero_6PMR4Q *,
  #ACTCorporateHero-act_corporate_hero_6PMR4Q *::before,
  #ACTCorporateHero-act_corporate_hero_6PMR4Q *::after {

    transition: none !important;
    animation: none !important;
  }


  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__content,

  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__panel,

  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__breadcrumb,

  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__eyebrow,

  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__title,

  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__description,

  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__actions,

  #ACTCorporateHero-act_corporate_hero_6PMR4Q
  .act-corporate-hero__panel-item {

    opacity: 1 !important;
    transform: none !important;
  }

}





#ACTCorporateOverview-act_corporate_overview_iaYb66 {
  --navy: #071f3d;
  --gold: #c58a32;
  --text: #26384b;
  --soft: #f4f6f8;

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

  padding:
    105px
    0
    105px;

  background: #ffffff;
}

#ACTCorporateOverview-act_corporate_overview_iaYb66 * {
  box-sizing: border-box;
}


/* =========================================================
   INNER
========================================================= */

#ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__inner {
  width: min(
    calc(100% - 64px),
    1500px
  );

  margin: 0 auto;
}


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

#ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__grid {
  display: grid;

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

  gap: 100px;

  align-items: start;
}


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

#ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__left {
  position: sticky;
  top: 120px;
}


#ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__eyebrow {
  margin-bottom: 14px;

  color: var(--gold);

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

  font-size: 10px;

  font-weight: 700;

  letter-spacing: .17em;

  text-transform: uppercase;
}


#ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__title {
  margin: 0;

  max-width: 600px;

  color: var(--navy);

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

  font-size:
    52px;

  font-weight: 400;

  line-height: 1.02;

  letter-spacing: -.03em;
}


#ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__title span {
  display: block;

  margin-top: 5px;

  color: var(--gold);
}


#ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__intro {
  max-width: 560px;

  margin-top: 26px;

  color: var(--text);

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

  font-size:
    15px;

  line-height: 1.75;
}


#ACTCorporateOverview-act_corporate_overview_iaYb66
.act-corp-overview__intro p {
  margin: 0 0 14px;
}


/* =========================================================
   EDITORIAL QUOTE
========================================================= */

#ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__quote {
  position: relative;

  max-width: 520px;

  margin-top: 38px;

  padding:
    24px
    0
    24px
    25px;

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


#ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__quote-text {
  color: var(--navy);

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

  font-size: 20px;

  line-height: 1.4;
}


#ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__quote-label {
  margin-top: 12px;

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

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

  font-size: 8px;

  font-weight: 700;

  letter-spacing: .12em;

  text-transform: uppercase;
}


/* =========================================================
   RIGHT COLUMN
========================================================= */

#ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__right {
  display: flex;

  flex-direction: column;

  gap: 18px;
}


/* =========================================================
   PRINCIPLE CARD
========================================================= */

#ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__item {
  position: relative;

  min-height: 190px;

  padding:
    34px
    35px
    32px;

  overflow: hidden;

  background: var(--soft);

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

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


#ACTCorporateOverview-act_corporate_overview_iaYb66
.act-corp-overview__item:hover {
  transform: translateY(-5px);

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

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


/* number */

#ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__number {
  margin-bottom: 17px;

  color: var(--gold);

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

  font-size: 17px;

  line-height: 1;
}


/* title */

#ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__item-title {
  margin: 0;

  color: var(--navy);

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

  font-size: 25px;

  font-weight: 400;

  line-height: 1.15;
}


/* text */

#ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__item-text {
  max-width: 650px;

  margin-top: 13px;

  color: var(--text);

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

  font-size: 12px;

  line-height: 1.7;
}


/* decorative line */

#ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__item::after {
  content: "";

  position: absolute;

  left: 0;
  bottom: 0;

  width: 0;
  height: 2px;

  background: var(--gold);

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


#ACTCorporateOverview-act_corporate_overview_iaYb66
.act-corp-overview__item:hover::after {
  width: 100%;
}


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

#ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__bottom {
  margin-top: 70px;

  padding-top: 34px;

  display: flex;

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

  gap: 40px;

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


#ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__bottom-text {
  max-width: 720px;

  color: var(--navy);

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

  font-size: 23px;

  line-height: 1.35;
}


#ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__button {
  min-height: 50px;

  padding: 0 22px;

  flex-shrink: 0;

  display: inline-flex;

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

  gap: 14px;

  color: #ffffff;

  background: var(--navy);

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

  font-size: 10px;

  font-weight: 700;

  text-decoration: none;

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


#ACTCorporateOverview-act_corporate_overview_iaYb66
.act-corp-overview__button:hover {
  transform: translateY(-2px);

  background: #0b2f58;
}


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

@media screen and (min-width: 901px) {

  #ACTCorporateOverview-act_corporate_overview_iaYb66
  .act-corp-overview__left {

    opacity: 0;

    transform:
      translateX(-50px);

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


  #ACTCorporateOverview-act_corporate_overview_iaYb66.is-visible
  .act-corp-overview__left {

    opacity: 1;

    transform:
      translateX(0);
  }


  #ACTCorporateOverview-act_corporate_overview_iaYb66
  .act-corp-overview__item {

    opacity: 0;

    transform:
      translateX(55px);

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


  #ACTCorporateOverview-act_corporate_overview_iaYb66.is-visible
  .act-corp-overview__item:nth-child(1) {

    opacity: 1;

    transform: translateX(0);

    transition-delay: .10s;
  }


  #ACTCorporateOverview-act_corporate_overview_iaYb66.is-visible
  .act-corp-overview__item:nth-child(2) {

    opacity: 1;

    transform: translateX(0);

    transition-delay: .20s;
  }


  #ACTCorporateOverview-act_corporate_overview_iaYb66.is-visible
  .act-corp-overview__item:nth-child(3) {

    opacity: 1;

    transform: translateX(0);

    transition-delay: .30s;
  }


  #ACTCorporateOverview-act_corporate_overview_iaYb66
  .act-corp-overview__bottom {

    opacity: 0;

    transform:
      translateY(25px);

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


  #ACTCorporateOverview-act_corporate_overview_iaYb66.is-visible
  .act-corp-overview__bottom {

    opacity: 1;

    transform:
      translateY(0);
  }

}


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

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

  #ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__grid {
    gap: 55px;
  }


  #ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__left {
    position: relative;

    top: auto;
  }

}


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

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

  #ACTCorporateOverview-act_corporate_overview_iaYb66 {
    padding:
      70px
      0;
  }


  #ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__inner {
    width:
      calc(100% - 34px);
  }


  #ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__grid {
    grid-template-columns: 1fr;

    gap: 43px;
  }


  #ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__title {
    font-size:
      clamp(
        40px,
        11vw,
        52px
      );
  }


  #ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__intro {
    font-size: 14px;
  }


  #ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__quote {
    margin-top: 30px;
  }


  #ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__item {
    min-height: 0;

    padding:
      27px
      24px;
  }


  #ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__bottom {
    margin-top: 45px;

    flex-direction: column;

    align-items: flex-start;
  }


  #ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__button {
    width: 100%;
  }


  /* mobile reveal */

  #ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__left,
  #ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__item,
  #ACTCorporateOverview-act_corporate_overview_iaYb66 .act-corp-overview__bottom {

    opacity: 0;

    transform:
      translateY(28px);

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


  #ACTCorporateOverview-act_corporate_overview_iaYb66.is-visible
  .act-corp-overview__left,

  #ACTCorporateOverview-act_corporate_overview_iaYb66.is-visible
  .act-corp-overview__item,

  #ACTCorporateOverview-act_corporate_overview_iaYb66.is-visible
  .act-corp-overview__bottom {

    opacity: 1;

    transform:
      translateY(0);
  }


  #ACTCorporateOverview-act_corporate_overview_iaYb66.is-visible
  .act-corp-overview__item:nth-child(2) {

    transition-delay: .08s;
  }


  #ACTCorporateOverview-act_corporate_overview_iaYb66.is-visible
  .act-corp-overview__item:nth-child(3) {

    transition-delay: .16s;
  }

}


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

  #ACTCorporateOverview-act_corporate_overview_iaYb66 * {
    transition: none !important;
  }


  #ACTCorporateOverview-act_corporate_overview_iaYb66
  .act-corp-overview__left,

  #ACTCorporateOverview-act_corporate_overview_iaYb66
  .act-corp-overview__item,

  #ACTCorporateOverview-act_corporate_overview_iaYb66
  .act-corp-overview__bottom {

    opacity: 1 !important;

    transform: none !important;
  }

}





/* =========================================================
   ACT — WHO WE HELP
========================================================= */

#act-who-we-help-act_corporate_who_we_help_PwiW4z {

  --navy:
    #071f3d;

  --navy-light:
    #0a315a;

  --gold:
    #c58a32;


  position: relative;

  width: 100%;

  overflow: hidden;


  padding:
    100px
    0
    100px;


  color: #ffffff;


  background:
    linear-gradient(
      135deg,

      var(--navy) 0%,

      #08294d 55%,

      var(--navy-light) 100%
    );

}


#act-who-we-help-act_corporate_who_we_help_PwiW4z * {

  box-sizing: border-box;

}



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

#act-who-we-help-act_corporate_who_we_help_PwiW4z::before {

  content: "";

  position: absolute;

  width: 760px;
  height: 760px;

  right: -380px;
  top: -410px;

  border-radius: 50%;

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

  pointer-events: none;

}


#act-who-we-help-act_corporate_who_we_help_PwiW4z::after {

  content: "";

  position: absolute;

  width: 470px;
  height: 470px;

  right: -200px;
  top: -245px;

  border-radius: 50%;

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

  pointer-events: none;

}



/* =========================================================
   INNER
========================================================= */

#act-who-we-help-act_corporate_who_we_help_PwiW4z .act-who__inner {

  position: relative;

  z-index: 2;


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


  margin: 0 auto;

}



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

#act-who-we-help-act_corporate_who_we_help_PwiW4z .act-who__header {

  display: grid;


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


  gap: 90px;


  align-items: end;


  margin-bottom: 62px;

}



#act-who-we-help-act_corporate_who_we_help_PwiW4z .act-who__header-left {

  opacity: 0;


  transform:
    translate3d(
      -150px,
      0,
      0
    );


  will-change:
    transform,
    opacity;

}



#act-who-we-help-act_corporate_who_we_help_PwiW4z .act-who__intro {

  opacity: 0;


  transform:
    translate3d(
      150px,
      0,
      0
    );


  will-change:
    transform,
    opacity;

}



#act-who-we-help-act_corporate_who_we_help_PwiW4z .act-who__eyebrow {

  margin-bottom: 14px;


  color: var(--gold);


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


  font-size: 10px;

  font-weight: 700;


  letter-spacing: .18em;

  text-transform: uppercase;

}



#act-who-we-help-act_corporate_who_we_help_PwiW4z .act-who__title {

  max-width: 650px;


  margin: 0;


  color: #ffffff;


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


  font-size:
    52px;


  font-weight: 400;


  line-height: 1.01;


  letter-spacing: -.03em;

}



#act-who-we-help-act_corporate_who_we_help_PwiW4z .act-who__title span {

  display: block;


  margin-top: 5px;


  color: var(--gold);

}



#act-who-we-help-act_corporate_who_we_help_PwiW4z .act-who__intro {

  max-width: 670px;


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


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


  font-size:
    17px;


  line-height: 1.75;

}



#act-who-we-help-act_corporate_who_we_help_PwiW4z
.act-who__intro p {

  margin: 0;

}



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

#act-who-we-help-act_corporate_who_we_help_PwiW4z .act-who__grid {

  position: relative;


  display: grid;


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


  border-top:
    1px solid
    rgba(255,255,255,.13);


  border-bottom:
    1px solid
    rgba(255,255,255,.13);

}



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

#act-who-we-help-act_corporate_who_we_help_PwiW4z .act-who__card {

  position: relative;


  min-height: 330px;


  padding:
    34px
    29px
    31px;


  overflow: hidden;


  opacity: 0;


  transform:
    translate3d(
      0,
      95px,
      0
    )
    scale(.95);


  border-right:
    1px solid
    rgba(255,255,255,.12);


  will-change:
    transform,
    opacity;

}



#act-who-we-help-act_corporate_who_we_help_PwiW4z
.act-who__card:last-child {

  border-right: 0;

}



/* =========================================================
   CARD HOVER GLOW
========================================================= */

#act-who-we-help-act_corporate_who_we_help_PwiW4z
.act-who__card-glow {

  position: absolute;

  inset: 0;


  z-index: 0;


  opacity: 0;


  background:
    linear-gradient(
      145deg,

      rgba(255,255,255,.075),

      rgba(255,255,255,.015)
    );


  transform:
    scale(.96);


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

}



#act-who-we-help-act_corporate_who_we_help_PwiW4z
.act-who__card:hover
.act-who__card-glow {

  opacity: 1;


  transform:
    scale(1);

}



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

#act-who-we-help-act_corporate_who_we_help_PwiW4z
.act-who__card-content {

  position: relative;

  z-index: 2;


  height: 100%;


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

}



#act-who-we-help-act_corporate_who_we_help_PwiW4z
.act-who__card:hover
.act-who__card-content {

  transform:
    translate3d(
      0,
      -7px,
      0
    );

}



/* =========================================================
   GOLD LINE
========================================================= */

#act-who-we-help-act_corporate_who_we_help_PwiW4z
.act-who__card::after {

  content: "";


  position: absolute;


  left: 0;
  bottom: 0;


  z-index: 4;


  width: 100%;
  height: 2px;


  background:
    var(--gold);


  transform:
    scaleX(0);


  transform-origin:
    left center;


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

}



#act-who-we-help-act_corporate_who_we_help_PwiW4z
.act-who__card:hover::after {

  transform:
    scaleX(1);

}



/* =========================================================
   NUMBER
========================================================= */

#act-who-we-help-act_corporate_who_we_help_PwiW4z .act-who__number {

  margin-bottom: 31px;


  color: var(--gold);


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


  font-size: 16px;


  line-height: 1;


  transition:
    letter-spacing .4s ease,
    opacity .4s ease;

}



#act-who-we-help-act_corporate_who_we_help_PwiW4z
.act-who__card:hover
.act-who__number {

  letter-spacing: .13em;

}



/* =========================================================
   ICON
========================================================= */

#act-who-we-help-act_corporate_who_we_help_PwiW4z .act-who__icon {

  width: 52px;
  height: 52px;


  margin-bottom: 25px;


  display: grid;

  place-items: center;


  color: var(--gold);


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


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


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

}



#act-who-we-help-act_corporate_who_we_help_PwiW4z
.act-who__card:hover
.act-who__icon {

  color: var(--navy);


  background:
    var(--gold);


  border-color:
    var(--gold);


  box-shadow:
    0
    13px
    30px
    rgba(0,0,0,.17);


  transform:
    translate3d(
      0,
      -4px,
      0
    )
    rotate(-3deg);

}



#act-who-we-help-act_corporate_who_we_help_PwiW4z
.act-who__icon svg {

  width: 26px;
  height: 26px;


  fill: none;


  stroke: currentColor;


  stroke-width: 1.45;


  stroke-linecap: round;

  stroke-linejoin: round;


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

}



#act-who-we-help-act_corporate_who_we_help_PwiW4z
.act-who__card:hover
.act-who__icon svg {

  transform:
    scale(1.1);

}



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

#act-who-we-help-act_corporate_who_we_help_PwiW4z
.act-who__card-title {

  margin: 0;


  color: #ffffff;


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


  font-size: 24px;


  font-weight: 400;


  line-height: 1.15;

}



/* =========================================================
   CARD TEXT
========================================================= */

#act-who-we-help-act_corporate_who_we_help_PwiW4z
.act-who__card-text {

  margin-top: 13px;


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


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


  font-size: 11px;


  line-height: 1.67;


  transition:
    color .4s ease;

}



#act-who-we-help-act_corporate_who_we_help_PwiW4z
.act-who__card:hover
.act-who__card-text {

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

}



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

#act-who-we-help-act_corporate_who_we_help_PwiW4z .act-who__footer {

  margin-top: 50px;


  display: flex;


  align-items: center;

  justify-content:
    space-between;


  gap: 45px;


  opacity: 0;


  transform:
    translate3d(
      0,
      55px,
      0
    );


  will-change:
    opacity,
    transform;

}



#act-who-we-help-act_corporate_who_we_help_PwiW4z
.act-who__footer-text {

  max-width: 730px;


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


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


  font-size: 12px;


  line-height: 1.7;

}



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

#act-who-we-help-act_corporate_who_we_help_PwiW4z
.act-who__button-wrap {

  flex-shrink: 0;


  opacity: 0;


  transform:
    translate3d(
      45px,
      0,
      0
    );


  will-change:
    opacity,
    transform;

}



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

#act-who-we-help-act_corporate_who_we_help_PwiW4z
.act-who__button {

  position: relative;


  min-width: 215px;

  min-height: 53px;


  padding:
    0
    21px;


  display: inline-flex;


  align-items: center;

  justify-content:
    space-between;


  gap: 25px;


  overflow: hidden;


  isolation: isolate;


  color:
    var(--gold);


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


  background:
    transparent;


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


  font-size: 10px;


  font-weight: 700;


  text-decoration: none;


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

}



/* gold sliding background */

#act-who-we-help-act_corporate_who_we_help_PwiW4z
.act-who__button-bg {

  position: absolute;


  inset: 0;


  z-index: -1;


  background:
    var(--gold);


  transform:
    scaleX(0);


  transform-origin:
    left center;


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

}



#act-who-we-help-act_corporate_who_we_help_PwiW4z
.act-who__button:hover
.act-who__button-bg {

  transform:
    scaleX(1);

}



#act-who-we-help-act_corporate_who_we_help_PwiW4z
.act-who__button:hover {

  color:
    var(--navy);


  transform:
    translate3d(
      0,
      -3px,
      0
    );


  box-shadow:
    0
    15px
    34px
    rgba(0,0,0,.20);

}



#act-who-we-help-act_corporate_who_we_help_PwiW4z
.act-who__button-text {

  position: relative;

  z-index: 2;

}



#act-who-we-help-act_corporate_who_we_help_PwiW4z
.act-who__button-arrow {

  position: relative;

  z-index: 2;


  display: inline-block;


  font-size: 18px;


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

}



#act-who-we-help-act_corporate_who_we_help_PwiW4z
.act-who__button:hover
.act-who__button-arrow {

  transform:
    translate3d(
      8px,
      0,
      0
    );

}



/* =========================================================
   WAITING STATE
========================================================= */

#act-who-we-help-act_corporate_who_we_help_PwiW4z.act-who--waiting
.act-who__header-left,

#act-who-we-help-act_corporate_who_we_help_PwiW4z.act-who--waiting
.act-who__intro,

#act-who-we-help-act_corporate_who_we_help_PwiW4z.act-who--waiting
.act-who__card,

#act-who-we-help-act_corporate_who_we_help_PwiW4z.act-who--waiting
.act-who__footer,

#act-who-we-help-act_corporate_who_we_help_PwiW4z.act-who--waiting
.act-who__button-wrap {

  animation:
    none !important;

}



/* =========================================================
   PLAY ANIMATIONS
========================================================= */

/* HEADER LEFT */

#act-who-we-help-act_corporate_who_we_help_PwiW4z.is-visible
.act-who__header-left {

  animation:
    act-who-left-in-act_corporate_who_we_help_PwiW4z
    1.15s
    cubic-bezier(.18,.85,.22,1)
    both !important;

}


/* INTRO RIGHT */

#act-who-we-help-act_corporate_who_we_help_PwiW4z.is-visible
.act-who__intro {

  animation:
    act-who-right-in-act_corporate_who_we_help_PwiW4z
    1.15s
    cubic-bezier(.18,.85,.22,1)
    .12s
    both !important;

}


/* CARD 1 */

#act-who-we-help-act_corporate_who_we_help_PwiW4z.is-visible
.act-who__card--1 {

  animation:
    act-who-card-in-act_corporate_who_we_help_PwiW4z
    1.05s
    cubic-bezier(.16,.84,.25,1)
    .18s
    both !important;

}


/* CARD 2 */

#act-who-we-help-act_corporate_who_we_help_PwiW4z.is-visible
.act-who__card--2 {

  animation:
    act-who-card-in-act_corporate_who_we_help_PwiW4z
    1.05s
    cubic-bezier(.16,.84,.25,1)
    .30s
    both !important;

}


/* CARD 3 */

#act-who-we-help-act_corporate_who_we_help_PwiW4z.is-visible
.act-who__card--3 {

  animation:
    act-who-card-in-act_corporate_who_we_help_PwiW4z
    1.05s
    cubic-bezier(.16,.84,.25,1)
    .42s
    both !important;

}


/* CARD 4 */

#act-who-we-help-act_corporate_who_we_help_PwiW4z.is-visible
.act-who__card--4 {

  animation:
    act-who-card-in-act_corporate_who_we_help_PwiW4z
    1.05s
    cubic-bezier(.16,.84,.25,1)
    .54s
    both !important;

}


/* FOOTER */

#act-who-we-help-act_corporate_who_we_help_PwiW4z.is-visible
.act-who__footer {

  animation:
    act-who-footer-in-act_corporate_who_we_help_PwiW4z
    .9s
    cubic-bezier(.16,.84,.25,1)
    .62s
    both !important;

}


/* BUTTON */

#act-who-we-help-act_corporate_who_we_help_PwiW4z.is-visible
.act-who__button-wrap {

  animation:
    act-who-button-in-act_corporate_who_we_help_PwiW4z
    .85s
    cubic-bezier(.16,.84,.25,1)
    .76s
    both !important;

}



/* =========================================================
   KEYFRAMES
========================================================= */

@keyframes
act-who-left-in-act_corporate_who_we_help_PwiW4z {

  0% {

    opacity: 0;


    transform:
      translate3d(
        -150px,
        0,
        0
      );

  }


  100% {

    opacity: 1;


    transform:
      translate3d(
        0,
        0,
        0
      );

  }

}



@keyframes
act-who-right-in-act_corporate_who_we_help_PwiW4z {

  0% {

    opacity: 0;


    transform:
      translate3d(
        150px,
        0,
        0
      );

  }


  100% {

    opacity: 1;


    transform:
      translate3d(
        0,
        0,
        0
      );

  }

}



@keyframes
act-who-card-in-act_corporate_who_we_help_PwiW4z {

  0% {

    opacity: 0;


    transform:
      translate3d(
        0,
        95px,
        0
      )
      scale(.95);

  }


  65% {

    opacity: 1;


    transform:
      translate3d(
        0,
        -7px,
        0
      )
      scale(1.006);

  }


  100% {

    opacity: 1;


    transform:
      translate3d(
        0,
        0,
        0
      )
      scale(1);

  }

}



@keyframes
act-who-footer-in-act_corporate_who_we_help_PwiW4z {

  0% {

    opacity: 0;


    transform:
      translate3d(
        0,
        55px,
        0
      );

  }


  100% {

    opacity: 1;


    transform:
      translate3d(
        0,
        0,
        0
      );

  }

}



@keyframes
act-who-button-in-act_corporate_who_we_help_PwiW4z {

  0% {

    opacity: 0;


    transform:
      translate3d(
        45px,
        0,
        0
      );

  }


  100% {

    opacity: 1;


    transform:
      translate3d(
        0,
        0,
        0
      );

  }

}



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

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


  #act-who-we-help-act_corporate_who_we_help_PwiW4z
  .act-who__header {

    gap: 55px;

  }


  #act-who-we-help-act_corporate_who_we_help_PwiW4z
  .act-who__grid {

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

  }


  #act-who-we-help-act_corporate_who_we_help_PwiW4z
  .act-who__card:nth-child(2n) {

    border-right: 0;

  }


  #act-who-we-help-act_corporate_who_we_help_PwiW4z
  .act-who__card:nth-child(-n+2) {

    border-bottom:
      1px solid
      rgba(255,255,255,.12);

  }

}



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

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


  #act-who-we-help-act_corporate_who_we_help_PwiW4z {

    padding:
      70px
      0;

  }


  #act-who-we-help-act_corporate_who_we_help_PwiW4z
  .act-who__inner {

    width:
      calc(100% - 34px);

  }


  #act-who-we-help-act_corporate_who_we_help_PwiW4z
  .act-who__header {

    grid-template-columns:
      1fr;


    gap: 26px;


    margin-bottom:
      42px;

  }


  #act-who-we-help-act_corporate_who_we_help_PwiW4z
  .act-who__title {

    font-size:
      clamp(
        40px,
        11vw,
        52px
      );

  }


  #act-who-we-help-act_corporate_who_we_help_PwiW4z
  .act-who__intro {

    font-size:
      14px;

  }


  #act-who-we-help-act_corporate_who_we_help_PwiW4z
  .act-who__grid {

    grid-template-columns:
      1fr;

  }


  #act-who-we-help-act_corporate_who_we_help_PwiW4z
  .act-who__card {

    min-height: 0;


    padding:
      30px
      24px;


    border-right: 0;


    border-bottom:
      1px solid
      rgba(255,255,255,.12);

  }


  #act-who-we-help-act_corporate_who_we_help_PwiW4z
  .act-who__card:last-child {

    border-bottom: 0;

  }


  #act-who-we-help-act_corporate_who_we_help_PwiW4z
  .act-who__footer {

    flex-direction:
      column;


    align-items:
      flex-start;


    gap:
      27px;

  }


  #act-who-we-help-act_corporate_who_we_help_PwiW4z
  .act-who__button-wrap {

    width: 100%;

  }


  #act-who-we-help-act_corporate_who_we_help_PwiW4z
  .act-who__button {

    width: 100%;

  }



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

  @keyframes
  act-who-left-in-act_corporate_who_we_help_PwiW4z {

    0% {

      opacity: 0;


      transform:
        translate3d(
          -90px,
          0,
          0
        );

    }


    100% {

      opacity: 1;


      transform:
        translate3d(
          0,
          0,
          0
        );

    }

  }



  @keyframes
  act-who-right-in-act_corporate_who_we_help_PwiW4z {

    0% {

      opacity: 0;


      transform:
        translate3d(
          90px,
          0,
          0
        );

    }


    100% {

      opacity: 1;


      transform:
        translate3d(
          0,
          0,
          0
        );

    }

  }



  @keyframes
  act-who-card-in-act_corporate_who_we_help_PwiW4z {

    0% {

      opacity: 0;


      transform:
        translate3d(
          0,
          68px,
          0
        )
        scale(.97);

    }


    68% {

      opacity: 1;


      transform:
        translate3d(
          0,
          -5px,
          0
        )
        scale(1.004);

    }


    100% {

      opacity: 1;


      transform:
        translate3d(
          0,
          0,
          0
        )
        scale(1);

    }

  }

}





#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:
    320px;

  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;
  }

}

