* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  width: 100%;
  min-height: 100%;
  background: #fff;
  overflow-x: hidden;
}

body {
  color: #000;
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.figma-viewport {
  position: relative;
  width: 100%;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.figma-page {
  position: absolute;
  inset: 0 auto auto 0;
  width: 1440px;
  height: 5513px;
  margin: 0;
  overflow: hidden;
  background: #fff;
  transform: scale(var(--page-scale, 1));
  transform-origin: top left;
}

.fig-node {
  box-sizing: border-box;
}

.fig-text {
  overflow-wrap: normal;
}

.fig-image,
.fig-vector,
.fig-line {
  display: block;
  pointer-events: none;
}

.gallery-control {
  display: grid !important;
  place-items: center;
  cursor: pointer;
  user-select: none;
  pointer-events: auto;
}

.gallery-control:focus-visible {
  outline: 2px solid rgb(0 89 152);
  outline-offset: 2px;
}

.gallery-arrow-icon {
  width: 16px;
  height: 16px;
  display: block;
  color: currentColor;
}

.gallery-slot {
  transition: opacity .18s ease;
}

.footer-button-link {
  white-space: nowrap;
}

.footer-arrow-icon {
  width: 16px;
  height: 16px;
  display: block;
  flex: 0 0 16px;
  color: currentColor;
}

.footer-button-label {
  min-width: 0;
}

.custom-arrow {
  width: 16px;
  height: 16px;
  display: block;
  flex: 0 0 auto;
}

.all-news-button {
  display: flex !important;
  align-items: center;
  box-sizing: border-box;
  gap: 8px;
  padding: 0 6px 0 0;
  color: #000;
  white-space: nowrap;
}

.all-news-button-icon {
  width: 16px;
  height: 16px;
  display: block;
  flex: 0 0 auto;
}

.all-news-button-text {
  position: static !important;
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  font: 500 12px/1 "Inter", Arial, sans-serif;
  letter-spacing: 0;
  color: #000;
  white-space: nowrap;
}

.details-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  color: #000;
  white-space: nowrap;
}

.details-button-icon {
  width: 16px !important;
  height: 16px !important;
  display: block;
  flex: 0 0 16px;
  color: currentColor;
}

.details-button-text {
  position: static !important;
  text-align: center;
}

.figma-page [role="link"],
.figma-page [role="button"] {
  cursor: pointer;
}

.figma-page [role="link"]:focus-visible,
.figma-page [role="button"]:focus-visible {
  outline: 2px solid rgb(0 89 152);
  outline-offset: 2px;
}

.figma-page [style*="assets/people/"]:not([data-figma-id="117:1074::2::146:2216"]) {
  background-position: center top !important;
}

.figma-page [style*="-wfolio"] {
  background-position: center 68% !important;
}

.figma-page img[src*="assets/people/"] {
  object-position: center top !important;
}

.figma-page img[src*="-wfolio"] {
  object-position: center 68% !important;
}

.figma-page [data-figma-id="117:923::6::117:859"],
.figma-page [data-figma-id="117:923::14::117:866"],
.figma-page [data-figma-id="117:923::25::117:876"],
.figma-page [data-figma-id="117:923::36::117:886"] {
  object-position: center top !important;
}

.figma-page [data-figma-id="174:1167::4::165:1605"] {
  display: none !important;
}

.figma-page [data-figma-id="174:1167::83::165:1777"],
.figma-page [data-figma-id="174:1167::100::165:1804"],
.figma-page [data-figma-id="174:1167::117::165:1714"],
.figma-page [data-figma-id="174:1167::134::165:1804"] {
  display: none !important;
}

.header-map-icon path {
  fill: none !important;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.people-carousel-placeholder {
  display: grid;
  place-items: center;
  color: rgb(86 95 104);
  font: 600 56px/1 "Inter Tight", Arial, sans-serif;
}

.people-carousel-card,
.people-carousel-media {
  transition: transform .18s ease, filter .18s ease, border-color .18s ease;
}

.people-carousel-card.has-video:hover .people-carousel-media,
.people-carousel-card.has-video:focus-visible .people-carousel-media {
  transform: translateY(-2px);
  filter: saturate(1.05) contrast(1.04);
}

.people-card-initials {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgb(86 95 104);
  font: 600 56px/1 "Inter Tight", Arial, sans-serif;
  pointer-events: none;
}

.people-card-initials[hidden],
.people-video-trigger[hidden] {
  display: none !important;
}

.people-name-link {
  cursor: pointer;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.people-name-link:hover,
.people-name-link:focus-visible {
  text-decoration-color: currentColor;
  outline: none;
}

.people-video-trigger {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 4;
  min-width: 86px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgb(226 228 231);
  border-radius: 0;
  background: rgba(255, 255, 255, .92);
  color: #000;
  font: 500 12px/1 "Inter Tight", Arial, sans-serif;
  letter-spacing: 0;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.people-video-trigger:hover,
.people-video-trigger:focus-visible {
  background: #fff;
  border-color: rgb(0 89 152);
  outline: none;
}

.people-video-trigger__icon {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
}

.people-video-open {
  overflow: hidden;
}

.people-video-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.people-video-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.people-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .72);
}

.people-video-modal__panel {
  position: relative;
  width: min(430px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  padding: 16px;
  border: 1px solid rgb(226 228 231);
  background: #fff;
  color: #000;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
}

.people-video-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 1px solid rgb(130 135 139);
  border-radius: 0;
  background: #fff;
  color: #000;
  font: 400 24px/1 "Inter", Arial, sans-serif;
  cursor: pointer;
}

.people-video-modal__close:hover,
.people-video-modal__close:focus-visible {
  border-color: rgb(0 89 152);
  outline: none;
}

.people-video-modal__label {
  margin: 0 52px 8px 0;
  color: rgb(216 0 50);
  font: 700 11px/1.2 "Inter", Arial, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.people-video-modal__title {
  margin: 0 52px 16px 0;
  font: 500 24px/1.05 "Inter Tight", Arial, sans-serif;
  letter-spacing: -.02em;
}

.people-video-modal__video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: calc(100vh - 150px);
  background: #000;
  object-fit: contain;
}



.readiness-progress {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  overflow: visible !important;
}

.readiness-ring {
  width: 20px;
  height: 20px;
  display: block;
  flex: 0 0 20px;
  border-radius: 50%;
  background: conic-gradient(rgb(216 0 50) var(--progress-angle), rgb(227 229 233) 0);
  position: relative;
}

.readiness-ring::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #fff;
}

.readiness-value {
  display: block;
  flex: 0 0 auto;
  color: #000;
  font: 300 12px/1.2 "Inter", Arial, sans-serif;
  letter-spacing: 0;
  white-space: nowrap;
}

.fig-marquee-row {
  display: flex;
  align-items: center;
}

.marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: rodina-marquee 34s linear infinite;
  will-change: transform;
}

