html {
  scroll-behavior: smooth !important;
}

*:target {
  scroll-margin-top: 0 !important;
}

html,
body {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", sans-serif;
  background-color: #fff;
}

.container-wrapper, section.numbers p.description, section.our-fight h2, section.our-fight {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-wrapper, section.numbers p.description, section.our-fight h2, section.our-fight {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-wrapper, section.numbers p.description, section.our-fight h2, section.our-fight {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-wrapper, section.numbers p.description, section.our-fight h2, section.our-fight {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-wrapper, section.numbers p.description, section.our-fight h2, section.our-fight {
    max-width: 1089px;
  }
}

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

body {
  position: relative;
  overflow-x: hidden;
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.swiper-button-next svg, .swiper-button-prev svg {
  display: none;
}

ul, li, blockquote {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Sofia Pro", "Helvetica Neue", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
}

h3, .decoration {
  font-weight: 900;
  font-size: 29px;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
}

main {
  overflow: hidden;
}

.hide-desktop {
  display: block !important;
}
@media (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}

.hide-mobile {
  display: none !important;
}
@media (min-width: 768px) {
  .hide-mobile {
    display: block !important;
  }
}

header {
  z-index: 9;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  right: 0;
  left: 0;
}
header .logo {
  width: 150px;
}
header .button.cta {
  font-size: 12px;
  padding: 8px 10px;
  border-width: 2px;
}
@media (min-width: 481px) {
  header .logo {
    width: 200px;
  }
}
@media (min-width: 768px) {
  header {
    padding: 17px;
  }
  header .logo {
    width: 401px;
  }
  header .button.cta {
    font-size: 15px;
    padding: 10px 15px;
    border-width: 3px;
  }
}

section, main {
  position: relative !important;
  top: 0;
  width: 100%;
}

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

.button {
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Switzer", "Helvetica Neue", sans-serif;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  border-style: solid;
  border-width: 3px;
  background-color: #fff;
  cursor: pointer;
}
.button:hover {
  text-decoration: none;
  background-color: black;
  color: #fff;
}
.button.inline {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.button.inline:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.button.white {
  background-color: #fff;
  border-color: #fff;
  color: #FF3D3E;
}
.button.white:hover {
  background-color: #FF3D3E;
  color: #fff;
  border-color: #fff;
}
.button.outline, .button.active {
  background-color: #fff;
  border-color: #FF3D3E;
  color: #FF3D3E;
}
.button.outline:hover, .button.active:hover {
  background-color: #FF3D3E;
  color: #fff;
  border-color: #FF3D3E;
}
.button.outline.white, .button.active.white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.outline.white:hover, .button.active.white:hover {
  background-color: #fff;
  color: #3A1D43;
  border-color: #fff;
}
.button.play {
  padding-left: 10px !important;
}
.button.play:before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon-play.svg");
  width: 31px;
  height: 31px;
  margin-right: 6px;
}
.button.cta {
  background-color: #FF3D3E;
  border-color: #FF3D3E;
  color: #fff;
}
.button.cta:hover {
  background-color: #fff;
  color: #FF3D3E;
  border-color: #FF3D3E;
}

div.donations {
  position: fixed;
  z-index: 9;
  bottom: 0;
  background-color: #fff;
  height: auto;
  padding: 10px 15px;
  display: flex;
  color: #000;
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.25);
  align-content: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  width: 100%;
  left: auto;
}
div.donations form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 8px;
  align-items: center;
}
div.donations .donations-top {
  margin-top: 30px;
}
@media (min-width: 768px) {
  div.donations .donations-top {
    margin-top: 0;
  }
}
div.donations .donations-amounts {
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  div.donations .donations-amounts {
    flex-wrap: wrap;
  }
}
div.donations .donations-amounts li {
  display: flex;
  align-items: center;
}
div.donations .donations-amounts li input[type=radio] {
  display: none;
}
div.donations .donations-amounts li label {
  font-size: 16.5px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  div.donations .donations-amounts li label {
    font-size: 21px;
    line-height: 49.5px;
  }
}
div.donations .donations-amounts li label.button {
  cursor: pointer;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 15px;
}
div.donations .donations-amounts li.custom-amount {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-family: "Switzer", "Helvetica Neue", sans-serif;
  font-size: 15px;
}
div.donations .donations-amounts li.custom-amount span {
  color: #000;
}
div.donations .donations-amounts li.custom-amount input[type=text] {
  border: none;
  background: transparent;
  font-family: "Switzer", "Helvetica Neue", sans-serif;
  font-size: 15px;
  text-align: center;
  width: 60px;
  outline: none;
  border-bottom: 1px solid #000;
}
div.donations .donations-amounts li.custom-amount input[type=text]::placeholder {
  color: #000;
}
div.donations .donations-amounts li.custom-amount.active span {
  color: #FF3D3E;
}
div.donations .donations-amounts li.custom-amount.active input[type=text] {
  border-bottom-color: #FF3D3E;
  color: #FF3D3E;
}
div.donations .donations-bottom {
  display: none;
}
@media (min-width: 768px) {
  div.donations .donations-bottom {
    display: flex;
  }
}
div.donations .button {
  border-width: 1px;
  font-size: 12px;
  padding: 0 10px;
}
div.donations .button.cta {
  position: absolute;
  top: -14px;
  font-size: 16px;
  line-height: 38.5px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  div.donations .button.cta {
    top: auto;
    position: relative;
    font-size: 21px;
    line-height: 49.5px;
  }
}
div.donations p {
  font-size: 14px;
  font-family: "Sofia Pro", "Helvetica Neue", sans-serif;
  line-height: normal;
  font-weight: 200;
  text-align: center;
}
div.donations p strong {
  color: #FF3D3E;
}
@media (min-width: 768px) {
  div.donations {
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    padding: 17px 30px;
    flex-direction: row;
    gap: 10px;
  }
  div.donations form {
    flex-direction: row;
    width: auto;
    gap: 9px;
  }
  div.donations .donations-amounts {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 9px;
  }
  div.donations .donations-amounts li.custom-amount {
    width: auto;
    justify-content: flex-start;
  }
  div.donations p {
    font-size: 16px;
    text-align: left;
  }
}

.bg {
  position: absolute;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}
section.hero {
  height: 600px;
  position: relative;
}
@media (min-width: 768px) {
  section.hero {
    height: 88vh;
  }
}
section.hero .hero-slider, section.hero .hero-slider-mobile {
  height: 100%;
  width: 100%;
}
section.hero .hero-slider .swiper-wrapper, section.hero .hero-slider-mobile .swiper-wrapper {
  height: 100%;
  width: 100%;
}
section.hero .hero-slider .swiper-slide, section.hero .hero-slider-mobile .swiper-slide {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  background: transparent;
}
@media (min-width: 768px) {
  section.hero .hero-slider .swiper-slide, section.hero .hero-slider-mobile .swiper-slide {
    overflow: hidden;
  }
}
section.hero .hero-slider .swiper-slide .text-container, section.hero .hero-slider-mobile .swiper-slide .text-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  padding: 0;
  bottom: -20px;
}
section.hero .hero-slider .swiper-slide .text-container h2, section.hero .hero-slider .swiper-slide .text-container h3, section.hero .hero-slider .swiper-slide .text-container .button, section.hero .hero-slider-mobile .swiper-slide .text-container h2, section.hero .hero-slider-mobile .swiper-slide .text-container h3, section.hero .hero-slider-mobile .swiper-slide .text-container .button {
  position: relative;
  z-index: 2;
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 375px) {
  section.hero .hero-slider .swiper-slide .text-container h2, section.hero .hero-slider .swiper-slide .text-container h3, section.hero .hero-slider .swiper-slide .text-container .button, section.hero .hero-slider-mobile .swiper-slide .text-container h2, section.hero .hero-slider-mobile .swiper-slide .text-container h3, section.hero .hero-slider-mobile .swiper-slide .text-container .button {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 320px) {
  section.hero .hero-slider .swiper-slide .text-container h2, section.hero .hero-slider .swiper-slide .text-container h3, section.hero .hero-slider .swiper-slide .text-container .button, section.hero .hero-slider-mobile .swiper-slide .text-container h2, section.hero .hero-slider-mobile .swiper-slide .text-container h3, section.hero .hero-slider-mobile .swiper-slide .text-container .button {
    padding-left: 10px;
    padding-right: 10px;
  }
}
section.hero .hero-slider .swiper-slide h2, section.hero .hero-slider-mobile .swiper-slide h2 {
  font-size: 35px;
  font-family: "Sofia Pro", "Helvetica Neue", sans-serif;
  font-weight: 900;
  margin-bottom: 8px;
}
section.hero .hero-slider .swiper-slide h3, section.hero .hero-slider-mobile .swiper-slide h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
section.hero .hero-slider .swiper-slide .button, section.hero .hero-slider-mobile .swiper-slide .button {
  font-family: "Sofia Pro", "Helvetica Neue", sans-serif;
  font-weight: 900;
  font-size: 18px;
  padding: 12px 8px 12px;
}
section.hero .hero-slider .swiper-slide .button:after, section.hero .hero-slider-mobile .swiper-slide .button:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 7px;
  background-image: url("../img/arrow.svg");
  background-size: 100% 100%;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
}
section.hero .hero-slider .swiper-slide .button:hover, section.hero .hero-slider-mobile .swiper-slide .button:hover {
  background-color: #000;
  color: #fff;
}
section.hero .hero-slider .swiper-slide .button:hover:after, section.hero .hero-slider-mobile .swiper-slide .button:hover:after {
  transform: translateY(3px);
}
section.hero .hero-slider .swiper-slide video.bg, section.hero .hero-slider-mobile .swiper-slide video.bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 1/1;
  object-fit: cover;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
section.hero .hero-slider .swiper-slide video.bg::-webkit-media-controls, section.hero .hero-slider-mobile .swiper-slide video.bg::-webkit-media-controls {
  display: none !important;
}
section.hero .hero-slider .swiper-slide video.bg::-webkit-media-controls-enclosure, section.hero .hero-slider-mobile .swiper-slide video.bg::-webkit-media-controls-enclosure {
  display: none !important;
}
section.hero .hero-slider .swiper-slide video.bg::-webkit-media-controls-panel, section.hero .hero-slider-mobile .swiper-slide video.bg::-webkit-media-controls-panel {
  display: none !important;
}
section.hero .hero-slider .swiper-slide video.bg::-webkit-media-controls-play-button, section.hero .hero-slider-mobile .swiper-slide video.bg::-webkit-media-controls-play-button {
  display: none !important;
}
section.hero .hero-slider .swiper-slide video.bg::-webkit-media-controls-start-playback-button, section.hero .hero-slider-mobile .swiper-slide video.bg::-webkit-media-controls-start-playback-button {
  display: none !important;
}
@media (min-width: 768px) {
  section.hero .hero-slider .swiper-slide video.bg, section.hero .hero-slider-mobile .swiper-slide video.bg {
    height: auto;
    width: 100%;
  }
}
section.hero .hero-slider .swiper-slide.swiper-slide-active, section.hero .hero-slider-mobile .swiper-slide.swiper-slide-active {
  z-index: 2;
}
section.hero .hero-bottom, section.hero .hero-top {
  position: relative;
}
@media (min-width: 768px) {
  section.hero .hero-slider .swiper-slide {
    flex-direction: row-reverse;
  }
  section.hero .hero-slider .swiper-slide .text-container {
    width: 50%;
    padding: 0;
    justify-content: center;
    bottom: auto;
  }
  section.hero .hero-slider .swiper-slide .text-container h2 {
    font-size: 49px;
  }
  section.hero .hero-slider .swiper-slide .text-container h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  section.hero .hero-slider .swiper-slide .text-container .button {
    font-size: 24px;
    padding: 10px 17px 7px;
  }
  section.hero .hero-slider .swiper-slide video.bg {
    height: 100%;
    aspect-ratio: auto;
  }
}

section.our-fight {
  color: #000;
  text-align: center;
  width: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
section.our-fight h2 {
  font-weight: 400;
  font-size: 25px;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 120%;
  padding: 0;
}
@media (min-width: 768px) {
  section.our-fight h2 {
    font-size: 40px;
    margin-top: 80px;
    margin-bottom: 70px;
  }
}
section.our-fight .our-fight-wrapper {
  width: auto;
}
section.our-fight .our-fight-wrapper .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  flex-direction: column;
}
section.our-fight .our-fight-wrapper .item h3 {
  font-size: 22px;
  padding: 0 20px;
  margin-bottom: 30px;
  font-weight: 400;
}
@media (min-width: 768px) {
  section.our-fight .our-fight-wrapper .item h3 {
    font-size: 27px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  section.our-fight .our-fight-wrapper .item {
    margin-bottom: 70px;
  }
}
section.our-fight .our-fight-wrapper .item .item-details {
  max-width: 100%;
}
@media (min-width: 768px) {
  section.our-fight .our-fight-wrapper .item .item-details {
    padding: 0;
  }
}
section.our-fight .our-fight-wrapper .item .item-details .top.hide-desktop {
  display: flex !important;
}
@media (min-width: 768px) {
  section.our-fight .our-fight-wrapper .item .item-details .top.hide-desktop {
    display: none !important;
  }
}
section.our-fight .our-fight-wrapper .item .item-details .top.hide-mobile {
  display: none !important;
}
@media (min-width: 768px) {
  section.our-fight .our-fight-wrapper .item .item-details .top.hide-mobile {
    display: flex !important;
  }
}
section.our-fight .our-fight-wrapper .item .item-details .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  position: relative;
  margin-bottom: 38px;
  padding: 0 23px;
}
@media (min-width: 768px) {
  section.our-fight .our-fight-wrapper .item .item-details .top {
    padding: 0;
  }
}
section.our-fight .our-fight-wrapper .item .item-details .top div {
  position: relative;
}
section.our-fight .our-fight-wrapper .item .item-details .top > div:nth-child(1) {
  display: grid;
  justify-items: center;
}
@media (min-width: 768px) {
  section.our-fight .our-fight-wrapper .item .item-details .top > div:nth-child(1) {
    display: flex;
    width: 100%;
  }
}
section.our-fight .our-fight-wrapper .item .item-details .top > div:nth-child(1) img {
  position: relative;
  bottom: auto;
  transform: none;
  margin: 0 auto;
  z-index: 1;
}
section.our-fight .our-fight-wrapper .item .item-details .top > div:nth-child(2) {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  section.our-fight .our-fight-wrapper .item .item-details .top > div:nth-child(2) {
    display: block;
    flex-direction: column;
  }
}
section.our-fight .our-fight-wrapper .item .item-details .top > div:nth-child(2) img {
  width: 55%;
}
section.our-fight .our-fight-wrapper .item .item-details .top > div:nth-child(2) h3 {
  padding: 0;
  margin: 0;
  font-size: 19px;
}
section.our-fight .our-fight-wrapper .item .item-details .top > div:nth-child(2) h4 {
  font-size: 19px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  section.our-fight .our-fight-wrapper .item .item-details .top > div:nth-child(2) h4 {
    font-size: 20px;
  }
}
section.our-fight .our-fight-wrapper .item .item-details .top > div:nth-child(3) {
  width: 100%;
  padding-left: 0;
}
section.our-fight .our-fight-wrapper .item .item-details .top > div:nth-child(3) p {
  font-size: 16px;
  line-height: 130%;
}
@media (min-width: 768px) {
  section.our-fight .our-fight-wrapper .item .item-details .top > div:nth-child(3) p {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  section.our-fight .our-fight-wrapper .item .item-details .top {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    text-align: left;
    gap: 0;
  }
  section.our-fight .our-fight-wrapper .item .item-details .top > div:nth-child(1) {
    width: 265px;
  }
  section.our-fight .our-fight-wrapper .item .item-details .top > div:nth-child(1) img {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    margin: 0;
  }
  section.our-fight .our-fight-wrapper .item .item-details .top > div:nth-child(2) {
    width: 290px;
  }
  section.our-fight .our-fight-wrapper .item .item-details .top > div:nth-child(3) {
    flex: 1;
    padding-left: 0;
  }
}
section.our-fight .our-fight-wrapper .item .item-details .bottom {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  section.our-fight .our-fight-wrapper .item .item-details .bottom {
    flex-direction: row;
  }
}
section.our-fight .our-fight-wrapper .item .item-details .bottom .img-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  section.our-fight .our-fight-wrapper .item .item-details .bottom .img-container {
    width: auto;
  }
}
section.our-fight .our-fight-wrapper .item .item-details .bottom .img-container img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.5s ease;
}
@media (min-width: 768px) {
  section.our-fight .our-fight-wrapper .item .item-details .bottom .img-container img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
}
section.our-fight .our-fight-wrapper .item .item-details .bottom .img-container .img-default {
  position: relative;
  z-index: 1;
  opacity: 1;
}
section.our-fight .our-fight-wrapper .item .item-details .bottom .img-container .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
section.our-fight .our-fight-wrapper .item .item-details .bottom .img-container:hover .img-hover {
  opacity: 1;
}
section.our-fight .our-fight-wrapper .item .item-details .bottom .text-container {
  color: #000;
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  section.our-fight .our-fight-wrapper .item .item-details .bottom .text-container {
    position: absolute;
    width: 50%;
  }
}
section.our-fight .our-fight-wrapper .item .item-details .bottom .text-container .inner {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  margin: 0;
  padding: 26px 40px;
  position: relative;
  z-index: 9;
  bottom: 40px;
  width: 62%;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}
