.logo-icon {
  height: 64px;
  position: relative;
  object-fit: cover;
}
.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.text {
  position: relative;
  line-height: 30px;
}
.nav-element {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 17px 8px;
  cursor: pointer;
  font-size: 22px;
}
.navbar {
  padding: 0 !important;
}
.nav {
  flex: -moz-available;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0px 8px;
  min-width: 300px;
}
.facebook-icon {
  width: 24px;
  position: relative;
  height: 23.9px;
}
.social-icon {
  width: 48px;
  border-radius: 24px;
  background-color: #fff;
  height: 48px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 6px;
  box-sizing: border-box;
}
.instagram-icon {
  width: 24px;
  position: relative;
  height: 24px;
}
.social-icons {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px 0px;
  gap: 8px;
}
.top-header {
  width: 100%;
  background-color: #51b7c3;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: 8px;
  max-width: 1150px;
  z-index: 7;
}
.text4 {
  flex: 1;
  position: relative;
}
.title {
  width: 100%;
  background-color: #292929;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
  max-width: 439px;
}
.text5 {
  align-self: stretch;
  position: relative;
}
.subtitle {
  width: 100%;
  background-color: #292929;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 16px;
  box-sizing: border-box;
  max-width: 979px;
  font-size: 40px;
}
.title-parent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  max-width: 1150px;
}
.hero {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 400px 16px 64px;
  background-image: url("../../assets/images/hero.jpg");
  background-size: auto;
  background-position-x: 65%;
  background-position-y: 40%;
  background-repeat: no-repeat;
  z-index: 6;
  font-size: 64px;
}
.slogan-child {
  width: 100%;
  position: relative;
  border-top: 2px solid #fff;
  box-sizing: border-box;
  height: 2px;
  max-width: 930px;
}
.text6 {
  position: relative;
  line-height: 30px;
  display: inline-block;
  min-width: 200px;
}
.text7 {
  width: 338px;
  position: relative;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 200px;
}
.text-matrix {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0px 16px;
  box-sizing: border-box;
  gap: 32px 64px;
  max-width: 1150px;
}
.slogan {
  align-self: stretch;
  background-color: #292929;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 64px;
  gap: 32px;
  z-index: 5;
  text-align: center;
}
.headline-container {
  background-color: #292929;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
}
.large-img {
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.small-img {
  flex: 1;
  position: relative;
  max-width: 250px;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.container-left {
  flex: 1;
  height: 537px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 268px;
  max-width: 500px;
}
.icon-newspaper {
  width: 48px;
  position: relative;
  height: 48px;
  overflow: hidden;
  flex-shrink: 0;
}
.title-news {
  align-self: stretch;
  position: relative;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subtitle-news {
  align-self: stretch;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.icon-arrow-down-white {
  width: 24px;
  position: relative;
  height: 14.8px;
}
.icon-toggle {
  width: 48px;
  height: 48px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}
.header-news-dropdown {
  align-self: stretch;
  background-color: #292929;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  gap: 16px;
}
.text-container {
  align-self: stretch;
  position: relative;
  line-height: 24px;
}
.dropdown-content {
  align-self: stretch;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  font-size: 16px;
}
.dropdown-news {
  align-self: stretch;
  background-color: #292929;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.container-right {
  flex: 1;
  background-color: #eee;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  gap: 8px;
  min-width: 268px;
  max-width: 500px;
}
.section-news-two-containers {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  max-width: 1150px;
  font-size: 20px;
}
.section-news {
  align-self: stretch;
  background-color: #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 16px;
  gap: 32px;
  z-index: 4;
}
.section-feed {
  align-self: stretch;
  background-color: #292929;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 16px;
  gap: 32px;
  z-index: 4;
}
.flex-60 {
  flex: 1;
  gap: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 268px;
}
.dropdown-title {
  flex: 1;
  position: relative;
  line-height: 30px;
}
.header-personal-dropdown {
  align-self: stretch;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  gap: 16px;
}
.dropdown-container {
  align-self: stretch;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 20px;
  color: #292929;
}
.flex-40 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 16px;
  box-sizing: border-box;
  gap: 8px;
  min-width: 300px;
  max-width: 450px;
}
.section-flex {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  max-width: 1150px;
  font-size: 16px;
}
.section-personal {
  align-self: stretch;
  background-color: #51b7c3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 16px;
  gap: 32px;
  z-index: 3;
}
.section-support {
  align-self: stretch;
  background-color: #51b7c3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 16px;
  gap: 32px;
  z-index: 3;
}
.section-motivation {
  align-self: stretch;
  background-color: #292929;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 16px;
  gap: 32px;
  z-index: 3;
}
.section-campaign {
  align-self: stretch;
  background-color: #292929;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 16px;
  gap: 32px;
  z-index: 3;
}
.headline-container2 {
  background-color: #292929;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  color: #fff;
}
.icon-phone {
  width: 72px;
  position: relative;
  height: 72px;
}
.icon {
  width: 96px;
  height: 96px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.subtitle1 {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.contact-button {
  width: 256px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  box-sizing: border-box;
  gap: 16px;
}
.icon-world {
  width: 80px;
  position: relative;
  height: 80px;
}
.icon-mail {
  width: 80px;
  position: relative;
  height: 64px;
}
.contact-row-matrix {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0px 16px;
  box-sizing: border-box;
  gap: 16px;
  max-width: 1150px;
}
.section-contact {
  align-self: stretch;
  background-color: #eee;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 16px;
  gap: 32px;
  z-index: 2;
  color: #292929;
}
.headline-container3 {
  background-color: #fff;
  color: #292929;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
}
.icon-download {
  width: 56px;
  position: relative;
  height: 68px;
}
.download-button {
  width: 256px;
  background-color: #292929;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  box-sizing: border-box;
  gap: 16px;
}
.download-matrix {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0px 16px;
  box-sizing: border-box;
  gap: 16px;
  max-width: 1150px;
  color: #fff;
}
.download-section {
  align-self: stretch;
  background-color: #292929;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 16px;
  gap: 32px;
  z-index: 1;
  color: #292929;
}
.copyright {
  position: relative;
  line-height: 24px;
}
.footer-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 16px;
  font-size: 16px;
}
.footer {
  align-self: stretch;
  background-color: #51b7c3;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  z-index: 0;
}
.body {
  width: 100%;
  position: relative;
  background-color: #51b7c3;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  font-size: 30px;
  color: #fff;
  font-family: Inter;
}
