:root {
  --green: #05723f;
  --green-dark: #004927;
  --green-deep: #023f22;
  --ink: #2e3f45;
  --muted: #6d7b82;
  --mist: #dfe9eb;
  --pale: #f6f8f7;
  --gold: #caa257;
  --footer: #034a28;
  --footer-deep: #02381f;
  --container: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a,
button,
.pill-button,
.menu-button,
.sidebar-close,
.language-current,
.language-menu a,
.sidebar-social a,
.announcement-card img,
.dropdown-menu {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, opacity .18s ease, transform .18s ease;
}

button {
  font: inherit;
}

a:focus-visible,
button:focus-visible,
.menu-button:focus-visible,
.sidebar-close:focus-visible {
  outline: 2px solid rgba(8, 112, 57, .24);
  outline-offset: 3px;
}

.site-header {
  position: relative;
  z-index: 20;
  height: auto;
  background: #fff;
}

.subpage .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 70;
  background: transparent;
  color: #fff;
}

.subpage .topbar {
  display: none;
}

.subpage .navbar {
  width: min(1500px, calc(100% - 56px));
  height: 98px;
  grid-template-columns: 210px 1fr auto 48px;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.subpage .brand,
.subpage .brand img {
  width: 168px;
}

.subpage .main-nav > a,
.subpage .nav-item > a,
.subpage .language-current {
  color: #fff;
}

.subpage .main-nav > a:hover,
.subpage .main-nav > a:focus-visible,
.subpage .nav-item:hover > a,
.subpage .nav-item:focus-within > a,
.subpage .language:hover .language-current,
.subpage .language:focus-within .language-current {
  color: #e7c16c;
}

.subpage .menu-button {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.subpage .menu-button i {
  color: #fff;
}

.subpage .menu-button:hover,
.subpage .menu-button:focus-visible {
  background: transparent;
}

.subpage .menu-button:hover i,
.subpage .menu-button:focus-visible i {
  color: #e7c16c;
}

.topbar {
  background:
    linear-gradient(220deg, rgba(7, 92, 46, .86) 0 48%, rgba(4, 75, 37, 0) 48%),
    #055a31;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .2px;
}

.topbar__inner {
  width: min(var(--container), calc(100% - 48px));
  height: 48px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.topbar a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.topbar i {
  font-size: 12px;
}

.topbar a:hover,
.topbar a:focus-visible {
  opacity: .82;
}

.navbar {
  position: relative;
  inset: auto;
  width: min(var(--container), calc(100% - 48px));
  height: 86px;
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 235px 1fr auto 44px;
  align-items: center;
  gap: 22px;
  background: #fff;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 178px;
}

.brand img {
  width: 178px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
}

.main-nav > a,
.nav-item > a,
.language-current {
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.main-nav > a,
.nav-item > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 86px;
  white-space: nowrap;
}

.main-nav a::after,
.language::after {
  display: none !important;
  content: none !important;
}

.main-nav a i,
.language i {
  margin-left: 5px;
  font-size: 9px;
  line-height: 1;
  transition: transform .18s ease, color .18s ease;
}

.main-nav a:nth-child(2)::after,
.main-nav a:nth-child(3)::after,
.main-nav a:nth-child(4)::after,
.language::after {
  content: "⌄";
  margin-left: 5px;
  font-size: 14px;
  font-weight: 700;
}

.main-nav > a::before,
.nav-item > a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  opacity: 0;
  background: var(--green-dark);
  transform: scaleX(.65);
  transition: opacity .18s ease, transform .18s ease;
}

.main-nav > a.is-active::before {
  opacity: 1;
  transform: scaleX(1);
}

.main-nav > a:hover,
.main-nav > a:focus-visible,
.nav-item:hover > a,
.nav-item:focus-within > a,
.language:hover .language-current,
.language:focus-within .language-current {
  color: #087039;
}

.nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 86px;
}

.nav-item--dropdown::before {
  display: none;
  content: none;
}

.nav-item--dropdown::after {
  content: "";
  position: absolute;
  left: -14px;
  top: calc(100% - 1px);
  z-index: 33;
  width: calc(100% + 28px);
  height: 8px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.nav-item--dropdown > a {
  z-index: 32;
  min-height: 86px;
  padding: 0 14px;
  margin: 0 -14px;
  border-radius: 10px 10px 0 0;
  background: transparent;
}

.nav-item--dropdown:hover > a,
.nav-item--dropdown:focus-within > a {
  background: #fff;
}

.nav-item--dropdown:hover::after,
.nav-item--dropdown:focus-within::after {
  opacity: 1;
  visibility: visible;
}

.nav-item:hover > a i,
.nav-item:focus-within > a i,
.language:hover i,
.language:focus-within i {
  transform: translateY(1px);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -14px;
  z-index: 30;
  min-width: 300px;
  padding: 18px 0;
  border: 0;
  border-radius: 0 10px 10px 10px;
  background: #fff;
  box-shadow: 0 24px 56px rgba(12, 32, 38, .18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
}

.dropdown-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  height: 8px;
}

.nav-item:hover .dropdown-menu,
.nav-item:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 46px;
  padding: 8px 26px 8px 22px;
  color: #535b61;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: none;
  white-space: nowrap;
}

.dropdown-menu a::before {
  width: 25px;
  flex: 0 0 25px;
  color: #8b9092;
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  transition: color .18s ease, transform .18s ease;
}

.nav-item--corporate .dropdown-menu a:nth-child(1)::before {
  content: "\f1da";
}

.nav-item--corporate .dropdown-menu a:nth-child(2)::before {
  content: "\f1ad";
}

.nav-item--corporate .dropdown-menu a:nth-child(3)::before {
  content: "\f0c0";
}

.nav-item--corporate .dropdown-menu a:nth-child(4)::before {
  content: "\f4ff";
}

.nav-item--activities .dropdown-menu a:nth-child(1)::before {
  content: "\f594";
}

.nav-item--activities .dropdown-menu a:nth-child(2)::before {
  content: "\f236";
}

.nav-item--activities .dropdown-menu a:nth-child(3)::before {
  content: "\f1ad";
}

.nav-item--activities .dropdown-menu a:nth-child(4)::before {
  content: "\f06c";
}

.nav-item--investor .dropdown-menu a:nth-child(1)::before {
  content: "\f19c";
}

.nav-item--investor .dropdown-menu a:nth-child(2)::before {
  content: "\f15c";
}

.nav-item--investor .dropdown-menu a:nth-child(3)::before {
  content: "\f201";
}

.nav-item--investor .dropdown-menu a:nth-child(4)::before {
  content: "\f080";
}

.dropdown-menu a:hover,
.dropdown-menu a:focus-visible {
  background: rgba(5, 114, 63, .065);
  color: var(--green);
}

.dropdown-menu a:hover::before,
.dropdown-menu a:focus-visible::before {
  color: var(--green);
  transform: translateX(1px);
}

.language {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 86px;
  text-transform: none;
  white-space: nowrap;
}

.language::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  right: -12px;
  top: calc(100% - 1px);
  z-index: 33;
  width: calc(100% + 24px);
  height: 8px;
  margin: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.language-current {
  position: relative;
  z-index: 32;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 86px;
  padding: 0 12px;
  margin: 0 -12px;
  border-radius: 10px 10px 0 0;
  background: transparent;
  text-transform: none;
}

.language-current span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.language-current img,
.language-menu img {
  width: 16px;
  height: 11px;
  flex: 0 0 auto;
  object-fit: cover;
}

.language-menu {
  position: absolute;
  top: 100%;
  right: -12px;
  z-index: 30;
  min-width: 152px;
  padding: 10px 0;
  border: 0;
  border-radius: 10px 0 10px 10px;
  background: #fff;
  box-shadow: 0 24px 56px rgba(12, 32, 38, .16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
}

.language-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  height: 8px;
}

.language:hover::after,
.language:focus-within::after {
  opacity: 1;
  visibility: visible;
}

.language:hover .language-current,
.language:focus-within .language-current {
  background: #fff;
}

.language:hover .language-menu,
.language:focus-within .language-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.language-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 16px;
  color: #4c5e64;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
}

.language-menu a:hover,
.language-menu a:focus-visible,
.language-menu a[aria-current="true"] {
  background: rgba(5, 114, 63, .07);
  color: var(--green);
}

.menu-button {
  width: 44px;
  height: 44px;
  padding-left: 15px;
  border: 0;
  background: transparent;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
}

.menu-button span {
  width: 24px;
  height: 1px;
  background: #8aa0a4;
}

