.home {
  position: relative;
  width: 100%;
  min-height: 4038px;
  background-color: #ffffff;
  overflow: hidden;}

/* HERO ORNAMENTS */
.home .hero-ornaments {
  position: absolute;
  top: 2210px;
  left: 346px;
  width: 1231px;
  height: 1405px;}

.home .hero-circle {
  top: 0;
  left: 113px;
  position: absolute;
  width: 1118px;
  height: 1118px;
  border-radius: 559px;
  border: 1px solid;
  border-color: var(--tokens-brand-blue-300);}

.home .hero-ring {
  top: 287px;
  left: 0;
  position: absolute;
  width: 1118px;
  height: 1118px;
  border-radius: 559px;
  border: 1px solid;
  border-color: var(--tokens-brand-blue-300);}

/* ACCENT FLOWER */
.home .accent-flower {
  position: absolute;
  top: 1254px;
  right: -75px;
  width: 198px;
  height: 198px;
  display: flex;
  aspect-ratio: 1;
  opacity: 0.2;}

.home .flower-img {
  flex: 1;
  width: 123px;}

/* HERO SECTION */
.home .hero-section {
  position: absolute;
  top: 0;
  left: calc(50% - 720px);
  width: 1440px;
  height: 800px;
  overflow: hidden;
  background: linear-gradient(
    107deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(232, 239, 234, 1) 100%
  );
  background-color: var(--tokens-brand-green-100);}

/* HERO CONTENT / HEADLINE */
.home .hero-content {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  position: absolute;
  left: 72px;
  bottom: 72px;}

.home .hero-headline {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;}

.home .hero-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 619px;
  margin-top: -1px;
  font-family: "Gabarito-Medium", Helvetica;
  font-weight: 500;
  color: var(--tokens-neutrals-dark);
  font-size: 72px;
  letter-spacing: -2px;
  line-height: 82px;}

.home .hero-description {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 510px;
  font-family: var(--body-large-regular-font-family);
  font-weight: var(--body-large-regular-font-weight);
  color: var(--tokens-neutrals-dark-ext2);
  font-size: var(--body-large-regular-font-size);
  letter-spacing: var(--body-large-regular-letter-spacing);
  line-height: var(--body-large-regular-line-height);
  font-style: var(--body-large-regular-font-style);}

/* BUTTON GROUP */
.home .button-group {
  display: inline-flex;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;}

/* BUTTONS */
.home .btn-primary {
  all: unset;
  box-sizing: border-box;
  padding: 14px 32px;
  background-color: var(--tokens-brand-red-500);
  border-radius: 20px 8px 20px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;}

.home .btn-primary-text {
  margin-top: -2px;
  color: var(--tokens-neutrals-white);
  font-size: var(--sub-heading-3-semibold-font-size);
  line-height: var(--sub-heading-3-semibold-line-height);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-family: var(--sub-heading-3-semibold-font-family);
  font-weight: var(--sub-heading-3-semibold-font-weight);
  letter-spacing: var(--sub-heading-3-semibold-letter-spacing);
  white-space: nowrap;
  font-style: var(--sub-heading-3-semibold-font-style);}

.home .btn-ghost {
  all: unset;
  box-sizing: border-box;
  padding: 14px 12px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;}

.home .btn-ghost-text {
  margin-top: -1px;
  color: var(--tokens-neutrals-dark);
  font-size: var(--sub-heading-3-semibold-font-size);
  line-height: var(--sub-heading-3-semibold-line-height);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-family: var(--sub-heading-3-semibold-font-family);
  font-weight: var(--sub-heading-3-semibold-font-weight);
  letter-spacing: var(--sub-heading-3-semibold-letter-spacing);
  white-space: nowrap;
  font-style: var(--sub-heading-3-semibold-font-style);}

/* HERO DIVIDER */
.home .hero-divider {
  position: absolute;
  top: 107px;
  left: calc(50% - 648px);
  width: 1296px;
  height: 1px;
  object-fit: cover;}

/* HERO IMAGES */
.home .hero-image-wrapper {
  position: absolute;
  height: calc(100% - 6px);
  top: 147px;
  left: 712px;
  width: 794px;
  display: flex;
  aspect-ratio: 1;
  opacity: 0.2;}

.home .hero-image {
  flex: 1;
  width: 728px;}

