:root {
  --p2-brand-accent: #12aeb4;
  --p2-brand-orange: #ff8500;
  --p2-ink: #231f20;
  --p2-ink-muted: #56626a;
  --p2-surface: #ffffff;
  --p2-surface-muted: #f4f5f7;
  --p2-border: #c0c7cc;
  --p2-footer-bg: #231f20;
  --p2-footer-rule: #505158;
  --p2-shell-max: 72.5rem;
  --p2-shell-wide: 80rem;
  --p2-shell-narrow: 60rem;
  --p2-shell-gutter: 1rem;
  --p2-page-shell: min(calc(100% - (2 * var(--p2-shell-gutter))), var(--p2-shell-max));
  --p2-radius-none: 0;
  --p2-shadow-header: 0 5px 10px rgba(0, 0, 0, 0.25);
  --p2-button-height: 3.125rem;
  --p2-button-padding-x: 1.5625rem;
  --p2-button-font-size: 1.0625rem;
  --p2-button-height: clamp(2.75rem, calc(2.45rem + 0.9vw), 3.125rem);
  --p2-button-padding-x: clamp(1rem, calc(0.75rem + 1vw), 1.5625rem);
  --p2-button-font-size: clamp(0.9375rem, calc(0.86rem + 0.3vw), 1.0625rem);
  --p2-button-arrow: url("data:image/svg+xml,%3Csvg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.35 1L16.35 6L11.35 11M1 6H16' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --p2-section-title-size: 2.25rem;
  --p2-section-title-line-height: 1.2;
  --p2-section-title-tracking: -0.0225rem;
  --p2-section-title-divider-width: 5.625rem;
  --p2-section-title-divider-height: 0.1875rem;
  --p2-card-title-size: 1.375rem;
  --p2-body-size: 1rem;
  --p2-body-large-size: 1.0625rem;
  --p2-body-small-size: 0.9375rem;
  --p2-body-small-size: clamp(0.875rem, calc(0.84rem + 0.2vw), 0.9375rem);
  --p2-body-meta-size: 0.875rem;
  --p2-body-meta-size: clamp(0.8125rem, calc(0.78rem + 0.18vw), 0.875rem);
  --p2-body-tiny-size: 0.8125rem;
  --p2-list-title-size: 1.25rem;
  --p2-list-title-size: clamp(1.125rem, calc(1rem + 0.5vw), 1.25rem);
  --p2-faq-title-size: 1.1875rem;
  --p2-faq-title-size: clamp(1.0625rem, calc(0.98rem + 0.35vw), 1.1875rem);
  --p2-stat-number-size: 3rem;
  --p2-stat-text-size: 1.25rem;
  --p2-banner-title-size: 3rem;
  --p2-banner-title-line-height: 1.2;
  --p2-banner-subtitle-size: 2rem;
  --p2-banner-subtitle-line-height: 1.25;
  --p2-banner-copy-size: 1.375rem;
  --p2-banner-copy-line-height: 1.5;
  --p2-banner-title-subtitle-gap: 0.625rem;
  --p2-banner-title-copy-gap: 0.875rem;
  --p2-banner-cta-gap: 2.5rem;
  --p2-banner-mobile-title-size: 2rem;
  --p2-banner-mobile-subtitle-size: 1.25rem;
  --p2-banner-mobile-copy-size: 1rem;
  --p2-banner-mobile-cta-gap: 1.5rem;
  --wf-font-sans: "Poppins", "Segoe UI", sans-serif;
  --wf-shell: var(--p2-shell-max);
  --shell-width: var(--p2-shell-max);
  --shell-width-wide: var(--p2-shell-wide);
  --shell-width-narrow: var(--p2-shell-narrow);
  --wf-radius: var(--ui-radius, var(--p2-radius-none));
  --section-fg-soft: var(--p2-ink-muted);
  --text-default: var(--p2-ink);
  --text-muted: var(--p2-ink-muted);
  --surface-white: var(--p2-surface);
  --surface-soft: var(--p2-surface-muted);
  --ink-default: var(--p2-ink);
  --ink-muted: var(--p2-ink-muted);
  --p2-header-accent: var(--p2-brand-accent);
  --p2-header-ink: var(--p2-ink);
  --p2-header-divider: var(--p2-border);
  --p2-header-shell: var(--p2-shell-max);
  --section-space: 5.5rem;
}

.theme--type-modern {
  --font-sans: var(--wf-font-sans);
  --font-display: var(--wf-font-sans);
}

.theme--type-editorial {
  --font-sans: var(--wf-font-sans);
  --font-display: var(--wf-font-serif);
}

.theme--type-classic {
  --font-sans: var(--wf-font-serif);
  --font-display: var(--wf-font-serif);
}

@media (max-width: 47.99rem) {
  :root {
    --section-space: 3.75rem;
    --p2-section-title-size: 1.75rem;
    --p2-section-title-tracking: 0;
    --p2-card-title-size: 1.25rem;
    --p2-body-large-size: 1rem;
    --p2-body-small-size: 0.9375rem;
    --p2-body-meta-size: 0.8125rem;
    --p2-list-title-size: 1.125rem;
    --p2-faq-title-size: 1.0625rem;
    --p2-stat-number-size: 2.5rem;
    --p2-stat-text-size: 1.0625rem;
  }
}

@media (min-width: 48rem) and (max-width: 63.99rem) {
  :root {
    --section-space: 4.5rem;
  }
}

body.l-page {
  margin: 0;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  background: var(--p2-surface);
  color: var(--p2-ink);
  font-family: var(--font-sans);
  font-size: var(--p2-body-size);
}

html,
.l-page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html,
  body.l-page,
  .l-page {
    overflow-x: clip;
  }
}

