@charset "UTF-8";
html {
  font-size: 16px;
}

:root {
  /* Container Widths */
  --container-header-footer: 1280px;
  --container-body: 1080px;
  --container-padding: 40px;
  /* Breakpoints */
  --bp-tablet: 600px;
  --bp-desktop: 900px;
  /* Transitions */
  --transition-fast: 150ms ease;
  --transition-base: 200ms ease;
  --transition-slow: 350ms ease;
  --transition-ease: cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  background: #F5F6F8;
}

a {
  color: #0087A8;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color var(--transition-fast);
}
a:hover {
  color: #005E76;
}
a:focus-visible {
  outline: 2px solid #0cc1ea;
  outline-offset: 2px;
  border-radius: 2px;
}

body,
.editor-styles-wrapper {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-weight: 400;
  color: #1F2328;
}

p, h1, h2, h3, h4, h5, h6,
.wp-block-paragraph,
.wp-block-heading {
  font-family: "Inter", sans-serif;
}

.overline {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #005E76;
}

.is-highlight-gradient-aps {
  background: linear-gradient(180deg, #38C0E2 19.71%, #6B2D5C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.shadow-0 {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0px 2px 5px rgba(51, 61, 115, 0.09), 0px 1px 2px rgba(0, 0, 0, 0.07);
}

.shadow-2 {
  box-shadow: 0px 4px 6px rgba(51, 61, 115, 0.09), 0px 1px 3px rgba(0, 0, 0, 0.08);
}

.shadow-3 {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.07), 0px 7px 17px rgba(0, 0, 0, 0.1);
}

.shadow-4 {
  box-shadow: 0px 15px 35px rgba(51, 61, 115, 0.1), 0px 5px 15px rgba(0, 0, 0, 0.07);
}

.shadow-5 {
  box-shadow: 0px 15px 35px rgba(51, 61, 115, 0.15), 0px 5px 15px rgba(0, 0, 0, 0.1);
}

:root {
  --header-padding-block: 4px;
  --header-inner-padding-block: 12px;
  --header-inner-padding-inline: 40px;
  --header-row-gap: 24px;
  --header-brand-gap: 16px;
  --header-nav-wrapper-gap: 16px;
  --header-nav-wrapper-padding: 0 8px;
  --header-nav-gap: 0;
  --header-nav-link-padding-inline: 20px;
  --header-nav-link-gap: 4px;
  --header-cta-gap: 16px;
  --nav-link-color: #181d42;
  --nav-link-active-color: #0087A8;
  --header-bg: transparent;
  --header-border-color: rgba(12, 12, 12, 0.06);
  --nav-font-family: 'Inter', sans-serif;
  --nav-font-weight: 700;
  --nav-font-size: 14px;
  --nav-line-height: 1.25;
  --nav-letter-spacing: 0.7px;
  --nav-text-transform: capitalize;
  --logo-width: 100px;
  --logo-height: 24px;
  --header-overlay-height: 51px;
}

.global-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--header-padding-block) 0;
  border-bottom: 1px solid var(--header-border-color);
}

@media (min-width: 900px) {
  .global-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0);
    transition: background 0.35s ease;
  }
  .admin-bar .global-header {
    top: var(--wp-admin--admin-bar--height, 32px);
  }
  .wp-block-post-content > :first-child::before {
    content: "";
    display: block;
    height: var(--header-overlay-height);
  }
}
.global-header__inner {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1120px;
  padding: var(--header-inner-padding-block) 20px;
  background: var(--header-bg);
  border-radius: 4px;
  transition: background 0.35s ease, border-radius 0.35s ease;
  z-index: 2;
}
.global-header__inner:hover {
  background: #fff;
}

.global-header__row {
  display: flex;
  align-items: center;
  gap: var(--header-row-gap);
  width: 100%;
  max-width: 1080px;
}

.global-header__brand {
  display: flex;
  align-items: center;
  gap: var(--header-brand-gap);
  flex: 1;
}

.global-header__logo img,
.global-header__brand .wp-block-site-logo img {
  display: block;
  width: var(--logo-width);
  height: auto;
}

.global-header__nav-wrapper {
  display: none;
  align-items: center;
  gap: var(--header-nav-wrapper-gap);
  flex: 0 0 auto;
}

.global-header__nav.wp-block-navigation {
  gap: var(--header-nav-gap);
}

.global-header__nav .wp-block-navigation-item {
  margin: 0;
}

.global-header__nav .wp-block-navigation-item__content,
.global-header__nav .wp-block-navigation-link a,
.global-header__nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--header-nav-link-padding-inline);
  gap: var(--header-nav-link-gap);
  font-family: var(--nav-font-family);
  font-weight: var(--nav-font-weight);
  font-size: var(--nav-font-size);
  line-height: var(--nav-line-height);
  letter-spacing: var(--nav-letter-spacing);
  text-transform: var(--nav-text-transform);
  text-decoration: none;
  color: var(--nav-link-color);
  transition: color 0.2s ease;
}

.global-header__nav .wp-block-navigation-item__content:hover,
.global-header__nav .wp-block-navigation-item__content:focus,
.global-header__nav .current-menu-item .wp-block-navigation-item__content,
.global-header__nav a:hover,
.global-header__nav a:focus {
  color: var(--nav-link-active-color);
}

.global-header__nav .current-menu-item .wp-block-navigation-item__content {
  position: relative;
}
.global-header__nav .current-menu-item .wp-block-navigation-item__content::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: var(--header-nav-link-padding-inline);
  right: var(--header-nav-link-padding-inline);
  height: 4px;
  background: var(--nav-link-active-color);
}

.global-header__cta {
  display: none;
  justify-content: flex-end;
  align-items: center;
  gap: var(--header-cta-gap);
  flex: 1;
}

.global-header__mobile-nav-button {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 175, 210, 0.1);
  border-radius: 8px;
  cursor: pointer;
  border: none;
  color: var(--nav-link-color);
  appearance: none;
}

.global-header__contact-btn .wp-block-button__link {
  background: #333d73;
  color: #fff;
  border-radius: 27px;
  height: 40px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  font-family: var(--nav-font-family);
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  transition: background 200ms ease;
}
.global-header__contact-btn .wp-block-button__link:hover {
  background: #222856;
  color: #fff;
}

.global-header__nav-wrapper {
  display: flex;
}

.global-header__nav {
  display: none;
}

body.mobile-menu-open {
  overflow: hidden;
}

@media (min-width: 900px) {
  .global-header__nav-wrapper,
  .global-header__cta {
    display: flex;
  }
  .global-header__nav-wrapper {
    align-self: stretch;
  }
  .global-header__nav {
    display: flex;
    align-self: stretch;
  }
  .global-header__nav a {
    align-self: stretch;
  }
  .global-header__nav .wp-block-navigation-item {
    align-self: stretch;
  }
  .global-header__mobile-nav-button {
    display: none;
  }
}
.global-header__logo--white {
  display: none;
}

@media (min-width: 900px) {
  body.header-mode-dark .global-header {
    --nav-link-color: #fff;
    --header-bg: transparent;
    --header-border-color: rgba(255, 255, 255, 0.1);
  }
  body.header-mode-dark .global-header__nav .wp-block-navigation-item__content,
  body.header-mode-dark .global-header__nav .wp-block-navigation-item a,
  body.header-mode-dark .global-header__nav a {
    color: #fff;
  }
  body.header-mode-dark .global-header__logo--default {
    display: none;
  }
  body.header-mode-dark .global-header__logo--white {
    display: flex;
  }
  .global-header--active {
    padding-bottom: 0;
  }
  .global-header--active .global-header__inner {
    background: #fff;
    border-radius: 4px 4px 0 0;
  }
  .global-header--active {
    --nav-link-color: #181d42;
  }
  body.header-mode-dark .global-header--active .global-header__nav .wp-block-navigation-item__content,
  body.header-mode-dark .global-header--active .global-header__nav .wp-block-navigation-item a,
  body.header-mode-dark .global-header--active .global-header__nav a {
    color: #181d42;
  }
  body.header-mode-dark .global-header--active .global-header__logo--default {
    display: flex;
  }
  body.header-mode-dark .global-header--active .global-header__logo--white {
    display: none;
  }
  .wp-block-post-content > :first-child {
    position: relative;
  }
  .wp-block-post-content > :first-child::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.12) 40%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 1;
  }
}
:root {
  --mega-menu-width: 1120px;
  --mega-menu-bg: #FFFFFF;
  --mega-menu-border: #E6E8F0;
  --mega-menu-shadow: 0px 15px 35px rgba(51, 61, 115, 0.15), 0px 5px 15px rgba(0, 0, 0, 0.10);
  --mega-menu-radius: 0 0 8px 8px;
  --mega-menu-link-color: #0087A8;
  --mega-menu-link-hover: #005E76;
  --mega-menu-text-primary: #1F2328;
  --mega-menu-text-secondary: #555B65;
  --mega-menu-text-tertiary: #9AA1AD;
  --mega-menu-text-muted: #9AA1AD;
  --mega-menu-slide-duration: 330ms;
  --mega-menu-slide-ease: cubic-bezier(0.4, 0, 0.2, 1);
}

.mega-menu {
  display: none;
  font-family: "Inter", sans-serif;
}
.mega-menu.mob-open {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--mega-menu-bg);
}
@media (min-width: 900px) {
  .mega-menu {
    display: grid;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 60px);
    max-width: var(--mega-menu-width);
    z-index: 90;
    background: var(--mega-menu-bg);
    border-radius: var(--mega-menu-radius);
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    transition: max-height 350ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
  }
  .mega-menu.is-open {
    pointer-events: auto;
    box-shadow: var(--mega-menu-shadow);
    border-top: 1px solid #E6E8F0;
  }
}

.mega-menu__slide-container {
  display: contents;
}
.mega-menu.mob-open .mega-menu__slide-container {
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
@media (min-width: 900px) {
  .mega-menu__slide-container {
    display: contents !important;
  }
}

.mega-menu__start-panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  background: var(--mega-menu-bg);
  transform: translateX(0);
  transition: transform var(--mega-menu-slide-duration) var(--mega-menu-slide-ease);
  will-change: transform;
}
.mega-menu__start-panel.is-exiting-left {
  transform: translateX(-30%);
}
@media (min-width: 900px) {
  .mega-menu__start-panel {
    display: none;
  }
}
.mega-menu__start-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
  flex-shrink: 0;
  height: 88px;
  box-sizing: border-box;
}
@media (min-width: 900px) {
  .mega-menu__start-header {
    display: none;
  }
}
.mega-menu__start-logo-container {
  display: block;
}
.mega-menu__start-logo {
  display: none;
  line-height: 0;
}
.mega-menu__start-logo svg {
  display: block;
}
.mega-menu__start-nav {
  list-style: none;
  margin: 0;
  padding: 8px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.mega-menu__start-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: -0.308px;
  color: var(--mega-menu-link-color);
  text-align: left;
}
.mega-menu__start-nav-item svg {
  flex: 0 0 auto;
  color: var(--mega-menu-link-color);
}
.mega-menu__start-footer {
  padding: 28px 32px 36px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid #ECEEF3;
  margin-top: auto;
}
.mega-menu__start-tagline {
  font-family: "Open Sans", "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -0.015em;
  color: var(--mega-menu-text-primary);
  margin: 0;
}
.mega-menu__start-copyright {
  font-size: 15px;
  line-height: 1.45;
  color: #9AA1AD;
  margin: 0;
}
.mega-menu__start-legal {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 4px;
}
.mega-menu__start-legal a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--mega-menu-link-color);
  text-decoration: none;
}

.mega-menu__panel {
  display: flex;
  flex-direction: column;
  position: absolute;
  inset: 0;
  overflow-y: auto;
  background: var(--mega-menu-bg);
  transform: translateX(100%);
  transition: transform var(--mega-menu-slide-duration) var(--mega-menu-slide-ease);
  will-change: transform;
}
.mega-menu__panel.is-active {
  transform: translateX(0);
}
.mega-menu__panel.is-exiting-right {
  transform: translateX(100%);
}
@media (min-width: 900px) {
  .mega-menu__panel {
    position: static;
    inset: auto;
    grid-area: 1/1;
    display: flex;
    width: 100%;
    max-width: var(--mega-menu-width);
    overflow: hidden;
    background: transparent;
    opacity: 0;
    transform: none;
    pointer-events: none;
    visibility: visible;
    transition: opacity 200ms ease;
  }
  .mega-menu__panel.is-visible {
    opacity: 1;
    pointer-events: auto;
  }
  .mega-menu__panel.is-active, .mega-menu__panel.is-exiting-right {
    transform: none;
  }
}
.mega-menu__panel-inner {
  padding: 0;
  flex: 1;
}
@media (min-width: 900px) {
  .mega-menu__panel-inner {
    width: 100%;
  }
}
.mega-menu__panel-cols {
  padding-top: 72px;
}
@media (min-width: 900px) {
  .mega-menu__panel-cols {
    padding-top: 0;
  }
}
.mega-menu__panel-cols {
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .mega-menu__panel-cols {
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    border-radius: 0 0 8px 8px;
  }
}
.mega-menu__panel-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  padding: 14px 28px;
  border-top: 1px solid #E6E8F0;
  background: #F5F6F8;
}

.mega-menu__l2-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
  height: 88px;
  background: #FFFFFF;
  border-bottom: 1px solid #ECEEF3;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
  box-sizing: border-box;
}
.mega-menu__l2-header.is-visible {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 900px) {
  .mega-menu__l2-header {
    display: none !important;
  }
}

.mega-menu__l2-zone-a {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 56px;
}

.mega-menu__l2-title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.011em;
  line-height: 1.5;
}

.mega-menu__back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(34, 40, 86, 0.08);
  border: none;
  cursor: pointer;
  border-radius: 8px;
  color: var(--mega-menu-text-primary);
  flex-shrink: 0;
  transition: background 180ms ease;
}
.mega-menu__back-btn svg {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
}
.mega-menu__back-btn:hover {
  background: rgba(34, 40, 86, 0.15);
}

.mega-menu__close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(0, 175, 210, 0.12);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  color: var(--mega-menu-text-primary);
  flex-shrink: 0;
}
.mega-menu__close-btn svg {
  width: 24px;
  height: 24px;
}

.mega-menu__footer-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #0087A8;
  text-decoration: none;
  transition: color 0.15s ease;
}
.mega-menu__footer-link:hover {
  color: #005E76;
}
.mega-menu__footer-link svg {
  flex-shrink: 0;
}

.mega-menu__section-label {
  display: block;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--mega-menu-text-tertiary);
  line-height: 1.5;
  letter-spacing: 0.7px;
}
.mega-menu__section-label--sm {
  font-size: 11px;
  font-weight: 700;
  color: #9AA1AD;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

.mega-menu__col {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 24px;
}

.mega-menu__col.type-is-flagship {
  padding: 24px;
}

.mega-menu__col.type-is-why-aps,
.mega-menu__col.type-is-solutions {
  padding: 40px;
}

.mega-menu__col.type-is-solutions + .type-is-solutions {
  padding-top: 0;
}

.mega-menu__col.type-is-main,
.mega-menu__col.type-is-blog-teaser {
  padding: 32px;
}

.mega-menu__col.type-is-promo {
  padding: 20px;
}

.mega-menu__col.type-is-flagship,
.mega-menu__col.type-is-solutions,
.mega-menu__col.type-is-main {
  flex: 1;
}

.mega-menu__col.type-is-solutions,
.mega-menu__col.type-is-main {
  border-right: 1px solid #ECEEF3;
}

.mega-menu__col.type-is-why-aps,
.mega-menu__col.type-is-blog-teaser {
  background: #F2FBFD;
}

.mega-menu__col.type-is-flagship {
  padding-top: 0;
}
@media (min-width: 900px) {
  .mega-menu__col.type-is-flagship {
    padding-top: 24px;
    padding-right: 0;
  }
}

.mega-menu__col.type-is-more-modules {
  padding: 24px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #FFFFFF;
}
@media (min-width: 900px) {
  .mega-menu__col.type-is-more-modules {
    flex: 1;
    padding-top: 24px;
  }
}

@media (min-width: 900px) {
  .mega-menu__col.type-is-solutions + .type-is-solutions {
    padding-top: 40px;
  }
  .mega-menu__col.type-is-platform {
    width: 300px;
  }
  .mega-menu__col.type-is-why-aps {
    width: 220px;
  }
  .mega-menu__col.type-is-promo {
    width: 260px;
  }
  .mega-menu__col.type-is-blog-teaser {
    width: 320px;
  }
}
.mega-menu__featured-block {
  background: #EEF0F9;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mega-menu__featured-block-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mega-menu__featured-eyebrow {
  font-size: 11px;
  font-weight: 700;
  color: #5565A8;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.mega-menu__featured-titles {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mega-menu__featured-heading {
  font-size: 16px;
  font-weight: 700;
  color: #181D42;
  line-height: 1.2;
}
.mega-menu__featured-body {
  font-size: 12px;
  color: #1F2328;
  line-height: 1.55;
}
.mega-menu__featured-cta {
  font-size: 12px;
  font-weight: 600;
  color: #A24DE0;
  text-decoration: none;
}
.mega-menu__featured-cta:hover {
  opacity: 0.85;
}

.mega-menu__module-grid {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.mega-menu__module-row {
  display: flex;
}
.mega-menu__module-pill {
  flex: 1;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px;
  border-radius: 5px;
}
.mega-menu__module-dot {
  width: 5px;
  height: 5px;
  border-radius: 99px;
  flex-shrink: 0;
  display: inline-block;
}
.mega-menu__module-dot--cyan {
  background: #00AFD2;
}
.mega-menu__module-dot--amber {
  background: #F5A623;
}
.mega-menu__module-name {
  font-size: 13px;
  font-weight: 500;
  color: #181D42;
}

.mega-menu__platform-section {
  padding: 32px;
  border-bottom: 1px solid #EEF0F9;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mega-menu__platform-section:last-child {
  border-bottom: none;
}

.mega-menu__col.type-is-why-aps .wp-block-list {
  gap: 20px;
  padding-left: 0;
}

.mega-menu__why-label {
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 700;
  color: #555B65;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}
.mega-menu__why-desc {
  font-size: 13px;
  color: #555B65;
  line-height: 1.5;
}

.mega-menu__s-link {
  position: relative;
  display: block;
  padding: 6px 8px 6px 24px;
  font-size: 14px;
  font-weight: 500;
  color: #0087A8;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.15s ease, color 0.15s ease;
}
.mega-menu__s-link:hover {
  background: #E3F6FB;
  color: #005E76;
}
.mega-menu__s-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mega-menu__s-link-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-menu__s-link-dot {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #E6E8F0;
}

.mega-menu__lwi-list {
  display: flex;
  flex-direction: column;
}
.mega-menu__lwi-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.15s ease;
}
.mega-menu__lwi-item:hover {
  background: #E3F6FB;
}
.mega-menu__lwi-item:hover .mega-menu__lwi-title {
  color: #0087A8;
}
.mega-menu__lwi-item:hover .mega-menu__lwi-icon--cyan {
  background: #BFEAF4;
}
.mega-menu__lwi-item:hover .mega-menu__lwi-icon--mint {
  background: #ADF3D5;
}
.mega-menu__lwi-item:hover .mega-menu__lwi-icon--amber {
  background: #FCE0A3;
}
.mega-menu__lwi-item:hover .mega-menu__lwi-icon--indigo {
  background: #ECEEF3;
}
.mega-menu__lwi-item:hover .mega-menu__lwi-icon--lavender {
  background: #DDE0F2;
}
.mega-menu__lwi-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  flex-shrink: 0;
}
.mega-menu__lwi-icon--cyan {
  background: #E3F6FB;
}
.mega-menu__lwi-icon--mint {
  background: #D1FAE5;
}
.mega-menu__lwi-icon--amber {
  background: #FEF0CC;
}
.mega-menu__lwi-icon--indigo {
  background: #F5F6F8;
}
.mega-menu__lwi-icon--lavender {
  background: #EEF0F9;
}
.mega-menu__lwi-title {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #1F2328;
  line-height: 1.5;
  transition: color 0.15s ease;
}
.mega-menu__lwi-desc {
  display: block;
  font-size: 13px;
  color: #555B65;
  line-height: 1.5;
}

.mega-menu__promo {
  background: #181D42;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 20px;
  border-radius: 8px;
}
.mega-menu__promo-eyebrow {
  font-size: 10px;
  font-weight: 700;
  color: #F5A623;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.mega-menu__promo-body {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
}
.mega-menu__promo-cta {
  font-size: 12px;
  font-weight: 600;
  color: #BFEAF4;
  text-decoration: none;
}
.mega-menu__promo-cta:hover {
  opacity: 0.85;
}

.mega-menu__blog-card {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mega-menu__blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mega-menu__blog-badge {
  background: #E6E8F0;
  border-radius: 99999px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 600;
  color: #555B65;
}
.mega-menu__blog-date {
  font-size: 13px;
  color: #555B65;
}
.mega-menu__blog-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mega-menu__blog-title {
  font-size: 15px;
  font-weight: 600;
  color: #0087A8;
  line-height: 1.38;
  text-decoration: none;
}
.mega-menu__blog-title:hover {
  color: #005E76;
}
.mega-menu__blog-byline {
  font-size: 13px;
  color: #555B65;
}

.mega-menu__col.type-is-platform {
  padding: 24px;
}
.mega-menu__col.type-is-platform .col-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 32px 24px;
  justify-content: space-between;
  gap: 32px;
  border-radius: 8px;
  background: radial-gradient(ellipse 220px 350px at 50% -20px, rgba(0, 175, 210, 0.35) 0%, rgba(0, 175, 210, 0) 100%), linear-gradient(29deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 94, 118, 0.2) 100%), #1e1b4b;
}
@media (min-width: 900px) {
  .mega-menu__col.type-is-platform {
    padding-right: 0;
  }
}