.home .hero-main-illustration {
  position: absolute;
  top: 147px;
  left: 695px;
  width: 706px;
  height: 652px;
  aspect-ratio: 1.08;}

.home .secondary-image-wrapper {
  position: absolute;
  height: calc(100% - 602px);
  top: 662px;
  left: 697px;
  width: 198px;
  display: flex;
  aspect-ratio: 1;}

.home .secondary-image {
  flex: 1;
  width: 198px;}

/* ACCENT RECTANGLES */
.home .accent-rect-left {
  position: absolute;
  height: calc(100% - 756px);
  top: 303px;
  left: 712px;
  width: 44px;
  aspect-ratio: 1;
  background-image: url(./img/rectangle-5.png);
  background-size: 100% 100%;}

.home .accent-rect-right {
  position: absolute;
  height: calc(100% - 756px);
  top: 387px;
  left: 1315px;
  width: 44px;
  aspect-ratio: 1;
  background-image: url(./img/rectangle-6.png);
  background-size: 100% 100%;}

.home .hero-vector {
  position: absolute;
  top: 590px;
  left: 551px;
  width: 889px;
  height: 210px;}

/* MAIN NAV */
.home .main-nav {
  display: flex;
  width: 1296px;
  align-items: center;
  gap: 12px;
  position: absolute;
  top: 32px;
  left: calc(50% - 648px);}

.home .brand {
  display: flex;
  flex-direction: column;
  width: 200px;
  align-items: flex-start;
  gap: 10px;
  position: relative;}

.home .brand-logo {
  position: relative;
  width: 200px;
  height: auto;
  aspect-ratio: 3.20;
  background-image: url(./img/logo_header.png);
  background-size: 100% 100%;}

.home .nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 12px 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-radius: var(--tokens-radius-lg);}

.home .nav-item {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;}

.home .nav-link-text {
  font-family: var(--body-regular-regular-font-family);
  font-weight: var(--body-regular-regular-font-weight);
  color: var(--tokens-neutrals-dark);
  font-size: var(--body-regular-regular-font-size);
  line-height: var(--body-regular-regular-line-height);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  letter-spacing: var(--body-regular-regular-letter-spacing);
  white-space: nowrap;
  font-style: var(--body-regular-regular-font-style);}

/* NAV CTA */
.home .nav-cta {
  display: flex;
  flex-direction: column;
  width: 200px;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  position: relative;}

.home .btn-dark {
  all: unset;
  box-sizing: border-box;
  padding: 8px 24px;
  background-color: var(--tokens-neutrals-dark);
  border-radius: 12px 6px 12px 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;}

.home .btn-dark-text {
  margin-top: -0.5px;
  color: var(--tokens-neutrals-white);
  font-size: var(--body-small-semibold-font-size);
  line-height: var(--body-small-semibold-line-height);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-family: var(--body-small-semibold-font-family);
  font-weight: var(--body-small-semibold-font-weight);
  letter-spacing: var(--body-small-semibold-letter-spacing);
  white-space: nowrap;
  font-style: var(--body-small-semibold-font-style);}

/* MORE ACCENTS */
.home .decorative-badge {
  position: absolute;
  top: 761px;
  left: 1283px;
  width: 85px;
  height: 85px;
  aspect-ratio: 1;
  background-image: url(./img/rectangle-2.png);
  background-size: 100% 100%;}

.home .decorative-large-flower {
  position: absolute;
  top: 914px;
  left: -80px;
  width: 198px;
  height: 198px;
  display: flex;
  aspect-ratio: 1;
  opacity: 0.2;}

.home .decorative-rect {
  margin-left: 40.4%;
  width: 118px;
  margin-right: -40.4%;
  flex: 1;}

/* ABOUT SECTION */
.home .about-section {
  display: flex;
  flex-direction: column;
  width: 1296px;
  align-items: center;
  justify-content: center;
  gap: 72px;
  padding: 0px 72px;
  position: absolute;
  top: 1000px;
  left: calc(50% - 648px);}

.home .section-heading {
  font-family: var(--body-large-semibold-font-family);
  font-weight: var(--body-large-semibold-font-weight);
  color: var(--tokens-neutrals-grey);
  font-size: var(--body-large-semibold-font-size);
  text-align: center;
  line-height: var(--body-large-semibold-line-height);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  letter-spacing: var(--body-large-semibold-letter-spacing);
  white-space: nowrap;
  font-style: var(--body-large-semibold-font-style);}

