body, html {
  position: relative;
  height: 100%;
  font-family: 'Alegreya', serif;
  overflow-x: hidden;
  line-height: 0.7;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background: #000; }
  body.active section.s1, body.active section.s2, body.active section.s3, body.active section.s4, body.active section.s5, body.active footer, html.active section.s1, html.active section.s2, html.active section.s3, html.active section.s4, html.active section.s5, html.active footer {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0.5; }

section.s1 {
  position: relative;
  background: #001937;
  height: 100%;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  section.s1 div.rectangle {
    width: 22vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #B5D1C6; }
    section.s1 div.rectangle div.circle-container {
      position: absolute;
      width: 22vw;
      height: 100%;
      overflow: hidden;
      left: -11vw; }
    section.s1 div.rectangle div.circle {
      position: absolute;
      width: 22vw;
      height: 22vw;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: #EE4266;
      border-radius: 50%;
      -webkit-animation: updown 8s infinite;
      animation: updown 8s infinite;
      -webkit-animation-timing-function: ease;
      animation-timing-function: ease; }
      section.s1 div.rectangle div.circle p {
        color: #E8F0FF;
        font-size: 30px;
        font-weight: 800;
        margin: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
        transform: translateX(-50%) translateY(-50%) rotate(-180deg); }
    section.s1 div.rectangle img.red-blotches {
      position: absolute;
      top: calc(50% - 198px);
      right: 130px;
      width: 157px; }
  section.s1 img.zig {
    position: absolute;
    top: -300px;
    width: 2469px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  section.s1 div.text-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    section.s1 div.text-container h1 {
      position: absolute;
      line-height: 0.7;
      color: #F9DC5C;
      left: -6vw;
      bottom: -2vw;
      font-size: 21vw;
      margin: 0;
      font-weight: 800;
      font-style: italic; }

section.s2 {
  background: #F9DC5C;
  height: 250%;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  section.s2 div.rectangle {
    width: 22vw;
    height: 40%;
    position: absolute;
    right: 0;
    top: 0; }
    section.s2 div.rectangle div.circle-container {
      position: absolute;
      width: 22vw;
      height: 100%;
      overflow: hidden;
      left: -11vw; }
    section.s2 div.rectangle div.circle {
      position: absolute;
      width: 22vw;
      height: 22vw;
      top: -50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: #EE4266;
      border-radius: 50%;
      -webkit-animation: updown2 8s infinite;
      animation: updown2 8s infinite;
      -webkit-animation-timing-function: ease;
      animation-timing-function: ease; }
      section.s2 div.rectangle div.circle p {
        color: #E8F0FF;
        font-size: 30px;
        font-weight: 800;
        margin: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
  section.s2 div.follower1 {
    left: -10vw;
    top: -18vw;
    position: absolute; }
    section.s2 div.follower1 svg {
      width: 60vw;
      position: absolute;
      overflow: visible;
      -webkit-animation: scale 20s infinite;
      animation: scale 20s infinite;
      -webkit-animation-timing-function: ease;
      animation-timing-function: ease; }
      section.s2 div.follower1 svg path {
        stroke: #ed7b84;
        stroke-width: 0px;
        position: absolute; }
        section.s2 div.follower1 svg path:nth-child(odd) {
          -webkit-animation: strokewidth 8s infinite;
          animation: strokewidth 8s infinite;
          -webkit-animation-timing-function: ease;
          animation-timing-function: ease; }
        section.s2 div.follower1 svg path:nth-child(even) {
          -webkit-animation: strokewidth 8s infinite;
          animation: strokewidth 8s infinite;
          -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
          -webkit-animation-delay: 4s;
          animation-delay: 4s; }
  section.s2 div.menu {
    width: 500px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 40vh;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 500;
    -webkit-animation: menurotate 100s infinite;
    animation: menurotate 100s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    cursor: pointer; }
    section.s2 div.menu h1 {
      color: #2B1E5B;
      font-size: 15px;
      text-transform: uppercase;
      font-weight: 900;
      margin: 0;
      position: absolute;
      -webkit-transform: rotate(-36deg) translate3d(0, 0, 0);
      transform: rotate(-36deg) translate3d(0, 0, 0);
      left: 174px;
      bottom: 252px;
      letter-spacing: 5px;
      -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-font-smoothing: antialiased; }
    section.s2 div.menu img.grey {
      width: 490px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    section.s2 div.menu img.paint-stroke {
      position: absolute;
      left: 0;
      width: 190px;
      top: 170px;
      -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    section.s2 div.menu img.big-x {
      position: absolute;
      left: 30px;
      top: 160px;
      width: 100px;
      -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    section.s2 div.menu:hover img.grey {
      -webkit-transform: translateX(-50%) scale(0.9);
      -ms-transform: translateX(-50%) scale(0.9);
      transform: translateX(-50%) scale(0.9); }
    section.s2 div.menu:hover h1 {
      -webkit-transform: scale(3) rotate(-36deg) translate3d(0, 0, 0);
      transform: scale(3) rotate(-36deg) translate3d(0, 0, 0); }
    section.s2 div.menu:hover img.paint-stroke {
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
    section.s2 div.menu:hover img.big-x {
      -webkit-transform: scale(0.5) rotate(180deg);
      -ms-transform: scale(0.5) rotate(180deg);
      transform: scale(0.5) rotate(180deg); }
  section.s2 img.zig1 {
    width: 10vw;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 27vw;
    right: 33vw;
    z-index: 50;
    -webkit-animation: flipper2 0.5s steps(1) infinite;
    animation: flipper2 0.5s steps(1) infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  section.s2 img.zig2 {
    width: 10vw;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 10vw;
    right: 33vw;
    z-index: 50;
    -webkit-animation: flipper2 0.5s steps(1) infinite;
    animation: flipper2 0.5s steps(1) infinite;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  section.s2 img.zig3 {
    height: 16vw;
    position: absolute;
    bottom: 13vw;
    right: 27vw;
    z-index: 50;
    -webkit-animation: flipper 0.5s steps(1) infinite;
    animation: flipper 0.5s steps(1) infinite;
    cursor: pointer; }
    section.s2 img.zig3:hover {
      -webkit-animation: flipper 0.2s infinite;
      animation: flipper 0.2s infinite; }
  section.s2 h2 {
    color: #ED7B84;
    font-size: 2400px;
    font-weight: 800;
    font-style: italic;
    margin: 0;
    position: absolute;
    right: -120px;
    bottom: -700px;
    z-index: 10;
    line-height: 0.7; }
  section.s2 img.purple-blotches {
    width: 60%;
    position: absolute;
    z-index: 20;
    left: -10%;
    bottom: -500px; }
  section.s2 div.pink-rectangle {
    position: absolute;
    left: 0;
    bottom: -20vw;
    height: 60%;
    background: #F4ACB7;
    width: 50%;
    z-index: 9; }
    section.s2 div.pink-rectangle div.us {
      position: absolute;
      left: -12vw;
      top: -5vw;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      section.s2 div.pink-rectangle div.us img.us {
        width: 40vw; }
      section.s2 div.pink-rectangle div.us.active {
        left: 0vw;
        z-index: 50; }
        section.s2 div.pink-rectangle div.us.active img.us {
          -webkit-filter: blur(0px);
          filter: blur(0px); }
        section.s2 div.pink-rectangle div.us.active .dot {
          opacity: 0; }
      section.s2 div.pink-rectangle div.us .dot {
        background: #F9DC5C;
        border: 0;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        padding: 0;
        position: absolute;
        right: 25px;
        bottom: 25px;
        position: absolute;
        cursor: pointer;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        z-index: 50; }
        section.s2 div.pink-rectangle div.us .dot:before {
          content: "";
          position: absolute;
          width: 34px;
          height: 34px;
          border: 1px solid #F9DC5C;
          border-radius: 50%;
          left: -3px;
          top: -3px;
          -webkit-animation: 1s rippy infinite;
          animation: 1s rippy infinite;
          -moz-animation: 1s rippy infinite; }
    section.s2 div.pink-rectangle h2 {
      color: #ED7B84;
      font-size: 140vw;
      font-weight: 800;
      font-style: italic;
      margin: 0;
      position: absolute;
      right: calc(-100% - 120px);
      bottom: -20vw;
      z-index: 10;
      line-height: 0.7; }
    section.s2 div.pink-rectangle img.purple-blotches {
      width: 110%;
      position: absolute;
      z-index: 20;
      left: -10%;
      bottom: 0px; }
    section.s2 div.pink-rectangle img.green-slash {
      width: 40vw;
      position: absolute;
      bottom: -40vw;
      left: 60%; }

section.s3 {
  background: #E8F0FF;
  height: 200%;
  position: relative;
  min-height: 1800px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  section.s3 div.dont-push {
    right: 105px;
    bottom: 100px;
    position: absolute;
    width: 261px;
    z-index: 12;
    text-align: center; }
    section.s3 div.dont-push p {
      text-align: center;
      width: 60px;
      font-size: 16px;
      color: #F4ACB7;
      text-transform: uppercase;
      font-weight: 800;
      line-height: 1;
      bottom: inherit;
      margin-left: 75px; }
    section.s3 div.dont-push img.dashed-arrow {
      height: 870px;
      margin-top: 15px; }
    section.s3 div.dont-push img.pink-circle {
      position: absolute;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 40px;
      left: 108px;
      width: 24px;
      -webkit-animation: menurotate 0.5s infinite;
      animation: menurotate 0.5s infinite;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; }
    section.s3 div.dont-push div.menacing-button {
      background: #2B1E5B;
      width: 260px;
      height: 65px;
      border-radius: 10px;
      margin-top: 50px;
      position: relative;
      -webkit-box-shadow: 5px 21px 18px 0px rgba(43, 30, 91, 0.18);
      box-shadow: 5px 21px 18px 0px rgba(43, 30, 91, 0.18);
      cursor: pointer;
      -webkit-transition: -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
      transition: -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
      -o-transition: transform 0.1s ease, box-shadow 0.1s ease;
      transition: transform 0.1s ease, box-shadow 0.1s ease;
      transition: transform 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
      border: 0;
      -webkit-appearance: none; }
      section.s3 div.dont-push div.menacing-button:active {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-box-shadow: 5px 1px 18px 0px rgba(43, 30, 91, 0.18);
        box-shadow: 5px 1px 18px 0px rgba(43, 30, 91, 0.18);
        outline: 0; }
      section.s3 div.dont-push div.menacing-button img {
        width: 31px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }

section.s4 {
  height: 100%;
  width: 100%;
  position: relative;
  background: url(images/pattern.jpg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  section.s4 img.yellow-circles {
    width: 454px;
    position: absolute;
    right: 0;
    bottom: -50px; }

section.s5 {
  position: relative;
  background: #F4FFFD;
  padding: 150px 0 400px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  section.s5 img.pink-blob {
    width: 1200px;
    position: absolute;
    top: -200px;
    left: 0; }
  section.s5 img.pink-stroke-1 {
    width: 275px;
    position: absolute;
    left: 0;
    top: 50px; }
  section.s5 img.pink-stroke-2 {
    width: 275px;
    position: absolute;
    left: 500px;
    top: 100px; }
  section.s5 h1 {
    position: relative;
    color: #2B1E5B;
    font-size: 100px;
    font-weight: 800;
    letter-spacing: 50px;
    padding-right: 50px;
    float: right;
    margin-bottom: 480px;
    width: 875px;
    height: 135px; }
    section.s5 h1 span {
      position: absolute;
      width: 11.1111111111%;
      -webkit-animation: drotate 3s infinite;
      animation: drotate 3s infinite;
      -webkit-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-transform-origin: 20%;
      -ms-transform-origin: 20%;
      transform-origin: 20%; }
      section.s5 h1 span:nth-child(1) {
        left: 0; }
      section.s5 h1 span:nth-child(2) {
        left: 11.1111111111%;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }
      section.s5 h1 span:nth-child(3) {
        left: 22.2222222222%;
        -webkit-animation-delay: 1s;
        animation-delay: 1s; }
      section.s5 h1 span:nth-child(4) {
        left: 33.3333333333%;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s; }
      section.s5 h1 span:nth-child(5) {
        left: 44.4444444444%;
        -webkit-animation-delay: 2s;
        animation-delay: 2s; }
      section.s5 h1 span:nth-child(6) {
        left: 55.5555555555%;
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s; }
      section.s5 h1 span:nth-child(7) {
        left: 66.6666666666%;
        -webkit-animation-delay: 3s;
        animation-delay: 3s; }
      section.s5 h1 span:nth-child(8) {
        left: 77.7777777777%;
        -webkit-animation-delay: 3.5s;
        animation-delay: 3.5s; }
      section.s5 h1 span:nth-child(9) {
        left: 88.8888888888%;
        -webkit-animation-delay: 4s;
        animation-delay: 4s; }
  section.s5 img.purple-arrow {
    width: 232px; }
  section.s5 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    width: 475px;
    text-align: center; }
    section.s5 ul li {
      position: relative;
      margin-bottom: 58px;
      cursor: pointer; }
      section.s5 ul li:hover div.arrow div.white {
        width: 0%; }
      section.s5 ul li div.arrow {
        position: absolute;
        left: -100%;
        top: 0;
        margin-top: 30px; }
        section.s5 ul li div.arrow div.white {
          position: absolute;
          right: 0;
          top: 0;
          width: 100%;
          background: #F4FFFD;
          height: 100%;
          z-index: 1;
          -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
      section.s5 ul li.bush:hover img.pink-potato {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
        -ms-transform: translateX(-50%) translateY(-50%) scale(0.8);
        transform: translateX(-50%) translateY(-50%) scale(0.8); }
      section.s5 ul li.bush:hover img.work-image {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
      section.s5 ul li.bush:hover img.red-x-1 {
        -webkit-transform: scale(1.5) translateY(-10px);
        -ms-transform: scale(1.5) translateY(-10px);
        transform: scale(1.5) translateY(-10px); }
      section.s5 ul li.toofit:hover img.work-image {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
      section.s5 ul li.toofit:hover img.red-x-2 {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) scale(1.5);
        transform: translateX(-50%) translateY(-50%) scale(1.5); }
      section.s5 ul li.toofit:hover img.red-x-3 {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(2);
        -ms-transform: translateX(-50%) translateY(-50%) scale(2);
        transform: translateX(-50%) translateY(-50%) scale(2);
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s; }
      section.s5 ul li.toofit:hover img.purple-circle {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
        transform: translateX(-50%) translateY(-50%) rotate(180deg); }
      section.s5 ul li.eagle:hover img.work-image {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
      section.s5 ul li.eagle:hover img.yellow-cheese {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.7);
        -ms-transform: translateX(-50%) translateY(-50%) scale(0.7);
        transform: translateX(-50%) translateY(-50%) scale(0.7); }
      section.s5 ul li.eagle:hover img.red-x-4 {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) scale(1.5);
        transform: translateX(-50%) translateY(-50%) scale(1.5); }
      section.s5 ul li.eagle:hover img.red-x-5 {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
        -ms-transform: translateX(-50%) translateY(-50%) scale(0.8);
        transform: translateX(-50%) translateY(-50%) scale(0.8);
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s; }
      section.s5 ul li.eagle:hover img.red-x-6 {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(2);
        -ms-transform: translateX(-50%) translateY(-50%) scale(2);
        transform: translateX(-50%) translateY(-50%) scale(2);
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s; }
      section.s5 ul li img.work-image {
        width: 208px;
        height: 119px;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
      section.s5 ul li img.pink-potato {
        position: absolute;
        left: 44%;
        top: 41%;
        width: 278px;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
      section.s5 ul li img.purple-circle {
        position: absolute;
        left: 48%;
        top: 70%;
        width: 150px;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
      section.s5 ul li img.yellow-cheese {
        width: 475px;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        bottom: -15px;
        -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
      section.s5 ul li img.red-x-1 {
        position: absolute;
        width: 45px;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
      section.s5 ul li img.red-x-2 {
        position: absolute;
        width: 45px;
        left: 42%;
        top: 43%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
      section.s5 ul li img.red-x-3 {
        position: absolute;
        width: 45px;
        left: 53%;
        top: 40%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
      section.s5 ul li img.red-x-4 {
        position: absolute;
        width: 45px;
        left: 50%;
        top: 40%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        margin-left: -55px;
        -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
      section.s5 ul li img.red-x-5 {
        position: absolute;
        width: 45px;
        left: 50%;
        top: 40%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
      section.s5 ul li img.red-x-6 {
        position: absolute;
        width: 45px;
        left: 50%;
        top: 40%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        margin-left: 55px;
        -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

section.bush, section.toofit, section.eagle {
  position: fixed;
  width: 0%;
  height: 0%;
  right: 0;
  bottom: 0;
  z-index: 200;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  section.bush.active, section.toofit.active, section.eagle.active {
    width: 100%;
    height: 100%; }
  section.bush div.con, section.toofit div.con, section.eagle div.con {
    width: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center; }
  section.bush img, section.toofit img, section.eagle img {
    max-width: 100%; }
  section.bush img.red-x, section.toofit img.red-x, section.eagle img.red-x {
    position: absolute;
    top: -15px;
    right: -10px;
    width: 90px;
    cursor: pointer;
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    section.bush img.red-x:hover, section.toofit img.red-x:hover, section.eagle img.red-x:hover {
      -webkit-transform: scale(1.5) rotate(90deg);
      -ms-transform: scale(1.5) rotate(90deg);
      transform: scale(1.5) rotate(90deg); }
  section.bush div.link-holder, section.toofit div.link-holder, section.eagle div.link-holder {
    position: absolute;
    right: -100px;
    bottom: -20px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #ee4266;
    mix-blend-mode: hard-light;
    padding-left: 30px; }
    section.bush div.link-holder a, section.toofit div.link-holder a, section.eagle div.link-holder a {
      font-size: 100px;
      color: #fff;
      text-decoration: none;
      font-weight: 900;
      letter-spacing: 30px;
      -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    section.bush div.link-holder:hover a, section.toofit div.link-holder:hover a, section.eagle div.link-holder:hover a {
      letter-spacing: 28px; }

footer {
  background: #ED7B84;
  height: 200px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #f9dc5c;
      text-decoration: none; }
  footer div.fixx {
    position: absolute;
    width: 100%;
    height: 400px;
    bottom: 0;
    overflow: hidden; }
  footer img.hot-pink-blob {
    width: 1362px;
    bottom: -314px;
    position: absolute;
    right: -260px; }
  footer img.purple-circle {
    position: absolute;
    width: 641px;
    left: 140px;
    bottom: -314px; }
  footer img.logo {
    position: absolute;
    left: 200px;
    top: -180px;
    width: 578px; }
  footer p {
    color: #F4FFFD;
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 140px;
    letter-spacing: 5px; }

section.no-menu {
  position: fixed;
  width: 0%;
  height: 0%;
  right: 0;
  bottom: 0;
  background: #F4ACB7;
  z-index: 200;
  overflow: hidden;
  -webkit-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  section.no-menu.active {
    width: 100%;
    height: 100%; }
  section.no-menu div.closer {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    -webkit-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    section.no-menu div.closer:hover {
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
      section.no-menu div.closer:hover img.paint {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px); }
      section.no-menu div.closer:hover img.big-x {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px); }
    section.no-menu div.closer img.paint {
      width: 190px;
      -webkit-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -o-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    section.no-menu div.closer img.big-x {
      width: 100px;
      position: absolute;
      top: -10px;
      right: 65px;
      -webkit-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -o-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  section.no-menu ul.options {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    list-style: none;
    margin: 0;
    padding: 0; }
    section.no-menu ul.options li {
      padding: 10px 0;
      text-align: right;
      cursor: pointer;
      -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
      section.no-menu ul.options li:nth-child(1) img {
        width: 367px; }
      section.no-menu ul.options li:nth-child(2) img {
        width: 349px; }
      section.no-menu ul.options li:nth-child(3) img {
        width: 335px; }
      section.no-menu ul.options li:nth-child(4) img {
        width: 376px; }
      section.no-menu ul.options li:nth-child(5) img {
        width: 367px; }
      section.no-menu ul.options li:nth-child(6) img {
        width: 349px; }
      section.no-menu ul.options li.silly {
        position: relative; }
        section.no-menu ul.options li.silly a {
          position: absolute;
          height: 100%;
          bottom: 10px;
          right: 0;
          width: 0;
          overflow: hidden;
          -webkit-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          -o-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
          section.no-menu ul.options li.silly a.active {
            width: 100%; }
        section.no-menu ul.options li.silly img.email {
          position: absolute;
          bottom: 0px;
          right: 0;
          width: 349px; }
      section.no-menu ul.options li.active {
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px); }

section.donuts {
  position: fixed;
  width: 0%;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-transition: width 2s ease, height 2s ease;
  -o-transition: width 2s ease, height 2s ease;
  transition: width 2s ease, height 2s ease;
  overflow: hidden;
  background: #fff; }
  section.donuts img {
    width: 6.66%;
    height: 10%;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    padding: 10px;
    cursor: pointer;
    position: relative;
    z-index: 10; }
    section.donuts img:hover {
      -webkit-animation: rotate 2s infinite;
      animation: rotate 2s infinite;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      z-index: 1; }
  section.donuts.active {
    width: 100%;
    height: 100%; }

@-webkit-keyframes updown {
  0% {
    top: 50%; }
  50% {
    top: 150%; }
  100% {
    top: 50%; } }

@keyframes updown {
  0% {
    top: 50%; }
  50% {
    top: 150%; }
  100% {
    top: 50%; } }

@-webkit-keyframes updown2 {
  0% {
    top: -50%; }
  50% {
    top: 50%; }
  100% {
    top: -50%; } }

@keyframes updown2 {
  0% {
    top: -50%; }
  50% {
    top: 50%; }
  100% {
    top: -50%; } }

@-webkit-keyframes flipper {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1); } }

@keyframes flipper {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1); } }

@-webkit-keyframes flipper2 {
  0% {
    -webkit-transform: scale(1, 1) rotate(-90deg);
    transform: scale(1, 1) rotate(-90deg); }
  50% {
    -webkit-transform: scale(-1, 1) rotate(-90deg);
    transform: scale(-1, 1) rotate(-90deg); } }

@keyframes flipper2 {
  0% {
    -webkit-transform: scale(1, 1) rotate(-90deg);
    transform: scale(1, 1) rotate(-90deg); }
  50% {
    -webkit-transform: scale(-1, 1) rotate(-90deg);
    transform: scale(-1, 1) rotate(-90deg); } }

@-webkit-keyframes strokewidth {
  0% {
    stroke-width: 0px; }
  50% {
    stroke-width: 30px; }
  100% {
    stroke-width: 0px; } }

@keyframes strokewidth {
  0% {
    stroke-width: 0px; }
  50% {
    stroke-width: 30px; }
  100% {
    stroke-width: 0px; } }

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes rippy {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0; }
  100% {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0; } }

@keyframes rippy {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0; }
  100% {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0; } }

@-webkit-keyframes menurotate {
  from {
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg); }
  to {
    -webkit-transform: translateX(-50%) rotate(360deg);
    transform: translateX(-50%) rotate(360deg); } }

@keyframes menurotate {
  from {
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg); }
  to {
    -webkit-transform: translateX(-50%) rotate(360deg);
    transform: translateX(-50%) rotate(360deg); } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(360deg) scale(10);
    transform: rotate(360deg) scale(10); }
  100% {
    -webkit-transform: rotate(720deg) scale(1);
    transform: rotate(720deg) scale(1); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(360deg) scale(10);
    transform: rotate(360deg) scale(10); }
  100% {
    -webkit-transform: rotate(720deg) scale(1);
    transform: rotate(720deg) scale(1); } }

@-webkit-keyframes drotate {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes drotate {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

/* 1200 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  section.s5 h1 {
    width: 100%; }
  section.s5 {
    padding-left: 50px; } }

/* --------------------------------------------------------------- */
/* 992 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
  section.s1 div.rectangle div.circle-container,
  section.s2 div.rectangle div.circle-container {
    width: 30vw;
    left: -15vw; }
  section.s1 div.rectangle div.circle,
  section.s2 div.rectangle div.circle {
    width: 30vw;
    height: 30vw; }
  section.s2 {
    height: 210%; }
  section.s5 ul li div.arrow {
    left: -60%; }
  footer p {
    right: 15px;
    left: 15px;
    line-height: 1.2;
    text-align: center; } }

/* --------------------------------------------------------------- */
/* 768 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  section.s1 div.rectangle div.circle-container,
  section.s2 div.rectangle div.circle-container {
    width: 250px;
    left: -125px; }
  section.s1 div.rectangle div.circle,
  section.s2 div.rectangle div.circle {
    width: 250px;
    height: 250px; }
  section.s2 div.pink-rectangle {
    height: 35%; } }

/* --------------------------------------------------------------- */
/* 600 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
  section.s2 div.pink-rectangle div.us img.us {
    width: 90vw; }
  section.s2 div.pink-rectangle div.us {
    left: -30vw; }
  section.s2 div.pink-rectangle h2 {
    right: calc(-100% - 45px); }
  section.s3 div.dont-push {
    right: 15px; }
  section.s5 h1 {
    font-size: 54px; }
  section.s5 ul {
    width: 100%; }
  section.s5 ul li div.arrow {
    display: none; }
  section.s5 {
    padding-left: 0; }
  footer img.logo {
    width: 100%;
    left: -30px;
    top: -110px; }
  section.s5 {
    padding: 150px 0; }
  section.s3 {
    min-height: 1345px; }
  footer p {
    margin-top: 45px; } }

/* --------------------------------------------------------------- */
/* 500 */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* 400 */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
