/*
 * Shared-layout compatibility adjustments.
 * The visual system remains defined by the original template styles.
 */
.tp-submenu-indicator {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  vertical-align: middle;
  transition: transform 0.25s ease;
}

.tp-header-dropdown nav > ul > li.has-dropdown:hover > a .tp-submenu-indicator,
.tp-header-dropdown nav > ul > li.has-dropdown:focus-within > a .tp-submenu-indicator {
  transform: rotate(180deg);
}

.tp-offcanvas-menu .tp-submenu-indicator {
  display: none;
}

.tp-fi-hero-content {
  padding-bottom: 60px;
}

.aacp-listing-marquee {
  width: 100%;
  overflow: hidden;
}

.aacp-listing-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: aacp-listing-scroll 22s linear infinite;
}

.aacp-listing-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 72px;
  padding-right: 72px;
}

.aacp-listing-link {
  display: grid;
  flex: 0 0 176px;
  place-items: center;
  width: 176px;
  height: 58px;
  opacity: 0.35;
  transition: opacity 0.3s ease;
}

.aacp-listing-link:hover,
.aacp-listing-link:focus-visible {
  opacity: 1;
}

.aacp-listing-link:focus-visible {
  outline: 2px solid #222f30;
  outline-offset: 6px;
}

.aacp-listing-link img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 44px;
  object-fit: contain;
}

.aacp-expertise-team .tp-fi-team-item-social {
  display: none;
}

.aacp-stories-wordmark {
  color: #222f30;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.aacp-partner-badge {
  display: grid;
  place-items: center;
  width: 220px;
  height: 96px;
  color: #222f30;
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.05;
  text-align: left;
}

.aacp-service-visual {
  overflow: hidden;
}

.aacp-service-visual-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aacp-lithium-breadcrumb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(0.72) contrast(0.94);
}

.aacp-lithium-breadcrumb-bg {
  mix-blend-mode: normal;
}

.aacp-lithium-breadcrumb-bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.94) 0%,
    rgba(255, 255, 255, 0.86) 38%,
    rgba(255, 255, 255, 0.42) 64%,
    rgba(255, 255, 255, 0.08) 100%
  );
}

.aacp-portfolio-breadcrumb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.68) contrast(0.9);
}

.aacp-portfolio-breadcrumb-bg {
  mix-blend-mode: normal;
}

.aacp-portfolio-breadcrumb-bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 255, 255, 0.9) 40%,
    rgba(255, 255, 255, 0.5) 67%,
    rgba(255, 255, 255, 0.12) 100%
  );
}

.aacp-mutual-fund-breadcrumb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.72) contrast(0.92);
}

.aacp-mutual-fund-breadcrumb-bg {
  mix-blend-mode: normal;
}

.aacp-mutual-fund-breadcrumb-bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.97) 0%,
    rgba(255, 255, 255, 0.91) 40%,
    rgba(255, 255, 255, 0.52) 67%,
    rgba(255, 255, 255, 0.12) 100%
  );
}

.aacp-retirement-breadcrumb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.7) contrast(0.92);
}

.aacp-retirement-breadcrumb-bg {
  mix-blend-mode: normal;
}

.aacp-retirement-breadcrumb-bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.97) 0%,
    rgba(255, 255, 255, 0.91) 40%,
    rgba(255, 255, 255, 0.5) 67%,
    rgba(255, 255, 255, 0.1) 100%
  );
}

.aacp-crypto-breadcrumb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.72) contrast(0.94);
}

.aacp-crypto-breadcrumb-bg {
  mix-blend-mode: normal;
}

.aacp-crypto-breadcrumb-bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.97) 0%,
    rgba(255, 255, 255, 0.91) 40%,
    rgba(255, 255, 255, 0.48) 67%,
    rgba(255, 255, 255, 0.08) 100%
  );
}

.aacp-process-number {
  color: #1b3942;
  font-size: 18px;
  font-weight: 700;
}

.aacp-outcome-mark {
  display: inline-grid;
  width: 45px;
  height: 45px;
  place-items: center;
  color: #222f30;
  background: #cef79e;
  font-size: 18px;
  font-weight: 700;
}

