.fp-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .fp-container {
    padding: 0 20px;
  }
}

.fp-wrap {
  background: #fafcfe;
}

.fp-section-title {
  font-family: "Fixel Display", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.8px;
  color: #04083a;
  margin: 0;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .fp-section-title {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.64px;
  }
}
@media screen and (max-width: 767px) {
  .fp-section-title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.48px;
  }
}

.fp-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.fp-section-link {
  font-family: "Fixel Display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #eb7a1b;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity 0.2s;
}
.fp-section-link:active {
  opacity: 0.8;
}
@media screen and (min-width: 1025px) {
  .fp-section-link:hover {
    opacity: 0.8;
  }
}

.fp-btn-primary {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 12px 24px;
  background: #eb7a1b;
  border-radius: 4px;
  color: #fff;
  transition: background-color 0.2s;
}
.fp-btn-primary:active {
  background: rgb(188, 97.6, 21.6);
}
@media screen and (min-width: 1025px) {
  .fp-btn-primary:hover {
    background: rgb(188, 97.6, 21.6);
  }
}

.fp-btn-secondary {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 12px 24px;
  background: rgba(235, 122, 27, 0.08);
  border: 1px solid rgba(235, 122, 27, 0.32);
  border-radius: 4px;
  color: #eb7a1b;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.fp-btn-secondary:active {
  background: #eb7a1b;
  border-color: #eb7a1b;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .fp-btn-secondary:hover {
    background: #eb7a1b;
    border-color: #eb7a1b;
    color: #fff;
  }
}

.fp-hero__inner {
  position: relative;
  height: 391px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .fp-hero__inner {
    height: 340px;
  }
}
@media screen and (max-width: 768px) {
  .fp-hero__inner {
    height: 300px;
  }
}

.fp-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #04083a;
}
.fp-hero__bg--placeholder {
  background: linear-gradient(135deg, #04083a 0%, #112162 100%);
}
.fp-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 35%, rgba(0, 0, 0, 0.55) 100%);
}

.fp-hero__blur {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  mask-image: linear-gradient(to bottom, transparent 0%, transparent 35%, black 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 35%, black 100%);
}

.fp-hero__card {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 40px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
}
@media screen and (max-width: 1024px) {
  .fp-hero__card {
    gap: 24px;
    padding: 32px;
  }
}
@media screen and (max-width: 768px) {
  .fp-hero__card {
    gap: 16px;
    padding: 20px;
  }
}

.fp-hero__date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
.fp-hero__date svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .fp-hero__date {
    font-size: 14px;
  }
}

.fp-hero__row {
  display: flex;
  align-items: flex-end;
  gap: 68px;
}
@media screen and (max-width: 1024px) {
  .fp-hero__row {
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .fp-hero__row {
    gap: 16px;
  }
}

.fp-hero__text {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .fp-hero__text {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .fp-hero__text {
    gap: 8px;
  }
}

.fp-hero__title {
  font-family: "Work Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.fp-hero__title a {
  color: inherit;
  text-decoration: none;
}
.fp-hero__title a:active {
  color: #eb7a1b;
}
@media screen and (min-width: 1025px) {
  .fp-hero__title a:hover {
    color: #eb7a1b;
  }
}
@media screen and (max-width: 1024px) {
  .fp-hero__title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .fp-hero__title {
    font-size: 22px;
    line-height: 28px;
  }
}

.fp-hero__excerpt {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .fp-hero__excerpt {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .fp-hero__excerpt {
    font-size: 15px;
    line-height: 22px;
    -webkit-line-clamp: 2;
  }
}

.fp-hero__btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.31);
  border-radius: 999px;
  color: #fff;
  transition: background-color 0.2s, transform 0.2s;
}
.fp-hero__btn svg {
  width: 32px;
  height: 32px;
}
.fp-hero__btn:active {
  background: rgba(255, 255, 255, 0.5);
  transform: translateX(4px);
}
@media screen and (min-width: 1025px) {
  .fp-hero__btn:hover {
    background: rgba(255, 255, 255, 0.5);
    transform: translateX(4px);
  }
}
@media screen and (max-width: 768px) {
  .fp-hero__btn {
    width: 48px;
    height: 48px;
  }
  .fp-hero__btn svg {
    width: 24px;
    height: 24px;
  }
}

.fp-quick__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 40px 0 0;
}
@media screen and (max-width: 1024px) {
  .fp-quick__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 32px 0 0;
  }
}
@media screen and (max-width: 479px) {
  .fp-quick__grid {
    grid-template-columns: 1fr;
  }
}

