body.page-template-template-new-programs-list .panel.header {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 10000 !important;
  width: 100% !important;
  transform: none !important;
}
body.admin-bar.page-template-template-new-programs-list .panel.header {
  top: 32px !important;
}
body.page-template-template-new-programs-list.headerScrollingActive .panel.header,
body.page-template-template-new-programs-list.scrollingUp .panel.header {
  position: fixed !important;
  transform: none !important;
}
body.page-template-template-new-programs-list .wlw-pc {
  padding-top: 64px;
}
html:has(body.page-template-template-new-programs-list),
body.page-template-template-new-programs-list:not(.scrollLock) {
  overflow: visible !important;
}
body.page-template-template-new-programs-list #container {
  overflow-x: clip !important;
  overflow-y: visible !important;
}
body.page-template-template-new-programs-list .wlw-pc ~ .footer {
  margin-top: 0 !important;
  padding-top: 64px !important;
}

.wlw-pc--v3 :where(p, li) a:not([class]) {
  color: #0566b8;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.wlw-pc--v3 :where(p, li) a:not([class]):is(:hover, :focus-visible) {
  color: #0b306b;
  text-decoration-thickness: 2px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  body.page-template-template-new-programs-list .wlw-pc ~ .footer {
    padding-top: 56px !important;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-template-new-programs-list .wlw-pc ~ .footer {
    padding-top: 48px !important;
  }
}
.wlw-pc :where(a, button, summary, select):focus-visible {
  outline: 3px solid rgba(5, 102, 184, .42);
  outline-offset: 3px;
}
.wlw-pc {
  --pc-blue: #0566b8;
  --pc-text: #1f2d3d;
  --pc-surface: #f3f5f9;
  --pc-content-w: 1120px;
  color: var(--pc-text);
  background: #fff;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
.wlw-pc *,
.wlw-pc *::before,
.wlw-pc *::after { box-sizing: border-box; }
.wlw-pc img { display: block; max-width: 100%; }
.wlw-pc a { color: inherit; }
.wlw-pc-shell {
  width: min(100%, var(--pc-content-w));
  margin: 0 auto;
  padding-inline: 24px;
}
.wlw-pc .wlw-pc-footer-cta {
  margin-top: 0;
  padding: 64px 24px 72px;
  background: #0566b8;
  color: #fff;
  text-align: center;
}
.wlw-pc .wlw-pc-footer-cta-inner {
  max-width: 860px;
  margin: 0 auto;
}
.wlw-pc .wlw-pc-footer-cta-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.wlw-pc .wlw-pc-footer-cta-title span {
  display: block;
}
.wlw-pc .wlw-pc-footer-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.wlw-pc .wlw-pc-footer-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 380px;
  min-height: 64px;
  padding: 0 56px;
  border-radius: 6px;
  background: #fbbd3a;
  color: #2a2723;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .02em;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease, transform .16s ease;
}
.wlw-pc .wlw-pc-footer-cta-button:hover,
.wlw-pc .wlw-pc-footer-cta-button:focus {
  background: #f7a700;
  color: #2a2723;
  text-decoration: none;
  transform: translateY(-2px);
}
.wlw-pc .wlw-pc-footer-cta-button:active {
  transform: translateY(0);
}
.wlw-pc-card-more-icon {
  display: block;
  width: 14px;
  height: 12px;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("/wp-content/uploads/wlw-jp-redesign/arrow_side.svg") center / contain no-repeat;
          mask: url("/wp-content/uploads/wlw-jp-redesign/arrow_side.svg") center / contain no-repeat;
  transition: transform .18s ease;
}
.wlw-pc--v3 {
  --pc-content-w: 1200px;
  --pc-v3-fixed-header-height: 64px;
  --pc-v3-sticky-nav-height: 48px;
  --pc-v3-sticky-stack-height: 112px;
  --pc-v3-hero-gradient-angle: 140deg;
  --pc-v3-hero-blue-end: 58%;
  --pc-v3-hero-fade-end: 85%;
  --pc-v3-hero-mask-clear-end: 55%;
  --pc-v3-hero-mask-solid-start: 70%;
}
.wlw-pc--v3 .wlw-pc-v3-hero {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  background: #fff;
  color: #fff;
}
.wlw-pc--v3 .wlw-pc-v3-hero-media {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(56%, 720px);
  z-index: 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.wlw-pc--v3 .wlw-pc-v3-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    var(--pc-v3-hero-gradient-angle),
    #0566b8 0%,
    #0566b8 var(--pc-v3-hero-blue-end),
    rgba(5,102,184,0) var(--pc-v3-hero-fade-end)
  );
}
.wlw-pc--v3 .wlw-pc-v3-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url('/wp-content/uploads/wlw-jp-redesign/wireframe-globe-1.png?v=3');
  background-repeat: no-repeat;
  background-position: right 200px top -480px;
  background-size: 763px auto;
  opacity: .35;
  mix-blend-mode: screen;
  -webkit-mask-image: linear-gradient(
    var(--pc-v3-hero-gradient-angle),
    transparent 0%,
    transparent var(--pc-v3-hero-mask-clear-end),
    #000 var(--pc-v3-hero-mask-solid-start),
    transparent var(--pc-v3-hero-fade-end)
  );
  mask-image: linear-gradient(
    var(--pc-v3-hero-gradient-angle),
    transparent 0%,
    transparent var(--pc-v3-hero-mask-clear-end),
    #000 var(--pc-v3-hero-mask-solid-start),
    transparent var(--pc-v3-hero-fade-end)
  );
}
.wlw-pc--v3 .wlw-pc-v3-breadcrumb {
  position: absolute;
  top: 10px;
  left: max(24px, calc((100% - var(--pc-content-w)) / 2 + 24px));
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}
.wlw-pc--v3 .wlw-pc-v3-breadcrumb a,
.wlw-pc--v3 .wlw-pc-v3-breadcrumb span {
  color: #fff;
  text-decoration: none;
}
.wlw-pc--v3 .wlw-pc-v3-breadcrumb a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.wlw-pc--v3 .wlw-pc-v3-breadcrumb-home {
  display: inline-flex;
  align-items: center;
}
.wlw-pc--v3 .wlw-pc-v3-breadcrumb-home svg {
  display: block;
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 1000px) {
  .wlw-pc--v3 .wlw-pc-v3-breadcrumb-home {
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
  }
  .wlw-pc--v3 .wlw-pc-v3-breadcrumb-home:is(:hover, :focus-visible) {
    border-bottom-color: currentColor;
  }
}
.wlw-pc--v3 .wlw-pc-v3-breadcrumb-mobile-parent {
  display: none;
}
@media screen and (max-width: 999px) {
  .wlw-pc--v3 .wlw-pc-v3-breadcrumb-mobile-parent,
  .wlw-pc--v3 .wlw-pc-v3-breadcrumb-mobile-parent:hover,
  .wlw-pc--v3 .wlw-pc-v3-breadcrumb-mobile-parent:focus,
  .wlw-pc--v3 .wlw-pc-v3-breadcrumb-mobile-parent:active {
    font-weight: 400 !important;
    text-decoration: none !important;
  }
  .wlw-pc--v3 .wlw-pc-v3-breadcrumb-mobile-parent * {
    font-weight: 400 !important;
  }
}
.wlw-pc--v3 .wlw-pc-v3-hero-inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: var(--pc-content-w);
  min-height: 220px;
  margin: 0 auto;
  padding: 46px 24px 0;
}
.wlw-pc--v3 .wlw-pc-v3-h1 {
  width: 100%;
  max-width: 100%;
  margin: 0 0 14px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0;
  text-shadow: 0 3px 18px rgba(4,14,34,.4), 0 1px 4px rgba(4,14,34,.34);
}
.wlw-pc--v3 .wlw-pc-v3-hero-content {
  flex: 0 0 62%;
  width: 62%;
  max-width: 62%;
}
.wlw-pc--v3 .wlw-pc-v3-hero-lead {
  max-width: 100%;
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  text-shadow: 0 1px 6px rgba(4,14,34,.22), 0 1px 2px rgba(4,14,34,.18);
}
.wlw-pc--v3 .wlw-pc-v3-category-nav {
  position: sticky;
  top: var(--pc-v3-fixed-header-height);
  z-index: 8;
  padding: 16px 0 0;
  background: #fff;
  transition: box-shadow .18s ease;
}
.wlw-pc--v3 .wlw-pc-v3-category-nav.is-stuck {
  padding-top: 0;
  box-shadow: 0 4px 14px rgba(17, 55, 91, .16);
}
.wlw-pc--v3 .wlw-pc-v3-sticky-sentinel {
  display: block;
  width: 100%;
  height: 1px;
}
.wlw-pc--v3 .wlw-pc-v3-tablist {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, var(--pc-content-w));
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: #fff;
}
.wlw-pc--v3 .wlw-pc-v3-tab {
  min-height: 70px;
  margin: 0;
  padding: 10px 14px 12px;
  border: 0;
  border-top: 3px solid transparent;
  border-radius: 0;
  background: #fff;
  color: #333;
  font: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.wlw-pc--v3 .wlw-pc-v3-tab:hover {
  background: #f7f9fc;
}
.wlw-pc--v3 .wlw-pc-v3-tab:focus-visible {
  position: relative;
  z-index: 2;
  outline: 3px solid rgba(5, 102, 184, .38);
  outline-offset: -3px;
}
.wlw-pc--v3 .wlw-pc-v3-tab[aria-selected="true"] {
  border-top-color: var(--pc-blue);
  background: var(--pc-surface);
  color: var(--pc-blue);
  box-shadow: none;
  transform: none;
}
.wlw-pc--v3 .wlw-pc-v3-tab-label {
  display: block;
}
.wlw-pc--v3 .wlw-pc-v3-tab-label-text {
  display: inline-block;
  min-width: 0;
  text-align: center;
}
.wlw-pc--v3 .wlw-pc-v3-tab-label-line {
  display: block;
  white-space: nowrap;
}
.wlw-pc--v3 .wlw-pc-v3-tab-count {
  display: block;
  width: max-content;
  margin-top: 4px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 6px 1px;
  border-radius: 999px;
  border: 1px solid #d8dde3;
  background: transparent;
  color: #788491;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}
.wlw-pc--v3 .wlw-pc-v3-tab-selected-mark {
  display: none;
}
.wlw-pc--v3 .wlw-pc-v3-tab[aria-selected="true"] .wlw-pc-v3-tab-selected-mark {
  display: inline;
  font-weight: 700;
}
.wlw-pc--v3 .wlw-pc-v3-tab[aria-selected="true"] .wlw-pc-v3-tab-count {
  border-color: rgba(5, 102, 184, .22);
  background: rgba(5, 102, 184, .05);
  color: var(--pc-blue);
}
.wlw-pc--v3 .wlw-pc-v3-category-nav.is-stuck .wlw-pc-v3-tab {
  min-height: var(--pc-v3-sticky-nav-height);
  padding: 7px 14px;
  font-size: 16px;
  line-height: 1.25;
}
.wlw-pc--v3 .wlw-pc-v3-category-nav.is-stuck .wlw-pc-v3-tab-count {
  display: none;
}
.wlw-pc--v3 .wlw-pc-v3-catalog {
  padding: 34px 0 72px;
  background: var(--pc-surface);
  scroll-margin-top: var(--pc-v3-sticky-stack-height);
}
.wlw-pc--v3 .wlw-pc-v3-panel[hidden] {
  display: none !important;
}
.wlw-pc--v3 .wlw-pc-v3-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.wlw-pc--v3 .wlw-pc-v3-card {
  position: relative;
  display: flex;
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  text-decoration: none;
  transition: box-shadow .18s ease, transform .18s ease;
}
.wlw-pc--v3 .wlw-pc-v3-card::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1px solid #0566b8;
  border-radius: inherit;
  pointer-events: none;
  content: "";
}
.wlw-pc--v3 .wlw-pc-v3-card:hover {
  box-shadow: 0 8px 22px rgba(19, 57, 91, .12);
  transform: translateY(-2px);
}
.wlw-pc--v3 .wlw-pc-v3-card-content {
  position: relative;
  display: flex;
  overflow: hidden;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  border-radius: inherit;
  background: #fff;
}
.wlw-pc--v3 .wlw-pc-v3-panel-heading,
.wlw-pc--v3 .wlw-pc-v3-card-category {
  display: none;
}
.wlw-pc--v3 .wlw-pc-v3-card-hero {
  display: grid;
  grid-template-columns: 36% minmax(0, 1fr);
  min-height: 112px;
  background: var(--pc-blue);
}
.wlw-pc--v3 .wlw-pc-v3-card-media {
  position: relative;
  min-width: 0;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}
.wlw-pc--v3 .wlw-pc-v3-card-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.wlw-pc--v3 .wlw-pc-v3-card-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
  padding: 16px 26px 16px 18px;
}
.wlw-pc--v3 .wlw-pc-v3-card h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: 0;
}
.wlw-pc--v3 .wlw-pc-v3-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px 22px 22px;
}
.wlw-pc--v3 .wlw-pc-v3-card-description {
  display: block;
  flex: 1 1 auto;
  margin: 0;
  color: var(--pc-text);
  font-size: 15px;
  line-height: 1.75;
}
.wlw-pc--v3 .wlw-pc-v3-card-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
  color: var(--pc-blue);
  font-size: 12px;
  font-weight: 700;
}
.wlw-pc--v3 .wlw-pc-v3-card:hover .wlw-pc-card-more-icon {
  transform: translateX(3px);
}
body.admin-bar .wlw-pc--v3 {
  --pc-v3-fixed-header-height: 96px;
  --pc-v3-sticky-stack-height: 144px;
}
@media screen and (max-width: 782px) {
  body.admin-bar.page-template-template-new-programs-list .panel.header {
    top: 46px !important;
  }
}
@media (min-width: 768px) {
  .wlw-pc--v3 .wlw-pc-v3-tab-label {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    width: max-content;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .wlw-pc--v3 .wlw-pc-v3-tab-selected-mark {
    flex: 0 0 auto;
  }
}
@media (min-width: 1000px) {
  .wlw-pc--v3 .wlw-pc-v3-category-nav.is-stuck .wlw-pc-v3-tab {
    padding-right: 7px;
    padding-left: 7px;
  }
  .wlw-pc--v3 .wlw-pc-v3-category-nav.is-stuck .wlw-pc-v3-tab-label {
    gap: 2px;
  }
  .wlw-pc--v3 .wlw-pc-v3-category-nav.is-stuck .wlw-pc-v3-tab-selected-mark {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .wlw-pc--v3 {
    --pc-v3-hero-gradient-angle: 132deg;
    --pc-v3-hero-blue-end: 62%;
    --pc-v3-hero-fade-end: 88%;
    --pc-v3-hero-mask-clear-end: 58%;
    --pc-v3-hero-mask-solid-start: 72%;
  }
  .wlw-pc--v3 .wlw-pc-v3-category-nav.is-stuck .wlw-pc-v3-tab-selected-mark {
    font-size: 18px;
    line-height: 20px;
  }
  .wlw-pc--v3 .wlw-pc-v3-hero::after {
    background-position: right 350px top -480px;
  }
  .wlw-pc--v3 .wlw-pc-v3-h1 {
    margin-top: 0;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .wlw-pc--v3 {
    --pc-v3-sticky-nav-height: 96px;
    --pc-v3-sticky-stack-height: 160px;
    --pc-v3-hero-gradient-angle: 118deg;
    --pc-v3-hero-blue-end: 58%;
    --pc-v3-hero-fade-end: 80%;
    --pc-v3-hero-mask-clear-end: 60%;
    --pc-v3-hero-mask-solid-start: 74%;
  }
  .wlw-pc--v3 .wlw-pc-v3-hero,
  .wlw-pc--v3 .wlw-pc-v3-hero-inner {
    min-height: 180px;
  }
  .wlw-pc--v3 .wlw-pc-v3-hero-media {
    background-position: center right;
    background-size: cover;
  }
  .wlw-pc--v3 .wlw-pc-v3-hero::after {
    background-position: right 57vw top -480px;
  }
  .wlw-pc--v3 .wlw-pc-v3-hero-inner {
    padding: 28px 16px 0;
  }
  .wlw-pc--v3 .wlw-pc-v3-h1 {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 32px;
  }
  .wlw-pc--v3 .wlw-pc-v3-hero-content {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  .wlw-pc--v3 .wlw-pc-v3-hero-lead {
    max-width: 72%;
    font-size: 13px;
    line-height: 21px;
  }
  .wlw-pc--v3 .wlw-pc-v3-breadcrumb {
    top: 0;
    left: 16px;
  }
  .wlw-pc--v3 .wlw-pc-v3-breadcrumb > :not(.wlw-pc-v3-breadcrumb-mobile-parent) {
    display: none;
  }
  .wlw-pc--v3 .wlw-pc-v3-breadcrumb-mobile-parent {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 6px;
    font-weight: 600;
  }
  .wlw-pc--v3 .wlw-pc-v3-breadcrumb-mobile-parent svg {
    display: block;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
  }
  .wlw-pc--v3 .wlw-pc-v3-category-nav {
    padding: 1px 0 0;
  }
  .wlw-pc--v3 .wlw-pc-v3-tablist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 64px;
    width: 100%;
    padding: 0;
    gap: 0;
    overflow: visible;
    border: 0;
    background: #fff;
  }
  .wlw-pc--v3 .wlw-pc-v3-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    height: 100%;
    padding: 10px 8px 11px;
    border: 0;
    background: #fff;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    white-space: normal;
  }
  .wlw-pc--v3 .wlw-pc-v3-tab:nth-child(odd) {
    border-right: 1px solid #d8dde3;
  }
  .wlw-pc--v3 .wlw-pc-v3-tab:nth-child(-n+2) {
    border-bottom: 1px solid #d8dde3;
  }
  .wlw-pc--v3 .wlw-pc-v3-tab:hover {
    background: #f7f9fc;
  }
  .wlw-pc--v3 .wlw-pc-v3-tab:focus-visible {
    outline-color: #f5b335;
  }
  .wlw-pc--v3 .wlw-pc-v3-tab[aria-selected="true"] {
    background: var(--pc-blue);
    color: #fff;
  }
  .wlw-pc--v3 .wlw-pc-v3-tab-count {
    display: none;
  }
  .wlw-pc--v3 .wlw-pc-v3-category-nav.is-stuck .wlw-pc-v3-tab {
    min-height: 0;
    padding: 5px 7px;
    font-size: 13px;
    line-height: 1.25;
  }
  .wlw-pc--v3 .wlw-pc-v3-tab-label {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
  }
  .wlw-pc--v3 .wlw-pc-v3-tab-selected-mark {
    flex: 0 0 auto;
    line-height: inherit;
  }
  .wlw-pc--v3 .wlw-pc-v3-category-nav.is-stuck .wlw-pc-v3-tab:nth-child(-n+2) {
    border-top: 1px solid #d8dde3;
  }
  .wlw-pc--v3 .wlw-pc-v3-category-nav.is-stuck .wlw-pc-v3-tablist {
    grid-auto-rows: 48px;
  }
  .wlw-pc--v3 .wlw-pc-v3-catalog {
    padding: 18px 0 52px;
  }
  .wlw-pc--v3 .wlw-pc-v3-catalog > .wlw-pc-shell {
    padding-inline: 16px;
  }
  .wlw-pc--v3 .wlw-pc-v3-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
  .wlw-pc--v3 .wlw-pc-v3-card-content {
    display: flex;
    flex-direction: column;
  }
  .wlw-pc--v3 .wlw-pc-v3-card-hero {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: 84px;
  }
  .wlw-pc--v3 .wlw-pc-v3-card-media {
    display: block;
    min-height: 0;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    background: #d9e7f4;
  }
  .wlw-pc--v3 .wlw-pc-v3-card-title {
    min-height: 0;
    padding: 13px 38px 13px 16px;
    background: var(--pc-blue);
  }
  .wlw-pc--v3 .wlw-pc-v3-card h3 {
    font-size: 16px;
    line-height: 1.5;
  }
  .wlw-pc--v3 .wlw-pc-v3-card-body {
    padding: 16px;
    background: #fff;
  }
  .wlw-pc--v3 .wlw-pc-v3-card-more {
    position: absolute;
    top: 42px;
    right: 14px;
    z-index: 1;
    gap: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 0;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .wlw-pc--v3 .wlw-pc-v3-card:active .wlw-pc-v3-card-content {
    opacity: .9;
  }
  .wlw-pc--v3 .wlw-pc-v3-card-description {
    font-size: 15px;
    line-height: 1.72;
  }
  .wlw-pc .wlw-pc-footer-cta {
    padding-right: 16px;
    padding-left: 16px;
  }
  .wlw-pc .wlw-pc-footer-cta-button {
    width: 100%;
    min-width: 0;
  }
  body.admin-bar .wlw-pc--v3 {
    --pc-v3-fixed-header-height: 110px;
    --pc-v3-sticky-stack-height: 206px;
  }
}
@media (max-width: 359px) {
  .wlw-pc--v3 .wlw-pc-v3-card-content {
    grid-template-columns: 96px minmax(0, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  .wlw-pc *,
  .wlw-pc *::before,
  .wlw-pc *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
