:root {
  --blank-value: 80px;
}

.home-hero {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 56px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home-hero__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.home-hero__section {
  padding: 122px 55px 0 55px;
  width: 100%;
  height: auto;
}
.home-hero__section .divider {
  margin: 25px 0 30px 0;
  width: 40px;
  height: 1px;
  background-color: #ffffff;
}
.home-hero__hashtag {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
  font-weight: 400;
}
.home-hero__title {
  margin: 0;
  width: 100%;
  max-width: 440px;
  color: #ffffff;
  font-size: 48px;
  font-size: 3rem;
  line-height: 63px;
  line-height: 3.9375rem;
  font-weight: 400;
}
.home-hero__agenda {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 35px 0 0 0;
  padding: 28px 32px;
  width: 100%;
  max-width: 415px;
  min-height: 135px;
  background-color: #ffffff;
}
.home-hero__agenda__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-hero__agenda__date {
  margin: 0 0 7px 0;
  color: #181818;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-weight: 600;
}
.home-hero__agenda__description {
  width: 100%;
  max-width: 230px;
  color: #4c4f52;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: 600;
}
.home-hero__agenda__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #ccd3da;
  padding: 0px 10px 0 40px;
  color: #181818;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.home-hero__agenda__link__icon {
  position: relative;
  display: flex;
  flex-direction: column;
}
.home-hero__agenda__link__icon::before {
  content: "";
  display: flex;
  margin: 10px 0;
  width: 23px;
  height: 23px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #0154a3;
}
.home-hero__agenda__link__icon::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 5px;
  display: flex;
  width: 15px;
  height: 10px;
  background-image: url("/assets/svg/home-agenda.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home-hero__explore {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  padding: 0 0 0 55px;
  height: 64px;
  color: #ffffff;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.home-hero__explore:after {
  content: "";
  margin: 2px 0 0 10px;
  width: 1px;
  height: 64px;
  background-color: #eeeeee;
}
.home-hero__explore:before {
  content: "";
  position: relative;
  top: 10px;
  left: 24px;
  width: 10px;
  height: 10px;
  background-image: url("/assets/svg/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: top 0.4s, opacity 0.4s;
}
.home-hero__explore:hover:before {
  top: 30px;
  opacity: 1;
}
.home__investment {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 685px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home__investment__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: auto;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.home__investment__section {
  padding: 122px 55px 0 55px;
  width: 100%;
  height: auto;
}
.home__investment__section .divider {
  margin: 25px 0 30px 0;
  width: 40px;
  height: 1px;
  background-color: #0154a3;
}
.home__investment__hashtag {
  margin: 0;
  color: #4c4f52;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
  font-weight: 400;
}
.home__investment__title {
  margin: 0;
  width: 100%;
  max-width: 600px;
  color: #4c4f52;
  font-size: 32px;
  font-size: 2rem;
  line-height: 46px;
  line-height: 2.875rem;
  font-weight: 400;
}
.home__investment__works {
  display: flex;
  flex-direction: row;
  padding: 0 55px;
  margin: 70px 0 0 0;
  width: 100%;
  height: auto;
}
.home__investment__works__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  margin: 0 23px 0 0;
  width: 100%;
  max-width: 177px;
  height: 177px;
  background-color: #ffffff;
  border: 1px solid transparent;
  color: #4c4f52;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.4s, border 0.4s, background-color 0.4s;
}
.home__investment__works__item:hover {
  background-color: #fbfbfb;
  border: 1px solid #0154a3;
  color: #0154a3;
}
.home__investment__works__item:last-child {
  margin: 0;
}
.home__investment__works__item img {
  margin: 0 0 20px 0;
  width: 100%;
  max-width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home__foundation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 550px;
  background-color: #f4f5f6;
}
.home__foundation__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: auto;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.home__foundation__section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 122px 55px 0 55px;
  width: 100%;
  height: auto;
}
.home__foundation__section .divider {
  margin: 25px 0 30px 0;
  width: 40px;
  height: 1px;
  background-color: #0154a3;
}
.home__foundation__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
}
.home__foundation__grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 0 33px;
  width: 100%;
  max-width: 770px;
}
.home__foundation__grid__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: calc(33.3333333333% - 10px);
  min-height: 330px;
  background-color: #ffffff;
}
.home__foundation__grid__item:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.home__foundation__grid__item img {
  width: 100%;
  max-width: 190px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
.home__foundation__hashtag {
  margin: 0;
  color: #4c4f52;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
  font-weight: 400;
}
.home__foundation__title {
  margin: 0;
  width: 100%;
  max-width: 365px;
  color: #4c4f52;
  font-size: 32px;
  font-size: 2rem;
  line-height: 46px;
  line-height: 2.875rem;
  font-weight: 400;
}
.home__foundation__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0 0;
  width: 100%;
  max-width: 157px;
  height: 46px;
  border: 1px solid #dbdddf;
  color: #181818;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.4s, background-color 0.4s;
}
.home__foundation__link:hover {
  background-color: #bdc7d1;
  color: #ffffff;
}
.home__about {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  min-height: 500px;
  background-color: #ffffff;
}
.home__about:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  margin: auto;
  width: 0;
  height: 182px;
  border-top: 350px solid #f4f5f6;
  border-right: 100vw solid transparent;
  border-left: 0vw solid transparent;
  overflow: hidden;
}
.home__about__content {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 90px 55px 100px 55px;
  width: 100%;
  max-width: 1280px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.home__about__content__item {
  display: flex;
  width: calc(50% - 8px);
  height: auto;
}
.home__about__content__item:last-child {
  justify-content: center;
  align-items: center;
}
.home__about__content__item img {
  width: 100%;
  max-width: 575px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__about__content .divider {
  margin: 25px 0 30px 0;
  width: 40px;
  height: 1px;
  background-color: #0154a3;
}
.home__about__content__info {
  display: flex;
  flex-direction: column;
}
.home__about__content__hashtag {
  margin: 0;
  color: #4c4f52;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
  font-weight: 600;
}
.home__about__content__title {
  margin: 0;
  width: 100%;
  max-width: 440px;
  color: #4c4f52;
  font-size: 32px;
  font-size: 2rem;
  line-height: 46px;
  line-height: 2.875rem;
  font-weight: 400;
}
.home__about__content__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0 0;
  width: 100%;
  max-width: 157px;
  height: 46px;
  border: 1px solid #dbdddf;
  color: #181818;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.4s, background-color 0.4s;
}
.home__about__content__link:hover {
  background-color: #bdc7d1;
  color: #ffffff;
}
@media only screen and (max-width: 1247px) {
  .home__investment__works__item {
    max-width: 140px;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    --blank-value: 50px;
  }
  .home-hero {
    height: 660px;
  }
  .home-hero__container {
    border: 0;
  }
  .home__investment {
    height: auto;
  }
  .home__investment__container {
    border: 0;
  }
  .home__investment__section {
    padding: 70px 55px 0 55px;
  }
  .home__investment__works {
    flex-wrap: wrap;
    padding: 0 55px 55px 55px;
  }
  .home__investment__works__item {
    margin: 0 23px 20px 0;
  }
  .home__foundation {
    height: auto;
  }
  .home__foundation__container {
    border: 0;
  }
  .home__foundation__section {
    flex-direction: column;
    padding: 70px 55px 55px 55px;
  }
  .home__foundation__info {
    margin: 0 0 46px 0;
    max-width: 100%;
  }
  .home__foundation__grid {
    max-width: 100%;
    margin: 0;
  }
  .home__foundation__title {
    max-width: 100%;
  }
  .home__about__content {
    flex-direction: column;
  }
  .home__about__content__item:last-child {
    text-align: center;
  }
  .home__about__content__item {
    justify-content: center;
    width: 100%;
  }
  .home__about__content__info {
    align-items: center;
    margin: 70px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-hero__section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-hero__title {
    max-width: 327px;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 57.6px;
    line-height: 3.6rem;
    text-align: center;
  }
  .home-hero__agenda {
    position: relative;
  }
  .home-hero__explore {
    left: calc(50% - 50px);
    padding: 0;
  }
  .home__investment__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 44.8px;
    line-height: 2.8rem;
  }
  .home__foundation__info {
    align-items: center;
  }
  .home__foundation__grid__item {
    min-height: 250px;
  }
  .home__foundation__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 44.8px;
    line-height: 2.8rem;
    text-align: center;
  }
  .home__about__content__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 44.8px;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 639px) {
  .home__investment__works__item {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  .home__foundation__grid {
    flex-wrap: wrap;
  }
  .home__foundation__grid__item {
    margin: 0 0 10px 0;
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .home-hero__section {
    padding: 70px 55px 0 55px;
  }
  .home-hero__agenda {
    flex-direction: column;
  }
  .home-hero__agenda__description {
    max-width: 100%;
  }
  .home-hero__agenda__link {
    margin: 20px 0 0 0;
    padding: 10px 0 0 0;
    border-left: 0;
    border-top: 1px solid #ccd3da;
  }
  .home-hero__explore {
    display: none;
  }
}
@media only screen and (max-width: 399px) {
  .home__about__content__item img {
    max-height: 350px;
  }
}