h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Rubik', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Rubik', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

p {
  margin-bottom: 0;
}

a {
  color: #1e1e1f;
  text-decoration: none !important;
}

ul {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 300;
  display: flex;
}

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

.home-cover {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  align-items: center;
  padding: 8vh 8vw;
  display: flex;
}

.home-title-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fffbfb;
  flex-direction: column;
  flex: 1;
  padding: 6vh 4vw;
  display: flex;
  box-shadow: 4px 4px #1e1e1e;
}

.cover-text {
  margin-bottom: 0;
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.body-styles {
  color: #1e1e1e;
  background-color: #fffbfb;
  flex-direction: column;
  justify-content: space-between;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  display: flex;
}

.home-button {
  color: #fffbfb;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2vh 1vw;
  font-family: 'Rubik', sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  transition: box-shadow .2s;
  box-shadow: 3px 3px #fffbfb;
}

.home-button:hover {
  box-shadow: 4px 4px #fffbfb;
}

.home-button:active {
  box-shadow: 3px 3px #fffbfb;
}

.home-button-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column wrap-reverse;
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
}

.home-tile {
  color: #ff8c00;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1e1e1e;
  text-transform: uppercase;
  text-shadow: 5px 5px #1e1e1e;
  font-family: 'Rubik', sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
}

.call-to-action-donate {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #feec4d;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 4vh 5vw;
  display: flex;
}