.home .about-lead {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 944px;
  font-family: var(--headings-1-semibold-font-family);
  font-weight: var(--headings-1-semibold-font-weight);
  color: var(--tokens-neutrals-dark);
  font-size: var(--headings-1-semibold-font-size);
  text-align: center;
  letter-spacing: var(--headings-1-semibold-letter-spacing);
  line-height: var(--headings-1-semibold-line-height);
  font-style: var(--headings-1-semibold-font-style);}

/* APPROACH SECTION */
.home .approach-section {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 32px;
  position: absolute;
  top: 2458px;
  left: 72px;}

.home .approach-left {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;}

.home .approach-title {
  width: 421px;
  color: var(--tokens-neutrals-dark);
  font-size: var(--headings-1-semibold-font-size);
  line-height: var(--headings-1-semibold-line-height);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--headings-1-semibold-font-family);
  font-weight: var(--headings-1-semibold-font-weight);
  letter-spacing: var(--headings-1-semibold-letter-spacing);
  font-style: var(--headings-1-semibold-font-style);}

.home .approach-desc {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  font-family: var(--body-large-regular-font-family);
  font-weight: var(--body-large-regular-font-weight);
  color: var(--tokens-neutrals-dark-ext2);
  font-size: var(--body-large-regular-font-size);
  letter-spacing: var(--body-large-regular-letter-spacing);
  line-height: var(--body-large-regular-line-height);
  font-style: var(--body-large-regular-font-style);}

/* INDICATORS GRID */
.home .indicators-grid {
  display: flex;
  flex-wrap: wrap;
  width: 749px;
  height: 356px;
  align-items: flex-start;
  gap: 72px 16px;
  position: absolute;
  top: 2727px;
  left: 619px;}

.home .indicator-card {
  display: flex;
  flex-direction: column;
  width: 365px;
  align-items: flex-start;
  gap: 8px;
  position: relative;}

/* INDICATOR VALUES */
.home .indicator-value {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -2px;
  font-family: "Gabarito-Regular", Helvetica;
  font-weight: 400;
  color: var(--tokens-neutrals-dark);
  font-size: 88px;
  letter-spacing: 0;
  line-height: 98px;
  white-space: nowrap;}

.home .indicator-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  font-family: var(--sub-heading-2-regular-font-family);
  font-weight: var(--sub-heading-2-regular-font-weight);
  color: var(--tokens-neutrals-dark-ext2);
  font-size: var(--sub-heading-2-regular-font-size);
  letter-spacing: var(--sub-heading-2-regular-letter-spacing);
  line-height: var(--sub-heading-2-regular-line-height);
  font-style: var(--sub-heading-2-regular-font-style);}

/* BG SECTION */
.home .bg-section {
  position: absolute;
  top: 1500px;
  left: calc(50% - 720px);
  width: 1440px;
  height: 846px;
  overflow: hidden;
  background: linear-gradient(
    170deg,
    rgba(11, 65, 150, 0.03) 0%,
    rgba(159, 196, 232, 0.03) 50%,
    rgba(26, 149, 98, 0.03) 100%
  );}

.home .bg-shape {
  top: 0;
  left: 0;
  background-color: var(--tokens-brand-secondary-500);
  filter: blur(150px);
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: var(--size-radius-full);
  aspect-ratio: 1;
  opacity: 0.2;}

.home .bg-shape-2 {
  right: -78px;
  bottom: -118px;
  background-color: var(--tokens-brand-green-500);
  filter: blur(250px);
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: var(--size-radius-full);
  aspect-ratio: 1;
  opacity: 0.2;}

/* MISSION / ROW */
.home .mission-wrapper {
  display: flex;
  flex-direction: column;
  width: 1296px;
  align-items: flex-start;
  gap: 24px;
  position: absolute;
  top: 56px;
  left: 72px;}

.home .mission-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;}

/* SIMPLE LINE */
.home .line-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;}

/* MISSION CARDS */
.home .mission-card-left,
.home .mission-card-middle,
.home .mission-card-right {
  position: absolute;
  top: 240px;
  width: 422px;
  height: 550px;}

