.p-page-hero {
  position: relative;
  color: #ffffff;
  padding: 60px 0 60px;
  overflow: hidden;
}

.p-page-hero__breadcrumb-bar {
  background-color: #ffffff;
}

.p-page-hero__breadcrumb {
  margin: 0 auto 8px;
  padding: 0 24px;
  font-size: 12px;
  color: #888888;
  display: flex;
  gap: 8px;
  max-width: 1248px;
}

.p-page-hero__breadcrumb a,
.p-page-hero__breadcrumb span,
.p-page-hero__breadcrumb-sep {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.p-page-hero__breadcrumb a:hover {
  color: #212529;
}

.p-page-hero__breadcrumb span[aria-current=page] {
  color: #212529;
}

.p-page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 701;
}
.p-page-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-page-hero__inner {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 801;
}

.p-page-hero__en {
  margin: 0 0 8px;
  font-size: 1.125rem;
  color: #48a6ff;
}

.p-page-hero__title {
  margin: 0 0 48px;
  font-size: 32px;
  font-weight: 500;
}

.p-page-hero__lead {
  margin: 0 0 36px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}

.p-page-hero__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .p-page-hero__actions {
    flex-direction: column-reverse;
    align-items: stretch;
    width: fit-content;
  }
}

.p-page-hero--simple {
  background-color: #ffffff;
  color: #212529;
  padding: 60px 0 60px;
}
.p-page-hero--simple .p-page-hero__title {
  color: inherit;
  text-align: left;
  margin-bottom: 0;
}
.p-page-hero--simple .p-page-hero__en {
  color: #005aad;
  text-align: left;
}

.p-page-hero--simple--with-bg {
  background-color: #00152b;
  color: #ffffff;
}
.p-page-hero--simple--with-bg .p-page-hero__title {
  color: #ffffff;
}
.p-page-hero--simple--with-bg .p-page-hero__en {
  color: #7bbfff;
}

.p-page-hero--simple__inner {
  position: relative;
  z-index: 801;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: left;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .p-page-hero__breadcrumb {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .p-page-hero {
    padding: 96px 0 80px;
  }
  .p-page-hero__breadcrumb {
    padding: 0 16px;
    font-size: 0.75rem;
  }
  .p-page-hero__lead {
    font-size: 14px;
  }
  .p-page-hero--simple {
    padding: 60px 0;
  }
  .p-page-hero--simple__inner {
    align-items: center;
    padding: 0 16px;
    text-align: center;
  }
  .p-page-hero--simple .p-page-hero__title,
.p-page-hero--simple .p-page-hero__en {
    text-align: center;
  }
}
.p-feature-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 4fr);
  gap: 56px;
  align-items: flex-start;
  padding: 0 24px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-feature-intro__grid {
    grid-template-columns: minmax(0, 3fr) minmax(0, 5fr);
    gap: 36px;
  }
}
@media (max-width: 767px) {
  .p-feature-intro__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    padding: 0 16px;
  }
}
.p-feature-intro__heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}
.p-feature-intro__title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-feature-intro__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .p-feature-intro__title {
    font-size: 24px;
  }
}
.p-feature-intro__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
}
.p-feature-intro__quote-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .p-feature-intro__quote-list {
    gap: 16px;
    margin-left: 48px;
  }
}
.p-feature-intro__quote-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  line-height: 1.7;
  color: #212529;
}
@media (max-width: 767px) {
  .p-feature-intro__quote-item {
    font-size: 16px;
  }
}
.p-feature-intro__quote-icon {
  margin-top: -8px;
  font-size: 2rem;
  color: #005aad;
  line-height: 1;
  flex-shrink: 0;
}
.p-feature-intro__quote-text {
  font-size: 18px;
  line-height: normal;
}
@media (max-width: 767px) {
  .p-feature-intro__quote-text {
    font-size: 12px;
  }
}
.p-feature-intro__summary {
  color: #212529;
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .p-feature-intro__summary {
    font-size: 14px;
  }
}
.p-feature-intro__highlight {
  color: #005aad;
  font-weight: 400;
  display: inline;
}

.p-feature-pillars .c-section__title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 56px;
}
.p-feature-pillars__items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 32px auto 0;
  max-width: 1080px;
  position: relative;
}
@media (max-width: 767px) {
  .p-feature-pillars__items {
    flex-direction: column;
    align-items: center;
  }
}
.p-feature-pillars__item {
  width: 354px;
  height: 354px;
  border-radius: 50%;
  border: 1px solid #005aad;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: -48px;
  position: relative;
}
.p-feature-pillars__item:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .p-feature-pillars__item:first-child {
    margin-top: 0;
  }
}
.p-feature-pillars__item:nth-child(2) {
  z-index: 811;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-feature-pillars__item {
    width: 250px;
    height: 250px;
    margin-left: -32px;
  }
}
@media (max-width: 767px) {
  .p-feature-pillars__item {
    width: 280px;
    height: 280px;
    margin-left: 0;
    margin-top: -48px;
  }
}
.p-feature-pillars__text {
  margin: 0;
  font-size: 24px;
  line-height: 1.7;
  color: #005aad;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-feature-pillars__text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .p-feature-pillars__text {
    font-size: 16px;
  }
}

