@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  line-height: normal;
}

blockquote,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
iframe {
  margin: 0;
}

a {
  display: block;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
a:hover {
  text-decoration: none;
}

address {
  font-style: normal;
  margin-bottom: 0;
}

button {
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: initial;
  background-color: transparent;
  padding-block: 0;
  padding-inline: 0;
  cursor: pointer;
}

dialog {
  border: none;
}

form {
  width: 100%;
  display: block;
}

fieldset {
  border: none;
  display: block;
}

iframe {
  border: none;
}

img {
  display: block;
}

label {
  display: block;
  margin-bottom: 0;
}

mark {
  padding: 0;
  background-color: transparent;
}

menu {
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

ul {
  list-style-type: none;
  padding-inline-start: 0;
}

summary {
  list-style: none;
  cursor: pointer;
}

time {
  display: block;
}

[role=button] {
  cursor: pointer;
}

section,
article,
aside,
details,
figcaption,
figure,
header,
footer,
menu,
nav {
  display: block;
}

body {
  overflow-x: hidden;
  color: #262626;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  background-color: #F1F5F9;
}
body.is--locked {
  overflow: hidden;
  height: 100vh;
}
body.is--dark {
  background-color: #1E293B;
}

.shared__why-us {
  background-color: #FFF;
  padding: 96px 0;
}
.shared__why-us__container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 576px 576px;
  gap: 64px;
  align-items: start;
  padding: 0 24px;
  padding-top: 80px;
}
.shared__why-us__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.shared__why-us__title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
  color: #292929;
  margin: 0;
}
.shared__why-us__title--highlight {
  color: #CB0417;
}
.shared__why-us__description {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29.25px;
  color: #4A5565;
  margin: 0;
}
.shared__why-us__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.shared__why-us__list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.shared__why-us__icon {
  flex-shrink: 0;
  margin-top: 4px;
}
.shared__why-us__list-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #364153;
}
.shared__why-us__quote {
  border-left: 4px solid #CB0417;
  padding-left: 16px;
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  line-height: 24px;
  color: #1E2939;
}
.shared__why-us__image-wrapper {
  position: relative;
  width: 576px;
  height: 500px;
  overflow: hidden;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}