.mega-menu__adv-top {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.mega-menu__eyebrow-container {
  mix-blend-mode: overlay;
  opacity: 0.65;
}

.mega-menu__platform-eyebrow {
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  text-align: center;
  margin: 0;
}

.mega-menu__adv-identity {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mega-menu__adv-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
}

.mega-menu__adv-diamonds {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mega-menu__adv-diamonds svg {
  display: block;
  flex-shrink: 0;
  z-index: 1;
}

.mega-menu__adv-diamonds-ghost {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  top: 1px;
  opacity: 0.44;
  pointer-events: none;
}
.mega-menu__adv-diamonds-ghost svg {
  display: block;
  flex-shrink: 0;
  z-index: 0;
}

.mega-menu__adv-wordmark {
  display: block;
  width: 180px;
  height: auto;
}

.mega-menu__platform-tagline {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: -0.36px;
  line-height: 1.5;
  margin: 0;
}

.mega-menu__adv-modules {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mega-menu__adv-module {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: 9px 12px;
}
.mega-menu__adv-module svg {
  flex-shrink: 0;
}

.mega-menu__adv-module-name {
  flex: 1;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
}

.mega-menu__adv-badge {
  background: #1EA877;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 99999px;
  flex-shrink: 0;
  line-height: 1.2;
}

.mega-menu__platform-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #0087A8;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  padding: 0 16px 0 24px;
  height: 40px;
  border-radius: 27px;
  text-decoration: none;
  transition: background 0.15s ease;
  flex-shrink: 0;
}
.mega-menu__platform-cta:hover {
  background: #005E76;
  color: #FFFFFF;
}
.mega-menu__platform-cta svg {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}

.mega-menu__dispute-card {
  background: #EEF0F9;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.mega-menu__dispute-header {
  padding: 24px;
  border-bottom: 1px solid rgba(85, 101, 168, 0.11);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mega-menu__dispute-header-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mega-menu__dispute-title {
  font-size: 18px;
  font-weight: 700;
  color: #1e1b4b;
  letter-spacing: -0.36px;
  line-height: 1.2;
  margin: 0;
}

.mega-menu__dispute-desc {
  font-size: 13px;
  color: #3f4958;
  line-height: 1.6;
  margin: 0;
}

.mega-menu__dispute-explore {
  font-size: 13px;
  font-weight: 600;
  color: #5565A8;
  text-decoration: none;
}
.mega-menu__dispute-explore:hover {
  color: #333D73;
}

.mega-menu__pipeline {
  padding: 24px;
}

.mega-menu__pipeline-header {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #555B65;
  letter-spacing: 0.5px;
  margin: 0 0 16px;
}

.mega-menu__pipeline-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}
@media (min-width: 900px) {
  .mega-menu__pipeline-grid {
    gap: 5px;
  }
}

.mega-menu__pipeline-label {
  display: none;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #555B65;
  letter-spacing: 0.5px;
  padding-top: 8px;
  align-self: start;
  white-space: nowrap;
}

.mega-menu__pipeline-links {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-self: start;
}

.mega-menu__pipeline-link {
  display: block;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 500;
  color: #0087A8;
  text-decoration: none;
  border-radius: 4px;
  letter-spacing: -0.154px;
  line-height: 1.5;
  transition: background 0.15s ease, color 0.15s ease;
}
.mega-menu__pipeline-link:hover {
  background: #E3F6FB;
  color: #005E76;
}

.mega-menu__module-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border-radius: 8px;
  text-decoration: none;
  flex: 1;
  transition: opacity 0.15s ease;
}
.mega-menu__module-card:hover {
  opacity: 0.88;
}
.mega-menu__module-card--id {
  background: #fff7f5;
}
.mega-menu__module-card--id .mega-menu__module-card-eyebrow {
  color: #F5A623;
}
.mega-menu__module-card--id .mega-menu__module-card-title {
  color: #8C2C18;
}
.mega-menu__module-card--id .mega-menu__module-card-link {
  color: #F06040;
}
.mega-menu__module-card--watchlist {
  background: #f2f7e5;
}
.mega-menu__module-card--watchlist .mega-menu__module-card-eyebrow {
  color: #6BAF17;
}
.mega-menu__module-card--watchlist .mega-menu__module-card-title {
  color: #3D6B08;
}
.mega-menu__module-card--watchlist .mega-menu__module-card-link {
  color: #6BAF17;
}

.mega-menu__module-card-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mega-menu__module-card-eyebrow {
  display: block;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.72px;
  margin: 0;
}

.mega-menu__module-card-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mega-menu__module-card-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: normal;
  margin: 0;
}
.mega-menu__module-card-title span {
  font-weight: 400;
}

.mega-menu__module-card-desc {
  font-size: 12px;
  color: #555B65;
  line-height: 1.55;
  margin: 0;
}

.mega-menu__module-card-link {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}

@media (min-width: 900px) {
  .global-header__inner {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 64px;
  }
  .global-header__nav .wp-block-navigation-item.mega-menu-active > .wp-block-navigation-item__content,
  .global-header__nav .wp-block-navigation-item.mega-menu-active > a {
    color: var(--nav-link-active-color);
  }
}
.aps-footer {
  padding-top: 8rem;
  padding-bottom: 3rem;
  border-top: 1px solid #ECEEF3;
  background: #FFFFFF;
}
@media (min-width: 600px) {
  .aps-footer {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 900px) {
  .aps-footer {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.aps-footer .aps-container-inner {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media (min-width: 600px) {
  .aps-footer .aps-container-inner {
    gap: 3rem;
  }
}
@media (min-width: 900px) {
  .aps-footer .aps-container-inner {
    gap: 4rem;
  }
}

.aps-footer-top {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 900px) {
  .aps-footer-top {
    flex-direction: row;
  }
}

.aps-footer-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.aps-footer-logo img {
  width: 115px;
  height: 100px;
}

.aps-footer-tagline {
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: #1F2328;
  margin: 0;
  max-width: 280px;
}

.aps-footer-right {
  display: flex;
  flex: 1;
}

.aps-footer-nav-grid {
  gap: 24px;
  width: 100%;
}
@media (min-width: 600px) {
  .aps-footer-nav-grid {
    gap: 32px;
  }
}
@media (min-width: 900px) {
  .aps-footer-nav-grid {
    gap: 48px;
  }
}

.aps-footer-nav-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.aps-footer-nav-title {
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1F2328;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.aps-footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.aps-footer-nav-list li {
  margin: 0;
  padding: 0;
}
.aps-footer-nav-list li a {
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: #0087A8;
  text-decoration: none;
  transition: color var(--transition-fast), text-decoration var(--transition-fast);
}
.aps-footer-nav-list li a:hover {
  color: #005E76;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.aps-footer-nav-list li a:focus-visible {
  outline: 2px solid #0cc1ea;
  outline-offset: 2px;
  border-radius: 2px;
}

.aps-footer-bottom {
  display: flex;
  gap: 48px;
  align-items: center;
  width: 100%;
  padding-top: 48px;
  border-top: 1px solid #ECEEF3;
}
@media (min-width: 600px) {
  .aps-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 24px;
    gap: 16px;
  }
}
@media (min-width: 900px) {
  .aps-footer-bottom {
    flex-direction: row;
    align-items: center;
    padding-top: 32px;
    gap: 48px;
  }
}

.aps-footer-bottom-tagline {
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.45;
  color: #1F2328;
  margin: 0;
}

.aps-footer-legal {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: #555B65;
  text-align: left;
}
@media (min-width: 600px) {
  .aps-footer-legal {
    text-align: right;
  }
}
.aps-footer-legal a {
  color: #0087A8;
  text-decoration: none;
  transition: color var(--transition-fast), text-decoration var(--transition-fast);
}
.aps-footer-legal a:hover {
  color: #005E76;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.aps-footer-legal a:focus-visible {
  outline: 2px solid #0cc1ea;
  outline-offset: 2px;
  border-radius: 2px;
}

.aps-footer-top .wp-block-column,
.aps-footer-bottom .wp-block-column {
  margin: 0;
}
.aps-footer-top.wp-block-columns,
.aps-footer-bottom.wp-block-columns {
  margin-bottom: 0;
}

.wp-block-aps-container {
  border-bottom: 1px solid #E6E8F0;
}
.wp-block-aps-container .aps-container-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 600px) {
  .wp-block-aps-container .aps-container-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 900px) {
  .wp-block-aps-container .aps-container-inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.wp-block-aps-container.content-width-reading .aps-container-inner {
  max-width: 720px;
}
.wp-block-aps-container.content-width-default .aps-container-inner {
  max-width: 1080px;
}
.wp-block-aps-container.content-width-x2 .aps-container-inner {
  max-width: 1180px;
}
.wp-block-aps-container.content-width-wide .aps-container-inner {
  max-width: 1280px;
}
.wp-block-aps-container.padding-top-x0 {
  padding-top: 0;
}
.wp-block-aps-container.padding-top-x1 {
  padding-top: 2rem;
}
.wp-block-aps-container.padding-top-x2 {
  padding-top: 3rem;
}
.wp-block-aps-container.padding-top-x3 {
  padding-top: 4rem;
}
.wp-block-aps-container.padding-top-x3-5 {
  padding-top: 5rem;
}
.wp-block-aps-container.padding-top-x4 {
  padding-top: 6rem;
}
.wp-block-aps-container.padding-top-x5 {
  padding-top: 8rem;
}
.wp-block-aps-container.padding-bottom-x0 {
  padding-bottom: 0;
}
.wp-block-aps-container.padding-bottom-x1 {
  padding-bottom: 2rem;
}
.wp-block-aps-container.padding-bottom-x2 {
  padding-bottom: 3rem;
}
.wp-block-aps-container.padding-bottom-x3 {
  padding-bottom: 4rem;
}
.wp-block-aps-container.padding-bottom-x3-5 {
  padding-bottom: 5rem;
}
.wp-block-aps-container.padding-bottom-x4 {
  padding-bottom: 6rem;
}
.wp-block-aps-container.padding-bottom-x5 {
  padding-bottom: 8rem;
}
.wp-block-aps-container.has-white-background-color {
  background-color: #FFFFFF;
}
.wp-block-aps-container.has-indigo-100-background-color {
  background-color: #EEF0F9;
}
.wp-block-aps-container.has-gray-100-background-color {
  background-color: #F5F6F8;
}
.wp-block-aps-container.has-indigo-800-background-color {
  background-color: #181D42;
}
.wp-block-aps-container.has-bg-crossfade-aps, .wp-block-aps-container.has-bg-crossfade-dispute, .wp-block-aps-container.has-bg-middle-peak-watchlist, .wp-block-aps-container.has-bg-second-peak-id {
  background-repeat: no-repeat;
}
.wp-block-aps-container.has-bg-crossfade-aps {
  background-image: url("../assets/images/figure-bg-hero--type-equal-crossfade--brand-aps.svg");
  background-position: center 234px;
  background-blend-mode: hard-light;
}
.wp-block-aps-container.has-bg-crossfade-dispute {
  background-image: url("../assets/images/figure-bg-hero--type-equal-crossfade--brand-dispute.svg");
  background-position: center 194px;
}
.wp-block-aps-container.has-bg-middle-peak-watchlist {
  background-image: url("../assets/images/figure-bg-hero--type-middle-peak--brand-watchlist.png");
  background-position: center 25%;
}
.wp-block-aps-container.has-bg-second-peak-id {
  background-image: url("../assets/images/figure-bg-hero--type-second-peak--brand-id.svg");
  background-position: center 140px;
}
.wp-block-aps-container.has-map-bg {
  position: relative;
  overflow: hidden;
}
.wp-block-aps-container.has-map-bg .aps-map-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.wp-block-aps-container.has-map-bg .aps-map-bg iframe {
  position: absolute;
  width: 140%;
  height: 140%;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + var(--map-offset-x, 0%)), -50%);
  border: none;
  display: block;
}
.wp-block-aps-container.has-map-bg .aps-map-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.35);
}
.wp-block-aps-container.has-map-bg .aps-container-inner {
  position: relative;
  z-index: 1;
}

.wp-block-columns {
  --wp--style--block-gap: 2rem;
}

* + .wp-block-columns {
  margin-top: 3rem;
}

.wp-block-columns + .wp-block-columns {
  margin-top: 4rem;
}

.wp-block-column {
  box-sizing: border-box;
}

.wp-block-column > *:first-child {
  margin-top: 0;
}

.aps-container-inner > .wp-block-columns:last-child {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .wp-block-columns,
  .wp-block-columns.is-layout-flex {
    flex-wrap: wrap;
  }
  .wp-block-columns .wp-block-column:not([style*=flex-basis]),
  .wp-block-columns.is-layout-flex .wp-block-column:not([style*=flex-basis]) {
    flex-basis: calc(50% - var(--wp--style--block-gap, 1em)) !important;
    width: calc(50% - var(--wp--style--block-gap, 1em)) !important;
    max-width: unset !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
  }
}
@media (min-width: 900px) {
  .wp-block-columns,
  .wp-block-columns.is-layout-flex {
    flex-wrap: nowrap;
  }
  .wp-block-columns .wp-block-column:not([style*=flex-basis]),
  .wp-block-columns.is-layout-flex .wp-block-column:not([style*=flex-basis]) {
    flex-basis: unset !important;
    width: unset !important;
    max-width: unset !important;
    flex-grow: 1 !important;
    flex-shrink: 1 !important;
  }
}