.fp-quick__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 32px;
  border: 1px solid #a7ccee;
  border-radius: 4px;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.fp-quick__item:active {
  border-color: rgba(11, 112, 207, 0.4);
  box-shadow: 0 2px 12px rgba(4, 8, 58, 0.06);
}
@media screen and (min-width: 1025px) {
  .fp-quick__item:hover {
    border-color: rgba(11, 112, 207, 0.4);
    box-shadow: 0 2px 12px rgba(4, 8, 58, 0.06);
  }
}
@media screen and (max-width: 1024px) {
  .fp-quick__item {
    gap: 12px;
    padding: 20px 24px;
  }
}
@media screen and (max-width: 767px) {
  .fp-quick__item {
    padding: 16px;
  }
}

.fp-quick__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  color: #0b70cf;
}
.fp-quick__icon img {
  width: 100%;
  height: 100%;
}

.fp-quick__label {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #0b70cf;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fp-quick__label:active {
  color: rgb(8.8, 89.6, 165.6);
}
@media screen and (min-width: 1025px) {
  .fp-quick__label:hover {
    color: rgb(8.8, 89.6, 165.6);
  }
}

.fp-main-row {
  padding: 72px 0 0;
}
@media screen and (max-width: 1024px) {
  .fp-main-row {
    padding: 48px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .fp-main-row {
    padding: 40px 0 0;
  }
}

.fp-main-row__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 450px;
  gap: 60px;
  align-items: start;
}
@media screen and (max-width: 1200px) {
  .fp-main-row__grid {
    grid-template-columns: minmax(0, 1fr) 420px;
  }
}
@media screen and (max-width: 1024px) {
  .fp-main-row__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.fp-news-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.fp-news-col > .fp-section-header {
  margin-bottom: 0;
}
.fp-news-col > .fp-btn-secondary {
  width: 100%;
  margin-top: 8px;
}

.fp-news-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.fp-news-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.fp-news-item:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid #a7ccee;
}
@media screen and (max-width: 767px) {
  .fp-news-item {
    gap: 16px;
  }
}

.fp-news-item__thumb-link {
  flex-shrink: 0;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}

.fp-news-item__thumb {
  width: 252px;
  height: 196px;
  border-radius: 4px;
  overflow: hidden;
  background: #fafcfe;
  flex-shrink: 0;
}
.fp-news-item__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.fp-news-item:hover .fp-news-item__thumb img {
  transform: scale(1.04);
}
@media screen and (max-width: 600px) {
  .fp-news-item__thumb {
    width: 120px;
    height: 90px;
  }
}

.fp-news-item__body {
  flex: 1;
  min-width: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .fp-news-item__body {
    gap: 12px;
  }
}

.fp-news-item__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .fp-news-item__text {
    gap: 8px;
  }
}

.fp-news-item__date {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #7a7d98;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.fp-news-item__date svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #eb7a1b;
}
@media screen and (max-width: 767px) {
  .fp-news-item__date {
    font-size: 14px;
  }
}

.fp-news-item__title {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.48px;
  color: #04083a;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.fp-news-item__title a {
  color: inherit;
  text-decoration: none;
}
.fp-news-item__title a:active {
  color: #eb7a1b;
}
@media screen and (min-width: 1025px) {
  .fp-news-item__title a:hover {
    color: #eb7a1b;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .fp-news-item__title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .fp-news-item__title {
    font-size: 18px;
    line-height: 22px;
  }
}