.marquee-group {
  display: flex;
  align-items: center;
  gap: 42px;
  flex: 0 0 auto;
  padding-right: 42px;
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
  color: #000;
  font: 400 12px/1 "Inter", Arial, sans-serif;
  white-space: nowrap;
  text-decoration: none;
}

.marquee-dot {
  width: 4px;
  height: 4px;
  background: rgb(191 35 67);
  display: inline-block;
}

@keyframes rodina-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.chronicle-section,
.registry-section {
  color: #000;
  font-family: "Inter", Arial, sans-serif;
}

.chronicle-shell {
  position: absolute;
  left: 40px;
  top: 0;
  width: 1360px;
  height: 774px;
  border: 1px solid rgb(226 228 231);
  border-top: 0;
  background: #fff;
}

.chronicle-board {
  position: absolute;
  left: 0;
  top: 48px;
  width: 1360px;
  height: 678px;
  border: 1px solid rgb(226 228 231);
  overflow: visible;
}

.chronicle-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 678px;
}

.chronicle-left h2 {
  position: absolute;
  left: 24px;
  top: 48px;
  width: 416px;
  margin: 0;
  font: 500 32px/1.1 "Inter Tight", Arial, sans-serif;
  letter-spacing: 0;
}

.chronicle-follow {
  position: absolute;
  left: 24px;
  top: 107px;
  width: 217px;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font: 500 12px/1 "Inter Tight", Arial, sans-serif;
}

.chronicle-list {
  position: absolute;
  left: 460px;
  top: 0;
  width: 900px;
  height: 678px;
  border-left: 1px solid rgb(226 228 231);
  border-right: 1px solid rgb(226 228 231);
}

.chronicle-separator {
  position: absolute;
  left: 24px;
  width: 852px;
  height: 1px;
  background: rgb(226 228 231);
}

.chronicle-row {
  position: absolute;
  left: 24px;
  width: 852px;
  margin: 0;
}

.chronicle-row p {
  position: absolute;
  left: 36px;
  top: 0;
  width: 720px;
  margin: 0;
  color: #000;
  font: 500 20px/1.15 "Inter", Arial, sans-serif;
  letter-spacing: 0;
}