section.our-fight .our-fight-wrapper .item .item-details .bottom .text-container .inner p {
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "Sofia Pro", "Helvetica Neue", sans-serif;
}
@media (min-width: 768px) {
  section.our-fight .our-fight-wrapper .item .item-details .bottom .text-container .inner p {
    margin-top: 20px;
    margin-bottom: 13px;
    font-family: "Roboto", "Open Sans", "Helvetica Neue", sans-serif;
  }
}
@media (min-width: 768px) {
  section.our-fight .our-fight-wrapper .item .item-details .bottom .text-container .inner {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    width: 411px;
    max-width: 90%;
    padding: 21px 32px;
    margin: 3vw auto;
    bottom: auto;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  section.our-fight .our-fight-wrapper .item .item-details .bottom .text-container .inner {
    width: 32vw;
    max-width: 411px;
  }
}
@media (min-width: 1280px) {
  section.our-fight .our-fight-wrapper .item .item-details .bottom .text-container .inner {
    width: 411px;
  }
}
section.our-fight .our-fight-wrapper .item .item-details .bottom .text-container .inner .btn-cta {
  position: relative;
  width: 100%;
  left: 0;
  transform: none;
  margin-top: 20px;
}
section.our-fight .our-fight-wrapper .item .item-details .bottom .text-container .inner .btn-cta a.button {
  font-size: 16px;
  width: auto;
  line-height: 38.5px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  section.our-fight .our-fight-wrapper .item .item-details .bottom .text-container .inner .btn-cta a.button {
    font-size: 22px;
    line-height: 49.5px;
  }
}
@media (min-width: 768px) {
  section.our-fight .our-fight-wrapper .item .item-details .bottom .text-container .inner .btn-cta {
    position: absolute;
    left: -50%;
    transform: translateX(50%);
    margin-top: 0;
    bottom: -20px;
  }
}
section.our-fight .our-fight-wrapper .item .item-details .bottom .text-container .inner ul {
  display: flex;
  text-align: left;
  font-family: "Sofia Pro", "Helvetica Neue", sans-serif;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  section.our-fight .our-fight-wrapper .item .item-details .bottom .text-container .inner ul {
    margin-bottom: 20px;
  }
}
section.our-fight .our-fight-wrapper .item .item-details .bottom .text-container .inner ul li {
  font-size: 31px;
  font-weight: 700;
  position: relative;
  padding-left: 16px;
}
section.our-fight .our-fight-wrapper .item .item-details .bottom .text-container .inner ul li small {
  font-size: 10px;
  display: block;
}
section.our-fight .our-fight-wrapper .item .item-details .bottom .text-container .inner ul li.amount {
  color: #FF3D3E;
  font-size: 67px;
  padding-right: 13px;
  padding-left: 0;
  position: relative;
  top: 5px;
}
section.our-fight .our-fight-wrapper .item .item-details .bottom .text-container .inner ul li.amount:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 75%;
  position: absolute;
  background-color: #000;
  right: 0;
  top: calc(50% - 5px);
  transform: translateY(-50%);
}
section.our-fight .our-fight-wrapper .item .item-details h4 {
  display: inline-block;
  background-color: #3A1D43;
  color: #fff;
  font-size: 19px;
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  section.our-fight .our-fight-wrapper .item .item-details h4 {
    font-size: 27px;
    padding-top: 3px;
    padding-bottom: 1px;
  }
}