@media (min-width: 600px) {
  .wp-block-columns.is-layout-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (min-width: 900px) {
  .wp-block-columns.is-layout-grid {
    grid-template-columns: unset !important;
  }
}

@media (min-width: 900px) {
  .wp-block-column.aps-col-pl-xs {
    padding-left: 1rem;
  }
  .wp-block-column.aps-col-pl-sm {
    padding-left: 2rem;
  }
  .wp-block-column.aps-col-pl-md {
    padding-left: 3rem;
  }
  .wp-block-column.aps-col-pl-lg {
    padding-left: 4rem;
  }
  .wp-block-column.aps-col-pl-xl {
    padding-left: 6rem;
  }
  .wp-block-column.aps-col-pr-xs {
    padding-right: 1rem;
  }
  .wp-block-column.aps-col-pr-sm {
    padding-right: 2rem;
  }
  .wp-block-column.aps-col-pr-md {
    padding-right: 3rem;
  }
  .wp-block-column.aps-col-pr-lg {
    padding-right: 4rem;
  }
  .wp-block-column.aps-col-pr-xl {
    padding-right: 6rem;
  }
}

.wp-block-button .wp-block-button__link {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 27px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.wp-block-button .wp-block-button__link:focus {
  outline: none;
}
.wp-block-button .wp-block-button__link:disabled, .wp-block-button .wp-block-button__link[aria-disabled=true], .wp-block-button .wp-block-button__link.is-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.wp-block-button .wp-block-button__link .aps-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.wp-block-button .wp-block-button__link .aps-btn-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.wp-block-button .wp-block-button__link.has-icon-left {
  padding-left: 16px;
}
.wp-block-button .wp-block-button__link.has-icon-right {
  padding-right: 16px;
}
.wp-block-button.is-style-primary .wp-block-button__link, .wp-block-button:not([class*=is-style-]) .wp-block-button__link {
  background-color: #0087A8;
  color: #FFFFFF;
}
.wp-block-button.is-style-primary .wp-block-button__link:hover, .wp-block-button:not([class*=is-style-]) .wp-block-button__link:hover {
  border-color: #005E76;
  box-shadow: 0px 0.5px 1px 0px rgba(0, 0, 0, 0.05), 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}
.wp-block-button.is-style-primary .wp-block-button__link:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link:focus {
  border-color: #FFFFFF;
  box-shadow: 0 0 0 1px #0cc1ea;
}
.wp-block-button.is-style-primary .wp-block-button__link:disabled, .wp-block-button.is-style-primary .wp-block-button__link[aria-disabled=true], .wp-block-button.is-style-primary .wp-block-button__link.is-disabled, .wp-block-button:not([class*=is-style-]) .wp-block-button__link:disabled, .wp-block-button:not([class*=is-style-]) .wp-block-button__link[aria-disabled=true], .wp-block-button:not([class*=is-style-]) .wp-block-button__link.is-disabled {
  background-color: #9AA1AD;
  border-color: #9AA1AD;
}
.wp-block-button.is-style-primary-alt .wp-block-button__link {
  background-color: #333D73;
  border-color: transparent;
  color: #FFFFFF;
}
.wp-block-button.is-style-primary-alt .wp-block-button__link:hover {
  border-color: #5565A8;
  box-shadow: 0px 0.5px 1px 0px rgba(0, 0, 0, 0.05), 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}
.wp-block-button.is-style-primary-alt .wp-block-button__link:focus {
  border-color: #FFFFFF;
  box-shadow: 0 0 0 1px #0cc1ea;
}
.wp-block-button.is-style-primary-alt .wp-block-button__link:disabled, .wp-block-button.is-style-primary-alt .wp-block-button__link[aria-disabled=true], .wp-block-button.is-style-primary-alt .wp-block-button__link.is-disabled {
  background-color: #9AA1AD;
  border-color: #9AA1AD;
}
.wp-block-button.is-style-primary-cta .wp-block-button__link {
  background-color: #E05234;
  border-color: transparent;
  color: #FFFFFF;
}
.wp-block-button.is-style-primary-cta .wp-block-button__link:hover {
  box-shadow: 0px 0.5px 1px 0px rgba(0, 0, 0, 0.05), 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}
.wp-block-button.is-style-primary-cta .wp-block-button__link:focus {
  border-color: #FFFFFF;
  box-shadow: 0 0 0 1px #F4846B;
}
.wp-block-button.is-style-primary-cta .wp-block-button__link:disabled, .wp-block-button.is-style-primary-cta .wp-block-button__link[aria-disabled=true], .wp-block-button.is-style-primary-cta .wp-block-button__link.is-disabled {
  background-color: #9AA1AD;
  border-color: #9AA1AD;
}
.wp-block-button.is-style-secondary .wp-block-button__link {
  background-color: #FFFFFF;
  border-color: #a9b1c4;
  color: #a9b1c4;
  font-size: 11px;
  line-height: 19px;
  text-transform: uppercase;
  padding: 7px 16px;
}
.wp-block-button.is-style-secondary .wp-block-button__link:hover {
  box-shadow: 0px 0.5px 1px 0px rgba(0, 0, 0, 0.05), 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}
.wp-block-button.is-style-secondary .wp-block-button__link:focus {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 2px #0087A8;
}
.wp-block-button.is-style-secondary .wp-block-button__link:disabled, .wp-block-button.is-style-secondary .wp-block-button__link[aria-disabled=true], .wp-block-button.is-style-secondary .wp-block-button__link.is-disabled {
  background-color: #FFFFFF;
  border-color: #a9b1c4;
}
.wp-block-button.is-style-ghost .wp-block-button__link {
  background-color: transparent;
  border-color: transparent;
  color: #0087A8;
}
.wp-block-button.is-style-ghost .wp-block-button__link:hover {
  box-shadow: 0px 0.5px 1px 0px rgba(0, 0, 0, 0.05), 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}
.wp-block-button.is-style-ghost .wp-block-button__link:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 1px #0cc1ea;
}
.wp-block-button.is-style-ghost .wp-block-button__link:disabled, .wp-block-button.is-style-ghost .wp-block-button__link[aria-disabled=true], .wp-block-button.is-style-ghost .wp-block-button__link.is-disabled {
  opacity: 0.35;
}
.wp-block-button.is-style-ghost-cta .wp-block-button__link {
  background-color: transparent;
  border-color: transparent;
  color: #0087A8;
  height: auto;
  padding: 4px 0;
  gap: 6px;
}
.wp-block-button.is-style-ghost-cta .wp-block-button__link:hover {
  text-decoration: underline;
}
.wp-block-button.is-style-ghost-cta .wp-block-button__link:hover .aps-btn-icon {
  transform: translateX(4px);
}
.wp-block-button.is-style-ghost-cta .wp-block-button__link:focus {
  box-shadow: 0 0 0 2px #0cc1ea;
}
.wp-block-button.is-style-ghost-cta .wp-block-button__link:disabled, .wp-block-button.is-style-ghost-cta .wp-block-button__link[aria-disabled=true], .wp-block-button.is-style-ghost-cta .wp-block-button__link.is-disabled {
  opacity: 0.35;
}
.wp-block-button.is-style-ghost-cta .wp-block-button__link .aps-btn-icon, .wp-block-button.is-style-ghost-cta-dispute .wp-block-button__link .aps-btn-icon, .wp-block-button.is-style-ghost-cta-id .wp-block-button__link .aps-btn-icon, .wp-block-button.is-style-ghost-cta-watchlist .wp-block-button__link .aps-btn-icon {
  width: 11px;
  height: 11px;
  transition: transform 0.2s ease;
}
.wp-block-button.is-style-ghost-cta-dispute .wp-block-button__link {
  background-color: transparent;
  border-color: transparent;
  color: #A24DE0;
  height: auto;
  padding: 4px 0;
  gap: 6px;
}
.wp-block-button.is-style-ghost-cta-dispute .wp-block-button__link:hover {
  text-decoration: underline;
}
.wp-block-button.is-style-ghost-cta-dispute .wp-block-button__link:hover .aps-btn-icon {
  transform: translateX(4px);
}
.wp-block-button.is-style-ghost-cta-dispute .wp-block-button__link:focus {
  box-shadow: 0 0 0 2px #D1A3F0;
}
.wp-block-button.is-style-ghost-cta-dispute .wp-block-button__link:disabled, .wp-block-button.is-style-ghost-cta-dispute .wp-block-button__link[aria-disabled=true], .wp-block-button.is-style-ghost-cta-dispute .wp-block-button__link.is-disabled {
  opacity: 0.35;
}
.wp-block-button.is-style-ghost-cta-id .wp-block-button__link {
  background-color: transparent;
  border-color: transparent;
  color: #F06040;
  height: auto;
  padding: 4px 0;
  gap: 6px;
}
.wp-block-button.is-style-ghost-cta-id .wp-block-button__link:hover {
  text-decoration: underline;
}
.wp-block-button.is-style-ghost-cta-id .wp-block-button__link:hover .aps-btn-icon {
  transform: translateX(4px);
}
.wp-block-button.is-style-ghost-cta-id .wp-block-button__link:focus {
  box-shadow: 0 0 0 2px #F8A896;
}
.wp-block-button.is-style-ghost-cta-id .wp-block-button__link:disabled, .wp-block-button.is-style-ghost-cta-id .wp-block-button__link[aria-disabled=true], .wp-block-button.is-style-ghost-cta-id .wp-block-button__link.is-disabled {
  opacity: 0.35;
}
.wp-block-button.is-style-ghost-cta-watchlist .wp-block-button__link {
  background-color: transparent;
  border-color: transparent;
  color: #3D6B08;
  height: auto;
  padding: 4px 0;
  gap: 6px;
}
.wp-block-button.is-style-ghost-cta-watchlist .wp-block-button__link:hover {
  text-decoration: underline;
}
.wp-block-button.is-style-ghost-cta-watchlist .wp-block-button__link:hover .aps-btn-icon {
  transform: translateX(4px);
}
.wp-block-button.is-style-ghost-cta-watchlist .wp-block-button__link:focus {
  box-shadow: 0 0 0 2px #A2D84C;
}
.wp-block-button.is-style-ghost-cta-watchlist .wp-block-button__link:disabled, .wp-block-button.is-style-ghost-cta-watchlist .wp-block-button__link[aria-disabled=true], .wp-block-button.is-style-ghost-cta-watchlist .wp-block-button__link.is-disabled {
  opacity: 0.35;
}
.wp-block-button.is-style-primary-dispute .wp-block-button__link {
  background-color: #A24DE0;
  border-color: transparent;
  color: #FFFFFF;
}
.wp-block-button.is-style-primary-dispute .wp-block-button__link:hover {
  border-color: #B978E8;
  box-shadow: 0px 0.5px 1px 0px rgba(0, 0, 0, 0.05), 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}
.wp-block-button.is-style-primary-dispute .wp-block-button__link:focus {
  border-color: #FFFFFF;
  box-shadow: 0 0 0 1px #D1A3F0;
}
.wp-block-button.is-style-primary-dispute .wp-block-button__link:disabled, .wp-block-button.is-style-primary-dispute .wp-block-button__link[aria-disabled=true], .wp-block-button.is-style-primary-dispute .wp-block-button__link.is-disabled {
  background-color: #9AA1AD;
  border-color: #9AA1AD;
}
.wp-block-button.is-style-primary-id .wp-block-button__link {
  background-color: #F06040;
  border-color: transparent;
  color: #FFFFFF;
}
.wp-block-button.is-style-primary-id .wp-block-button__link:hover {
  border-color: #E05234;
  box-shadow: 0px 0.5px 1px 0px rgba(0, 0, 0, 0.05), 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}
.wp-block-button.is-style-primary-id .wp-block-button__link:focus {
  border-color: #FFFFFF;
  box-shadow: 0 0 0 1px #F8A896;
}
.wp-block-button.is-style-primary-id .wp-block-button__link:disabled, .wp-block-button.is-style-primary-id .wp-block-button__link[aria-disabled=true], .wp-block-button.is-style-primary-id .wp-block-button__link.is-disabled {
  background-color: #9AA1AD;
  border-color: #9AA1AD;
}
.wp-block-button.is-style-primary-watchlist .wp-block-button__link {
  background-color: #6BAF17;
  border-color: transparent;
  color: #FFFFFF;
}
.wp-block-button.is-style-primary-watchlist .wp-block-button__link:hover {
  border-color: #7CC41E;
  box-shadow: 0px 0.5px 1px 0px rgba(0, 0, 0, 0.05), 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}
.wp-block-button.is-style-primary-watchlist .wp-block-button__link:focus {
  border-color: #FFFFFF;
  box-shadow: 0 0 0 1px #A2D84C;
}
.wp-block-button.is-style-primary-watchlist .wp-block-button__link:disabled, .wp-block-button.is-style-primary-watchlist .wp-block-button__link[aria-disabled=true], .wp-block-button.is-style-primary-watchlist .wp-block-button__link.is-disabled {
  background-color: #9AA1AD;
  border-color: #9AA1AD;
}

* + .wp-block-buttons {
  margin-top: 2rem;
}

.wp-block-paragraph.is-style-size-plus-2 + .wp-block-buttons,
.wp-block-paragraph.is-style-size-plus-1 + .wp-block-buttons {
  margin-top: 2.5rem;
}

.wp-block-paragraph.is-style-size-minus-1 + .wp-block-buttons {
  margin-top: 1.5rem;
}

.wp-block-heading.is-style-display-2 + .wp-block-buttons,
.wp-block-heading.is-style-display-1 + .wp-block-buttons,
.wp-block-heading.is-style-h1 + .wp-block-buttons {
  margin-top: 2.5rem;
}

.wp-block-heading.is-style-h2 + .wp-block-buttons {
  margin-top: 2rem;
}

.wp-block-heading.is-style-h3 + .wp-block-buttons {
  margin-top: 1.5rem;
}

.wp-block-heading.is-style-h4 + .wp-block-buttons,
.wp-block-heading.is-style-h5 + .wp-block-buttons,
.wp-block-heading.is-style-h6 + .wp-block-buttons {
  margin-top: 1.5rem;
}

.wp-block-list + .wp-block-buttons {
  margin-top: 2.5rem;
}

.wp-block-heading {
  margin: 0;
  font-weight: 700;
  color: #1F2328;
}
.wp-block-heading.is-style-display-2 {
  font-size: clamp(2.25rem, 4.5vw + 1rem, 5.5rem);
  line-height: 1.05;
}
.wp-block-heading.is-style-display-1 {
  font-size: clamp(2rem, 4vw + 1rem, 4.5rem);
  line-height: 1.08;
}
.wp-block-heading.is-style-h1 {
  font-size: clamp(1.75rem, 2.7vw + 1rem, 3.125rem);
  line-height: 1.1;
}
.wp-block-heading.is-style-h2 {
  font-size: clamp(1.375rem, 1.75vw + 0.875rem, 2.125rem);
  line-height: 1.15;
}
.wp-block-heading.is-style-h3 {
  font-size: 1.5rem;
  line-height: 1.25;
}
.wp-block-heading.is-style-h4 {
  font-size: 1.0625rem;
  line-height: 1.35;
}
.wp-block-heading.is-style-h5 {
  font-size: 0.875rem;
  line-height: 1.4;
}
.wp-block-heading.is-style-h6 {
  font-size: 0.75rem;
  line-height: 1.4;
}
.wp-block-heading.aps-margin-none {
  margin-top: 0 !important;
}
.wp-block-heading.is-style-display-2.aps-margin-under-object {
  margin-top: 6.875rem; /* 5.5rem × 1.25 */
}
.wp-block-heading.is-style-display-1.aps-margin-under-object {
  margin-top: 5.625rem; /* 4.5rem × 1.25 */
}
.wp-block-heading.is-style-h1.aps-margin-under-object {
  margin-top: 3.906rem; /* 3.125rem × 1.25 */
}
.wp-block-heading.is-style-h2.aps-margin-under-object {
  margin-top: 2.656rem; /* 2.125rem × 1.25 */
}
.wp-block-heading.is-style-h3.aps-margin-under-object {
  margin-top: 1.875rem; /* 1.5rem × 1.25 */
}
.wp-block-heading.is-style-h4.aps-margin-under-object {
  margin-top: 1.328rem; /* 1.0625rem × 1.25 */
}
.wp-block-heading.is-style-h5.aps-margin-under-object {
  margin-top: 1.094rem; /* 0.875rem × 1.25 */
}
.wp-block-heading.is-style-h6.aps-margin-under-object {
  margin-top: 0.9375rem; /* 0.75rem × 1.25 */
}
.wp-block-heading.home-hero-gradient {
  background: var(--Text-Gradient-1, linear-gradient(180deg, #38C0E2 19.71%, #6B2D5C 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

* + .wp-block-heading.is-style-display-2.aps-margin-default, * + .wp-block-heading.is-style-display-2:not([class*=aps-margin-]) {
  margin-top: 4rem;
}
* + .wp-block-heading.is-style-display-1.aps-margin-default, * + .wp-block-heading.is-style-display-1:not([class*=aps-margin-]) {
  margin-top: 3.5rem;
}
* + .wp-block-heading.is-style-h1.aps-margin-default, * + .wp-block-heading.is-style-h1:not([class*=aps-margin-]) {
  margin-top: 3rem;
}
* + .wp-block-heading.is-style-h2.aps-margin-default, * + .wp-block-heading.is-style-h2:not([class*=aps-margin-]) {
  margin-top: 2.5rem;
}
* + .wp-block-heading.is-style-h3.aps-margin-default, * + .wp-block-heading.is-style-h3:not([class*=aps-margin-]) {
  margin-top: 2rem;
}
* + .wp-block-heading.is-style-h4.aps-margin-default, * + .wp-block-heading.is-style-h4:not([class*=aps-margin-]) {
  margin-top: 1.5rem;
}
* + .wp-block-heading.is-style-h5.aps-margin-default, * + .wp-block-heading.is-style-h5:not([class*=aps-margin-]) {
  margin-top: 1.25rem;
}
* + .wp-block-heading.is-style-h6.aps-margin-default, * + .wp-block-heading.is-style-h6:not([class*=aps-margin-]) {
  margin-top: 1rem;
}

.wp-block-paragraph.is-style-size-minus-1 + .wp-block-heading:not([class*=aps-margin-]), .wp-block-paragraph.is-style-size-minus-1 + .wp-block-heading.aps-margin-default,
.is-style-overline + .wp-block-heading:not([class*=aps-margin-]),
.is-style-overline + .wp-block-heading.aps-margin-default {
  margin-top: 2rem;
}

.wp-block-heading.is-style-display-2 + .wp-block-heading.is-style-h2:not([class*=aps-margin-]), .wp-block-heading.is-style-display-2 + .wp-block-heading.is-style-h2.aps-margin-default, .wp-block-heading.is-style-display-1 + .wp-block-heading.is-style-h2:not([class*=aps-margin-]), .wp-block-heading.is-style-display-1 + .wp-block-heading.is-style-h2.aps-margin-default, .wp-block-heading.is-style-h1 + .wp-block-heading.is-style-h2:not([class*=aps-margin-]), .wp-block-heading.is-style-h1 + .wp-block-heading.is-style-h2.aps-margin-default {
  margin-top: 1.5rem;
}
.wp-block-heading.is-style-h2 + .wp-block-heading.is-style-h3:not([class*=aps-margin-]), .wp-block-heading.is-style-h2 + .wp-block-heading.is-style-h3.aps-margin-default {
  margin-top: 1.25rem;
}
.wp-block-heading.is-style-h3 + .wp-block-heading.is-style-h4:not([class*=aps-margin-]), .wp-block-heading.is-style-h3 + .wp-block-heading.is-style-h4.aps-margin-default {
  margin-top: 1rem;
}
.wp-block-heading.is-style-h4 + .wp-block-heading.is-style-h5:not([class*=aps-margin-]), .wp-block-heading.is-style-h4 + .wp-block-heading.is-style-h5.aps-margin-default, .wp-block-heading.is-style-h4 + .wp-block-heading.is-style-h6:not([class*=aps-margin-]), .wp-block-heading.is-style-h4 + .wp-block-heading.is-style-h6.aps-margin-default {
  margin-top: 0.75rem;
}

p {
  font-weight: 400;
  color: #1F2328;
}
p.is-style-size-plus-2 {
  font-size: 1.5rem;
  line-height: 1.45;
}
p.is-style-size-plus-1 {
  font-size: 1.25rem;
  line-height: 1.5;
}
p.is-style-size-0 {
  font-size: 1rem;
  line-height: 1.6;
}
p.is-style-size-minus-1 {
  font-size: 0.875rem;
  line-height: 1.55;
}
p.is-style-overline {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #005E76;
  margin-top: 0;
}
p.aps-margin-none {
  margin-top: 0 !important;
}
p.is-style-size-plus-2.aps-margin-under-object {
  margin-top: 2.03rem; /* 1.625rem × 1.25 */
}
p.is-style-size-plus-1.aps-margin-under-object {
  margin-top: 1.72rem; /* 1.375rem × 1.25 */
}
p.is-style-size-0.aps-margin-under-object {
  margin-top: 1.41rem; /* 1.125rem × 1.25 */
}
p.is-style-size-minus-1.aps-margin-under-object {
  margin-top: 1.17rem; /* 0.9375rem × 1.25 */
}

* + .wp-block-paragraph.is-style-size-plus-2.aps-margin-default, * + .wp-block-paragraph.is-style-size-plus-2:not([class*=aps-margin-]) {
  margin-top: 1rem;
}
* + .wp-block-paragraph.is-style-size-plus-1.aps-margin-default, * + .wp-block-paragraph.is-style-size-plus-1:not([class*=aps-margin-]) {
  margin-top: 1rem;
}
* + .wp-block-paragraph.is-style-size-0.aps-margin-default, * + .wp-block-paragraph.is-style-size-0:not([class*=aps-margin-]) {
  margin-top: 1rem;
}
* + .wp-block-paragraph.is-style-size-minus-1.aps-margin-default, * + .wp-block-paragraph.is-style-size-minus-1:not([class*=aps-margin-]) {
  margin-top: 0.75rem;
}

.wp-block-heading.is-style-display-2 + .wp-block-paragraph:not([class*=aps-margin-]), .wp-block-heading.is-style-display-2 + .wp-block-paragraph.aps-margin-default,
.wp-block-heading.is-style-display-1 + .wp-block-paragraph:not([class*=aps-margin-]),
.wp-block-heading.is-style-display-1 + .wp-block-paragraph.aps-margin-default,
.wp-block-heading.is-style-h1 + .wp-block-paragraph:not([class*=aps-margin-]),
.wp-block-heading.is-style-h1 + .wp-block-paragraph.aps-margin-default {
  margin-top: 2.5rem;
}

.wp-block-heading.is-style-h2 + .wp-block-paragraph:not([class*=aps-margin-]), .wp-block-heading.is-style-h2 + .wp-block-paragraph.aps-margin-default {
  margin-top: 2rem;
}

.wp-block-heading.is-style-h3 + .wp-block-paragraph:not([class*=aps-margin-]), .wp-block-heading.is-style-h3 + .wp-block-paragraph.aps-margin-default {
  margin-top: 1.5rem;
}

.wp-block-heading.is-style-h4 + .wp-block-paragraph:not([class*=aps-margin-]), .wp-block-heading.is-style-h4 + .wp-block-paragraph.aps-margin-default,
.wp-block-heading.is-style-h5 + .wp-block-paragraph:not([class*=aps-margin-]),
.wp-block-heading.is-style-h5 + .wp-block-paragraph.aps-margin-default,
.wp-block-heading.is-style-h6 + .wp-block-paragraph:not([class*=aps-margin-]),
.wp-block-heading.is-style-h6 + .wp-block-paragraph.aps-margin-default {
  margin-top: 1rem;
}

.wp-block-paragraph + .wp-block-paragraph.is-style-size-plus-2:not([class*=aps-margin-]), .wp-block-paragraph + .wp-block-paragraph.is-style-size-plus-2.aps-margin-default {
  margin-top: 1.5rem;
}
.wp-block-paragraph + .wp-block-paragraph.is-style-size-plus-1:not([class*=aps-margin-]), .wp-block-paragraph + .wp-block-paragraph.is-style-size-plus-1.aps-margin-default {
  margin-top: 1.5rem;
}
.wp-block-paragraph + .wp-block-paragraph.is-style-size-0:not([class*=aps-margin-]), .wp-block-paragraph + .wp-block-paragraph.is-style-size-0.aps-margin-default {
  margin-top: 1.5rem;
}
.wp-block-paragraph + .wp-block-paragraph.is-style-size-minus-1:not([class*=aps-margin-]), .wp-block-paragraph + .wp-block-paragraph.is-style-size-minus-1.aps-margin-default {
  margin-top: 1rem;
}

.aps-card {
  border: 1px solid #ECEEF3;
  border-radius: 8px;
  background: #FFFFFF;
  transition: box-shadow var(--transition-base);
}
.aps-card--hover:hover,
.aps-card a.aps-card:hover {
  box-shadow: 0px 0.5px 1px 0px rgba(0, 0, 0, 0.05), 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}
.aps-card--compact {
  padding: 1.5rem;
}
.aps-card.card-has-shadow {
  box-shadow: 0px 2px 5px rgba(51, 61, 115, 0.09), 0px 1px 2px rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.2s ease;
}
.aps-card.card-has-shadow:hover {
  box-shadow: 0px 4px 6px rgba(51, 61, 115, 0.09), 0px 1px 3px rgba(0, 0, 0, 0.08);
}
.aps-card .card-header {
  padding: 1.5rem;
  border-bottom: 1px solid #ECEEF3;
}
.aps-card .card-body {
  padding: 1.5rem;
}
.aps-card .card-footer {
  padding: 1.5rem;
  border-top: 1px solid #ECEEF3;
}

.aps-case-type-card {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 2px 5px rgba(51, 61, 115, 0.09), 0px 1px 2px rgba(0, 0, 0, 0.07);
}
.aps-case-type-card__icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aps-case-type-card__icon span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  color: #FFFFFF;
  letter-spacing: -0.5px;
}
.aps-case-type-card__label {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1F2328;
  letter-spacing: -0.5px;
  line-height: 1;
}
.aps-case-type-card--reg-e .aps-case-type-card__icon {
  background-color: #F5A623;
}
.aps-case-type-card--reg-e .aps-case-type-card__icon span {
  font-size: 2.5rem;
}
.aps-case-type-card--reg-z .aps-case-type-card__icon {
  background-color: #F06040;
}
.aps-case-type-card--ach .aps-case-type-card__icon {
  background-color: #7CC41E;
}
.aps-case-type-card--negative-balance .aps-case-type-card__icon {
  background-color: #E96DA0;
}

.next-steps-section {
  position: relative;
  text-align: center;
}
.next-steps-section::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='20' viewBox='0 0 35 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35 10L17.5 0L0 10L17.5 20L35 10Z' fill='%23F4F5F7'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 35px 20px;
  background-position: bottom;
  background-color: #fff;
  content: "";
}

.next-steps__text-group {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.next-steps__eyebrow {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #555B65;
  margin-bottom: 0.75rem;
}

.next-steps__headline {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1F2328;
  margin-bottom: 1.5rem;
}

.next-steps__body {
  font-size: 1.125rem;
  color: #1F2328;
  line-height: 1.45;
  margin-bottom: 3rem;
}

.next-steps__microcopy {
  font-size: 0.875rem;
  color: #555B65;
  margin-top: 1.5rem;
}

.next-steps__cta-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  text-align: left;
}
@media (min-width: 900px) {
  .next-steps__cta-cards {
    flex-wrap: nowrap;
  }
}

.next-steps__cta-card {
  flex: 1 1 280px;
}
.next-steps__cta-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.next-steps__cta-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1rem;
  font-weight: 700;
  color: #0087A8;
  text-decoration: none;
  padding: 4px 0;
}
.next-steps__cta-card-link:hover {
  color: #005E76;
}
.next-steps__cta-card-link svg {
  flex-shrink: 0;
}

.next-steps__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.next-steps__btn--back {
  color: #555B65;
  font-size: 0.875rem;
}

.wp-block-separator {
  border: none;
  border-top: 1px solid #ECEEF3;
  opacity: 1;
}
.wp-block-separator.has-background {
  border-top-color: currentColor;
}

* + .wp-block-list {
  margin-top: 2rem;
}

.wp-block-paragraph + .wp-block-list {
  margin-top: 2rem;
}

.wp-block-heading.is-style-display-2 + .wp-block-list,
.wp-block-heading.is-style-display-1 + .wp-block-list,
.wp-block-heading.is-style-h1 + .wp-block-list {
  margin-top: 2.5rem;
}

.wp-block-heading.is-style-h2 + .wp-block-list {
  margin-top: 2rem;
}

.wp-block-heading.is-style-h3 + .wp-block-list {
  margin-top: 1.5rem;
}

.wp-block-heading.is-style-h4 + .wp-block-list,
.wp-block-heading.is-style-h5 + .wp-block-list,
.wp-block-heading.is-style-h6 + .wp-block-list {
  margin-top: 1.25rem;
}

.wp-block-list + .wp-block-paragraph {
  margin-top: 2rem;
}

.wp-block-list + .wp-block-heading {
  margin-top: 2.5rem;
}

.wp-block-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 16px;
}
.wp-block-list li {
  position: relative;
  line-height: 1.6;
}
.wp-block-list.is-style-check li {
  padding-left: 1.75rem;
}
.wp-block-list.is-style-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #009BBE;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8' fill='none'%3E%3Cpath d='M3.59106 6.16417L9.58923 0.17C9.70578 0.0566669 9.84267 0 9.99989 0C10.157 0 10.2922 0.0569444 10.4056 0.170833C10.5189 0.284722 10.5756 0.4205 10.5756 0.578167C10.5756 0.735945 10.5189 0.872 10.4056 0.986333L3.99289 7.395C3.87867 7.50833 3.74451 7.565 3.59039 7.565C3.43628 7.565 3.30256 7.50833 3.18923 7.395L0.163894 4.36967C0.0505607 4.25456 -0.00399475 4.11806 0.000227474 3.96017C0.0044497 3.80228 0.0635051 3.66667 0.177394 3.55333C0.291283 3.44 0.427061 3.38333 0.584727 3.38333C0.742505 3.38333 0.878561 3.44 0.992894 3.55333L3.59106 6.16417Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 8px;
}
.wp-block-list.is-style-check-dispute li {
  padding-left: 1.75rem;
}
.wp-block-list.is-style-check-dispute li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #EEF0F9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8' fill='none'%3E%3Cpath d='M3.59106 6.16417L9.58923 0.17C9.70578 0.0566669 9.84267 0 9.99989 0C10.157 0 10.2922 0.0569444 10.4056 0.170833C10.5189 0.284722 10.5756 0.4205 10.5756 0.578167C10.5756 0.735945 10.5189 0.872 10.4056 0.986333L3.99289 7.395C3.87867 7.50833 3.74451 7.565 3.59039 7.565C3.43628 7.565 3.30256 7.50833 3.18923 7.395L0.163894 4.36967C0.0505607 4.25456 -0.00399475 4.11806 0.000227474 3.96017C0.0044497 3.80228 0.0635051 3.66667 0.177394 3.55333C0.291283 3.44 0.427061 3.38333 0.584727 3.38333C0.742505 3.38333 0.878561 3.44 0.992894 3.55333L3.59106 6.16417Z' fill='%23333D73'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 8px;
}
.wp-block-list.is-style-check-id li {
  padding-left: 1.75rem;
}
.wp-block-list.is-style-check-id li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FDDDD5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8' fill='none'%3E%3Cpath d='M3.59106 6.16417L9.58923 0.17C9.70578 0.0566669 9.84267 0 9.99989 0C10.157 0 10.2922 0.0569444 10.4056 0.170833C10.5189 0.284722 10.5756 0.4205 10.5756 0.578167C10.5756 0.735945 10.5189 0.872 10.4056 0.986333L3.99289 7.395C3.87867 7.50833 3.74451 7.565 3.59039 7.565C3.43628 7.565 3.30256 7.50833 3.18923 7.395L0.163894 4.36967C0.0505607 4.25456 -0.00399475 4.11806 0.000227474 3.96017C0.0044497 3.80228 0.0635051 3.66667 0.177394 3.55333C0.291283 3.44 0.427061 3.38333 0.584727 3.38333C0.742505 3.38333 0.878561 3.44 0.992894 3.55333L3.59106 6.16417Z' fill='%23E05234'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 8px;
}
.wp-block-list.is-style-check-watchlist li {
  padding-left: 1.75rem;
}
.wp-block-list.is-style-check-watchlist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #E6F7C2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8' fill='none'%3E%3Cpath d='M3.59106 6.16417L9.58923 0.17C9.70578 0.0566669 9.84267 0 9.99989 0C10.157 0 10.2922 0.0569444 10.4056 0.170833C10.5189 0.284722 10.5756 0.4205 10.5756 0.578167C10.5756 0.735945 10.5189 0.872 10.4056 0.986333L3.99289 7.395C3.87867 7.50833 3.74451 7.565 3.59039 7.565C3.43628 7.565 3.30256 7.50833 3.18923 7.395L0.163894 4.36967C0.0505607 4.25456 -0.00399475 4.11806 0.000227474 3.96017C0.0044497 3.80228 0.0635051 3.66667 0.177394 3.55333C0.291283 3.44 0.427061 3.38333 0.584727 3.38333C0.742505 3.38333 0.878561 3.44 0.992894 3.55333L3.59106 6.16417Z' fill='%236BAF17'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 8px;
}
.wp-block-list.is-style-check-fraud li {
  padding-left: 1.75rem;
}
.wp-block-list.is-style-check-fraud li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ECDAF8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8' fill='none'%3E%3Cpath d='M3.59106 6.16417L9.58923 0.17C9.70578 0.0566669 9.84267 0 9.99989 0C10.157 0 10.2922 0.0569444 10.4056 0.170833C10.5189 0.284722 10.5756 0.4205 10.5756 0.578167C10.5756 0.735945 10.5189 0.872 10.4056 0.986333L3.99289 7.395C3.87867 7.50833 3.74451 7.565 3.59039 7.565C3.43628 7.565 3.30256 7.50833 3.18923 7.395L0.163894 4.36967C0.0505607 4.25456 -0.00399475 4.11806 0.000227474 3.96017C0.0044497 3.80228 0.0635051 3.66667 0.177394 3.55333C0.291283 3.44 0.427061 3.38333 0.584727 3.38333C0.742505 3.38333 0.878561 3.44 0.992894 3.55333L3.59106 6.16417Z' fill='%23903DCF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 8px;
}
.wp-block-list.is-style-arrow li {
  padding-left: 1.5rem;
}
.wp-block-list.is-style-arrow li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M8.11667 6H0V4.66667H8.11667L4.38333 0.933333L5.33333 0L10.6667 5.33333L5.33333 10.6667L4.38333 9.73333L8.11667 6Z' fill='%23009BBE'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.wp-block-list.is-style-arrow-dispute li {
  padding-left: 1.5rem;
}
.wp-block-list.is-style-arrow-dispute li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M8.11667 6H0V4.66667H8.11667L4.38333 0.933333L5.33333 0L10.6667 5.33333L5.33333 10.6667L4.38333 9.73333L8.11667 6Z' fill='%23333D73'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.wp-block-list.is-style-arrow-id li {
  padding-left: 1.5rem;
}
.wp-block-list.is-style-arrow-id li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M8.11667 6H0V4.66667H8.11667L4.38333 0.933333L5.33333 0L10.6667 5.33333L5.33333 10.6667L4.38333 9.73333L8.11667 6Z' fill='%23E05234'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.wp-block-list.is-style-arrow-watchlist li {
  padding-left: 1.5rem;
}
.wp-block-list.is-style-arrow-watchlist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M8.11667 6H0V4.66667H8.11667L4.38333 0.933333L5.33333 0L10.6667 5.33333L5.33333 10.6667L4.38333 9.73333L8.11667 6Z' fill='%236BAF17'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.wp-block-list.is-style-arrow-fraud li {
  padding-left: 1.5rem;
}
.wp-block-list.is-style-arrow-fraud li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M8.11667 6H0V4.66667H8.11667L4.38333 0.933333L5.33333 0L10.6667 5.33333L5.33333 10.6667L4.38333 9.73333L8.11667 6Z' fill='%23903DCF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.wp-block-list.is-style-bullet-blue li {
  padding-left: 0.875rem;
}
.wp-block-list.is-style-bullet-blue li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #009BBE;
}
.wp-block-list.is-style-none li {
  margin-bottom: 0.5rem;
}
.wp-block-list li.is-style-mail,
.wp-block-list li.is-style-phone {
  list-style-type: none;
  padding-left: 1.625rem;
}
.wp-block-list li.is-style-mail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 14px;
  height: 11px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11' viewBox='0 0 14 11' fill='none'%3E%3Cpath d='M1.33333 10.6667C0.966667 10.6667 0.652778 10.5361 0.391667 10.275C0.130556 10.0139 0 9.7 0 9.33333V1.33333C0 0.966667 0.130556 0.652778 0.391667 0.391667C0.652778 0.130556 0.966667 0 1.33333 0H12C12.3667 0 12.6806 0.130556 12.9417 0.391667C13.2028 0.652778 13.3333 0.966667 13.3333 1.33333V9.33333C13.3333 9.7 13.2028 10.0139 12.9417 10.275C12.6806 10.5361 12.3667 10.6667 12 10.6667H1.33333ZM12 2.66667L7.01667 5.78333C6.96111 5.81667 6.90278 5.84167 6.84167 5.85833C6.78056 5.875 6.72222 5.88333 6.66667 5.88333C6.61111 5.88333 6.55278 5.875 6.49167 5.85833C6.43056 5.84167 6.37222 5.81667 6.31667 5.78333L1.33333 2.66667V9.33333H12V2.66667ZM6.66667 4.66667L12 1.33333H1.33333L6.66667 4.66667ZM1.33333 2.83333V1.85V1.86667V1.85833V2.83333Z' fill='%23009BBE'/%3E%3C/svg%3E") no-repeat left center;
  background-size: contain;
}
.wp-block-list li.is-style-phone::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M0.7 12C0.5 12 0.333333 11.9333 0.2 11.8C0.0666667 11.6667 0 11.5 0 11.3V8.6C0 8.45556 0.05 8.325 0.15 8.20833C0.25 8.09167 0.377778 8.01111 0.533333 7.96667L2.83333 7.5C2.98889 7.47778 3.14722 7.49167 3.30833 7.54167C3.46944 7.59167 3.6 7.66667 3.7 7.76667L5.26667 9.33333C5.68889 9.08889 6.08889 8.81944 6.46667 8.525C6.84444 8.23056 7.20556 7.91111 7.55 7.56667C7.91667 7.21111 8.25278 6.84167 8.55833 6.45833C8.86389 6.075 9.12778 5.67778 9.35 5.26667L7.73333 3.63333C7.64444 3.54444 7.58333 3.43889 7.55 3.31667C7.51667 3.19444 7.51111 3.04444 7.53333 2.86667L7.96667 0.533333C7.98889 0.388889 8.06111 0.263889 8.18333 0.158333C8.30556 0.0527778 8.44444 0 8.6 0H11.3C11.5 0 11.6667 0.0666667 11.8 0.2C11.9333 0.333333 12 0.5 12 0.7C12 2.08889 11.6972 3.46111 11.0917 4.81667C10.4861 6.17222 9.62778 7.40556 8.51667 8.51667C7.40556 9.62778 6.17222 10.4861 4.81667 11.0917C3.46111 11.6972 2.08889 12 0.7 12Z' fill='%23009BBE'/%3E%3C/svg%3E") no-repeat left center;
  background-size: contain;
}