.menu-button i {
  color: #8aa0a4;
  font-size: 22px;
  line-height: 1;
}

.menu-button:hover i,
.menu-button:focus-visible i {
  color: var(--green);
}

.sidebar-toggle {
  position: fixed;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.sidebar-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(30, 42, 49, .46);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .28s ease, visibility .28s ease;
}

.site-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  width: min(492px, calc(100vw - 68px));
  height: 100vh;
  overflow-y: auto;
  background: #f7f7f7;
  color: #12232b;
  box-shadow: -24px 0 60px rgba(10, 25, 31, .18);
  transform: translateX(100%);
  transition: transform .32s ease;
}

.sidebar-toggle:checked ~ .sidebar-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sidebar-toggle:checked ~ .site-sidebar {
  transform: translateX(0);
}

.sidebar-close {
  position: absolute;
  top: 52px;
  right: 62px;
  z-index: 2;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #080f13;
  cursor: pointer;
}

.sidebar-close i {
  font-size: 22px;
  line-height: 1;
}

.sidebar-close:hover,
.sidebar-close:focus-visible {
  color: var(--green);
}

.sidebar-content {
  min-height: 100%;
  padding: 118px 64px 80px;
  text-align: center;
}

.sidebar-logo {
  width: 290px;
  margin: 0 auto 38px;
}

.sidebar-intro {
  max-width: 390px;
  margin: 0 auto 38px;
  color: #263a42;
  font-size: 17px;
  line-height: 1.7;
}

.site-sidebar h2 {
  margin: 0 0 22px;
  color: #10222a;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}

.site-sidebar address {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: #0f1f27;
  font-size: 16px;
  font-style: normal;
  line-height: 1.55;
}

.site-sidebar address p,
.site-sidebar address a {
  margin: 0;
  color: inherit;
}

.site-sidebar address a:hover,
.site-sidebar address a:focus-visible {
  color: var(--green);
}

.sidebar-social {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 34px;
}

.sidebar-social a {
  width: 33px;
  height: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #203036;
  color: #fff;
  font-size: 16px;
}

.sidebar-social a:hover,
.sidebar-social a:focus-visible {
  background: var(--green);
  transform: translateY(-1px);
}

.mobile-menu {
  display: none;
}

.mobile-menu a {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  left: max(-360px, calc((100vw - 1480px) / 2 - 275px));
  top: 84px;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  opacity: .16;
  background-image: radial-gradient(circle, rgba(5, 114, 63, .5) 1.4px, transparent 2px);
  background-size: 18px 18px;
  -webkit-mask-image: radial-gradient(circle at center, #000 45%, transparent 70%);
  mask-image: radial-gradient(circle at center, #000 45%, transparent 70%);
  pointer-events: none;
}

.hero-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.hero-slide {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(28px);
  transition: opacity .45s ease, visibility .45s ease, transform .45s ease;
}

#hero-slide-1:checked ~ .hero-slide--primary,
#hero-slide-2:checked ~ .hero-slide--secondary {
  z-index: 3;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.hero-slide > .hero__arrow {
  display: none;
}

.hero__inner {
  width: min(1490px, calc(100% - 70px));
  min-height: 720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(430px, 590px) minmax(620px, 1fr);
  align-items: center;
  gap: clamp(42px, 5vw, 86px);
  position: relative;
}

.hero__copy {
  position: relative;
  left: auto;
  top: auto;
  z-index: 7;
  width: min(560px, calc(100% - 32px));
  padding-left: clamp(36px, 6vw, 120px);
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 8px;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  color: var(--green);
  font-size: 44px;
  font-weight: 800;
  line-height: 1.12;
}

.hero p:not(.eyebrow) {
  max-width: 455px;
  margin: 24px 0 0;
  color: #59656f;
  font-size: 15px;
  font-weight: 500;
}

.pill-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-width: 190px;
  min-height: 48px;
  margin-top: 24px;
  padding: 0 25px;
  border: 1px solid currentColor;
  border-radius: 28px;
  color: var(--green);
  background: transparent;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}

.pill-button--filled {
  min-width: 254px;
  color: #fff;
  border-color: var(--green);
  background: var(--green);
  box-shadow: 0 14px 30px rgba(5, 114, 63, .28);
}

.pill-button--filled span:last-child {
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--green-dark);
  font-size: 18px;
}

.pill-button__icon i {
  font-size: 14px;
  line-height: 1;
}

.pill-button:hover,
.pill-button:focus-visible {
  transform: translateY(-1px);
}

.pill-button--filled:hover,
.pill-button--filled:focus-visible {
  background: var(--green-dark);
  border-color: var(--green-dark);
  box-shadow: 0 16px 34px rgba(5, 89, 47, .26);
}

.pill-button--ghost:hover,
.pill-button--ghost:focus-visible {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .9);
}

.pill-button--light:hover,
.pill-button--light:focus-visible {
  color: var(--green);
  border-color: rgba(8, 112, 57, .65);
  background: rgba(8, 112, 57, .04);
}

.pill-button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .72);
}

.pill-button--light {
  min-width: 166px;
  color: #55666b;
  border-color: #86989d;
  background: transparent;
  min-height: 42px;
  margin-top: 0;
}

.hero__visual {
  position: relative;
  top: auto;
  right: auto;
  width: auto;
  height: 650px;
  min-width: 0;
}

.hero__visual::before,
.hero__visual::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}

.hero__visual::before {
  left: -75px;
  width: 235px;
  background: linear-gradient(90deg, #fff 6%, rgba(255, 255, 255, .85) 35%, rgba(255, 255, 255, 0) 100%);
}

.hero__visual::after {
  right: -15px;
  width: 160px;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, .82) 42%, rgba(255, 255, 255, 0) 100%);
}

.hero-tile {
  position: absolute;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  border: 6px solid #fff;
  background: #eef4f2;
}

.hero-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-tile--one {
  left: 18%;
  top: 0;
  width: 32%;
  height: 29%;
  clip-path: polygon(7% 0, 100% 0, 90% 100%, 0 100%);
}

.hero-tile--two {
  left: 48%;
  top: 0;
  width: 52%;
  height: 29%;
  clip-path: polygon(10% 0, 100% 0, 92% 100%, 0 100%);
}

.hero-tile--three {
  left: 0;
  top: 29%;
  width: 56%;
  height: 34%;
  clip-path: polygon(8% 0, 100% 0, 91% 100%, 0 100%);
}

.hero-tile--four {
  left: 54%;
  top: 29%;
  width: 46%;
  height: 34%;
  clip-path: polygon(13% 0, 100% 0, 87% 100%, 0 100%);
}

.hero-tile--five {
  left: 4%;
  top: 63%;
  width: 47%;
  height: 34%;
  clip-path: polygon(8% 0, 100% 0, 90% 100%, 0 100%);
}

.hero-tile--six {
  left: 49%;
  top: 63%;
  width: 51%;
  height: 34%;
  clip-path: polygon(13% 0, 100% 0, 87% 100%, 0 100%);
}

.hero__arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--green);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .12);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}

.hero__arrow span {
  display: block;
  font-size: 44px;
  font-weight: 800;
  line-height: 48px;
  transform: translateY(-3px);
}

.hero__arrow i {
  display: block;
  font-size: 22px;
  line-height: 1;
}

.hero__arrow:hover,
.hero__arrow:focus-visible {
  color: #fff;
  background: var(--green);
  box-shadow: 0 16px 34px rgba(5, 89, 47, .2);
}

.hero__arrow--prev {
  left: 26px;
}

.hero__arrow--next {
  right: 26px;
}

.hero-controls {
  display: none;
}

#hero-slide-1:checked ~ .hero-controls--primary,
#hero-slide-2:checked ~ .hero-controls--secondary {
  display: block;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 7;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.hero-dots label {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(5, 114, 63, .22);
  cursor: pointer;
  transition: width .18s ease, background-color .18s ease;
}

#hero-slide-1:checked ~ .hero-dots label:first-child,
#hero-slide-2:checked ~ .hero-dots label:last-child {
  width: 26px;
  background: var(--green);
}

.legacy {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .035), transparent 42%),
    #203236;
  color: #cfe0e0;
}