section.numbers {
  height: auto;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Sofia Pro", "Helvetica Neue", sans-serif;
}
@media (min-width: 768px) {
  section.numbers {
    height: 690px;
    padding: 0;
  }
}
section.numbers:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(58, 29, 67, 0.9);
  pointer-events: none;
  z-index: -1;
}
section.numbers h2 {
  text-transform: none;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 18px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  section.numbers h2 {
    font-size: 32px;
  }
}
section.numbers h3 {
  font-size: 25px;
  padding-bottom: 3px;
  color: #3A1D43;
  margin: 0 20px;
}
@media (min-width: 768px) {
  section.numbers h3 {
    font-size: 40px;
  }
}
section.numbers ul.digits {
  display: flex;
  margin-top: 40px;
  margin-bottom: 25px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  section.numbers ul.digits {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
section.numbers ul.digits li {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  margin-right: 0;
}
section.numbers ul.digits li:not(:last-child):after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  transform: translateY(-50%);
  top: 50%;
  height: 42px;
  right: -10px;
  background-color: #fff;
}
@media (min-width: 768px) {
  section.numbers ul.digits li:not(:last-child):after {
    height: 115px;
    right: -30px;
  }
}
section.numbers ul.digits li:not(:last-child) {
  margin-right: 30px;
}
@media (min-width: 768px) {
  section.numbers ul.digits li:not(:last-child) {
    margin-right: 60px;
  }
}
@media (min-width: 768px) {
  section.numbers ul.digits li {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  section.numbers ul.digits {
    flex-direction: row;
    margin-top: 77px;
    margin-bottom: 60px;
  }
}
section.numbers ul.digits .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
section.numbers ul.digits .inner span {
  font-size: 40px;
  font-weight: bold;
  position: relative;
}
@media (min-width: 768px) {
  section.numbers ul.digits .inner span {
    font-size: 135px;
  }
}
section.numbers ul.digits .inner p {
  font-weight: 300;
  padding: 0;
  font-size: 16px;
}
@media (min-width: 768px) {
  section.numbers ul.digits .inner p {
    font-size: 27px;
  }
}
section.numbers a.button {
  margin: 0 77px;
  line-height: 25.2px;
  font-family: "Sofia Pro", "Helvetica Neue", sans-serif;
  padding: 8px 0;
  max-width: 235px;
}
@media (min-width: 768px) {
  section.numbers a.button {
    line-height: 35px;
    margin: 0;
    padding: 10px 15px;
  }
}
section.numbers p, section.numbers a.button {
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 768px) {
  section.numbers p, section.numbers a.button {
    font-size: 27px;
    line-height: 35px;
  }
}
section.numbers p.description {
  margin-left: 31px;
  margin-right: 31px;
  line-height: 24px;
  display: inline;
  max-width: none;
  width: auto;
  margin-bottom: 21px;
}
@media (min-width: 768px) {
  section.numbers p.description {
    margin-left: 0;
    margin-right: 0;
    max-width: 900px;
  }
}

a.button {
  font-weight: 600;
}

section.video {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 367px;
  padding: 0;
}
@media (min-width: 768px) {
  section.video {
    height: 720px;
  }
}
section.video video.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
section.video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  pointer-events: none;
}
section.video a.play {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("../img/icon-play.svg");
  background-size: 100% 100%;
  margin-bottom: 22px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  section.video a.play {
    width: 100px;
    height: 100px;
  }
}
section.video h2 {
  font-size: 28px;
  color: #fff;
  padding-bottom: 0;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 12px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  section.video h2 {
    font-size: 40px;
  }
}
section.video p {
  font-size: 20px;
  position: relative;
  z-index: 3;
  font-family: "Sofia Pro", "Helvetica Neue", sans-serif;
}
@media (min-width: 768px) {
  section.video p {
    font-size: 30px;
  }
}

section.help-us .help-us-top h2 {
  padding: 0 20px;
}
@media (min-width: 768px) {
  section.help-us .help-us-top h2 {
    padding: 0;
  }
}
section.help-us .help-us-top ul.items.desktop-only {
  display: none;
}
@media (min-width: 768px) {
  section.help-us .help-us-top ul.items.desktop-only {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 37px;
    gap: 5px;
  }
}
section.help-us .help-us-top ul.items.desktop-only li {
  display: flex;
  width: 385px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section.help-us .help-us-top ul.items.desktop-only li img {
  height: 92px;
  margin-bottom: 18px;
}
section.help-us .help-us-top ul.items.desktop-only li h3 {
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 34px;
  background-color: #3A1D43;
}
section.help-us .help-us-top ul.items.desktop-only li p {
  font-size: 20px;
  color: #000;
}
section.help-us .help-us-top .help-us-slider {
  display: block;
  position: relative;
  padding: 0 50px 50px;
  margin-top: 30px;
  overflow: hidden;
}
@media (max-width: 455px) {
  section.help-us .help-us-top .help-us-slider {
    overflow: hidden !important;
    padding: 0 20px 50px;
  }
}
@media (max-width: 380px) {
  section.help-us .help-us-top .help-us-slider {
    padding: 0 15px 50px;
  }
}
@media (min-width: 768px) {
  section.help-us .help-us-top .help-us-slider {
    display: none;
  }
}
section.help-us .help-us-top .help-us-slider .swiper-slide .item-content {
  text-align: center;
  padding: 20px 10px;
}
section.help-us .help-us-top .help-us-slider .swiper-slide .item-content img {
  height: 92px;
  width: auto;
  margin: 0 auto 15px;
  display: block;
}
section.help-us .help-us-top .help-us-slider .swiper-slide .item-content h3 {
  font-size: 24px;
  margin-bottom: 22px;
  background-color: #3A1D43;
  color: #fff;
  padding: 8px 15px;
  display: inline-block;
}
section.help-us .help-us-top .help-us-slider .swiper-slide .item-content p {
  font-size: 16px;
  color: #000;
  line-height: 1.4;
}
section.help-us .help-us-top .help-us-slider .swiper-button-prev,
section.help-us .help-us-top .help-us-slider .swiper-button-next {
  width: 34px;
  height: 34px;
  margin-top: -17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
}
section.help-us .help-us-top .help-us-slider .swiper-button-prev:after,
section.help-us .help-us-top .help-us-slider .swiper-button-next:after {
  content: "";
  display: none;
}
section.help-us .help-us-top .help-us-slider .swiper-button-prev:hover,
section.help-us .help-us-top .help-us-slider .swiper-button-next:hover {
  opacity: 0.7;
}
section.help-us .help-us-top .help-us-slider .swiper-button-prev {
  left: 30px;
  background-image: url("../img/arrow-left.svg");
}
section.help-us .help-us-top .help-us-slider .swiper-button-next {
  right: 30px;
  background-image: url("../img/arrow-right.svg");
}
section.help-us .help-us-top .help-us-slider .swiper-pagination {
  bottom: 10px;
}
section.help-us .help-us-top .help-us-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #3A1D43;
  opacity: 0.5;
}
section.help-us .help-us-top .help-us-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #FF3D3E;
}
@media (min-width: 768px) {
  section.help-us .help-us-top .help-us-slider {
    display: none;
  }
}
section.help-us .help-us-top {
  background-position: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  section.help-us .help-us-top {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  section.help-us .help-us-top {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  section.help-us .help-us-top {
    max-width: 1089px;
  }
}
section.help-us .help-us-top h2 {
  text-transform: uppercase;
  font-size: 21px;
  margin-top: 40px;
  padding: 0 20px;
  color: #3A1D43;
}
@media (min-width: 768px) {
  section.help-us .help-us-top h2 {
    font-size: 30px;
    margin-top: 69px;
    padding: 0;
  }
}
section.help-us .help-us-top ul.items.desktop-only {
  display: none;
}
@media (min-width: 768px) {
  section.help-us .help-us-top ul.items.desktop-only {
    display: flex;
  }
}
section.help-us .help-us-top ul.items {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 37px;
  gap: 5px;
}
section.help-us .help-us-top ul.items li {
  display: flex;
  width: 385px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section.help-us .help-us-top ul.items li img {
  height: 92px;
  margin-bottom: 18px;
}
section.help-us .help-us-top ul.items li h3 {
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 34px;
  background-color: #3A1D43;
}
section.help-us .help-us-top ul.items li p {
  font-size: 20px;
  color: #000;
}
section.help-us .content {
  padding: 31px 26px;
  background-color: #3A1D43;
  max-width: calc(100% - 52px);
  color: #fff;
  margin: 0 26px;
  box-sizing: border-box;
}
section.help-us .content h2 {
  font-size: 28px;
  margin: 0;
  margin-bottom: 20px;
  color: #fff;
}
@media (min-width: 768px) {
  section.help-us .content h2 {
    font-size: 40px;
  }
}
section.help-us .content p {
  font-family: "Sofia Pro", "Helvetica Neue", sans-serif;
  font-size: 16px;
}
@media (min-width: 768px) {
  section.help-us .content p {
    font-size: 25px;
  }
}
section.help-us .content a.button {
  margin-top: 26px;
  font-size: 17px;
  line-height: 52px;
  padding: 0 19px;
}
@media (min-width: 768px) {
  section.help-us .content a.button {
    font-size: 22px;
    line-height: 52px;
  }
}
@media (min-width: 768px) {
  section.help-us .content {
    width: 44vw;
    max-width: 572px;
    min-width: 343px;
    padding: 5vw 6vw 6vw;
    margin-left: 42vw;
    margin-right: 13vw;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  section.help-us .content {
    width: 572px;
    padding: 67px 81px 98px;
    margin-left: 538px;
    margin-right: 170px;
  }
}
section.help-us .help-us-bottom {
  position: relative;
  height: 445px;
  align-content: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  section.help-us .help-us-bottom {
    height: 714px;
    align-content: flex-end;
  }
}
section.help-us .help-us-bottom .bg {
  z-index: -1;
}

footer {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", sans-serif;
  background-color: #3A1D43;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding-bottom: 160px;
}
@media (min-width: 768px) {
  footer {
    font-size: 14px;
    padding: 0;
  }
}
footer .footer-donations {
  display: none;
}
@media (min-width: 768px) {
  footer .footer-donations {
    position: relative;
    height: 189px;
    min-height: 189px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
footer a {
  color: #fff;
  font-size: 19px;
}
@media (min-width: 768px) {
  footer a {
    font-size: 16px;
  }
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .footer-up, footer .footer-down {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 200;
}
footer .footer-up {
  flex-direction: column;
}
@media (min-width: 768px) {
  footer .footer-up {
    flex-direction: row;
    gap: 13px;
    padding: 0 0 40px;
  }
}
footer .footer-up a.link {
  font-weight: normal;
  font-size: 20px;
}
footer .footer-up a.logo {
  display: inline-block;
}
footer .footer-up .socials {
  display: flex;
  justify-content: center;
  gap: 11px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  footer .footer-up .socials {
    gap: 11px;
    margin-bottom: 0;
  }
}
footer .footer-up .socials a {
  display: block;
  width: 35px;
  height: 35px;
  transition: all 0.2s ease;
}
footer .footer-up .socials a:hover {
  opacity: 0.7;
}
footer .footer-up .socials .linkedin a {
  background-image: url("../img/icon-linkedin.svg");
}
footer .footer-up .socials .instagram a {
  background-image: url("../img/icon-instagram.svg");
}
footer .footer-up .socials .facebook a {
  background-image: url("../img/icon-facebook.svg");
}
footer .footer-up .socials .youtube a {
  background-image: url("../img/icon-youtube.svg");
}
footer .footer-down {
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
}
@media (min-width: 768px) {
  footer .footer-down {
    flex-direction: row;
    gap: 29px;
    padding: 0 0 40px;
    font-size: 14px;
  }
}
footer .footer-down .legals {
  margin-top: 50px;
}
@media (min-width: 768px) {
  footer .footer-down .legals {
    margin-top: 0;
  }
}
footer .footer-down .legals li {
  display: inline-block;
  position: relative;
  margin-left: 15px;
}
footer .footer-down .legals li:not(:last-child):after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 75%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 8px;
  background-color: #fff;
}

.video-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.video-popup-overlay.active {
  display: flex;
  opacity: 1;
}

.video-popup {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}
.video-popup video {
  width: 100%;
  height: auto;
  max-width: 800px;
  max-height: 450px;
  display: block;
}

.video-popup-close {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #FF3D3E;
  border: none;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  z-index: 1001;
  line-height: 1;
  padding: 0;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.video-popup-close:hover {
  background-color: #fff;
  color: #FF3D3E;
  transform: scale(1.1);
}

/*# sourceMappingURL=style.css.map */