.wp-block-quote {
  border-left: 3px solid #00AFD2;
  padding: 0.5rem 0 0.5rem 1.5rem;
  margin: 1.5rem 0;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #1F2328;
}
.wp-block-quote p {
  margin: 0 0 0.75rem;
}
.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
.wp-block-quote cite {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  color: #555B65;
}

.wp-block-quote.is-style-entity-quote,
.wp-block-quote.is-style-entity-quote-row,
.wp-block-quote.is-style-person-quote {
  border-left: none;
  padding: 0;
  margin: 0;
  font-style: normal;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 7px 17px 0px rgba(50, 50, 93, 0.1), 0px 7px 17px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.wp-block-quote.is-style-entity-quote p,
.wp-block-quote.is-style-entity-quote-row p,
.wp-block-quote.is-style-person-quote p {
  font-style: normal;
  margin: 0;
}
.wp-block-quote.is-style-entity-quote cite,
.wp-block-quote.is-style-entity-quote-row cite,
.wp-block-quote.is-style-person-quote cite {
  margin-top: 0;
  display: block;
}

.wp-block-quote.is-style-entity-quote {
  background: linear-gradient(to bottom, #222856, #009BBE);
}
.wp-block-quote.is-style-entity-quote .aps-tc-figure {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.5rem 1.5rem;
}
.wp-block-quote.is-style-entity-quote .aps-tc-figure .aps-tc-logo {
  max-height: 80px;
  max-width: 220px;
  width: auto;
  object-fit: contain;
}
.wp-block-quote.is-style-entity-quote .aps-tc-figure .aps-tc-logo-placeholder {
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  font-style: normal;
}
.wp-block-quote.is-style-entity-quote .aps-tc-body {
  padding: 1.25rem 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.wp-block-quote.is-style-entity-quote .aps-tc-body p {
  font-size: 1.125rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}
.wp-block-quote.is-style-entity-quote .aps-tc-body cite {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #FFFFFF;
}

.wp-block-quote.is-style-entity-quote-row {
  background: linear-gradient(to bottom, #222856, #009BBE);
  position: relative;
}
.wp-block-quote.is-style-entity-quote-row .aps-tc-bg-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.18;
  mix-blend-mode: luminosity;
  pointer-events: none;
}
.wp-block-quote.is-style-entity-quote-row .aps-tc-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  .wp-block-quote.is-style-entity-quote-row .aps-tc-row {
    flex-direction: row;
  }
}
.wp-block-quote.is-style-entity-quote-row .aps-tc-content {
  flex: 1;
  padding: 2.5rem 2rem;
  min-width: 0;
}
@media (min-width: 900px) {
  .wp-block-quote.is-style-entity-quote-row .aps-tc-content {
    padding: 3rem;
  }
}
.wp-block-quote.is-style-entity-quote-row .aps-tc-text-group {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.wp-block-quote.is-style-entity-quote-row .aps-tc-text-group p {
  font-size: 1.125rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}
.wp-block-quote.is-style-entity-quote-row .aps-tc-text-group cite {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #FFFFFF;
}
.wp-block-quote.is-style-entity-quote-row .aps-tc-figure {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1.5rem;
  min-width: 0;
}
@media (min-width: 900px) {
  .wp-block-quote.is-style-entity-quote-row .aps-tc-figure {
    padding: 3rem;
  }
}
.wp-block-quote.is-style-entity-quote-row .aps-tc-figure .aps-tc-logo {
  max-height: 80px;
  max-width: 220px;
  width: auto;
  object-fit: contain;
}
.wp-block-quote.is-style-entity-quote-row .aps-tc-figure .aps-tc-logo-placeholder {
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  font-style: normal;
}

.wp-block-quote.is-style-person-quote {
  background: #FFFFFF;
}
.wp-block-quote.is-style-person-quote .aps-tc-figure {
  background-color: #ECEEF3;
  height: 280px;
  overflow: hidden;
  flex-shrink: 0;
}
.wp-block-quote.is-style-person-quote .aps-tc-figure .aps-tc-person-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wp-block-quote.is-style-person-quote .aps-tc-body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.wp-block-quote.is-style-person-quote .aps-tc-body p {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #1F2328;
}
.wp-block-quote.is-style-person-quote .aps-tc-body cite {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1F2328;
}

.wp-block-pullquote {
  border: none;
  padding: 2rem 0;
  text-align: center;
}
.wp-block-pullquote blockquote {
  border: none;
  padding: 0;
}
.wp-block-pullquote p {
  font-size: 1.625rem;
  line-height: 1.4;
  font-weight: 700;
  color: #1F2328;
}
.wp-block-pullquote cite {
  display: block;
  margin-top: 1rem;
  font-size: 0.9375rem;
  font-style: normal;
  color: #555B65;
}

.testi-cp .aps-tc-figure {
  filter: brightness(0) invert(1);
}

.wp-block-image.fills-the-space {
  width: 100%;
}
.wp-block-image.is-real-size {
  position: relative;
}
.wp-block-image.is-real-size img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
}
.wp-block-image.is-position-vert-center {
  display: flex;
  align-items: center;
}
.wp-block-image.is-position-horz-center {
  display: flex;
  justify-content: center;
}
.wp-block-image.is-style-rounded img {
  border-radius: 12px;
  overflow: hidden;
}
.wp-block-image.is-style-shadow img {
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}
.wp-block-image figcaption {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #555B65;
  text-align: center;
}

.aps-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 99999px;
  overflow: hidden;
  flex-shrink: 0;
  font-weight: 700;
  line-height: 1;
  user-select: none;
  width: 24px;
  height: 24px;
  font-size: 0.75rem;
  background: #ECEEF3;
  color: #555B65;
}
.aps-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.aps-avatar--xs {
  width: 24px;
  height: 24px;
  font-size: 0.75rem;
}
.aps-avatar--sm {
  width: 32px;
  height: 32px;
  font-size: 0.75rem;
}
.aps-avatar--md {
  width: 40px;
  height: 40px;
  font-size: 0.9375rem;
}
.aps-avatar--lg {
  width: 48px;
  height: 48px;
  font-size: 0.9375rem;
}
.aps-avatar--default {
  background: #ECEEF3;
  color: #555B65;
}
.aps-avatar--indigo {
  background: #EEF0F9;
  color: #181D42;
}
.aps-avatar--cyan {
  background: #F2FBFD;
  color: #005E76;
}

.aps-person-group {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
}
.aps-person-group__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.aps-person-group__name {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1F2328;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aps-person-group__title {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.45;
  color: #1F2328;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aps-person-group--sm {
  align-items: center;
  gap: 12px;
}
.aps-person-group--sm .aps-person-group__title {
  display: none;
}

.aps-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  border-radius: 99999px;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  background: #E6E8F0;
  color: #555B65;
}
.aps-badge--success {
  background: #1EA877;
  color: #FFFFFF;
}
.aps-badge--success-subdued {
  background: #D1FAE5;
  color: #0F7B55;
}
.aps-badge--pending {
  background: #F5A623;
  color: #FFFFFF;
}
.aps-badge--pending-subdued {
  background: #FEF0CC;
  color: #8A5C0B;
}
.aps-badge--error {
  background: #DC4343;
  color: #FFFFFF;
}
.aps-badge--error-subdued {
  background: #FCE0E0;
  color: #7D1C1C;
}
.aps-badge--info {
  background: #5565A8;
  color: #FFFFFF;
}
.aps-badge--info-subdued {
  background: #EEF0F9;
  color: #181D42;
}
.aps-badge--count {
  width: 20px;
  height: 20px;
  padding: 0;
  font-weight: 700;
  background: #E6E8F0;
  color: #555B65;
}
.aps-badge--count-solid {
  width: 20px;
  height: 20px;
  padding: 0;
  font-weight: 700;
  background: #333D73;
  color: #FFFFFF;
}
.aps-badge--outline {
  background: transparent;
  color: #0087A8;
  border: 1px solid #0087A8;
}
.aps-badge--news-type {
  background: color-mix(in srgb, var(--badge-color) 10%, transparent);
  color: var(--badge-color);
  border: none;
}

.aps-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 99999px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  background: #E6E8F0;
  color: #555B65;
}
.aps-tag--advantage {
  background: #F2FBFD;
  color: #005E76;
}
.aps-tag--dispute {
  background: #EEF0F9;
  color: #181D42;
}
.aps-tag--id {
  background: #FDDDD5;
  color: #8C2C18;
}
.aps-tag--watchlist {
  background: #E6F7C2;
  color: #3D6B08;
}
.aps-tag--fraud {
  background: #ECDAF8;
  color: #5B1D8C;
}
.aps-tag__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 8px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: inherit;
  opacity: 0.6;
  flex-shrink: 0;
}
.aps-tag__remove:hover {
  opacity: 1;
}
.aps-tag__remove svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.aps-eyebrow {
  display: inline-flex;
  align-items: stretch;
}
.aps-eyebrow__main {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  padding: 8px 16px 8px 32px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  color: #FFFFFF;
}
.aps-eyebrow__cip {
  position: absolute;
  left: -31px;
  top: 0;
  width: 53.577px;
  height: 30.237px;
  pointer-events: none;
  user-select: none;
}
.aps-eyebrow__subsection {
  display: flex;
  align-items: center;
  padding: 8px 16px 8px 14px;
  border-radius: 0 4px 4px 0;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  color: #FFFFFF;
}
.aps-eyebrow:has(.aps-eyebrow__subsection) .aps-eyebrow__main {
  border-radius: 4px 0 0 4px;
}
.aps-eyebrow--dispute .aps-eyebrow__main {
  background: #5565A8;
}
.aps-eyebrow--dispute .aps-eyebrow__subsection {
  background: #333D73;
}
.aps-eyebrow--id .aps-eyebrow__main {
  background: #F06040;
}
.aps-eyebrow--id .aps-eyebrow__subsection {
  background: #8C2C18;
}
.aps-eyebrow--watchlist .aps-eyebrow__main {
  background: #3D6B08;
}
.aps-eyebrow--watchlist .aps-eyebrow__subsection {
  background: #264503;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
textarea,
select {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #1F2328;
  background: #FFFFFF;
  border: 1px solid #9AA1AD;
  border-radius: 4px;
  padding: 12px;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #555B65;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #0087A8;
  box-shadow: 0 0 0 2px rgba(12, 193, 234, 0.25);
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
textarea:disabled,
select:disabled {
  background: #F5F6F8;
  color: #9AA1AD;
  cursor: not-allowed;
}
input[type=text].has-error, input[type=text][aria-invalid=true],
input[type=email].has-error,
input[type=email][aria-invalid=true],
input[type=tel].has-error,
input[type=tel][aria-invalid=true],
input[type=url].has-error,
input[type=url][aria-invalid=true],
input[type=password].has-error,
input[type=password][aria-invalid=true],
input[type=search].has-error,
input[type=search][aria-invalid=true],
input[type=number].has-error,
input[type=number][aria-invalid=true],
textarea.has-error,
textarea[aria-invalid=true],
select.has-error,
select[aria-invalid=true] {
  border-color: #E05234;
}
input[type=text].has-error:focus, input[type=text][aria-invalid=true]:focus,
input[type=email].has-error:focus,
input[type=email][aria-invalid=true]:focus,
input[type=tel].has-error:focus,
input[type=tel][aria-invalid=true]:focus,
input[type=url].has-error:focus,
input[type=url][aria-invalid=true]:focus,
input[type=password].has-error:focus,
input[type=password][aria-invalid=true]:focus,
input[type=search].has-error:focus,
input[type=search][aria-invalid=true]:focus,
input[type=number].has-error:focus,
input[type=number][aria-invalid=true]:focus,
textarea.has-error:focus,
textarea[aria-invalid=true]:focus,
select.has-error:focus,
select[aria-invalid=true]:focus {
  box-shadow: 0 0 0 2px rgba(244, 132, 107, 0.25);
}

select {
  appearance: none;
  cursor: pointer;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%23555B65' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 24px;
}

textarea {
  min-height: 180px;
  resize: vertical;
}

.aps-form-label,
.aps-form-group label {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.45;
  color: #1F2328;
}

.aps-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}
.aps-form-group .aps-required {
  color: #E05234;
  margin-left: 1px;
}
.aps-form-group .aps-form-hint {
  font-size: 0.8125rem;
  color: #555B65;
  line-height: 1.45;
}
.aps-form-group .aps-form-error {
  font-size: 0.8125rem;
  color: #E05234;
  line-height: 1.45;
}

.aps-form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem 1.5rem;
}
.aps-form-row + .aps-form-row, .aps-form-row + .aps-form-group {
  margin-top: 1rem;
}
@media (min-width: 600px) {
  .aps-form-row {
    grid-template-columns: 1fr 1fr;
  }
}
.aps-form-row--single {
  grid-template-columns: 1fr;
}
@media (min-width: 600px) {
  .aps-form-row--single {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 600px) {
  .aps-form-row--triple {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.aps-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #1F2328;
}
.aps-checkbox input[type=checkbox] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #9AA1AD;
  border-radius: 2px;
  background: #FFFFFF;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: background-color var(--transition-fast), border-color var(--transition-fast);
}
.aps-checkbox input[type=checkbox]:checked {
  background: #0087A8;
  border-color: #0087A8;
}
.aps-checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.aps-checkbox input[type=checkbox]:focus-visible {
  outline: 2px solid #0cc1ea;
  outline-offset: 2px;
}
.aps-checkbox input[type=checkbox]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.aps-radio {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #1F2328;
}
.aps-radio input[type=radio] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #9AA1AD;
  border-radius: 100px;
  background: #FFFFFF;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: background-color var(--transition-fast), border-color var(--transition-fast);
}
.aps-radio input[type=radio]:checked {
  background: #0087A8;
  border-color: #0087A8;
}
.aps-radio input[type=radio]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 16px;
  background: #FFFFFF;
}
.aps-radio input[type=radio]:focus-visible {
  outline: 2px solid #0cc1ea;
  outline-offset: 2px;
}
.aps-radio input[type=radio]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.aps-stats-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4rem;
}
@media (max-width: 599px) {
  .aps-stats-row {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}

.aps-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 244px;
  text-align: center;
}