.legacy::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(215, 231, 231, .34) 1px, transparent 1.8px) 0 0 / 28px 28px,
    linear-gradient(90deg, rgba(215, 231, 231, .13) 1px, transparent 1px) 0 0 / 96px 96px,
    linear-gradient(0deg, rgba(215, 231, 231, .10) 1px, transparent 1px) 0 0 / 96px 96px;
  opacity: .48;
  -webkit-mask-image: linear-gradient(90deg, #000 0, rgba(0, 0, 0, .72) 58%, rgba(0, 0, 0, .38) 100%);
  mask-image: linear-gradient(90deg, #000 0, rgba(0, 0, 0, .72) 58%, rgba(0, 0, 0, .38) 100%);
}

.legacy::after {
  content: "";
  position: absolute;
  right: -165px;
  bottom: -185px;
  z-index: 0;
  width: 560px;
  height: 560px;
  border: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 42%, rgba(207, 224, 224, .22) 42.4% 43.1%, transparent 43.4% 57%, rgba(207, 224, 224, .16) 57.4% 58.1%, transparent 58.4%),
    conic-gradient(from 18deg, transparent 0 12deg, rgba(207, 224, 224, .12) 12deg 14deg, transparent 14deg 42deg, rgba(207, 224, 224, .10) 42deg 44deg, transparent 44deg 92deg, rgba(207, 224, 224, .12) 92deg 94deg, transparent 94deg 360deg);
  opacity: .82;
  pointer-events: none;
}

.legacy__inner {
  width: min(var(--container), calc(100% - 48px));
  min-height: 750px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 480px) minmax(420px, 510px);
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 1;
}

.legacy h2 {
  margin: 0;
  color: #d7e7e7;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}

.legacy__content p {
  margin: 0 0 24px;
  color: #8fa0a4;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.legacy__content .pill-button {
  margin-top: 4px;
  min-height: 42px;
  min-width: 170px;
}

.subsidiaries {
  background: var(--mist);
  overflow: hidden;
}

.subsidiaries__inner {
  width: 100%;
  min-height: 330px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(50, 72, 76, .22);
}

.subsidiaries__track {
  width: max-content;
  display: flex;
  align-items: center;
  animation: subsidiaries-scroll 28s linear infinite;
  will-change: transform;
}

.subsidiaries__group {
  width: max-content;
  min-width: 100vw;
  padding: 0 clamp(48px, 6vw, 110px);
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: clamp(62px, 6vw, 108px);
}

.subsidiaries img {
  height: 112px;
  width: auto;
  flex: 0 0 auto;
  object-fit: contain;
}

@keyframes subsidiaries-scroll {
  from {
    transform: translateX(0);
  }

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

.activities {
  background: var(--mist);
  padding: 105px max(24px, calc((100% - var(--container)) / 2)) 150px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  align-items: flex-end;
}

.section-heading h2,
.announcements__heading h2 {
  margin: 0;
  color: #34464b;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.22;
}

.section-heading p {
  max-width: 560px;
  margin: 14px 0 0;
  color: #607277;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}

.activity-grid {
  height: 560px;
  margin-top: 44px;
  display: grid;
  grid-template-columns: minmax(520px, 1.9fr) repeat(3, minmax(132px, .42fr));
  gap: 0;
  overflow: hidden;
  border-radius: 0 0 28px 28px;
  background: #243337;
  box-shadow: 0 28px 70px rgba(33, 56, 60, .18);
  transition: grid-template-columns .42s cubic-bezier(.2, .8, .2, 1);
}

.activity-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #203236;
  isolation: isolate;
  transition: filter .24s ease, transform .24s ease;
}

.activity-grid:has(.activity-card:nth-child(2):hover) {
  grid-template-columns: minmax(132px, .42fr) minmax(520px, 1.9fr) repeat(2, minmax(132px, .42fr));
}

.activity-grid:has(.activity-card:nth-child(3):hover) {
  grid-template-columns: repeat(2, minmax(132px, .42fr)) minmax(520px, 1.9fr) minmax(132px, .42fr);
}

.activity-grid:has(.activity-card:nth-child(4):hover) {
  grid-template-columns: repeat(3, minmax(132px, .42fr)) minmax(520px, 1.9fr);
}

.activity-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(8, 19, 22, .02) 0%, rgba(8, 19, 22, .18) 44%, rgba(8, 19, 22, .82) 100%),
    linear-gradient(90deg, rgba(6, 43, 30, .2), rgba(6, 43, 30, .06));
  pointer-events: none;
  transition: background .28s ease;
}

.activity-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(115deg, transparent 0 34%, rgba(255, 255, 255, .18) 46%, transparent 58% 100%);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-42%);
  transition: opacity .28s ease, transform .56s ease;
}

.activity-card:hover::before,
.activity-card:focus-within::before {
  opacity: .75;
  transform: translateX(42%);
}

.activity-card + .activity-card {
  border-left: 1px solid rgba(255, 255, 255, .22);
}

.activity-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  filter: saturate(.82) contrast(.94) brightness(.78);
  transform: scale(1.02);
  transition: transform .55s ease, filter .3s ease;
}

.activity-card:hover img,
.activity-card:focus-within img {
  filter: saturate(1) contrast(1) brightness(.88);
  transform: scale(1.06);
}

.activity-card a {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 24px;
  padding: 0 84px 34px 36px;
  color: #fff;
}

.activity-card a::after {
  content: "\f061";
  position: absolute;
  right: 34px;
  bottom: 34px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .96);
  color: var(--green);
  font-family: "Font Awesome 6 Free";
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  opacity: 1;
  transform: translateX(0);
  transition: opacity .22s ease, transform .22s ease, background-color .22s ease, color .22s ease;
}

.activity-card a:hover::after,
.activity-card a:focus-visible::after {
  background: var(--green);
  color: #fff;
}

.activity-card__number {
  color: rgba(255, 255, 255, .88);
  font-size: clamp(54px, 6vw, 78px);
  font-weight: 400;
  line-height: .86;
  letter-spacing: 0;
  white-space: nowrap;
}

.activity-card__title {
  max-width: 260px;
  padding-bottom: 6px;
  color: rgba(255, 255, 255, .96);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.18;
  white-space: normal;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .22s ease, transform .22s ease;
}

.activity-card:not(:first-child) a {
  padding-inline: 20px;
  justify-content: center;
}

.activity-card:not(:first-child) a::after {
  opacity: 0;
  transform: translateX(8px);
}

.activity-card:not(:first-child) .activity-card__title {
  width: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(8px);
}

.activity-grid:has(.activity-card:nth-child(2):hover) .activity-card:nth-child(2) a,
.activity-grid:has(.activity-card:nth-child(3):hover) .activity-card:nth-child(3) a,
.activity-grid:has(.activity-card:nth-child(4):hover) .activity-card:nth-child(4) a {
  justify-content: flex-start;
  padding-inline: 36px 84px;
}

.activity-grid:has(.activity-card:nth-child(2):hover) .activity-card:nth-child(2) a::after,
.activity-grid:has(.activity-card:nth-child(3):hover) .activity-card:nth-child(3) a::after,
.activity-grid:has(.activity-card:nth-child(4):hover) .activity-card:nth-child(4) a::after {
  opacity: 1;
  transform: translateX(0);
}

.activity-grid:has(.activity-card:nth-child(2):hover) .activity-card:nth-child(2) .activity-card__title,
.activity-grid:has(.activity-card:nth-child(3):hover) .activity-card:nth-child(3) .activity-card__title,
.activity-grid:has(.activity-card:nth-child(4):hover) .activity-card:nth-child(4) .activity-card__title {
  width: auto;
  opacity: 1;
  overflow: visible;
  transform: translateY(0);
}

.activity-grid:has(.activity-card:nth-child(n+2):hover) .activity-card:first-child a {
  padding-inline: 20px;
  justify-content: center;
}

.activity-grid:has(.activity-card:nth-child(n+2):hover) .activity-card:first-child .activity-card__title {
  width: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(8px);
}

.activity-grid:has(.activity-card:nth-child(n+2):hover) .activity-card:first-child a::after {
  opacity: 0;
  transform: translateX(8px);
}

.investment-process {
  padding: 0 max(24px, calc((100% - var(--container)) / 2)) 68px;
  background: var(--mist);
  color: #20333a;
}

.process-heading h2 {
  max-width: 560px;
  margin: 0;
  color: #20333a;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.22;
}

.process-grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.process-step {
  position: relative;
  min-height: 205px;
  padding: 0 0 12px;
  border-top: 0;
}

.process-step::after {
  display: none;
  content: none;
}

.process-step:hover::after,
.process-step:focus-within::after {
  width: 0;
}