.l-page {
  min-width: 0;
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.l-shell,
.p2-shell {
  width: var(--p2-page-shell);
  margin-inline: auto;
}

.c-button {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  min-height: var(--p2-button-height);
  border: 1px solid var(--p2-brand-accent);
  border-radius: var(--ui-button-radius, var(--p2-radius-none));
  background: var(--p2-brand-accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 0.75rem var(--p2-button-padding-x);
  font-family: var(--font-sans);
  font-size: var(--p2-button-font-size, 1.0625rem);
  font-weight: 600;
  line-height: 1.529;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.c-button::after {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 1.125rem;
  height: 0.75rem;
  background: currentColor;
  mask: var(--p2-button-arrow) center / contain no-repeat;
  -webkit-mask: var(--p2-button-arrow) center / contain no-repeat;
}

.c-button:is(:hover, :focus-visible, :active) {
  background: #fff;
  border-color: #fff;
  color: var(--p2-brand-accent);
}

.c-button--secondary,
.c-button--outline,
.c-button--ghost {
  background: transparent;
  color: var(--p2-brand-accent);
}

.c-button--secondary:is(:hover, :focus-visible, :active),
.c-button--outline:is(:hover, :focus-visible, :active),
.c-button--ghost:is(:hover, :focus-visible, :active) {
  background: var(--p2-brand-accent);
  border-color: var(--p2-brand-accent);
  color: #fff;
}

.c-button--white {
  background: #fff;
  border-color: #fff;
  color: var(--p2-brand-accent);
}

.c-button--white:is(:hover, :focus-visible, :active) {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
  color: var(--p2-brand-accent);
}

.c-button--ghost-white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.c-button--ghost-white:is(:hover, :focus-visible, :active) {
  background: #fff;
  border-color: #fff;
  color: var(--p2-brand-accent);
}

.c-button--orange {
  background: var(--p2-brand-orange);
  border-color: var(--p2-brand-orange);
  color: #fff;
}

.c-button--orange:is(:hover, :focus-visible, :active) {
  background: #e87800;
  border-color: #e87800;
}

@media (max-width: 47.99rem) {
  .c-button {
    white-space: normal;
    text-align: center;
  }
}

.p2-search-results__layout {
  max-width: 52rem;
}

.p2-search-results__form form.searchform,
.p2-search-results__form fieldset {
  margin: 0;
}

.p2-search-results__form form.searchform {
  display: flex;
  gap: 0.75rem;
  align-items: stretch;
}

.p2-search-results__form fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
  flex: 1 1 auto;
  display: flex;
  gap: 0.75rem;
  align-items: stretch;
}

.p2-search-results__form .btn-toolbar {
  flex: 0 0 auto;
  margin: 0;
}

.p2-search-results__form .clear {
  display: none;
}

.p2-search-results__form .field,
.p2-search-results__form .middleColumn {
  min-width: 0;
  flex: 1 1 auto;
}

.p2-search-results__form input.text {
  width: 100%;
  min-height: var(--p2-button-height);
  padding: 0.75rem 1rem;
  border: 1px solid var(--line-soft);
  border-radius: var(--ui-button-radius, var(--p2-radius-none));
  background: #fff;
  color: var(--ink-default);
  font: inherit;
}

.p2-search-results__form input.text:focus {
  outline: 2px solid color-mix(in srgb, var(--p2-brand-accent) 35%, transparent);
  outline-offset: 2px;
  border-color: var(--p2-brand-accent);
}

.p2-search-results__form input.action {
  min-height: var(--p2-button-height);
  border: 1px solid var(--p2-brand-accent);
  border-radius: var(--ui-button-radius, var(--p2-radius-none));
  background: var(--p2-brand-accent);
  color: #fff;
  padding: 0.75rem var(--p2-button-padding-x);
  font-family: var(--font-sans);
  font-size: var(--p2-button-font-size, 1.0625rem);
  font-weight: 600;
  line-height: 1.529;
  text-transform: uppercase;
  cursor: pointer;
}

.p2-search-results__form input.action:is(:hover, :focus-visible) {
  background: color-mix(in srgb, var(--theme-primary-current, var(--p2-brand-accent)) 88%, #000);
  border-color: var(--theme-primary-current, var(--p2-brand-accent));
}

.p2-search-results__items {
  display: grid;
  gap: 1.125rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.p2-search-results__item {
  margin: 0;
}

.p2-search-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line-soft);
}

.p2-search-result__content {
  min-width: 0;
}

.p2-search-result__media {
  order: 2;
  display: block;
  width: 7rem;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: var(--ui-radius-small, 0.25rem);
  background: var(--surface-box-light);
}

.p2-search-result__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p2-search-result__crumbs,
.p2-search-result__url,
.p2-search-result__summary {
  margin: 0;
}

.p2-search-result__crumbs {
  margin-bottom: 0.125rem;
  color: var(--ink-muted);
  font-size: var(--p2-body-tiny-size, 0.8125rem);
  line-height: 1.4;
}

.p2-search-result__title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--p2-list-title-size, 1.25rem);
  font-weight: 600;
  line-height: 1.35;
}

