html {
  background: #f5f7fa;
}

body {
  background: #f5f7fa;
  color: #182230;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.58;
}

a {
  color: #1f5f9f;
}

a:hover,
a:focus {
  color: #17436f;
}

.page-section,
.page.section {
  background: transparent;
}

.container {
  max-width: 1120px;
}

.shortslide,
.short-slide,
#home-section,
.home-section {
  background: linear-gradient(180deg, #ffffff 0%, #eef4f9 100%);
}

.profile-identity-section .page-section {
  padding-top: 28px;
  padding-bottom: 10px;
}

.profile-identity-card {
  display: flex;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
  padding: 24px;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
}

.profile-identity-card [class*="col-"] {
  float: none;
}

.head-team-img {
  display: flex;
  justify-content: center;
}

.head-team-img img {
  width: 132px;
  height: 132px;
  object-fit: cover;
  border: 4px solid #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 0 1px #d9e2ec, 0 8px 18px rgba(16, 24, 40, 0.12);
}

.team-content.profile-links {
  padding-left: 8px;
  color: #526172;
}

.profile-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  margin: 0 6px 8px 0;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  background: #f8fafc;
  color: #243b53;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.profile-links a:hover,
.profile-links a:focus {
  border-color: #9fb8d1;
  background: #eef5fb;
  color: #12385d;
  transform: translateY(-1px);
}

.profile-links a[href^="./"] {
  width: auto;
  min-width: 0;
  padding: 8px 10px;
  word-break: break-word;
}

.profile-pdf-link {
  width: auto;
  min-width: 0;
  padding: 9px 14px;
  border-color: #245f99;
  background: #245f99;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 6px 14px rgba(36, 95, 153, 0.18);
  vertical-align: top;
}

.profile-pdf-link:hover,
.profile-pdf-link:focus {
  border-color: #17436f;
  background: #17436f;
  color: #ffffff;
}

.profile-url {
  margin-top: 10px;
  color: #667085;
  font-size: 14px;
  line-height: 1.45;
}

.profile-url a {
  color: #1f5f9f;
  font-weight: 700;
  text-decoration: none;
  word-break: break-word;
}

.profile-url a:hover,
.profile-url a:focus {
  color: #17436f;
  text-decoration: underline;
}

.profile-section .page-section {
  padding-top: 12px;
  padding-bottom: 12px;
}

.profile-panel {
  padding: 24px 28px;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(16, 24, 40, 0.045);
}

.profile-panel h2 {
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6edf3;
  color: #182230;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  text-transform: none;
}

.profile-section-body {
  color: #344054;
  font-size: 16px;
}

.profile-section-body p,
.profile-section-body ul,
.profile-section-body ol {
  margin-bottom: 12px;
}

.profile-section-body ul,
.profile-section-body ol {
  padding-left: 22px;
}

.profile-section-body li {
  margin-bottom: 8px;
}

.profile-section-body table {
  width: 100%;
  margin: 12px 0;
  border-collapse: collapse;
}

.profile-section-body th,
.profile-section-body td {
  padding: 10px 12px;
  border: 1px solid #e6edf3;
  vertical-align: top;
}

.profile-section-body th {
  background: #f8fafc;
  color: #243b53;
  font-weight: 700;
}

#statistic-section {
  margin: 12px 0;
  padding: 28px 0 12px;
  background: #25364a;
}

#statistic-section .container {
  padding-right: 15px;
  padding-left: 15px;
}

#statistic-section .row {
  display: flex;
  flex-wrap: wrap;
}

#statistic-section [class*="col-"] {
  float: none;
  display: flex;
}

.statistic-percent {
  width: 100%;
  min-height: 118px;
  margin-bottom: 16px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.statistic-percent:hover {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.14);
}

.statistic-percent .fact {
  display: grid;
  grid-template-columns: 38px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
}

.stats-icon {
  grid-row: 1 / span 2;
  color: #1f5f9f;
  font-size: 22px;
}

#statistic-section.statistic-bg .stats-icon span,
#statistic-section.statistic-bg .percentfactor,
#statistic-section.statistic-bg .fact p {
  color: inherit;
}

#statistic-section.statistic-bg .stats-icon,
#statistic-section.statistic-bg .stats-icon span {
  color: #7db7ea;
}

.percentfactor {
  display: block;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}

.statistic-percent p {
  margin: 4px 0 0;
  color: #dbe7f3;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

#statistic-section.statistic-bg .percentfactor {
  color: #ffffff;
}

#statistic-section.statistic-bg .fact p {
  color: #dbe7f3;
}

@media (max-width: 767px) {
  .profile-identity-card {
    display: block;
    padding: 20px;
    text-align: center;
  }

  .team-content.profile-links {
    padding-left: 0;
  }

  .head-team-img img {
    width: 116px;
    height: 116px;
    margin-bottom: 16px;
  }

  .profile-panel {
    padding: 20px;
  }

  .profile-panel h2 {
    font-size: 17px;
  }

  .profile-section-body {
    font-size: 15px;
  }

  #statistic-section .row {
    display: block;
  }
}