.process-step__top {
  min-height: 76px;
  margin-bottom: 14px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.process-step__number {
  color: transparent;
  -webkit-text-stroke: 1.2px rgba(54, 74, 80, .42);
  text-stroke: 1.2px rgba(54, 74, 80, .42);
  font-size: clamp(74px, 8vw, 116px);
  font-weight: 600;
  line-height: .86;
  letter-spacing: 0;
  transition: -webkit-text-stroke-color .22s ease, transform .22s ease;
}

.process-step__label {
  margin-top: 58px;
  color: #3f5359;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.process-step h3 {
  position: relative;
  margin: 0 0 16px;
  padding-top: 16px;
  color: #20333a;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.22;
}

.process-step h3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: rgba(32, 51, 58, .34);
}

.process-step p {
  max-width: 285px;
  margin: 0;
  color: #52676d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.process-step:hover .process-step__number,
.process-step:focus-within .process-step__number {
  -webkit-text-stroke-color: rgba(5, 114, 63, .72);
  transform: translateY(-4px);
}

.announcements {
  background: #f7f7f7;
  padding-top: 78px;
}

.announcements__heading {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.announcement-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.announcement-card {
  height: 545px;
  min-height: 515px;
  position: relative;
  overflow: hidden;
  background: #26373b;
}

.announcement-card img {
  width: 100%;
  height: 545px;
  min-height: 515px;
  object-fit: cover;
  opacity: .78;
  filter: saturate(.72) contrast(.96);
  transition: transform .25s ease, opacity .25s ease;
}

.announcement-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 25, 28, .05) 15%, rgba(12, 25, 28, .78) 100%);
}

.announcement-card a {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 24px;
  z-index: 1;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
}

.announcement-card:hover img {
  opacity: .92;
  transform: scale(1.035);
}

.inner-hero {
  position: relative;
  min-height: 455px;
  overflow: hidden;
  display: grid;
  align-items: center;
  background: #10282f;
  color: #fff;
}

.inner-hero__media {
  position: absolute;
  inset: 0;
}

.inner-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(5, 114, 63, .26), transparent 34%),
    linear-gradient(135deg, rgba(20, 34, 41, .78) 0%, rgba(3, 74, 40, .72) 56%, rgba(16, 29, 35, .62) 100%),
    linear-gradient(90deg, rgba(2, 56, 31, .82) 0%, rgba(5, 89, 47, .66) 48%, rgba(3, 38, 30, .54) 100%);
}

.inner-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-hero__content {
  position: relative;
  z-index: 1;
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
  padding: 150px 0 86px;
  text-align: center;
}

.inner-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  color: #e3c073;
  background: rgba(255, 255, 255, .08);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.inner-hero h1 {
  max-width: 820px;
  margin: 0 auto 20px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.04;
}

.inner-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  font-weight: 700;
}

.inner-breadcrumb a:hover,
.inner-breadcrumb a:focus-visible {
  color: #fff;
}

.inner-breadcrumb i {
  color: #e3c073;
  font-size: 10px;
}

.inner-section {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
  padding: 82px 0;
}

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

.inner-card,
.logo-page-grid article,
.contact-meta article,
.contact-form,
.timeline-list article,
.document-list a,
.news-list article {
  background: #fff;
  box-shadow: 0 18px 48px rgba(19, 44, 50, .09);
}

.inner-card {
  min-height: 245px;
  padding: 32px;
  border-top: 3px solid var(--green);
}

.inner-card span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(5, 114, 63, .45);
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
}

.inner-card h2 {
  margin: 22px 0 12px;
  color: #20333a;
  font-size: 23px;
  line-height: 1.25;
}

.inner-card p,
.timeline-list p,
.news-list p {
  margin: 0;
  color: #66757b;
  font-size: 14px;
  line-height: 1.75;
}

.contact-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding-bottom: 34px;
}