.p-feature-stories {
  position: relative;
  color: #ffffff;
}
.p-feature-stories .c-section__title {
  margin-bottom: 48px;
}
.p-feature-stories__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-feature-stories__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-feature-stories__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 32px;
}
.p-feature-stories__item {
  display: grid;
  gap: 28px;
  align-items: stretch;
  padding: 20px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .p-feature-stories__item {
    gap: 16px;
    padding: 24px;
  }
}
.p-feature-stories__item:nth-child(odd) {
  grid-template-columns: 5fr 4fr;
}
@media (max-width: 767px) {
  .p-feature-stories__item:nth-child(odd) {
    grid-template-columns: 1fr 48px;
  }
}
.p-feature-stories__item:nth-child(odd) .p-feature-stories__body {
  order: 1;
}
.p-feature-stories__item:nth-child(odd) .p-feature-stories__media {
  order: 2;
}
.p-feature-stories__item:nth-child(even) {
  grid-template-columns: 4fr 5fr;
}
@media (max-width: 767px) {
  .p-feature-stories__item:nth-child(even) {
    grid-template-columns: 48px 1fr;
  }
}
.p-feature-stories__item:nth-child(even) .p-feature-stories__media {
  order: 1;
}
.p-feature-stories__item:nth-child(even) .p-feature-stories__body {
  order: 2;
}
.p-feature-stories__media {
  min-height: 220px;
}
.p-feature-stories__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .p-feature-stories__media {
    min-height: 160px;
  }
}
.p-feature-stories__body {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #212529;
  padding-left: 8px;
}
@media (max-width: 767px) {
  .p-feature-stories__body {
    padding-left: 0;
  }
}
.p-feature-stories__heading-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  padding: 8px 12px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-feature-stories__heading-row {
    gap: 20px;
    padding: 8px 0;
  }
}
@media (max-width: 767px) {
  .p-feature-stories__heading-row {
    gap: 16px;
    padding: 8px;
  }
}
.p-feature-stories__number {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
}
.p-feature-stories__heading {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-feature-stories__heading {
    font-size: 20px;
  }
}
.p-feature-stories__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-feature-stories__text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .p-feature-stories__text {
    font-size: 14px;
  }
}

.p-feature-table .c-section__title {
  margin-bottom: 56px;
}
.p-feature-table__wrapper {
  margin-top: 24px;
  overflow-x: auto;
}
.p-feature-table__table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
}
.p-feature-table__table th,
.p-feature-table__table td {
  padding: 12px;
  font-size: 18px;
  color: #888888;
  border: none;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-feature-table__table th,
.p-feature-table__table td {
    padding: 4px;
  }
}
.p-feature-table__table thead tr {
  border-bottom: 2px solid #7bbfff;
}
.p-feature-table__table tbody tr {
  border-bottom: 2px solid #7bbfff;
}
.p-feature-table__table tbody tr:last-child {
  border-bottom: none;
}
.p-feature-table__table tbody tr:last-child th,
.p-feature-table__table tbody tr:last-child td {
  padding: 8px 0;
}
.p-feature-table__table th:first-child,
.p-feature-table__table td:first-child {
  width: 350px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-feature-table__table th:first-child,
.p-feature-table__table td:first-child {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .p-feature-table__table th:first-child,
.p-feature-table__table td:first-child {
    width: 80px;
  }
}
.p-feature-table__table th:nth-child(2),
.p-feature-table__table td:nth-child(2) {
  width: 124px;
  border-left: 2px solid #005aad;
  border-right: 2px solid #005aad;
}
@media (max-width: 767px) {
  .p-feature-table__table th:nth-child(2),
.p-feature-table__table td:nth-child(2) {
    width: 82px;
  }
}
.p-feature-table__table td {
  font-size: 32px;
}
@media (max-width: 767px) {
  .p-feature-table__table td {
    font-size: 24px;
  }
}
.p-feature-table__table thead th {
  padding: 20px 12px 24px;
  line-height: 1;
}
.p-feature-table__table th {
  font-size: 24px;
  color: #212529;
  font-weight: 400;
}
@media (max-width: 767px) {
  .p-feature-table__table th {
    font-size: 14px;
  }
}
.p-feature-table__table th[scope=row] {
  padding: 12px 0;
  text-align: left;
  color: #212529;
}
@media (max-width: 767px) {
  .p-feature-table__table th[scope=row] {
    font-size: 12px;
  }
}
.p-feature-table__table th:nth-child(2) {
  border-top: 2px solid #005aad;
}
.p-feature-table__table tbody tr:last-child td:nth-child(2) {
  border-bottom: 2px solid #005aad;
}
.p-feature-table__table td:nth-child(2) {
  color: #005aad;
  font-weight: 500;
}
.p-feature-table__logo {
  display: inline-block;
  width: 100px;
}
@media (max-width: 767px) {
  .p-feature-table__logo {
    width: 66px;
  }
}
.p-feature-table__mark {
  font-weight: 700;
  color: currentColor;
}