.shared__why-us__image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.shared__why-us__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shared__why-us__subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #CB0417;
  margin: 0;
}
.shared__why-us__quote-box {
  background-color: rgba(203, 4, 23, 0.05);
  border-left: 4px solid #CB0417;
  padding: 24px 24px 24px 28px;
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 28px;
  color: #CB0417;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.shared__why-us__closing {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #1E2939;
  margin: 0;
}
@media (max-width: 1280px) {
  .shared__why-us {
    padding: 80px 0;
  }
  .shared__why-us__container {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .shared__why-us__image-wrapper {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .shared__why-us {
    padding: 64px 0;
  }
  .shared__why-us__title {
    font-size: 32px;
    line-height: 36px;
  }
  .shared__why-us__description {
    font-size: 16px;
    line-height: 26px;
  }
  .shared__why-us__image-wrapper {
    height: 350px;
  }
  .shared__why-us__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
  .shared__why-us__quote-box {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 20px 20px 24px;
  }
  .shared__why-us__closing {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .shared__why-us {
    padding: 48px 0;
  }
  .shared__why-us__title {
    font-size: 28px;
    line-height: 32px;
  }
  .shared__why-us__description {
    font-size: 15px;
    line-height: 24px;
  }
  .shared__why-us__list-text {
    font-size: 15px;
  }
  .shared__why-us__quote {
    font-size: 15px;
  }
  .shared__why-us__image-wrapper {
    height: 300px;
  }
  .shared__why-us__subtitle {
    font-size: 17px;
    line-height: 24px;
  }
  .shared__why-us__quote-box {
    font-size: 15px;
    line-height: 22px;
    padding: 16px 16px 16px 20px;
  }
  .shared__why-us__closing {
    font-size: 14px;
  }
}

.shared__overview {
  background-color: #FFF;
  padding: 96px 0;
}
.shared__overview__container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.shared__overview__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.shared__overview__title-banner {
  background-color: #CB0417;
  display: inline-block;
  padding: 7px 16px;
  align-self: flex-start;
}
.shared__overview__title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: -0.9px;
  margin: 0;
}
.shared__overview__subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #364153;
  margin: 0;
}
.shared__overview__subtitle strong {
  font-weight: 700;
  color: #292929;
}
.shared__overview__highlight {
  font-weight: 700;
  color: #CB0417;
}
.shared__overview__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}
.shared__overview__card {
  border-radius: 16px;
  padding: 32px;
}
.shared__overview__card--chart {
  background-color: #F9FAFB;
}
.shared__overview__card--stats {
  background-color: #F3F4F6;
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.shared__overview__card-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #CB0417;
  margin: 0 0 32px;
}
.shared__overview__card-title--large {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
}
.shared__overview__bars {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.shared__overview__bar-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shared__overview__bar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shared__overview__bar-label, .shared__overview__bar-value {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #364153;
}
.shared__overview__progress {
  width: 100%;
  height: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 999px;
  overflow: hidden;
}
.shared__overview__progress::-webkit-progress-bar {
  background-color: #E5E7EB;
  border-radius: 999px;
}
.shared__overview__progress::-webkit-progress-value {
  background-color: #CB0417;
  border-radius: 999px 0 0 999px;
}
.shared__overview__progress::-moz-progress-bar {
  background-color: #CB0417;
  border-radius: 999px 0 0 999px;
}
.shared__overview__progress--full::-webkit-progress-value {
  border-radius: 999px;
}
.shared__overview__progress--full::-moz-progress-bar {
  border-radius: 999px;
}
.shared__overview__stats {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.shared__overview__stat {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.shared__overview__stat-icon {
  width: 48px;
  height: 48px;
  background-color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.shared__overview__icon {
  width: 24px;
  height: 24px;
}
.shared__overview__stat-content {
  display: flex;
  flex-direction: column;
}
.shared__overview__stat-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #CB0417;
  margin: 0;
}
.shared__overview__stat-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #364153;
  margin: 0;
}
.shared__overview__stat-number {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
}
.shared__overview__stat-big {
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  color: #292929;
}
.shared__overview__stat-unit {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #4A5565;
}
.shared__overview__footer {
  border-top: 1px solid #D1D5DC;
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.shared__overview__quote {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 28px;
  color: #1E2939;
  text-align: center;
  margin: 0;
}
.shared__overview__source {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  line-height: 28px;
  color: #4A5565;
  margin: 0;
}
@media (max-width: 1280px) {
  .shared__overview {
    padding: 80px 0;
  }
  .shared__overview__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .shared__overview {
    padding: 64px 0;
  }
  .shared__overview__container {
    gap: 40px;
  }
  .shared__overview__title {
    font-size: 28px;
    line-height: 32px;
  }
  .shared__overview__subtitle {
    font-size: 16px;
    line-height: 26px;
  }
  .shared__overview__card {
    padding: 24px;
  }
  .shared__overview__card--stats {
    padding: 32px;
  }
  .shared__overview__card-title {
    font-size: 18px;
    line-height: 24px;
  }
  .shared__overview__card-title--large {
    font-size: 22px;
    line-height: 30px;
  }
  .shared__overview__stat-big {
    font-size: 26px;
    line-height: 32px;
  }
  .shared__overview__quote {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .shared__overview {
    padding: 48px 0;
  }
  .shared__overview__title {
    font-size: 24px;
    line-height: 28px;
  }
  .shared__overview__subtitle {
    font-size: 15px;
    line-height: 24px;
  }
  .shared__overview__card {
    padding: 20px;
  }
  .shared__overview__card--stats {
    padding: 24px;
  }
  .shared__overview__bar-label, .shared__overview__bar-value {
    font-size: 13px;
  }
  .shared__overview__progress {
    height: 12px;
  }
  .shared__overview__stat {
    flex-direction: column;
    gap: 12px;
  }
  .shared__overview__stat-big {
    font-size: 24px;
    line-height: 28px;
  }
  .shared__overview__stat-unit {
    font-size: 16px;
  }
  .shared__overview__quote {
    font-size: 15px;
    line-height: 24px;
  }
  .shared__overview__source {
    font-size: 14px;
  }
}

.shared__action {
  background-color: #1A1A1A;
  padding: 96px 32px;
  position: relative;
  overflow: hidden;
}
.shared__action::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(160.952deg, rgba(203, 4, 23, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.shared__action--gradient::before {
  opacity: 1;
}
.shared__action__container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.shared__action__title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  color: #ffffff;
  margin: 0 0 24px 0;
}
.shared__action__description {
  max-width: 672px;
  margin: 0 0 24px 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #d1d5dc;
}
.shared__action__description p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #d1d5dc;
  margin: 0;
}
.shared__action__subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 48px 0;
  letter-spacing: 0.5px;
}
.shared__action__subtitle.lowercase {
  text-transform: initial;
}
.shared__action__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.shared__action__button {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  padding: 14px 41px;
  border-radius: 9999px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.shared__action__button--primary {
  background-color: #cb0417;
  color: #ffffff;
  box-shadow: 0px 20px 25px 0px rgba(203, 4, 23, 0.2), 0px 8px 10px 0px rgba(203, 4, 23, 0.2);
}
.shared__action__button--primary:hover {
  background-color: #a50313;
  box-shadow: 0px 25px 30px 0px rgba(203, 4, 23, 0.3), 0px 10px 15px 0px rgba(203, 4, 23, 0.3);
  transform: translateY(-2px);
}
.shared__action__button--primary:active {
  transform: translateY(0);
}
.shared__action__button--secondary {
  background-color: transparent;
  color: #d1d5dc;
  border-color: #4a5565;
}
.shared__action__button--secondary:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #6a7282;
  color: #ffffff;
}
.shared__action__button--secondary:active {
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .shared__action {
    padding: 64px 20px;
  }
  .shared__action__title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .shared__action__description {
    margin-bottom: 20px;
  }
  .shared__action__description p {
    font-size: 18px;
    line-height: 26px;
  }
  .shared__action__subtitle {
    font-size: 14px;
    margin-bottom: 32px;
  }
  .shared__action__buttons {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    gap: 12px;
  }
  .shared__action__button {
    width: 100%;
    padding: 14px 24px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .shared__action__title {
    font-size: 28px;
    line-height: 32px;
  }
  .shared__action__description p {
    font-size: 16px;
    line-height: 24px;
  }
}

.shared__moments {
  background-color: #f9fafb;
  padding: 8px 0 48px 0;
  overflow: hidden;
}
.shared__moments__container {
  max-width: 100%;
  margin: 0 auto;
}
.shared__moments__title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 40px;
  color: #292929;
  text-align: center;
  margin: 0;
}
.shared__moments__title--highlight {
  color: #cb0417;
}
.shared__moments__slide {
  width: 416px;
  height: 282px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background-color: #e5e7eb;
}
.shared__moments__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.shared__moments__image:hover {
  transform: scale(1.05);
}
.shared__moments .splide {
  position: relative;
  padding-bottom: 4px;
  margin-top: -24px;
}
.shared__moments .splide__track {
  overflow: visible;
}
.shared__moments .splide__list {
  display: flex;
  align-items: center;
}
.shared__moments .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shared__moments .splide__arrows {
  position: absolute;
  bottom: 0;
  right: 4.8%;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 10;
}
.shared__moments .splide__pagination {
  position: absolute;
  bottom: 4px;
  left: 4.8%;
  display: flex;
  gap: 8px;
  align-items: center;
}
.shared__moments .splide__pagination__page {
  width: 8px !important;
  height: 8px !important;
  background-color: #D9D9D9;
  border-radius: 4px;
  opacity: 0.4;
  transition: all 0.3s ease;
  cursor: pointer;
}
.shared__moments .splide__pagination__page.is-active {
  background-color: #666;
  opacity: 1;
}
.shared__moments .splide__pagination__page:hover {
  opacity: 0.7;
}
.shared__moments .splide__arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}
.shared__moments .splide__arrow:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.shared__moments .splide__arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.shared__moments .splide__arrow:disabled:hover {
  transform: none;
}
.shared__moments .splide__arrow svg {
  display: none;
}
.shared__moments .splide__arrow--prev {
  background-image: url("../img/voluntario-img/arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
.shared__moments .splide__arrow--next {
  background-image: url("../img/voluntario-img/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
@media (max-width: 1400px) {
  .shared__moments__slide {
    width: 360px;
    height: 244px;
  }
}
@media (max-width: 1200px) {
  .shared__moments {
    padding: 64px 0;
  }
  .shared__moments__title {
    font-size: 40px;
    line-height: 36px;
    margin-bottom: 48px;
  }
  .shared__moments__slide {
    width: 320px;
    height: 217px;
  }
}
@media (max-width: 768px) {
  .shared__moments {
    padding: 48px 0;
  }
  .shared__moments__title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .shared__moments__slide {
    width: 280px;
    height: 190px;
  }
  .shared__moments .splide {
    padding-bottom: 64px;
  }
  .shared__moments .splide__pagination {
    bottom: 12px;
  }
  .shared__moments .splide__pagination__page {
    width: 32px;
    height: 6px;
  }
  .shared__moments .splide__arrow {
    width: 44px;
    height: 44px;
  }
  .shared__moments .splide__arrow--prev, .shared__moments .splide__arrow--next {
    background-size: 20px 20px;
  }
}
@media (max-width: 480px) {
  .shared__moments__slide {
    width: 240px;
    height: 163px;
  }
  .shared__moments .splide {
    padding-bottom: 56px;
  }
  .shared__moments .splide__arrows {
    gap: 6px;
  }
  .shared__moments .splide__pagination {
    bottom: 10px;
  }
  .shared__moments .splide__pagination__page {
    width: 24px;
    height: 5px;
  }
  .shared__moments .splide__arrow {
    width: 40px;
    height: 40px;
  }
  .shared__moments .splide__arrow--prev, .shared__moments .splide__arrow--next {
    background-size: 18px 18px;
  }
}

.partner__statistics {
  background-color: #F9FAFB;
  padding: 64px 0 96px;
}
.partner__statistics__container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
}
.partner__statistics__header {
  margin-bottom: 48px;
}
.partner__statistics__title-banner {
  background-color: #CB0417;
  display: inline-block;
  padding: 7px 16px;
  margin-bottom: 24px;
}
.partner__statistics__title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: -0.9px;
  margin: 0;
}
.partner__statistics__subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #1E2939;
  margin: 0;
}
.partner__statistics__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 64px;
}
.partner__statistics__card {
  background-color: #FFF;
  border-radius: 14px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  padding: 32px 24px 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.partner__statistics__icon-wrapper {
  width: 64px;
  height: 64px;
  background-color: #F3F4F6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner__statistics__icon {
  width: 32px;
  height: 32px;
}
.partner__statistics__number {
  font-family: "Nunito Sans", sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 40px;
  color: #CB0417;
  text-align: center;
  margin: 0;
}
.partner__statistics__label {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #364153;
  text-align: center;
  margin: 0;
}
.partner__statistics__summary {
  max-width: 896px;
  margin: 0 auto;
  text-align: center;
}
.partner__statistics__total {
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  line-height: 32px;
  color: #292929;
  margin: 0 0 16px;
}
.partner__statistics__description {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29.25px;
  color: #4A5565;
  margin: 0;
}
.partner__statistics__highlight {
  font-weight: 700;
  color: #CB0417;
}
@media (max-width: 1280px) {
  .partner__statistics {
    padding: 56px 0 80px;
  }
  .partner__statistics__cards {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 56px;
  }
}
@media (max-width: 768px) {
  .partner__statistics {
    padding: 48px 0 64px;
  }
  .partner__statistics__title {
    font-size: 28px;
    line-height: 32px;
  }
  .partner__statistics__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
  .partner__statistics__header {
    margin-bottom: 40px;
  }
  .partner__statistics__number {
    font-size: 32px;
    line-height: 36px;
  }
  .partner__statistics__total {
    font-size: 22px;
    line-height: 30px;
  }
  .partner__statistics__description {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .partner__statistics {
    padding: 40px 0 56px;
  }
  .partner__statistics__title {
    font-size: 24px;
    line-height: 28px;
  }
  .partner__statistics__subtitle {
    font-size: 17px;
    line-height: 24px;
  }
  .partner__statistics__header {
    margin-bottom: 32px;
  }
  .partner__statistics__card {
    padding: 24px 20px 40px;
  }
  .partner__statistics__number {
    font-size: 28px;
    line-height: 32px;
  }
  .partner__statistics__label {
    font-size: 15px;
  }
  .partner__statistics__total {
    font-size: 20px;
    line-height: 28px;
  }
  .partner__statistics__description {
    font-size: 15px;
    line-height: 24px;
  }
}

.partners__mission {
  background-color: #F9FAFB;
  padding: 64px 0 48px;
}
.partners__mission__container {
  width: 100%;
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}
.partners__mission__icon-wrapper {
  width: 64px;
  height: 64px;
}
.partners__mission__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners__mission__title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  color: #292929;
  margin: 0;
}
.partners__mission__title span {
  color: #CB0417;
}
.partners__mission__description {
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 39px;
  color: #364153;
  max-width: 829px;
  margin: 0;
}
.partners__mission__footer {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.7px;
  color: #6A7282;
  text-transform: uppercase;
  max-width: 768px;
  margin: 0;
}
@media (max-width: 768px) {
  .partners__mission {
    padding: 48px 0 40px;
  }
  .partners__mission__container {
    gap: 24px;
  }
  .partners__mission__title {
    font-size: 36px;
    line-height: 40px;
  }
  .partners__mission__description {
    font-size: 20px;
    line-height: 32px;
  }
  .partners__mission__footer {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .partners__mission {
    padding: 40px 0 32px;
  }
  .partners__mission__container {
    gap: 20px;
  }
  .partners__mission__icon-wrapper {
    width: 48px;
    height: 48px;
  }
  .partners__mission__title {
    font-size: 28px;
    line-height: 32px;
  }
  .partners__mission__description {
    font-size: 18px;
    line-height: 28px;
  }
  .partners__mission__footer {
    font-size: 12px;
    line-height: 18px;
  }
}

.partners__modality {
  background-color: #FFF;
  padding: 96px 0;
}
.partners__modality__container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.partners__modality__title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  color: #292929;
  text-align: center;
  margin: 0;
}
.partners__modality__title span {
  color: #CB0417;
}
.partners__modality__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
.partners__modality__card {
  border-radius: 24px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.partners__modality__card--light {
  background-color: #FFF;
  border: 1px solid #F3F4F6;
  box-shadow: 0 96px 27px rgba(0, 0, 0, 0), 0 61px 24px rgba(0, 0, 0, 0.01), 0 34px 21px rgba(0, 0, 0, 0.02), 0 15px 15px rgba(0, 0, 0, 0.03), 0 4px 8px rgba(0, 0, 0, 0.04);
}
.partners__modality__card--dark {
  background-color: #292929;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.partners__modality__card-glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 128px;
  height: 128px;
  background-color: #CB0417;
  filter: blur(80px);
  opacity: 0.2;
  pointer-events: none;
}
.partners__modality__card-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.partners__modality__card--light .partners__modality__card-icon {
  background-color: #F3F4F6;
}
.partners__modality__card--dark .partners__modality__card-icon {
  background-color: rgba(255, 255, 255, 0.1);
}
.partners__modality__card-icon img {
  width: 32px;
  height: 32px;
}
.partners__modality__card-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 8px;
}
.partners__modality__card--light .partners__modality__card-title {
  color: #292929;
}
.partners__modality__card--dark .partners__modality__card-title {
  color: #FFF;
}
.partners__modality__card-subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #CB0417;
  margin: 0 0 24px;
}
.partners__modality__card-description {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 32px;
}
.partners__modality__card--light .partners__modality__card-description {
  color: #4A5565;
}
.partners__modality__card--dark .partners__modality__card-description {
  color: #D1D5DC;
}
.partners__modality__list-section {
  margin-bottom: 32px;
}
.partners__modality__list-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.partners__modality__card--light .partners__modality__list-title {
  color: #1E2939;
}
.partners__modality__card--dark .partners__modality__list-title {
  color: #FFF;
}
.partners__modality__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.partners__modality__list li {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 18px;
  position: relative;
}
.partners__modality__card--light .partners__modality__list li {
  color: #4A5565;
}
.partners__modality__card--dark .partners__modality__list li {
  color: #D1D5DC;
}
.partners__modality__list--bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #CB0417;
  border-radius: 50%;
}
.partners__modality__list--checks li {
  padding-left: 28px;
}
.partners__modality__list--checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13.3327 4L5.99935 11.3333L2.66602 8' stroke='%23CB0417' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.partners__modality__footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.partners__modality__note {
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  line-height: 16px;
  color: #99A1AF;
  margin: 0;
}
.partners__modality__note-box {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 32px;
}
.partners__modality__note-label {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #CB0417;
  display: block;
  margin-bottom: 10px;
}
.partners__modality__note-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #FFF;
  margin: 0;
}
.partners__modality__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 13px 25px;
  border-radius: 999px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
}
.partners__modality__btn--outline {
  border: 1px solid #D1D5DC;
  background-color: transparent;
  color: #364153;
}
.partners__modality__btn--outline:hover {
  background-color: #F3F4F6;
  border-color: #364153;
}
.partners__modality__btn--primary {
  border: 1px solid transparent;
  background-color: #CB0417;
  color: #FFF;
}
.partners__modality__btn--primary:hover {
  background-color: #a30312;
}
@media (max-width: 1280px) {
  .partners__modality {
    padding: 80px 0;
  }
  .partners__modality__container {
    gap: 48px;
  }
  .partners__modality__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .partners__modality {
    padding: 64px 0;
  }
  .partners__modality__title {
    font-size: 36px;
    line-height: 40px;
  }
  .partners__modality__card {
    padding: 32px;
  }
  .partners__modality__card-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 480px) {
  .partners__modality {
    padding: 48px 0;
  }
  .partners__modality__container {
    gap: 32px;
  }
  .partners__modality__title {
    font-size: 28px;
    line-height: 32px;
  }
  .partners__modality__card {
    padding: 24px;
  }
  .partners__modality__card-icon {
    width: 48px;
    height: 48px;
  }
  .partners__modality__card-icon img {
    width: 24px;
    height: 24px;
  }
  .partners__modality__card-title {
    font-size: 20px;
    line-height: 26px;
  }
  .partners__modality__card-subtitle {
    font-size: 14px;
  }
  .partners__modality__card-description {
    font-size: 14px;
    line-height: 24px;
  }
}