.p2-search-result__title-link {
  color: var(--ink-default);
  text-decoration: none;
}

.p2-search-result__title-link:is(:hover, :focus-visible) {
  color: var(--p2-brand-accent);
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.p2-search-result__url {
  margin-top: 0.25rem;
  color: #17823b;
  font-size: var(--p2-body-meta-size, 0.875rem);
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.p2-search-result__summary {
  margin-top: 0.375rem;
  color: var(--ink-muted);
  font-size: var(--p2-body-small-size, 0.9375rem);
  line-height: 1.6;
}

.p2-search-results__pagination {
  margin-top: var(--space-5);
}

@media (max-width: 39.99rem) {
  .p2-search-results__form form.searchform,
  .p2-search-results__form fieldset {
    flex-direction: column;
  }

  .p2-search-results__form input.action {
    width: 100%;
  }

  .p2-search-result {
    grid-template-columns: minmax(0, 1fr);
  }

  .p2-search-result__media {
    order: 0;
    width: 5.75rem;
  }
}

.c-section__title {
  color: var(--p2-ink);
  font-family: var(--font-sans);
  font-size: var(--p2-section-title-size);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: var(--p2-section-title-tracking);
  text-transform: uppercase;
}

.c-section__title::after {
  width: var(--p2-section-title-divider-width);
  height: var(--p2-section-title-divider-height);
  background: var(--p2-brand-accent);
  border-radius: var(--p2-radius-none);
}

.c-section--surface-soft {
  background: var(--p2-surface-muted);
}

.c-feature__title,
.c-editorial__title,
.c-list-card__title,
.c-person-card__name,
.c-contact-card__title,
.c-subpage-card__title {
  color: var(--p2-brand-accent);
  font-family: var(--font-sans);
  font-weight: 600;
}

.c-feature__copy,
.c-editorial__copy,
.c-list-card__copy,
.c-person-card__role,
.c-contact-card__copy,
.c-subpage-card__copy {
  color: var(--p2-ink);
  font-family: var(--font-sans);
}

.l-site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  color: var(--p2-header-ink);
  font-family: var(--font-sans);
}

.l-site-header .l-shell {
  width: min(calc(100% - 2rem), var(--p2-header-shell));
}

.l-site-header__meta {
  min-height: 48px;
  background: var(--p2-header-accent);
  color: #fff;
}

.l-site-header__meta-inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  font-size: var(--p2-body-size, 1rem);
  font-weight: 400;
  line-height: 1.3;
}

.l-site-header__meta-right {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
  margin-left: auto;
}

.l-site-header__main {
  min-height: 100px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(35, 31, 32, 0.12);
}

.l-site-header__inner {
  min-height: 100px;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.5rem, 3vw, 4rem);
}

.c-site-brand {
  min-width: 0;
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.c-site-brand__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--p2-header-logo-width, 13.006rem);
  max-width: var(--p2-header-logo-width, 13.006rem);
}

.c-site-brand__mark img,
.c-site-brand__mark svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: var(--p2-header-logo-max-height, 3.5rem);
}

.c-site-header__toggle {
  display: none;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid var(--p2-header-divider);
  background: #fff;
  color: var(--p2-header-ink);
  padding: 0.6rem 0.8rem;
  font-family: inherit;
}

.c-site-header__toggle-box {
  position: relative;
  display: block;
  width: 1.1rem;
  height: 0.875rem;
}