.aps-stat__number {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.2;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.aps-stat-gradient-a {
  background-image: linear-gradient(90deg, #00AFD2 0%, #A24DE0 100%);
}

.aps-stat-gradient-b {
  background-image: linear-gradient(90deg, #00AFD2 17%, #A24DE0 44%, #181D42 96%);
}

.aps-stat-gradient-c {
  background-image: linear-gradient(90deg, #A24DE0 19%, #181D42 74%);
}

.aps-stat__label {
  font-size: 1.125rem;
  line-height: 1.45;
  color: #1F2328;
}

.aps-stat-divider {
  width: 1px;
  height: 140px;
  background: #E6E8F0;
  flex-shrink: 0;
  align-self: center;
}
@media (max-width: 599px) {
  .aps-stat-divider {
    display: none;
  }
}

.aps-stat-divider-mobile {
  display: none;
  width: 140px;
  height: 1px;
  background: #E6E8F0;
}
@media (max-width: 599px) {
  .aps-stat-divider-mobile {
    display: block;
  }
}

.aps-trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}

.aps-trust-strip__item {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #9AA1AD;
  display: flex;
  align-items: center;
  gap: 7px;
}
.aps-trust-strip__item svg {
  flex-shrink: 0;
  opacity: 0.45;
}

.aps-trust-strip__divider {
  width: 1px;
  height: 16px;
  background: #ECEEF3;
}
@media (max-width: 899px) {
  .aps-trust-strip__divider {
    display: none;
  }
}

.aps-logo-row__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 599px) {
  .aps-logo-row__logos {
    gap: 2rem;
  }
}

.aps-logo-row__item {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aps-logo-row__item .aps-partner-logo {
  display: block;
  width: 100%;
  max-width: 220px;
  height: 80px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: opacity 0.2s ease, filter 0.2s ease;
}
.aps-logo-row__item .aps-partner-logo:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.wp-block-group.is-style-faq {
  border: 1px solid #ECEEF3;
  border-radius: 4px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.wp-block-group.is-style-faq > .wp-block-details {
  border-bottom: 1px solid #ECEEF3;
  margin: 0 !important;
  max-width: none !important;
  border-radius: 0;
}
.wp-block-group.is-style-faq > .wp-block-details:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.wp-block-group.is-style-faq > .wp-block-details:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.wp-block-group.is-style-faq > .wp-block-details > summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 28px;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.15px;
  color: #1F2328;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background var(--transition-fast), color var(--transition-fast);
}
.wp-block-group.is-style-faq > .wp-block-details > summary::-webkit-details-marker {
  display: none;
}
.wp-block-group.is-style-faq > .wp-block-details > summary::marker {
  display: none;
}
.wp-block-group.is-style-faq > .wp-block-details > summary:hover {
  background: #F5F6F8;
}
.wp-block-group.is-style-faq > .wp-block-details > summary:focus-visible {
  outline: 2px solid #0cc1ea;
  outline-offset: -2px;
}
.wp-block-group.is-style-faq > .wp-block-details > summary::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-left: 16px;
  background-color: #9AA1AD;
  mask-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3%206l5%205%205-5%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.75%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3%206l5%205%205-5%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.75%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: transform var(--transition-slow), background-color var(--transition-slow);
}

.wp-block-group.is-style-faq > .wp-block-details[open] > summary {
  color: #0087A8;
}
.wp-block-group.is-style-faq > .wp-block-details[open] > summary::after {
  transform: rotate(180deg);
  background-color: #009BBE;
}

.wp-block-heading.is-style-display-2 + .wp-block-group.is-style-faq,
.wp-block-heading.is-style-display-1 + .wp-block-group.is-style-faq,
.wp-block-heading.is-style-h1 + .wp-block-group.is-style-faq {
  margin-top: 2.5rem;
}

.wp-block-heading.is-style-h2 + .wp-block-group.is-style-faq {
  margin-top: 2rem;
}

.wp-block-heading.is-style-h3 + .wp-block-group.is-style-faq {
  margin-top: 1.5rem;
}

.wp-block-heading.is-style-h4 + .wp-block-group.is-style-faq,
.wp-block-heading.is-style-h5 + .wp-block-group.is-style-faq,
.wp-block-heading.is-style-h6 + .wp-block-group.is-style-faq {
  margin-top: 1.25rem;
}

.wp-block-paragraph + .wp-block-group.is-style-faq {
  margin-top: 2rem;
}

.wp-block-group.is-style-faq > .wp-block-details > *:not(summary) {
  padding: 0 28px 22px;
  font-size: 0.9375rem;
  color: #555B65;
  line-height: 1.75;
  margin: 0;
}

.aps-chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.aps-chip {
  padding: 6px 12px;
  border: 1px solid #0087A8;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #0087A8;
  background: transparent;
  cursor: pointer;
  transition: border-color var(--transition-fast), color var(--transition-fast), background-color var(--transition-fast);
  text-decoration: none;
  display: inline-block;
}
.aps-chip:hover {
  background: #E3F6FB;
  border-color: #0087A8;
  color: #0087A8;
}
.aps-chip:focus-visible {
  outline: none;
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 3px #0087A8;
}
.aps-chip.is-active {
  background: #0087A8;
  border-color: #0087A8;
  color: #FFFFFF;
}

.aps-panel {
  background: #FFFFFF;
  border: 1px solid #ECEEF3;
  border-radius: 16px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.aps-panel__header {
  padding: 22px 32px;
  border-bottom: 1px solid #ECEEF3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 899px) {
  .aps-panel__header {
    padding: 18px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

.aps-panel__title {
  font-family: "Inter", sans-serif;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: #1F2328;
}

.aps-panel__tag {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #181D42;
  background: #EEF0F9;
  padding: 5px 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.aps-panel__tag svg {
  opacity: 0.5;
}

.aps-panel__body {
  padding: 28px 32px 24px;
}
@media (max-width: 899px) {
  .aps-panel__body {
    padding: 24px 20px 20px;
  }
}

.aps-panel__footer {
  padding: 18px 32px;
  border-top: 1px solid #ECEEF3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F5F6F8;
}
@media (max-width: 899px) {
  .aps-panel__footer {
    flex-direction: column;
    gap: 14px;
    padding: 18px 20px;
  }
}

.blog-hero-section {
  background: #FFFFFF;
  border-bottom: 1px solid #ECEEF3;
}
.blog-hero-section .blog-hero__columns {
  align-items: center;
}
.blog-hero-section .wp-block-search__inside-wrapper {
  border: 1px solid #ECEEF3;
  border-radius: 8px;
  background: #F5F6F8;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.blog-hero-section .wp-block-search__input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 0.5rem 0.875rem;
  font-size: 0.8125rem;
  font-family: inherit;
  color: #555B65;
}
.blog-hero-section .wp-block-search__input::placeholder {
  color: #9AA1AD;
}
.blog-hero-section .wp-block-search__input:focus {
  outline: none;
}
.blog-hero-section .wp-block-search__button {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-left: 1px solid #ECEEF3;
  color: #9AA1AD;
  cursor: pointer;
}
.blog-hero-section .wp-block-search__button svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.blog-hero-section .wp-block-search__button:hover {
  color: #0087A8;
}
@media (min-width: 900px) {
  .blog-hero-section::before {
    content: "";
    display: block;
    height: var(--header-overlay-height);
  }
}

.blog-featured-card {
  margin-bottom: 1.5rem;
}

.aps-image-card-grid {
  gap: 1.25rem;
}

.blog-sidebar__card {
  background: #FFFFFF;
  border: 1px solid #ECEEF3;
  border-radius: 8px;
  padding: 1.25rem;
  position: sticky;
  top: 5rem;
}

.blog-sidebar__label {
  font-size: 0.625rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9AA1AD !important;
  margin-bottom: 0.75rem !important;
}

.blog-sidebar-topics {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-sidebar-topics li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid #ECEEF3;
  transition: padding-left 0.12s ease;
}
.blog-sidebar-topics li:last-child {
  border-bottom: none;
}
.blog-sidebar-topics li:hover {
  padding-left: 4px;
}
.blog-sidebar-topics a {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #333D73;
  text-decoration: none;
  transition: color 0.12s ease;
  flex: 1;
}
.blog-sidebar-topics a:hover {
  color: #0087A8;
}
.blog-sidebar-topics .wp-block-categories__count,
.blog-sidebar-topics span.count {
  font-size: 0.6875rem;
  color: #9AA1AD;
  background: #F5F6F8;
  padding: 2px 8px;
  border-radius: 10px;
  flex-shrink: 0;
  margin-left: 0.5rem;
}

.blog-hero {
  border-bottom: 1px solid #ECEEF3;
}
.blog-hero .blog-hero__overline {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0087A8;
  margin: 0 0 0.375rem;
}
.blog-hero .blog-hero__title {
  margin: 0 0 0.5rem;
  color: #181D42;
}
.blog-hero .blog-hero__description {
  margin: 0;
  color: #555B65;
  max-width: 520px;
}

.blog-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 600px) {
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 900px) {
  .blog-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.blog-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.blog-card__meta {
  font-size: 0.6875rem;
  color: #9AA1AD;
  display: flex;
  gap: 0.25rem;
}
.blog-card__meta span + span::before {
  content: "·";
  margin-right: 0.25rem;
}
.blog-card__title {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
  color: #181D42;
  transition: color var(--transition-fast);
}
.blog-card__title a {
  color: inherit;
  text-decoration: none;
}
.blog-card__title a:hover {
  color: #0087A8;
}
.blog-card__excerpt {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #555B65;
}

.blog-card-featured {
  grid-column: 1/-1;
}
@media (min-width: 900px) {
  .blog-card-featured {
    grid-column: 1/3;
  }
}
.blog-card-featured {
  border: 2px solid #0087A8;
  border-radius: 8px;
  background: #FFFFFF;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: box-shadow var(--transition-base);
}
.blog-card-featured:hover {
  box-shadow: 0 8px 28px rgba(0, 135, 168, 0.12);
}
@media (min-width: 900px) {
  .blog-card-featured {
    flex-direction: row;
  }
}
.blog-card-featured__image {
  background: linear-gradient(135deg, #E3F6FB, #E6E8F0);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
}
@media (min-width: 900px) {
  .blog-card-featured__image {
    flex: 0 0 190px;
    min-height: auto;
    border-right: 1px solid #ECEEF3;
  }
}
.blog-card-featured__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card-featured__image--placeholder {
  background: linear-gradient(135deg, #E3F6FB, #E6E8F0);
}
.blog-card-featured__content {
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.375rem;
  flex: 1;
}
.blog-card-featured__badges {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog-card-featured__featured-badge {
  font-size: 0.5625rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0087A8;
  background: #E3F6FB;
  padding: 2px 8px;
  border-radius: 3px;
}
.blog-card-featured__title {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 800;
  line-height: 1.3;
  color: #181D42;
}
.blog-card-featured__title a {
  color: inherit;
  text-decoration: none;
}
.blog-card-featured__title a:hover {
  color: #0087A8;
}
.blog-card-featured__excerpt {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #555B65;
}
.blog-card-featured__meta {
  font-size: 0.6875rem;
  color: #9AA1AD;
}
.blog-card-featured__meta span + span::before {
  content: " · ";
}

.blog-cat--disputes {
  background: #ECDAF8;
  color: #7E2EBF;
}

.blog-cat--reg-e-z {
  background: #E3F6FB;
  color: #005E76;
}

.blog-cat--operations {
  background: #D1FAE5;
  color: #0F7B55;
}

.blog-cat--risk {
  background: #FEF0CC;
  color: #CC8316;
}

.blog-cat--products {
  background: #EEF0F9;
  color: #222856;
}

.blog-takeaways {
  background: #F5F6F8;
  border: 1px solid #ECEEF3;
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
}
.blog-takeaways__header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.blog-takeaways__icon {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #0087A8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.blog-takeaways__icon svg {
  width: 10px;
  height: 10px;
  fill: #FFFFFF;
}
.blog-takeaways__label {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #181D42;
  margin: 0;
}
.blog-takeaways__item {
  display: flex;
  gap: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #ECEEF3;
}
.blog-takeaways__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.blog-takeaways__number {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #E3F6FB;
  color: #0087A8;
  font-size: 0.625rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.blog-takeaways__text {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #1F2328;
  margin: 0;
}
.blog-takeaways__text strong {
  color: #181D42;
}

.blog-toc-wrapper {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
}
@media (max-width: 899px) {
  .blog-toc-wrapper {
    flex-direction: column;
  }
}

.blog-toc {
  flex: 0 0 22%;
  position: sticky;
  top: 5rem;
  align-self: flex-start;
}
@media (max-width: 899px) {
  .blog-toc {
    display: none;
  }
}
.blog-toc__label {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9AA1AD;
  margin: 0 0 0.75rem;
}
.blog-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-toc__item {
  display: block;
  padding: 6px 0 6px 12px;
  border-left: 2px solid transparent;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  color: #555B65;
  text-decoration: none;
  transition: color var(--transition-fast), border-color var(--transition-fast), font-weight var(--transition-fast);
  cursor: pointer;
  margin-bottom: 1px;
}
.blog-toc__item:hover {
  color: #181D42;
}
.blog-toc__item.is-active {
  border-left-color: #0087A8;
  color: #0087A8;
  font-weight: 700;
}
.blog-toc__share {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #ECEEF3;
}
.blog-toc__share-label {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9AA1AD;
  margin: 0 0 0.5rem;
}
.blog-toc__share-buttons {
  display: flex;
  gap: 6px;
}

.blog-share-btn {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 1px solid #ECEEF3;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9AA1AD;
  cursor: pointer;
  transition: border-color var(--transition-fast), color var(--transition-fast);
  text-decoration: none;
}
.blog-share-btn:hover {
  border-color: #0087A8;
  color: #0087A8;
}
.blog-share-btn svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}

.blog-toc-mobile-btn {
  display: none;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 50;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #181D42;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(24, 29, 66, 0.25);
  align-items: center;
  justify-content: center;
  transition: background var(--transition-fast);
}
@media (max-width: 899px) {
  .blog-toc-mobile-btn {
    display: flex;
  }
}
.blog-toc-mobile-btn:hover {
  background: #222856;
}
.blog-toc-mobile-btn svg {
  width: 16px;
  height: 16px;
  fill: #FFFFFF;
}

.blog-toc-drawer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #FFFFFF;
  border-top: 1px solid #ECEEF3;
  border-radius: 16px 16px 0 0;
  padding: 1.25rem 1.5rem 2rem;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.1);
  max-height: 60vh;
  overflow-y: auto;
}
.blog-toc-drawer.is-open {
  display: block;
}
.blog-toc-drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.blog-toc-drawer__title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9AA1AD;
  margin: 0;
}
.blog-toc-drawer__close {
  background: none;
  border: none;
  cursor: pointer;
  color: #9AA1AD;
  padding: 0;
  display: flex;
  align-items: center;
}
.blog-toc-drawer__close svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.blog-article-body {
  flex: 1;
  min-width: 0;
}
.blog-article-body p {
  font-size: 0.9375rem;
  line-height: 1.78;
  color: #1F2328;
  margin: 0 0 1rem;
}
.blog-article-body h2 {
  font-size: 1.3125rem;
  font-weight: 800;
  color: #181D42;
  line-height: 1.25;
  margin: 1.75rem 0 0.75rem;
}
.blog-article-body h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #181D42;
  line-height: 1.3;
  margin: 1.25rem 0 0.5rem;
}
.blog-article-body .wp-block-quote {
  border-left-color: #0087A8;
  color: #555B65;
  font-size: 1.0625rem;
}
.blog-article-body .wp-block-quote p {
  font-size: inherit;
  color: inherit;
}
.blog-article-body h2 .blog-anchor {
  display: none;
  margin-left: 0.5rem;
  font-size: 0.875rem;
  color: #ECEEF3;
  text-decoration: none;
  cursor: pointer;
  transition: color var(--transition-fast);
}
.blog-article-body h2:hover .blog-anchor {
  display: inline;
  color: #0087A8;
}

.blog-data-callout {
  background: #F5F6F8;
  border: 1px solid #ECEEF3;
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  margin: 0.25rem 0 1.75rem;
}
.blog-data-callout__metric {
  font-size: 2rem;
  font-weight: 800;
  color: #0087A8;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0 0 0.375rem;
}
.blog-data-callout__description {
  font-size: 0.8125rem;
  color: #555B65;
  line-height: 1.5;
  margin: 0;
}

.blog-quote-bar {
  background: #E3F6FB;
  padding: 1.75rem 1.5rem;
  text-align: center;
}
.blog-quote-bar__text {
  margin: 0 auto;
  max-width: 580px;
  font-size: 1.0625rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.55;
  color: #222856;
}

.blog-platform-banner {
  background: #181D42;
  padding: 1.375rem 1.5rem;
}
.blog-platform-banner__inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-direction: column;
}
@media (min-width: 600px) {
  .blog-platform-banner__inner {
    flex-direction: row;
  }
}
.blog-platform-banner__content {
  flex: 1;
}
.blog-platform-banner__overline {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin: 0 0 0.375rem;
}
.blog-platform-banner__title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.35;
  margin: 0 0 0.3125rem;
}
.blog-platform-banner__description {
  font-size: 0.75rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}
.blog-platform-banner__cta {
  flex-shrink: 0;
}
.blog-platform-banner__cta a {
  display: inline-block;
  padding: 0.625rem 1.125rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background var(--transition-fast);
}
.blog-platform-banner__cta a:hover {
  background: rgba(255, 255, 255, 0.15);
}

.blog-author-bio {
  display: flex;
  gap: 0.875rem;
  align-items: center;
}
.blog-author-bio__avatar {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #222856;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.0625rem;
  overflow: hidden;
}
.blog-author-bio__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-author-bio__name {
  font-size: 0.875rem;
  font-weight: 700;
  color: #181D42;
  margin: 0 0 0.25rem;
}
.blog-author-bio__bio {
  font-size: 0.75rem;
  color: #555B65;
  line-height: 1.45;
  margin: 0;
}

.blog-newsletter {
  background: #F5F6F8;
  text-align: center;
}
.blog-newsletter__title {
  margin: 0 0 0.375rem;
  color: #181D42;
}
.blog-newsletter__description {
  margin: 0 0 1rem;
  color: #555B65;
  font-size: 0.8125rem;
}
.blog-newsletter__form {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  max-width: 380px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.blog-newsletter__input {
  flex: 1;
  min-width: 200px;
  padding: 0.5625rem 0.875rem;
  border-radius: 6px;
  border: 1px solid #ECEEF3;
  font-size: 0.8125rem;
  font-family: "Inter", sans-serif;
  color: #1F2328;
  background: #FFFFFF;
  transition: border-color var(--transition-fast);
}
.blog-newsletter__input:focus {
  outline: none;
  border-color: #0087A8;
  box-shadow: 0 0 0 2px rgba(0, 135, 168, 0.12);
}
.blog-newsletter__input::placeholder {
  color: #9AA1AD;
}
.blog-newsletter__submit {
  padding: 0.5625rem 1.25rem;
  border-radius: 6px;
  border: none;
  background: #0087A8;
  color: #FFFFFF;
  font-size: 0.8125rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  transition: background var(--transition-fast);
}
.blog-newsletter__submit:hover {
  background: #005E76;
}
.blog-newsletter__submit:focus-visible {
  outline: 2px solid #0cc1ea;
  outline-offset: 2px;
}
.blog-newsletter__fine-print {
  margin: 0.625rem 0 0;
  font-size: 0.6875rem;
  color: #9AA1AD;
}

.blog-article-header__category-tag {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 2px 8px;
  border-radius: 3px;
  transition: opacity var(--transition-fast);
}
.blog-article-header__category-tag:hover {
  opacity: 0.8;
}
.blog-article-header__title {
  margin: 0 0 0.625rem;
  color: #181D42;
  letter-spacing: -0.025em;
  line-height: 1.18;
}
.blog-article-header__deck {
  font-size: 1rem;
  line-height: 1.55;
  color: #555B65;
  margin: 0 0 1rem;
}
.blog-article-header__author-block {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.blog-article-header__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #222856;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.8125rem;
  flex-shrink: 0;
  overflow: hidden;
}
.blog-article-header__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-article-header__author-name {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #181D42;
  margin: 0;
}
.blog-article-header__author-meta {
  font-size: 0.6875rem;
  color: #9AA1AD;
  margin: 0;
}

.blog-feature-image figure {
  margin: 0;
}
.blog-feature-image img {
  width: 100%;
  aspect-ratio: 2.2/1;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #ECEEF3;
  display: block;
}

.blog-related {
  border-top: 1px solid #ECEEF3;
}
.blog-related__title {
  font-size: 1rem;
  font-weight: 700;
  color: #181D42;
  margin: 0 0 0.875rem;
}

.aps-image-card {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 93, 0.09), 0px 1px 2px 0px rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.aps-image-card:hover {
  box-shadow: 0px 6px 20px 0px rgba(50, 50, 93, 0.14), 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
  transform: translateY(-2px);
}
.aps-image-card__figure {
  width: 100%;
  height: 150px;
  background: #ECEEF3;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aps-image-card__figure .wp-block-post-featured-image {
  margin: 0;
  width: 100%;
  height: 100%;
}
.aps-image-card__figure .wp-block-post-featured-image a, .aps-image-card__figure .wp-block-post-featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aps-image-card__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.aps-image-card__body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1;
}
.aps-image-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.aps-image-card__badges {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.aps-image-card__featured-badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 9999px;
  background: #5565A8;
  color: #FFFFFF;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}
.aps-image-card__category {
  margin: 0;
  line-height: 1;
}
.aps-image-card__category .wp-block-post-terms__separator {
  display: none;
}
.aps-image-card__category a {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 9999px;
  background: #E6E8F0;
  color: #555B65;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.12s ease;
}
.aps-image-card__category a:hover {
  background: #ECEEF3;
}
.aps-image-card__date {
  font-size: 0.9375rem;
  color: #1F2328;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  flex-shrink: 0;
}
.aps-image-card__date.wp-block-post-date {
  margin: 0;
}
.aps-image-card__date a {
  color: inherit;
  text-decoration: none;
}
.aps-image-card__text-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}
.aps-image-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1F2328;
  line-height: 1.2;
  margin: 0;
}
.aps-image-card__title.wp-block-post-title {
  margin: 0;
}
.aps-image-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.12s ease;
}
.aps-image-card__title a:hover {
  color: #0087A8;
}
.aps-image-card__excerpt {
  font-size: 0.9375rem;
  color: #1F2328;
  line-height: 1.45;
  margin: 0;
}
.aps-image-card__excerpt.wp-block-post-excerpt {
  margin: 0;
}
.aps-image-card__excerpt p {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
}
.aps-image-card__excerpt .wp-block-post-excerpt__excerpt {
  margin: 0;
}
.aps-image-card__footer {
  padding: 0.75rem 1.5rem 1.5rem;
  flex-shrink: 0;
}
.aps-image-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 0;
  border-radius: 27px;
  font-size: 1rem;
  font-weight: 700;
  color: #0087A8;
  text-decoration: none;
  line-height: 1.2;
  transition: color 0.12s ease;
}
.aps-image-card__cta.wp-block-read-more {
  margin: 0;
}
.aps-image-card__cta::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230087A8'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.aps-image-card__cta:hover {
  color: #005E76;
}
.aps-image-card__cta:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23005E76'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z'/%3E%3C/svg%3E");
}