.aacp-team-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(206, 247, 158, 0.2), transparent 42%),
    #f4f5f1;
}

.aacp-team-hero::before,
.aacp-team-hero::after {
  position: absolute;
  border: 1px solid rgba(34, 47, 48, 0.1);
  border-radius: 50%;
  content: "";
}

.aacp-team-hero::before {
  top: -240px;
  right: 8%;
  width: 520px;
  height: 520px;
}

.aacp-team-hero::after {
  right: 23%;
  bottom: -260px;
  width: 420px;
  height: 420px;
}

.aacp-team-intro {
  border-bottom: 1px solid rgba(34, 47, 48, 0.12);
}

.aacp-team-intro-copy {
  max-width: 520px;
  margin-left: auto;
}

.aacp-team-intro-copy p {
  margin-bottom: 0;
  color: #566061;
  font-size: 17px;
  line-height: 1.75;
}

.aacp-team-directory-section {
  padding-top: 70px;
}

.aacp-team-directory {
  position: sticky;
  top: 120px;
  padding-right: 32px;
}

.aacp-team-directory-label {
  display: block;
  margin-bottom: 22px;
  color: #687172;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aacp-team-directory ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.aacp-team-directory li {
  border-top: 1px solid rgba(34, 47, 48, 0.12);
}

.aacp-team-directory li:last-child {
  border-bottom: 1px solid rgba(34, 47, 48, 0.12);
}

.aacp-team-directory a {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 13px 0;
  color: #222f30;
  font-size: 15px;
  font-weight: 600;
}

.aacp-team-directory a span {
  color: #798182;
  font-size: 11px;
  font-weight: 700;
}

.aacp-team-directory a:hover,
.aacp-team-directory a:focus-visible {
  color: #3f6d2b;
}

.aacp-team-profile {
  padding: 70px 0;
  border-top: 1px solid rgba(34, 47, 48, 0.16);
  scroll-margin-top: 120px;
}

.aacp-team-profile:first-child {
  padding-top: 0;
  border-top: 0;
}

.aacp-team-profile-number {
  display: block;
  margin-bottom: 34px;
  color: #6f7979;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.aacp-team-profile-heading h2 {
  margin-bottom: 12px;
  color: #222f30;
  font-size: 32px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.aacp-team-profile-heading p {
  max-width: 210px;
  margin-bottom: 0;
  color: #456333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.aacp-team-profile-copy {
  max-width: 720px;
}

.aacp-team-profile-copy > p {
  margin-bottom: 22px;
  color: #485354;
  font-size: 16px;
  line-height: 1.8;
}

.aacp-team-education {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 20px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(34, 47, 48, 0.12);
}

.aacp-team-education span {
  color: #6f7979;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.aacp-team-education p {
  margin-bottom: 0;
  color: #222f30;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

.aacp-team-cta {
  padding: 65px 70px;
}

.aacp-team-cta .tp-fi-cta-wrapper {
  padding-left: 0;
}

.aacp-team-cta-action {
  display: flex;
  justify-content: flex-end;
}

.aacp-legal-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(206, 247, 158, 0.23), transparent 42%),
    #f4f5f1;
}

.aacp-legal-hero::after {
  position: absolute;
  top: -65%;
  right: -5%;
  width: 58%;
  height: 210%;
  border-left: 1px solid rgba(34, 47, 48, 0.1);
  border-right: 1px solid rgba(34, 47, 48, 0.1);
  content: "";
  transform: rotate(24deg);
}

.aacp-legal-sidebar {
  position: sticky;
  top: 120px;
  padding-right: 34px;
}

.aacp-legal-sidebar-label {
  display: block;
  margin-bottom: 20px;
  color: #6f7979;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aacp-legal-sidebar ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.aacp-legal-sidebar li {
  border-top: 1px solid rgba(34, 47, 48, 0.12);
}

.aacp-legal-sidebar li:last-child {
  border-bottom: 1px solid rgba(34, 47, 48, 0.12);
}

