:root {
  --accent: #da2b18;
  --font: Lato, sans-serif;
  --primary: #1d1515;
  --secondary: #5f5f5f;
  --light-bg: #fbfbfb;
}

a {
  text-decoration: none;
}

a:active {
  color: var(--accent);
}

.iconite-proiect-obligatorii {
  z-index: 3;
  grid-column-gap: 44px;
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 100px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.iconite-proiect-obligatorii.wide {
  max-width: none;
  height: 93px;
}

.mandatory {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 258px;
}

.image-1 {
  object-fit: cover;
}

.poiect {
  color: #00000080;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  display: block;
}

.home {
  width: 13%;
}

.navbar-link {
  font-family: var(--font);
  color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 96px;
  padding: 24px 12px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.navbar-link.w--current {
  color: var(--accent);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.text-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 20px;
  line-height: 140%;
  text-decoration: none;
}

.text-2:hover {
  color: #fff;
}

.screenshot-2024-08-20-at-14-12-05-1 {
  object-fit: cover;
  margin-right: 0;
  padding-right: 0;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding-left: 100px;
  padding-right: 100px;
  text-decoration: none;
  display: flex;
}

.navbar-button {
  grid-column-gap: 8px;
  border: 2px solid var(--accent);
  font-family: var(--font);
  color: var(--accent);
  background-color: #fff;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 0;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: flex;
}

.navbar-button:hover {
  background-color: var(--accent);
  font-family: var(--font);
  color: #fff;
}

.navbar-button:active {
  color: #fff;
}

.navbar-button:visited {
  color: var(--accent);
}

.navbar-button.w--current {
  color: var(--accent);
  padding: 0;
}

.navbar-logo-left {
  z-index: 2;
  background-color: #ddd0;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin-top: 92px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: static;
}

.despre-proiect {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 140%;
  text-decoration: none;
}

.navbar-menu {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
}

.navbar-link-2 {
  z-index: 0;
  color: var(--primary);
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 96px;
  padding: 24px 12px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.navbar-link-2.w--current {
  color: var(--accent);
  font-weight: 700;
}

.hero-heading-left {
  grid-column-gap: 80px;
  background-color: #fbfbfb;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 64px 100px;
  text-decoration: none;
  display: flex;
}

.container {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.column {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 647px;
  text-decoration: none;
  display: flex;
}

.smart {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #dc2f20 0% 39%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.cod {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.link {
  color: #5f5f5f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 21.6px;
  text-decoration: none;
}

.button {
  grid-column-gap: 8px;
  background-color: #dc2f20;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 205px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.harta-section {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 8px;
  text-decoration: none;
  display: flex;
}

.judetele-de-implementare {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 305px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.frame-36 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.card-content {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.frame-39 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-37 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #da2b18;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.frame-58 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-54 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 108px;
  text-decoration: none;
  display: flex;
}

.frame-50 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: var(--secondary);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.frame-55 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 108px;
  text-decoration: none;
  display: flex;
}

.indici-proiect {
  grid-column-gap: 40px;
  background-color: var(--light-bg);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 100px;
  text-decoration: none;
  display: flex;
}

.frame-84 {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.indice-1 {
  grid-row-gap: 8px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 380px;
  padding: 20px;
  display: flex;
  box-shadow: 4px 4px 15.6px #81817f1a;
}

.card-content-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 340px;
  text-decoration: none;
  display: flex;
}

.frame-85 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-86 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #1d1515;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-38 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
}

.text-6 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-87 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-88 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-89 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 170px;
  display: flex;
}

.card-content-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 340px;
  text-decoration: none;
  display: flex;
}

.frame-90 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  text-decoration: none;
  display: flex;
}

.frame-91 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 90px;
  display: flex;
}

.frame-92 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
  display: flex;
}

.obiectivul-general-al-proiectului {
  grid-row-gap: 60px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px;
  text-decoration: none;
  display: flex;
}

.obiectivul-general-al-proiectului.grey {
  background-color: var(--light-bg);
}

.text-7 {
  font-size: 33px;
}

.obiectiv-general-container {
  grid-row-gap: 79px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-139 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 308px;
  padding-right: 308px;
  text-decoration: none;
  display: flex;
}

.paragraf {
  color: #5f5f5f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 21.6px;
  text-decoration: none;
}

