:root {
  --font-primary: bree, sans-serif;
  --font-secondary: aller, sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
}

main.main-home {
  position: relative;
  height: 800px;
  z-index: 1;
}

@media (min-width: 992px) {
  main.main-home {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -496px;
    width: 992px;
    height: 800px;
    z-index: 1;
  }
}

body.home {
  background-image: url("../../assets/img/bg-home.png");
  background-size: cover;
  background-repeat: repeat-y;
  background-position: top right;
  position: relative;
  overflow-x: hidden;
}

.home-art {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.home-art-world {
  background-image: url("../../assets/img/home-art-world2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 20px;
  left: -90px;
  z-index: 5;
  width: 200px;
  height: 553px;
  margin: auto;
}

@media (min-width: 768px) {
  .home-art-world {
    background-image: url("../../assets/img/home-art-world2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    top: 90px;
    left: -90px;
    z-index: 5;
    width: 200px;
    height: 553px;
    margin: auto;
  }
}

@media (min-width: 992px) {
  .home-art-world {
    background-image: url("../../assets/img/home-art-world2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    bottom: 100px;
    left: 0;
    z-index: 5;
    width: 320px;
    height: 553px;
    margin: auto;
  }
}

.home-art-clouds {
  background-image: url("../../assets/img/home-art-clouds.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: 0;
  right: -220px;
  z-index: 5;
  width: 380px;
  height: 140px;
  margin: auto;
}

@media (min-width: 768px) {
  .home-art-clouds {
    background-image: url("../../assets/img/home-art-clouds.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 5;
    width: 380px;
    height: 140px;
    margin: auto;
  }
}

@media (min-width: 992px) {
  .home-art-clouds {
    background-image: url("../../assets/img/home-art-clouds.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    width: 440px;
    height: 167px;
    margin: auto;
  }
}

.main-understand {
  background-image: url("bg-clouds.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-identify {
  background-image: url("../../assets/img/bg-rocket.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-home .home-container {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.home-container .home-container-row {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .home-container .home-container-row {
    position: absolute;
    width: 100%;
    height: calc(100% - 100px);
  }
}

.home-container .home-footer-row {
  position: relative;
  padding-inline: 20px;
}

@media (min-width: 768px) {
  .home-container .home-footer-row {
    position: absolute;
    bottom: 30px;
    width: 100%;
    height: 100px;
    z-index: 10;
    padding-inline: 40px;
  }
}

.home-footer-row p {
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
}

.home-footer-content {
  width: 100%;
  display: block;
  justify-content: start;
  padding-bottom: 15px;
}

.home-footer-copyright {
  display: block;
  width: 100%;
}

@media (min-width: 992px) {
  .home-footer-copyright {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .home-footer-copyright .footer-copyright-left {
    width: 50%;
  }
}

.home-footer-copyright .footer-copyright-right {
}

@media (min-width: 992px) {
  .home-footer-copyright .footer-copyright-right {
    width: 50%;
    display: flex;
    justify-content: end;
  }
}

.footer-copyright-right p {
  margin-left: 10px;
}

.home-footer-row .home-footer-col {
}

.footer-copyright-right-row {
}

.home-footer-content p {
  margin-bottom: 0;
}

.fps-1 {
  padding-left: 10px;
}

.fps-2 {
  padding-left: 25px;
}

.fps-3 {
  padding-left: 40px;
}

.home-container-row .home-container-col {
  position: relative;
  padding-top: 170px;
  left: 0;
}

@media (min-width: 768px) {
  .home-container-row .home-container-col {
    position: absolute;
    top: 130px;
    left: 65px;
    padding-top: unset;
  }
}

@media (min-width: 992px) {
  .home-container-row .home-container-col {
    position: absolute;
    top: 150px;
    left: 310px;
    /*background: rgba(0,0,0,.25);*/
    height: calc(100% - 190px);
    width: calc(100% - 310px);
  }
}

h1.home-title {
  font-family: bree, sans-serif;
  color: #FF5A19;
  display: block;
  width: 100%;
}

h1.home-title .word1 {
  font-size: 60px;
  line-height: 70px;
  margin-right: 10px;
}

@media (min-width: 576px) {
  h1.home-title .word1 {
    font-size: 90px;
    line-height: 90px;
    margin-right: 10px;
  }
}

h1.home-title .word2 {
  font-size: 25px;
  line-height: 35px;
  margin-right: 10px;
}

@media (min-width: 576px) {
  h1.home-title .word2 {
    font-size: 55px;
    line-height: 55px;
    margin-right: 10px;
  }
}

h1.home-title .word3 {
  font-size: 60px;
  line-height: 40px;
  font-weight: bold;
  margin-right: 10px;
}

@media (min-width: 576px) {
  h1.home-title .word3 {
    font-size: 100px;
    line-height: 80px;
    font-weight: bold;
    margin-right: 10px;
  }
}

h1.home-title .word4 {
  font-size: 57px;
  line-height: 37px;
  margin-right: 10px;
}

@media (min-width: 576px) {
  h1.home-title .word4 {
    font-size: 97px;
    line-height: 77px;
    margin-right: 10px;
  }
}

h1.home-title .word5 {
  font-size: 85px;
  line-height: 75px;
  font-weight: bold;
  margin-right: 10px;
}

@media (min-width: 576px) {
  h1.home-title .word5 {
    font-size: 145px;
    line-height: 105px;
    font-weight: bold;
    margin-right: 10px;
  }
}

.home-title-block {
  position: relative;
  padding: 15px;
  display: block;
  width: 100%;
}

.home-text1 {
  font-family: Aller, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #F9E799;
}

@media (min-width: 576px) {
  .home-text1 {
    font-family: Aller, sans-serif;
    font-weight: bold;
    font-size: 27px;
    line-height: 30px;
    color: #F9E799;
  }
}

.home-text2 {
  font-family: Aller, sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #F9E799;
  margin: 0;
}

.home-text2-block {
  width: 100%;
  max-width: 225px;
  text-align: left;
  display: flex;
  align-items: center;
}

.home-container-col .home-menu-block {
  width: 240px;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .home-container-col .home-menu-block {
    position: absolute;
    top: 70px;
    right: 0;
    width: 240px;
    min-height: 120px;
    z-index: 20;
  }
}

.home-menu-block .menu-item img {
  width: 240px;
}

.home-menu-block .menu-item {
  margin-bottom: 10px;
}

.btn-cta-block img {
  width: 415px;
}

.btn-cta-block {
  margin-right: 15px;
  margin-left: -10px;
}

main.main-page2 {
  position: relative;
  width: 100%;
  max-width: 992px;
  margin: auto;
  /*height: 100%;*/
  /*overflow-y: scroll;*/
  z-index: 5;
}

/* Page */

body.page {
  background-image: url("../../assets/img/bg-page2.png");
  background-size: cover;
  background-repeat: repeat-y;
  background-position: top center;
  position: relative;
}

.main-page .page-art {
  /*background-image: url("page-clouds.png");*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.page-art-world {
  background-image: url("page-art-world.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: 5;
  width: 240px;
  height: 553px;
  margin: auto;
}

.page-art-clouds {
  background-image: url("page-art-clouds.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  width: 440px;
  height: 167px;
  margin: auto;
}

.main-understand {
  background-image: url("bg-clouds.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-identify {
  background-image: url("../../assets/img/bg-rocket.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-page .page-container {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -496px;
  width: 992px;
  height: 900px;
  z-index: 10;
}

.page-container .page-container-row {
  position: relative;
  width: 100%;
  height: calc(100% - 100px);
}

.page-container .page-footer-row {
  position: absolute;
  bottom: 30px;
  width: 100%;
  height: 100px;
  z-index: 10;
  padding-inline: 40px;
}

.page-footer-row p {
  color: #ffffff;
  font-size: 10px;
  line-height: 13px;
}

.page-footer-content {
  width: 100%;
  display: block;
  justify-content: start;
  padding-left: 45px;
  padding-bottom: 15px;
}

.page-footer-copyright {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}

.page-footer-copyright .footer-copyright-left {
  width: 50%;
}

.page-footer-copyright .footer-copyright-right {
  width: 50%;
  display: flex;
  justify-content: end;
}

.footer-copyright-right p {
  margin-left: 10px;
}

.page-footer-row .page-footer-col {
}

.page-footer-content p {
  margin-bottom: 0;
}

.fps-1 {
  padding-left: 10px;
}

.fps-2 {
  padding-left: 25px;
}

.fps-3 {
  padding-left: 40px;
}

.page-container-row .page-container-col {
  position: absolute;
  top: 0;
  left: 310px;
  /*background: rgba(0,0,0,.25);*/
  height: calc(100% - 190px);
  width: calc(100% - 310px);
}

h1.page-title {
  font-family: bree, sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  color: #FF5A19;
  display: block;
  width: 100%;
  padding-inline: 15px;
}

@media (min-width: 768px) {
  h1.page-title {
    font-size: 52px;
    line-height: 56px;
    padding-inline: unset;
  }
}

@media (min-width: 1200px) {
  h1.page-title {
    font-size: 52px;
    line-height: 56px;
  }
}

h1.page-title .word1 {
  font-size: 90px;
  line-height: 90px;
  margin-right: 10px;
}

h1.page-title .word2 {
  font-size: 55px;
  line-height: 55px;
  margin-right: 10px;
}

h1.page-title .word3 {
  font-size: 100px;
  line-height: 80px;
  font-weight: bold;
  margin-right: 10px;
}

h1.page-title .word4 {
  font-size: 97px;
  line-height: 77px;
  margin-right: 10px;
}

h1.page-title .word5 {
  font-size: 145px;
  line-height: 105px;
  font-weight: bold;
  margin-right: 10px;
}

.page-title-block {
  position: relative;
  padding: 15px;
  display: block;
  width: 100%;
}

.page-text1 {
  font-family: Aller, sans-serif;
  font-weight: bold;
  font-size: 27px;
  line-height: 30px;
  color: #F9E799;
}

.page-text2 {
  font-family: Aller, sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #F9E799;
  margin: 0;
}

.page-text2-block {
  width: 100%;
  max-width: 225px;
  text-align: left;
  display: flex;
  align-items: center;
}

.page-container-col .page-menu-block {
  position: absolute;
  top: 70px;
  right: 0;
  width: 240px;
  min-height: 120px;
  z-index: 20;
}

.page-menu-block .menu-item img {
  width: 240px;
}

.page-menu-block .menu-item {
  margin-bottom: 10px;
}

.btn-cta-block img {
  width: 415px;
}

.btn-cta-block {
  margin-right: 15px;
  margin-left: -10px;
}

.main-page .main-page-container {
  background-color: white;
  position: absolute;
  top: 214px;
  width: 100%;
  padding: 20px 15px;
  z-index: 10;
}

@media (min-width: 576px) {
  .main-page .main-page-container {
    background-color: transparent;
    top: 300px;
  }
}

@media (min-width: 768px) {
  .main-page .main-page-container {
    background-color: transparent;
    position: absolute;
    top: 150px;
    width: 500px;
    padding: 20px 15px;
    z-index: 10;
  }
}

.main-page .main-page-clouds-bg {
  background-image: url("../../assets/img/bg-page2-clouds.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  width: 790px;
  height: 100%;
  min-height: 820px;
  top: 0;
  left: 0;
  z-index: 6;
}

@media (min-width: 768px) {
  .main-page .main-page-clouds-bg {
    background-image: url("../../assets/img/page2-clouds.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 6;
  }
}

header.article-header .article-header-title {
  position: absolute;
  top: -90px;
  right: 0;
  width: 100%;
  padding: 0;
  height: auto;
  text-align: center;
  z-index: 10;
}

@media (min-width: 768px) {
  header.article-header .article-header-title {
    position: absolute;
    top: -130px;
    right: 20px;
    text-align: right;
  }
}

@media (min-width: 992px) {
  header.article-header .article-header-title {
    position: absolute;
    top: -110px;
  }
}

@media (min-width: 1200px) {
  header.article-header .article-header-title {
    position: absolute;
    top: -90px;
    right: 60px;
  }
}

@media (min-width: 1400px) {
  header.article-header .article-header-title {
    position: absolute;
    top: -100px;
    right: 80px;
    width: 100%;
    max-width: 340px;
    padding: 0;
    height: auto;
    text-align: right;
    z-index: 10;
  }
}

@media (min-width: 1200px) {
  .main-page-header.main-page-header {
    position: absolute;
    top: 30px;
    left: 640px;
    width: 340px;
    height: auto;
    text-align: right;
    z-index: 10;
  }
}

.page-section-title {
  font-family: Aller, sans-serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
}

img.page-ruler {
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.article-content .article-sidebar {
  display: none;
  position: absolute;
  top: 15px;
  right: -320px;
  width: 360px;
}

@media (min-width: 1200px) {
  .article-content .article-sidebar {
    display: block;
    position: absolute;
    top: -75px;
    right: -300px;
    width: 450px;
  }
}

/* header.article-header .article-header-content .main-page-footer {
  position: absolute;
  top: 1000px;
  width: 80%;
  max-width: 940px;
  padding: 15px;
  z-index: 6;
}

header.article-header .article-header-content .main-page-footer {
  color: #5E7077;
  font-size: 12px;
  line-height: 15px;
} */

/* Page2 */

body.page2 {
  background-image: url("../../assets/img/bg-page2.png");
  background-size: cover;
  background-repeat: repeat-y;
  background-position: top right;
  position: relative;
  width: 100%;
  height: 100%;
  /*overflow: hidden;*/
}

.main-page2 .page2-art {
  /*background-image: url("../../assets/img/page2-clouds.png");*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.page2-art-world {
  background-image: url("page2-art-world.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: 5;
  width: 240px;
  height: 553px;
  margin: auto;
}

.page2-art-clouds {
  background-image: url("page2-art-clouds.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  width: 440px;
  height: 167px;
  margin: auto;
}

.main-understand {
  background-image: url("bg-clouds.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-identify {
  background-image: url("../../assets/img/bg-rocket.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-page2 .page2-container {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -496px;
  width: 992px;
  height: 900px;
  z-index: 10;
}

.page2-container .page2-container-row {
  position: relative;
  width: 100%;
  height: calc(100% - 100px);
}

.page2-container .page2-footer-row {
  position: absolute;
  bottom: 30px;
  width: 100%;
  height: 100px;
  z-index: 10;
  padding-inline: 40px;
}

.page2-footer-row p {
  color: #ffffff;
  font-size: 10px;
  line-height: 13px;
}

.page2-footer-content {
  width: 100%;
  display: block;
  justify-content: start;
  padding-left: 45px;
  padding-bottom: 15px;
}

.page2-footer-copyright {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}

.page2-footer-copyright .footer-copyright-left {
  width: 50%;
}

.page2-footer-copyright .footer-copyright-right {
  width: 50%;
  display: flex;
  justify-content: end;
}

.footer-copyright-right p {
  margin-left: 10px;
}

.page2-footer-row .page2-footer-col {
}

.page2-footer-content p {
  margin-bottom: 0;
}

.fps-1 {
  padding-left: 10px;
}

.fps-2 {
  padding-left: 25px;
}

.fps-3 {
  padding-left: 40px;
}

.page2-container-row .page2-container-col {
  position: absolute;
  top: 0;
  left: 310px;
  /*background: rgba(0,0,0,.25);*/
  height: calc(100% - 190px);
  width: calc(100% - 310px);
}

h1.page2-title {
  font-family: bree, sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  color: #FF5A19;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  h1.page2-title {
    font-size: 52px;
    line-height: 56px;
  }
}

@media (min-width: 1200px) {
  h1.page2-title {
    font-size: 52px;
    line-height: 56px;
  }
}

h1.page2-title .word1 {
  font-size: 90px;
  line-height: 90px;
  margin-right: 10px;
}

h1.page2-title .word2 {
  font-size: 55px;
  line-height: 55px;
  margin-right: 10px;
}

h1.page2-title .word3 {
  font-size: 100px;
  line-height: 80px;
  font-weight: bold;
  margin-right: 10px;
}

h1.page2-title .word4 {
  font-size: 97px;
  line-height: 77px;
  margin-right: 10px;
}

h1.page2-title .word5 {
  font-size: 145px;
  line-height: 105px;
  font-weight: bold;
  margin-right: 10px;
}

.page2-title-block {
  position: relative;
  padding: 15px;
  display: block;
  width: 100%;
}

.page2-text1 {
  font-family: Aller, sans-serif;
  font-weight: bold;
  font-size: 27px;
  line-height: 30px;
  color: #F9E799;
}

.page2-text2 {
  font-family: Aller, sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #F9E799;
  margin: 0;
}

.page2-text2-block {
  width: 100%;
  max-width: 225px;
  text-align: left;
  display: flex;
  align-items: center;
}

.page2-container-col .page2-menu-block {
  position: absolute;
  top: 70px;
  right: 0;
  width: 240px;
  min-height: 120px;
  z-index: 20;
}

.page2-menu-block .menu-item img {
  width: 240px;
}

.page2-menu-block .menu-item {
  margin-bottom: 10px;
}

.btn-cta-block img {
  width: 415px;
}

.btn-cta-block {
  margin-right: 15px;
  margin-left: -10px;
}

.main-page2 .main-page2-container {
  background-color: white;
  position: absolute;
  top: 214px;
  width: 100%;
  padding: 20px 15px;
  z-index: 10;
}

@media (min-width: 576px) {
  .main-page2 .main-page2-container {
    background-color: transparent;
    top: 300px;
  }
}

@media (min-width: 768px) {
  .main-page2 .main-page2-container {
    background-color: transparent;
    position: absolute;
    top: 150px;
    width: 500px;
    padding: 20px 15px;
    z-index: 10;
  }
}

.main-page2 .main-page2-clouds-bg {
  background-image: url("../../assets/img/bg-page2-clouds.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  width: 790px;
  height: 100%;
  min-height: 820px;
  top: 0;
  left: 0;
  z-index: 6;
}

@media (min-width: 768px) {
  .main-page2 .main-page2-clouds-bg {
    background-image: url("../../assets/img/page2-clouds.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 6;
  }
}

.main-page2-header.main-page2-header {
  position: absolute;
  top: 120px;
  right: auto;
  width: 100%;
  max-width: 340px;
  height: auto;
  text-align: left;
  z-index: 10;
  padding: 20px;
}

@media (min-width: 576px) {
  .main-page2-header.main-page2-header {
    top: 170px;
  }
}

@media (min-width: 768px) {
  .main-page2-header.main-page2-header {
    position: absolute;
    top: 30px;
    left: 390px;
    width: 100%;
    max-width: 340px;
    padding: 0;
    height: auto;
    text-align: right;
    z-index: 10;
  }
}

@media (min-width: 1200px) {
  .main-page2-header.main-page2-header {
    position: absolute;
    top: 30px;
    left: 640px;
    width: 340px;
    height: auto;
    text-align: right;
    z-index: 10;
  }
}

.page2-section-title {
  font-family: Aller, sans-serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
}

img.page2-ruler {
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.main-page2 .page2-kids-bg {
  position: absolute;
  top: 15px;
  width: 480px;
  left: 500px;
}

.main-page2 .main-page2-footer {
  position: absolute;
  top: 1000px;
  width: 80%;
  max-width: 940px;
  padding: 15px;
  z-index: 6;
}

.main-page2-content {
  height: 1000px;
  margin-bottom: 50px;
}

.main-page2-content {
  height: 1000px;
  margin-bottom: 50px;
}

.main-page2 .main-page2-footer {
  color: #5E7077;
  font-size: 12px;
  line-height: 15px;
}

/* page3: Identify */

main.main-page3 {
  position: fixed;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 5;
}

body.page3 {
  /*background-image: initial;*/
  background-size: cover;
  background-repeat: repeat-y;
  background-position: top right;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #bdbb41;
}

.main-page3 .page3-art {
  background-image: url("bg-page3-clouds.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.page3-art-world {
  background-image: url("page3-art-world.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: 5;
  width: 240px;
  height: 553px;
  margin: auto;
}

.page3-art-clouds {
  background-image: url("page3-art-clouds.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  width: 440px;
  height: 167px;
  margin: auto;
}

.main-understand {
  background-image: url("bg-clouds.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-identify {
  background-image: url("../../assets/img/bg-rocket.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-page3 .page3-container {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -496px;
  width: 992px;
  height: 900px;
  z-index: 10;
}

.page3-container .page3-container-row {
  position: relative;
  width: 100%;
  height: calc(100% - 100px);
}

.page3-container .page3-footer-row {
  position: absolute;
  bottom: 30px;
  width: 100%;
  height: 100px;
  z-index: 10;
  padding-inline: 40px;
}

.page3-footer-row p {
  color: #ffffff;
  font-size: 10px;
  line-height: 13px;
}

.page3-footer-content {
  width: 100%;
  display: block;
  justify-content: start;
  padding-left: 45px;
  padding-bottom: 15px;
}

.page3-footer-copyright {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}

.page3-footer-copyright .footer-copyright-left {
  width: 50%;
}

.page3-footer-copyright .footer-copyright-right {
  width: 50%;
  display: flex;
  justify-content: end;
}

.footer-copyright-right p {
  margin-left: 10px;
}

.page3-footer-row .page3-footer-col {
}

@media (min-width: 992px) {
  .footer-copyright-right-row {
    width: 350px;
    display: flex;
    align-items: start;
    justify-content: space-evenly;
  }
}

.page3-footer-content p {
  margin-bottom: 0;
}

.fps-1 {
  padding-left: 10px;
}

.fps-2 {
  padding-left: 25px;
}

.fps-3 {
  padding-left: 40px;
}

.page3-container-row .page3-container-col {
  position: absolute;
  top: 0;
  left: 310px;
  /*background: rgba(0,0,0,.25);*/
  height: calc(100% - 190px);
  width: calc(100% - 310px);
}

h1.page3-title {
  font-family: bree, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 27px;
  color: #FF5A19;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  h1.page3-title {
    font-size: 36px;
    line-height: 39px;
  }
}

@media (min-width: 992px) {
  h1.page3-title {
    font-size: 42px;
    line-height: 46px;
  }
}

@media (min-width: 1200px) {
  h1.page3-title {
    font-size: 46px;
    line-height: 51px;
  }
}

@media (min-width: 1400px) {
  h1.page3-title {
    font-size: 58px;
    line-height: 61px;
  }
}

h1.page3-title .word1 {
  font-size: 90px;
  line-height: 90px;
  margin-right: 10px;
}

h1.page3-title .word2 {
  font-size: 55px;
  line-height: 55px;
  margin-right: 10px;
}

h1.page3-title .word3 {
  font-size: 100px;
  line-height: 80px;
  font-weight: bold;
  margin-right: 10px;
}

h1.page3-title .word4 {
  font-size: 97px;
  line-height: 77px;
  margin-right: 10px;
}

h1.page3-title .word5 {
  font-size: 145px;
  line-height: 105px;
  font-weight: bold;
  margin-right: 10px;
}

.page3-title-block {
  position: relative;
  padding: 15px;
  display: block;
  width: 100%;
}

.page3-text1 {
  font-family: Aller, sans-serif;
  font-weight: bold;
  font-size: 27px;
  line-height: 30px;
  color: #F9E799;
}

.page3-text2 {
  font-family: Aller, sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #F9E799;
  margin: 0;
}

.page3-text2-block {
  width: 100%;
  max-width: 225px;
  text-align: left;
  display: flex;
  align-items: center;
}

.page3-container-col .page3-menu-block {
  position: absolute;
  top: 70px;
  right: 0;
  width: 240px;
  min-height: 120px;
  z-index: 20;
}

.page3-menu-block .menu-item img {
  width: 240px;
}

.page3-menu-block .menu-item {
  margin-bottom: 10px;
}

.btn-cta-block img {
  width: 100%;
}

@media (min-width: 768px) {
  .btn-cta-block img {
    width: 415px;
  }
}

.btn-cta-block {
  margin-right: 15px;
  margin-left: -10px;
}

.main-page3 .main-page3-container {
  position: relative;
  width: 90%;
  margin-inline: 5%;
  height: 100%;
  z-index: 10;
}

@media (min-width: 414px) {
  .main-page3 .main-page3-container {
    top: 0;
    width: 90%;
    margin-inline: 5%;
  }
}

@media (min-width: 768px) {
  .main-page3 .main-page3-container {
    position: relative;
    width: 80%;
    height: 100%;
    z-index: 10;
    margin-inline: auto;
  }
}

@media (min-width: 992px) {
  .main-page3 .main-page3-container {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .main-page3 .main-page3-container {
    width: 90%;
  }
}

.main-page3 .main-page3-rocket-bg {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .main-page3-header.main-page3-header {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px;
    z-index: 10;
  }
}

.main-page3-header {
  position: relative;
  width: 100%;
  max-width: 280px;
  text-align: center;
  padding: 20px;
  margin-inline: auto;
  z-index: 10;
}

@media (min-width: 576px) {
  .main-page3-header.main-page3-header {
    max-width: 360px;
    padding: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .main-page3-header.main-page3-header {
    max-width: 708px;
  }
}

@media (min-width: 992px) {
  .main-page3-header.main-page3-header {
    width: 610px;
  }
}

@media (min-width: 1200px) {
  .main-page3-header.main-page3-header {
    display: none;
  }
}

.page3-section-title {
  font-family: Aller, sans-serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
}

img.page3-ruler {
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.main-page3 .page3-kids-bg {
  position: absolute;
  top: 15px;
  width: 480px;
  left: 500px;
}

.main-page3 .main-page3-footer {
  position: absolute;
  top: 1000px;
  width: 80%;
  max-width: 940px;
  padding: 15px;
  z-index: 6;
}

.main-page3-content {
  height: auto;
  padding-inline: 7px;
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: justify;
}

@media (min-width: 992px) {
  .main-page3-content {
    width: 33.3%;
    height: auto;
    padding-inline: 7px;
  }
}

.main-page3 .main-page3-footer {
  color: #5E7077;
  font-size: 12px;
  line-height: 15px;
}

.main-page3-container .main-page3-inner-container {
  position: relative;
  width: 100%;
  margin: auto;
  height: auto;
}

@media (min-width: 576px) {
  .main-page3-container .main-page3-inner-container {
    position: relative;
    width: 100%;
    margin: 0;
    height: auto;
  }
}

@media (min-width: 992px) {
  .main-page3-container .main-page3-inner-container {
    display: flex;
    justify-content: space-between;
    padding-inline: 20px;
  }
}

@media (min-width: 1400px) {
  .main-page3-container .main-page3-inner-container {
    position: relative;
    top: 0;
    width: 1320px;
    margin: auto;
  }
}

.legal-text {
  margin-top: 100px;
  font-size: small;
  text-align: right;
}

article.article-page header.article-header {
  position: relative;
  width: 100%;
  height: 540px;
  margin-top: 120px;
  z-index: 5;
  background-image: url("../../assets/img/page2-clouds.png");
  background-size: cover;
  background-position: top center;
}

@media (min-width: 768px) {
  article.article-page header.article-header {
    margin-top: 140px;
  }
}

@media (min-width: 992px) {
  article.article-page header.article-header {
    margin-top: 120px;
  }
}

main.main-page {
  position: relative;
  /*background-image: url("../../assets/img/bg-page2.png");*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
  /*background-position: top center;*/
  /*width: 100%;*/
  /*height: 60dvh;*/
}

article.article-page .article-content {
  position: relative;
  z-index: 10;
  margin-top: -400px;
  padding-top: 25px;
  padding-bottom: 50px;
  padding-inline: 20px;
  margin-inline: auto;
  width: 100%;
  max-width: 792px;
  min-height: 50dvh;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  article.article-page .article-content {
    margin-top: -350px;
    padding-top: 25px;
    padding-bottom: 50px;
    padding-inline: 50px;
    margin-inline: auto;
  }
}

@media (min-width: 1200px) {
  article.article-page .article-content {
    padding-inline: 50px 160px;
  }
}

article.article-page {
  position: relative;
  width: 100%;
  margin-inline: auto;
}

@media (min-width: 1200px) {
  article.article-page {
    max-width: 1125px;
  }
}

.main-page3-rocket-bg .main-page3-header.size-xl {
  display: none;
}

@media (min-width: 1200px) {
  .main-page3-rocket-bg .main-page3-header.size-xl {
    display: block;
    position: absolute;
    top: 10%;
    width: 600px;
    text-align: left;
    left: 50%;
    margin-left: -300px;
  }
}

.article-footer {
  padding-top: 50px;
  padding-bottom: 25px;
  font-size: 13px;
  line-height: 17px;
}

.modal-content {
  --bs-modal-border-radius: 0;
  --bs-modal-bg: #F6E7A2;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-title {
  font-weight: bold;
  font-size: 32px;
  color: #1D2E51;
  --bs-modal-title-line-height: 36px;
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-header .modal-rocket {
  width: 250px;
  bottom: 0;
  position: absolute;
}

.modal-header .modal-title {
  margin: auto;
}

.modal-header {
  padding-top: 40px;
  position: relative;
}

.modal-body {
  padding-inline: 50px;
}

.modal-body p {
  font-size: 24px;
  line-height: 29px;
}

.modal-footer {
  margin: auto;
  padding-bottom: 40px;
}

.btn.btn__modal {
  background-color: #1d2e51;
  border: 1px solid #1d2e51;
  border-radius: 0;
  color: #ffffff;
  padding-inline: 35px;
}

.text-justify {
  text-align: justify;
}