.c-site-header__toggle-line {
  display: block;
  position: absolute;
  left: 0;
  width: 1.1rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: 50% 50%;
  transition:
    transform 180ms ease,
    opacity 120ms ease,
    top 180ms ease;
}

.c-site-header__toggle-line:nth-child(1) {
  top: 0;
}

.c-site-header__toggle-line:nth-child(2) {
  top: calc(50% - 1px);
}

.c-site-header__toggle-line:nth-child(3) {
  top: calc(100% - 2px);
}

.c-site-header__toggle[aria-expanded="true"] .c-site-header__toggle-line:nth-child(1) {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}

.c-site-header__toggle[aria-expanded="true"] .c-site-header__toggle-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.35);
}

.c-site-header__toggle[aria-expanded="true"] .c-site-header__toggle-line:nth-child(3) {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}

@media (prefers-reduced-motion: reduce) {
  .c-site-header__toggle-line {
    transition: none;
  }
}

.c-site-header__toggle-label {
  font-size: var(--p2-body-tiny-size, 0.8125rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.c-site-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-site-nav__list--level-1 {
  display: flex;
  align-items: center;
}

.c-site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
  min-width: 0;
}

.c-site-nav__head {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.c-site-nav__item--level-1 {
  display: flex;
  align-items: center;
  min-height: 100px;
}

.c-site-nav__item--desktop-hidden {
  display: none;
}

.c-site-nav__item--level-1 + .c-site-nav__item--level-1 {
  position: relative;
  margin-left: clamp(1rem, 1.6vw, 1.75rem);
  padding-left: clamp(1rem, 1.6vw, 1.75rem);
}

.c-site-nav__item--level-1 + .c-site-nav__item--level-1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 1.5rem;
  background: var(--p2-header-divider);
  transform: translateY(-50%);
}

.c-site-nav__item--desktop-hidden + .c-site-nav__item--level-1 {
  margin-left: 0;
  padding-left: 0;
}

.c-site-nav__item--desktop-hidden + .c-site-nav__item--level-1::before {
  content: none;
}

.c-site-nav__link {
  color: #231f20;
  text-decoration: none;
  font-size: var(--p2-body-meta-size, 0.875rem);
  font-weight: 500;
  line-height: 1.2;
  transition: color 160ms ease;
}

.c-site-nav__link:is(:hover, :focus-visible) {
  color: var(--p2-header-accent);
}

.c-site-nav__link.is-current {
  color: var(--p2-header-accent);
  font-weight: 600;
}

.c-site-nav__link--disabled {
  cursor: default;
}

.c-site-nav__link--disabled:is(:hover, :focus-visible) {
  color: #231f20;
}

.c-site-nav__link--disabled.is-current:is(:hover, :focus-visible) {
  color: var(--p2-header-accent);
}

.c-site-nav__submenu-toggle {
  border: 0;
  background: transparent;
  color: #231f20;
  padding: 0.1rem;
  width: 1rem;
  height: 1rem;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
}

.c-site-nav__submenu-toggle-label {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  overflow: visible;
  font-size: 0;
  line-height: 0;
  position: relative;
}

.c-site-nav__submenu-toggle-label::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 42%;
  width: 0.45rem;
  height: 0.45rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 160ms ease;
}

.c-site-nav__item.is-current > .c-site-nav__head > .c-site-nav__submenu-toggle {
  color: var(--p2-header-accent);
}

.c-site-nav__item.has-children {
  position: relative;
}

.c-site-nav__list--level-2 {
  position: absolute;
  top: calc(100% - 1.2rem);
  left: 0;
  min-width: 12rem;
  display: none;
  background: #fff;
  border: 1px solid rgba(192, 199, 204, 0.8);
  padding: 0.7rem 0;
  box-shadow: 0 12px 32px rgba(35, 31, 32, 0.14);
}

.c-site-nav__link--level-2 {
  display: block;
  padding: 0.55rem 1rem;
  white-space: nowrap;
}

@media (min-width: 64rem) and (hover: hover) and (pointer: fine) {
  .c-site-nav__item.has-children:hover > .c-site-nav__list--level-2,
  .c-site-nav__item.has-children:focus-within > .c-site-nav__list--level-2 {
    display: grid;
    gap: 0.35rem;
  }
}

.c-site-nav__cta {
  flex: 0 0 auto;
}

.c-site-meta {
  min-width: 0;
}

.c-site-meta > :first-child {
  margin-top: 0;
}

.c-site-meta > :last-child {
  margin-bottom: 0;
}

.c-site-meta a {
  color: inherit;
  text-decoration: none;
}

.p2-header-contact,
.p2-header-social,
.p2-locales {
  display: flex;
  align-items: center;
}

.p2-header-contact {
  gap: 1.45rem;
}

.p2-header-contact__link,
.p2-header-social__link {
  display: inline-flex;
  align-items: center;
}

