/**
 * Variables
 */
/**
 * Functions
 */
/**
 * Mixins
 */
.pink-logo img:hover {
  animation: none !important;
}
@media (max-width: 640px) {
  .home main {
    height: calc(100% + 400px);
  }
  .home .main-nav {
    display: none;
  }
  .home ul.mobile-nav {
    display: block;
    position: relative;
    width: 100%;
    top: -48px;
    padding-bottom: 48px;
    padding-top: 48px;
    overflow: hidden;
  }
  .home ul.mobile-nav li {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .home ul.mobile-nav li:nth-child(1) a .sparkle {
    animation-delay: 1s !important;
  }
  .home ul.mobile-nav li:nth-child(2) a .sparkle {
    animation-delay: 0.5s !important;
  }
  .home ul.mobile-nav li:nth-child(3) a .sparkle {
    animation-delay: 1.5s !important;
  }
  .home ul.mobile-nav li a {
    max-width: 300px;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .home ul.mobile-nav li a img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
  .home ul.mobile-nav li a .sparkle {
    background: url(../static/common/sparkle.png) center center;
    width: 98px;
    height: 93px;
    position: absolute;
    z-index: 4;
  }
  .home ul.mobile-nav li a .sparkle.one {
    top: -45px;
    left: -45px;
    animation: sparkle 4s infinite;
  }
  .home ul.mobile-nav li a .sparkle.two {
    bottom: -45px;
    right: -45px;
    animation: sparkle2 4s infinite;
  }
  .home ul.mobile-nav li a .sparkle.three {
    top: -45px;
    right: -45px;
    animation: sparkle3 4s infinite;
  }
}
#home .content {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 1600px;
}
#home .characters {
  position: relative;
  z-index: 2;
  opacity: 1;
  height: 650px;
  transition: opacity 300ms ease-out;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#home .characters:before {
  content: "";
  display: block;
  padding-top: 50.5494505495%;
}
#home .characters .character {
  position: absolute;
  height: auto;
  cursor: pointer;
}
#home .characters .character:after {
  content: "";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#home .characters .hero-pink {
  width: 205px;
  height: 455px;
  z-index: 4;
  top: 32.2%;
  left: 58%;
  transform-origin: center center;
  transform: translate(-50%);
}
#home .characters .hero-pink:after {
  z-index: 8;
  width: 205px;
  height: 40px;
  border-radius: 100%;
  top: 380px;
  position: absolute;
  transform-origin: center center;
  opacity: 0.7;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 1000px) {
  #home .characters .hero-pink {
    left: 46%;
    transform: scale(0.8);
  }
}
@media (max-width: 768px) {
  #home .characters .hero-pink {
    left: 68%;
    transform: scale(0.8);
  }
}
#home .characters .hero-pink .head {
  animation: head-shake-alt 4s infinite;
  animation-delay: 0;
  transform-origin: 106px 80px;
  z-index: 1;
}
#home .characters .hero-pink .head .crown {
  background-image: url(../static/animations/pink/crown.png);
  background-size: 100%;
  z-index: 11;
  position: absolute;
  left: 74px;
  width: 55px;
  height: 30px;
  top: 5px;
}
#home .characters .hero-pink .head .pony-left {
  background-image: url(../static/animations/pink/pony_left.png);
  background-size: 100%;
  z-index: 9;
  width: 39px;
  height: 25px;
  position: absolute;
  top: 43px;
  left: 34px;
  transform-origin: right center;
}
#home .characters .hero-pink .head .pony-right {
  background-image: url(../static/animations/pink/pony_right.png);
  background-size: 100%;
  z-index: 9;
  width: 39px;
  height: 25px;
  position: absolute;
  top: 39px;
  left: 127px;
  transform-origin: left center;
}
#home .characters .hero-pink .head .head-base {
  background-image: url(../static/animations/pink/head_base.png);
  background-size: 100%;
  width: 77px;
  height: 80px;
  position: absolute;
  top: 28px;
  left: 63px;
  z-index: 9;
}
#home .characters .hero-pink .head .eye {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: url(../static/animations/eye.png);
  position: absolute;
  z-index: 10;
  transform-origin: center center;
  animation: blink 7s infinite;
}
#home .characters .hero-pink .head .eye.left {
  left: 86px;
  top: 62px;
}
#home .characters .hero-pink .head .eye.right {
  left: 116px;
  top: 62px;
}
#home .characters .hero-pink .head .eyebrow {
  position: absolute;
}
#home .characters .hero-pink .head .eyebrow.right {
  z-index: 10;
  top: 52px;
  left: 114px;
  width: 13px;
}
#home .characters .hero-pink .head .eyebrow.right img {
  transform: scaleX(-1);
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-pink .head .eyebrow.left {
  z-index: 10;
  top: 53px;
  left: 78px;
  width: 13px;
}
#home .characters .hero-pink .head .eyebrow.left img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-pink .head .nose {
  background-image: url(../static/animations/pink/nose.png);
  background-size: 100%;
  z-index: 10;
  position: absolute;
  left: 97px;
  width: 11px;
  height: 7px;
  top: 71px;
}
#home .characters .hero-pink .head .smile {
  background-image: url(../static/animations/pink/smile_thin.png);
  background-size: 100%;
  z-index: 10;
  width: 34px;
  height: 14px;
  position: absolute;
  left: 85px;
  top: 81px;
}
#home .characters .hero-pink .head .smile .open {
  opacity: 0;
  background-image: url(../static/animations/peter/peter_mouths.png);
  background-size: 100% auto;
  width: 34px;
  height: 20px;
  position: absolute;
  top: -3px;
  background-position: 0 -68px;
}
#home .characters .hero-pink .head .head-turn {
  background-image: url(../static/animations/pink/head-turn.png);
  background-size: 100%;
  z-index: 10;
  display: none;
}
#home .characters .hero-pink .body .neck {
  background-image: url(../static/animations/pink/neck.png);
  background-size: 100%;
  z-index: -1;
  position: absolute;
  width: 27px;
  height: 19px;
  left: 89px;
  top: 103px;
}
#home .characters .hero-pink .body .wings {
  background-image: url(../static/animations/pink/wings.png);
  background-size: 100%;
  z-index: 8;
  position: absolute;
  top: 92px;
  left: 37px;
  width: 130px;
  height: 105px;
}
#home .characters .hero-pink .body .torso {
  background-image: url(../static/animations/pink/torso.png);
  background-size: 100%;
  position: absolute;
  width: 67px;
  height: 120px;
  top: 114px;
  left: 70px;
  z-index: 10;
}
#home .characters .hero-pink .body .left {
  z-index: 9;
  transform-origin: 83px 133px;
  position: absolute;
  transform: rotate(-15deg);
}
#home .characters .hero-pink .body .left .arm {
  width: 28px;
  height: 102px;
  top: 117px;
  left: 71px;
  position: absolute;
  transform: rotate(34deg);
  transform-origin: center top;
}
#home .characters .hero-pink .body .left .arm img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-pink .body .left .arm-lower {
  position: absolute;
  width: 12px;
  top: 166px;
  left: 46px;
  transform: rotate(34deg);
  transform-origin: center top;
}
#home .characters .hero-pink .body .left .arm-lower img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-pink .body .left .hand-open-back {
  position: absolute;
  width: 17px;
  top: 44px;
  left: -3px;
  transform: rotate(-34deg);
}
#home .characters .hero-pink .body .left .hand-open-back img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-pink .body .left .hand-open-front {
  opacity: 0;
  position: absolute;
  width: 26px;
  top: 52px;
  left: -11px;
  transform: rotate(-34deg);
}
#home .characters .hero-pink .body .left .hand-open-front img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-pink .body .left .hand-back-fist {
  display: none;
  position: absolute;
  width: 17px;
  top: 44px;
  left: -3px;
  transform: rotate(-34deg);
}
#home .characters .hero-pink .body .left .hand-back-fist img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-pink .body .right {
  z-index: 9;
  transform-origin: 123px 133px;
  position: absolute;
  transform: rotate(15deg);
}
#home .characters .hero-pink .body .right img {
  transform: scaleX(-1);
}
#home .characters .hero-pink .body .right .arm {
  z-index: 9;
  width: 28px;
  height: 102px;
  top: 117px;
  left: 106px;
  position: absolute;
  transform: rotate(-34deg);
  transform-origin: center top;
}
#home .characters .hero-pink .body .right .arm img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-pink .body .right .arm-lower {
  position: absolute;
  z-index: 10;
  width: 12px;
  top: 166px;
  left: 147px;
  transform: rotate(-34deg);
  transform-origin: center top;
}
#home .characters .hero-pink .body .right .arm-lower img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-pink .body .right .hand-open-back {
  position: absolute;
  width: 17px;
  top: 44px;
  left: -3px;
  transform: rotate(34deg);
}
#home .characters .hero-pink .body .right .hand-open-back img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-pink .body .right .hand-open-front {
  opacity: 0;
  width: 26px;
  top: 52px;
  left: -11px;
  transform: rotate(23deg);
}
#home .characters .hero-pink .body .right .hand-open-front img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-pink .body .right .hand-back-fist {
  display: none;
  position: absolute;
  width: 17px;
  top: 204px;
  left: 179px;
}
#home .characters .hero-pink .body .right .hand-back-fist img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-pink .legs .skirt {
  background-image: url(../static/animations/pink/skirt.png);
  background-size: 100%;
  position: absolute;
  width: 186px;
  height: 151px;
  top: 170px;
  left: 9px;
  z-index: 10;
}
#home .characters .hero-pink .legs .left.leg-lower {
  position: absolute;
  width: 15px;
  left: 70px;
  top: 285px;
  z-index: 9;
  transform-origin: center 5px;
}
#home .characters .hero-pink .legs .left.leg-lower img {
  width: 100%;
  height: auto;
  display: block;
  transform: scaleX(-1) rotate(-5deg);
}
#home .characters .hero-pink .legs .left .foot {
  position: absolute;
  top: 104px;
  left: -1px;
  width: 13px;
  height: 10px;
  z-index: 10;
}
#home .characters .hero-pink .legs .left .foot img {
  width: 100%;
  height: auto;
  display: block;
  transform: scaleX(-1);
}
#home .characters .hero-pink .legs .right.leg-lower {
  position: absolute;
  width: 15px;
  left: 123px;
  top: 285px;
  z-index: 9;
  transform-origin: center 5px;
}
#home .characters .hero-pink .legs .right.leg-lower img {
  width: 100%;
  height: auto;
  display: block;
  transform: rotate(-5deg);
}
#home .characters .hero-pink .legs .right .foot {
  position: absolute;
  top: 104px;
  left: 3px;
  width: 13px;
  height: 10px;
  z-index: 10;
}
#home .characters .hero-pink .legs .right .foot img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-peter {
  width: 197px;
  height: 338px;
  z-index: 4;
  top: 46.5%;
  left: 42.5%;
  transform: translateX(-50%) scale(0.9);
}
@media (max-width: 1000px) {
  #home .characters .hero-peter {
    transform: translateX(-50%) scale(0.7);
  }
}
@media (max-width: 768px) {
  #home .characters .hero-peter {
    left: 60.5%;
    top: 46.5%;
    transform: translateX(-50%) scale(0.7);
  }
}
#home .characters .hero-peter:after {
  z-index: 8;
  width: 205px;
  height: 40px;
  border-radius: 100%;
  top: 89.5%;
  position: absolute;
  transform-origin: center center;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
}
#home .characters .hero-peter .head {
  animation: head-shake-alt 4s infinite;
  transform-origin: 106px 80px;
  z-index: 1;
}
#home .characters .hero-peter .head .head-base {
  background-image: url(../static/animations/peter/head_base.png);
  background-size: 100%;
  width: 113px;
  height: 93px;
  position: absolute;
  top: -3px;
  left: 28px;
  z-index: 9;
}
#home .characters .hero-peter .head .eye {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: url(../static/animations/eye.png);
  position: absolute;
  z-index: 10;
  transform-origin: center center;
  animation: blink 7s infinite;
  animation-delay: 0.75s;
}
#home .characters .hero-peter .head .eye.left {
  left: 80px;
  top: 42px;
}
#home .characters .hero-peter .head .eye.right {
  left: 115px;
  top: 42px;
}
#home .characters .hero-peter .head .smile {
  background-image: url(../static/animations/peter/mouth.png);
  background-size: 100%;
  z-index: 10;
  width: 40px;
  height: 16px;
  position: absolute;
  left: 78px;
  top: 62px;
}
#home .characters .hero-peter .head .smile .open {
  opacity: 0;
  background-image: url(../static/animations/peter/peter_mouths.png);
  width: 40px;
  height: 20px;
  position: absolute;
  top: -3px;
  background-position: 0 -82px;
}
#home .characters .hero-peter .body {
  z-index: 0;
}
#home .characters .hero-peter .body .neck {
  background-image: url(../static/animations/peter/neck.png);
  background-size: 100%;
  z-index: -1;
  position: absolute;
  width: 24px;
  height: 28px;
  left: 88px;
  top: 73px;
}
#home .characters .hero-peter .body .torso {
  background-image: url(../static/animations/peter/torso.png);
  background-size: 100%;
  position: absolute;
  width: 80px;
  height: 113px;
  top: 92px;
  left: 60px;
  z-index: 10;
}
#home .characters .hero-peter .body .left {
  z-index: -1;
  transform-origin: 86px 107px;
  position: absolute;
  transform: rotate(-19deg);
  left: -4px;
}
#home .characters .hero-peter .body .left .arm {
  width: 30px;
  height: 57px;
  top: 97px;
  left: 66px;
  position: absolute;
  transform: rotate(21deg);
  transform-origin: center top;
}
#home .characters .hero-peter .body .left .arm img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-peter .body .left .arm-lower {
  position: absolute;
  width: 22px;
  top: 135px;
  left: 45px;
  transform: rotate(23deg);
  transform-origin: 12px 3px;
}
#home .characters .hero-peter .body .left .arm-lower img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-peter .body .left .hand-open {
  z-index: 8;
  opacity: 0;
  position: absolute;
  width: 21px;
  top: 49px;
  left: -7px;
  transform: rotate(-147deg);
}
#home .characters .hero-peter .body .left .hand-open img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-peter .body .left .hand-down {
  z-index: 8;
  position: absolute;
  width: 14px;
  top: 49px;
  left: -2px;
  transform: rotate(0deg);
}
#home .characters .hero-peter .body .left .hand-down img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-peter .body .right {
  z-index: 9;
  transform-origin: 117px 107px;
  position: absolute;
  transform: rotate(19deg);
  left: 5px;
}
#home .characters .hero-peter .body .right img {
  transform: scaleX(-1);
}
#home .characters .hero-peter .body .right .arm {
  z-index: 9;
  width: 30px;
  height: 57px;
  top: 97px;
  left: 104px;
  position: absolute;
  transform: rotate(-21deg);
  transform-origin: center top;
}
#home .characters .hero-peter .body .right .arm img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-peter .body .right .arm-lower {
  position: absolute;
  z-index: 10;
  width: 22px;
  top: 135px;
  left: 132px;
  transform: rotate(-23deg);
  transform-origin: center top;
}
#home .characters .hero-peter .body .right .arm-lower img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-peter .body .right .hand-open {
  opacity: 0;
  position: absolute;
  width: 21px;
  top: 50px;
  left: 10px;
  transform: rotate(147deg);
  z-index: 8;
}
#home .characters .hero-peter .body .right .hand-open img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-peter .body .right .hand-down {
  z-index: 8;
  position: absolute;
  width: 14px;
  top: 49px;
  left: 11px;
  transform: rotate(0deg);
}
#home .characters .hero-peter .body .right .hand-down img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-peter .legs .left .leg {
  position: absolute;
  width: 40px;
  left: 66px;
  top: 185px;
  z-index: 9;
  transform-origin: center 5px;
}
#home .characters .hero-peter .legs .left .leg img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-peter .legs .left .leg .foot {
  position: absolute;
  top: 119px;
  left: -3px;
  width: 18px;
  height: 24px;
  z-index: 10;
  transform-origin: right top;
}
#home .characters .hero-peter .legs .right .leg {
  position: absolute;
  width: 40px;
  left: 98px;
  top: 185px;
  z-index: 9;
  transform-origin: center 5px;
}
#home .characters .hero-peter .legs .right .leg img {
  width: 100%;
  height: auto;
  display: block;
  transform: scaleX(-1);
}
#home .characters .hero-peter .legs .right .leg .foot {
  position: absolute;
  top: 119px;
  left: 25px;
  width: 18px;
  height: 24px;
  z-index: 10;
  transform-origin: left top;
}
#home .characters .hero-rafael {
  width: 179px;
  height: 450px;
  z-index: 3;
  top: 31%;
  left: 18%;
  transform: translate(-50%);
}
#home .characters .hero-rafael:after {
  z-index: -1;
  width: 205px;
  height: 40px;
  border-radius: 100%;
  top: 395px;
  left: -5%;
  position: absolute;
  transform-origin: center center;
  opacity: 0.7;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 1100px) {
  #home .characters .hero-rafael {
    left: 14%;
  }
}
@media (max-width: 1000px) {
  #home .characters .hero-rafael {
    left: 3%;
    transform: scale(0.8);
  }
}
@media (max-width: 768px) {
  #home .characters .hero-rafael {
    display: none;
  }
}
#home .characters .hero-rafael .head {
  animation: head-shake 4s infinite;
  animation-delay: 0.4s;
  transform-origin: 106px 80px;
  z-index: 1;
}
#home .characters .hero-rafael .head .head-base {
  background-image: url(../static/animations/rafael/head_rafael.png);
  background-size: 100%;
  width: 77px;
  height: 86px;
  position: absolute;
  top: 0px;
  left: 54px;
  z-index: 9;
}
#home .characters .hero-rafael .head .eye {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: url(../static/animations/eye.png);
  position: absolute;
  z-index: 10;
  transform-origin: center center;
  animation: blink 7s infinite;
  animation-delay: 1s;
}
#home .characters .hero-rafael .head .eye.left {
  left: 76px;
  top: 41px;
}
#home .characters .hero-rafael .head .eye.right {
  left: 107px;
  top: 41px;
}
#home .characters .hero-rafael .body {
  z-index: 0;
}
#home .characters .hero-rafael .body .body-base {
  position: absolute;
  width: 102px;
  height: 342px;
  background: url(../static/animations/rafael/body_rafael.png) no-repeat 0 0;
  background-size: 100%;
  left: 54px;
  top: 80px;
  z-index: 1;
}
#home .characters .hero-rafael .body .left {
  z-index: 0;
  transform-origin: 72px 99px;
  position: absolute;
  transform: rotate(-12deg);
}
#home .characters .hero-rafael .body .left .arm {
  width: 28px;
  height: 102px;
  top: 88px;
  left: 52px;
  position: absolute;
  transform: rotate(13deg);
  transform-origin: center top;
}
#home .characters .hero-rafael .body .left .arm img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-rafael .body .left .arm-lower {
  position: absolute;
  width: 25px;
  top: 144px;
  left: 32px;
  transform: rotate(13deg);
  transform-origin: 17px 0;
  z-index: 1;
}
#home .characters .hero-rafael .body .left .arm-lower img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-rafael .body .left .arm-lower .hand {
  position: absolute;
  width: 17px;
  top: 58px;
  left: -5px;
  transform: rotate(0deg);
  transform-origin: center top;
  z-index: -1;
}
#home .characters .hero-rafael .body .left .arm-lower .hand img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-kendra {
  width: 189px;
  height: 429px;
  top: 31.4%;
  left: 29.5%;
  z-index: 3;
  transform: translateX(-50%);
}
@media (max-width: 1100px) {
  #home .characters .hero-kendra {
    left: 27.5%;
  }
}
@media (max-width: 1000px) {
  #home .characters .hero-kendra {
    left: 15.5%;
    transform: scale(0.8);
  }
}
@media (max-width: 768px) {
  #home .characters .hero-kendra {
    display: none;
  }
}
#home .characters .hero-kendra:after {
  z-index: 8;
  width: 270px;
  height: 40px;
  border-radius: 100%;
  top: 395px;
  left: -26%;
  position: absolute;
  transform-origin: center center;
  opacity: 0.7;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
}
#home .characters .hero-kendra .head {
  animation: head-shake-alt 4s infinite;
  animation-delay: 0.5s;
  transform-origin: 106px 80px;
  z-index: 1;
}
#home .characters .hero-kendra .head .head-base {
  background-image: url(../static/animations/kendra/head_kendra.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 98px;
  height: 93px;
  position: absolute;
  top: 0px;
  left: 35px;
  transform: rotate(-4deg);
}
#home .characters .hero-kendra .head .eye {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: url(../static/animations/eye.png);
  position: absolute;
  z-index: 10;
  transform-origin: center center;
  animation: blink 7s infinite;
  animation-delay: 0.5s;
}
#home .characters .hero-kendra .head .eye.left {
  left: 66px;
  top: 44px;
}
#home .characters .hero-kendra .head .eye.right {
  left: 99px;
  top: 41px;
}
#home .characters .hero-kendra .body {
  z-index: 0;
}
#home .characters .hero-kendra .body .body-base {
  position: absolute;
  width: 134px;
  height: 335px;
  background: url(../static/animations/kendra/body_kendra.png) no-repeat 0 0;
  background-size: 100%;
  left: 22px;
  top: 82px;
  z-index: -1;
}
#home .characters .hero-kendra .body .right {
  z-index: -2;
  transform-origin: 101px 105px;
  position: absolute;
  transform: rotate(-12deg);
}
#home .characters .hero-kendra .body .right .arm {
  width: 35px;
  height: 74px;
  top: 103px;
  left: 102px;
  position: absolute;
  transform: rotate(10deg);
  transform-origin: center top;
}
#home .characters .hero-kendra .body .right .arm img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-kendra .body .right .arm-lower {
  position: absolute;
  width: 27px;
  height: 67px;
  top: 171px;
  left: 106px;
  transform: rotate(-2deg);
  transform-origin: center top;
  z-index: 1;
}
#home .characters .hero-kendra .body .right .arm-lower img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-kendra .body .right .arm-lower .hand {
  position: absolute;
  width: 18px;
  top: 62px;
  left: 6px;
  transform: rotate(7deg);
  z-index: -1;
  transform-origin: left top;
}
#home .characters .hero-kendra .body .right .arm-lower .hand img.wave {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
}
#home .characters .hero-kendra .body .right .arm-lower .hand img.down {
  transform: scaleX(-1);
}
#home .characters .hero-kendra .body .right .arm-lower .hand.down {
  opacity: 1;
  transform: rotate(33deg);
  top: 61px;
  left: 10px;
  width: 20px;
}
#home .characters .hero-jasmine {
  width: 192px;
  height: 431px;
  top: 32.5%;
  left: 81%;
  z-index: 3;
  transform: translateX(-50%);
}
#home .characters .hero-jasmine:after {
  z-index: 8;
  width: 205px;
  height: 40px;
  border-radius: 100%;
  top: 390px;
  position: absolute;
  transform-origin: center center;
  opacity: 0.7;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 1100px) {
  #home .characters .hero-jasmine {
    left: 84%;
  }
}
@media (max-width: 1000px) {
  #home .characters .hero-jasmine {
    left: calc(88% - 153.6px);
    transform: scale(0.8);
  }
}
@media (max-width: 768px) {
  #home .characters .hero-jasmine {
    display: none;
  }
}
#home .characters .hero-jasmine .head {
  animation: head-shake 4s infinite;
  animation-delay: 0.6s;
  transform-origin: 106px 80px;
  z-index: 1;
}
#home .characters .hero-jasmine .head .head-base {
  background-image: url(../static/animations/jasmine/head_jasmine.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 135px;
  height: 91px;
  position: absolute;
  top: 0px;
  left: 35px;
}
#home .characters .hero-jasmine .head .eye {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: url(../static/animations/eye.png);
  position: absolute;
  z-index: 10;
  transform-origin: center center;
  animation: blink 7s infinite;
  animation-delay: 0.5s;
}
#home .characters .hero-jasmine .head .eye.left {
  left: 85px;
  top: 47px;
}
#home .characters .hero-jasmine .head .eye.right {
  left: 117px;
  top: 47px;
}
#home .characters .hero-jasmine .body {
  z-index: 0;
}
#home .characters .hero-jasmine .body .body-base {
  position: absolute;
  width: 147px;
  height: 342px;
  background: url(../static/animations/jasmine/body_jasmine.png) no-repeat 0 0;
  background-size: 100%;
  left: 32px;
  top: 86px;
  z-index: -1;
}
#home .characters .hero-jasmine .body .left {
  z-index: -2;
  transform-origin: 80px 105px;
  position: absolute;
  transform: rotate(-12deg);
}
#home .characters .hero-jasmine .body .left .arm {
  width: 32px;
  height: 69px;
  top: 100px;
  left: 60px;
  position: absolute;
  transform: rotate(13deg);
  transform-origin: center top;
}
#home .characters .hero-jasmine .body .left .arm img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-jasmine .body .left .arm-lower {
  position: absolute;
  width: 30px;
  height: 59px;
  top: 152px;
  left: 33px;
  transform: rotate(13deg);
  transform-origin: 20px 6px;
  z-index: 1;
}
#home .characters .hero-jasmine .body .left .arm-lower img {
  width: 100%;
  height: auto;
  display: block;
}
#home .characters .hero-jasmine .body .left .arm-lower .hand {
  position: absolute;
  width: 22px;
  top: 56px;
  left: -12px;
  transform: rotate(0deg);
  z-index: -1;
  transform-origin: right top;
}
#home .characters .hero-jasmine .body .left .arm-lower .hand img {
  width: 100%;
  height: auto;
  display: block;
}
#home .promos {
  position: absolute;
  max-width: 700px;
  width: 100%;
  margin: 0 20px;
  height: 0;
  z-index: 101;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 300ms ease-out;
}
@media (min-width: 640px) {
  #home .promos {
    max-width: calc(100% - 40px);
  }
}
@media (min-width: 1100px) {
  #home .promos {
    max-width: 1050px;
  }
}
@media (max-width: 768px) {
  #home .promos {
    bottom: 30px;
  }
}
@media (max-width: 639px) {
  #home .promos {
    display: none;
  }
}
#home .promos a {
  width: 395px;
  height: 303px;
  display: block;
  position: absolute;
}
@media (min-width: 640px) {
  #home .promos a {
    width: 270px;
    height: 178px;
    bottom: 210px;
  }
}
@media (min-width: 1000px) {
  #home .promos a {
    width: 316px;
    height: 187px;
    bottom: 215px;
  }
}
.no-touchevents #home .promos a:hover {
  animation: floatHover 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#home .promos a .frame {
  display: block;
  width: 100%;
  position: relative;
  z-index: 3;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.7);
}
@media (max-width: 999px) {
  #home .promos a .frame {
    max-width: 270px;
  }
}
.party #home .promos a .frame {
  box-shadow: 0 0 25px white;
}
#home .promos a .promo {
  display: block;
  width: 100%;
  max-width: 310px;
  height: auto;
  top: 1%;
  left: 1%;
  z-index: 1;
  position: absolute;
}
@media (max-width: 1000px) {
  #home .promos a .promo {
    max-width: 99%;
  }
}
#home .promos a span {
  position: absolute;
  left: 26%;
  bottom: 6.5%;
  z-index: 4;
  color: #fff;
  font-size: 25px;
}
@media (max-width: 1000px) {
  #home .promos a span {
    font-size: 18px;
    bottom: 7%;
  }
}
#home .promos a .sparkle {
  background: url(../static/common/sparkle.png) center center;
  width: 98px;
  height: 93px;
  position: absolute;
  z-index: 4;
}
#home .promos a .sparkle.one {
  top: -45px;
  left: -45px;
}
#home .promos a .sparkle.two {
  bottom: -45px;
  right: -45px;
}
#home .promos a .sparkle.three {
  top: -45px;
  right: -45px;
}
#home .promos a.left {
  left: 0;
}
@media (max-width: 920px) {
  #home .promos a.left {
    left: -35px;
  }
}
@media (max-width: 768px) {
  #home .promos a.left {
    left: 0;
    top: -537px;
  }
}
#home .promos a.left .sparkle.one {
  animation: sparkle2 4s infinite;
}
#home .promos a.left .sparkle.two {
  animation: sparkle3 4s infinite;
}
#home .promos a.left .sparkle.three {
  animation: sparkle 4s infinite;
}
#home .promos a.right {
  right: 0;
}
@media (max-width: 1120px) {
  #home .promos a.right {
    right: 30px;
  }
}
@media (max-width: 920px) {
  #home .promos a.right {
    right: 0;
  }
}
@media (max-width: 768px) {
  #home .promos a.right {
    left: 0;
    right: auto;
    top: -355px;
  }
}
#home .promos a.right .sparkle.one {
  animation: sparkle3 4s infinite;
}
#home .promos a.right .sparkle.two {
  animation: sparkle 4s infinite;
}
#home .promos a.right .sparkle.three {
  animation: sparkle2 4s infinite;
}
#home .promos a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  width: 47px;
  height: 45px;
  top: 5px;
  left: 4px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1000px) {
  #home .promos a:before {
    width: 30px;
    height: 45px;
    top: 4px;
    left: 3px;
  }
}
#home .promos a.type-games:before {
  background-image: url(../static/home/thumbnail-icon-game.png);
}
#home .promos a.type-videos:before {
  background-image: url(../static/home/thumbnail-icon-video.png);
}
#home .promos a.type-activities:before {
  background-image: url(../static/home/thumbnail-icon-activity.png);
}
#home .promos a.type-podcast:before {
  background-image: url(../static/home/thumbnail-icon-podcast.png);
}
#home nav {
  display: none;
}
@media (max-width: 640px) {
  #home .characters, #home .promos {
    display: none;
  }
  #home nav {
    margin: 0 40px;
  }
  #home nav a {
    display: block;
  }
  #home nav img {
    margin: 20px 0;
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  #home nav {
    margin: 0 20px;
  }
}
/**
 * Backgrounds
 */
@media (max-width: 640px) {
  main {
    padding-bottom: 1px;
    height: 890px;
  }
  .main-nav {
    display: none !important;
  }
  .bg {
    display: none;
  }
}
@media (min-width: 641px) {
  #home {
    overflow: hidden;
  }
  #home .bg {
    background: url("../static/home/background.jpg") no-repeat top left;
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 300ms ease-out;
  }
  #home .bg video {
    width: 100%;
    height: 100%;
  }
  .touchevents #home .bg {
    width: 100%;
    height: 100%;
    background-size: cover;
  }
}