.aacp-legal-sidebar li a {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  color: #344142;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.aacp-legal-sidebar li a span {
  flex: 0 0 auto;
  color: #7c8586;
  font-size: 10px;
}

.aacp-legal-sidebar a:hover,
.aacp-legal-sidebar a:focus-visible {
  color: #3f6d2b;
}

.aacp-legal-related {
  display: grid;
  gap: 8px;
  margin-top: 42px;
}

.aacp-legal-related .aacp-legal-sidebar-label {
  margin-bottom: 8px;
}

.aacp-legal-related a {
  color: #344142;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(34, 47, 48, 0.25);
  text-underline-offset: 4px;
}

.aacp-legal-document {
  max-width: 850px;
  margin-left: auto;
}

.aacp-legal-document-intro {
  margin-bottom: 20px;
  padding: 52px 58px;
  color: #fff;
  background: #222f30;
  border-radius: 6px;
}

.aacp-legal-document-intro > span {
  display: block;
  margin-bottom: 18px;
  color: #cef79e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.aacp-legal-document-intro h2 {
  max-width: 680px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.aacp-legal-document-intro p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.aacp-legal-section {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 24px;
  padding: 55px 8px;
  border-bottom: 1px solid rgba(34, 47, 48, 0.14);
  scroll-margin-top: 120px;
}

.aacp-legal-section-number {
  padding-top: 7px;
  color: #788182;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.aacp-legal-section-content h2 {
  margin-bottom: 20px;
  color: #222f30;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.aacp-legal-section-content p,
.aacp-legal-section-content li {
  color: #4d5859;
  font-size: 16px;
  line-height: 1.8;
}

.aacp-legal-section-content p {
  margin-bottom: 18px;
}

.aacp-legal-section-content p:last-child {
  margin-bottom: 0;
}

.aacp-legal-section-content ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.aacp-legal-section-content li {
  position: relative;
  padding: 13px 0 13px 28px;
  border-top: 1px solid rgba(34, 47, 48, 0.09);
}

.aacp-legal-section-content li:last-child {
  border-bottom: 1px solid rgba(34, 47, 48, 0.09);
}

.aacp-legal-section-content li::before {
  position: absolute;
  top: 25px;
  left: 5px;
  width: 7px;
  height: 7px;
  background: #91bc62;
  border-radius: 50%;
  content: "";
}

.aacp-legal-resource {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  padding: 18px 20px;
  color: #222f30;
  background: #f2f6ed;
  border: 1px solid rgba(63, 109, 43, 0.2);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
}

.aacp-legal-resource:hover,
.aacp-legal-resource:focus-visible {
  color: #3f6d2b;
  border-color: rgba(63, 109, 43, 0.5);
}

.aacp-legal-cta {
  padding: 55px 65px;
}

.aacp-legal-cta .tp-fi-cta-wrapper {
  padding-left: 0;
}

.aacp-legal-cta .tp-fi-cta-title {
  font-size: 42px;
}

.aacp-legal-cta-action {
  display: flex;
  justify-content: flex-end;
}

.aacp-footer-disclosure {
  padding: 34px 0 28px;
}

.aacp-footer-disclosure-inner {
  padding: 28px 0 8px;
  border-top: 1px solid rgba(34, 47, 48, 0.14);
}

.aacp-footer-disclosure p {
  max-width: 1320px;
  margin-bottom: 10px;
  color: #667071;
  font-size: 12px;
  line-height: 1.75;
}

.aacp-footer-disclosure p:last-child {
  margin-bottom: 0;
}

.aacp-footer-disclosure strong {
  color: #344142;
  font-weight: 700;
}

.aacp-footer-disclosure a {
  color: #344142;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(52, 65, 66, 0.35);
  text-underline-offset: 3px;
}

.aacp-footer-disclosure a:hover,
.aacp-footer-disclosure a:focus-visible {
  color: #3f6d2b;
  text-decoration-color: currentColor;
}

@keyframes aacp-listing-scroll {
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1199px) {
  .tp-header-area .row {
    position: relative;
  }

  .tp-header-area .row > .col-xxl-4.col-xl-3.col-6 {
    position: absolute;
    top: 50%;
    right: 12px;
    z-index: 3;
    transform: translateY(-50%);
    width: auto;
  }

  .tp-header-action {
    position: static;
    transform: none;
  }

  .tp-header-bar {
    display: inline-flex;
    color: #222f30;
  }

  .aacp-team-directory {
    padding-right: 12px;
  }

  .aacp-legal-sidebar {
    padding-right: 12px;
  }
}

@media (max-width: 767px) {
  .aacp-lithium-breadcrumb-bg::after {
    background: rgba(255, 255, 255, 0.68);
  }

  .aacp-lithium-breadcrumb .tp-breadcrumb-content p {
    width: calc(100vw - 24px);
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .aacp-portfolio-breadcrumb-bg::after {
    background: rgba(255, 255, 255, 0.76);
  }

  .aacp-portfolio-breadcrumb .tp-breadcrumb-content p {
    width: calc(100vw - 24px);
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .aacp-mutual-fund-breadcrumb-bg::after {
    background: rgba(255, 255, 255, 0.74);
  }

  .aacp-mutual-fund-breadcrumb .tp-breadcrumb-content p {
    width: calc(100vw - 24px);
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .aacp-retirement-breadcrumb-bg::after {
    background: rgba(255, 255, 255, 0.72);
  }

  .aacp-retirement-breadcrumb .tp-breadcrumb-content p {
    width: calc(100vw - 24px);
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .aacp-crypto-breadcrumb-bg::after {
    background: rgba(255, 255, 255, 0.74);
  }

  .aacp-crypto-breadcrumb .tp-breadcrumb-content p {
    width: calc(100vw - 24px);
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .aacp-team-hero::before {
    top: -90px;
    right: -130px;
    width: 320px;
    height: 320px;
  }

  .aacp-team-hero::after {
    display: none;
  }

  .aacp-team-intro {
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .aacp-team-intro-copy {
    margin-top: 30px;
    margin-left: 0;
  }

  .aacp-team-directory-section {
    padding-top: 50px;
    padding-bottom: 90px;
  }

  .aacp-team-directory {
    position: static;
    margin-bottom: 65px;
    padding-right: 0;
  }

  .aacp-team-directory ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
  }

  .aacp-team-directory a {
    gap: 8px;
    font-size: 13px;
  }

  .aacp-team-profile {
    padding: 55px 0;
    scroll-margin-top: 80px;
  }

  .aacp-team-profile-number {
    margin-bottom: 20px;
  }

  .aacp-team-profile-heading {
    margin-bottom: 34px;
  }

  .aacp-team-profile-heading h2 {
    font-size: 29px;
  }

  .aacp-team-profile-heading p {
    max-width: none;
  }

  .aacp-team-profile-copy > p {
    font-size: 15px;
    line-height: 1.75;
  }

  .aacp-team-education {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .aacp-team-cta {
    padding: 45px 28px;
  }

  .aacp-team-cta-action {
    justify-content: flex-start;
    margin-top: 25px;
  }

  .aacp-legal-hero::after {
    right: -48%;
    width: 100%;
  }

  .aacp-legal-page {
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .aacp-legal-sidebar {
    position: static;
    margin-bottom: 55px;
    padding-right: 0;
  }

  .aacp-legal-sidebar ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
  }

  .aacp-legal-sidebar li a {
    gap: 7px;
    font-size: 12px;
  }

  .aacp-legal-related {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .aacp-legal-related .aacp-legal-sidebar-label {
    grid-column: 1 / -1;
  }

  .aacp-legal-related a {
    font-size: 12px;
  }

  .aacp-legal-document-intro {
    padding: 38px 28px;
  }

  .aacp-legal-document-intro h2 {
    font-size: 34px;
  }

  .aacp-legal-section {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 45px 0;
    scroll-margin-top: 80px;
  }

  .aacp-legal-section-number {
    padding-top: 0;
  }

  .aacp-legal-section-content h2 {
    font-size: 25px;
  }

  .aacp-legal-section-content p,
  .aacp-legal-section-content li {
    font-size: 15px;
    line-height: 1.75;
  }

  .aacp-legal-cta {
    padding: 42px 28px;
  }

  .aacp-legal-cta .tp-fi-cta-title {
    font-size: 34px;
  }

  .aacp-legal-cta-action {
    justify-content: flex-start;
    margin-top: 24px;
  }

  .aacp-footer-disclosure {
    padding-top: 15px;
  }

  .aacp-footer-disclosure-inner {
    padding-top: 24px;
  }

  .aacp-footer-disclosure p {
    font-size: 11px;
    line-height: 1.7;
  }

  .tp-fi-hero-content {
    padding-bottom: 40px;
  }

  .aacp-listing-track {
    animation-duration: 17s;
  }

  .aacp-listing-group {
    gap: 36px;
    padding-right: 36px;
  }

  .aacp-listing-link {
    flex-basis: 142px;
    width: 142px;
    height: 50px;
  }

  .aacp-listing-link img {
    max-height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aacp-listing-track {
    animation-duration: 80s;
  }
}

/* Contact page */
.aacp-contact-hero {
  position: relative;
  overflow: hidden;
  background: #eef1ec;
}

.aacp-contact-hero::before,
.aacp-contact-hero::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  pointer-events: none;
}

.aacp-contact-hero::before {
  width: 480px;
  height: 480px;
  top: -270px;
  right: 7%;
  border: 1px solid rgba(34, 47, 48, 0.12);
}

.aacp-contact-hero::after {
  width: 240px;
  height: 240px;
  right: 23%;
  bottom: -190px;
  background: #cef79e;
  opacity: 0.72;
}

.aacp-contact-hero .tp-breadcrumb-content {
  z-index: 1;
}

.aacp-contact-hero .tp-breadcrumb-title {
  max-width: 820px;
  white-space: normal;
  overflow-wrap: break-word;
}

.aacp-contact-panel {
  overflow: hidden;
  border: 1px solid rgba(34, 47, 48, 0.14);
  border-radius: 6px;
  background: #f7f8f5;
}

.aacp-contact-panel > [class*="col-"] {
  min-width: 0;
}

.aacp-contact-intro,
.aacp-contact-form-wrap {
  height: 100%;
  padding: 70px 64px;
}

.aacp-contact-intro {
  background: #222f30;
  color: #fff;
}

.aacp-contact-intro .tp-section-sub,
.aacp-contact-intro .tp-section-title {
  color: #fff;
}

.aacp-contact-intro .tp-section-title {
  margin: 18px 0 25px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.02;
  white-space: normal;
  overflow-wrap: break-word;
}

.aacp-contact-lead {
  margin-bottom: 55px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.75;
}

.aacp-contact-detail {
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.aacp-contact-detail-label {
  display: block;
  margin-bottom: 8px;
  color: #cef79e;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aacp-contact-detail a,
.aacp-contact-detail address,
.aacp-contact-detail p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  line-height: 1.6;
}

.aacp-contact-detail a:hover {
  color: #cef79e;
}

.aacp-contact-form-wrap {
  background: #f7f8f5;
}

.aacp-contact-form-heading {
  margin-bottom: 38px;
}

.aacp-contact-form-heading > span {
  color: #667170;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aacp-contact-form-heading h2 {
  margin: 8px 0 6px;
  color: #222f30;
  font-size: 42px;
}

.aacp-contact-form-heading p {
  margin: 0;
  color: #667170;
  font-size: 14px;
}

.aacp-contact-field {
  margin-bottom: 24px;
}

.aacp-contact-field label {
  display: block;
  margin-bottom: 8px;
  color: #222f30;
  font-size: 13px;
  font-weight: 600;
}

.aacp-contact-field label span {
  color: #8a3c2a;
}

.aacp-contact-field input,
.aacp-contact-field select,
.aacp-contact-field textarea {
  width: 100%;
  min-height: 54px;
  padding: 13px 16px;
  border: 1px solid rgba(34, 47, 48, 0.2);
  border-radius: 2px;
  outline: none;
  background: #fff;
  color: #222f30;
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.aacp-contact-field select {
  appearance: auto;
}

.aacp-contact-field textarea {
  min-height: 150px;
  resize: vertical;
}

.aacp-contact-field input:focus,
.aacp-contact-field select:focus,
.aacp-contact-field textarea:focus {
  border-color: #222f30;
  box-shadow: 0 0 0 3px rgba(34, 47, 48, 0.08);
}

.aacp-contact-privacy {
  max-width: 570px;
  margin: 0 0 22px;
  color: #667170;
  font-size: 12px;
  line-height: 1.6;
}

.aacp-contact-submit {
  border: 0;
}

.aacp-contact-mail-note {
  max-width: 560px;
  margin: 16px 0 0;
  color: #667170;
  font-size: 12px;
  line-height: 1.6;
}

.aacp-contact-mail-note a {
  color: #222f30;
  text-decoration: underline;
}

.aacp-contact-visual {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border-radius: 6px;
}

.aacp-contact-visual::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(13, 22, 23, 0.7) 100%);
  pointer-events: none;
}

.aacp-contact-visual > img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.aacp-contact-visual-caption {
  position: absolute;
  z-index: 1;
  right: 55px;
  bottom: 42px;
  left: 55px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
}

.aacp-contact-visual-caption span {
  color: #cef79e;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.aacp-contact-visual-caption p {
  max-width: 430px;
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  text-align: right;
}

@media (max-width: 1199px) {
  .aacp-contact-intro,
  .aacp-contact-form-wrap {
    padding: 55px 45px;
  }
}

@media (max-width: 991px) {
  .aacp-contact-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .aacp-contact-visual-section {
    padding-bottom: 90px;
  }

  .aacp-contact-intro,
  .aacp-contact-form-wrap {
    padding: 50px 42px;
  }

  .aacp-contact-visual,
  .aacp-contact-visual > img {
    min-height: 420px;
  }
}

@media (max-width: 575px) {
  .aacp-contact-hero .tp-breadcrumb-title {
    max-width: calc(100vw - 24px);
    font-size: 40px;
    line-height: 1.08;
  }

  .aacp-contact-hero .tp-breadcrumb-content p {
    max-width: calc(100vw - 24px);
    overflow-wrap: break-word;
  }

  .aacp-contact-hero::before {
    width: 300px;
    height: 300px;
    top: -170px;
    right: -130px;
  }

  .aacp-contact-hero::after {
    display: none;
  }

  .aacp-contact-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .aacp-contact-visual-section {
    padding-bottom: 80px;
  }

  .aacp-contact-intro,
  .aacp-contact-form-wrap {
    padding: 42px 26px;
  }

  .aacp-contact-intro .tp-section-title {
    font-size: 36px;
    line-height: 1.08;
  }

  .aacp-contact-form-heading h2 {
    font-size: 34px;
  }

  .aacp-contact-visual,
  .aacp-contact-visual > img {
    min-height: 360px;
  }

  .aacp-contact-visual-caption {
    right: 25px;
    bottom: 25px;
    left: 25px;
    display: block;
  }

  .aacp-contact-visual-caption p {
    margin-top: 10px;
    font-size: 19px;
    text-align: left;
  }
}

/* FAQ page */
.aacp-faq-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(206, 247, 158, 0.22), transparent 45%),
    #f4f5f1;
}

.aacp-faq-hero::before,
.aacp-faq-hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.aacp-faq-hero::before {
  top: -210px;
  right: 7%;
  width: 450px;
  height: 450px;
  border: 1px solid rgba(34, 47, 48, 0.1);
  border-radius: 50%;
}

.aacp-faq-hero::after {
  right: 20%;
  bottom: -150px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: #cef79e;
  opacity: 0.6;
}

.aacp-faq-hero .tp-breadcrumb-content {
  z-index: 1;
}

.aacp-faq-hero .tp-breadcrumb-title {
  max-width: 850px;
  white-space: normal;
}

.aacp-faq-intro {
  border-bottom: 1px solid rgba(34, 47, 48, 0.12);
}

.aacp-faq-intro-copy {
  max-width: 530px;
  margin-left: auto;
}

.aacp-faq-intro-copy p {
  margin: 0;
  color: #566061;
  font-size: 17px;
  line-height: 1.75;
}

.aacp-faq-content {
  padding-top: 75px;
}

.aacp-faq-aside {
  position: sticky;
  top: 110px;
  margin-right: 40px;
}

.aacp-faq-image {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 6px 6px 0 0;
}

.aacp-faq-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aacp-faq-support {
  padding: 42px 38px 44px;
  border-radius: 0 0 6px 6px;
  background: #222f30;
  color: #fff;
}

.aacp-faq-support > span {
  display: block;
  margin-bottom: 16px;
  color: #cef79e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.aacp-faq-support h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 34px;
  line-height: 1.1;
}

.aacp-faq-support p {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.7;
}

.aacp-faq-support .tp-btn-event {
  background: #cef79e;
  color: #222f30;
}

.aacp-faq-group {
  padding: 0 0 75px;
  scroll-margin-top: 110px;
}

.aacp-faq-group + .aacp-faq-group {
  padding-top: 75px;
  border-top: 1px solid rgba(34, 47, 48, 0.14);
}

.aacp-faq-group-heading {
  margin-bottom: 35px;
}

.aacp-faq-group-heading span {
  display: block;
  margin-bottom: 9px;
  color: #607060;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aacp-faq-group-heading h2 {
  margin: 0;
  color: #222f30;
  font-size: 42px;
  line-height: 1.08;
}

.aacp-faq-group .accordion-items {
  border-color: rgba(34, 47, 48, 0.14);
}

.aacp-faq-group .accordion-buttons {
  padding-right: 50px;
  color: #222f30;
  font-size: 18px;
  line-height: 1.45;
}

.aacp-faq-group .accordion-body {
  max-width: 710px;
  padding-right: 54px;
}

.aacp-faq-group .accordion-body p {
  margin: 0;
  color: #586263;
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 1199px) {
  .aacp-faq-aside {
    margin-right: 18px;
  }

  .aacp-faq-support {
    padding: 34px 28px 38px;
  }

  .aacp-faq-support h2 {
    font-size: 29px;
  }
}

@media (max-width: 991px) {
  .aacp-faq-intro {
    padding-top: 90px;
    padding-bottom: 75px;
  }

  .aacp-faq-intro-copy {
    margin-top: 28px;
    margin-left: 0;
  }

  .aacp-faq-content {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .aacp-faq-aside {
    position: static;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin: 0 0 75px;
  }

  .aacp-faq-image {
    aspect-ratio: auto;
    min-height: 390px;
    border-radius: 6px 0 0 6px;
  }

  .aacp-faq-support {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0 6px 6px 0;
  }
}

@media (max-width: 575px) {
  .aacp-faq-hero .tp-breadcrumb-title {
    max-width: calc(100vw - 24px);
    font-size: 40px;
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .aacp-faq-hero::before {
    top: -130px;
    right: -125px;
    width: 290px;
    height: 290px;
  }

  .aacp-faq-hero::after {
    display: none;
  }

  .aacp-faq-intro {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .aacp-faq-intro .tp-section-title {
    font-size: 36px;
    line-height: 1.08;
  }

  .aacp-faq-intro-copy p {
    font-size: 15px;
  }

  .aacp-faq-content {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .aacp-faq-aside {
    display: block;
    margin-bottom: 65px;
  }

  .aacp-faq-image {
    min-height: 260px;
    border-radius: 6px 6px 0 0;
  }

  .aacp-faq-support {
    padding: 35px 26px 38px;
    border-radius: 0 0 6px 6px;
  }

  .aacp-faq-support h2 {
    font-size: 28px;
  }

  .aacp-faq-group {
    padding-bottom: 55px;
  }

  .aacp-faq-group + .aacp-faq-group {
    padding-top: 55px;
  }

  .aacp-faq-group-heading h2 {
    font-size: 32px;
  }

  .aacp-faq-group .accordion-buttons {
    padding-right: 38px;
    font-size: 16px;
  }

  .aacp-faq-group .accordion-body {
    padding-right: 34px;
  }

  .aacp-faq-group .accordion-body p {
    font-size: 14px;
    line-height: 1.75;
  }
}