.p2-header-contact__link {
  gap: 0.55rem;
}

.p2-header-contact__link span:not(.p2-header-icon),
.p2-locales__link span {
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: from-font;
  text-underline-offset: 0.18em;
  transition: text-decoration-color 160ms ease;
}

.p2-header-contact__link:is(:hover, :focus-visible) span:not(.p2-header-icon),
.p2-locales__link:not(.current, .section):is(:hover, :focus-visible) span {
  text-decoration-color: currentColor;
}

.p2-header-icon {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
  display: block;
  background: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.p2-header-icon--email {
  mask-image: url("../images/header-mail.svg");
  -webkit-mask-image: url("../images/header-mail.svg");
}

.p2-header-icon--phone {
  mask-image: url("../images/header-phone.svg");
  -webkit-mask-image: url("../images/header-phone.svg");
}

.p2-header-icon--facebook {
  mask-image: url("../images/header-facebook.svg");
  -webkit-mask-image: url("../images/header-facebook.svg");
}

.p2-header-icon--linkedin {
  mask-image: url("../images/header-linkedin.svg");
  -webkit-mask-image: url("../images/header-linkedin.svg");
}

.p2-header-icon--instagram {
  mask-image: url("../images/header-instagram.svg");
  -webkit-mask-image: url("../images/header-instagram.svg");
}

.p2-header-icon--youtube {
  mask-image: url("../images/header-youtube.svg");
  -webkit-mask-image: url("../images/header-youtube.svg");
}

.p2-header-icon--search {
  mask-image: url("../images/header-search.svg");
  -webkit-mask-image: url("../images/header-search.svg");
}

.p2-header-social {
  gap: 0.75rem;
}

.c-site-meta--search {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

.p2-header-social__link {
  width: 1.25rem;
  height: 1.25rem;
  justify-content: center;
}

.p2-header-social__link .p2-header-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.p2-header-search__trigger {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--p2-header-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.p2-header-search__trigger:is(:hover, :focus-visible) {
  background: #fff;
  color: var(--p2-header-accent);
  opacity: 0.86;
}

.p2-header-search__trigger .p2-header-icon {
  width: 0.94rem;
  height: 0.94rem;
}

.p2-locales {
  gap: 0.78rem;
  font-weight: 400;
  text-transform: uppercase;
}

.p2-locales__link {
  color: inherit;
  text-decoration: none;
}

.p2-locales__link.current,
.p2-locales__link.section {
  font-weight: 600;
}

.l-page__main {
  display: grid;
  min-width: 0;
  width: 100%;
}

.l-page__top {
  display: grid;
  min-width: 0;
  width: 100%;
}

.l-page__main > *,
.l-page__top > *,
.p2-section {
  min-width: 0;
  max-width: 100%;
}

.p2-post-header {
  position: relative;
  min-width: 0;
  width: 100%;
  min-height: clamp(12.5rem, 18vw, 15.625rem);
  overflow: hidden;
  background: var(--p2-surface-muted);
  color: #fff;
}

.p2-post-header::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: transparent;
  pointer-events: none;
}

.p2-post-header--overlay-soft::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.12) 58%, rgba(0, 0, 0, 0.24));
}

.p2-post-header--overlay-plain::after {
  background: transparent;
}

.p2-post-header--overlay-solid::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.28) 58%, rgba(0, 0, 0, 0.42));
}

.p2-post-header__media,
.p2-post-header__media picture,
.p2-post-header__media .image,
.p2-post-header__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.p2-post-header__media img,
.p2-post-header__media .image {
  object-fit: cover;
}

.p2-post-header__media--empty {
  background: linear-gradient(135deg, var(--p2-ink), color-mix(in srgb, var(--p2-header-accent) 34%, var(--p2-ink)));
}

.p2-post-header__content {
  position: relative;
  z-index: 1;
  width: var(--p2-page-shell);
  min-height: inherit;
  margin-inline: auto;
  display: flex;
  align-items: center;
  padding-block: clamp(2.25rem, 5vw, 3.5rem) 3.25rem;
}

.p2-post-header__content-inner {
  max-width: 42rem;
}

.p2-post-header--align-center .p2-post-header__content {
  justify-content: center;
  text-align: center;
}