.button-2 {
  grid-column-gap: 8px;
  font-family: var(--font);
  color: #fff;
  background-color: #da2b18;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.obiectivul {
  color: var(--accent);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.obiectivul-general-al-proiectului-1 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.actiuni-derulate {
  grid-row-gap: 40px;
  background-color: #fbfbfb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 100px;
  text-decoration: none;
  display: flex;
}

.h2 {
  grid-column-gap: 8px;
  font-family: var(--font);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 278px;
  font-size: 33px;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #1d1515;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 39px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.carusel-cards-actiuni {
  grid-column-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  height: 412px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.card {
  grid-row-gap: 8px;
  background-color: #fdfdfd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 397px;
  height: 412px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 4px 4px 15.6px #81817f1a;
}

.card-content-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 372px;
  text-decoration: none;
  display: flex;
}

.card-actiuni {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 372px;
  text-decoration: none;
  display: flex;
}

.card-actiuni-content {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.titlu-card {
  color: #da2b18;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.button-secondary {
  grid-column-gap: 8px;
  border: 0 solid #da2b18;
  border-bottom-width: 1px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-buton-20 {
  color: #1d1515;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 21.6px;
  text-decoration: none;
}

.ac-iuni-derulate-0 {
  color: #1d1515;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.ac-iuni-derulate-1 {
  color: #1d1515;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-10 {
  color: #1d1515;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 39px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.ac-iuni-derulate-2 {
  color: #1d1515;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.beneficii-proiect-section {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-11.red {
  color: var(--accent);
  font-size: 33px;
}

.beneficiile-proiectului {
  grid-row-gap: 52px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card-beneficii {
  grid-row-gap: 8px;
  background-color: #fbfbfb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 4px 4px 15.6px #81817f1a;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.card-content-benficii {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card-beneficii-2 {
  grid-row-gap: 32px;
  background-color: #fbfbfb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card-beneficii-content {
  grid-column-gap: 8px;
  border: 0 solid #da2b18;
  border-bottom-width: 2px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.titlu-card-beneficii {
  color: #1d1515;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.card-beneficii-content-2 {
  grid-column-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card-beneficii-content-3 {
  grid-column-gap: 8px;
  border: 0 solid #da2b18;
  border-bottom-width: 2px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 76px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.titlu-card-beneficii-3 {
  color: #5f5f5f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.titlu-card-beneficii-1 {
  color: #da2b18;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.paragraph {
  font-family: var(--font);
  color: var(--secondary);
  font-size: 24px;
}

.list {
  font-family: var(--font);
  color: var(--accent);
  font-size: 24px;
  line-height: 30px;
}

.list-item {
  list-style-type: disc;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7 {
  color: var(--secondary);
}

.footer {
  grid-row-gap: 24px;
  border-top: 2px solid var(--accent);
  background-color: #fbfbfb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: auto;
  padding: 100px;
  text-decoration: none;
  display: flex;
}

.frame-73 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.frame-75 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.sigla-cr-db-1 {
  object-fit: cover;
}

.frame-71 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 428.667px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #1d1515;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 21.6px;
  text-decoration: none;
}

.frame-72 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-137 {
  grid-column-gap: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.social-media-links {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.6px;
  text-decoration: none;
}

.body-2 {
  flex-flow: column;
  display: flex;
}

.heading {
  font-family: var(--font);
  color: var(--accent);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.actiuni-section {
  grid-row-gap: 24px;
  background-color: #fbfbfb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px;
  text-decoration: none;
  display: flex;
}

.actiuni-section.white {
  background-color: #fff;
}

.actiuni-section._3 {
  margin-bottom: 40px;
}

.actiuni-section.shadow {
  box-shadow: 4px 4px 15.6px #81817f1a;
}

.pas {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 125px;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #da2b18;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.h2-semibold {
  border-bottom: 2px solid var(--accent);
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.h4-normal {
  color: #5f5f5f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-6 {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.text-span-8 {
  color: var(--accent);
}

.frame-140 {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
  text-decoration: none;
  display: flex;
}

.contact-section {
  grid-row-gap: 60px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 60px 8px;
  text-decoration: none;
  display: flex;
}

.h3-bold {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 0 solid #da2b18;
  border-bottom-width: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 128px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.societatea-na-ional-de-cruce-ro-ie-din-rom-nia---filiala-d-mbovi-a {
  color: #1d1515;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.contact-container {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.email {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #1d1515;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.phone {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.contact-section-2 {
  grid-row-gap: 60px;
  background-color: #fbfbfb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 60px 8px;
  text-decoration: none;
  display: flex;
}

.h3-bold-2 {
  grid-column-gap: 8px;
  background-color: #fbfbfb;
  border: 0 solid #da2b18;
  border-bottom-width: 2px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 128px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.email-dambovita-crucearosie-ro-0 {
  color: #1d1515;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.email-dambovita-crucearosie-ro-1 {
  color: #1d1515;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.form {
  width: 100%;
  height: 270vh;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .iconite-proiect-obligatorii {
    border-bottom-color: #dad4d4;
    padding-left: 20px;
    padding-right: 20px;
  }

  .iconite-proiect-obligatorii.wide {
    padding-left: 60px;
    padding-right: 60px;
  }

  .screenshot-2024-08-20-at-14-12-05-1 {
    max-width: none;
  }

  .navbar-content {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-left {
    padding-left: 60px;
    padding-right: 60px;
  }

  .form {
    height: 230vh;
  }
}

@media screen and (min-width: 1920px) {
  .iconite-proiect-obligatorii, .navbar-content {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .obiectivul-general-al-proiectului {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
  }

  .actiuni-section.shadow {
    margin-bottom: 20px;
  }

  .form {
    width: 100%;
    height: 170vh;
  }
}

@media screen and (max-width: 991px) {
  .iconite-proiect-obligatorii {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mandatory {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-2 {
    width: 242px;
  }

  .icon-3 {
    color: var(--accent);
  }

  .navbar-link {
    justify-content: center;
    width: auto;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button, .menu-button.w--open {
    background-color: #fff0;
  }

  .screenshot-2024-08-20-at-14-12-05-1 {
    width: auto;
    max-width: none;
    height: auto;
  }

  .navbar-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-button {
    justify-content: center;
  }

  .navbar-logo-left {
    width: 100%;
    margin-top: 119px;
    padding-right: 0;
  }

  .navbar-menu {
    max-width: unset;
    background-color: #fff;
  }

  .navbar-link-2 {
    background-color: #fff;
    justify-content: center;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-heading-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    flex-direction: column;
    align-items: center;
  }

  .harta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .indici-proiect {
    flex-flow: row;
    padding: 60px 20px;
  }

  .frame-84 {
    grid-row-gap: 40px;
    flex-flow: column;
    width: 60%;
  }

  .obiectivul-general-al-proiectului {
    padding: 60px 20px;
  }

  .frame-139 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .actiuni-derulate {
    height: auto;
    padding: 60px 20px;
  }

  .carusel-cards-actiuni {
    grid-row-gap: 40px;
    flex-flow: column;
    height: auto;
  }

  .beneficii-proiect-section, .footer, .actiuni-section {
    padding: 60px 20px;
  }

  .frame-140 {
    flex-flow: column;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form {
    height: 270vh;
  }
}

@media screen and (max-width: 767px) {
  .iconite-proiect-obligatorii {
    flex-flow: column;
  }

  .navbar-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-logo-left {
    margin-top: 166px;
  }

  .paragraph {
    line-height: 24px;
  }

  .frame-73, .frame-137 {
    flex-flow: column;
  }

  .form {
    height: 270vh;
  }
}

@media screen and (max-width: 479px) {
  .iconite-proiect-obligatorii {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mandatory {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-1 {
    max-width: none;
    overflow: clip;
  }

  .navbar-logo-left {
    margin-top: 161px;
    position: relative;
  }

  .hero-heading-left {
    grid-row-gap: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    grid-row-gap: 30px;
  }

  .h1 {
    font-size: 45px;
  }

  .vectors-wrapper {
    width: 100%;
    height: 35.939%;
  }

  .harta-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .frame-36 {
    padding-left: 0;
    padding-right: 0;
  }

  .frame-58 {
    flex-flow: column;
    align-items: center;
  }

  .frame-54 {
    flex-flow: row;
    height: auto;
  }

  .text-4 {
    font-size: 24px;
  }

  .frame-55 {
    flex-flow: row;
    height: auto;
  }

  .indici-proiect {
    padding-left: 10px;
    padding-right: 10px;
  }

  .frame-84 {
    width: 90%;
  }

  .frame-91 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .obiectivul-general-al-proiectului {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-7 {
    text-align: center;
  }

  .vectors-wrapper-3 {
    height: 31%;
  }

  .actiuni-derulate, .beneficii-proiect-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-beneficii-content-3 {
    height: 91px;
  }

  .titlu-card-beneficii-3, .paragraph {
    font-size: 20px;
    line-height: 26px;
  }

  .text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7 {
    font-size: 20px;
  }

  .actiuni-section {
    padding: 30px 10px;
  }

  .h2-semibold {
    color: var(--primary);
    font-size: 32px;
  }

  .text-span-9, .text-span-10, .text-span-11 {
    font-size: 20px;
  }

  .frame-140 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .societatea-na-ional-de-cruce-ro-ie-din-rom-nia---filiala-d-mbovi-a {
    font-size: 26px;
  }

  .email {
    flex-flow: row;
  }

  .phone {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .email-dambovita-crucearosie-ro-0, .email-dambovita-crucearosie-ro-1 {
    font-size: 20px;
  }

  .form {
    height: 320vh;
  }
}


