* {
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box;
  font-size: 62.5%; }

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  background-color: #FBFBFC;
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden; }

.container {
  max-width: 111rem;
  margin: 0 auto;
  padding: 8rem; }

.header {
  padding: 10rem;
  color: #292f36; }
  .header-imgbox {
    margin-bottom: 3rem; }
    .header-imgbox > img:not(:last-child) {
      margin-right: 2rem; }
  .header-title {
    font-size: 3.3rem;
    margin-bottom: 3rem;
    font-weight: normal; }
  .header-subtitle {
    font-size: 4.3rem;
    margin-bottom: 3rem; }

.population-background {
  padding: 5rem;
  background-color: rgba(104, 62, 138, 0.7);
  clip-path: polygon(0 5%, 100% 0, 100% 90%, 0% 100%); }

.population-title {
  color: white;
  text-align: center;
  font-size: 4.3rem; }

.population-subtitle {
  margin-top: 3.2rem;
  text-align: center;
  color: white;
  font-size: 2.4rem;
  font-weight: lighter; }

.population-imgbox {
  display: flex;
  justify-content: center;
  position: relative; }
  .population-imgbox-bg {
    margin-top: 5rem;
    width: 60%;
    transition: all .2s;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 20%; }
  .population-imgbox-img {
    margin-top: 5rem;
    width: 80%;
    transition: all .2s;
    z-index: 2; }
    .population-imgbox-img:hover {
      transform: scale(1.1) skewY(-3deg); }

.organizations {
  margin-top: -10.5rem; }
  .organizations-background {
    padding: 5rem;
    background-color: rgba(236, 125, 0, 0.7);
    clip-path: polygon(0 9.5%, 100% 0, 100% 90%, 0% 100%); }
  .organizations-title {
    color: #292f36;
    text-align: center;
    font-size: 4.3rem; }
  .organizations-subtitle {
    margin-top: 3.2rem;
    text-align: center;
    color: #292f36;
    font-size: 2.4rem;
    font-weight: lighter; }
  .organizations-imgbox {
    display: flex;
    justify-content: center;
    position: relative; }
    .organizations-imgbox-bg {
      margin-top: 5rem;
      width: 70%;
      transition: all .2s;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 20%; }
    .organizations-imgbox-img {
      margin-top: 5rem;
      width: 50%;
      transition: all .2s;
      z-index: 2; }
      .organizations-imgbox-img:hover {
        transform: scale(1.1) skewY(3deg); }

.beneficts-title {
  color: #292f36;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 5rem; }

.beneficts-box {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .beneficts-box-item {
    width: 40%;
    padding: 3rem;
    margin-bottom: 3rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
    border-radius: 1rem;
    transition: all .2s; }
    .beneficts-box-item:nth-child(odd) {
      margin-right: 3rem; }
    .beneficts-box-item::before {
      position: absolute;
      content: "";
      width: 10px;
      height: 100%;
      background-color: rgba(236, 125, 0, 0.7);
      top: 0;
      left: 0;
      z-index: 1;
      transition: transform .2s, width .2s .2s;
      border-radius: 1rem;
      transform: scaleY(0); }
    .beneficts-box-item:hover {
      transform: scale(1.05); }
    .beneficts-box-item:hover::before {
      z-index: 1;
      width: 100%;
      transform: scaleY(1); }
    .beneficts-box-item-header {
      display: flex;
      align-items: center;
      margin-bottom: 2rem; }
      .beneficts-box-item-header-icon {
        z-index: 2;
        display: flex;
        align-items: center;
        width: 3rem;
        height: 3rem;
        background-color: #683e8a;
        padding: 1.5rem 2rem;
        border-radius: 50%; }
        .beneficts-box-item-header-icon > * {
          fill: white;
          height: 3rem; }
      .beneficts-box-item-header-title {
        z-index: 2;
        margin-left: 2rem;
        font-weight: bold;
        font-size: 3rem;
        line-height: 3rem; }
    .beneficts-box-item-content {
      z-index: 2;
      font-size: 2rem;
      font-weight: lighter;
      position: relative; }

.together {
  margin-top: -7rem; }
  .together-title {
    display: flex;
    justify-content: center;
    font-size: 3rem;
    text-align: center; }

.footer {
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%); }
  .footer-content {
    color: #292f36;
    padding-bottom: 5rem;
    text-align: center;
    font-size: 2rem;
    background-color: #ddd; }
    .footer-content-imgbox {
      padding-top: 8rem; }
      .footer-content-imgbox-img {
        height: 7rem;
        padding: 2rem; }

@media screen and (max-width: 909px) {
  .header {
    padding: 5rem; }
  .container {
    padding: 1rem; }
  .beneficts {
    margin-top: 8rem; }
    .beneficts-box {
      padding: 0 10rem;
      margin-bottom: 10rem; }
    .beneficts-box-item {
      width: 100%; }
    .beneficts-box-item:nth-child(odd) {
      margin-right: 0; }
  .organizations {
    margin-top: -10rem; }
    .organizations-background {
      padding-top: 10rem; } }

@media screen and (max-width: 567px) {
  .beneficts {
    margin-top: 8rem; }
    .beneficts-box {
      padding: 0 1rem; }
  .header-subtitle {
    font-size: 3.3rem; }
  .organizations {
    margin-top: -13rem; } }

@media screen and (max-width: 367px) {
  .container {
    padding: 1rem; }
  html {
    font-size: 8px; }
  .organizations {
    margin-top: -15rem; }
    .organizations-background {
      padding: 5rem;
      background-color: rgba(236, 125, 0, 0.7);
      clip-path: polygon(0 9.5%, 100% 0, 100% 90%, 0% 100%); }
    .organizations-title {
      margin-top: 90px; } }
