@font-face {
    font-family: 'Lora';
    src: local('Lora Italic'), local('Lora-Italic'),
        url('../fonts/Lora-Italic.woff2') format('woff2'),
        url('../fonts/Lora-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Mono';
    src: local('Roboto Mono Regular'), local('RobotoMono-Regular'),
        url('../fonts/RobotoMono-Regular.woff2') format('woff2'),
        url('../fonts/RobotoMono-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block
}

audio, canvas, progress, video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

progress {
  vertical-align: baseline
}

template, [hidden] {
  display: none
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active, a:hover {
  outline-width: 0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b, strong {
  font-weight: inherit
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
  font-family: 'Lora';
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

figure {
  margin: 1em 40px
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

button, input, select, textarea {
  font: inherit;
  margin: 0
}

optgroup {
  font-weight:700;
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

textarea {
  overflow: auto
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  font-size: 1.25vw;
  font-weight: 400;
}
@media screen and (max-width: 1023.97px) {
  html {
    font-size: 16px;
  }
}

body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
}

i {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-style: italic;
}

.tooltip_templates {
  display: none
}

.zags__footer {
  padding: 0 8vw 4vw;
}

.zags__footer a {
  color: #808080;
  text-decoration: none;
  font-family: 'Andale Mono', 'Roboto Mono', monospace;
  text-transform: uppercase;
}

.zags__button {
  width: 12vw;
  height: 12vw;
  display: block;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative
}

@media screen and (max-width:767px) {
  .zags__button {
    width: 10rem;
    height: 10rem;
    margin: 2rem auto
  }
}

.zags__button-text {
  width: 100%;
  height: 100%;
  background-image: url("images/icons/sent-text.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  -webkit-animation: rotate 10s linear infinite;
  animation: rotate 10s linear infinite;
  border-radius: 50%
}

.zags__button-icon {
  width: 5vw;
  height: 5vw;
  background-image: url("images/emoji/1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: sent 10s linear infinite;
  animation: sent 10s linear infinite
}

@media screen and (max-width:767px) {
  .zags__button-icon {
    width: 3rem;
    height: 3rem
  }
}

.zags__button:hover .zags__button-icon {
  background-image: url("images/icons/sent.svg");
  background-size: 50%;
  background-position: 45% center;
  -webkit-animation: none;
  animation: none
}

.zags__cover {
  position: relative;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem
}



.zags__cover-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1
}

.zags__cover-link {
  color: #fff;
  font-size: .8rem;
  text-transform: uppercase;
  font-family: 'Andale Mono', 'Roboto Mono', monospace;
  text-decoration: none;
  position: relative;
  color: #e8ff00;
  background-color: #e8ff00;
  color: black;
}

@media screen and (max-width:767px) {
  .zags__cover-link {
    font-size: 1rem
  }
}

/* .zags__cover-link:before {
  content: '';
  position: absolute;
  top: -.5rem;
  left: -.5rem;
  right: -.5rem;
  bottom: -.5rem;
  border: 1px solid transparent;
  border-radius: 50%
} */

/* .zags__cover-link:hover:before {
  border-color: #e8ff00;
} */
.zags__cover-link-blinking {
  background-color: #e8ff00;
  color: black;
  animation: blinker 1s step-end infinite;
  
}
.zags__cover-link:hover {
  background-color: #00e5ff;
}

.zags__cover-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.zags__cover-text {
  color: #fff;
  font-size: .8rem;
  text-transform: uppercase;
  font-family: 'Andale Mono', 'Roboto Mono', monospace
}

.zags__cover-logo {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: block
}

.zags__cover-logo-wrap {
  max-width: 20rem;
  width: 90%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .zags__cover-logo-wrap {
    max-width: 16rem;
  }
}

.zags__cover-logo-text {
  color: #fff;
  font-family: 'Andale Mono', 'Roboto Mono', monospace;
  position: absolute;
  top: -1rem;
  right: -3rem;
  font-size: 1.5rem
}

.zags__about-content {
  padding: 4vw 8vw 0
}

@media screen and (max-width:767px) {
  .zags__about-content {
    padding: 2rem 1rem 1rem
  }
}

.zags__about-text {
  font-size: 2.5vw;
  line-height: 1.5;
  padding-bottom: 2vw;
  font-weight: 400
}

@media screen and (max-width:767px) {
  .zags__about-text {
    font-size: 18px;
    padding-bottom: 0
  }
}

.zags__about-text p {
  margin: 0 0 1em 0
}

.zags__item {
  padding: 4vw 8vw;
  border-bottom: 2px solid #000;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.zags__item:hover .zags__item-title-icon {
  opacity: 1;
}

@media screen and (max-width:767px) {
  .zags__item {
    padding: 1rem
  }
}

.zags__item:first-of-type {
  border-top: 2px solid #000
}

.zags__item-text {
  padding-bottom: 0
}

@media screen and (max-width:767px) {
  .zags__item-text {
    padding-bottom: .5rem
  }
}
.zags__item-header {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .zags__item-header {
    flex-flow: column;
  }
}
.zags__item-title {
  font-size: 5vw;
  line-height: 1;
  font-weight: 700;
  text-transform: lowercase;;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.zags__item-title-wrap {
  text-decoration: none;
  color: #000;
  display: block;
  position: relative;
}

.zags__item-title-icon {
  width: 5vw;
  height: 3.5vw;
  margin-left: 2vw;
  display: inline-block;
  background-image: url("images/icons/view.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity .2s;
}

.columns {
  display: flex;
}
@media screen and (max-width: 767px) {
  .columns {
    display: block;
  }
}
.column {
  flex: 1;
}

.column:last-of-type {
  padding-left: 3vw;
}
.column:first-of-type {
  border-right: 1px solid black;
  padding-right: 3vw;
}
@media screen and (max-width: 767px) {
  .column:last-of-type {
    padding-left: 0;
  }
  .column:first-of-type {
    padding-right: 0;
    border: none;
  }
}
.caption {
  margin: 1rem 0 0;
  text-transform: uppercase;
  font-family: 'Andale Mono', 'Roboto Mono', monospace;
}
.price {
  text-transform: uppercase;
  font-family: 'Andale Mono', 'Roboto Mono', monospace;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 1vw;
  background-image: url('images/icons/price.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  width: 10vw;
  height: 5vw;
  padding: .25vw;
  transform: rotate(-5deg);
  flex-shrink: 0;
  font-size: 1vw;
}
@media screen and (max-width:767px) {
  .price {
    width: 8rem;
    height: 4rem;
    font-size: .8rem;
    align-self: flex-end;
  }
}
.small-price {
  text-transform: uppercase;
  font-family: 'Andale Mono', 'Roboto Mono', monospace;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1vw;
  margin-top: 1vw;
  border: 1px solid black;
  border-radius: 50%;
}
@media screen and (max-width:767px) {
  .small-price {
    padding: .5rem 1rem;
  }
}
.zags__item:nth-of-type(2n) .price {
  transform: rotate(5deg);
}

.zags__item-more {
  display: none
}

.zags__item-more-content {
  padding: 4vw 0 0;
  line-height: 1.5;
}

@media screen and (max-width:767px) {
  .zags__item-more-content {
    padding: 2rem 0 0
  }
}
.zags__item-more ul {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0 0 0 1.65vw;
}
@media screen and (max-width: 767px) {
  .zags__item-more ul {
    padding: 0 0 0 2rem;
  }
}
.zags__item-more li {
  position: relative;
  font-size: 1.5vw;
  list-style: none;
  margin: 0 0 .5em 0;
}
@media screen and (max-width:767px) {
  .zags__item-more li {
    font-size: 18px;
  }
}
.zags__item-more h2 {
  font-size: 3vw;
  margin: 1.5em 0 .5em;
  position: relative;
  text-transform: lowercase;
  line-height: 1.2;
}

@media screen and (max-width:767px) {
  .zags__item-more h2 {
    font-size: 1.75rem;
  }
}
.zags__item-more h3 {
  font-size: 2vw;
  margin: 1.5em 0 .5em;
  position: relative;
  text-transform: lowercase;
  line-height: 1.2;
}

@media screen and (max-width:767px) {
  .zags__item-more h3 {
    font-size: 1.25rem;
  }
}

.zags__item-more li:before {
  content: '+';
  position: absolute;
  left: -2vw;
  top: .15vw;
  width: 1.5vw;
  height: 1.5vw;
  background-color: black;
  color: white;
  line-height: 1.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
}

@media screen and (max-width:767px) {
  .zags__item-more li:before {
    left: -2rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    top: .1rem;
  }
}

.zags__item-more p {
  font-size: 1.5vw
}

@media screen and (max-width:767px) {
  .zags__item-more p {
    font-size: 18px
  }
}

.zags__item-more i {
  font-size: 1.5vw
}

@media screen and (max-width:767px) {
  .zags__item-more i {
    font-size: 18px
  }
}
.zags__item-important {
  position: relative;
  display: block;
}
.zags__item-important::before {
  content: '👉';
  position: absolute;
  left: -4vw;
  top: 0;
  font-size: 3vw;
  width: 3.5vw;
  height: 3vw;
  line-height: 3vw;
  text-align: center;
}

@media screen and (max-width:767px) {
  .zags__item-important::before {
    display: none;
  }
}

.zags__item:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: -4vw;
  right: -4vw;
  height: 100%;
  z-index: -1
}


.zags__item:nth-of-type(1):hover:before {
  background-color: #F6C7CD;
}

.zags__item:nth-of-type(2):hover:before {
  background-color: #b7ff8b;
}

.zags__item:nth-of-type(3):hover:before {
  background-color: #b8d8d8;
}

.zags__item:nth-of-type(4):hover:before {
  background-color: #f9dab8;
}

.zags__item:nth-of-type(5):hover:before {
  background-color: #f1d0ff;
}

.zags__start {
  width: 100%
}

.zags__final {
  padding: 4vw 8vw 2vw
}

@media screen and (max-width:767px) {
  .zags__final {
    padding: 1rem
  }
}

.zags__final-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

@media screen and (max-width:767px) {
  .zags__final-content {
    display: block
  }
}

.zags__final-text {
  padding-bottom: 0
}

.zags__final-title {
  font-size: 2.5vw;
  line-height: 1.5;
  padding-right: 10vw;
  margin: 0
}

.zags__final-title img {
  top: 6px;
  position: relative;
  width: 4rem
}

@media screen and (max-width:767px) {
  .zags__final-title {
    font-size: 18px;
    padding-right: 0
  }

  .zags__final-title img {
    display: none
  }
}

.tooltip_templates img {
  display: block;
  width: 100%;
  height: auto
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
  background: none;
  border: none;
  border-radius: 9;
  -webkit-box-shadow: none;
  box-shadow: none
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
  color: #000;
  padding: 0
}

#bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  background-image: url('images/cover/1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#bg.two .zags__cover-left {
  background-image: url('images/cover/2.jpg');
}
#bg.two .zags__cover-right {
  background-image: url('images/cover/3.jpg');
}
#bg.three .zags__cover-left {
  background-image: url('images/cover/4.jpg');
}
#bg.four .zags__cover-right {
  background-image: url('images/cover/5.jpg');
}
#bg.four {
  background-image: url('images/cover/6.jpg');
}
#bg.five .zags__cover-left,
#bg.five .zags__cover-right {
  background-image: none;
}
#bg.six .zags__cover-left {
  background-image: url('images/cover/7.jpg');
}
#bg.seven .zags__cover-right {
  background-image: url('images/cover/8.jpg');
}
#bg.eight .zags__cover-left {
  background-image: url('images/cover/9.jpg');
}

