@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  font-family: lato, sans-serif;
}

a {
  color: white;
}

@font-face {
  font-family: "Aspira regular";
  src: url("./fonts/ASPIRA-REGULAR.WOFF") format("woff"), url("./fonts/ASPIRA-REGULAR.OTF") format("otf");
}

@font-face {
  font-family: "Aspira black";
  src: url("./fonts/ASPIRA-BLACK.WOFF") format("woff"), url("./fonts/ASPIRA-BLACK.OTF") format("otf");
}

@font-face {
  font-family: "Aspira bold";
  src: url("./fonts/ASPIRA-BOLD.WOFF") format("woff"), url("./fonts/ASPIRA-BOLD.OTF") format("otf");
}

video {
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

h1,
h3 {
  font-family: "Aspira black";
}

.header {
    position: relative;
  height: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "Aspira black";
}

.header__span {
  padding-top: 10px;
  font-family: "Aspira black";
}

.header__heading {
  font-size: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
display: -webkit-flex;
  display: flex;
  font-size: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* justify-content: flex-end; */
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header__heading span {
  font-size: 38px;
}

.header__left {
  background-color: #d5006e;
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  color: #ffffff;
  padding-right: 30px;
  text-align: end;
}

.header__right {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.header__image {
  margin-top: 60px;
  margin-bottom: 120px;
  width: 204px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__icon-wrapper {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 640px;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__play-icon {
  width: 129px;
  height: 129px;
  cursor: pointer;
}

.text {
  color: #2b4162;
  font-size: 18px;
}

.text__center {
  text-align: center;
}

.heading__marked {
  background-color: #e2c040;
  padding: 0px 10px;
  color: #ffffff;
  font-family: "Aspira black";
  font-size: 48px !important;
}

.heading__marked--paddingtop {
  padding-top: 4px;
}

.heading__marked--paddingbottom {
  padding-bottom: 4px;
}

.heading__marked--paddingcenter {
  padding-top: 4px;
}

.section__heading {
  font-family: "Aspira black" !important;
  text-transform: uppercase;
  text-align: center;
  font-size: 34px;
  margin-bottom: 40px;
}

.section__heading--white {
  color: white;
}

.section__heading--blue {
  color: #2b4162;
  font-family: "Aspira black" !important;
}

.section__heading--yellow {
  color: #e2c040;
}

.section__heading--pink {
  color: #d5006e;
}

.section__heading span {
  text-transform: none;
  font-family: "Aspira black" !important;
  font-size: 30px;
}

.span__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #2b4162;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.span__line::after {
  position: relative;
  content: " ";
  width: 20px;
  background-color: #2b4162;
  height: 5px;
  top: 15px;
}

.span__line--white {
  color: #ffffff;
}

.span__line--white::after {
  position: relative;
  content: " ";
  width: 20px;
  background-color: #ffffff;
  height: 5px;
}

.section__deduction {
  background-color: #d5006e;
}

.section__deduction .schema-image {
  max-width: 353px;
  -o-object-fit: contain;
     object-fit: contain;
}

.section1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 70px 0px;
}

.container {
  max-width: 744px;
}

.grecaptcha-badge {
  display: none;
}

.section2__img {
  width: 100%;
  height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section2__div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section2__header {
  width: 100%;
  background-color: #2b4162;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px;
}

.section2__cases {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #e2c040;
  color: white;
  text-transform: uppercase;
  height: 170px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.section2__padding {
  padding-top: 40px;
}

.accordion {
  overflow: hidden;
  width: 100%;
  height: 140px;
  background-color: #e2c040;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
}

.accordion h3,
.accordion p {
  color: white;
}

.accordion p {
  max-width: 340px;
  padding: 0px 10px 10px 120px;
  font-size: 18px;
  font-family: lato, sans-serif;
  font-weight: bold;
  display: none;
}

.accordion h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 38px;
  max-width: 340px;
  padding: 20px 70px 18px 91px;
  text-transform: uppercase;
}

.accordion h3::before {
  content: " ";
  height: 25px;
  min-width: 12px;
  margin-right: 30px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/arrow-right.svg");
}

.accordion--open {
  height: 280px;
  background-color: #d5006e;
}

.accordion--open p {
  display: block;
}

.accordion--open h3::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.section__flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section__flex--after {
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 70px;
  border-right: 5px white solid;
  margin-top: 30px;
}

.section__flex--img {
  margin-left: 70px;
}

.section__flex--padding {
  padding-top: 50px;
}

.button__donation {
  z-index: 1;
  width: 220px;
  height: 38px;
  font-family: "Aspira black";
  background-color: #d5006e;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  color: #ffffff;
}

.button__donation--header {
  position: fixed;
  z-index: 5;
  top: 30px;
  right: 85px;
}

.button__donation--section3 {
  margin-top: 30px;
  margin-bottom: 70px;
}

.button__donation--yellow {
  background-color: #e2c040;
  margin-top: 30px;
}

.button__donation--yellow-top {
  background-color: #e2c040;
}

details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #e2c040;
  color: white;
  text-transform: uppercase;
  height: 170px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

details > summary {
  font-family: "Aspira black";
  background-color: #e2c040;
  font-size: 32px;
  border: none;
  cursor: pointer;
  margin-left: 50px;
  margin-top: 50px;
  list-style-image: url("../images/arrow-right.svg");
}

details > p {
  margin-top: 15px;
  background-color: #d5006e;
  font-size: 18px;
  text-transform: none;
  width: 600px;
  margin-left: 95px;
}

details[open] > summary {
  background-color: #d5006e;
  margin-top: 25px !important;
  list-style-image: url("../images/arrow-bottom.svg");
}

details[open] {
  background-color: #d5006e;
}

.section3__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0px 30px;
}

.section3__padding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
}

.section3__subtext {
  opacity: 0.85;
}

.section3__text {
  color: #ffffff;
  padding: 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  background-color: #2b4162;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 231px;
}

.section3__text--2 {
  padding-top: 15px;
  font-size: 18px;
  font-weight: bold;
}

.section3__text--price {
  color: #e2c040;
  font-size: 48px;
}

.section3__card {
  max-width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section3__card img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 145px;
}

.section__deduction--text1 {
  font-family: "Aspira black";
  font-size: 20px;
  text-transform: uppercase;
}

.section__deduction--text2 {
  font-size: 18px;
  font-family: lato, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.section__deduction--text3 {
  font-family: lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}

.section__deduction--subtext {
  opacity: 0.85;
  margin-top: 15px;
}

.section__deduction--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
}

.section__deduction--flex img {
  padding-left: 70px;
}

.section__deduction--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 420px;
  text-align: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 70px;
}

.section__deduction--arrow {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 45px;
}

.section__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.section__form input {
  margin-bottom: 15px;
}

.section__form--text1 {
  color: #2b4162;
  font-size: 18px;
  font-family: lato, sans-serif;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  margin: 0px 70px 25px 70px;
  text-transform: none;
}

.section__form--text2 {
  color: #2b4162;
  font-family: "Aspira black";
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 25px;
  text-align: center;
}

.section__form--margin {
  margin-top: 70px;
}

.section__form--img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #e6e8eb;
  padding-bottom: 70px;
}

