.an-fc-section {
  padding: 76px 0 82px;
  background: linear-gradient(180deg, #f6fbfe 0%, #ffffff 100%);
  border-bottom: 1px solid #d9eaf2;
  scroll-margin-top: 112px;
}

.an-fc-section *,
.an-fc-section *::before,
.an-fc-section *::after {
  box-sizing: border-box;
}

.an-fc-header {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  align-items: end;
  gap: 58px;
  margin-bottom: 36px;
}

.an-fc-header h2 {
  margin: 7px 0 0 !important;
  color: #0a3550 !important;
  font-size: clamp(34px, 4vw, 52px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em;
}

.an-fc-header > p {
  max-width: 720px;
  margin: 0 !important;
  color: #536c78 !important;
  font-size: 17px;
  line-height: 1.8;
}

.an-fc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.an-fc-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d5e6ef;
  border-radius: 4px;
  box-shadow: 0 14px 34px rgba(7, 89, 133, 0.075);
}

.an-fc-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.22 / 1;
  padding: 18px;
  overflow: hidden;
  background: #f2f8fb;
}

.an-fc-image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.an-fc-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 25px 25px;
}

.an-fc-card h3 {
  margin: 0 !important;
  color: #0a3550 !important;
  font-size: 23px !important;
  line-height: 1.25 !important;
}

/* Hide any legacy secondary-language subtitle left in cached card markup. */
.an-fc-subtitle {
  display: none !important;
}

.an-fc-description {
  margin: 18px 0 0 !important;
  color: #4c626d !important;
  font-size: 15px;
  line-height: 1.72;
}

@media (max-width: 980px) {
  .an-fc-header {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .an-fc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .an-fc-section {
    padding: 50px 0 56px;
    scroll-margin-top: 104px;
  }

  .an-fc-header {
    margin-bottom: 25px;
  }

  .an-fc-header h2 {
    font-size: 34px !important;
  }

  .an-fc-header > p {
    font-size: 15px;
  }

  .an-fc-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .an-fc-image {
    aspect-ratio: 1.32 / 1;
  }

  .an-fc-body {
    padding: 21px 21px 22px;
  }

  .an-fc-card h3 {
    font-size: 21px !important;
  }

}

li.menu-item-36 > .sub-menu {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}