.chronicle-triangle {
  position: absolute;
  left: 0;
  top: 7px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid rgb(0 89 152);
}

.chronicle-arrow-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 0;
  background: #000;
  color: #fff;
  display: grid;
  place-items: center;
  padding: 0;
}

.registry-shell {
  position: absolute;
  left: 40px;
  top: 0;
  width: 1360px;
  height: 402px;
  background: #fff;
}

.registry-band {
  position: absolute;
  left: 0;
  top: 48px;
  width: 1360px;
  height: 306px;
  background: rgb(243 245 248);
}

.registry-card {
  position: absolute;
  top: 48px;
  width: 416px;
  height: 210px;
}

.registry-label {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 376px;
  color: rgb(86 95 104);
  font: 500 20px/1.2 "Inter", Arial, sans-serif;
}

.registry-value-row {
  position: absolute;
  left: 20px;
  top: 50px;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 100px;
}

.registry-value {
  color: rgb(86 95 104);
  font: 500 92px/.9 "Inter Tight", Arial, sans-serif;
  letter-spacing: 0;
}

.registry-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: #fff;
  border: 1px solid rgb(226 228 231);
  color: rgb(86 95 104);
  font: 600 18px/1 "Inter", Arial, sans-serif;
}

.registry-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.registry-card p {
  position: absolute;
  left: 20px;
  top: 158px;
  width: 376px;
  margin: 0;
  color: #000;
  font: 500 20px/1.2 "Inter", Arial, sans-serif;
}

.mobile-home {
  display: none;
}

@media (max-width: 900px) {
  html,
  body {
    min-width: 0;
  }

  .figma-viewport {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
  }

  .mobile-home {
    display: block;
    width: 100%;
    min-height: 100dvh;
    background: #fff;
  }

  .mobile-home__main {
    display: block;
  }

  .mobile-home .site-header {
    border-top: 0;
  }

  .mobile-home .home-hero {
    min-height: calc(100svh - 160px);
    background:
      linear-gradient(90deg, rgba(0, 57, 106, .96) 0%, rgba(0, 89, 152, .78) 48%, rgba(0, 89, 152, .38) 100%),
      url("assets/figma/71a48c3cbbdb3453fc2b6909f243cdc3bbad336d.webp") center / cover no-repeat,
      #005998;
  }

  .mobile-home .home-hero__copy {
    align-self: end;
  }

  .mobile-home .home-hero__copy h1 {
    max-width: 100%;
    font-size: clamp(32px, 8.9vw, 36px);
    line-height: .98;
    overflow-wrap: normal;
    word-break: normal;
  }

  .mobile-home .home-hero__lead {
    max-width: 520px;
  }

  .mobile-home .home-news-feature figure {
    min-height: 0;
  }

  .mobile-home .home-news-feature img {
    min-height: 250px;
    max-height: 340px;
    object-fit: cover;
    object-position: center 42%;
  }

  .mobile-home .home-news-feature .button.dark {
    width: 100%;
  }

  .mobile-opinions .section-head {
    margin-bottom: 18px;
  }

  .mobile-opinions .section-head p {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.35;
  }

  .mobile-opinions__grid {
    display: grid;
    gap: 18px;
  }

  .mobile-opinions__grid > img {
    width: 100%;
    max-height: 480px;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
    background: var(--surface);
    border: 1px solid var(--border);
  }

  .mobile-opinions__grid > div {
    display: grid;
    gap: 12px;
  }

  .mobile-opinions article {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 0;
    border-top: 1px solid var(--border);
  }

  .mobile-opinions article::before {
    content: "↘";
    color: var(--red);
    font-size: 18px;
    line-height: 1;
  }

  .mobile-opinions article a {
    color: var(--text);
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.1;
  }

  .mobile-opinions article p {
    grid-column: 2;
    margin: -4px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.42;
  }

  .mobile-home .home-person-card__media img,
  .mobile-home .home-case-card__control img,
  .mobile-home .home-hero__person img {
    object-position: center top;
  }

  .mobile-home .home-person-card__body {
    min-height: 138px;
  }
}

@media (max-width: 520px) {
  .mobile-home .home-hero {
    min-height: auto;
  }

  .mobile-home .home-hero__copy h1 {
    max-width: 100%;
    font-size: clamp(31px, 8.8vw, 35px);
  }

  .mobile-home .home-hero__cards {
    grid-template-columns: 1fr;
  }

  .mobile-opinions__grid > img {
    max-height: 420px;
  }
}