.p2-post-header__title {
  margin: 0;
  color: inherit;
  font-family: var(--wf-font-sans);
  font-size: var(--p2-banner-title-size, 3rem);
  font-weight: 600;
  line-height: var(--p2-banner-title-line-height, 1.2);
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.p2-post-header__text {
  margin-top: var(--p2-banner-title-copy-gap, 0.875rem);
  max-width: 38rem;
  color: inherit;
  font-size: var(--p2-banner-copy-size, 1.375rem);
  line-height: var(--p2-banner-copy-line-height, 1.5);
}

.p2-post-header__text > :first-child {
  margin-top: 0;
}

.p2-post-header__text > :last-child {
  margin-bottom: 0;
}

.p2-post-header__breadcrumbs {
  position: absolute;
  z-index: 2;
  left: auto;
  right: max(var(--p2-shell-gutter), calc((100% - var(--p2-shell-max)) / 2));
  bottom: 0;
  width: var(--p2-page-shell);
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-size: var(--p2-body-tiny-size, 0.8125rem);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.p2-post-header__breadcrumbs-list {
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0.625rem 0;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  list-style: none;
}

.p2-post-header__breadcrumb {
  display: inline;
}

.p2-post-header__breadcrumb-link {
  color: inherit;
  text-decoration: none;
}

.p2-post-header__breadcrumb-link:is(:hover, :focus-visible) {
  text-decoration: underline;
}

.p2-post-header__breadcrumb-link.is-current {
  font-weight: 700;
}

.p2-post-header__breadcrumb-separator {
  display: inline-block;
  margin-inline: 0.45rem;
  opacity: 0.74;
}

@media (max-width: 47.99rem) {
  .p2-post-header {
    min-height: 12.5rem;
  }

  .p2-post-header__content {
    align-items: flex-start;
    width: min(calc(100vw - 2rem), calc(100% - 2rem));
    max-width: min(calc(100vw - 2rem), calc(100% - 2rem));
    padding-block: 1.75rem 3rem;
  }

  .p2-post-header__content-inner {
    max-width: 100%;
  }

  .p2-post-header__title {
    max-inline-size: 100%;
    font-size: var(--p2-banner-mobile-title-size, 2rem);
    font-size: clamp(1.875rem, calc(1.55rem + 1.3vw), var(--p2-banner-mobile-title-size, 2rem));
    line-height: var(--p2-banner-title-line-height, 1.2);
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .p2-post-header__text {
    display: -webkit-box;
    max-width: 100%;
    max-height: 4.65rem;
    overflow: hidden;
    font-size: var(--p2-banner-mobile-copy-size, 1rem);
    line-height: 1.45;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .p2-post-header__breadcrumbs {
    font-size: 0.75rem;
  }

  .p2-post-header__breadcrumbs-list {
    padding-block: 0.5rem;
    text-overflow: clip;
  }
}

.l-site-footer {
  --theme-primary-current: var(--theme-primary-inverse, var(--theme-primary));
  --theme-secondary-current: var(--theme-secondary-inverse, var(--theme-secondary));
  --theme-primary-current-rgb: var(--theme-primary-inverse-rgb, var(--theme-primary-rgb));
  --theme-secondary-current-rgb: var(--theme-secondary-inverse-rgb, var(--theme-secondary-rgb));
  --p2-header-accent: var(--theme-primary-current);
  border-top: 0.375rem solid var(--p2-header-accent);
  background: var(--p2-footer-bg);
}

.l-site-footer__inner {
  display: grid;
  gap: clamp(2.75rem, 4vw, 3.75rem);
  color: #fff;
  font-size: var(--p2-body-meta-size, 0.875rem);
  line-height: 1.55;
  padding-block: clamp(2.25rem, 4vw, 3.75rem) 1.75rem;
}

.p2-site-footer__grid {
  display: grid;
  gap: clamp(2rem, 4vw, 4.5rem);
  grid-template-columns: 1.05fr 1fr 1.1fr 1.25fr;
  align-items: start;
}

.p2-site-footer__brand-column,
.p2-site-footer__column {
  min-width: 0;
}

.p2-site-footer__brand {
  display: inline-flex;
  width: min(13.006rem, 100%);
  margin-bottom: 1.4rem;
}

.p2-site-footer__brand img,
.p2-site-footer__brand svg {
  display: block;
  width: 100%;
  height: auto;
}

.p2-site-footer__title {
  margin: 0 0 0.9rem;
  color: #fff;
  font-size: var(--p2-body-meta-size, 0.875rem);
  font-weight: 700;
  font-family: var(--font-display);
}

.p2-site-footer__content,
.p2-site-footer__brand-content,
.p2-site-footer__contact,
.p2-site-footer__note {
  color: #fff;
  min-width: 0;
  overflow-wrap: anywhere;
}

.p2-site-footer__content *,
.p2-site-footer__brand-content *,
.p2-site-footer__note * {
  max-width: 100%;
}

.p2-site-footer__content > :first-child,
.p2-site-footer__brand-content > :first-child,
.p2-site-footer__contact > :first-child,
.p2-site-footer__note > :first-child {
  margin-top: 0;
}

.p2-site-footer__content > :last-child,
.p2-site-footer__brand-content > :last-child,
.p2-site-footer__contact > :last-child,
.p2-site-footer__note > :last-child {
  margin-bottom: 0;
}

.p2-site-footer__content a,
.p2-site-footer__brand-content a,
.p2-site-footer__contact a,
.p2-site-footer__note a {
  color: var(--p2-header-accent);
  text-decoration: none;
}

.p2-site-footer__grid > .p2-site-footer__column:last-child .p2-site-footer__content a,
.p2-site-footer__note a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.p2-site-footer__grid > .p2-site-footer__column:last-child .p2-site-footer__content a:is(:hover, :focus-visible),
.p2-site-footer__note a:is(:hover, :focus-visible) {
  text-decoration-color: transparent;
}

.p2-site-footer__content a:is(:hover, :focus-visible),
.p2-site-footer__brand-content a:is(:hover, :focus-visible),
.p2-site-footer__contact a:is(:hover, :focus-visible),
.p2-site-footer__note a:is(:hover, :focus-visible) {
  color: #fff;
}

.p2-site-footer__address,
.p2-site-footer__openings,
.p2-site-footer__contact {
  margin-top: 0.95rem;
}

.p2-site-footer__address strong,
.p2-site-footer__content strong {
  color: var(--p2-header-accent);
  font-weight: 700;
}

.p2-site-footer__content em {
  display: block;
  font-style: italic;
  white-space: normal;
  overflow-wrap: anywhere;
}

.p2-site-footer__content .p2-site-footer__link-muted,
.p2-site-footer__content .p2-site-footer__link-muted:is(:hover, :focus-visible) {
  color: #fff;
}

.p2-site-footer__grid > .p2-site-footer__column:last-child .p2-site-footer__content .p2-site-footer__link-muted {
  text-decoration: none;
}

.p2-site-footer__contact p {
  display: grid;
  gap: 0.55rem;
}

.p2-site-footer__contact a.p2-site-footer__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
}

.p2-site-footer__contact-link span {
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: from-font;
  text-underline-offset: 0.18em;
  transition: text-decoration-color 160ms ease;
}

.p2-site-footer__contact-link:is(:hover, :focus-visible) span {
  text-decoration-color: currentColor;
}

.p2-site-footer__contact-link .p2-header-icon {
  width: 1.05rem;
  height: 1.05rem;
  color: var(--p2-header-accent);
}

.p2-site-footer__brand + .p2-site-footer__brand-content {
  margin-top: -0.2rem;
}

.p2-site-footer__meta {
  display: grid;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid var(--p2-footer-rule);
}

.p2-site-footer__bottom {
  font-size: var(--p2-body-tiny-size, 0.8125rem);
  color: rgba(255, 255, 255, 0.78);
}

.p2-search-modal {
  width: min(calc(100% - 2rem), 42rem);
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--p2-ink);
}

.p2-search-modal::backdrop {
  background: rgba(35, 31, 32, 0.62);
}

.p2-search-modal__panel {
  position: relative;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: #fff;
  border-radius: var(--ui-radius);
  box-shadow: 0 24px 70px rgba(35, 31, 32, 0.24);
}

.p2-search-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--p2-ink);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.p2-search-modal__close:is(:hover, :focus-visible) {
  color: var(--p2-brand-accent);
}

.p2-search-modal__content {
  display: grid;
  gap: 1.25rem;
}

.p2-search-modal__title {
  margin: 0;
  padding-right: 2.5rem;
  color: var(--p2-ink);
  font-family: var(--font-sans);
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 600;
  line-height: 1.25;
}

.p2-site-footer__note p {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

.p2-site-footer__note strong {
  color: #fff;
}

.p2-site-footer__note [aria-hidden="true"] {
  color: var(--p2-header-accent);
  padding-inline: 0.45rem;
}

@media (max-width: 63.99rem) {
  .l-site-header .l-shell {
    width: min(calc(100vw - 2rem), 100rem);
  }

  .l-site-header__meta {
    min-height: 0;
  }

  .l-site-header__main {
    min-height: 76px;
  }

  .l-site-header__inner {
    min-height: 76px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 3rem;
    gap: 1rem;
  }

  .c-site-header__toggle {
    display: inline-flex;
    grid-column: 2;
    justify-self: end;
    inline-size: 3rem;
    block-size: 3rem;
    justify-content: center;
    gap: 0;
    padding: 0;
  }

  .c-site-brand {
    grid-column: 1;
    max-inline-size: calc(100% - 4rem);
  }

  .c-site-brand__mark {
    width: min(var(--p2-header-logo-mobile-width, 11rem), 100%);
    max-width: var(--p2-header-logo-mobile-width, 11rem);
  }

  .c-site-brand__mark img,
  .c-site-brand__mark svg {
    max-height: var(--p2-header-logo-mobile-max-height, 2.75rem);
  }

  .c-site-header__toggle-label {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .c-site-nav {
    grid-column: 1 / -1;
    position: absolute;
    top: calc(100% + 1px);
    left: 50%;
    right: auto;
    width: min(100vw, 100%);
    max-width: 100vw;
    box-sizing: border-box;
    transform: translateX(-50%);
    display: none;
    background: #fff;
    border: 0;
    border-bottom: 1px solid rgba(192, 199, 204, 0.45);
    padding: 0.55rem 1rem 0.65rem;
    align-items: stretch;
    justify-content: stretch;
    justify-items: stretch;
    box-shadow: 0 8px 24px rgba(35, 31, 32, 0.12);
    overflow-x: hidden;
  }

  .c-site-nav.is-open {
    display: grid;
    gap: 0.55rem;
  }

  .c-site-nav__list--level-1 {
    display: grid;
    gap: 0;
    width: 100%;
    min-width: 0;
  }

  .c-site-nav__item--level-1 {
    display: block;
    min-height: 0;
    min-width: 0;
  }

  .c-site-nav__item--level-1 + .c-site-nav__item--level-1 {
    margin-left: 0;
    padding-left: 0;
    padding-top: 0;
    border-top: 0;
  }

  .c-site-nav__item--level-1 + .c-site-nav__item--level-1::before {
    content: none;
  }

  .c-site-nav__head {
    justify-content: space-between;
    gap: 0.5rem;
    min-width: 0;
  }

  .c-site-nav__link {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .c-site-nav__link--level-1 {
    padding-block: 0.6rem;
  }

  .c-site-nav__item--level-1.is-current > .c-site-nav__head {
    background: transparent;
  }

  .c-site-nav__item--level-2.is-current > .c-site-nav__link {
    color: var(--p2-header-accent);
    font-weight: 600;
  }

  .c-site-nav__list--level-2 {
    position: static;
    display: none;
    gap: 0.2rem;
    min-width: 0;
    box-shadow: none;
    padding: 0.05rem 0 0.45rem 0.9rem;
    border: 0;
    background: transparent;
  }

  .c-site-nav__item.has-children.is-open > .c-site-nav__list--level-2 {
    display: grid;
  }

  .c-site-nav__submenu-toggle[aria-expanded="true"] .c-site-nav__submenu-toggle-label::after {
    transform: translate(-50%, -20%) rotate(225deg);
  }

  .c-site-nav__link--level-2 {
    white-space: normal;
    overflow-wrap: anywhere;
    padding: 0.35rem 0;
    color: rgba(35, 31, 32, 0.78);
    font-size: var(--p2-body-meta-size, 0.875rem);
  }

  .l-site-header__meta-inner {
    min-height: auto;
    padding-block: 0.5rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 0.8rem;
  }

  .l-site-header__meta-right {
    flex: 0 0 auto;
    flex-wrap: nowrap;
    gap: 1.5rem;
    margin-left: auto;
  }

  .c-site-meta--contact,
  .c-site-meta--social,
  .c-site-meta--search {
    flex: 0 0 auto;
  }

  .p2-header-contact {
    flex-wrap: nowrap;
    gap: 0.7rem;
  }

  .p2-header-contact,
  .p2-header-social,
  .p2-header-search__trigger,
  .p2-locales {
    align-items: center;
    font-size: 0.75rem;
    line-height: 1;
  }

  .p2-header-contact__link {
    gap: 0;
  }

  .p2-header-contact__link span:not(.p2-header-icon) {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .p2-header-icon,
  .p2-header-social__link .p2-header-icon {
    width: 1.2rem;
    height: 1.2rem;
  }

  .p2-header-contact .p2-header-icon {
    width: 1.05rem;
    height: 1.05rem;
  }

  .p2-header-search__trigger .p2-header-icon {
    width: 0.9rem;
    height: 0.9rem;
  }

  .p2-header-social {
    gap: 0.55rem;
  }

  .p2-header-social__link {
    width: 1.25rem;
    height: 1.25rem;
    justify-content: center;
  }

  .p2-header-search__trigger {
    width: 1.25rem;
    height: 1.25rem;
  }

  .p2-locales {
    gap: 0.4rem;
  }

  .p2-locales__link {
    display: inline-flex;
    align-items: center;
    min-height: 1.25rem;
  }

  .p2-site-footer__grid {
    grid-template-columns: 1fr;
  }

  .l-site-footer .l-shell {
    width: min(calc(100vw - 2rem), var(--p2-shell-max));
  }

  .p2-site-footer__content,
  .p2-site-footer__brand-content,
  .p2-site-footer__note {
    overflow-wrap: anywhere;
  }

  .p2-site-footer__note p {
    display: grid;
    gap: 0.55rem;
  }

  .p2-site-footer__note p > span {
    min-width: 0;
  }

  .p2-site-footer__note [aria-hidden="true"] {
    padding-inline: 0.3rem;
  }
}