.aps-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.45;
}
.aps-breadcrumbs ol {
  display: contents;
  list-style: none;
  margin: 0;
  padding: 0;
}
.aps-breadcrumbs li {
  display: contents;
}
.aps-breadcrumbs a {
  color: #0087A8;
  text-decoration: none;
}
.aps-breadcrumbs a:hover, .aps-breadcrumbs a:focus {
  color: #005E76;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.aps-breadcrumbs__sep {
  display: flex;
  align-items: center;
  color: #555B65;
  flex-shrink: 0;
}
.aps-breadcrumbs__current {
  color: #1F2328;
}

.wp-block-aps-bio-card.aps-bio-card {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 180px 1fr;
  grid-template-areas: "photo stats" "details details";
  column-gap: 24px;
  row-gap: 24px;
  align-items: start;
}

@media (min-width: 900px) {
  .wp-block-aps-bio-card.aps-bio-card {
    grid-template-areas: "photo  details" "stats  details";
    column-gap: 40px;
  }
}
.aps-bio-card .bio-card__photo {
  grid-area: photo;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 1/1;
}
.aps-bio-card .bio-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aps-bio-card .bio-card__stat {
  grid-area: stats;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-self: stretch;
  background-color: var(--wp--preset--color--white, #fff);
  border-radius: 8px;
  padding: 16px;
}
.aps-bio-card .bio-card__stat-number {
  font-size: var(--wp--preset--font-size--h2, 2.375rem);
  font-weight: 800;
  line-height: 1.3;
  color: var(--wp--preset--color--cyan-500, #00afd2);
  margin: 0;
}
.aps-bio-card .bio-card__stat-label {
  font-size: var(--wp--preset--font-size--minus-1, 0.9375rem);
  font-weight: 700;
  color: var(--wp--preset--color--gray-500, #555b65);
  margin: 0 0 10px;
}
.aps-bio-card .bio-card__cred {
  font-size: var(--wp--preset--font-size--minus-1, 0.9375rem);
  color: var(--wp--preset--color--gray-600, #1f2328);
  margin: 0;
  line-height: 1.6;
}
.aps-bio-card .bio-card__cred--italic {
  font-style: italic;
}
.aps-bio-card .bio-card__details {
  grid-area: details;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 16px;
}
.aps-bio-card .bio-card__heading-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.aps-bio-card .bio-card__name {
  font-size: var(--wp--preset--font-size--plus-2, 1.625rem);
  font-weight: 700;
  color: var(--wp--preset--color--gray-600, #1f2328);
  line-height: 1.3;
  margin: 0;
}
.aps-bio-card .bio-card__job-title {
  font-size: var(--wp--preset--font-size--base, 1.125rem);
  font-weight: 700;
  color: var(--wp--preset--color--gray-500, #555b65);
  margin: 0;
}
.aps-bio-card .bio-card__text-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.aps-bio-card .bio-card__quote {
  margin: 0;
  padding: 20px 0 20px 24px;
  border-left: 5px solid var(--wp--preset--color--cyan-500, #00afd2);
  background-color: rgba(0, 175, 210, 0.08);
}
.aps-bio-card .bio-card__quote p {
  font-size: var(--wp--preset--font-size--minus-1, 0.9375rem);
  font-style: italic;
  color: var(--wp--preset--color--gray-600, #1f2328);
  margin: 0;
  line-height: 1.6;
}
.aps-bio-card .bio-card__bio {
  font-size: var(--wp--preset--font-size--base, 1.125rem);
  color: var(--wp--preset--color--gray-600, #1f2328);
  line-height: 1.6;
  margin: 0;
}

@media (min-width: 900px) {
  .aps-bio-card .bio-card__photo {
    max-width: 180px;
  }
  .aps-bio-card .bio-card__stat {
    align-self: auto;
  }
  .aps-bio-card .bio-card__details {
    padding-top: 0;
  }
}
.comparison-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 600px) {
  .comparison-table-wrap {
    overflow-x: visible;
  }
}

.comparison-table {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 4px minmax(0, 1fr);
  min-width: 520px;
  width: 100%;
  border-radius: 8px;
  background-color: #F5F6F8;
  overflow: hidden;
}
@media (min-width: 600px) {
  .comparison-table {
    min-width: 0;
  }
}

.ct-cell {
  padding: 1rem;
  font-size: 0.9375rem;
  line-height: 1.92;
  color: #1F2328;
  border-bottom: 1px solid #E6E8F0;
}

.ct-daas {
  background-color: #FCE0A3;
  border-bottom-color: rgba(9, 11, 16, 0.09);
}

.ct-inhouse {
  background-color: #ECDAF8;
  border-bottom-color: rgba(9, 11, 16, 0.09);
}

.ct-header {
  font-weight: 700;
  border-radius: 8px 8px 0 0;
}

.comparison-table > :nth-last-child(-n+4) {
  border-bottom: none;
}

.aps-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.aps-feature-icon--icon {
  background-color: #E3F6FB;
  border-radius: 4px;
  padding: 8px;
}
.aps-feature-icon--icon svg,
.aps-feature-icon--icon img {
  width: 24px;
  height: 24px;
  display: block;
  color: #0087A8;
}
.aps-feature-icon--number {
  background-color: #BFEAF4;
  border-radius: 9999px;
}
.aps-feature-icon__number {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #1F2328;
  text-align: center;
}

.aps-dispute-modules-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 599px) {
  .aps-dispute-modules-grid {
    grid-template-columns: 1fr;
  }
}

.aps-dispute-module-card {
  background: #FFFFFF;
  border: 1px solid #ebedef;
  border-radius: 8px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.07), 0px 7px 17px rgba(0, 0, 0, 0.1);
}
.aps-dispute-module-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
}
.aps-dispute-module-card .card-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background: #EEF0F9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aps-dispute-module-card .card-icon svg {
  width: 20px;
  height: 20px;
  stroke: #5565A8;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.aps-dispute-module-card .card-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.aps-dispute-module-card .wp-block-button {
  display: none;
}
.aps-dispute-module-card .wp-block-button.is-style-ghost-cta .wp-block-button__link {
  color: #A24DE0;
}

.aps-illustration-frame {
  border: 1px dashed rgba(51, 61, 115, 0.15);
  position: relative;
}
.aps-illustration-frame__corner {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(51, 61, 115, 0.6);
  border-style: solid;
}
.aps-illustration-frame__corner--tl {
  top: -1px;
  left: -1px;
  border-width: 1px 0 0 1px;
}
.aps-illustration-frame__corner--tr {
  top: -1px;
  right: -1px;
  border-width: 1px 1px 0 0;
}
.aps-illustration-frame__corner--bl {
  bottom: -1px;
  left: -1px;
  border-width: 0 0 1px 1px;
}
.aps-illustration-frame__corner--br {
  bottom: -1px;
  right: -1px;
  border-width: 0 1px 1px 0;
}
.aps-illustration-frame__bg {
  position: absolute;
  inset: 23px;
  background-color: #5565A8;
  mix-blend-mode: hard-light;
  opacity: 0.25;
  pointer-events: none;
}

.page-contact .contact-hero {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0;
  animation: contact-fadeUp 0.6s ease forwards;
}
.page-contact .contact-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px 6px 10px;
  background: #D1FAE5;
  color: #0F7B55;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  letter-spacing: -0.1px;
}
.page-contact .contact-hero__dot {
  width: 7px;
  height: 7px;
  background: #0F7B55;
  border-radius: 50%;
  animation: contact-pulse 2.5s ease infinite;
}
.page-contact .contact-stage {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  animation: contact-fadeUp 0.6s ease 0.2s forwards;
}
.page-contact .contact-paths {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  transition: opacity 0.35s ease, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 600px) {
  .page-contact .contact-paths {
    grid-template-columns: 1fr 1fr;
  }
}
.page-contact .contact-paths.is-leaving {
  opacity: 0;
  transform: scale(0.97) translateY(-10px);
  pointer-events: none;
}
.page-contact .contact-paths.is-hidden {
  display: none;
}
.page-contact .contact-path-card {
  background: #FFFFFF;
  border-radius: 14px;
  padding: 32px 28px;
  cursor: pointer;
  box-shadow: 0px 2px 5px rgba(51, 61, 115, 0.09), 0px 1px 2px rgba(0, 0, 0, 0.07);
  transition: box-shadow var(--transition-base);
  position: relative;
  overflow: hidden;
}
.page-contact .contact-path-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: transparent;
  transition: background var(--transition-base);
}
.page-contact .contact-path-card:hover {
  box-shadow: 0px 4px 6px rgba(51, 61, 115, 0.09), 0px 1px 3px rgba(0, 0, 0, 0.08);
}
.page-contact .contact-path-card:focus-visible {
  outline: 2px solid #0cc1ea;
  outline-offset: 2px;
}
.page-contact .contact-path-card--demo:hover::after {
  background: #181D42;
}
.page-contact .contact-path-card--contact:hover::after {
  background: #E05234;
}
.page-contact .contact-path-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.contact-path-card--demo .page-contact .contact-path-card__icon {
  background: #EEF0F9;
  color: #181D42;
}
.contact-path-card--contact .page-contact .contact-path-card__icon {
  background: #FDDDD5;
  color: #E05234;
}
.page-contact .contact-path-card__title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #1F2328;
  letter-spacing: -0.2px;
}
.page-contact .contact-path-card__desc {
  font-size: 0.9375rem;
  color: #555B65;
  line-height: 1.45;
  margin-bottom: 1rem;
}
.page-contact .contact-path-card__meta {
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}
.contact-path-card--demo .page-contact .contact-path-card__meta {
  color: #333D73;
}
.contact-path-card--contact .page-contact .contact-path-card__meta {
  color: #E05234;
}
.page-contact .contact-form-view {
  display: none;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.4s ease, transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 640px;
  margin: 0 auto;
}
.page-contact .contact-form-view.is-visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.page-contact .contact-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #555B65;
  background: none;
  border: 1.5px solid #ECEEF3;
  border-radius: 100px;
  padding: 8px 18px 8px 14px;
  cursor: pointer;
  transition: color var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast);
  margin-bottom: 20px;
}
.page-contact .contact-back-btn svg {
  transition: transform var(--transition-fast);
}
.page-contact .contact-back-btn:hover {
  color: #1F2328;
  border-color: #E6E8F0;
  background: #FFFFFF;
}
.page-contact .contact-back-btn:hover svg {
  transform: translateX(-3px);
}
.page-contact .contact-back-btn:focus-visible {
  outline: 2px solid #0cc1ea;
  outline-offset: 2px;
}
.page-contact .contact-summary {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 1.5rem;
  padding: 16px 20px;
  background: #F5F6F8;
  border-radius: 12px;
  border: 1px solid #ECEEF3;
}
.page-contact .contact-summary__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.page-contact .contact-summary__icon--demo {
  background: #EEF0F9;
}
.page-contact .contact-summary__icon--contact {
  background: #FDDDD5;
}
.page-contact .contact-summary__title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1F2328;
}
.page-contact .contact-summary__desc {
  font-size: 0.75rem;
  color: #555B65;
  margin-top: 2px;
}
.page-contact #demoDisputeRow + .aps-form-row {
  margin-top: 1rem;
}
.page-contact .contact-route-info {
  font-size: 0.75rem;
  color: #9AA1AD;
  display: flex;
  align-items: center;
  gap: 7px;
  line-height: 1.5;
}
.page-contact .contact-route-info svg {
  flex-shrink: 0;
  opacity: 0.4;
}
.page-contact .contact-route-info strong {
  color: #555B65;
  font-weight: 600;
}
.page-contact .contact-submit {
  padding: 12px 28px;
  background: #181D42;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background var(--transition-fast), box-shadow var(--transition-fast);
  white-space: nowrap;
  letter-spacing: -0.1px;
}
.page-contact .contact-submit:hover {
  background: #333D73;
  box-shadow: 0 4px 16px rgba(24, 29, 66, 0.18);
}
.page-contact .contact-submit:focus-visible {
  outline: 2px solid #0cc1ea;
  outline-offset: 2px;
}
.page-contact .contact-submit--alt {
  background: #E05234;
}
.page-contact .contact-submit--alt:hover {
  background: #D14428;
  box-shadow: 0 4px 16px rgba(224, 82, 52, 0.2);
}
@media (max-width: 899px) {
  .page-contact .contact-submit {
    width: 100%;
    text-align: center;
  }
}
.page-contact .contact-success {
  display: none;
  padding: 48px 32px;
}
.page-contact .contact-success.is-visible {
  display: block;
  animation: contact-fadeUp 0.4s ease;
}
.page-contact .contact-success__icon {
  width: 52px;
  height: 52px;
  background: #D1FAE5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #0F7B55;
}
.page-contact .contact-success__icon svg {
  width: 24px;
  height: 24px;
}
.page-contact .contact-success__heading {
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #181D42;
  text-align: center;
}
.page-contact .contact-success__text {
  font-size: 0.9375rem;
  color: #555B65;
  line-height: 1.45;
  max-width: 420px;
  margin: 0 auto 24px;
  text-align: center;
}
.page-contact .contact-success__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.page-contact .contact-success__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #181D42;
  cursor: pointer;
  text-decoration: none;
  transition: background var(--transition-fast);
  padding: 10px 20px;
  border-radius: 8px;
  background: #EEF0F9;
  border: 1px solid transparent;
}
.page-contact .contact-success__link:hover {
  background: #DDE0F2;
}
.page-contact .contact-success__link--text {
  background: none;
  color: #555B65;
  font-weight: 500;
  border: none;
}
.page-contact .contact-success__link--text:hover {
  color: #1F2328;
  background: none;
}
.page-contact .contact-direct {
  margin-top: 1.25rem;
}
.page-contact .contact-direct a {
  color: #181D42;
  text-decoration: none;
  font-weight: 600;
  transition: color var(--transition-fast);
}
.page-contact .contact-direct a:hover {
  color: #333D73;
}
@keyframes contact-fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes contact-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

