/*******************************************************************************
 * version 1.0 release;
 * copyright 2019
 ******************************************************************************/
.Content {
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .Content {
    padding-bottom: 170px;
  }
}

.banner__inner {
  border-bottom: none;
  padding-bottom: 0;
}

.banner__title {
  line-height: 1.2;
  margin-bottom: .25em;
  padding: 0 60px;
}

.banner__desc {
  padding: 0 50px;
}

.banner__imgboxes {
  -webkit-animation: up-in 1.25s both cubic-bezier(0.68, -0.55, 0.27, 1.55);
  animation: up-in 1.25s both cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.banner__imgbox {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 375px;
  flex: 1 0 375px;
  max-width: 375px;
  width: 375px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .banner__imgbox {
    margin-top: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 550px;
    flex: 1 0 550px;
    max-width: 550px;
    width: 550px;
  }
}

.banner__img {
  width: 300px;
  height: initial;
}

@media (min-width: 768px) {
  .banner__img {
    width: 550px;
  }
}

.banner__deco {
  position: absolute;
  animation: float 1.5s infinite alternate-reverse;
}

.banner__deco--1 {
  bottom: 87px;
  left: 37px;
  width: 50px;
}

@media (min-width: 768px) {
  .banner__deco--1 {
    width: 95px;
    bottom: 160px;
    left: 0;
  }
}

.banner__deco--2 {
  bottom: 32px;
  left: 139px;
  width: 35px;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media (min-width: 768px) {
  .banner__deco--2 {
    width: 70px;
    bottom: 67px;
    left: 185px;
  }
}

.banner__deco--3 {
  bottom: 76px;
  left: 185px;
  width: 55px;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@media (min-width: 768px) {
  .banner__deco--3 {
    bottom: 150px;
    left: 280px;
    width: 95px;
  }
}

.banner__deco--4 {
  bottom: 103px;
  right: 38px;
  width: 28px;
  -webkit-animation-delay: .375s;
  animation-delay: .375s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
}

@media (min-width: 768px) {
  .banner__deco--4 {
    bottom: 190px;
    right: 0px;
    width: 55px;
  }
}

.section--first {
  padding-top: 10px;
}

.section__title {
  margin: .5em;
}

@media (min-width: 768px) {
  .section__title {
    margin: .5em .5em 35px;
  }
}

@media (min-width: 768px) {
  .section--first .section__title {
    margin: .5em;
  }
}

.section--image {
  margin-top: 60px;
  padding-bottom: 75px;
}

.media-intro {
  max-width: 340px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .media-intro {
    max-width: 700px;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .media-intro {
    max-width: none;
    margin: auto;
  }
}

.media-intro--first {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .media-intro--first {
    margin-top: 120px;
  }
}

.media-intro__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.media-intro__field > * {
  padding: 0 10px;
}

.media-intro__field--full {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .media-intro--first .media-intro__field {
    margin-bottom: -290px;
  }
}

@media (min-width: 768px) {
  .media-intro--second .media-intro__field:first-child {
    padding-top: 165px;
  }
}

.media-intro__img {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 150px;
  flex: 1 1 150px;
  max-width: 150px;
}

@media (min-width: 375px) {
  .media-intro__img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 170px;
    flex: 1 1 170px;
    max-width: 170px;
  }
}

@media (min-width: 768px) {
  .media-intro__img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 350px;
    flex: 1 1 350px;
    max-width: 350px;
  }
}

@media (min-width: 1024px) {
  .media-intro__img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 390px;
    flex: 1 1 390px;
    max-width: 390px;
  }
}

.media-intro__img--overlay {
  margin-top: -140px;
}

@media (min-width: 375px) {
  .media-intro__img--overlay {
    margin-top: -178px;
  }
}

@media (min-width: 768px) {
  .media-intro__img--overlay {
    margin-top: -470px;
  }
}

@media (min-width: 1024px) {
  .media-intro__img--overlay {
    margin-top: -580px;
  }
}

.media-intro__field--full .media-intro__img {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  margin-bottom: 24px;
}

.media-intro__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% - 150px);
  flex: 1 1 calc(100% - 150px);
  max-width: calc(100% - 150px);
}