.form__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-left: -17px;
}

.form__control input {
  margin-right: 10px;
  width: 20px !important;
}

.form__control span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.form__container {
  max-width: 505px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form input, .form textarea {
  background-color: white;
  color: #022c42;
  font-size: 16px;
  width: 100%;
  padding: 11px 10px 16px 20px;
  border: none;
}

.form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  color: #022c42;
}

.form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  color: #022c42;
}

.form input::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
  color: #022c42;
}

.form input::placeholder, .form textarea::placeholder {
  color: #022c42;
}

.form #info-check {
  margin-top: 20px;
}

.form label {
  color: #022c42;
}

.form textarea {
  resize: none;
  min-height: 80px;
}

.form__submit {
  font-family: "Aspira Black";
  font-size: 24px;
  background-color: #d5006e;
  padding: 7px 17px 2px 17px;
  text-transform: uppercase;
  border: none;
  color: white;
  max-width: 150px;
  margin-top: 30px;
  cursor: pointer;
}

.form__success-message {
  display: none;
  margin-top: 30px;
  color: #022c42;
  font-weight: bold;
}

.form__warning-message {
  display: none;
  margin-top: 30px;
  color: #e2c040;
  font-weight: bold;
}

.form__error-message, .form__error-message-recaptcha {
  display: none;
  margin-top: 30px;
  color: #d5006e;
  font-weight: bold;
}

.form__message-zone {
  height: 100px;
  max-width: 450px;
  text-align: center;
}

.popup-video {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: #333a439a;
  z-index: 4;
}

.popup-video__leave-btn {
  position: fixed;
  left: 30px;
  top: 30px;
  cursor: pointer;
}

.legal-notice {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #333a439a;
  z-index: 4;
}

.legal-notice a {
  color: #d5006e;
}

.legal-notice__box {
  height: 80vh;
  max-width: 500px;
  padding: 30px;
  background-color: white;
  overflow: auto;
  margin: 30px;
}

.legal-notice__leave-btn {
  position: absolute;
  margin-top: -80px;
  margin-left: -80px;
  cursor: pointer;
}

.p-text {
  max-width: 500px;
  margin: auto;
  margin-bottom: 27px;
}

.footer__content {
  background-color: #2b4162;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  padding: 50px 0px 50px 0px;
}

.footer p {
  font-size: 18px;
}

.footer__metadata {
  max-width: 580px;
  padding-right: 70px;
  padding-left: 30px;
  border-right: solid 5px white;
}

.footer__bigtext {
  font-family: "Aspira Bold";
  font-size: 48px;
  line-height: 35px;
}

