@import url(https://fonts.googleapis.com/css2?family=Playpen+Sans&family=Shantell+Sans&display=swap);
body {
  font-family: "Playpen Sans", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
}

.post-it__title {
  font-family: "Shantell Sans", sans-serif;
  font-size: 1.78em;
  margin-bottom: 0.5em;
  margin-top: 0;
}

.post-it__paragraph {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

#carousel__next,
#carousel__prev {
  font-family: "Shantell Sans", sans-serif;
  font-size: 1em;
  font-weight: 800;
}

.footer {
  font-size: 0.75em;
  font-weight: 400;
}

.footer__slider {
  font-family: "Shantell Sans", sans-serif;
  font-size: 22px;
  font-weight: 800;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  #carousel__next,
#carousel__prev {
    font-size: 1.33em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  body {
    font-size: 16px;
  }

  .footer__slider {
    font-size: 16px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  body {
    font-size: 16px;
  }

  .footer__slider {
    font-size: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    font-size: 20px;
  }

  .footer__slider {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  body {
    font-size: 20px;
  }

  .footer__slider {
    font-size: 20px;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

body {
  background: #d4ac89;
}

.post-it {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
}
.post-it .post-it__paper {
  margin: 25px;
  position: relative;
  padding: 20px 6% 20px 6%;
  background-color: #fff5c0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.post-it .post-it__paper .post-it__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-it .post-it__paper .post-it__content #page2 .post-it__container .post-it__column:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-it .post-it__paper .post-it__content .post-it__page {
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: opacity cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
}
.post-it .post-it__paper .post-it__content .post-it__page * {
  height: 0;
}
.post-it .post-it__paper .post-it__content .post-it__page .post-it__container {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.post-it .post-it__paper .post-it__content .post-it__page .post-it__container--row {
  flex-flow: column wrap;
  height: 100%;
}
.post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__row {
  flex: 1;
  display: flex;
}
.post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__row section {
  width: 50%;
}
.post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__row .post-it__logo-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__row .post-it__logo-section .post-it__big-logo {
  fill: #745518;
  width: 40%;
}
.post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__row .post-it__pig {
  position: absolute;
  width: 8%;
  right: 25%;
  bottom: 0;
  fill: #d0c170;
}
.post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__row .post-it__sun {
  position: absolute;
  width: 5%;
  right: 8%;
  bottom: 120px;
  fill: #d0c170;
}
.post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__column {
  flex: 1;
  padding: 10px;
}
.post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__column:first-child {
  margin-left: 0;
}
.post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__column:last-child {
  margin-right: 0;
}
.post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__column .post-it__snail {
  position: absolute;
  top: -40px;
  right: 40px;
  z-index: 999;
  width: 4em;
  fill: #d0c170;
}
.post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__column .post-it__small {
  padding: 25px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__column .post-it__small--first {
  background-color: #aaedfc;
}
.post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__column .post-it__small--second {
  background-color: #cdffc0;
}
.post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__column .post-it__small--third {
  margin-top: 25px;
  background-color: #fdb9b9;
}
.post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__column .post-it__prototype {
  display: flex;
  justify-content: center;
}
.post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__column .post-it__prototype-img {
  width: 15em;
}
.post-it .post-it__paper .post-it__content .post-it__page--active {
  opacity: 1;
  visibility: visible;
  height: 100%;
  width: 100%;
  transition: opacity cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
}
.post-it .post-it__paper .post-it__content .post-it__page--active * {
  height: unset;
}
.post-it .post-it__paper .post-it__content .post-it__page#page4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.post-it .post-it__paper .post-it__content .post-it__page .post-it__rainbow {
  position: absolute;
  width: 6em;
  right: 70px;
  top: 50px;
  rotate: 35deg;
  fill: #d0c170;
}
.post-it .post-it__paper .post-it__content .post-it__page .post-it__pirate {
  position: absolute;
  bottom: 50px;
  right: 80px;
  width: 4em;
  fill: #d0c170;
}
.post-it .post-it__paper .post-it__content .post-it__page .post-it__flower {
  position: absolute;
  left: 50px;
  width: 5em;
  bottom: 0;
  fill: #d0c170;
}
.post-it .post-it__paper .post-it__content .post-it__page .post-it__flower-1 {
  position: absolute;
  left: 200px;
  width: 4em;
  bottom: 0;
  fill: #d0c170;
}
.post-it .post-it__paper .post-it__content .post-it__page .post-it__flower-2 {
  position: absolute;
  left: 350px;
  width: 3em;
  bottom: 0;
  fill: #d0c170;
}
.post-it .post-it__paper .post-it__content .post-it__page .post-it__buttons {
  padding-top: 100px;
  text-align: center;
}
.post-it .post-it__paper #carousel__next {
  background-color: transparent;
  border: none;
  text-align: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #745518;
  transition: color cubic-bezier(0.42, 0, 0.58, 1) 0.2s, transform cubic-bezier(0.42, 0, 0.58, 1) 0.2s;
}
.post-it .post-it__paper #carousel__next:hover {
  cursor: pointer;
  color: #d0c170;
  /* IE 9 */
  /* Safari 3-8 */
  transform: scale(1.2);
  transition: color cubic-bezier(0.42, 0, 0.58, 1) 0.2s, transform cubic-bezier(0.42, 0, 0.58, 1) 0.2s;
}
.post-it .post-it__paper #carousel__prev {
  margin-right: 40px;
  background-color: transparent;
  border: none;
  text-align: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #745518;
  transition: color cubic-bezier(0.42, 0, 0.58, 1) 0.2s, transform cubic-bezier(0.42, 0, 0.58, 1) 0.2s;
}
.post-it .post-it__paper #carousel__prev:hover {
  cursor: pointer;
  color: #d0c170;
  /* IE 9 */
  /* Safari 3-8 */
  transform: scale(1.2);
  transition: color cubic-bezier(0.42, 0, 0.58, 1) 0.2s, transform cubic-bezier(0.42, 0, 0.58, 1) 0.2s;
}
.post-it .post-it__paper #post-it__carousel {
  position: relative;
  height: 400px;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.post-it .post-it__paper #post-it__carousel div {
  position: absolute;
  transition: transform 1s, left 1s, opacity 1s, z-index 0s;
  opacity: 1;
}
.post-it .post-it__paper #post-it__carousel div img {
  width: 400px;
  transition: width 1s;
}
.post-it .post-it__paper #post-it__carousel div.carousel__hide-left {
  left: 0%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
