.landing-page {
  font-family: 'dinpro-regular';
  letter-spacing: 1.2px;
}
.landing-page .section {
  padding: 0 14px;
}
.landing-page .section .title {
  padding-bottom: 12px;
  font-size: 2.4rem;
  font-weight: bold;
}
.landing-page .section.section-1 {
  height: 720px;
}
.landing-page .section.section-1 .part-left > div, .landing-page .section.section-1 .part-left > p {
  max-width: 430px;
}
.landing-page .section.section-1 .part-left p {
  font-size: 1rem;
  line-height: 28px;
}
.landing-page .section.section-1 .part-right {
  background: url("/static/images/landing-page/s1.jpg") 0 0 no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .landing-page .section.section-1 .part-right {
    display: none;
  }
}
@media (max-width: 767px) {
  .landing-page .section.section-1 {
    padding-top: 80px;
  }
}
.landing-page .section.section-2 {
  height: 720px;
  padding-top: 80px;
  background-color: #F7FAFF;
}
.landing-page .section.section-2 .header {
  margin-bottom: 120px;
  align-self: flex-start;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .landing-page .section.section-2 .header {
    align-self: center;
  }
}
.landing-page .section.section-2 .part-left {
  background: url("/static/images/landing-page/s2.jpg") center center no-repeat;
}
@media (max-width: 767px) {
  .landing-page .section.section-2 .part-left {
    display: none;
  }
}
.landing-page .section.section-2 .part-right > div, .landing-page .section.section-2 .part-right > p {
  max-width: 430px;
}
@media (max-width: 767px) {
  .landing-page .section.section-2 .part-right {
    align-items: center;
  }
}
.landing-page .section.section-3 {
  height: 720px;
  background-color: #F7FAFF;
}
.landing-page .section.section-3 .part-left > div, .landing-page .section.section-3 .part-left > p {
  max-width: 430px;
}
.landing-page .section.section-3 .part-right {
  background: url("/static/images/landing-page/s3.jpg") center center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .landing-page .section.section-3 .part-right {
    display: none;
  }
}
.landing-page .section.section-4 {
  height: 720px;
  padding-bottom: 40px;
  background-color: #F9864A;
}
.landing-page .section.section-4 .header {
  max-width: 430px;
  margin: 0 auto 120px;
  padding-top: 80px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
.landing-page .section.section-4 .header p {
  margin-top: 41px;
  font-size: 1rem;
}
.landing-page .section.section-4 .cards-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.landing-page .section.section-4 .cards-wrapper .card {
  height: 300px;
  padding: 22px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.landing-page .section.section-4 .cards-wrapper .card .icon {
  width: 62px;
  height: 62px;
  margin: 20px 0;
  background-color: #F9864A;
}
.landing-page .section.section-4 .cards-wrapper .card .title {
  font-size: 1.1rem;
  font-weight: bold;
}
.landing-page .section.section-4 .cards-wrapper .card p {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 18px;
}
.landing-page .section.section-4 .cards-wrapper .card.card-1 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.landing-page .section.section-4 .cards-wrapper .card.card-1 .icon {
  background: transparent url("/static/images/landing-page/impact_sprite.jpg") 0 0 no-repeat;
}
.landing-page .section.section-4 .cards-wrapper .card.card-2 {
  height: 340px;
}
.landing-page .section.section-4 .cards-wrapper .card.card-2 .icon {
  background: transparent url("/static/images/landing-page/impact_sprite.jpg") -62px 0 no-repeat;
}
.landing-page .section.section-4 .cards-wrapper .card.card-2 .title {
  color: #F9864A;
}
.landing-page .section.section-4 .cards-wrapper .card.card-3 {
  margin-top: 20px;
}
.landing-page .section.section-4 .cards-wrapper .card.card-3 .icon {
  background: transparent url("/static/images/landing-page/impact_sprite.jpg") -124px 0 no-repeat;
}
@media (max-width: 767px) {
  .landing-page .section.section-4 .cards-wrapper .card {
    height: auto !important;
  }
}
.landing-page .section.section-5 {
  height: 720px;
  padding: 60px 0;
}
.landing-page .section.section-5 .header {
  margin: 0 auto 90px;
  font-size: 1.6rem;
  font-weight: bold;
}
.landing-page .section.section-5 .cards-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.landing-page .section.section-5 .cards-wrapper > div {
  margin: 0 auto;
}
.landing-page .section.section-5 .cards-wrapper .card {
  border: none;
}
.landing-page .section.section-5 .cards-wrapper .card img {
  width: 314px;
  max-width: 100%;
  height: 366px;
  margin: 0 auto;
  object-fit: contain;
}
.landing-page .section.section-5 .cards-wrapper .card .number {
  padding: 2px 7px;
  border: 1px solid #000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 1rem;
}
.landing-page .section.section-5 .cards-wrapper .card .title {
  font-size: 1.2rem;
  text-align: center;
  padding: 14px 0;
}
.landing-page .section.section-5 .cards-wrapper .card p {
  text-align: center;
  line-height: 21px;
}
.landing-page .section.section-6 {
  height: 720px;
}
.landing-page .section.section-6 .title {
  font-size: 2.0rem;
  font-weight: bold;
}
.landing-page .section.section-6 .part-left {
  background: url("/static/images/landing-page/s1.jpg") 0 0 no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .landing-page .section.section-6 .part-left {
    display: none;
  }
}
.landing-page .section.section-6 .part-right > div, .landing-page .section.section-6 .part-right > p {
  max-width: 430px;
}
.landing-page .section.section-6 .part-right p {
  font-size: 1rem;
  line-height: 28px;
}
.landing-page .section.section-7 {
  height: 420px;
  padding: 80px 0;
  background-color: #4FC645;
  color: #fff;
}
.landing-page .section.section-7 .header {
  max-width: 630px;
  margin: 0 auto;
  text-align: center;
}
.landing-page .section.section-7 p {
  line-height: 24px;
}
@media (max-width: 767px) {
  .landing-page .section {
    height: auto !important;
    min-height: 420px !important;
  }
}
.landing-page .navbar .nav-item {
  margin-right: 12px;
}
.landing-page .navbar .nav-item.active {
  padding-bottom: 6px;
  font-weight: bold;
  border-bottom: 3px solid #000;
}
.landing-page .top-nav {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.landing-page .top-nav .navbar-brand {
  margin-right: 41px;
}
.landing-page .top-nav .navbar-brand img {
  width: 174px;
  height: 62px;
}
.landing-page .top-nav .nav-item {
  font-size: 0.8rem;
}
.landing-page .page-footer .footer-nav {
  padding-top: 32px;
}
.landing-page .page-footer .footer-nav .navbar-brand img {
  width: 40px;
  height: 47px;
}
.landing-page .page-footer .footer-bottom {
  margin: 100px auto 40px;
  font-size: 0.8rem;
  text-align: center;
}
.landing-page .page-footer .footer-bottom li {
  margin-right: 18px !important;
  margin-bottom: 18px;
}
.landing-page .page-footer .footer-bottom a {
  color: #000;
  line-height: 23px;
}
@media (max-width: 767px) {
  .landing-page .page-footer .footer-bottom li {
    display: block;
  }
}
.landing-page .btn {
  width: 180px;
  padding: 10px;
  border-radius: 18px;
  box-shadow: 0 26px 20px -10px rgba(0, 0, 0, 0.17);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.2px;
}
@media (max-width: 822px) {
  .landing-page .btn {
    margin-bottom: 24px;
  }
}
.landing-page .btn-green {
  background-color: #4FC645;
  color: #fff;
}
.landing-page .btn-green:hover, .landing-page .btn-green:active, .landing-page .btn-green:focus {
  background-color: #3f9140;
}
.landing-page .btn-ouline-green {
  border: 3px solid #59C542;
  background-color: #fff;
  color: #4FC645;
}
.landing-page .btn-ouline-green:hover, .landing-page .btn-ouline-green:active, .landing-page .btn-ouline-green:focus {
  border-color: #3f9140;
  color: #3f9140;
}
.landing-page .btn-white {
  background-color: #fff;
  color: #000;
}
.landing-page .btn-orange {
  background-color: #F9864A;
  color: #fff;
}
.landing-page .btn-orange:hover, .landing-page .btn-orange:active, .landing-page .btn-orange:focus {
  background-color: #d64e07;
}

.text-green {
  color: #4FC645;
}

.flex-col {
  flex-direction: column;
}

.justify-content-conter {
  justify-content: center;
}