.partners__reasons {
  background-color: #CB0417;
  padding: 96px 0;
}
.partners__reasons__container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.partners__reasons__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.partners__reasons__title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 40px;
  color: #FFF;
  margin: 0;
}
.partners__reasons__subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 671px;
  margin: 0;
}
.partners__reasons__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1024px;
  margin: 0 auto;
}
.partners__reasons__card {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 25px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.partners__reasons__card--wide {
  grid-column: span 2;
  justify-content: center;
}
.partners__reasons__card-icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners__reasons__card-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.5px;
  color: #FFF;
  margin: 0;
}
@media (max-width: 1280px) {
  .partners__reasons {
    padding: 80px 0;
  }
  .partners__reasons__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .partners__reasons__card--wide {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  .partners__reasons {
    padding: 64px 0;
  }
  .partners__reasons__container {
    gap: 40px;
  }
  .partners__reasons__title {
    font-size: 36px;
    line-height: 40px;
  }
  .partners__reasons__subtitle {
    font-size: 16px;
    line-height: 26px;
  }
  .partners__reasons__grid {
    gap: 24px;
  }
  .partners__reasons__card-text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .partners__reasons {
    padding: 48px 0;
  }
  .partners__reasons__container {
    gap: 32px;
  }
  .partners__reasons__title {
    font-size: 28px;
    line-height: 32px;
  }
  .partners__reasons__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .partners__reasons__card--wide {
    grid-column: span 1;
  }
  .partners__reasons__card {
    padding: 20px 16px;
  }
  .partners__reasons__card-text {
    font-size: 15px;
  }
}

.partners__steps {
  background-color: #FFF;
  padding: 96px 0;
}
.partners__steps__container {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.partners__steps__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.partners__steps__title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  color: #292929;
  margin: 0;
}
.partners__steps__title span {
  color: #CB0417;
}
.partners__steps__subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.7px;
  color: #6A7282;
  text-transform: uppercase;
  margin: 0;
}
.partners__steps__timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.partners__steps__line {
  position: absolute;
  left: 50%;
  top: 24px;
  bottom: 24px;
  width: 2px;
  background-color: #E5E7EB;
  transform: translateX(-50%);
}
.partners__steps__item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  padding: 16px 0;
}
.partners__steps__item--left {
  justify-content: flex-end;
  padding-right: calc(50% + 48px);
}
.partners__steps__item--left .partners__steps__content {
  text-align: right;
}
.partners__steps__item--right {
  justify-content: flex-start;
  padding-left: calc(50% + 48px);
}
.partners__steps__item--right .partners__steps__content {
  text-align: left;
}
.partners__steps__number {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  background-color: #FFF;
  border: 2px solid #CB0417;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #CB0417;
  z-index: 1;
}
.partners__steps__content {
  max-width: 320px;
}
.partners__steps__step-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #292929;
  margin: 0 0 8px;
}
.partners__steps__step-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #6A7282;
  margin: 0;
}
@media (max-width: 768px) {
  .partners__steps {
    padding: 64px 0;
  }
  .partners__steps__title {
    font-size: 36px;
    line-height: 40px;
  }
  .partners__steps__line {
    left: 24px;
  }
  .partners__steps__item {
    padding: 16px 0 16px 72px;
  }
  .partners__steps__item--left, .partners__steps__item--right {
    justify-content: flex-start;
    padding-left: 72px;
    padding-right: 0;
  }
  .partners__steps__item--left .partners__steps__content, .partners__steps__item--right .partners__steps__content {
    text-align: left;
  }
  .partners__steps__number {
    left: 24px;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .partners__steps__content {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .partners__steps {
    padding: 48px 0;
  }
  .partners__steps__container {
    gap: 32px;
  }
  .partners__steps__title {
    font-size: 28px;
    line-height: 32px;
  }
  .partners__steps__line {
    left: 20px;
  }
  .partners__steps__item {
    padding-left: 56px;
  }
  .partners__steps__item--left, .partners__steps__item--right {
    padding-left: 56px;
  }
  .partners__steps__number {
    left: 20px;
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .partners__steps__step-title {
    font-size: 16px;
  }
  .partners__steps__step-text {
    font-size: 14px;
    line-height: 22px;
  }
}

.partners__transparency {
  background-color: #F9FAFB;
  padding: 96px 0;
}
.partners__transparency__container {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.partners__transparency__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.partners__transparency__title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  color: #292929;
  margin: 0;
}
.partners__transparency__title span {
  color: #CB0417;
}
.partners__transparency__subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #6A7282;
  max-width: 720px;
  margin: 0;
}
.partners__transparency__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.partners__transparency__card {
  background-color: #FFF;
  border: 1px solid #F3F4F6;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  transition: box-shadow 0.2s ease;
}
.partners__transparency__card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.partners__transparency__card-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners__transparency__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners__transparency__card-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #292929;
  margin: 0;
}
@media (max-width: 1280px) {
  .partners__transparency__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .partners__transparency {
    padding: 64px 0;
  }
  .partners__transparency__title {
    font-size: 36px;
    line-height: 40px;
  }
  .partners__transparency__subtitle {
    font-size: 16px;
    line-height: 26px;
  }
  .partners__transparency__grid {
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .partners__transparency {
    padding: 48px 0;
  }
  .partners__transparency__container {
    gap: 32px;
  }
  .partners__transparency__title {
    font-size: 28px;
    line-height: 32px;
  }
  .partners__transparency__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .partners__transparency__card {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    padding: 16px 20px;
  }
}

.volunteer__mission {
  background-color: #F9FAFB;
  padding: 64px 0 48px;
}
.volunteer__mission__container {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.volunteer__mission__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.volunteer__mission__icon-wrapper {
  width: 64px;
  height: 64px;
}
.volunteer__mission__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.volunteer__mission__title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  color: #292929;
  margin: 0;
}
.volunteer__mission__title span {
  color: #CB0417;
}
.volunteer__mission__description {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32.5px;
  color: #364153;
  max-width: 807px;
  margin: 0;
}
.volunteer__mission__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
}
.volunteer__mission__card {
  background-color: #FFF;
  border: 1px solid #F3F4F6;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 25px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.volunteer__mission__card-icon {
  width: 48px;
  height: 48px;
  background-color: #FEF2F2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.volunteer__mission__card-icon img {
  width: 24px;
  height: 24px;
}
.volunteer__mission__card-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #1E2939;
  text-align: center;
  margin: 0;
}
.volunteer__mission__footer {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.7px;
  color: #6A7282;
  text-align: center;
  text-transform: uppercase;
  max-width: 928px;
  margin: 0;
}
@media (max-width: 1280px) {
  .volunteer__mission__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .volunteer__mission {
    padding: 48px 0 40px;
  }
  .volunteer__mission__container {
    gap: 40px;
  }
  .volunteer__mission__title {
    font-size: 36px;
    line-height: 40px;
  }
  .volunteer__mission__description {
    font-size: 18px;
    line-height: 28px;
  }
  .volunteer__mission__footer {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .volunteer__mission {
    padding: 40px 0 32px;
  }
  .volunteer__mission__container {
    gap: 32px;
  }
  .volunteer__mission__header {
    gap: 16px;
  }
  .volunteer__mission__icon-wrapper {
    width: 48px;
    height: 48px;
  }
  .volunteer__mission__title {
    font-size: 28px;
    line-height: 32px;
  }
  .volunteer__mission__description {
    font-size: 16px;
    line-height: 26px;
  }
  .volunteer__mission__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .volunteer__mission__card {
    flex-direction: row;
    justify-content: flex-start;
    padding: 16px 20px;
  }
  .volunteer__mission__card-text {
    text-align: left;
  }
  .volunteer__mission__footer {
    font-size: 12px;
    line-height: 18px;
  }
}

.volunteer__reasons {
  background-color: #FFF;
  padding: 96px 0;
}
.volunteer__reasons__container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.volunteer__reasons__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.volunteer__reasons__title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  color: #292929;
  margin: 0;
}
.volunteer__reasons__title--highlight {
  color: #CB0417;
}
.volunteer__reasons__description {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #4A5565;
  max-width: 768px;
  text-align: center;
  margin: 0;
}
.volunteer__reasons__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: stretch;
}
.volunteer__reasons__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.volunteer__reasons__card {
  background-color: #F9FAFB;
  border: 1px solid #F3F4F6;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.2s ease;
}
.volunteer__reasons__card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  background-color: #FFF;
}
.volunteer__reasons__card-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.volunteer__reasons__card-icon svg {
  width: 100%;
  height: 100%;
}
.volunteer__reasons__card-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #101828;
  margin: 0;
}
.volunteer__reasons__card-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #4A5565;
  margin: 0;
}
.volunteer__reasons__benefits {
  background-color: #CB0417;
  border-radius: 24px;
  padding: 48px;
  color: #FFF;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1), 0 8px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.volunteer__reasons__benefits-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 32px;
}
.volunteer__reasons__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-grow: 1;
}
.volunteer__reasons__list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.volunteer__reasons__list li svg {
  flex-shrink: 0;
  margin-top: 2px;
}
.volunteer__reasons__list li span {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.9);
}
.volunteer__reasons__divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 32px 0;
  width: 100%;
}
.volunteer__reasons__quote {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
@media (max-width: 1280px) {
  .volunteer__reasons {
    padding: 80px 0;
  }
  .volunteer__reasons__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .volunteer__reasons__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .volunteer__reasons {
    padding: 64px 0;
  }
  .volunteer__reasons__container {
    gap: 48px;
  }
  .volunteer__reasons__title {
    font-size: 36px;
    line-height: 40px;
  }
  .volunteer__reasons__description {
    font-size: 16px;
    line-height: 26px;
  }
  .volunteer__reasons__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .volunteer__reasons__benefits {
    padding: 32px;
  }
  .volunteer__reasons__benefits-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .volunteer__reasons__list li span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .volunteer__reasons {
    padding: 48px 0;
  }
  .volunteer__reasons__container {
    gap: 32px;
  }
  .volunteer__reasons__title {
    font-size: 28px;
    line-height: 32px;
  }
  .volunteer__reasons__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .volunteer__reasons__card {
    padding: 20px;
  }
  .volunteer__reasons__benefits {
    padding: 24px;
    border-radius: 16px;
  }
  .volunteer__reasons__quote {
    font-size: 14px;
    line-height: 22px;
  }
}

.volunteer__who {
  padding-block: 80px;
}
@media (max-width: 768px) {
  .volunteer__who {
    padding-left: 24px;
    padding-right: 24px;
    padding-block: 64px;
  }
}
@media (max-width: 480px) {
  .volunteer__who {
    padding-block: 48px;
  }
}
.volunteer__who__container {
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (max-width: 480px) {
  .volunteer__who__container {
    gap: 32px;
  }
}
.volunteer__who__header {
  text-align: center;
  max-width: 768px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 480px) {
  .volunteer__who__header {
    gap: 16px;
  }
}
.volunteer__who__title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 800;
  color: #292929;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .volunteer__who__title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .volunteer__who__title {
    font-size: 28px;
    line-height: 1.2;
  }
}
.volunteer__who__title--highlight {
  color: #cb0417;
}
.volunteer__who__subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #4a5565;
  font-weight: 400;
}
@media (max-width: 480px) {
  .volunteer__who__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.volunteer__who__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
}
@media (max-width: 1280px) {
  .volunteer__who__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .volunteer__who__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.volunteer__who__card {
  background-color: #FFF;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  height: 100%;
  min-height: 230px;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .volunteer__who__card {
    padding: 24px 20px;
    gap: 16px;
    min-height: auto;
    border-radius: 12px;
  }
}
.volunteer__who__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
@media (max-width: 480px) {
  .volunteer__who__card:hover {
    transform: translateY(-2px);
  }
}
.volunteer__who__icon-wrapper {
  width: 56px;
  height: 56px;
  background-color: #f9fafb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .volunteer__who__icon-wrapper {
    width: 48px;
    height: 48px;
  }
}
.volunteer__who__icon {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  .volunteer__who__icon {
    width: 24px;
    height: 24px;
  }
}
.volunteer__who__card-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #101828;
  line-height: 28px;
}
@media (max-width: 480px) {
  .volunteer__who__card-title {
    font-size: 16px;
    line-height: 24px;
  }
}
.volunteer__who__card-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  color: #6a7282;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .volunteer__who__card-text {
    font-size: 13px;
    line-height: 18px;
  }
}
.volunteer__who__availability {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #f0f7ff;
  border: 1px solid #e0f2fe;
  border-radius: 12px;
  padding: 24px;
  width: 100%;
  max-width: 710px;
}
@media (max-width: 480px) {
  .volunteer__who__availability {
    flex-direction: column;
    text-align: center;
    padding: 20px 16px;
    gap: 16px;
  }
}
.volunteer__who__availability-icon {
  width: 48px;
  height: 48px;
  background-color: #dbeafe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.volunteer__who__availability-icon img {
  width: 24px;
  height: 24px;
}
.volunteer__who__availability-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.volunteer__who__availability-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  line-height: 24px;
}
@media (max-width: 480px) {
  .volunteer__who__availability-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.volunteer__who__availability-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  color: #4a5565;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .volunteer__who__availability-text {
    font-size: 14px;
    line-height: 22px;
  }
}
.volunteer__who__text--highlight {
  font-weight: 700;
  color: #cb0417;
}
.volunteer__who__note {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  color: #6a7282;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .volunteer__who__note {
    font-size: 14px;
    line-height: 20px;
    padding: 0 8px;
  }
}