.aps-tag {
  background: #F2FBFD;
  color: #005E76;
}

.aps-webinar-index__hero {
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 900px) {
  .aps-webinar-index__hero::before {
    content: "";
    display: block;
    height: var(--header-overlay-height);
  }
}
.aps-webinar-index__overline {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7FD7EA;
  margin-bottom: 0.75rem;
}
.aps-webinar-index__title {
  font-size: 2.5rem;
  line-height: 1.15;
  margin: 0 0 1.25rem;
}
@media (min-width: 900px) {
  .aps-webinar-index__title {
    font-size: 3.25rem;
  }
}
.aps-webinar-index__intro {
  font-size: 1.125rem;
  color: #E6E8F0;
  margin: 0;
  line-height: 1.6;
}
.aps-webinar-index__list {
  padding: 2.5rem 2rem 3rem;
  max-width: 800px;
  margin: 0 auto;
}
.aps-webinar-index__list-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  margin-bottom: 0.25rem;
  border-bottom: 2px solid #DDE0F2;
}
.aps-webinar-index__list-header span {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #333D73;
}
.aps-webinar-index__list-header small {
  font-size: 0.75rem;
  font-weight: 400;
  color: #9AA1AD;
  text-transform: none;
  letter-spacing: 0;
}
.aps-webinar-index__row {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 1.25rem;
  align-items: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid #ECEEF3;
}
.aps-webinar-index__row:last-child {
  border-bottom: none;
}
.aps-webinar-index__date-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  border: 1.5px solid #E6E8F0;
  border-radius: 8px;
  padding: 0.45rem 0.25rem;
  min-width: 56px;
}
.aps-webinar-index__date-month {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #0087A8;
  line-height: 1;
}
.aps-webinar-index__date-day {
  font-size: 1.625rem;
  font-weight: 800;
  color: #0F1115;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.aps-webinar-index__row-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1F2328;
  line-height: 1.35;
  margin-bottom: 0.35rem;
}
.aps-webinar-index__row-meta {
  font-size: 0.75rem;
  color: #a9b1c4;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}
.aps-webinar-index__row-meta-dot {
  color: #E6E8F0;
}

.aps-webinar-detail__breadcrumb {
  padding: 1rem 1.5rem;
  background: #F5F6F8;
  font-size: 0.8125rem;
}
.aps-webinar-detail__breadcrumb-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.aps-webinar-detail__breadcrumb-inner a {
  color: #0087A8;
  text-decoration: none;
}
.aps-webinar-detail__breadcrumb-inner a:hover {
  text-decoration: underline;
}
.aps-webinar-detail__breadcrumb-sep {
  margin: 0 0.5rem;
  color: #9AA1AD;
}
.aps-webinar-detail__breadcrumb-current {
  color: #555B65;
}
.aps-webinar-detail__header .aps-webinar-detail__title {
  color: #FFFFFF;
}
.aps-webinar-detail__header .aps-webinar-detail__excerpt {
  color: #E6E8F0;
}
.aps-webinar-detail__header .aps-webinar-detail__meta-row {
  color: #BFEAF4;
}
.aps-webinar-detail__header .aps-breadcrumbs a {
  color: #7FD7EA;
}
.aps-webinar-detail__header .aps-breadcrumbs__sep svg {
  stroke: #5565A8;
}
.aps-webinar-detail__header-inner--centered {
  display: block;
  max-width: 800px;
  text-align: center;
}
.aps-webinar-detail__upcoming-wrap {
  background: #181D42;
}
.aps-webinar-detail__upcoming-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 2.5rem;
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
@media (max-width: 899px) {
  .aps-webinar-detail__upcoming-inner {
    flex-direction: column;
    padding: 0 1.5rem;
    gap: 0;
  }
}
.aps-webinar-detail__upcoming-main {
  flex: 1;
  min-width: 0;
  position: relative;
}
.aps-webinar-detail__header-pane {
  position: relative;
  z-index: 1;
  background: #181D42;
  padding: calc(var(--header-overlay-height) + 3.5rem) 0 3rem;
}
.aps-webinar-detail__header-pane .aps-webinar-detail__title {
  color: #FFFFFF;
}
.aps-webinar-detail__header-pane .aps-webinar-detail__excerpt {
  color: #E6E8F0;
}
.aps-webinar-detail__header-pane .aps-webinar-detail__meta-row {
  color: #BFEAF4;
}
.aps-webinar-detail__header-pane .aps-breadcrumbs a {
  color: #7FD7EA;
}
.aps-webinar-detail__header-pane .aps-breadcrumbs__sep svg {
  stroke: #5565A8;
}
.aps-webinar-detail__body-pane {
  position: relative;
  background: #FFFFFF;
  padding: 3rem 0;
  box-shadow: 0 0 0 100vw #FFFFFF;
}
.aps-webinar-detail__reg-panel {
  width: 320px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  padding-top: calc(var(--header-overlay-height) + 3.5rem);
}
@media (min-width: 900px) {
  .aps-webinar-detail__reg-panel {
    position: sticky;
    top: calc(var(--header-overlay-height) + 1.5rem);
    align-self: flex-start;
  }
}
@media (max-width: 899px) {
  .aps-webinar-detail__reg-panel {
    width: 100%;
    padding: 1.5rem 0 2rem;
  }
}
.aps-webinar-detail__feature-image {
  margin-bottom: 1.5rem;
  border-radius: 12px;
  overflow: hidden;
}
.aps-webinar-detail__feature-image img {
  width: 100%;
  height: auto;
  display: block;
}
.aps-webinar-detail__title {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0.5rem 0 1.25rem;
  color: #1F2328;
}
@media (min-width: 900px) {
  .aps-webinar-detail__title {
    font-size: 2.5rem;
  }
}
.aps-webinar-detail__excerpt {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #555B65;
  margin: 0 0 1.25rem;
}
.aps-webinar-detail__meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 0.9375rem;
  color: #555B65;
}
.aps-webinar-detail__speaker-names {
  font-size: 0.9375rem;
  color: #555B65;
  margin-bottom: 1.25rem;
}
.aps-webinar-detail__body {
  padding: 0 1.5rem 2rem;
}
.aps-webinar-detail__body-inner {
  max-width: 800px;
  margin: 0 auto;
}
.aps-webinar-detail__learnings {
  padding: 2rem 0;
  border-bottom: 1px solid #ECEEF3;
}
.aps-webinar-detail__learnings-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: none;
}
.aps-webinar-detail__learning {
  display: flex;
  gap: 1.25rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #ECEEF3;
}
.aps-webinar-detail__learning:last-child {
  border-bottom: none;
}
.aps-webinar-detail__learning strong {
  display: block;
  margin-bottom: 0.25rem;
}
.aps-webinar-detail__learning p {
  margin: 0;
  color: #555B65;
  font-size: 0.9375rem;
}
.aps-webinar-detail__learning-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0087A8;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 700;
  flex-shrink: 0;
}
.aps-webinar-detail__learning-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #F2FBFD;
  color: #0087A8;
  font-size: 0.6rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.aps-webinar-detail__speakers {
  padding: 2rem 0;
  border-bottom: 1px solid #ECEEF3;
}
.aps-webinar-detail__speaker {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.aps-webinar-detail__speaker + .aps-webinar-detail__speaker {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ECEEF3;
}
.aps-webinar-detail__speaker-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.aps-webinar-detail .aps-webinar-detail__speaker-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #EEF0F9;
  color: #333D73;
  font-size: 1.5rem;
  font-weight: 700;
}
.aps-webinar-detail__speaker-name {
  font-size: 1.125rem;
  margin: 0 0 0.25rem;
}
.aps-webinar-detail__speaker-title {
  font-size: 0.875rem;
  color: #0087A8;
  margin: 0 0 0.5rem;
}
.aps-webinar-detail__speaker-bio {
  font-size: 0.9375rem;
  color: #555B65;
  line-height: 1.5;
  margin: 0;
}
.aps-webinar-detail__audience {
  padding: 2rem 0;
  border-bottom: 1px solid #ECEEF3;
}
.aps-webinar-detail__banner {
  background: #181D42;
  color: #FFFFFF;
  padding: 3rem 1.5rem;
}
.aps-webinar-detail__banner-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 900px) {
  .aps-webinar-detail__banner-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.aps-webinar-detail__banner-inner h2 {
  margin: 0 0 0.5rem;
}
.aps-webinar-detail__banner-inner p {
  color: #E6E8F0;
  margin: 0;
}
.aps-webinar-detail__banner-cta {
  flex-shrink: 0;
}
.aps-webinar-detail__video {
  margin: 2rem auto 0;
  max-width: 800px;
}
.aps-webinar-detail__video-embed {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.aps-webinar-detail__video-embed iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
}
.aps-webinar-detail__slides {
  margin-top: 1rem;
  text-align: center;
}
.aps-webinar-detail__related {
  padding: 3rem 1.5rem;
  background: #F5F6F8;
}
.aps-webinar-detail__related-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.aps-webinar-detail__related-inner h2 {
  margin: 0 0 2rem;
}
.aps-webinar-detail__related-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 600px) {
  .aps-webinar-detail__related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .aps-webinar-detail__related-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.aps-webinar-detail__newsletter {
  padding: 3rem 1.5rem;
  text-align: center;
}
.aps-webinar-detail__newsletter-inner {
  max-width: 600px;
  margin: 0 auto;
}
.aps-webinar-detail__newsletter-inner h2 {
  margin: 0 0 1rem;
}
.aps-webinar-detail__newsletter-inner p {
  color: #555B65;
  margin: 0;
}

.aps-webinar-reg {
  background: #FFFFFF;
  border: 1px solid #ECEEF3;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.aps-webinar-reg h3 {
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
}
.aps-webinar-reg__date {
  font-size: 0.9375rem;
  color: #555B65;
  margin: 0 0 1.5rem;
}
.aps-webinar-reg__note {
  font-size: 0.8125rem;
  color: #9AA1AD;
  text-align: center;
  margin: 0.75rem 0 0;
}
.aps-webinar-reg__message {
  margin-top: 0.75rem;
  padding: 0.75rem;
  border-radius: 6px;
  font-size: 0.875rem;
}
.aps-webinar-reg__message[data-type=error] {
  background: #FCE0E0;
  color: #B82E2E;
}
.aps-webinar-reg__message[data-type=success] {
  background: #D1FAE5;
  color: #0F7B55;
}
.aps-webinar-reg__confirmation {
  text-align: center;
  padding: 1rem 0;
}
.aps-webinar-reg__check {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #D1FAE5;
  color: #0F7B55;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}
.aps-webinar-reg__calendar-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}
.aps-webinar-reg__calendar-links a {
  font-size: 0.875rem;
  color: #0087A8;
}

.aps-webinar-video-gate {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.aps-webinar-video-gate__backdrop {
  position: relative;
}
.aps-webinar-video-gate__backdrop img {
  width: 100%;
  display: block;
  filter: brightness(0.5);
}
.aps-webinar-video-gate__placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  background: #222856;
}
.aps-webinar-video-gate__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #FFFFFF;
  opacity: 0.8;
}
.aps-webinar-video-gate__form-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(24, 29, 66, 0.95);
  color: #FFFFFF;
  padding: 1.5rem;
}
.aps-webinar-video-gate__form-wrap h3 {
  margin: 0 0 0.25rem;
}
.aps-webinar-video-gate__form-wrap p {
  font-size: 0.875rem;
  color: #E6E8F0;
  margin: 0 0 1rem;
}
.aps-webinar-video-gate__form .aps-webinar-reg__field input {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}
.aps-webinar-video-gate__form .aps-webinar-reg__field input::placeholder {
  color: #9AA1AD;
}
.aps-webinar-video-gate__form .aps-webinar-reg__field input:focus {
  border-color: #7FD7EA;
  box-shadow: 0 0 0 3px rgba(127, 215, 234, 0.2);
}
.aps-webinar-video-gate__form .aps-webinar-reg__field label {
  color: #E6E8F0;
}
.aps-webinar-video-gate__form .aps-webinar-reg__field label .required {
  color: #F4846B;
}
.aps-webinar-video-gate__message {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}

.careers-main .aps-container-inner,
.career-listing-main .aps-container-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 600px) {
  .careers-main .aps-container-inner,
  .career-listing-main .aps-container-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 900px) {
  .careers-main .aps-container-inner,
  .career-listing-main .aps-container-inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.aps-dept-tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1px;
  white-space: nowrap;
}

.aps-job-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 20px 24px;
  background: #FFFFFF;
  border: 1.5px solid #ECEEF3;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: border-color var(--transition-base), box-shadow var(--transition-base), transform var(--transition-base);
}
.aps-job-card:hover {
  border-color: #E6E8F0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}
.aps-job-card:hover .aps-job-card__arrow {
  transform: translateX(3px);
  color: #0087A8;
}
.aps-job-card:focus-visible {
  outline: 2px solid #0cc1ea;
  outline-offset: 2px;
}

.aps-job-card__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.aps-job-card__title {
  font-size: 1rem;
  font-weight: 600;
  color: #1F2328;
  margin: 0;
  letter-spacing: -0.1px;
}

.aps-job-card__meta {
  font-size: 0.875rem;
  color: #555B65;
  margin: 0;
}

.aps-job-card__arrow {
  color: #9AA1AD;
  flex-shrink: 0;
  transition: transform var(--transition-base), color var(--transition-base);
}

.careers-next-steps {
  padding: 48px 0 64px;
}

.careers-next-steps__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 32px 40px;
  background: #181D42;
  border-radius: 16px;
}
@media (max-width: 899px) {
  .careers-next-steps__inner {
    flex-direction: column;
    text-align: center;
    padding: 28px 24px;
  }
}

.careers-next-steps__text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0;
  letter-spacing: -0.2px;
}

.careers-next-steps__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: #FFFFFF;
  color: #181D42;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  transition: background var(--transition-fast), color var(--transition-fast);
  flex-shrink: 0;
}
.careers-next-steps__btn:hover {
  background: #EEF0F9;
}
.careers-next-steps__btn:focus-visible {
  outline: 2px solid #0cc1ea;
  outline-offset: 2px;
}

.page-careers .careers-main {
  padding-bottom: 0;
}
@media (min-width: 900px) {
  .page-careers .careers-main > :first-child::before {
    content: "";
    display: block;
    height: var(--header-overlay-height);
  }
}
.page-careers .careers-hero {
  padding: 64px 0 48px;
}
@media (min-width: 900px) {
  .page-careers .careers-hero {
    padding: 80px 0 64px;
  }
}
.page-careers .careers-hero__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 900px) {
  .page-careers .careers-hero__inner {
    flex-direction: row;
    align-items: center;
    gap: 64px;
  }
}
.page-careers .careers-hero__text {
  flex: 1 1 0;
  min-width: 0;
}
.page-careers .careers-hero__overline {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00AFD2;
  margin-bottom: 1rem;
}
.page-careers .careers-hero__heading {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: #181D42;
  letter-spacing: -0.5px;
  line-height: 1.15;
  margin-bottom: 1.25rem;
}
.page-careers .careers-hero__description {
  font-size: 1.0625rem;
  color: #555B65;
  line-height: 1.65;
}
.page-careers .careers-hero__description p {
  margin: 0;
}
.page-careers .careers-hero__image {
  flex: 0 0 44%;
}
.page-careers .careers-hero__image img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
}
.page-careers .careers-values {
  padding: 48px 0;
  background: #F5F6F8;
}
.page-careers .careers-values__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 600px) {
  .page-careers .careers-values__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .page-careers .careers-values__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-careers .careers-value-card {
  background: #FFFFFF;
  border: 1.5px solid #ECEEF3;
  border-radius: 14px;
  padding: 28px 24px;
}
.page-careers .careers-value-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EEF0F9;
  color: #333D73;
  margin-bottom: 1rem;
}
.page-careers .careers-value-card__heading {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #181D42;
  margin-bottom: 0.5rem;
  letter-spacing: -0.2px;
}
.page-careers .careers-value-card__desc {
  font-size: 0.9375rem;
  color: #555B65;
  line-height: 1.6;
  margin: 0;
}
.page-careers .careers-positions {
  padding: 56px 0 48px;
}
.page-careers .careers-positions__header {
  margin-bottom: 28px;
}
.page-careers .careers-positions__heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #181D42;
  letter-spacing: -0.3px;
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.page-careers .careers-positions__count {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  background: #EEF0F9;
  color: #5565A8;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.page-careers .careers-positions__subline {
  font-size: 0.875rem;
  color: #555B65;
  margin: 6px 0 0;
}
.page-careers .careers-dept-heading {
  font-size: 0.875rem;
  font-weight: 700;
  color: #555B65;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 32px 0 12px;
}
.page-careers .careers-dept-heading:first-child {
  margin-top: 0;
}
.page-careers .careers-job-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-careers .careers-no-positions {
  text-align: center;
  padding: 56px 24px;
  background: #F5F6F8;
  border-radius: 16px;
  border: 1.5px dashed #E6E8F0;
}
.page-careers .careers-no-positions__icon {
  width: 56px;
  height: 56px;
  background: #EEF0F9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #5565A8;
}
.page-careers .careers-no-positions__heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #181D42;
  margin-bottom: 0.75rem;
}
.page-careers .careers-no-positions__text {
  font-size: 0.9375rem;
  color: #555B65;
  line-height: 1.65;
  max-width: 480px;
  margin: 0 auto;
}

