.main {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.main .header {
  padding: 0;
  position: relative;
  z-index: 2;
  margin-bottom: -4rem;
}
.main .header .header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.main .header .header-main .misc-1 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
  width: 100%;
}
.main .header .header-main .logo {
  position: relative;
  width: 480px;
  min-width: 480px;
  margin: 0 auto;
}
.main .header .header-main .logo .misc-3 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 70px;
  left: -100px;
  width: 100%;
  height: 80px;
}
.main .header .header-main .logo img {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  width: 100%;
}
.main .header .header-main .misc-2 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 300px;
  width: 100%;
}
.main .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.main .contents .content-1 {
  width: 50%;
  min-width: 50%;
  position: relative;
  margin-top: -180px;
}
.main .contents .content-1 .background {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
}
.main .contents .content-1 .background-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
.main .contents .content-1 .misc {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 620px;
  height: 206.66666666666666px;
  top: -59.047619047619044px;
  position: absolute;
}
.main .contents .content-1 .storytime {
  position: relative;
  padding: 14rem 0 0 0;
  z-index: 1;
}
.main .contents .content-1 .storytime .title {
  margin-left: 8rem;
  position: relative;
  font-weight: 900;
  font-size: 24pt;
}
.main .contents .content-1 .storytime .caption {
  position: relative;
  max-width: 360px;
  margin: 2rem 0 2rem 8rem;
  font-size: 14pt;
}
.main .contents .content-2 {
  width: 50%;
  min-width: 50%;
  position: absolute;
  right: 0;
  margin-top: -180px;
}
.main .contents .content-2 .background {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
}
.main .contents .content-2 .misc {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  left: 280px;
  height: 166.66666666666666px;
  top: -111.1111111111111px;
  position: absolute;
}
.main .contents .content-2 .vocabulary {
  color: #000;
  padding: 8rem 8rem 8rem 28rem;
}
.main .contents .content-2 .vocabulary .title {
  position: relative;
  font-weight: 900;
  margin-left: 5rem;
  font-size: 24pt;
}
.main .contents .content-2 .vocabulary .caption {
  position: relative;
  max-width: 360px;
  margin: 2rem 0 2rem 5rem;
  font-size: 14pt;
}
.main .contents .content-2 .vocabulary .tiles {
  margin-top: 5rem;
  margin-left: 4rem;
}
.main .tiles {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 7rem;
  margin-bottom: 2rem;
  max-width: 660px;
}
.main .tiles .tile {
  display: block;
  padding: 1rem;
  width: 200px;
  -webkit-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
  color: #000;
}
.main .tiles .tile .tile-caption {
  font-size: 10pt;
  line-height: 1.2;
  margin-top: 0.425rem;
}
.main .tiles .tile:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  opacity: 0.65;
  text-decoration: none;
}
.main .tiles .tile .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 120px;
  background-color: #e6e6e6;
}
@media screen and (max-width: 1540px) {
  .main .contents .content-1 {
    width: 100%;
    padding: 1rem;
    margin-top: 60px;
  }
  .main .contents .content-1 .background-2 {
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: -90.8%;
    left: 0;
  }
  .main .contents .content-1 .storytime {
    padding: 8rem 0 0 0;
  }
  .main .contents .content-1 .storytime .title {
    margin-left: 8rem;
  }
  .main .contents .content-1 .storytime .caption {
    margin: 2rem 0 2rem 8rem;
  }
  .main .contents .content-1 .storytime .tiles {
    margin-top: 1rem;
  }
  .main .contents .content-2 {
    display: block;
    margin-top: 80px;
    position: absolute;
  }
  .main .contents .content-2 .vocabulary {
    padding: 12rem 2rem 2rem 14rem;
  }
}
@media screen and (max-width: 1250px) {
  .main .header {
    margin-bottom: -32rem;
  }
  .main .header .header-main {
    display: block;
  }
  .main .header .header-main .misc-1 {
    height: 200px;
    z-index: 1;
    position: relative;
  }
  .main .header .header-main .logo {
    width: 380px;
    min-width: 380px;
  }
  .main .header .header-main .logo img {
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  .main .header .header-main .logo .misc-3 {
    left: 0;
    top: -80px;
    bottom: auto;
  }
  .main .header .header-main .misc-2 {
    height: 200px;
    -webkit-transform: translateY(-180px);
        -ms-transform: translateY(-180px);
            transform: translateY(-180px);
  }
  .main .contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main .contents .content-1 {
    width: 100%;
  }
  .main .contents .content-1 .storytime {
    padding: 18rem 0;
  }
  .main .contents .content-1 .tiles {
    max-width: 780px;
  }
  .main .contents .content-2 {
    width: 100%;
    position: relative;
    margin-top: -15rem;
    margin-left: 10rem;
  }
  .main .contents .content-2 .vocabulary {
    padding-left: 36rem;
    padding-top: 16rem;
  }
  .main .contents .content-2 .misc {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .main .contents .content-2 {
    margin-left: 0;
  }
  .main .contents .content-2 .vocabulary {
    padding-left: 16rem;
    padding-top: 16rem;
  }
}
@media screen and (max-width: 767px) {
  .main .contents .content-1 {
    padding: 6rem;
  }
  .main .contents .content-1 .misc {
    display: none;
  }
  .main .contents .content-1 .storytime {
    padding: 8rem 0 !important;
  }
  .main .contents .content-1 .storytime .title,
  .main .contents .content-1 .storytime .caption {
    margin: 0;
  }
  .main .contents .content-1 .tiles {
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 540px) {
  .main .header {
    padding: 3rem 0 0 0;
  }
  .main .contents .content-1 {
    margin-top: 1rem;
  }
  .main .contents .content-1 .storytime {
    padding: 2rem 0 8rem 0;
  }
  .main .contents .content-1 .tiles {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main .contents .content-2 .background {
    background-size: 200% 100%;
    background-position: center;
  }
  .main .contents .content-2 .vocabulary {
    padding-left: 0;
    padding-top: 16rem;
  }
  .main .contents .content-2 .vocabulary .tiles {
    padding: 0;
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pop-iframe {
  background-color: rgba(235,202,249,0.95);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  visibility: hidden;
}
.pop-iframe .pop-content {
  padding: 1rem;
  position: relative;
  width: 82%;
  height: 86%;
  text-align: center;
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.pop-iframe .pop-content iframe {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.pop-iframe .pop-content .title {
  font-family: 'Baloo Bhai', sans-serif;
  margin: 2rem 0;
  color: #fff;
}
.pop-iframe .pop-content .title a {
  color: #fff;
}
.pop-iframe .pop-content .pop-close {
  position: absolute;
  cursor: pointer;
  top: -5rem;
  right: 1rem;
  color: #fff;
  font-size: 3rem;
  -webkit-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
}
.pop-iframe .pop-content .pop-close:hover {
  color: #ffb500;
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
          transform: rotate3d(0, 0, 1, 180deg);
}
.pop-iframe.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
.pop-iframe.active .pop-content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.video-pop {
  background-color: rgba(238,162,32,0);
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  visibility: hidden;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 99;
}
.video-pop .video-wrapper {
  background-color: #000;
  height: 80%;
  width: 80%;
  -webkit-transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-300px);
      -ms-transform: translateY(-300px);
          transform: translateY(-300px);
}
.video-pop .video-wrapper video {
  height: 100%;
  width: 100%;
}
.video-pop .close {
  position: absolute;
  top: 16px;
  right: 16px;
  opacity: 1;
  color: #fff;
  text-shadow: none;
  font-size: 4rem;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.video-pop .close:hover {
  -webkit-transform: rotate3d(0, 0, 1, 90deg) translateY(-1px);
          transform: rotate3d(0, 0, 1, 90deg) translateY(-1px);
}
.video-pop.active {
  background-color: rgba(255,165,0,0.95);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
.video-pop.active .video-wrapper {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.video-pop.cyan {
  background-color: rgba(202,252,252,0.95);
}
.video-pop.purple {
  background-color: rgba(235,202,249,0.95);
}