.donate-tile {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.button {
  color: #1e1e1e;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  background-color: #fffbfb;
  border: 1px solid #1e1e1e;
  border-radius: 100vw;
  flex: 0 auto;
  padding: 5px 10px;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 2px 2px 0 1px #1e1e1e;
}

.button:hover {
  color: #fffbfb;
  background-color: #1e1e1e;
  border-color: #fffbfb;
  box-shadow: 3px 3px 0 1px #fffbfb;
}

.button:active {
  box-shadow: 4px 4px 0 1px #1e1e1e;
}

.button.small {
  font-size: 13px;
  line-height: 13px;
}

.button.small.off {
  display: none;
}

.button.small.donate-infographic.w--current {
  width: 48%;
  text-transform: uppercase;
  background-color: #fff6f6;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}

.button.black {
  color: #fffbfb;
  background-color: #1e1e1e;
  box-shadow: 2px 2px 0 1px #fffbfb;
}

.button.black:hover {
  color: #1e1e1e;
  background-color: #fffbfb;
  border-color: #1e1e1e;
  box-shadow: 3px 3px 0 1px #1e1e1e;
}

.button.black:active {
  box-shadow: 4px 4px 0 1px #fffbfb;
}

.button.blue {
  color: #fffbfb;
  background-color: #3172f5;
  border-width: 1px;
  border-color: #3172f5;
}

.button.blue:hover {
  color: #3172f5;
  background-color: #fffbfb;
  border-width: 1px;
  border-color: #3172f5;
  box-shadow: 3px 3px 0 1px #3172f5;
}

.button.blue:active {
  box-shadow: 4px 4px 0 1px #3172f5;
}

.button.donate-page {
  background-color: #74fcaf;
}

.button.donate-page:hover {
  color: #1e1e1e;
  background-color: #fffbfb;
  border-width: 1px;
  border-color: #1e1e1e;
  box-shadow: 3px 3px 0 1px #1e1e1e;
}

.button.donate-page:active {
  box-shadow: 4px 4px 0 1px #1e1e1e;
}

.button.donate-page:focus {
  background-color: #fffbfb;
}

.button.donate-page.red {
  background-color: #fdadaf;
}

.button.donate-page.blue {
  color: #1e1e1e;
  background-color: #75fcfb;
  border-color: #1e1e1e;
}

.button.donate-page.purple {
  background-color: #fac8fb;
}

.title-block {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: space-between;
  margin: 40px 5vw 0;
  display: flex;
}

.title-block.black {
  color: #fffbfb;
  background-color: #1e1e1e;
  margin: 0 0;
  padding: 8vh 5vw;
}

.title-block.dark {
  color: #fffbfb;
  background-color: #1e1e1e;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.title-block.orange {
  background-color: #ff8c00;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 5vw;
}

.title-text-block {
  grid-row-gap: 20px;
  text-align: right;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  line-height: 17px;
  display: flex;
}

.title-line-text {
  max-width: 100%;
  margin-bottom: 0;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
}

.title-line-text.margin-bottom {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

.donation-card {
  height: 360px;
  min-height: auto;
  text-align: center;
  border: 1px solid #1e1e1e;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 40px 25px;
  transition: background-color .5s;
  display: flex;
}

.donation-card.blue {
  border-color: #004dff;
}

.donation-card.blue:hover {
  color: #fffbfb;
  background-color: #004dff;
}

.donation-card.yellow {
  grid-column-gap: 20px;
  border-color: #ff8c00;
}

.donation-card.yellow:hover {
  color: #fffbfb;
  background-color: #ff8c00;
}

.donation-card.purple {
  border-color: #750787;
}

.donation-card.purple:hover {
  color: #fffbfb;
  background-color: #750787;
}

.donation-card.white {
  height: auto;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-start;
  padding: 20px 10px;
}

.donation-card.dark {
  height: 260px;
  border-color: #fffbfb;
  flex: 1;
}

.donate-text {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.donate-text.bold {
  font-weight: 700;
}

.donation-card-wrap {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  margin: 8vh 15vw;
  display: flex;
}

.donation-card-wrap.dark {
  color: #fffbfb;
  background-color: #1e1e1e;
  margin: 0 0;
  padding: 40px 5vw;
}

.space-card {
  width: 50%;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
}

.space-card-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border: 1px solid #1e1e1e;
}

.space-card-title {
  color: #fffbfb;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1e1e1e;
  text-transform: uppercase;
  text-shadow: 0px 0px #1e1e1e;
  font-size: 40px;
  line-height: 44px;
}

.space-card-text {
  flex: 1;
  font-weight: 400;
}

.space-card-wrap {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid #1e1e1e;
  border-top-width: 0;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 30px;
  transition: background-color .5s;
  display: flex;
}

.space-card-wrap.green, .space-card-wrap.red {
  border-width: 1px;
}

.section-space-cards {
  flex-wrap: wrap;
  display: flex;
}

.program-card-title {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 28px;
}

.section-program-cards {
  grid-column-gap: 5%;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  margin: 40px 5vw 80px;
  display: flex;
}

.program-card-wrap {
  grid-row-gap: 30px;
  border: 1px solid #1e1e1e;
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.program-card-category {
  background-color: #fac8fb;
  padding: 5px;
}

.program-card-date {
  background-color: #74fcaf;
  padding: 5px;
  font-weight: 400;
}

.program-card-info-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  display: flex;
}

.program-card {
  width: 47.5%;
  flex-direction: column;
  flex: 0 auto;
  display: flex;
}

.donate-card-title {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
}

.project-card {
  width: 50%;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px solid #1e1e1e;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  padding: 40px 70px;
  transition: background-color .5s;
  display: flex;
}

.project-card:hover {
  background-color: #fdadaf;
}

.project-card.orange:hover {
  background-color: #ffdcb8;
}

.project-card.blue:hover {
  background-color: #75fcfb;
}

.project-card.green:hover {
  background-color: #74fcaf;
}

.project-card.green {
  background-color: #fffbfb;
}

.project-card.green:hover {
  background-color: #fac8fb;
}

.project-card-image {
  width: 600px;
  height: 160px;
  object-fit: cover;
  border: 2px solid #000;
}

.section-project-cards {
  flex-wrap: wrap;
  display: flex;
}

.first-footer {
  height: 55px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #ff8c00;
  justify-content: space-between;
  align-items: center;
  padding: 20px 7vw;
  font-size: 13px;
  line-height: 14px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.first-footer.mobile {
  display: none;
}

.first-footer.no-hover {
  position: static;
}

.second-footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-left: 7vw;
  margin-right: 7vw;
  padding-bottom: 65px;
  font-size: 12px;
  line-height: 12px;
  display: flex;
}

.second-footer.no-hover {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.footer-social {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.footer-link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
  flex-direction: row;
}

.footer-link-block a {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
  flex-direction: row;
}

.footer-link-block.off {
  display: none;
}

.footer-link {
  color: #1e1e1e;
  text-decoration: underline;
}

.link-arrow {
  width: 6px;
  height: 7px;
}

.footer-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.home-title-prefix {
  color: #ff8c00;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1e1e1e;
  text-transform: uppercase;
  text-shadow: 4px 4px #1e1e1e;
  font-size: 40px;
  line-height: 40px;
}

.social-link {
  transition: filter .4s;
}

.social-link:hover {
  filter: invert(16%) sepia(47%) saturate(4117%) hue-rotate(238deg) brightness(95%) contrast(119%);
}

.social-link:active {
  filter: invert(0%);
}

.footer-text {
  flex: 1;
  font-weight: 400;
  line-height: 13px;
}

.footer-text.right {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.main-menu {
  justify-content: space-between;
  align-items: center;
  margin-left: 2vw;
  margin-right: 2vw;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  display: flex;
}

.menu-block {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.image {
  height: 40px;
}

.title-cover {
  grid-column-gap: 70px;
  color: #fffbfb;
  text-transform: uppercase;
  background-image: linear-gradient(rgba(117, 7, 135, .8), rgba(117, 7, 135, .8));
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 1px solid #000;
  justify-content: space-between;
  padding: 80px 70px;
  display: flex;
}

.title-cover.spaces {
  background-image: linear-gradient(rgba(0, 77, 255, .8), rgba(0, 77, 255, .8));
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.title-cover.acting {
  background-image: linear-gradient(rgba(0, 128, 38, .8), rgba(0, 128, 38, .8));
}

.title-cover.press {
  background-image: linear-gradient(rgba(248, 107, 47, .8), rgba(248, 107, 47, .8));
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.title-cover.how-it-works {
  background-image: linear-gradient(rgba(228, 3, 3, .8), rgba(228, 3, 3, .8));
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.title-cover.donation {
  color: #1e1e1e;
  background-image: linear-gradient(rgba(254, 236, 77, .8), rgba(254, 236, 77, .8));
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.menu-button {
  display: none;
}

.small-header {
  background-color: #001d1d;
  padding-left: 5vw;
  padding-right: 5vw;
}

.small-title {
  color: #ffdcb8;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 16px;
}

.content-cover {
  display: flex;
}

.content-cover.occupy-all {
  flex: 1;
}

.space-image {
  width: 40vw;
  object-fit: cover;
  border: 1px solid #000;
}

.space-content-wrap {
  grid-row-gap: 35px;
  background-color: #ffdcb8;
  border: 1px solid #000;
  border-left-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 80px 5vw;
  display: flex;
}

.space-content-wrap.purple {
  background-color: #fac8fb;
}

.space-content-wrap.blue {
  background-color: #75fcfb;
}

.space-content-wrap.red {
  background-color: #c7989b;
  flex: 1;
}

.space-content-wrap.bright-red, .space-content-wrap.second-red {
  background-color: #fdadaf;
}

.medium-text {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}

.medium-text.right {
  text-align: right;
}

.text-normal {
  font-weight: 400;
}

.tile-text-section {
  grid-column-gap: 100px;
  justify-content: space-around;
  margin: 50px 5vw;
  display: flex;
}

.big-text {
  font-family: 'Rubik', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
}

.big-text.full {
  width: 100%;
}

.big-number-block {
  grid-column-gap: 80px;
  margin-bottom: 50px;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
}

.big-number {
  grid-row-gap: 10px;
  flex-direction: column;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
}

.big-number-text {
  color: #fffbfb;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1e1e1e;
  text-shadow: 7px 7px #1e1e1e;
  font-size: 90px;
  line-height: 80px;
}

.heading {
  flex: 1;
}

.subtitle {
  text-align: right;
  text-transform: none;
  font-weight: 700;
}

.title-cover-block {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.program-seal {
  height: 120px;
  object-fit: contain;
  object-position: 100% 50%;
  margin-top: -60px;
  margin-bottom: -60px;
  padding-right: 0px;
  display:none;
}

.title {
  text-transform: uppercase;
  flex: 1;
}

.title.left {
  max-width: 605px;
}

.title.margin-bottom {
  margin-bottom: 80px;
}

.title.full {
  width: 100%;
}

.program-info-block {
  width: 100%;
  justify-content: space-between;
  font-family: 'Rubik', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
}

.gallery-block {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 40px 5vw 80px;
  display: flex;
}

.gallery-image {
  width: 33.3%;
  height: 280px;
  object-fit: cover;
}

.big-image-block {
  grid-row-gap: 30px;
  flex-direction: column;
  margin-bottom: 80px;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
}

.big-image {
  object-fit: cover;
  border: 4px solid #1e1e1e;
  flex: 1;
  box-shadow: 5px 5px #1e1e1e;
}

.big-image-subtitle {
  border: 2px solid #000;
  padding: 5px 20px;
}

.embed-form {
  text-align: center;
}

.small-text {
  font-size: 12px;
  line-height: 14px;
}

.big-text-block {
  grid-column-gap: 5vw;
  margin: 50px 5vw;
  display: flex;
}

.big-text-block.dark {
  color: #fffbfb;
  background-color: #1e1e1e;
  margin: 0 0;
  padding: 40px 5vw 0;
}

.content-block {
  width: 50%;
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 0 auto;
  display: flex;
}

.share-block {
  grid-row-gap: 20px;
  background-color: #75fcfb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 5vw;
  display: flex;
}

.heading-text {
  flex: 1;
  font-size: 30px;
  line-height: 32px;
}

.post-card {
  width: 49%;
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  background-color: #c7b1e9;
  border: 2px solid #1e1e1e;
  flex-direction: column;
  padding: 30px;
  transition: box-shadow .2s;
  display: flex;
}

.post-card:hover {
  box-shadow: 3px 3px #1e1e1e;
}

.post-card:active {
  box-shadow: 4px 4px #1e1e1e;
}

.post-card.feature {
  width: 100%;
  flex-direction: row;
}

.post-card.green {
  background-color: #74fcaf;
}

.post-card.purple {
  background-color: #fac8fb;
}

.post-card.blog-list {
  width: 32%;
}

.post-card.blog-list.white {
  background-color: #fff6f6;
}

.post-card.blog-list.red {
  background-color: #fdadaf;
}

.post-card.blog-list.blue {
  background-color: #75fcfb;
}

.post-image {
  height: 190px;
  object-fit: cover;
  border: 2px solid #1e1e1e;
}

.post-image.feature {
  width: 50%;
  height: 300px;
  max-width: none;
  min-height: 100%;
}

.post-info-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.post-category {
  background-color: #94c6d9;
  padding: 5px;
  line-height: 16px;
}

.post-category.small-text.blue {
  background-color: #75fcfb;
}

.post-category.small-text.purple {
  background-color: #fac8fb;
}

.post-category.small-text.green {
  background-color: #74fcaf;
}

.post-category.small-text.orange {
  background-color: #ffdcb8;
}

.post-category.small-text.red {
  background-color: #fdadaf;
}

.post-text-block {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.post-author.small-text.linked {
  text-decoration: underline;
}

.blog-block {
  grid-column-gap: 2%;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  margin: 20px 5vw;
  display: flex;
}

.blog-block.dark {
  background-color: #1e1e1e;
  margin: 0 0;
  padding: 20px 5vw;
}

.post-title {
  font-size: 24px;
  line-height: 26px;
}

.blog-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  margin: 50px 200px 100px;
  display: flex;
}

.blog-title {
  text-transform: uppercase;
}

.blog-writer {
  text-decoration: underline;
}

.blog-image {
  width: 100%;
  max-height: 90vh;
  max-width: none;
  object-fit: cover;
}

.blog-feature {
  text-transform: uppercase;
  background-color: #fac8fb;
  padding: 10px;
  font-size: 30px;
  line-height: 30px;
}

.list-2 {
  padding-left: 20px;
}

.press-report-block {
  grid-column-gap: 20px;
  background-color: #ffdcb8;
  justify-content: space-between;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 50px 5vw;
  display: flex;
}

.mid-title-block {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px 5vw;
  display: flex;
}

.infographic-title {
  text-align: center;
  text-transform: uppercase;
  background-color: #74fcaf;
  border: 3px solid #1e1e1e;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 25px 15px;
  font-family: 'Rubik', sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  box-shadow: 6px 6px #1e1e1e;
}

.infographic-title.third {
  width: 100%;
}

.infographic-title.third.red {
  background-color: #fdadaf;
}

.infographic-title.third.blue {
  background-color: #75fcfb;
}

.infographic-title.third.purple {
  background-color: #fac8fb;
}

.infographic-title.white {
  background-color: #fff6f6;
}

.infographic-title.orange {
  background-color: #ffdcb8;
}

.infographic {
  margin-bottom: 50px;
  margin-left: 5vw;
  margin-right: 5vw;
}

.infographic-line {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.infographic-line.middle {
  justify-content: center;
  align-items: center;
}

.infographic-line.columns {
  grid-column-gap: 5%;
  align-items: flex-start;
  margin-bottom: 0;
}

.infographic-line.columns.margin-bottom {
  margin-bottom: 100px;
}

.infographic-line.star {
  height: 38vw;

}

.infographic-line.on-mobile {
  display: none;
}

.infographic-text {
  text-align: center;
  text-transform: uppercase;
  background-color: #74fcaf;
  border: 3px solid #1e1e1e;
  padding: 40px 25px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}

.infographic-text.small {
  text-transform: none;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

.infographic-text.third {
  width: 100%;
  flex: 1;
}

.infographic-text.third.red {
  background-color: #fdadaf;
}

.infographic-text.third.blue {
  background-color: #75fcfb;
}

.infographic-text.third.purple {
  background-color: #fac8fb;
}

.infographic-text.white {
  background-color: #fff6f6;
}

.infographic-conection-top {
  width: 210px;
  height: 150px;
  border-right: 3px solid #1e1e1e;
}

.infographic-conection-top.short {
  height: 35px;
}

.infographic-conection-top.third {
  width: 50%;
  justify-content: flex-end;
  display: flex;
}

.infographic-conecter {
  width: 50%;
  height: 90px;
  border-top: 3px solid #1e1e1e;
  border-left: 3px solid #1e1e1e;
  border-right: 3px solid #1e1e1e;
}

.infographic-column {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.infographic-column.off-mobile.test {
  align-items: center;
}

.press-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-end;
  display: flex;
}

.media-button-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.star-feature {
  width: 34vw;
  height: 34vw;
  background-image: url('../images/star-yellow.svg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.star-feature.orange {
  background-image: url('../images/star-orange.svg');
}

.star-text {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

.inphographic-conection-topleft {
  z-index: -1;
  width: 22vw;
  height: 22vw;
  border-top: 3px solid #1e1e1e;
  border-right: 3px solid #1e1e1e;
  margin-left: -11vw;
  position: relative;
}

.button-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.button-row-transp {
 grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}



.infographic-icon {
  width: 70px;
  align-self: center;
  margin-right: -35px;
}

.infographic-arrow {
  width: 30px;
  align-self: center;
  margin-bottom: 20px;
}

.infographic-arrow.close-mobile {
  margin-top: 20px;
  margin-bottom: 0;
  display: none;
  transform: rotate(180deg);
}

.infographic-conecter-columns {
  width: 80%;
  height: 150px;
  border: 3px solid #1e1e1e;
  border-bottom-width: 0;
  margin-left: 20%;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 45px;
    line-height: 46px;
  }

  h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .home-cover {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
  }

  .home-tile {
    text-shadow: 6px 6px #1e1e1e;
    font-size: 120px;
    line-height: 120px;
  }

  .button {
    padding: 6px 12px;
  }

  .button.small {
    font-size: 14px;
    line-height: 14px;
  }

  .donation-card.white {
    padding: 30px 20px;
  }

  .donate-text {
    font-size: 14px;
    line-height: 16px;
  }

  .space-card-title {
    font-size: 45px;
    line-height: 45px;
  }

  .space-card-text {
    font-size: 17px;
    line-height: 19px;
  }

  .space-card-wrap {
    padding: 40px 50px;
  }

  .donate-card-title {
    font-size: 32px;
    line-height: 32px;
  }

  .footer-link {
    font-size: 13px;
    line-height: 13px;
  }

  .home-title-prefix {
    text-shadow: 5px 5px #1e1e1e;
    font-size: 45px;
    line-height: 45px;
  }

  .footer-text {
    font-size: 14px;
  }

  .main-menu {
    font-size: 17px;
    line-height: 17px;
  }

  .menu-block {
    grid-column-gap: 30px;
  }

  .space-image {
    width: 35vw;
    flex: 1;
  }

  .space-content-wrap {
    font-size: 17px;
    line-height: 18px;
  }

  .space-content-wrap.purple {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .medium-text {
    font-size: 17px;
    line-height: 18px;
  }

  .subtitle {
    font-size: 18px;
    line-height: 19px;
  }

  .title {
    flex: 1;
  }

  .title.left {
    max-width: 705px;
  }

  .small-text {
    font-size: 14px;
    line-height: 16px;
  }

  .share-block {
    font-size: 17px;
    line-height: 18px;
  }

  .heading-text {
    font-size: 34px;
    line-height: 36px;
  }

  .post-title {
    font-size: 26px;
    line-height: 28px;
  }

  .press-report-block {
    grid-column-gap: 40px;
  }

  .infographic-title {
    font-size: 28px;
    line-height: 30px;
  }

  .infographic-text {
    font-size: 18px;
    line-height: 20px;
  }

  .infographic-text.small {
    font-size: 16px;
    line-height: 17px;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 50px;
    line-height: 52px;
  }

  h2 {
    font-size: 32px;
    line-height: 34px;
  }

  a {
    color: #1e1e1e;
    text-decoration: none !important;
  }

  .home-cover {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

  .cover-text {
    font-size: 24px;
    line-height: 26px;
  }

  .home-button {
    font-size: 30px;
    line-height: 35px;
  }

  .home-tile {
    text-shadow: 7px 7px #1e1e1e;
    font-size: 140px;
    line-height: 140px;
  }

  .donate-tile {
    font-size: 18px;
    line-height: 18px;
  }

  .button {
    padding: 7px 14px;
  }

  .button.small {
    font-size: 15px;
  }

  .button.black {
    border-color: #fffbfb;
  }

  .button.donate-page.blue {
    border-color: #1e1e1e;
  }

  .title-block {
    align-items: center;
  }

  .title-block.dark {
    color: #fffbfb;
    background-color: #1e1e1e;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .title-line-text.margin-bottom {
    font-size: 18px;
    line-height: 19px;
  }

  .donation-card.white {
    padding: 40px 25px;
  }

  .donation-card.dark {
    border-color: #fffbfb;
  }

  .donate-text {
    font-size: 16px;
    line-height: 18px;
  }

  .donation-card-wrap.dark {
    color: #fffbfb;
    background-color: #1e1e1e;
    margin: 0 0;
    padding: 40px 5vw;
  }

  .space-card {
    width: 50%;
  }

  .space-card-image {
    height: 300px;
  }

  .space-card-title {
    font-size: 50px;
    line-height: 50px;
  }

  .space-card-text {
    font-size: 19px;
    line-height: 22px;
  }

  .space-card-wrap {
    border-width: 1px;
    padding: 50px 30px;
  }

  .donate-card-title {
    font-size: 34px;
    line-height: 34px;
  }

  .footer-social {
    align-items: center;
  }

  .footer-link {
    font-size: 14px;
    line-height: 14px;
  }

  .home-title-prefix {
    text-shadow: 6px 6px #1e1e1e;
    font-size: 50px;
    line-height: 50px;
  }

  .social-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  .footer-text {
    flex: 1;
    font-size: 15px;
    line-height: 15px;
  }

  .main-menu {
    font-size: 19px;
    line-height: 19px;
  }

  .menu-block {
    grid-column-gap: 40px;
  }

  .title-cover.how-it-works {
    background-image: linear-gradient(rgba(228, 3, 3, .8), rgba(228, 3, 3, .8));
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .space-image {
    width: 30vw;
  }

  .space-content-wrap {
    font-size: 18px;
    line-height: 19px;
  }

  .space-content-wrap.blue {
    background-color: #75fcfb;
  }

  .medium-text {
    font-size: 18px;
    line-height: 20px;
  }

  .subtitle {
    font-size: 20px;
    line-height: 22px;
  }

  .title.left {
    max-width: 805px;
  }

  .small-text {
    font-size: 16px;
    line-height: 18px;
  }

  .big-text-block.dark {
    color: #fffbfb;
    background-color: #1e1e1e;
    margin: 0 0;
    padding: 50px 5vw 0;
  }

  .share-block {
    font-size: 18px;
    line-height: 19px;
  }

  .heading-text {
    font-size: 36px;
    line-height: 40px;
  }

  .post-title {
    font-size: 28px;
    line-height: 30px;
  }

  .press-report-block {
    grid-column-gap: 80px;
  }

  .mid-title-block {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .infographic-title {
    z-index: 1;
    font-size: 30px;
    line-height: 32px;
    position: relative;
  }

  .infographic-text {
    font-size: 20px;
    line-height: 22px;
  }

  .infographic-text.small {
    font-size: 18px;
    line-height: 19px;
  }

  .infographic-conection-top.third, .infographic-conecter {
    z-index: -1;
    position: relative;
  }

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

  .infographic-arrow {
    z-index: -1;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .home-title-block {
    flex: 0 auto;
  }

  .footer-link-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .home-button {
    font-size: 20px;
    line-height: 24px;
  }

  .home-tile {
    font-size: 70px;
    line-height: 70px;
  }

  .button.small {
    padding-left: 10px;
    padding-right: 10px;
  }

  .title-block.black {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .title-text-block {
    align-items: center;
  }

  .donation-card {
    height: 400px;
  }

  .donation-card.dark {
    grid-row-gap: 20px;
  }

  .donation-card-wrap.white, .donation-card-wrap.dark {
    flex-direction: column;
  }

  .space-card-title {
    font-size: 38px;
    line-height: 42px;
  }

  .section-program-cards {
    flex-direction: column;
  }

  .program-card {
    width: 100%;
  }

  .project-card {
    padding-left: 50px;
    padding-right: 50px;
  }

  .project-card-image {
    height: 140px;
  }

  .footer-social {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .home-title-prefix {
    font-size: 30px;
    line-height: 30px;
  }

  .menu-block {
    grid-column-gap: 15px;
    font-size: 14px;
    line-height: 14px;
  }

  .title-cover {
    padding: 40px 5vw;
  }

  .space-image {
    flex: 1;
  }

  .tile-text-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .big-number-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .heading {
    text-align: center;
  }

  .big-text-block {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .content-block {
    width: 100%;
  }

  .heading-text {
    font-size: 28px;
    line-height: 30px;
  }

  .post-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-content {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .press-report-block {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .infographic-title.orange {
    width: 100%;
    margin-bottom: 20px;
  }

  .infographic {
    flex-direction: column;
    display: flex;
  }

  .infographic-line {
    flex-direction: column;
  }

  .infographic-line.middle.off-mobile {
    display: none;
  }

  .infographic-line.columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .infographic-line.columns.margin-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 20px;
  }

  .infographic-line.star {
    height: auto;
    flex-direction: column;
	
  }

  .infographic-line.on-mobile {
    margin-top: 0;
    display: flex;
  }

  .infographic-conecter.off-mobile {
    display: none;
  }

  .infographic-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .infographic-column.off-mobile {
    display: none;
  }

  .infographic-column.mobile-margin-bottom {
    margin-bottom: 60px;
  }

  .media-button-block {
    justify-content: flex-start;
  }

  .star-feature {
    width: 90vw;
    height: 90vw;
    margin-bottom: 40px;
  }

  .inphographic-conection-topleft {
    width: 50%;
    height: 300px;
    border-top-width: 0;
    border-left: 0 solid #1e1e1e;
    border-right-width: 0;
    margin-top: -150px;
    margin-left: 0;
    display: none;
    position: static;
  }

  .infographic-arrow.close-mobile {
    cursor: pointer;
    display: block;
  }

  .heading-2 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 32px;
  }
  
  .all-menu .all-menu-inferior.aberto .menu-mb-li ul
{
    display: flex;
    flex-direction: column;
    gap: 3px !important;
}

.first-footer{
    display:none !important;
}

  .home-cover {
    height: auto;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    flex-direction: column;
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .home-title-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .cover-text {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }

  .home-button {
    font-size: 19px;
    line-height: 19px;
  }

  .home-button-row {
    width: 100%;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .home-tile {
    text-align: center;
    font-size: 60px;
    line-height: 60px;
  }

  .call-to-action-donate {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .donate-tile {
    font-size: 22px;
    line-height: 30px;
  }

  .button {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 15px;
  }

  .button.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 14px;
  }

  .donate-arrow {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: 100% 100%;
    transform: rotate(90deg);
  }

  .title-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .title-text-block {
    text-align: center;
  }

  .title-line-text {
    max-width: none;
    text-align: center;
    font-size: 16px;
    line-height: 17px;
  }

  .donation-card {
    height: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .donation-card.blue {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .donation-card.yellow {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .donate-text {
    font-size: 14px;
    line-height: 16px;
  }

  .donation-card-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .space-card {
    width: 100%;
  }

  .space-card-title {
    font-size: 35px;
    line-height: 40px;
  }

  .space-card-text {
    font-size: 15px;
    line-height: 17px;
  }

  .section-space-cards {
    flex-direction: column;
  }

  .project-card {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-project-cards {
    flex-direction: column;
  }

  .first-footer {
    z-index: 1;
    height: 60px;
    flex-direction: column-reverse;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .first-footer.mobile {
    z-index: 0;
    height: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 70px;
    display: flex;
    position: relative;
  }

  .second-footer {
    flex-direction: row;
    padding-bottom: 0;
  }

  .footer-social.desktop {
    display: none;
  }

  .home-title-prefix {
    text-align: center;
  }

  .footer-text.desktop {
    display: none;
  }

  .title-cover {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .menu-link {
    display: none;
  }

  .menu-button {
    height: 20px;
    display: block;
  }

  .content-cover, .content-cover.occupy-all {
    flex-direction: column;
  }

  .space-image {
    width: auto;
  }

  .space-content-wrap {
    align-items: center;
    padding: 30px 5vw;
  }

  .space-content-wrap.red {
    text-align: center;
  }

  .big-number-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .big-number {
    border-bottom: 1px solid #1e1e1e;
    padding-bottom: 30px;
  }

  .big-number-text {
    text-align: center;
  }

  .title-cover-block {
    align-items: flex-start;
  }

  .title {
    text-align: center;
  }

  .gallery-block {
    flex-direction: column;
  }

  .gallery-image {
    width: 100%;
  }

  .small-text {
    font-size: 14px;
    line-height: 16px;
  }

  .big-text-block {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .content-block {
    width: 100%;
  }

  .share-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .post-card.feature {
    flex-direction: column;
  }

  .post-image.feature {
    width: 100%;
  }

  .blog-block {
    flex-direction: column;
  }

  .blog-content {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .infographic-title {
    width: 100%;
  }

  .infographic-line.middle {
    flex-direction: column;
  }

  .infographic-text {
    width: 100%;
  }

  .media-button-block {
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .home-cover {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .home-title-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .cover-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }

  .home-button {
    font-size: 18px;
    line-height: 18px;
  }

  .home-button-row {
    width: 100%;
  }

  .home-tile {
    text-shadow: 4px 4px #1e1e1e;
    font-size: 60px;
    line-height: 60px;
  }

  .donate-tile {
    font-size: 20px;
    line-height: 24px;
  }

  .button {
    font-size: 15px;
    line-height: 15px;
  }

  .button.small.donate-infographic.w--current {
    align-self: center;
  }

  .donation-card {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .space-card-title {
    width: 100%;
    text-align: center;
    text-shadow: 4px 4px #1e1e1e;
    font-size: 30px;
    line-height: 34px;
  }

  .program-card-wrap {
    grid-row-gap: 20px;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .program-card-category, .program-card-date {
    font-size: 12px;
  }

  .donate-card-title {
    font-size: 25px;
    line-height: 25px;
  }

  .project-card-image {
    height: 120px;
  }

  .first-footer.mobile {
    height: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .second-footer {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-bottom: 0;
  }

  .footer-block {
    flex-direction: column;
  }

  .menu-button {
    height: 16px;
  }

  .space-content-wrap.red {
    align-self: center;
  }

  .big-text {
    font-size: 18px;
    line-height: 20px;
  }

  .big-number-text {
    font-size: 80px;
    line-height: 70px;
  }

  .subtitle {
    text-align: center;
  }

  .title-cover-block {
    align-items: center;
  }

  .program-seal {
    margin-top: -60px;
    margin-bottom: -60px;
    padding-right: 0;
  }

  .title {
    text-align: center;
  }

  .program-info-block {
    flex-direction: column;
    align-items: center;
  }

  .share-block {
    text-align: center;
  }

  .share-title {
    font-size: 26px;
    line-height: 28px;
  }

  .media-button-block {
    justify-content: center;
  }
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.space-card-text { font-family: 'Lato', sans-serif; }