@media (min-width: 375px) {
  .media-intro__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 170px);
    flex: 1 1 calc(100% - 170px);
    max-width: calc(100% - 170px);
  }
}

@media (min-width: 768px) {
  .media-intro__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 350px);
    flex: 1 1 calc(100% - 350px);
    max-width: calc(100% - 350px);
  }
}

@media (min-width: 1024px) {
  .media-intro__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 390px);
    flex: 1 1 calc(100% - 390px);
    max-width: calc(100% - 390px);
  }
}

.media-intro__field--full .media-intro__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .media-intro__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px;
  }
}

@media (min-width: 768px) {
  .media-intro__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 70px);
    flex: 1 1 calc(100% - 70px);
    padding-left: 30px;
  }
}

@media (min-width: 768px) {
  .media-intro__desc {
    font-size: 1.125em;
    line-height: 28px;
  }
  .media-intro__field--full .media-intro__desc {
    padding: 0 50px;
  }
}

.media-intro__title {
  font-size: 1.125em;
  color: #4A6876;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: .25em;
}

@media (min-width: 375px) {
  .media-intro__title {
    font-size: 1.5em;
  }
}

@media (min-width: 768px) {
  .media-intro__title {
    font-size: 2.25em;
    line-height: 48px;
  }
}

.media-intro__field--full .media-intro__title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}

.media-intro__title-icon {
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .media-intro__title-icon {
    display: none;
  }
}

.media-intro__control > .media-intro__title-icon {
  display: none;
}

@media (min-width: 768px) {
  .media-intro__control > .media-intro__title-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70px;
    flex: 1 1 70px;
    max-width: 70px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .media-intro__field--full .media-intro__title-icon {
    display: block;
  }
}

.media-intro__title-icon--text-included {
  width: 120px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .media-intro__title-icon--text-included {
    width: 180px;
  }
}

.point {
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  .point {
    margin-bottom: 85px;
  }
}

.point__header {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .point__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.625em;
  }
}

.point__header > * {
  border: 1px solid #D8E1E5;
}

.point__header::before {
  content: attr(data-str);
  background: #45C8AB;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .point__header::before {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    height: 60px;
  }
}

.point__title {
  background: #fff;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .point__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 200px);
    flex: 1 1 calc(100% - 200px);
    height: 60px;
  }
}

@media (min-width: 768px) {
  .point__content {
    font-size: 1.125em;
    line-height: 28px;
  }
}

.example {
  margin-bottom: 1em;
}

.example__item.example__desc::before {
  background: #4A6876;
}

@media (min-width: 768px) {
  .example--wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.image {
  position: relative;
  margin: -150px auto 55px;
  max-width: 300px;
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .image {
    height: 500px;
    max-width: 500px;
    margin: -240px auto 55px;
  }
}

.image__bg {
  width: 350px;
  max-width: 350px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 350px;
  flex: 1 0 350px;
}

@media (min-width: 768px) {
  .image__bg {
    width: 450px;
    max-width: 450px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 450px;
    flex: 1 0 450px;
  }
}

.image__front {
  position: absolute;
}

.image__deco {
  position: absolute;
  left: 60px;
  top: 16px;
  width: 50px;
}

@media (min-width: 768px) {
  .image__deco {
    left: 55px;
    top: 40px;
    width: 90px;
  }
}

.image__left {
  width: 300px;
  left: -20px;
  top: 40px;
  z-index: 1;
  animation: float 1.5s infinite alternate-reverse;
}

@media (min-width: 768px) {
  .image__left {
    width: 450px;
  }
}

.image__right {
  width: 210px;
  right: -20px;
  bottom: 0;
  z-index: 1;
  animation: float 1.5s infinite alternate-reverse;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@media (min-width: 768px) {
  .image__right {
    width: 300px;
  }
}

/*# sourceMappingURL=pg_media.css.map */