.volunteer__steps {
  background-color: #ffffff;
  padding: 96px 0;
}
.volunteer__steps__container {
  max-width: 832px;
  margin: 0 auto;
  padding: 0 20px;
}
.volunteer__steps__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 64px;
  text-align: center;
}
.volunteer__steps__title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 40px;
  color: #292929;
  margin: 0;
}
.volunteer__steps__title--highlight {
  color: #cb0417;
}
.volunteer__steps__subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #6a7282;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin: 0;
}
.volunteer__steps__timeline {
  position: relative;
}
.volunteer__steps__timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% - 16px);
  background-color: #e5e7eb;
  z-index: 0;
}
.volunteer__steps__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 48px;
  min-height: 92px;
}
.volunteer__steps__item:last-child {
  margin-bottom: 0;
}
.volunteer__steps__item--right .volunteer__steps__content {
  grid-column: 2;
  text-align: left;
}
.volunteer__steps__item--right .volunteer__steps__marker {
  left: 50%;
  transform: translateX(-50%);
}
.volunteer__steps__item--left .volunteer__steps__content {
  grid-column: 1;
  text-align: right;
}
.volunteer__steps__item--left .volunteer__steps__marker {
  left: 50%;
  transform: translateX(-50%);
}
.volunteer__steps__marker {
  position: absolute;
  top: 34px;
  width: 24px;
  height: 24px;
  background-color: #cb0417;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1), 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.volunteer__steps__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 0;
}
.volunteer__steps__item-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #292929;
  margin: 0;
}
.volunteer__steps__item-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4a5565;
  margin: 0;
}
.volunteer__steps__list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.volunteer__steps__list li {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #6a7282;
}
.volunteer__steps__footer {
  border-top: 1px solid #f3f4f6;
  padding-top: 33px;
  margin-top: 48px;
  text-align: center;
}
.volunteer__steps__note {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
  color: #6a7282;
  margin: 0;
}
@media (max-width: 768px) {
  .volunteer__steps {
    padding: 64px 0;
  }
  .volunteer__steps__container {
    padding: 0 16px;
  }
  .volunteer__steps__header {
    margin-bottom: 48px;
  }
  .volunteer__steps__title {
    font-size: 36px;
    line-height: 38px;
  }
  .volunteer__steps__subtitle {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
  .volunteer__steps__timeline::before {
    left: 24px;
    transform: none;
  }
  .volunteer__steps__item {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 64px;
    margin-bottom: 32px;
  }
  .volunteer__steps__item--right .volunteer__steps__content, .volunteer__steps__item--left .volunteer__steps__content {
    grid-column: 1;
    text-align: left;
  }
  .volunteer__steps__item--right .volunteer__steps__marker, .volunteer__steps__item--left .volunteer__steps__marker {
    left: 24px;
    transform: translateX(-50%);
  }
  .volunteer__steps__footer {
    margin-top: 32px;
    padding-top: 24px;
  }
}

.volunteer__faq {
  background-color: #f9fafb;
  padding: 96px 0;
}
.volunteer__faq__container {
  max-width: 704px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.volunteer__faq__title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
  color: #292929;
  text-align: center;
  margin: 0;
}
.volunteer__faq__title--highlight {
  color: #cb0417;
}
.volunteer__faq__accordion {
  background-color: #ffffff;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  padding: 33px;
  display: flex;
  flex-direction: column;
}
.volunteer__faq__item {
  border-bottom: 1px solid #e5e7eb;
}
.volunteer__faq__item:last-child {
  border-bottom: none;
}
.volunteer__faq__item summary {
  list-style: none;
}
.volunteer__faq__item summary::-webkit-details-marker {
  display: none;
}
.volunteer__faq__item[open] .volunteer__faq__icon img {
  transform: rotate(45deg);
}
.volunteer__faq__item[open] .volunteer__faq__answer {
  animation: slideDown 0.3s ease-out;
}
.volunteer__faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.volunteer__faq__question:hover .volunteer__faq__question-text {
  color: #cb0417;
}
.volunteer__faq__question-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #1e2939;
  transition: color 0.2s ease;
  flex: 1;
  padding-right: 16px;
}
.volunteer__faq__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #f3f4f6;
  border-radius: 50%;
  flex-shrink: 0;
}
.volunteer__faq__icon img {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.volunteer__faq__answer {
  padding: 0 0 24px 0;
}
.volunteer__faq__answer p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4a5565;
  margin: 0;
}
@media (max-width: 768px) {
  .volunteer__faq {
    padding: 64px 0;
  }
  .volunteer__faq__container {
    padding: 0 16px;
    gap: 32px;
  }
  .volunteer__faq__title {
    font-size: 28px;
    line-height: 32px;
  }
  .volunteer__faq__accordion {
    padding: 24px;
  }
  .volunteer__faq__question {
    padding: 20px 0;
  }
  .volunteer__faq__question-text {
    font-size: 16px;
    line-height: 24px;
  }
  .volunteer__faq__answer {
    padding: 0 0 20px 0;
  }
  .volunteer__faq__answer p {
    font-size: 15px;
    line-height: 22px;
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=new-pages.css.map */