.fp-news-item__excerpt {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(4, 8, 58, 0.52);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .fp-news-item__excerpt {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .fp-news-item__excerpt {
    font-size: 16px;
    line-height: 22px;
    -webkit-line-clamp: 2;
  }
}

.fp-director-col {
  position: sticky;
  top: 154px;
}

.fp-contact-card {
  background: #fff;
  border: 1px solid #a7ccee;
  border-radius: 4px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1200px) {
  .fp-contact-card {
    padding: 28px;
  }
}
@media screen and (max-width: 767px) {
  .fp-contact-card {
    padding: 20px;
    gap: 24px;
  }
}

.fp-contact-card__rows,
.fp-contact-card__group {
  border-top: 1px solid #a7ccee;
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .fp-contact-card__rows,
  .fp-contact-card__group {
    padding-top: 24px;
  }
}

.fp-contact-card__rows,
.fp-contact-card__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fp-contact-card__director {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .fp-contact-card__director {
    gap: 16px;
  }
}

.fp-contact-card__photo {
  flex-shrink: 0;
  width: 141px;
  height: 141px;
  border-radius: 50%;
  overflow: hidden;
  background: #fafcfe;
}
.fp-contact-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .fp-contact-card__photo {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .fp-contact-card__photo {
    width: 88px;
    height: 88px;
  }
}

.fp-contact-card__director-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.fp-contact-card__director-name {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.48px;
  color: #04083a;
}
@media screen and (max-width: 767px) {
  .fp-contact-card__director-name {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
}

.fp-contact-card__director-addr {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(4, 8, 58, 0.6);
}

.fp-contact-card__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #eb7a1b;
}
.fp-contact-card__icon svg {
  display: block;
}

.fp-contact-card__label {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  color: #04083a;
}

.fp-contact-card__value {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.32px;
  color: #0b70cf;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fp-contact-card__value:active {
  color: rgb(8.8, 89.6, 165.6);
}
@media screen and (min-width: 1025px) {
  .fp-contact-card__value:hover {
    color: rgb(8.8, 89.6, 165.6);
  }
}
.fp-contact-card__value {
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fp-contact-card__title {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.48px;
  color: #04083a;
  margin: 0 0 24px;
}

.fp-contact-card__row {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.fp-contact-card__row-text {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.32px;
  color: #04083a;
}

.fp-contact-card__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

.fp-contact-card__item-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fp-media-row {
  padding: 72px 0;
}
@media screen and (max-width: 1024px) {
  .fp-media-row {
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .fp-media-row {
    padding: 40px 0;
  }
}

.fp-media-row__grid {
  display: grid;
  grid-template-columns: 437px 462px 1fr;
  background: #fff;
  border: 1px solid #a7ccee;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .fp-media-row__grid {
    grid-template-columns: 1fr 1fr;
  }
  .fp-media-row__grid > .fp-charter {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 600px) {
  .fp-media-row__grid {
    grid-template-columns: 1fr;
  }
}

.fp-media-col {
  display: flex;
  flex-direction: column;
  padding: 32px;
  min-width: 0;
}
.fp-media-col:not(:last-child) {
  border-right: 1px solid #a7ccee;
}
@media screen and (max-width: 1400px) {
  .fp-media-col.fp-charter {
    border-right: none;
    border-bottom: 1px solid #a7ccee;
  }
}
@media screen and (max-width: 900px) {
  .fp-media-col {
    padding: 24px;
  }
}
@media screen and (max-width: 600px) {
  .fp-media-col {
    padding: 20px;
  }
  .fp-media-col:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #a7ccee;
  }
}

.fp-media-col__title {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.48px;
  color: #04083a;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .fp-media-col__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 1400px) and (min-width: 601px) {
  .fp-charter {
    flex-flow: row wrap;
    column-gap: 32px;
  }
  .fp-charter > .fp-media-col__title {
    flex: 0 0 100%;
  }
  .fp-charter > .fp-charter__img,
  .fp-charter > .fp-charter__aside {
    flex: 1 1 0;
    min-width: 280px;
  }
  .fp-charter > .fp-charter__aside > .fp-charter__cta {
    margin-top: 0;
  }
}

.fp-charter__aside {
  display: flex;
  flex-direction: column;
}

.fp-charter__img {
  position: relative;
  height: 295px;
  border-radius: 4px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-color: #fafcfe;
}
.fp-charter__img--placeholder {
  background: linear-gradient(135deg, rgba(235, 122, 27, 0.15) 0%, rgba(4, 8, 58, 0.1) 100%);
}
@media screen and (max-width: 600px) {
  .fp-charter__img {
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .fp-charter__img {
    height: 200px;
  }
}

.fp-charter__blur {
  position: absolute;
  inset: 0;
  pointer-events: none;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 35%, #000 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, transparent 35%, #000 100%);
}

.fp-charter__overlay {
  position: absolute;
  inset: auto 0 0 0;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 24px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
}
@media screen and (max-width: 767px) {
  .fp-charter__overlay {
    padding: 16px;
  }
}

.fp-charter__subtitle {
  flex: 1 1 auto;
  min-width: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.8px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .fp-charter__subtitle {
    font-size: 32px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .fp-charter__subtitle {
    font-size: 24px;
    line-height: 28px;
  }
}

.fp-charter__logo {
  flex-shrink: 0;
  width: 73px;
  height: 45px;
}
@media screen and (max-width: 767px) {
  .fp-charter__logo {
    width: 52px;
    height: 32px;
  }
}

.fp-charter__cta {
  margin-top: 16px;
}

.fp-charter__features {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .fp-charter__features {
    gap: 20px;
  }
}

.fp-charter__feature {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #0b70cf;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fp-charter__feature:active {
  color: rgb(8.8, 89.6, 165.6);
}
@media screen and (min-width: 1025px) {
  .fp-charter__feature:hover {
    color: rgb(8.8, 89.6, 165.6);
  }
}
.fp-charter__feature {
  display: flex;
  align-items: center;
  gap: 16px;
}
.fp-charter__feature svg {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  color: #0b70cf;
}
@media screen and (max-width: 767px) {
  .fp-charter__feature {
    gap: 12px;
    font-size: 16px;
  }
  .fp-charter__feature svg {
    width: 32px;
    height: 32px;
  }
}

.fp-reports-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.fp-report-item {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.fp-report-item:active {
  opacity: 0.75;
}
@media screen and (min-width: 1025px) {
  .fp-report-item:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 767px) {
  .fp-report-item {
    gap: 12px;
  }
}

.fp-report-item__thumb {
  flex-shrink: 0;
  width: 172px;
  height: 116px;
  border-radius: 4px;
  overflow: hidden;
  background: #fafcfe;
}
.fp-report-item__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .fp-report-item__thumb {
    width: 140px;
    height: 94px;
  }
}
@media screen and (max-width: 860px) {
  .fp-report-item__thumb {
    width: 120px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .fp-report-item__thumb {
    width: 108px;
    height: 72px;
  }
}

.fp-report-item__body {
  flex: 1;
  min-width: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}

.fp-report-item__title {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.32px;
  color: #04083a;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fp-report-item__title {
    line-height: 22px;
    -webkit-line-clamp: 2;
  }
}

.fp-report-item__date {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #7a7d98;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.fp-report-item__date svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #eb7a1b;
}
@media screen and (max-width: 767px) {
  .fp-report-item__date {
    font-size: 14px;
  }
}

.fp-reports-empty {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(4, 8, 58, 0.52);
  padding: 20px 0;
}

.fp-partners {
  padding: 0 0 24px;
}

.fp-partners__title {
  margin-bottom: 48px;
  text-align: center;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.8px;
}
@media screen and (max-width: 768px) {
  .fp-partners__title {
    font-size: 28px;
    line-height: 1.3;
  }
}

.fp-partners__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  column-gap: 32px;
  row-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .fp-partners__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, auto);
    row-gap: 24px;
  }
}
@media screen and (max-width: 480px) {
  .fp-partners__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
    row-gap: 20px;
  }
}

.fp-partner-item {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.fp-partner-item__logo {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.fp-partner-item__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fp-partner-item__name {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.32px;
  color: #0b70cf;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fp-partner-item__name:active {
  color: rgb(8.8, 89.6, 165.6);
}
@media screen and (min-width: 1025px) {
  .fp-partner-item__name:hover {
    color: rgb(8.8, 89.6, 165.6);
  }
}
.fp-partner-item__name {
  line-height: 24px;
  font-size: 18px;
  transition: color 0.2s;
}
.fp-partner-item:hover .fp-partner-item__name {
  color: rgb(8.8, 89.6, 165.6);
}

/*# sourceMappingURL=front-page.css.map */