.home .mission-card-left {
  left: 72px;
  background-color: #cfa4cc80;}

.home .mission-card-middle {
  left: 509px;
  width: 422px;
  background-color: var(--tokens-brand-green-100);}

.home .mission-card-right {
  left: 947px;
  background-color: var(--tokens-brand-blue-100);}

.home .mission-vector-top {
  position: absolute;
  top: calc(50% - 275px);
  left: calc(50% - 210px);
  width: 421px;
  height: 399px;
  aspect-ratio: 1;}

.home .mission-image {
  position: absolute;
  top: 55px;
  left: 15px;
  width: 391px;
  height: 317px;}

.home .mission-vector-bottom {
  position: absolute;
  left: calc(50% - 210px);
  bottom: -42px;
  width: 421px;
  height: 311px;}

.home .mission-card-content {
  display: flex;
  flex-direction: column;
  width: 347px;
  align-items: flex-start;
  gap: 8px;
  position: absolute;
  left: 40px;
  bottom: 32px;}

.home .mission-card-title {
  align-self: stretch;
  margin-top: -1px;
  color: var(--tokens-neutrals-white);
  font-size: var(--sub-heading-1-semibold-font-size);
  line-height: var(--sub-heading-1-semibold-line-height);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sub-heading-1-semibold-font-family);
  font-weight: var(--sub-heading-1-semibold-font-weight);
  letter-spacing: var(--sub-heading-1-semibold-letter-spacing);
  font-style: var(--sub-heading-1-semibold-font-style);}

.home .mission-card-desc {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  font-family: var(--body-large-regular-font-family);
  font-weight: var(--body-large-regular-font-weight);
  color: var(--tokens-neutrals-white-ext1);
  font-size: var(--body-large-regular-font-size);
  letter-spacing: var(--body-large-regular-letter-spacing);
  line-height: var(--body-large-regular-line-height);
  font-style: var(--body-large-regular-font-style);}

/* SITE FOOTER & CTA */
.home .site-footer {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: flex-start;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: transparent;}

.home .cta-section {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 480px;}

.home .cta-bg {
  position: absolute;
  top: 205px;
  left: 0;
  width: 1440px;
  height: 275px;
  background-color: var(--tokens-brand-green-100);}

.home .cta-panel {
  position: absolute;
  top: 0;
  left: calc(50% - 648px);
  width: 1296px;
  height: 480px;
  border-radius: 32px 32px 0px 0px;
  background: linear-gradient(
    180deg,
    rgba(239, 245, 251, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-color: var(--tokens-brand-blue-100);}

.home .cta-content {
  display: inline-flex;
  flex-direction: column;
  max-width: 896px;
  align-items: center;
  gap: 32px;
  padding: 0px 24px;
  position: absolute;
  top: calc(50% - 142px);
  left: calc(50% - 397px);}

.home .cta-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;}

.home .cta-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--headings-1-semibold-font-family);
  font-weight: var(--headings-1-semibold-font-weight);
  color: var(--tokens-neutrals-dark);
  font-size: var(--headings-1-semibold-font-size);
  text-align: center;
  letter-spacing: var(--headings-1-semibold-letter-spacing);
  line-height: var(--headings-1-semibold-line-height);
  white-space: nowrap;
  font-style: var(--headings-1-semibold-font-style);}

.home .cta-desc {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 746px;
  font-family: var(--body-large-regular-font-family);
  font-weight: var(--body-large-regular-font-weight);
  color: var(--tokens-neutrals-dark-ext2);
  font-size: var(--body-large-regular-font-size);
  text-align: center;
  letter-spacing: var(--body-large-regular-letter-spacing);
  line-height: var(--body-large-regular-line-height);
  font-style: var(--body-large-regular-font-style);}

.home .cta-note {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-family: var(--body-small-regular-font-family);
  font-weight: var(--body-small-regular-font-weight);
  color: var(--tokens-neutrals-grey);
  font-size: var(--body-small-regular-font-size);
  text-align: center;
  letter-spacing: var(--body-small-regular-letter-spacing);
  line-height: var(--body-small-regular-line-height);
  white-space: nowrap;
  font-style: var(--body-small-regular-font-style);}

.home .cta-image-left {
  position: absolute;
  top: 239px;
  left: 22px;
  width: 285px;
  height: 285px;
  aspect-ratio: 1;
  object-fit: cover;}