.post-it .post-it__paper #post-it__carousel div.carousel__hide-left img {
  width: 200px;
}
.post-it .post-it__paper #post-it__carousel div.carousel__hide-right {
  left: 100%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
.post-it .post-it__paper #post-it__carousel div.carousel__hide-right img {
  width: 200px;
}
.post-it .post-it__paper #post-it__carousel div.carousel__prev {
  z-index: 5;
  left: 30%;
  transform: translateY(50px) translateX(-50%);
}
.post-it .post-it__paper #post-it__carousel div.carousel__prev img {
  width: 300px;
}
.post-it .post-it__paper #post-it__carousel div.carousel__prev-left-second {
  z-index: 4;
  left: 15%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
.post-it .post-it__paper #post-it__carousel div.carousel__prev-left-second img {
  width: 200px;
}
.post-it .post-it__paper #post-it__carousel div.carousel__selected {
  z-index: 10;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
}
.post-it .post-it__paper #post-it__carousel div.carousel__next {
  z-index: 5;
  left: 70%;
  transform: translateY(50px) translateX(-50%);
}
.post-it .post-it__paper #post-it__carousel div.carousel__next img {
  width: 300px;
}
.post-it .post-it__paper #post-it__carousel div.carousel__next-right-second {
  z-index: 4;
  left: 85%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
.post-it .post-it__paper #post-it__carousel div.carousel__next-right-second img {
  width: 200px;
}
.post-it .post-it__paper .post-it__small-logo {
  cursor: pointer;
  fill: #745518;
  position: absolute;
  width: 80px;
  top: 40px;
  left: 40px;
}