.footer__smalltext {
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.footer__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 70px;
  padding-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer__data-wrapper {
  margin-bottom: 30px;
}

.footer__logo {
  margin-bottom: 30px;
  max-width: 148px;
}

.footer__social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.footer__social-wrapper img {
  max-width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__bottom {
  background-color: #333a43;
  height: 60px;
  color: #ffffff;
  font-family: lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

#legal-notice-link {
  cursor: pointer;
}

@media all and (max-width: 1024px) {
  .section3__text {
    min-height: 308px;
  }
}

@media all and (max-width: 992px) {
  .heading__marked {
    font-size: 38px !important;
  }
  .header__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .header__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .header__heading span {
    font-size: 26px;
  }
  .form__container {
    padding: 0px 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form__control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__right {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .button__donation--header {
    right: 30px;
  }
  .header__icon-wrapper {
    width: unset;
  }
  .section__heading--yellow {
    font-size: 32px;
  }
  .span__line.section__heading--blue {
    font-size: 26px;
  }
  .section__form--text1 {
    margin: 0px 30px 25px 30px;
  }
  .accordion h3 {
    padding: 20px 70px 18px 45px;
  }
  .accordion p {
    padding: 0px 10px 10px 40px;
  }
}

@media all and (max-width: 768px) {
  .section3__text {
    min-height: 390px;
  }
  .accordion h3 {
    padding: 20px 40px 18px 20px;
  }
  .accordion p {
    padding: 0px 10px 10px 63px;
  }
  .section__deduction--left {
    padding-right: 45px;
  }
  .header {
    height: 539px;
  }
  .header video {
    height: 539px;
  }
  .header__icon-wrapper {
    height: 539px;
  }
  .header__icon-wrapper img {
    height: 85px;
    width: 85px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header__image {
    margin-bottom: 110px;
  }
  .text.text__center {
    padding: 20px;
  }
  .section1 {
    margin: 62px 0px;
  }
  .form__control {
    margin-top: 20px;
  }
}

@media all and (max-width: 720px) {
  .section3__flex {
    gap: 0px;
  }
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 910px;
  }
  .header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: -webkit-flex;
    display: flex;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 910px;
    padding-right: 0px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .header__image {
    position: absolute;
    top: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 183px;
      
    left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  }
  .header__heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 100px;
  }
  .header__heading span {
    text-align: center;
  }
  .header__right {
    position: absolute;
    top: 160px;
  }
  .header__right video {
    height: calc(57vw);
  }
  .header__icon-wrapper {
    height: calc(57vw);
  }
  .button__donation.button__donation--header {
    position: absolute;
    right: unset;
    top: unset;
    background-color: white;
    color: #d5006e;
    top: 680px;
  }
  .section__heading--yellow {
    font-size: 26px;
  }
  .span__line.section__heading--blue {
    font-size: 24px;
  }
  .text.text__center {
    font-size: 18px;
  }
  .section2__div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .accordion:last-child {
    margin-bottom: 0px;
  }
  .section3__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    padding-top: 0px;
  }
  .section3__card {
    width: 100%;
    max-width: 500px;
  }
  .section3__text {
    min-height: unset;
  }
  .section__deduction--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
    padding-top: 0px;
  }
  .section__flex--padding {
    padding-top: 0px;
  }
  .section__flex--padding img {
    padding-left: 0px;
    min-width: 260px;
  }
  .section__deduction--left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0px;
    padding-bottom: 40px;
  }
  .section__flex--after {
    border-right: unset;
    border-bottom: 5px white solid;
    margin-bottom: 40px;
  }
  .section__deduction--text2 {
    text-align: center;
  }
  .section__deduction--subtext {
    text-align: center;
  }
  .section__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
  }
  .footer__metadata {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
    border-right: unset;
    border-bottom: solid 5px white;
    text-align: center;
  }
  .footer__stats {
    text-align: center;
    margin-top: 30px;
    padding-right: unset;
    margin-left: unset;
  }
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container {
    padding: 10px;
  }
  .section__heading.section__heading--yellow.section2__padding {
    padding: 10px;
  }
  .section__heading span {
    font-size: 24px;
  }
  .accordion h3 {
    font-size: 28px;
    padding-top: 35px;
  }
  .accordion p {
    overflow: auto;
  }
  .legal-notice__leave-btn {
    position: absolute;
    left: 100px;
    top: 85px;
  }
  .section__heading.section__heading--yellow.section2__padding {
    margin-bottom: 0px;
  }
  .section__deduction--text1 {
    text-align: center;
  }
}

@media all and (max-width: 600px) {
  .header {
    height: 840px;
  }
  .header__left {
    height: 840px;
  }
  .button__donation.button__donation--header {
    top: 615px;
  }
}

@media all and (max-width: 500px) {
  .header {
    height: 795px;
  }
  .header__left {
    height: 795px;
  }
  .button__donation.button__donation--header {
    top: 570px;
  }
  .popup-video iframe {
    width: 300px;
    height: 190px;
  }
}

@media all and (max-width: 400px) {
  .header {
    height: 740px;
  }
  .header__left {
    height: 740px;
  }
  .button__donation.button__donation--header {
    top: 515px;
  }
}

@media all and (max-width: 320px) {
  .header {
    height: 773px;
  }
  .header__left {
    height: 773px;
  }
  .header__icon-wrapper, .header video {
    height: calc(80vw);
  }
  .button__donation.button__donation--header {
    top: 535px;
  }
}
/*# sourceMappingURL=style.css.map */