.zags__cover-left,
.zags__cover-right {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.zags__cover-left {
  left: 0;
}

.zags__cover-right {
  right: 0;
}
@media screen and (max-width:767px) {
  .zags__cover-left,
  .zags__cover-right {
    left: 0;
    width: 100%;
    height: 50%;
    top: auto;
  }
  .zags__cover-left {
    top: 0;
  }

  .zags__cover-right {
    bottom: 0;
  }
}
/* .zags__cover-bg. */

/* @media screen and (max-width:767px) {
  .zags__cover-bg-1 {
    width: 100%;
    height: 68%
  }
}

.zags__cover-bg-2 {
  width: 50%;
  left: 50%
}

@media screen and (max-width:767px) {
  .zags__cover-bg-2 {
    width: 100%;
    left: 0;
    top: 68%;
    height: 32%;
    background-position: center top
  }
} */

/* #bg.one #bg-1 {
  background-image: url("images/cover/1.jpg")
}

#bg.one #bg-2 {
  background-image: url("images/cover/2.jpg")
}

#bg.one #bg-3 {
  background-image: url("")
}

#bg.two #bg-1 {
  background-image: url("images/cover/1.jpg")
}

#bg.two #bg-2 {
  background-image: url("images/cover/3.jpg")
}

#bg.two #bg-3 {
  background-image: url("")
}

#bg.three #bg-1 {
  background-image: url("images/cover/4.jpg")
}

#bg.three #bg-2 {
  background-image: url("images/cover/3.jpg")
}

#bg.three #bg-3 {
  background-image: url("")
}

#bg.four #bg-1 {
  background-image: url("images/cover/5.jpg")
}

#bg.four #bg-2 {
  background-image: url("")
}

#bg.four #bg-3 {
  background-image: url("images/cover/5.jpg")
}

#bg.five #bg-1 {
  background-image: url("images/cover/6.jpg")
}

#bg.five #bg-2 {
  background-image: url("images/cover/7.jpg")
}

#bg.five #bg-3 {
  background-image: url("")
}

#bg.six #bg-1 {
  background-image: url("images/cover/8.jpg")
}

#bg.six #bg-2 {
  background-image: url("images/cover/7.jpg")
}

#bg.six #bg-3 {
  background-image: url("")
}

#bg.seven #bg-1 {
  background-image: url("images/cover/8.jpg")
}

#bg.seven #bg-2 {
  background-image: url("images/cover/9.jpg")
}

#bg.seven #bg-3 {
  background-image: url("")
}

#bg.eight #bg-1 {
  background-image: url("images/cover-10.jpg")
}

#bg.eight #bg-2 {
  background-image: url("")
}

#bg.eight #bg-3 {
  background-image: url("images/cover-10.jpg")
} */


@keyframes rotate {
  to {
    -webkit-transform: rotate(340deg);
    transform: rotate(340deg)
  }
}

@keyframes sent {
  15%, 29% {
    background-image: url("images/emoji/2.svg")
  }

  30%, 44% {
    background-image: url("images/emoji/5.svg")
  }

  45%, 59% {
    background-image: url("images/emoji/4.svg")
  }

  60%, 74% {
    background-image: url("images/emoji/3.svg")
  }

  75%, 89% {
    background-image: url("images/emoji/6.svg")
  }

  90%, 100% {
    background-image: url("images/emoji/1.svg")
  }
}

@keyframes opacity {
  10% {
    opacity: 1
  }

  11% {
    opacity: 0
  }

  15% {
    opacity: 1
  }

  30% {
    opacity: 1
  }

  31% {
    opacity: 0
  }

  60% {
    opacity: 0
  }

  61% {
    opacity: 1
  }

  99% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}
.new {
  position: absolute;
  font-weight: 700;
  text-transform: uppercase;
  animation: new 1s linear infinite;
  color: #ED625C;
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .new {
    font-size: 10px;
  }
}
.new:nth-of-type(1) {
  left: -1rem;
  top:  -1rem;
  transform: rotate(-10deg);
  animation-delay: .1s;
}
.new:nth-of-type(2) {
  right: -1rem;
  bottom:  -1rem;
  transform: rotate(10deg);
  animation-delay: .5s;
}
.new:nth-of-type(3) {
  left: -5rem;
  top:  50%;
  transform: rotate(-40deg);
  animation-delay: .2s;
}
.new:nth-of-type(4) {
  left: 50%;
  top:  -1rem;
  transform: rotate(-20deg);
  animation-delay: .3s;
}
.new:nth-of-type(5) {
  left: 70%;
  top:  0rem;
  transform: rotate(35deg);
  animation-delay: .7s;
}
.new:nth-of-type(6) {
  right: 20%;
  top:  10%;
  transform: rotate(-10deg);
  animation-delay: .1s;
}
.new:nth-of-type(7) {
  right: 0;
  top:  0rem;
  transform: rotate(52deg);
  animation-delay: .3s;
}
.new:nth-of-type(8) {
  right: 30%;
  bottom:  0rem;
  transform: rotate(-7deg);
  animation-delay: .5s;
}
.new:nth-of-type(9) {
  left: 50%;
  top:  50%;
  transform: rotate(23deg);
  animation-delay: .2s;
}
.new:nth-of-type(10) {
  right: 10%;
  top:  50%;
  transform: rotate(-20deg);
  animation-delay: .3s;
}
.new:nth-of-type(11) {
  left: 30%;
  bottom:  0rem;
  transform: rotate(-7deg);
  animation-delay: .5s;
}
.new:nth-of-type(12) {
  left: 25%;
  top:  20%;
  transform: rotate(23deg);
  animation-delay: .2s;
}
.new:nth-of-type(13) {
  left: 10%;
  top:  50%;
  transform: rotate(-20deg);
  animation-delay: .3s;
}

@keyframes new {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinker {
  50% {
    background-color: #ff0099;
  }
}

.column > *:first-child {
  margin-top: 0;
}
.column > *:last-child {
  margin-bottom: 0;
}