.footer {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin: 0 25px 25px 25px;
  color: #745518;
}
.footer .footer__copyright {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px 0 0;
}
.footer .footer__nav {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.footer .footer__nav .footer__slider {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  text-align: inherit;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  color: rgba(51, 51, 51, 0.3);
  transform: scale(1);
  transition: color cubic-bezier(0.42, 0, 0.58, 1) 0.2s, transform cubic-bezier(0.42, 0, 0.58, 1) 0.2s;
}
.footer .footer__nav .footer__slider--active {
  color: #745518;
  transform: scale(1.1);
  transition: color cubic-bezier(0.42, 0, 0.58, 1) 0.2s, transform cubic-bezier(0.42, 0, 0.58, 1) 0.2s;
}
.footer .footer__nav .footer__slider:hover {
  color: #fff5c0;
  /* IE 9 */
  /* Safari 3-8 */
  transform: scale(1.1);
  transition: color cubic-bezier(0.42, 0, 0.58, 1) 0.2s, transform cubic-bezier(0.42, 0, 0.58, 1) 0.2s;
}
.footer .footer__nav .footer__prev-btn,
.footer .footer__nav .footer__next-btn {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  text-align: inherit;
  font: inherit;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transform: scale(1);
  transition: transform cubic-bezier(0.42, 0, 0.58, 1) 0.2s;
}
.footer .footer__nav .footer__prev-btn:hover,
.footer .footer__nav .footer__next-btn:hover {
  cursor: pointer;
  /* IE 9 */
  /* Safari 3-8 */
  transform: scale(1.3);
  transition: transform cubic-bezier(0.42, 0, 0.58, 1) 0.2s;
}
.footer .footer__nav .footer__prev-btn:hover .footer__arrow,
.footer .footer__nav .footer__next-btn:hover .footer__arrow {
  fill: #fff5c0;
  transition: fill cubic-bezier(0.42, 0, 0.58, 1) 0.2s;
}
.footer .footer__nav .footer__prev-btn .footer__arrow,
.footer .footer__nav .footer__next-btn .footer__arrow {
  width: 25px;
  height: 25px;
  fill: #745518;
  transition: fill cubic-bezier(0.42, 0, 0.58, 1) 0.2s;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .post-it {
    flex-flow: column;
  }
  .post-it .post-it__paper {
    padding: 20px 20px 20px 20px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .post-it .post-it__paper--page4 {
    overflow-y: hidden;
  }
  .post-it .post-it__paper .post-it__content {
    height: 100%;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__small-logo {
    position: relative;
    width: 60px;
    top: 20px;
    left: 20px;
    margin-bottom: 25px;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__container--row {
    flex-flow: row wrap;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__container--row .post-it__row {
    flex-direction: column;
    margin-bottom: 5px;
    flex-basis: 40%;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__container--row .post-it__row:nth-last-child(2) {
    margin-right: 0;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__container--row .post-it__row:last-child {
    flex-basis: 100%;
    margin: 0;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__container--row .post-it__row section {
    width: 100%;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__container--row .post-it__row .post-it__logo-section {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__container--row .post-it__row .post-it__logo-section .post-it__big-logo {
    width: 80%;
    max-width: 300px;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__column {
    margin-bottom: 5px;
    flex-basis: 40%;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__column:nth-last-child(2) {
    margin-right: 0;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__column:last-child {
    flex-basis: 100%;
    margin: 0;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__buttons {
    padding-top: 50px;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .post-it .post-it__paper .post-it__content .post-it__page#page4 .post-it__small-logo {
    position: absolute;
    top: 40px;
    left: 40px;
  }
  .post-it .post-it__paper .post-it__content #page3 .post-it__container {
    align-items: flex-end;
  }
  .post-it .post-it__paper #post-it__carousel {
    top: unset;
    transform: unset;
    height: 250px;
  }
  .post-it .post-it__paper #post-it__carousel div img {
    width: 250px;
  }
  .post-it .post-it__paper #post-it__carousel div.carousel__hide-left img {
    width: 125px;
  }
  .post-it .post-it__paper #post-it__carousel div.carousel__hide-right img {
    width: 125px;
  }
  .post-it .post-it__paper #post-it__carousel div.carousel__prev img {
    width: 150px;
  }
  .post-it .post-it__paper #post-it__carousel div.carousel__prev-left-second img {
    width: 125px;
  }
  .post-it .post-it__paper #post-it__carousel div.carousel__next img {
    width: 150px;
  }
  .post-it .post-it__paper #post-it__carousel div.carousel__next-right-second img {
    width: 125px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (max-height: 700px) {
  .post-it .post-it__paper .post-it__content .post-it__page#page4 {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__rainbow {
    width: 5em;
    right: 35px;
    top: 35px;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__pirate {
    width: 3em;
    right: 10px;
    top: 450px;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__flower {
    width: 4em;
    left: 10px;
    bottom: 0;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__flower-1 {
    width: 3em;
    left: 85px;
    bottom: 0;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__flower-2 {
    width: 2em;
    left: 150px;
    bottom: 0;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__column .post-it__snail {
    width: 4em;
    top: 30px;
    right: 20px;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__column .post-it__small {
    margin-top: 0px;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__row .post-it__pig {
    width: 4em;
    right: 35%;
    bottom: unset;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__row .post-it__sun {
    width: 2em;
    right: 8%;
    bottom: unset;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__row .post-it__prototype-img {
    width: 100%;
  }
  .post-it #page3 .post-it__container {
    flex-flow: column wrap;
  }

  .footer .footer__nav {
    justify-content: space-between;
  }
  .footer .footer__nav .footer__prev-btn,
.footer .footer__nav .footer__next-btn {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__rainbow {
    width: 5em;
    right: 35px;
    top: 35px;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__pirate {
    width: 4em;
    right: 20px;
    top: 350px;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__flower {
    width: 5em;
    left: 10px;
    bottom: 0;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__flower-1 {
    width: 4em;
    left: 100px;
    bottom: 0;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__flower-2 {
    width: 3em;
    left: 180px;
    bottom: 0;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__column .post-it__snail {
    width: 4em;
    top: 30px;
    right: 20px;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__column .post-it__small {
    margin-top: 0px;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__row .post-it__pig {
    width: 20%;
    right: 35%;
    bottom: unset;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__row .post-it__sun {
    width: 12%;
    right: 10%;
    bottom: unset;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__row .post-it__prototype-img {
    width: 100%;
  }
  .post-it .post-it__paper .post-it__content #page3 .post-it__container {
    flex-flow: column wrap;
  }

  .footer .footer__nav {
    justify-content: space-around;
  }
  .footer .footer__nav .footer__prev-btn,
.footer .footer__nav .footer__next-btn {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__rainbow {
    width: 5em;
    right: 35px;
    top: 35px;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__pirate {
    width: 4em;
    right: 50px;
    top: 415px;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__flower {
    width: 5em;
    left: 10px;
    bottom: 0;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__flower-1 {
    width: 4em;
    left: 140px;
    bottom: 0;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__flower-2 {
    width: 3em;
    left: 250px;
    bottom: 0;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__column .post-it__snail {
    width: 4em;
    top: -60px;
    right: 20px;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__row .post-it__pig {
    width: 14%;
    right: 200px;
    bottom: unset;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__row .post-it__sun {
    width: 10%;
    right: 75px;
    bottom: unset;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .post-it .post-it__paper .post-it__content .post-it__page {
    height: 0;
  }
  .post-it .post-it__paper .post-it__content .post-it__page--active {
    height: 100%;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__rainbow {
    width: 5em;
    right: 35px;
    top: 35px;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__pirate {
    width: 4em;
    right: 20px;
    top: 280px;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__flower {
    width: 5em;
    left: 10px;
    bottom: 0;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__flower-1 {
    width: 4em;
    left: 100px;
    bottom: 0;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__flower-2 {
    width: 3em;
    left: 180px;
    bottom: 0;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__container .post-it__column .post-it__snail {
    width: 4em;
    top: -35px;
    right: 20px;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__row .post-it__pig {
    right: 160px;
    bottom: -100px;
    width: 10%;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__row .post-it__sun {
    right: 25px;
    bottom: 10px;
    width: 8%;
  }
}
@media only screen and (min-width: 1200px) {
  .post-it .post-it__paper .post-it__content .post-it__page {
    height: 0;
  }
  .post-it .post-it__paper .post-it__content .post-it__page--active {
    height: 100%;
  }
  .post-it .post-it__paper .post-it__content .post-it__page .post-it__container--row .post-it__row section h2 {
    margin-top: 0;
  }
}

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