.single-aps-career .career-listing-main {
  padding-bottom: 0;
}
.single-aps-career .career-header {
  padding: 40px 0 32px;
  background: #FFFFFF;
}
.single-aps-career .career-header__title {
  margin-top: 0;
  font-size: clamp(1.625rem, 4vw, 2.375rem);
  font-weight: 700;
  color: #181D42;
  letter-spacing: -0.4px;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.single-aps-career .career-header__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.single-aps-career .career-header__meta-item {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1F2328;
  line-height: 1.45;
}
.single-aps-career .aps-meta-sep {
  font-size: 0.75rem;
  color: #9AA1AD;
  line-height: 1;
  user-select: none;
  flex-shrink: 0;
}
.single-aps-career .career-listing__body {
  padding: 48px 0 64px;
}
.single-aps-career .career-listing__inner {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}
@media (max-width: 899px) {
  .single-aps-career .career-listing__inner {
    flex-direction: column;
  }
}
.single-aps-career .career-listing__content {
  flex: 1 1 0;
  min-width: 0;
}
.single-aps-career .career-listing__sidebar {
  flex: 0 0 300px;
  position: sticky;
  top: 24px;
}
@media (max-width: 899px) {
  .single-aps-career .career-listing__sidebar {
    flex: 1 1 100%;
    max-width: 100%;
    position: static;
  }
}
.single-aps-career .career-listing__body.form-open .career-listing__content {
  flex: 1 1 50%;
}
.single-aps-career .career-listing__body.form-open .career-listing__sidebar {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 899px) {
  .single-aps-career .career-listing__body.form-open .career-listing__sidebar {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.single-aps-career .career-body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.single-aps-career .career-section__subheading {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1F2328;
  margin-bottom: 8px;
  margin-top: 20px;
}
.single-aps-career .career-section__subheading:first-of-type {
  margin-top: 0;
}
.single-aps-career h1 + .wp-block-list {
  margin-top: 1.5rem;
}
.single-aps-career h2 + .wp-block-list {
  margin-top: 1.5rem;
}
.single-aps-career h3 + .wp-block-list {
  margin-top: 1.5rem;
}
.single-aps-career h4 + .wp-block-list {
  margin-top: 1.5rem;
}
.single-aps-career h5 + .wp-block-list {
  margin-top: 1.5rem;
}
.single-aps-career h6 + .wp-block-list {
  margin-top: 1.5rem;
}
.single-aps-career .career-divider {
  border: none;
  border-top: 2px solid #ECEEF3;
  margin: 0;
}
.single-aps-career .career-salary {
  font-size: 0.9375rem;
  color: #555B65;
  margin-bottom: 8px;
}
.single-aps-career .career-salary strong {
  color: #1F2328;
}
.single-aps-career .apply-card {
  background: #FFFFFF;
  border: 1.5px solid #ECEEF3;
  border-radius: 14px;
  padding: 24px;
}
.single-aps-career .apply-card__header {
  margin-bottom: 16px;
}
.single-aps-career .apply-card__header .aps-dept-tag {
  margin-bottom: 8px;
}
.single-aps-career .apply-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #181D42;
  letter-spacing: -0.1px;
  margin: 0;
}
.single-aps-career .apply-card__meta {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.single-aps-career .apply-card__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  color: #555B65;
}
.single-aps-career .apply-card__meta-item svg {
  color: #9AA1AD;
  flex-shrink: 0;
}
.single-aps-career .apply-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 20px;
  background: #E05234;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background var(--transition-fast), box-shadow var(--transition-fast);
  letter-spacing: -0.1px;
}
.single-aps-career .apply-card__btn:hover {
  background: #D14428;
  box-shadow: 0 4px 16px rgba(224, 82, 52, 0.2);
}
.single-aps-career .apply-card__btn:focus-visible {
  outline: 2px solid #0cc1ea;
  outline-offset: 2px;
}
.single-aps-career .apply-form-wrap {
  background: #FFFFFF;
  border: 1.5px solid #ECEEF3;
  border-radius: 14px;
  padding: 24px;
}
.single-aps-career .apply-form-wrap[hidden] {
  display: none;
}
.single-aps-career .apply-form__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ECEEF3;
}
.single-aps-career .apply-form__title {
  font-size: 1rem;
  font-weight: 700;
  color: #181D42;
  margin: 0;
}
.single-aps-career .apply-form__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  background: none;
  cursor: pointer;
  color: #555B65;
  border-radius: 6px;
  flex-shrink: 0;
  transition: background var(--transition-fast), color var(--transition-fast);
}
.single-aps-career .apply-form__close:hover {
  background: #F5F6F8;
  color: #1F2328;
}
.single-aps-career .apply-form__close:focus-visible {
  outline: 2px solid #0cc1ea;
  outline-offset: 2px;
}
.single-aps-career .apply-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.single-aps-career .apply-form__footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 0.75rem;
}
.single-aps-career .apply-form__submit {
  width: 100%;
  padding: 12px 20px;
  background: #181D42;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background var(--transition-fast), box-shadow var(--transition-fast);
}
.single-aps-career .apply-form__submit:hover {
  background: #333D73;
  box-shadow: 0 4px 16px rgba(24, 29, 66, 0.18);
}
.single-aps-career .apply-form__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.single-aps-career .apply-form__submit:focus-visible {
  outline: 2px solid #0cc1ea;
  outline-offset: 2px;
}
.single-aps-career .apply-form__privacy {
  font-size: 0.75rem;
  color: #9AA1AD;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}
.single-aps-career input[type=file] {
  font-size: 0.875rem;
  color: #555B65;
  cursor: pointer;
}
.single-aps-career input[type=file]::file-selector-button {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 6px 14px;
  background: #F5F6F8;
  border: 1px solid #ECEEF3;
  border-radius: 6px;
  cursor: pointer;
  margin-right: 10px;
  color: #1F2328;
  transition: background var(--transition-fast);
}
.single-aps-career input[type=file]::file-selector-button:hover {
  background: #ECEEF3;
}
.single-aps-career .apply-confirm {
  background: #FFFFFF;
  border: 1.5px solid #ECEEF3;
  border-radius: 14px;
  padding: 40px 24px;
  text-align: center;
}
.single-aps-career .apply-confirm[hidden] {
  display: none;
}
.single-aps-career .apply-confirm__icon {
  width: 56px;
  height: 56px;
  background: #D1FAE5;
  color: #0F7B55;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.single-aps-career .apply-confirm__heading {
  font-size: 1.125rem;
  font-weight: 700;
  color: #181D42;
  margin-bottom: 10px;
}
.single-aps-career .apply-confirm__text {
  font-size: 0.875rem;
  color: #555B65;
  line-height: 1.65;
  max-width: 300px;
  margin: 0 auto 20px;
}
.single-aps-career .apply-confirm__back {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0087A8;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}
.single-aps-career .apply-confirm__back:hover {
  color: #005E76;
}
.single-aps-career .apply-confirm__back:focus-visible {
  outline: 2px solid #0cc1ea;
  outline-offset: 2px;
}
.single-aps-career .career-related {
  padding: 48px 0;
  background: #F5F6F8;
  border-top: 1px solid #ECEEF3;
}
.single-aps-career .career-related__heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #181D42;
  letter-spacing: -0.2px;
  margin-bottom: 20px;
}
.single-aps-career .careers-job-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.single-aps-career .aps-mobile-apply-bar {
  display: none;
}
@media (max-width: 899px) {
  .single-aps-career .aps-mobile-apply-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 24px;
    background: #FFFFFF;
    border-top: 1px solid #E6E8F0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.06);
    z-index: 100;
  }
}
.single-aps-career .aps-mobile-apply-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  max-width: var(--container-body, 1080px);
  margin: 0 auto;
}
.single-aps-career .aps-mobile-apply-bar__title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1F2328;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.single-aps-career .aps-mobile-apply-bar__btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: #E05234;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background var(--transition-fast);
}
.single-aps-career .aps-mobile-apply-bar__btn:hover {
  background: #D14428;
}
.single-aps-career .aps-mobile-apply-bar__btn:focus-visible {
  outline: 2px solid #0cc1ea;
  outline-offset: 2px;
}
@media (max-width: 899px) {
  .single-aps-career .career-listing__body {
    padding-bottom: 80px;
  }
}

.aps-news-cta {
  text-align: center;
}
.aps-news-cta .wp-block-heading {
  margin: 0 0 0.5rem;
  color: #FFFFFF;
}
.aps-news-cta p {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.55;
}
.aps-news-cta .aps-news-cta__link {
  display: inline-block;
  padding: 0.625rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.aps-news-cta .aps-news-cta__link:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.4);
}

@media (min-width: 900px) {
  .page-news-archive .aps-news-archive > :first-child::before {
    content: "";
    display: block;
    height: var(--header-overlay-height);
  }
}
.page-news-archive .aps-news-hero {
  border-top: 3px solid #0087A8;
}
.page-news-archive .aps-news-hero .wp-block-heading {
  margin: 0 0 0.375rem;
  color: #333D73;
  letter-spacing: -0.02em;
}
.page-news-archive .aps-news-hero p {
  margin: 0;
  color: #555B65;
  max-width: 36rem;
  line-height: 1.55;
}
.page-news-archive .aps-featured-news__card {
  display: flex;
  gap: 1.5rem;
  padding: 1.25rem;
  border: 1px solid #ECEEF3;
  border-left: 3px solid #0087A8;
  border-radius: 8px;
  background: #FFFFFF;
  text-decoration: none;
  transition: box-shadow 0.2s ease;
}
.page-news-archive .aps-featured-news__card:hover {
  box-shadow: 0 6px 20px rgba(24, 29, 66, 0.08);
}
.page-news-archive .aps-featured-news__accent {
  flex-shrink: 0;
  width: 64px;
  min-height: 64px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0, 135, 168, 0.08), #F2FBFD);
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-news-archive .aps-featured-news__accent svg {
  color: #0087A8;
}
.page-news-archive .aps-featured-news__content {
  flex: 1;
  min-width: 0;
}
.page-news-archive .aps-featured-news__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.375rem;
  flex-wrap: wrap;
}
.page-news-archive .aps-featured-news__date {
  font-size: 0.6875rem;
  color: #9AA1AD;
  font-weight: 500;
}
.page-news-archive .aps-featured-news__content .wp-block-heading {
  margin: 0 0 0.375rem;
  color: #333D73;
}
.page-news-archive .aps-featured-news__content p {
  margin: 0 0 0.5rem;
  line-height: 1.55;
  color: #1F2328;
}
.page-news-archive .aps-featured-news__link {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #0087A8;
  text-decoration: none;
}
.page-news-archive .aps-featured-news__link:hover {
  color: #005E76;
  text-decoration: underline;
}
.page-news-archive .aps-news-feed__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 600px) {
  .page-news-archive .aps-news-feed__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-news-archive .aps-news-feed__empty {
  color: #555B65;
  font-size: 0.9375rem;
}
.page-news-archive .aps-feed-item {
  padding: 1.25rem 0;
  border-bottom: 1px solid #ECEEF3;
  cursor: pointer;
  transition: background 0.15s ease, padding 0.15s ease, margin 0.15s ease, border-radius 0.15s ease;
}
.page-news-archive .aps-feed-item:last-child {
  border-bottom: none;
}
.page-news-archive .aps-feed-item:hover {
  background: #F5F6F8;
  margin-inline: -0.75rem;
  padding-inline: 0.75rem;
  border-radius: 6px;
}
.page-news-archive .aps-feed-item .wp-block-heading {
  margin: 0 0 0.25rem;
  color: #333D73;
}
.page-news-archive .aps-feed-item .wp-block-heading a {
  color: inherit;
  text-decoration: none;
}
.page-news-archive .aps-feed-item .wp-block-heading a:hover {
  color: #0087A8;
}
.page-news-archive .aps-feed-item p {
  margin: 0 0 0.375rem;
  line-height: 1.55;
  color: #555B65;
}
.page-news-archive .aps-feed-item__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.3125rem;
  flex-wrap: wrap;
}
.page-news-archive .aps-feed-item__date {
  font-size: 0.6875rem;
  color: #9AA1AD;
  font-weight: 500;
}
.page-news-archive .aps-feed-item__link {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #0087A8;
  text-decoration: none;
}
.page-news-archive .aps-feed-item__link:hover {
  color: #005E76;
  text-decoration: underline;
}
.page-news-archive .aps-news-load-more {
  text-align: center;
  margin-top: 1rem;
}
.page-news-archive .aps-news-load-more__btn {
  padding: 0.5625rem 1.5rem;
  border-radius: 6px;
  border: 1px solid #ECEEF3;
  background: #FFFFFF;
  color: #555B65;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.page-news-archive .aps-news-load-more__btn:hover {
  border-color: #0087A8;
  color: #0087A8;
}
.page-news-archive .aps-news-load-more__btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

@media (min-width: 900px) {
  .page-template-page-news-listing main.wp-block-group > :first-child::before {
    content: "";
    display: block;
    height: var(--header-overlay-height);
  }
}
.news-hero__eyebrow {
  display: block;
}

.news-feed-section {
  background-color: #F5F6F8 !important;
}

.aps-news-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.aps-news-filter-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 0.75rem;
  border-radius: 4px;
  border: 1px solid #0087A8;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  color: #0087A8;
  background: transparent;
  transition: background 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}
.aps-news-filter-pill.is-active, .aps-news-filter-pill:hover {
  background: #0087A8;
  color: #FFFFFF;
}

.aps-news-list {
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(50, 50, 93, 0.09), 0 1px 2px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.aps-news-list__row {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem;
}
.aps-news-list__row--divider {
  border-top: 1px solid #e6e8f0;
}

.aps-news-list__date {
  flex-shrink: 0;
  min-width: 6.5rem;
  font-size: 0.9375rem;
  color: #1F2328;
  padding-top: 0.125rem;
  white-space: nowrap;
}

.aps-news-list__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.aps-news-list__text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.aps-news-list__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1F2328;
}
.aps-news-list__title a {
  color: inherit;
  text-decoration: none;
}
.aps-news-list__title a:hover {
  color: #0087A8;
}

.aps-news-list__excerpt {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: #1F2328;
}

.aps-news-list__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  align-self: flex-start;
}

.aps-news-list__read {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0087A8;
  text-decoration: none;
  white-space: nowrap;
  padding-top: 0.125rem;
}
.aps-news-list__read:hover {
  color: #005E76;
}

.aps-news-list__empty {
  padding: 1.5rem;
  color: #555B65;
  font-size: 0.9375rem;
}

.aps-news-load-more {
  text-align: center;
  margin-top: 1.5rem;
}

.page-news-single .aps-news-header__top {
  border-bottom: 1px solid #E6E8F0;
  padding-bottom: 2rem;
}
.page-news-single .aps-news-header__title {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #1F2328;
  line-height: 1.2;
}
@media (min-width: 600px) {
  .page-news-single .aps-news-header__title {
    font-size: 2.375rem;
  }
}
.page-news-single .aps-news-header__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 1rem;
  flex-wrap: wrap;
}
.page-news-single .aps-news-header__date,
.page-news-single .aps-news-header__source {
  font-size: 0.9375rem;
  color: #1F2328;
  font-weight: 500;
}
.page-news-single .aps-news-header__sep {
  font-size: 0.75rem;
  color: #9AA1AD;
  line-height: 1;
}
.page-news-single .aps-news-header__tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.page-news-single .aps-news-header__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
  background: #F2FBFD;
  color: #005E76;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}
.page-news-single .aps-news-header__deck {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #555B65;
}
.page-news-single .aps-news-article__body {
  padding-top: 32px;
}
.page-news-single .aps-news-body {
  border-top: 1px solid #ECEEF3;
  padding-top: 1.25rem;
}
.page-news-single .aps-news-body p {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #1F2328;
  margin-bottom: 0.875rem;
}
.page-news-single .aps-news-body blockquote {
  margin: 1.25rem 0;
  padding: 0.875rem 0 0.875rem 1.125rem;
  border-left: 3px solid #0087A8;
}
.page-news-single .aps-news-body blockquote p {
  font-style: italic;
  color: #555B65;
  margin-bottom: 0.25rem;
}
.page-news-single .aps-news-body blockquote cite {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #333D73;
  font-style: normal;
}
.page-news-single .aps-news-body__link {
  margin-top: 1rem;
}
.page-news-single .aps-news-body__link a {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0087A8;
  text-decoration: none;
}
.page-news-single .aps-news-body__link a:hover {
  color: #005E76;
  text-decoration: underline;
}
.page-news-single .aps-platform-banner__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 600px) {
  .page-news-single .aps-platform-banner__inner {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }
}
.page-news-single .aps-platform-banner__content {
  flex: 1;
}
.page-news-single .aps-platform-banner__overline {
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.3125rem;
}
.page-news-single .aps-platform-banner__title {
  margin: 0 0 0.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.35;
}
.page-news-single .aps-platform-banner__desc {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.6);
}
.page-news-single .aps-platform-banner__cta {
  flex-shrink: 0;
  display: inline-block;
  padding: 0.5625rem 1rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.page-news-single .aps-platform-banner__cta:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.4);
}
.page-news-single .aps-news-more__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.page-news-single .aps-news-more__back {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #0087A8;
  text-decoration: none;
}
.page-news-single .aps-news-more__back:hover {
  color: #005E76;
  text-decoration: underline;
}
.page-news-single .aps-news-more__label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #333D73;
}
.page-news-single .aps-feed-item-compact {
  padding: 0.875rem 0;
  border-top: 1px solid #ECEEF3;
  cursor: pointer;
  transition: background 0.15s ease, padding 0.15s ease, margin 0.15s ease, border-radius 0.15s ease;
}
.page-news-single .aps-feed-item-compact:hover {
  background: #F5F6F8;
  margin-inline: -0.75rem;
  padding-inline: 0.75rem;
  border-radius: 6px;
}
.page-news-single .aps-feed-item-compact__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
  flex-wrap: wrap;
}
.page-news-single .aps-feed-item-compact__date {
  font-size: 0.6875rem;
  color: #9AA1AD;
  font-weight: 500;
}
.page-news-single .aps-feed-item-compact__title {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #333D73;
  line-height: 1.4;
}
.page-news-single .aps-feed-item-compact__title a {
  color: inherit;
  text-decoration: none;
}
.page-news-single .aps-feed-item-compact__title a:hover {
  color: #0087A8;
}

.case-studies-hero-section {
  background: #FFFFFF;
}
@media (min-width: 900px) {
  .case-studies-hero-section::before {
    content: "";
    display: block;
    height: var(--header-overlay-height);
  }
}

.case-studies-hero-columns {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 600px) {
  .case-studies-hero-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .case-studies-hero-col-aside {
    display: none;
  }
}

.case-studies-hero-col-main {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.case-studies-content-section {
  background: #F5F6F8;
}

.case-studies-featured-card {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr auto;
  align-items: stretch;
}
.case-studies-featured-card .aps-image-card__figure {
  grid-column: 1;
  grid-row: 1/-1;
  height: auto;
  min-height: 240px;
}
.case-studies-featured-card .aps-image-card__body {
  grid-column: 2;
  grid-row: 1;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 0;
}
.case-studies-featured-card .aps-image-card__footer {
  grid-column: 2;
  grid-row: 2;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 0.75rem;
}
.case-studies-featured-card .aps-image-card__title {
  font-size: 1.25rem;
}
@media (max-width: 600px) {
  .case-studies-featured-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .case-studies-featured-card .aps-image-card__figure {
    grid-column: 1;
    grid-row: auto;
    min-height: 160px;
  }
  .case-studies-featured-card .aps-image-card__body {
    grid-column: 1;
    grid-row: auto;
    padding: 1.5rem 1.5rem 0;
  }
  .case-studies-featured-card .aps-image-card__footer {
    grid-column: 1;
    grid-row: auto;
    padding: 0.75rem 1.5rem 1.5rem;
  }
}

.case-studies-all-wrap {
  margin-top: 4rem;
}

.case-studies-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.case-studies-section-heading {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1F2328;
  line-height: 1.2;
  margin: 0;
}

.case-studies-filter-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.case-studies-filter-nav__pill {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  border-radius: 4px;
  border: 1px solid #0087A8;
  background: #FFFFFF;
  color: #0087A8;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background var(--transition-fast, 0.15s), color var(--transition-fast, 0.15s);
}
.case-studies-filter-nav__pill:hover {
  background: #E3F6FB;
}
.case-studies-filter-nav__pill.is-active {
  background: #0087A8;
  color: #FFFFFF;
}

.case-studies-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 900px) {
  .case-studies-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .case-studies-card-grid {
    grid-template-columns: 1fr;
  }
}

.case-studies-load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.case-studies-no-results {
  text-align: center;
  color: #555B65;
  padding: 2rem 0;
}

body.single-aps_case_study {
  background: #FFFFFF;
}

.cs-hero-wrapper {
  background: #FFFFFF;
}

@media (min-width: 900px) {
  .cs-hero-wrapper .aps-breadcrumb-section::before {
    content: "";
    display: block;
    height: var(--header-overlay-height);
  }
}

.cs-hero-stats-block {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 3rem;
}
@media (min-width: 600px) {
  .cs-hero-stats-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 900px) {
  .cs-hero-stats-block {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.cs-hero-sep {
  border: none;
  border-top: 1px solid #ECEEF3;
  margin: 2rem 0;
}

.cs-hero-stats-row {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
@media (max-width: 600px) {
  .cs-hero-stats-row {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.cs-hero-stats-row__divider {
  width: 1px;
  height: 60px;
  background: #E6E8F0;
  flex-shrink: 0;
  align-self: center;
}
@media (max-width: 600px) {
  .cs-hero-stats-row__divider {
    display: none;
  }
}

.cs-stat-hero {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cs-stat-hero__label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #555B65;
  line-height: 1.4;
}

.cs-stat-hero__value {
  font-size: clamp(1.75rem, 3vw + 0.25rem, 2.75rem);
  font-weight: 700;
  color: #1F2328;
  line-height: 1.1;
}

.cs-hero-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.cs-hero-meta__date,
.cs-hero-meta__terms {
  font-size: 0.9375rem;
  color: #555B65;
  line-height: 1.4;
}

.cs-hero-meta__terms {
  text-align: right;
}

.case-studies-cta-section {
  background: #333D73;
}
.case-studies-cta-section .case-studies-cta-heading {
  color: #FFFFFF;
}
.case-studies-cta-section .case-studies-cta-body {
  color: rgba(255, 255, 255, 0.78);
  margin-top: 1.5rem;
}

/*# sourceMappingURL=main.css.map */