.home .cta-image-top {
  position: absolute;
  top: -60px;
  left: 1050px;
  width: 223px;
  height: 223px;
  aspect-ratio: 1;
  object-fit: cover;}

.home .cta-image-right {
  position: absolute;
  top: 285px;
  left: 992px;
  width: 264px;
  height: 264px;
  object-fit: cover;}

/* FOOTER PANEL */
.home .footer-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
  padding: 32px 72px;
  position: relative;
  align-self: stretch;
  width: 95%;
  flex: 0 0 auto;
  background-color: var(--tokens-neutrals-white-ext1);}

.home .footer-divider {
  position: relative;
  margin-top: -1px;
  width: 1296px;
  height: 1px;
  object-fit: cover;}

.home .footer-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;}

/* BRAND BLOCK */
.home .footer-brand {
  width: 350px;
  gap: 27px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;}

.home .footer-brand-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;}

.home .footer-logo {
  position: relative;
  width: 144px;
  height: 64px;
  aspect-ratio: 2.25;
  background-image: url(./img/width-1024-1.png);
  background-size: 100% 100%;}

.home .footer-desc {
  position: relative;
  align-self: stretch;
  font-family: var(--body-small-regular-font-family);
  font-weight: var(--body-small-regular-font-weight);
  color: var(--tokens-neutrals-dark-ext2);
  font-size: var(--body-small-regular-font-size);
  letter-spacing: var(--body-small-regular-letter-spacing);
  line-height: var(--body-small-regular-line-height);
  font-style: var(--body-small-regular-font-style);}

/* SOCIAL LINKS */
.home .social-links {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;}

.home .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;}

.home .social-links a:hover {
  opacity: 0.7;}

.home .social-links a:focus {
  outline: 2px solid var(--tokens-brand-blue-300);
  outline-offset: 2px;
  border-radius: 4px;}

.home .social-icon {
  position: relative;
  width: 24px;
  height: 24px;
  aspect-ratio: 1;}

/* FOOTER COLUMNS */
.home .footer-columns {
  display: inline-flex;
  align-items: center;
  gap: 238px;
  position: relative;
  flex: 0 0 auto;}

.home .footer-column {
  width: 77px;
  gap: 21px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;}

.home .column-heading {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--bold-16px-font-family);
  font-weight: var(--bold-16px-font-weight);
  color: var(--gray-900);
  font-size: var(--bold-16px-font-size);
  letter-spacing: var(--bold-16px-letter-spacing);
  line-height: var(--bold-16px-line-height);
  font-style: var(--bold-16px-font-style);}

.home .column-list {
  position: relative;
  align-self: stretch;
  font-family: "Plus Jakarta Sans-Regular", Helvetica;
  font-weight: 400;
  color: var(--gray-900);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 40px;}

/* Additional small helpers (kept from original) */
.home .nav-list {
  list-style: none;
  margin: 0;
  padding: 12px 16px;}

.home .nav-item {
  list-style: none;}

.home .nav-item a {
  color: inherit;
  text-decoration: none;}

.home .nav-link-text {
  display: block;}

.home .btn-primary,
.home .btn-ghost,
.home .btn-dark {
  cursor: pointer;
  transition: opacity 0.2s ease;}

.home .btn-primary:hover,
.home .btn-ghost:hover,
.home .btn-dark:hover {
  opacity: 0.9;}

.home .btn-primary:focus,
.home .btn-ghost:focus,
.home .btn-dark:focus {
  outline: 2px solid var(--tokens-brand-blue-300);
  outline-offset: 2px;}

.home .footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;}

.home .footer-column li {
  margin: 0;}

.home .footer-column a {
  color: var(--gray-900);
  text-decoration: none;
  display: block;
  line-height: 40px;
  transition: color 0.2s ease;}

.home .footer-column a:hover {
  color: var(--tokens-brand-red-500);}

.home .footer-column a:focus {
  outline: 2px solid var(--tokens-brand-blue-300);
  outline-offset: 2px;}

.home .column-list {
  font-family: "Plus Jakarta Sans-Regular", Helvetica;
  font-weight: 400;
  color: var(--gray-900);
  font-size: 14px;
  letter-spacing: 0;}

.mission-card-image-middle,
.mission-card-image-right{
  margin-top: -500px;}

.mission-card-vector-bottom-middle{
  margin-top: -165px;}