.contact-meta article {
  min-height: 235px;
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.contact-meta span {
  width: 64px;
  height: 64px;
  margin-bottom: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 24px;
}

.contact-meta h2 {
  margin: 0 0 12px;
  color: #20333a;
  font-size: 22px;
  line-height: 1.25;
}

.contact-meta p,
.contact-meta a {
  margin: 0 0 8px;
  color: #66757b;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

.contact-meta a:hover,
.contact-meta a:focus-visible {
  color: var(--green);
}

.contact-message {
  padding-top: 40px;
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(460px, 1.1fr);
  gap: 52px;
  align-items: start;
}

.contact-message__copy span {
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contact-message__copy h2 {
  max-width: 520px;
  margin: 14px 0 18px;
  color: #20333a;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.06;
}

.contact-message__copy p {
  max-width: 500px;
  margin: 0;
  color: #66757b;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #263a42;
  font-size: 13px;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  background: #f2f6f5;
  padding: 17px 18px;
  color: #20333a;
  font: inherit;
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form button {
  width: max-content;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  background: var(--green);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.section-kicker i {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 13px;
}

.history-page {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 54px;
  align-items: center;
}

.history-page__content h2 {
  margin: 18px 0 18px;
  color: #20333a;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.06;
}

.history-page__lead {
  margin: 0 0 24px;
  color: #20333a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
}

.history-page__text {
  display: grid;
  gap: 16px;
}

.history-page__text p {
  margin: 0;
  color: #66757b;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.86;
}

.history-page__media {
  position: relative;
  margin: 0;
  padding: 16px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(19, 44, 50, .12);
}

.history-page__media::before {
  content: "";
  position: absolute;
  left: -22px;
  bottom: -22px;
  width: 46%;
  height: 46%;
  background:
    linear-gradient(135deg, rgba(5, 114, 63, .14) 25%, transparent 25%) 0 0 / 18px 18px,
    #eef5f3;
  z-index: -1;
}

.history-page__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  background: #eef5f3;
}

.history-page__media div {
  margin: -34px 22px 0;
  position: relative;
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  background: var(--green);
  color: #fff;
  box-shadow: 0 16px 34px rgba(5, 89, 47, .2);
}

.history-page__media strong {
  font-size: 19px;
  line-height: 1.2;
}

.history-page__media span {
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 700;
}

.history-milestones {
  padding-top: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.history-milestones article {
  min-height: 190px;
  padding: 28px 24px;
  background: #fff;
  border-top: 3px solid var(--green);
  box-shadow: 0 18px 48px rgba(19, 44, 50, .09);
}

.history-milestones span {
  display: block;
  margin-bottom: 18px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(5, 114, 63, .5);
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}

.history-milestones p {
  margin: 0;
  color: #53656d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

.subsidiary-page {
  display: grid;
  gap: 38px;
}

.subsidiary-page__intro {
  max-width: 760px;
}

.subsidiary-page__intro h2 {
  margin: 18px 0 16px;
  color: #20333a;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.06;
}

.subsidiary-page__intro p {
  margin: 0;
  color: #66757b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.82;
}

.subsidiary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.subsidiary-card {
  position: relative;
  min-height: 310px;
  display: grid;
  grid-template-columns: minmax(210px, .86fr) minmax(0, 1.14fr);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 48px rgba(19, 44, 50, .09);
  transition: transform .25s ease, box-shadow .25s ease;
}

.subsidiary-card:hover,
.subsidiary-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(19, 44, 50, .14);
}

.subsidiary-card__image {
  min-height: 100%;
  background: #eef5f3;
}

.subsidiary-card__image img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  display: block;
  object-fit: cover;
  transition: transform .35s ease, opacity .35s ease;
}

.subsidiary-card:hover .subsidiary-card__image img,
.subsidiary-card:focus-within .subsidiary-card__image img {
  opacity: .94;
  transform: scale(1.035);
}

.subsidiary-card__body {
  position: relative;
  min-width: 0;
  padding: 32px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.subsidiary-card__number {
  position: absolute;
  right: 24px;
  top: 18px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(5, 114, 63, .25);
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
}

.subsidiary-card__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  box-shadow: 0 12px 24px rgba(5, 89, 47, .16);
}

.subsidiary-card__sector {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.subsidiary-card h3 {
  max-width: 340px;
  margin: 0 0 14px;
  color: #20333a;
  font-size: 21px;
  line-height: 1.28;
}

.subsidiary-card__body > p:not(.subsidiary-card__sector) {
  margin: 0 0 22px;
  color: #66757b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.72;
}

.subsidiary-card a {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.subsidiary-card a i {
  transition: transform .2s ease;
}

.subsidiary-card a:hover,
.subsidiary-card a:focus-visible {
  color: #014a29;
}

.subsidiary-card a:hover i,
.subsidiary-card a:focus-visible i {
  transform: translateX(4px);
}

.people-page,
.career-page,
.document-page,
.news-page {
  display: grid;
  gap: 34px;
}

.people-page__head,
.career-page__copy,
.document-page__head {
  max-width: 780px;
}

.people-page__head h2,
.career-page__copy h2,
.document-page__head h2,
.activity-detail__content h2 {
  margin: 18px 0 16px;
  color: #20333a;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
}

.people-page__head p,
.career-page__copy p,
.document-page__head p,
.activity-detail__content p {
  margin: 0;
  color: #66757b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.82;
}

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

.person-card {
  min-height: 100%;
  padding: 30px;
  background: #fff;
  border-top: 3px solid var(--green);
  box-shadow: 0 18px 48px rgba(19, 44, 50, .09);
}

.person-card__icon {
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 22px;
}

.person-card h3,
.career-policy h3,
.career-steps h3 {
  margin: 0;
  color: #20333a;
  font-size: 21px;
  line-height: 1.28;
}

.person-card span {
  display: block;
  margin: 8px 0 16px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.person-card p,
.career-policy p {
  margin: 0;
  color: #66757b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78;
}

.career-page {
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
  align-items: start;
}

.career-policy {
  display: grid;
  gap: 16px;
}

.career-policy article {
  padding: 26px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(19, 44, 50, .09);
}

.career-policy i {
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
}

.career-policy h3 {
  margin-bottom: 10px;
}

.career-steps {
  padding-top: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.career-steps article,
.activity-feature-grid article {
  padding: 26px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(19, 44, 50, .09);
}

.career-steps span,
.activity-feature-grid span {
  display: block;
  margin-bottom: 16px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(5, 114, 63, .45);
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
}

.activity-detail {
  display: grid;
  grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: center;
}

.activity-detail__media {
  background: #eef5f3;
  box-shadow: 0 22px 58px rgba(19, 44, 50, .12);
}

.activity-detail__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

.activity-detail__facts {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.activity-detail__facts span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 14px;
  color: var(--green);
  background: #eef5f3;
  font-size: 12px;
  font-weight: 900;
}

.activity-feature-grid {
  padding-top: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.activity-feature-grid p {
  margin: 0;
  color: #53656d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.72;
}

.contact-map {
  width: 100%;
  height: 460px;
  margin: 18px 0 0;
  background: #dfe9eb;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  filter: saturate(.9) contrast(.96);
}

.timeline-list {
  display: grid;
  gap: 16px;
}

.timeline-list article {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 24px;
}

.timeline-list i {
  color: var(--green);
  margin-top: 5px;
}

.logo-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  background: #eef5f3;
}

.logo-page-grid article {
  min-height: 180px;
  display: grid;
  place-items: center;
  padding: 30px;
}

.logo-page-grid img {
  max-height: 86px;
  width: auto;
}

.document-list {
  display: grid;
  gap: 14px;
}

.document-list a {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 78px;
  padding: 18px 22px;
  color: #20333a;
  font-weight: 800;
}

.document-list i {
  color: var(--green);
  font-size: 22px;
}

.document-list b {
  color: var(--green);
  font-size: 13px;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.news-list article {
  display: grid;
  grid-template-columns: 180px 1fr;
  min-height: 210px;
  overflow: hidden;
}

.news-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-list div {
  padding: 26px;
}

.news-list span {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.news-list h2 {
  margin: 10px 0 12px;
  color: #20333a;
  font-size: 21px;
  line-height: 1.28;
}

.footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(5, 114, 63, .34), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(204, 167, 118, .18), transparent 28%),
    linear-gradient(135deg, #142229 0%, var(--footer) 58%, #101d23 100%);
  color: rgba(255, 255, 255, .76);
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .055) 25%, transparent 25%) 0 0 / 22px 22px,
    linear-gradient(315deg, rgba(255, 255, 255, .035) 25%, transparent 25%) 0 0 / 22px 22px;
  opacity: .28;
}

.footer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .04), transparent 28%, transparent 72%, rgba(255, 255, 255, .035)),
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, .08), transparent 42%);
  mix-blend-mode: screen;
  opacity: .38;
}

.footer__inner {
  position: relative;
  z-index: 1;
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 62px;
  display: grid;
  grid-template-columns: minmax(270px, 1.45fr) .78fr .95fr .76fr minmax(255px, 1.05fr);
  gap: 48px;
}

.footer__brand img {
  width: 210px;
  margin-bottom: 24px;
}

.footer p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
}

.footer strong {
  color: #fff;
  font-weight: 800;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.social-links a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  color: #e7f0ed;
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  font-size: 15px;
  font-weight: 800;
}

.social-links i {
  display: block;
  font-size: 15px;
  line-height: 1;
}

.social-links a:hover,
.social-links a:focus-visible {
  border-color: rgba(255, 255, 255, .36);
  color: var(--green);
  background: #fff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .16);
  transform: translateY(-2px);
}

.footer__column,
.footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.footer h2 {
  margin: 0 0 15px;
  color: #d9e8e4;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.footer__column a,
.footer__contact a {
  color: rgba(255, 255, 255, .65);
  font-size: 13px;
  font-weight: 600;
}

.footer__column a:hover,
.footer__contact a:hover {
  color: #fff;
  transform: translateX(2px);
}

.footer__contact {
  font-style: normal;
}

.footer__contact p {
  padding-left: 34px;
  position: relative;
}

.footer__contact p::before {
  content: "⌖";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .22);
  color: #fff;
  font-size: 13px;
}

.footer__contact > a:not(.direction-link) {
  width: 100%;
  padding: 13px 0 13px 34px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  position: relative;
}

.footer__contact > a:not(.direction-link)::before {
  content: "☎";
  position: absolute;
  left: 0;
  top: 13px;
  color: #fff;
}

.footer__contact > a[href^="mailto"]::before {
  content: "✉";
}

.direction-link {
  min-height: 33px;
  margin-top: 2px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .35);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.footer__contact p {
  padding-left: 0;
}

.footer__contact p::before,
.footer__contact > a:not(.direction-link)::before,
.footer__contact > a[href^="mailto"]::before {
  display: none !important;
  content: none !important;
}

.footer-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.footer-contact-row > i {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .22);
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.footer__contact > a:not(.direction-link) {
  padding: 13px 0;
}

.direction-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.direction-link:hover,
.direction-link:focus-visible {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .52);
}

.footer__bottom {
  position: relative;
  z-index: 1;
  background: var(--footer-deep);
  color: rgba(255, 255, 255, .48);
}

.footer__bottom span {
  width: min(var(--container), calc(100% - 48px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 1280px) {
  .navbar {
    grid-template-columns: 190px 1fr auto 44px;
  }

  .main-nav {
    gap: 24px;
  }

  .hero__inner {
    width: min(1180px, calc(100% - 48px));
    grid-template-columns: minmax(360px, 500px) minmax(520px, 1fr);
    gap: 28px;
  }

  .hero__copy {
    padding-left: 24px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero__visual {
    width: auto;
    height: 560px;
  }

  .footer__inner {
    grid-template-columns: 1.25fr .8fr .95fr .75fr 1.1fr;
    gap: 28px;
  }
}

@media (max-width: 1024px) {
  .site-header {
    position: sticky;
    top: 0;
    height: auto;
    background: #fff;
    border-bottom: 1px solid rgba(32, 50, 54, .12);
    box-shadow: 0 10px 24px rgba(20, 38, 42, .06);
  }

  .subpage .site-header {
    position: absolute;
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
  }

  .topbar {
    display: none;
  }

  .navbar {
    position: relative;
    inset: auto;
    width: 100%;
    height: 70px;
    padding: 0 20px;
    margin: 0 auto;
    grid-template-columns: 150px 1fr 44px;
    background: #fff;
  }

  .subpage .navbar {
    width: 100%;
    height: 70px;
    padding: 0 20px;
    grid-template-columns: 150px 1fr 44px;
    background: rgba(5, 23, 30, .12);
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    backdrop-filter: blur(8px);
  }

  .brand,
  .brand img {
    width: 128px;
  }

  .main-nav,
  .language {
    display: none;
  }

  .menu-button {
    grid-column: 3;
    justify-self: end;
    border-left: 1px solid rgba(32, 50, 54, .12);
  }

  .subpage .menu-button {
    grid-column: 3;
    border-left: 1px solid rgba(255, 255, 255, .18);
  }

  .site-sidebar {
    width: min(492px, calc(100vw - 58px));
  }

  .sidebar-close {
    top: 38px;
    right: 42px;
  }

  .sidebar-content {
    padding: 106px 46px 76px;
  }

  .mobile-menu {
    display: grid;
    gap: 10px;
    padding: 86px 24px 22px;
    border-bottom: 1px solid rgba(18, 35, 43, .08);
    background: #fff;
  }

  .mobile-menu__link {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 46px;
    padding: 12px 14px;
    border: 1px solid rgba(5, 114, 63, .08);
    border-radius: 12px;
    background: rgba(247, 250, 249, .92);
    color: var(--green-dark);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.15;
    text-transform: uppercase;
  }

  summary.mobile-menu__link {
    list-style: none;
    cursor: pointer;
  }

  summary.mobile-menu__link::-webkit-details-marker {
    display: none;
  }

  .mobile-menu__link i {
    width: 20px;
    flex: 0 0 20px;
    color: #87979b;
    font-size: 15px;
    text-align: center;
  }

  .mobile-menu__chevron {
    width: auto !important;
    flex: 0 0 auto !important;
    margin-left: auto;
    font-size: 11px !important;
    transition: transform .18s ease, color .18s ease;
  }

  .mobile-menu__link:hover,
  .mobile-menu__link:focus-visible,
  .mobile-menu__link.is-active,
  .mobile-menu__group[open] > .mobile-menu__link {
    background: rgba(5, 114, 63, .08);
    border-color: rgba(5, 114, 63, .18);
    color: var(--green);
    transform: translateX(2px);
  }

  .mobile-menu__link:hover i,
  .mobile-menu__link:focus-visible i,
  .mobile-menu__link.is-active i,
  .mobile-menu__group[open] > .mobile-menu__link i {
    color: var(--green);
  }

  .mobile-menu__group[open] .mobile-menu__chevron {
    transform: rotate(180deg);
  }

  .mobile-menu__group {
    display: grid;
    gap: 8px;
  }

  .mobile-menu__sub {
    display: grid;
    gap: 4px;
    padding: 2px 0 6px 44px;
  }

  .mobile-menu__group:not([open]) .mobile-menu__sub {
    display: none;
  }

  .mobile-menu__group[open] .mobile-menu__sub {
    display: grid;
  }

  .mobile-menu__sub a {
    display: flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 10px;
    border-radius: 8px;
    color: #5f6b70;
    font-size: 13px;
    font-weight: 600;
  }

  .mobile-menu__sub a:hover,
  .mobile-menu__sub a:focus-visible {
    background: rgba(5, 114, 63, .065);
    color: var(--green);
    transform: translateX(2px);
  }

  .site-sidebar .sidebar-content {
    padding: 24px 32px 58px;
  }

  .site-sidebar .sidebar-logo {
    width: 176px;
    margin-bottom: 22px;
  }

  .hero {
    min-height: 500px;
    background:
      linear-gradient(90deg, #fff 0 46%, rgba(255, 255, 255, .86) 58%, rgba(223, 233, 235, .28) 100%);
  }

  .hero__inner {
    min-height: 500px;
    display: block;
    width: min(100% - 32px, 760px);
    padding: 0;
    overflow: hidden;
  }

  .hero::before {
    left: -260px;
    top: 120px;
    width: 520px;
    height: 520px;
  }

  .hero__copy {
    position: relative;
    left: auto;
    top: auto;
    z-index: 5;
    width: min(52vw, 420px);
    max-width: 420px;
    margin-top: 22px;
    padding-left: 0;
  }

  .hero__visual {
    position: absolute;
    top: 4px;
    right: -90px;
    z-index: 2;
    width: min(62vw, 620px);
    height: 470px;
    margin: 0;
    opacity: .96;
    transform: none;
  }

  .hero__visual::before {
    left: -130px;
    width: 275px;
    z-index: 3;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .94) 38%, rgba(255, 255, 255, .52) 72%, rgba(255, 255, 255, 0) 100%);
  }

  .hero__visual::after {
    right: -5px;
    width: 86px;
    background: linear-gradient(270deg, rgba(255, 255, 255, .72) 0%, rgba(255, 255, 255, .24) 58%, rgba(255, 255, 255, 0) 100%);
  }

  .hero__arrow {
    top: 292px;
    width: 44px;
    height: 44px;
  }

  .hero-dots {
    bottom: 18px;
  }

  .hero__arrow span {
    font-size: 34px;
    line-height: 34px;
  }

  .hero__arrow--prev {
    left: 12px;
  }

  .hero__arrow--next {
    right: 12px;
  }

  .legacy__inner {
    width: min(100% - 44px, 760px);
    min-height: 0;
    padding: 72px 0 66px;
    grid-template-columns: 1fr;
    gap: 24px;
    justify-items: center;
    text-align: center;
  }

  .legacy h2 {
    position: relative;
    width: min(100%, 500px);
    padding: 0 0 26px;
    color: #f4fbfa;
    font-size: 0;
    font-weight: 800;
    line-height: 1.08;
    text-align: center;
  }

  .legacy h2::before {
    content: "Soyta\015f\0020 Holding";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    margin-bottom: 16px;
    padding: 0 16px;
    border: 1px solid rgba(202, 162, 87, .42);
    border-radius: 999px;
    color: #d4b46d;
    background: rgba(255, 255, 255, .055);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.8px;
    line-height: 1;
    text-transform: uppercase;
  }

  .legacy h2::after {
    content: "1973'ten Bug\00fc ne\A Kurumsal G\00fc ven";
    display: block;
    white-space: pre-line;
    color: #f4fbfa;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.08;
    text-shadow: 0 10px 28px rgba(0, 0, 0, .18);
    border-bottom: 2px solid transparent;
    padding-bottom: 24px;
    background-image: linear-gradient(90deg, transparent, var(--gold), transparent);
    background-repeat: no-repeat;
    background-size: 86px 2px;
    background-position: center bottom;
  }

  .legacy__content p {
    width: min(100%, 560px);
    margin-left: auto;
    margin-right: auto;
    color: rgba(219, 234, 234, .82);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.74;
    text-align: center;
    text-align-last: center;
    word-spacing: normal;
  }

  .subsidiaries__inner {
    min-height: 230px;
  }

  .subsidiaries__group {
    padding: 0 34px;
    gap: 58px;
  }

  .subsidiaries img {
    height: 96px;
  }

  .section-heading,
  .announcements__heading {
    flex-direction: column;
  }

  .section-heading p {
    margin-top: 12px;
  }

  .activity-grid {
    height: auto;
    margin-top: 34px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    min-height: 0;
    border-radius: 0 0 20px 20px;
    background: transparent;
    box-shadow: none;
  }

  .activity-card {
    height: 380px;
    min-height: 0;
  }

  .activity-card + .activity-card {
    border-left: 0;
  }

  .activity-card img {
    min-height: 0;
  }

  .activity-card a,
  .activity-card:not(:first-child) a,
  .activity-grid:has(.activity-card:nth-child(n+2):hover) .activity-card:first-child a {
    justify-content: flex-start;
    padding: 0 76px 24px 24px;
  }

  .activity-card a::after,
  .activity-card:not(:first-child) a::after,
  .activity-grid:has(.activity-card:nth-child(n+2):hover) .activity-card:first-child a::after {
    right: 24px;
    bottom: 24px;
    width: 38px;
    height: 38px;
    opacity: 1;
    transform: translateX(0);
  }

  .activity-card:not(:first-child) .activity-card__title,
  .activity-grid:has(.activity-card:nth-child(n+2):hover) .activity-card:first-child .activity-card__title {
    width: auto;
    opacity: 1;
    overflow: visible;
    transform: translateY(0);
  }

  .activity-card__number {
    font-size: 52px;
  }

  .activity-card__title {
    font-size: 18px;
  }

  .investment-process {
    padding-bottom: 58px;
  }

  .process-heading h2 {
    font-size: 36px;
  }

  .process-grid {
    margin-top: 38px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 26px;
  }

  .process-step {
    min-height: 190px;
  }

  .process-step__top {
    min-height: 70px;
    margin-bottom: 12px;
  }

  .process-step h3 {
    font-size: 22px;
  }

  .announcement-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .announcements {
    overflow: hidden;
  }

  .announcement-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(300px, 46vw);
    grid-template-columns: none;
    gap: 18px;
    padding: 0 22px 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(5, 114, 63, .35) rgba(5, 114, 63, .08);
  }

  .announcement-grid::-webkit-scrollbar {
    height: 6px;
  }

  .announcement-grid::-webkit-scrollbar-track {
    background: rgba(5, 114, 63, .08);
  }

  .announcement-grid::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(5, 114, 63, .35);
  }

  .announcement-card {
    height: 430px;
    min-height: 430px;
    border-radius: 0 0 18px 18px;
    scroll-snap-align: start;
  }

  .announcement-card img {
    height: 430px;
    min-height: 430px;
  }

  .inner-hero {
    min-height: 430px;
  }

  .subpage .inner-hero__content {
    padding-top: 132px;
  }

  .inner-hero__content,
  .inner-section {
    width: min(100% - 44px, 820px);
  }

  .inner-section {
    padding: 58px 0;
  }

  .inner-grid,
  .logo-page-grid,
  .news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-meta,
  .contact-message {
    grid-template-columns: 1fr;
  }

  .history-page {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .history-page__media {
    width: min(620px, 100%);
    margin: 0 auto;
  }

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

  .subsidiary-grid {
    grid-template-columns: 1fr;
  }

  .subsidiary-card {
    grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  }

  .people-grid,
  .career-steps,
  .activity-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .career-page,
  .activity-detail {
    grid-template-columns: 1fr;
  }

  .activity-detail__media {
    width: min(620px, 100%);
  }

  .contact-meta {
    padding-bottom: 16px;
  }

  .news-list article {
    grid-template-columns: 150px 1fr;
  }

  .footer__inner {
    width: min(100% - 44px, 820px);
    padding: 46px 0 42px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 30px;
  }

  .footer__brand,
  .footer__contact {
    grid-column: 1 / -1;
  }

  .footer__brand {
    display: grid;
    grid-template-columns: 156px 1fr;
    align-items: center;
    gap: 22px;
  }

  .footer__brand img {
    width: 142px;
    margin: 0;
  }

  .footer__brand p {
    max-width: 560px;
    font-size: 12.5px;
    line-height: 1.65;
  }

  .social-links {
    grid-column: 1 / -1;
    margin-top: 0;
  }

  .footer__column,
  .footer__contact {
    gap: 9px;
  }

  .footer h2 {
    margin-bottom: 6px;
    font-size: 17px;
  }

  .footer__contact {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr;
    gap: 10px 18px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  .footer__contact h2,
  .footer__contact .direction-link {
    grid-column: 1 / -1;
  }

  .footer__contact h2 {
    margin-bottom: 0;
  }

  .footer-contact-row {
    min-width: 0;
    font-size: 12px;
    line-height: 1.55;
  }

  .footer-contact-row > i {
    width: 22px;
    height: 22px;
    min-width: 22px;
    font-size: 10px;
  }

  .footer__contact > a:not(.direction-link) {
    padding: 4px 0;
    border-bottom: 0;
  }

  .direction-link {
    width: max-content;
    margin-top: 4px;
  }
}

@media (max-width: 560px) {
  .site-sidebar {
    width: calc(100vw - 38px);
  }

  .sidebar-close {
    top: 28px;
    right: 26px;
  }

  .sidebar-content {
    padding: 88px 26px 64px;
  }

  .sidebar-logo {
    width: min(238px, 82%);
    margin-bottom: 34px;
  }

  .sidebar-intro {
    margin-bottom: 34px;
    font-size: 16px;
  }

  .site-sidebar h2 {
    font-size: 25px;
  }

  .site-sidebar address {
    gap: 14px;
    font-size: 15px;
  }

  .sidebar-social {
    gap: 16px;
    margin-top: 32px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
    padding-top: 64px;
  }

  body.subpage {
    padding-top: 0;
  }

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(5, 89, 47, .16);
    box-shadow: 0 8px 22px rgba(18, 35, 43, .08);
  }

  .subpage .site-header {
    position: absolute;
    border-bottom: 0;
    box-shadow: none;
  }

  .navbar {
    width: 100%;
    height: 64px;
    padding: 0 14px;
    border-bottom: 1px solid rgba(5, 89, 47, .1);
    background: rgba(255, 255, 255, .98);
  }

  .subpage .navbar {
    height: 64px;
    padding: 0 14px;
    background: rgba(5, 23, 30, .22);
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .brand,
  .brand img {
    width: 96px;
  }

  .subpage .brand,
  .subpage .brand img {
    width: 112px;
  }

  .site-sidebar {
    width: min(340px, calc(100vw - 34px));
  }

  .sidebar-close {
    top: 20px;
    right: 18px;
  }

  .mobile-menu {
    padding: 72px 16px 18px;
    gap: 8px;
  }

  .mobile-menu__link {
    min-height: 43px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 13px;
  }

  .mobile-menu__sub {
    padding-left: 38px;
  }

  .mobile-menu__sub a {
    min-height: 30px;
    font-size: 12px;
  }

  .site-sidebar .sidebar-content {
    padding: 20px 20px 48px;
  }

  .site-sidebar .sidebar-logo {
    width: 148px;
    margin-bottom: 18px;
  }

  .site-sidebar .sidebar-intro {
    display: none;
  }

  .site-sidebar h2 {
    font-size: 20px;
  }

  .site-sidebar address {
    gap: 10px;
    font-size: 12px;
  }

  .hero {
    min-height: 430px;
    background:
      linear-gradient(90deg, #fff 0 46%, rgba(255, 255, 255, .86) 58%, rgba(223, 233, 235, .28) 100%);
  }

  .hero::before {
    left: -140px;
    top: 150px;
    width: 350px;
    height: 350px;
    opacity: .12;
    background-size: 16px 16px;
  }

  .hero-slide {
    transform: translateX(16px);
  }

  .hero__inner {
    width: min(100% - 30px, 430px);
    min-height: 430px;
    padding-top: 0;
    overflow: hidden;
  }

  .hero__copy {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 286px;
    min-height: 384px;
    margin-top: 0;
    padding: 72px 22px 0 0;
  }

  .hero__copy::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -24px;
    top: 0;
    bottom: 0;
    width: min(122vw, 460px);
    border-radius: 0;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .98) 42%, rgba(255, 255, 255, .74) 68%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
  }

  .eyebrow {
    margin-bottom: 9px;
    font-size: 10px;
    letter-spacing: 5px;
  }

  .hero h1 {
    max-width: 286px;
    font-size: 28px;
    line-height: 1.08;
  }

  .hero p:not(.eyebrow) {
    max-width: 278px;
    margin-top: 11px;
    font-size: 13px;
    line-height: 1.55;
  }

  .pill-button {
    min-width: 0;
    min-height: 43px;
    margin-top: 14px;
    padding: 0 20px;
    gap: 16px;
    font-size: 12.5px;
  }

  .pill-button--filled {
    min-width: 224px;
  }

  .pill-button--filled span:last-child {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }

  .hero__visual {
    position: absolute;
    right: -128px;
    top: 0;
    z-index: 2;
    width: 392px;
    height: 384px;
    margin: 0;
    opacity: .96;
    transform: none;
  }

  .hero-tile {
    border-width: 4px;
    box-shadow: 0 10px 24px rgba(14, 42, 48, .08);
  }

  .hero__visual::before {
    left: -90px;
    width: 205px;
    z-index: 3;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .94) 40%, rgba(255, 255, 255, .54) 70%, rgba(255, 255, 255, 0) 100%);
  }

  .hero__visual::after {
    right: -5px;
    width: 58px;
    background: linear-gradient(270deg, rgba(255, 255, 255, .74) 0%, rgba(255, 255, 255, .24) 58%, rgba(255, 255, 255, 0) 100%);
  }

  .hero-tile--one {
    left: 18%;
    top: 0;
    width: 32%;
    height: 29%;
  }

  .hero-tile--two {
    left: 48%;
    top: 0;
    width: 52%;
    height: 29%;
  }

  .hero-tile--three {
    left: 0;
    top: 29%;
    width: 56%;
    height: 34%;
  }

  .hero-tile--four {
    left: 54%;
    top: 29%;
    width: 46%;
    height: 34%;
  }

  .hero-tile--five {
    left: 4%;
    top: 63%;
    width: 47%;
    height: 34%;
  }

  .hero-tile--six {
    left: 49%;
    top: 63%;
    width: 51%;
    height: 34%;
  }

  .hero__arrow {
    top: 286px;
    width: 42px;
    height: 42px;
    box-shadow: 0 12px 26px rgba(10, 35, 42, .16);
  }

  .hero-dots {
    bottom: 14px;
    gap: 8px;
  }

  .hero-dots label {
    width: 8px;
    height: 8px;
  }

  .legacy__inner {
    width: min(100% - 32px, 430px);
    min-height: 0;
    padding: 54px 0 46px;
    gap: 22px;
    align-items: center;
    text-align: center;
  }

  .legacy h2 {
    position: relative;
    width: min(100%, 360px);
    padding: 0 0 24px;
    color: #f4fbfa;
    font-size: 0;
    font-weight: 800;
    line-height: 1.08;
    text-align: center;
  }

  .legacy h2::before {
    content: "Soyta\015f\0020 Holding";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    margin-bottom: 14px;
    padding: 0 14px;
    border: 1px solid rgba(202, 162, 87, .42);
    border-radius: 999px;
    color: #d4b46d;
    background: rgba(255, 255, 255, .055);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.4px;
    line-height: 1;
    text-transform: uppercase;
  }

  .legacy h2::after {
    content: "1973'ten Bug\00fc ne\A Kurumsal G\00fc ven";
    display: block;
    white-space: pre-line;
    color: #f4fbfa;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.08;
    text-shadow: 0 10px 28px rgba(0, 0, 0, .18);
    border-bottom: 2px solid transparent;
    padding-bottom: 22px;
    background-image: linear-gradient(90deg, transparent, var(--gold), transparent);
    background-repeat: no-repeat;
    background-size: 74px 2px;
    background-position: center bottom;
  }

  .legacy__content p {
    width: min(100%, 356px);
    margin-left: auto;
    margin-right: auto;
    color: rgba(219, 234, 234, .82);
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.72;
    text-align: center;
    text-align-last: center;
    word-spacing: normal;
    hyphens: auto;
  }

  .legacy__content p:last-of-type {
    margin-bottom: 20px;
  }

  .legacy__content .pill-button {
    min-height: 40px;
    padding: 0 22px;
    border-color: rgba(255, 255, 255, .52);
    background: rgba(255, 255, 255, .04);
    font-size: 12px;
  }

  .subsidiaries__inner {
    min-height: 170px;
  }

  .subsidiaries__track {
    animation-duration: 22s;
  }

  .subsidiaries__group {
    padding: 0 22px;
    gap: 42px;
  }

  .subsidiaries img {
    height: 84px;
  }

  .subsidiaries img:not(:first-child) {
    display: block;
  }

  .activities {
    padding: 48px 14px 62px;
  }

  .announcements__heading h2 {
    font-size: 24px;
  }

  .section-heading h2 {
    display: block;
  }

  .section-heading .pill-button {
    display: inline-flex;
  }

  .section-heading p {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.6;
  }

  .activity-grid {
    margin-top: 34px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .activity-card {
    height: 320px;
    min-height: 0;
  }

  .activity-card img {
    min-height: 0;
  }

  .activity-card a,
  .activity-card:not(:first-child) a,
  .activity-grid:has(.activity-card:nth-child(n+2):hover) .activity-card:first-child a {
    gap: 16px;
    padding: 0 66px 22px 20px;
  }

  .activity-card a::after,
  .activity-card:not(:first-child) a::after,
  .activity-grid:has(.activity-card:nth-child(n+2):hover) .activity-card:first-child a::after {
    right: 20px;
    bottom: 22px;
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .activity-card__number {
    font-size: 44px;
  }

  .activity-card__title {
    max-width: 210px;
    font-size: 17px;
  }

  .investment-process {
    padding: 0 14px 44px;
  }

  .process-heading h2 {
    max-width: 330px;
    font-size: 30px;
  }

  .process-grid {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .process-step {
    min-height: 0;
  }

  .process-step__top {
    min-height: 58px;
    margin-bottom: 10px;
    transform: none;
  }

  .process-step__number {
    font-size: 78px;
  }

  .process-step__label {
    margin-top: 42px;
  }

  .process-step h3 {
    font-size: 21px;
  }

  .process-step p {
    max-width: none;
    font-size: 13px;
  }

  .announcements {
    padding-top: 48px;
  }

  .announcements__heading {
    width: min(100% - 28px, 430px);
    margin-bottom: 34px;
  }

  .announcement-grid {
    grid-auto-columns: minmax(282px, 82vw);
    gap: 14px;
    padding: 0 14px 18px;
  }

  .announcement-card {
    height: 390px;
    min-height: 390px;
    border-radius: 0 0 16px 16px;
  }

  .announcement-card img {
    height: 390px;
    min-height: 390px;
  }

  .inner-hero {
    min-height: 360px;
  }

  .inner-hero__content,
  .inner-section {
    width: min(100% - 30px, 430px);
  }

  .inner-hero__content {
    padding: 54px 0;
  }

  .subpage .inner-hero__content {
    padding: 118px 0 52px;
  }

  .inner-hero h1 {
    font-size: 36px;
  }

  .inner-hero p {
    font-size: 14px;
    line-height: 1.65;
  }

  .inner-section {
    padding: 44px 0;
  }

  .inner-grid,
  .logo-page-grid,
  .news-list {
    grid-template-columns: 1fr;
  }

  .history-page {
    gap: 24px;
  }

  .history-page__content h2 {
    font-size: 32px;
  }

  .history-page__lead,
  .history-page__text p {
    font-size: 14px;
    line-height: 1.75;
  }

  .history-page__media {
    padding: 10px;
  }

  .history-page__media::before {
    display: none;
  }

  .history-page__media div {
    margin: -26px 14px 0;
    padding: 14px 16px;
  }

  .history-milestones {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 0;
  }

  .history-milestones article {
    min-height: 0;
    padding: 24px;
  }

  .history-milestones span {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .subsidiary-page {
    gap: 26px;
  }

  .subsidiary-page__intro h2 {
    font-size: 32px;
  }

  .subsidiary-page__intro p {
    font-size: 14px;
    line-height: 1.75;
  }

  .subsidiary-card {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .subsidiary-card__image img {
    min-height: 220px;
    height: 220px;
  }

  .subsidiary-card__body {
    padding: 24px;
  }

  .subsidiary-card__number {
    right: 18px;
    top: 18px;
    font-size: 42px;
  }

  .subsidiary-card h3 {
    font-size: 19px;
  }

  .people-grid,
  .career-steps,
  .activity-feature-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .person-card,
  .career-policy article,
  .career-steps article,
  .activity-feature-grid article {
    padding: 24px;
  }

  .people-page__head h2,
  .career-page__copy h2,
  .document-page__head h2,
  .activity-detail__content h2 {
    font-size: 32px;
  }

  .people-page__head p,
  .career-page__copy p,
  .document-page__head p,
  .activity-detail__content p {
    font-size: 14px;
    line-height: 1.75;
  }

  .activity-detail {
    gap: 24px;
  }

  .activity-detail__media img {
    aspect-ratio: 16 / 11;
  }

  .inner-card,
  .contact-meta article,
  .contact-form {
    padding: 24px;
  }

  .contact-meta {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .contact-meta article {
    min-height: 0;
    padding: 24px;
  }

  .contact-meta span {
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    font-size: 20px;
  }

  .contact-message {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-message__copy h2 {
    font-size: 32px;
  }

  .contact-form {
    padding: 0;
  }

  .contact-form__row {
    grid-template-columns: 1fr;
  }

  .document-list a {
    grid-template-columns: 32px 1fr;
  }

  .document-list b {
    grid-column: 2;
  }

  .news-list article {
    grid-template-columns: 1fr;
  }

  .news-list img {
    height: 210px;
  }

  .footer__inner {
    width: min(100% - 30px, 430px);
    padding: 34px 0 30px;
    grid-template-columns: 1fr 1fr;
    gap: 20px 18px;
    min-height: 0;
  }

  .footer__brand {
    display: block;
    text-align: center;
  }

  .footer__brand img {
    width: 122px;
    margin: 0 auto 18px;
  }

  .footer__brand p {
    max-width: 360px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.55;
  }

  .social-links {
    justify-content: center;
    gap: 9px;
    margin-top: 16px;
  }

  .social-links a {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .footer__brand,
  .footer__contact {
    grid-column: 1 / -1;
  }

  .footer__column--quick {
    grid-column: auto;
  }

  .footer__column {
    gap: 7px;
  }

  .footer h2 {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .footer__column a,
  .footer__contact a {
    font-size: 12px;
  }

  .footer__contact {
    display: flex;
    gap: 8px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  .footer-contact-row {
    gap: 10px;
    font-size: 11.5px;
    line-height: 1.38;
  }

  .footer-contact-row > i {
    width: 22px;
    height: 22px;
    min-width: 22px;
    font-size: 10px;
  }

  .footer__contact > a:not(.direction-link) {
    padding: 3px 0;
  }

  .direction-link {
    width: max-content;
    min-height: 32px;
    margin-top: 4px;
    padding: 7px 12px;
  }

  .footer__bottom span {
    width: min(100% - 30px, 430px);
    min-height: 52px;
    justify-content: center;
    text-align: center;
    font-size: 11px;
  }
}
