@charset "UTF-8";

.grasses {
  height: 80%;
  overflow: hidden;
}
.grass {
  position: absolute;
  bottom: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.grass:nth-child(1) {
  left: 53%;
  height: 87vh;
  width: 0.95em;
  -webkit-animation: fade-by-1 2s 0.025s infinite;
          animation: fade-by-1 2s 0.025s infinite;
}
@-webkit-keyframes fade-by-1 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-1 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(2) {
  left: 37%;
  height: 65vh;
  width: 0.65em;
  -webkit-animation: fade-by-2 2s 0.05s infinite;
          animation: fade-by-2 2s 0.05s infinite;
}
@-webkit-keyframes fade-by-2 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-2 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(3) {
  left: 99%;
  height: 73vh;
  width: 1.35em;
  -webkit-animation: fade-by-3 2s 0.075s infinite;
          animation: fade-by-3 2s 0.075s infinite;
}
@-webkit-keyframes fade-by-3 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-3 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(4) {
  left: 77%;
  height: 51vh;
  width: 1.5em;
  -webkit-animation: fade-by-4 2s 0.1s infinite;
          animation: fade-by-4 2s 0.1s infinite;
}
@-webkit-keyframes fade-by-4 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-4 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(5) {
  left: 50%;
  height: 63vh;
  width: 0.75em;
  -webkit-animation: fade-by-5 2s 0.125s infinite;
          animation: fade-by-5 2s 0.125s infinite;
}
@-webkit-keyframes fade-by-5 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-5 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(6) {
  left: 10%;
  height: 43vh;
  width: 0.95em;
  -webkit-animation: fade-by-6 2s 0.15s infinite;
          animation: fade-by-6 2s 0.15s infinite;
}
@-webkit-keyframes fade-by-6 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-6 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(7) {
  left: 91%;
  height: 28vh;
  width: 0.6em;
  -webkit-animation: fade-by-7 2s 0.175s infinite;
          animation: fade-by-7 2s 0.175s infinite;
}
@-webkit-keyframes fade-by-7 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-7 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(8) {
  left: 52%;
  height: 55vh;
  width: 0.55em;
  -webkit-animation: fade-by-8 2s 0.2s infinite;
          animation: fade-by-8 2s 0.2s infinite;
}
@-webkit-keyframes fade-by-8 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-8 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(9) {
  left: 55%;
  height: 85vh;
  width: 1.3em;
  -webkit-animation: fade-by-9 2s 0.225s infinite;
          animation: fade-by-9 2s 0.225s infinite;
}
@-webkit-keyframes fade-by-9 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-9 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(10) {
  left: 76%;
  height: 22vh;
  width: 1.35em;
  -webkit-animation: fade-by-10 2s 0.25s infinite;
          animation: fade-by-10 2s 0.25s infinite;
}
@-webkit-keyframes fade-by-10 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-10 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(11) {
  left: 98%;
  height: 32vh;
  width: 0.9em;
  -webkit-animation: fade-by-11 2s 0.275s infinite;
          animation: fade-by-11 2s 0.275s infinite;
}
@-webkit-keyframes fade-by-11 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-11 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(12) {
  left: 10%;
  height: 67vh;
  width: 0.75em;
  -webkit-animation: fade-by-12 2s 0.3s infinite;
          animation: fade-by-12 2s 0.3s infinite;
}
@-webkit-keyframes fade-by-12 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-12 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(13) {
  left: 80%;
  height: 62vh;
  width: 1.3em;
  -webkit-animation: fade-by-13 2s 0.325s infinite;
          animation: fade-by-13 2s 0.325s infinite;
}
@-webkit-keyframes fade-by-13 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-13 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(14) {
  left: 82%;
  height: 86vh;
  width: 0.7em;
  -webkit-animation: fade-by-14 2s 0.35s infinite;
          animation: fade-by-14 2s 0.35s infinite;
}
@-webkit-keyframes fade-by-14 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-14 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(15) {
  left: 26%;
  height: 76vh;
  width: 0.8em;
  -webkit-animation: fade-by-15 2s 0.375s infinite;
          animation: fade-by-15 2s 0.375s infinite;
}
@-webkit-keyframes fade-by-15 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-15 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(16) {
  left: 5%;
  height: 65vh;
  width: 0.8em;
  -webkit-animation: fade-by-16 2s 0.4s infinite;
          animation: fade-by-16 2s 0.4s infinite;
}
@-webkit-keyframes fade-by-16 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-16 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(17) {
  left: 63%;
  height: 84vh;
  width: 0.85em;
  -webkit-animation: fade-by-17 2s 0.425s infinite;
          animation: fade-by-17 2s 0.425s infinite;
}
@-webkit-keyframes fade-by-17 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-17 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(18) {
  left: 74%;
  height: 88vh;
  width: 1.2em;
  -webkit-animation: fade-by-18 2s 0.45s infinite;
          animation: fade-by-18 2s 0.45s infinite;
}
@-webkit-keyframes fade-by-18 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-18 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(19) {
  left: 32%;
  height: 84vh;
  width: 1.2em;
  -webkit-animation: fade-by-19 2s 0.475s infinite;
          animation: fade-by-19 2s 0.475s infinite;
}
@-webkit-keyframes fade-by-19 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-19 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(20) {
  left: 68%;
  height: 36vh;
  width: 0.95em;
  -webkit-animation: fade-by-20 2s 0.5s infinite;
          animation: fade-by-20 2s 0.5s infinite;
}
@-webkit-keyframes fade-by-20 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-20 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(21) {
  left: 76%;
  height: 39vh;
  width: 1.35em;
  -webkit-animation: fade-by-21 2s 0.525s infinite;
          animation: fade-by-21 2s 0.525s infinite;
}
@-webkit-keyframes fade-by-21 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-21 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(22) {
  left: 66%;
  height: 69vh;
  width: 1em;
  -webkit-animation: fade-by-22 2s 0.55s infinite;
          animation: fade-by-22 2s 0.55s infinite;
}
@-webkit-keyframes fade-by-22 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-22 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(23) {
  left: 48%;
  height: 88vh;
  width: 1.5em;
  -webkit-animation: fade-by-23 2s 0.575s infinite;
          animation: fade-by-23 2s 0.575s infinite;
}
@-webkit-keyframes fade-by-23 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-23 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(24) {
  left: 14%;
  height: 66vh;
  width: 1.35em;
  -webkit-animation: fade-by-24 2s 0.6s infinite;
          animation: fade-by-24 2s 0.6s infinite;
}
@-webkit-keyframes fade-by-24 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-24 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(25) {
  left: 78%;
  height: 23vh;
  width: 1.25em;
  -webkit-animation: fade-by-25 2s 0.625s infinite;
          animation: fade-by-25 2s 0.625s infinite;
}
@-webkit-keyframes fade-by-25 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-25 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(26) {
  left: 85%;
  height: 67vh;
  width: 1em;
  -webkit-animation: fade-by-26 2s 0.65s infinite;
          animation: fade-by-26 2s 0.65s infinite;
}
@-webkit-keyframes fade-by-26 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-26 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(27) {
  left: 27%;
  height: 72vh;
  width: 1.35em;
  -webkit-animation: fade-by-27 2s 0.675s infinite;
          animation: fade-by-27 2s 0.675s infinite;
}
@-webkit-keyframes fade-by-27 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-27 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(28) {
  left: 59%;
  height: 81vh;
  width: 1.05em;
  -webkit-animation: fade-by-28 2s 0.7s infinite;
          animation: fade-by-28 2s 0.7s infinite;
}
@-webkit-keyframes fade-by-28 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-28 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(29) {
  left: 42%;
  height: 46vh;
  width: 0.95em;
  -webkit-animation: fade-by-29 2s 0.725s infinite;
          animation: fade-by-29 2s 0.725s infinite;
}
@-webkit-keyframes fade-by-29 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-29 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(30) {
  left: 21%;
  height: 42vh;
  width: 1.25em;
  -webkit-animation: fade-by-30 2s 0.75s infinite;
          animation: fade-by-30 2s 0.75s infinite;
}
@-webkit-keyframes fade-by-30 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-30 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(31) {
  left: 68%;
  height: 33vh;
  width: 0.8em;
  -webkit-animation: fade-by-31 2s 0.775s infinite;
          animation: fade-by-31 2s 0.775s infinite;
}
@-webkit-keyframes fade-by-31 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-31 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(32) {
  left: 30%;
  height: 29vh;
  width: 0.75em;
  -webkit-animation: fade-by-32 2s 0.8s infinite;
          animation: fade-by-32 2s 0.8s infinite;
}
@-webkit-keyframes fade-by-32 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-32 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(33) {
  left: 34%;
  height: 37vh;
  width: 0.85em;
  -webkit-animation: fade-by-33 2s 0.825s infinite;
          animation: fade-by-33 2s 0.825s infinite;
}
@-webkit-keyframes fade-by-33 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-33 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(34) {
  left: 60%;
  height: 73vh;
  width: 1.2em;
  -webkit-animation: fade-by-34 2s 0.85s infinite;
          animation: fade-by-34 2s 0.85s infinite;
}
@-webkit-keyframes fade-by-34 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-34 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(35) {
  left: 57%;
  height: 25vh;
  width: 0.65em;
  -webkit-animation: fade-by-35 2s 0.875s infinite;
          animation: fade-by-35 2s 0.875s infinite;
}
@-webkit-keyframes fade-by-35 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-35 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(36) {
  left: 8%;
  height: 67vh;
  width: 0.75em;
  -webkit-animation: fade-by-36 2s 0.9s infinite;
          animation: fade-by-36 2s 0.9s infinite;
}
@-webkit-keyframes fade-by-36 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-36 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(37) {
  left: 66%;
  height: 79vh;
  width: 1.4em;
  -webkit-animation: fade-by-37 2s 0.925s infinite;
          animation: fade-by-37 2s 0.925s infinite;
}
@-webkit-keyframes fade-by-37 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-37 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(38) {
  left: 61%;
  height: 28vh;
  width: 0.9em;
  -webkit-animation: fade-by-38 2s 0.95s infinite;
          animation: fade-by-38 2s 0.95s infinite;
}
@-webkit-keyframes fade-by-38 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-38 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(39) {
  left: 10%;
  height: 84vh;
  width: 0.95em;
  -webkit-animation: fade-by-39 2s 0.975s infinite;
          animation: fade-by-39 2s 0.975s infinite;
}
@-webkit-keyframes fade-by-39 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-39 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(40) {
  left: 3%;
  height: 35vh;
  width: 1.15em;
  -webkit-animation: fade-by-40 2s 1s infinite;
          animation: fade-by-40 2s 1s infinite;
}
@-webkit-keyframes fade-by-40 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-40 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(41) {
  left: 76%;
  height: 49vh;
  width: 0.9em;
  -webkit-animation: fade-by-41 2s 1.025s infinite;
          animation: fade-by-41 2s 1.025s infinite;
}
@-webkit-keyframes fade-by-41 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-41 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(42) {
  left: 93%;
  height: 48vh;
  width: 1.35em;
  -webkit-animation: fade-by-42 2s 1.05s infinite;
          animation: fade-by-42 2s 1.05s infinite;
}
@-webkit-keyframes fade-by-42 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-42 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(43) {
  left: 22%;
  height: 71vh;
  width: 1.35em;
  -webkit-animation: fade-by-43 2s 1.075s infinite;
          animation: fade-by-43 2s 1.075s infinite;
}
@-webkit-keyframes fade-by-43 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-43 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(44) {
  left: 19%;
  height: 45vh;
  width: 1em;
  -webkit-animation: fade-by-44 2s 1.1s infinite;
          animation: fade-by-44 2s 1.1s infinite;
}
@-webkit-keyframes fade-by-44 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-44 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(45) {
  left: 56%;
  height: 45vh;
  width: 1em;
  -webkit-animation: fade-by-45 2s 1.125s infinite;
          animation: fade-by-45 2s 1.125s infinite;
}
@-webkit-keyframes fade-by-45 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-45 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(46) {
  left: 58%;
  height: 76vh;
  width: 0.7em;
  -webkit-animation: fade-by-46 2s 1.15s infinite;
          animation: fade-by-46 2s 1.15s infinite;
}
@-webkit-keyframes fade-by-46 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-46 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(47) {
  left: 41%;
  height: 45vh;
  width: 0.6em;
  -webkit-animation: fade-by-47 2s 1.175s infinite;
          animation: fade-by-47 2s 1.175s infinite;
}
@-webkit-keyframes fade-by-47 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-47 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(48) {
  left: 10%;
  height: 44vh;
  width: 0.75em;
  -webkit-animation: fade-by-48 2s 1.2s infinite;
          animation: fade-by-48 2s 1.2s infinite;
}
@-webkit-keyframes fade-by-48 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-48 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(49) {
  left: 46%;
  height: 55vh;
  width: 1.15em;
  -webkit-animation: fade-by-49 2s 1.225s infinite;
          animation: fade-by-49 2s 1.225s infinite;
}
@-webkit-keyframes fade-by-49 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-49 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(50) {
  left: 31%;
  height: 26vh;
  width: 1.25em;
  -webkit-animation: fade-by-50 2s 1.25s infinite;
          animation: fade-by-50 2s 1.25s infinite;
}
@-webkit-keyframes fade-by-50 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-50 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(51) {
  left: 41%;
  height: 65vh;
  width: 0.7em;
  -webkit-animation: fade-by-51 2s 1.275s infinite;
          animation: fade-by-51 2s 1.275s infinite;
}
@-webkit-keyframes fade-by-51 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-51 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(52) {
  left: 28%;
  height: 79vh;
  width: 0.55em;
  -webkit-animation: fade-by-52 2s 1.3s infinite;
          animation: fade-by-52 2s 1.3s infinite;
}
@-webkit-keyframes fade-by-52 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-52 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(53) {
  left: 70%;
  height: 61vh;
  width: 1.1em;
  -webkit-animation: fade-by-53 2s 1.325s infinite;
          animation: fade-by-53 2s 1.325s infinite;
}
@-webkit-keyframes fade-by-53 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-53 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(54) {
  left: 28%;
  height: 69vh;
  width: 1.2em;
  -webkit-animation: fade-by-54 2s 1.35s infinite;
          animation: fade-by-54 2s 1.35s infinite;
}
@-webkit-keyframes fade-by-54 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-54 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(55) {
  left: 7%;
  height: 58vh;
  width: 0.65em;
  -webkit-animation: fade-by-55 2s 1.375s infinite;
          animation: fade-by-55 2s 1.375s infinite;
}
@-webkit-keyframes fade-by-55 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-55 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(56) {
  left: 7%;
  height: 64vh;
  width: 0.55em;
  -webkit-animation: fade-by-56 2s 1.4s infinite;
          animation: fade-by-56 2s 1.4s infinite;
}
@-webkit-keyframes fade-by-56 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-56 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(57) {
  left: 45%;
  height: 35vh;
  width: 1.05em;
  -webkit-animation: fade-by-57 2s 1.425s infinite;
          animation: fade-by-57 2s 1.425s infinite;
}
@-webkit-keyframes fade-by-57 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-57 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(58) {
  left: 10%;
  height: 33vh;
  width: 1.3em;
  -webkit-animation: fade-by-58 2s 1.45s infinite;
          animation: fade-by-58 2s 1.45s infinite;
}
@-webkit-keyframes fade-by-58 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-58 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(59) {
  left: 68%;
  height: 25vh;
  width: 1.4em;
  -webkit-animation: fade-by-59 2s 1.475s infinite;
          animation: fade-by-59 2s 1.475s infinite;
}
@-webkit-keyframes fade-by-59 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-59 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(60) {
  left: 31%;
  height: 33vh;
  width: 1.3em;
  -webkit-animation: fade-by-60 2s 1.5s infinite;
          animation: fade-by-60 2s 1.5s infinite;
}
@-webkit-keyframes fade-by-60 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-60 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(61) {
  left: 95%;
  height: 90vh;
  width: 1.25em;
  -webkit-animation: fade-by-61 2s 1.525s infinite;
          animation: fade-by-61 2s 1.525s infinite;
}
@-webkit-keyframes fade-by-61 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-61 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(62) {
  left: 24%;
  height: 32vh;
  width: 0.95em;
  -webkit-animation: fade-by-62 2s 1.55s infinite;
          animation: fade-by-62 2s 1.55s infinite;
}
@-webkit-keyframes fade-by-62 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-62 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(63) {
  left: 99%;
  height: 37vh;
  width: 1.25em;
  -webkit-animation: fade-by-63 2s 1.575s infinite;
          animation: fade-by-63 2s 1.575s infinite;
}
@-webkit-keyframes fade-by-63 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-63 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(64) {
  left: 34%;
  height: 52vh;
  width: 1.15em;
  -webkit-animation: fade-by-64 2s 1.6s infinite;
          animation: fade-by-64 2s 1.6s infinite;
}
@-webkit-keyframes fade-by-64 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-64 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(65) {
  left: 49%;
  height: 61vh;
  width: 0.75em;
  -webkit-animation: fade-by-65 2s 1.625s infinite;
          animation: fade-by-65 2s 1.625s infinite;
}
@-webkit-keyframes fade-by-65 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-65 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(66) {
  left: 60%;
  height: 37vh;
  width: 0.9em;
  -webkit-animation: fade-by-66 2s 1.65s infinite;
          animation: fade-by-66 2s 1.65s infinite;
}
@-webkit-keyframes fade-by-66 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-66 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(67) {
  left: 0;
  height: 29vh;
  width: 0.7em;
  -webkit-animation: fade-by-67 2s 1.675s infinite;
          animation: fade-by-67 2s 1.675s infinite;
}
@-webkit-keyframes fade-by-67 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-67 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(68) {
  left: 27%;
  height: 69vh;
  width: 1.4em;
  -webkit-animation: fade-by-68 2s 1.7s infinite;
          animation: fade-by-68 2s 1.7s infinite;
}
@-webkit-keyframes fade-by-68 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-68 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(69) {
  left: 82%;
  height: 40vh;
  width: 0.6em;
  -webkit-animation: fade-by-69 2s 1.725s infinite;
          animation: fade-by-69 2s 1.725s infinite;
}
@-webkit-keyframes fade-by-69 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-69 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass:nth-child(70) {
  left: 96%;
  height: 61vh;
  width: 1.45em;
  -webkit-animation: fade-by-70 2s 1.75s infinite;
          animation: fade-by-70 2s 1.75s infinite;
}
@-webkit-keyframes fade-by-70 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
@keyframes fade-by-70 {
  50% {
    -webkit-transform: rotate(3deg) rotateY(25deg);
            transform: rotate(3deg) rotateY(25deg);
  }
}
.grass-blade {
  position: absolute;
  top: 10%;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(0 100%, 0 10%, 100% 0, 0 20%, 0 30%, 100% 20%, 0 40%, 0 50%, 100% 40%, 0 60%, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 0 10%, 100% 0, 0 20%, 0 30%, 100% 20%, 0 40%, 0 50%, 100% 40%, 0 60%, 100% 100%, 0 100%);
}
.grass:nth-child(1) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3df550, #3da2f5 100%);
}
.grass:nth-child(1) .grass-blade:nth-child(1):before {
  border-bottom-color: #3df58d;
}
.grass:nth-child(1) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #4d3df5, #dff53d 100%);
}
.grass:nth-child(1) .grass-blade:nth-child(2):before {
  border-bottom-color: #f58d3d;
}
.grass:nth-child(2) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #f5683d, #3df568 100%);
}
.grass:nth-child(2) .grass-blade:nth-child(1):before {
  border-bottom-color: #3de2f5;
}
.grass:nth-child(2) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #9ff53d, #f5683d 100%);
}
.grass:nth-child(2) .grass-blade:nth-child(2):before {
  border-bottom-color: #3d77f5;
}
.grass:nth-child(3) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3d9ff5, #3df5ec 100%);
}
.grass:nth-child(3) .grass-blade:nth-child(1):before {
  border-bottom-color: #3d5cf5;
}
.grass:nth-child(3) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #f5813d, #3df5b1 100%);
}
.grass:nth-child(3) .grass-blade:nth-child(2):before {
  border-bottom-color: #5cf53d;
}
.grass:nth-child(4) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3df590, #bbf53d 100%);
}
.grass:nth-child(4) .grass-blade:nth-child(1):before {
  border-bottom-color: #3df5b5;
}
.grass:nth-child(4) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3d81f5, #3df5df 100%);
}
.grass:nth-child(4) .grass-blade:nth-child(2):before {
  border-bottom-color: #c4f53d;
}
.grass:nth-child(5) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #463df5, #f5c43d 100%);
}
.grass:nth-child(5) .grass-blade:nth-child(1):before {
  border-bottom-color: #f5dc3d;
}
.grass:nth-child(5) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #c4f53d, #f5593d 100%);
}
.grass:nth-child(5) .grass-blade:nth-child(2):before {
  border-bottom-color: #3df5b5;
}
.grass:nth-child(6) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #e6f53d, #3df5ec 100%);
}
.grass:nth-child(6) .grass-blade:nth-child(1):before {
  border-bottom-color: #3d9ff5;
}
.grass:nth-child(6) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #93f53d, #3d9cf5 100%);
}
.grass:nth-child(6) .grass-blade:nth-child(2):before {
  border-bottom-color: #43f53d;
}
.grass:nth-child(7) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3dbef5, #433df5 100%);
}
.grass:nth-child(7) .grass-blade:nth-child(1):before {
  border-bottom-color: #3df5c7;
}
.grass:nth-child(7) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #43f53d, #3dc4f5 100%);
}
.grass:nth-child(7) .grass-blade:nth-child(2):before {
  border-bottom-color: #65f53d;
}
.grass:nth-child(8) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3df59c, #f5963d 100%);
}
.grass:nth-child(8) .grass-blade:nth-child(1):before {
  border-bottom-color: #3df5f2;
}
.grass:nth-child(8) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #f5743d, #f5493d 100%);
}
.grass:nth-child(8) .grass-blade:nth-child(2):before {
  border-bottom-color: #3d8df5;
}
.grass:nth-child(9) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3df571, #f57a3d 100%);
}
.grass:nth-child(9) .grass-blade:nth-child(1):before {
  border-bottom-color: #f5c73d;
}
.grass:nth-child(9) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #abf53d, #3df5a8 100%);
}
.grass:nth-child(9) .grass-blade:nth-child(2):before {
  border-bottom-color: #f55c3d;
}
.grass:nth-child(10) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #9ff53d, #3deff5 100%);
}
.grass:nth-child(10) .grass-blade:nth-child(1):before {
  border-bottom-color: #f5813d;
}
.grass:nth-child(10) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #f5773d, #f57a3d 100%);
}
.grass:nth-child(10) .grass-blade:nth-child(2):before {
  border-bottom-color: #3df5a8;
}
.grass:nth-child(11) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3d3df5, #99f53d 100%);
}
.grass:nth-child(11) .grass-blade:nth-child(1):before {
  border-bottom-color: #43f53d;
}
.grass:nth-child(11) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #bef53d, #503df5 100%);
}
.grass:nth-child(11) .grass-blade:nth-child(2):before {
  border-bottom-color: #463df5;
}
.grass:nth-child(12) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3dbef5, #3df556 100%);
}
.grass:nth-child(12) .grass-blade:nth-child(1):before {
  border-bottom-color: #3dbbf5;
}
.grass:nth-child(12) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3df568, #3df59f 100%);
}
.grass:nth-child(12) .grass-blade:nth-child(2):before {
  border-bottom-color: #f5dc3d;
}
.grass:nth-child(13) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #bef53d, #5c3df5 100%);
}
.grass:nth-child(13) .grass-blade:nth-child(1):before {
  border-bottom-color: #3d93f5;
}
.grass:nth-child(13) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #f5ec3d, #f5b83d 100%);
}
.grass:nth-child(13) .grass-blade:nth-child(2):before {
  border-bottom-color: #3df546;
}
.grass:nth-child(14) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3df584, #3df5b5 100%);
}
.grass:nth-child(14) .grass-blade:nth-child(1):before {
  border-bottom-color: #3df546;
}
.grass:nth-child(14) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3df57d, #a8f53d 100%);
}
.grass:nth-child(14) .grass-blade:nth-child(2):before {
  border-bottom-color: #3df5ef;
}
.grass:nth-child(15) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #68f53d, #3d68f5 100%);
}
.grass:nth-child(15) .grass-blade:nth-child(1):before {
  border-bottom-color: #3d99f5;
}
.grass:nth-child(15) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #c7f53d, #f5813d 100%);
}
.grass:nth-child(15) .grass-blade:nth-child(2):before {
  border-bottom-color: #3ddff5;
}
.grass:nth-child(16) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3df5b8, #6bf53d 100%);
}
.grass:nth-child(16) .grass-blade:nth-child(1):before {
  border-bottom-color: #c7f53d;
}
.grass:nth-child(16) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3d99f5, #f55f3d 100%);
}
.grass:nth-child(16) .grass-blade:nth-child(2):before {
  border-bottom-color: #a8f53d;
}
.grass:nth-child(17) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #56f53d, #8df53d 100%);
}
.grass:nth-child(17) .grass-blade:nth-child(1):before {
  border-bottom-color: #403df5;
}
.grass:nth-child(17) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3d71f5, #84f53d 100%);
}
.grass:nth-child(17) .grass-blade:nth-child(2):before {
  border-bottom-color: #3d49f5;
}
.grass:nth-child(18) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #62f53d, #65f53d 100%);
}
.grass:nth-child(18) .grass-blade:nth-child(1):before {
  border-bottom-color: #c1f53d;
}
.grass:nth-child(18) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3df5a8, #f5d33d 100%);
}
.grass:nth-child(18) .grass-blade:nth-child(2):before {
  border-bottom-color: #f5bb3d;
}
.grass:nth-child(19) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3dbef5, #3d5ff5 100%);
}
.grass:nth-child(19) .grass-blade:nth-child(1):before {
  border-bottom-color: #563df5;
}
.grass:nth-child(19) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #a8f53d, #56f53d 100%);
}
.grass:nth-child(19) .grass-blade:nth-child(2):before {
  border-bottom-color: #3df5be;
}
.grass:nth-child(20) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3d59f5, #f5813d 100%);
}
.grass:nth-child(20) .grass-blade:nth-child(1):before {
  border-bottom-color: #3d6ef5;
}
.grass:nth-child(20) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #563df5, #f5d93d 100%);
}
.grass:nth-child(20) .grass-blade:nth-child(2):before {
  border-bottom-color: #d9f53d;
}
.grass:nth-child(21) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #a5f53d, #5ff53d 100%);
}
.grass:nth-child(21) .grass-blade:nth-child(1):before {
  border-bottom-color: #65f53d;
}
.grass:nth-child(21) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #f56e3d, #3dd9f5 100%);
}
.grass:nth-child(21) .grass-blade:nth-child(2):before {
  border-bottom-color: #3df5c7;
}
.grass:nth-child(22) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #f5ca3d, #b5f53d 100%);
}
.grass:nth-child(22) .grass-blade:nth-child(1):before {
  border-bottom-color: #3d68f5;
}
.grass:nth-child(22) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #f2f53d, #3df5bb 100%);
}
.grass:nth-child(22) .grass-blade:nth-child(2):before {
  border-bottom-color: #3d77f5;
}
.grass:nth-child(23) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #f57a3d, #f2f53d 100%);
}
.grass:nth-child(23) .grass-blade:nth-child(1):before {
  border-bottom-color: #f5d93d;
}
.grass:nth-child(23) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3d7df5, #6bf53d 100%);
}
.grass:nth-child(23) .grass-blade:nth-child(2):before {
  border-bottom-color: #f5503d;
}
.grass:nth-child(24) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #f5843d, #3dc7f5 100%);
}
.grass:nth-child(24) .grass-blade:nth-child(1):before {
  border-bottom-color: #3d90f5;
}
.grass:nth-child(24) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #f5b83d, #f5ca3d 100%);
}
.grass:nth-child(24) .grass-blade:nth-child(2):before {
  border-bottom-color: #f5e93d;
}
.grass:nth-child(25) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3d7df5, #f5a23d 100%);
}
.grass:nth-child(25) .grass-blade:nth-child(1):before {
  border-bottom-color: #3d99f5;
}
.grass:nth-child(25) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #9cf53d, #3d53f5 100%);
}
.grass:nth-child(25) .grass-blade:nth-child(2):before {
  border-bottom-color: #3d46f5;
}
.grass:nth-child(26) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3df2f5, #503df5 100%);
}
.grass:nth-child(26) .grass-blade:nth-child(1):before {
  border-bottom-color: #f5bb3d;
}
.grass:nth-child(26) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #e6f53d, #cdf53d 100%);
}
.grass:nth-child(26) .grass-blade:nth-child(2):before {
  border-bottom-color: #3df581;
}
.grass:nth-child(27) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #433df5, #3df2f5 100%);
}
.grass:nth-child(27) .grass-blade:nth-child(1):before {
  border-bottom-color: #3d71f5;
}
.grass:nth-child(27) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3df59f, #403df5 100%);
}
.grass:nth-child(27) .grass-blade:nth-child(2):before {
  border-bottom-color: #f5f23d;
}
.grass:nth-child(28) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3df55f, #3dcaf5 100%);
}
.grass:nth-child(28) .grass-blade:nth-child(1):before {
  border-bottom-color: #3df562;
}
.grass:nth-child(28) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #84f53d, #f5843d 100%);
}
.grass:nth-child(28) .grass-blade:nth-child(2):before {
  border-bottom-color: #f5cd3d;
}
.grass:nth-child(29) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #623df5, #3df550 100%);
}
.grass:nth-child(29) .grass-blade:nth-child(1):before {
  border-bottom-color: #3df5df;
}
.grass:nth-child(29) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3d3df5, #3d5cf5 100%);
}
.grass:nth-child(29) .grass-blade:nth-child(2):before {
  border-bottom-color: #f58d3d;
}
.grass:nth-child(30) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #6bf53d, #3df543 100%);
}
.grass:nth-child(30) .grass-blade:nth-child(1):before {
  border-bottom-color: #3d65f5;
}
.grass:nth-child(30) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #bef53d, #3dc4f5 100%);
}
.grass:nth-child(30) .grass-blade:nth-child(2):before {
  border-bottom-color: #f5ef3d;
}
.grass:nth-child(31) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #e9f53d, #8df53d 100%);
}
.grass:nth-child(31) .grass-blade:nth-child(1):before {
  border-bottom-color: #3df59c;
}
.grass:nth-child(31) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #d6f53d, #d9f53d 100%);
}
.grass:nth-child(31) .grass-blade:nth-child(2):before {
  border-bottom-color: #3d3df5;
}
.grass:nth-child(32) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #f5ae3d, #f5403d 100%);
}
.grass:nth-child(32) .grass-blade:nth-child(1):before {
  border-bottom-color: #3df5d9;
}
.grass:nth-child(32) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3df5df, #3dd0f5 100%);
}
.grass:nth-child(32) .grass-blade:nth-child(2):before {
  border-bottom-color: #f5be3d;
}
.grass:nth-child(33) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3df5dc, #3df5cd 100%);
}
.grass:nth-child(33) .grass-blade:nth-child(1):before {
  border-bottom-color: #5cf53d;
}
.grass:nth-child(33) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #eff53d, #b8f53d 100%);
}
.grass:nth-child(33) .grass-blade:nth-child(2):before {
  border-bottom-color: #3df5f2;
}
.grass:nth-child(34) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #b5f53d, #f5743d 100%);
}
.grass:nth-child(34) .grass-blade:nth-child(1):before {
  border-bottom-color: #3df56e;
}
.grass:nth-child(34) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #ecf53d, #3df5dc 100%);
}
.grass:nth-child(34) .grass-blade:nth-child(2):before {
  border-bottom-color: #f5653d;
}
.grass:nth-child(35) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3d65f5, #d0f53d 100%);
}
.grass:nth-child(35) .grass-blade:nth-child(1):before {
  border-bottom-color: #3df5d0;
}
.grass:nth-child(35) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #74f53d, #f5ab3d 100%);
}
.grass:nth-child(35) .grass-blade:nth-child(2):before {
  border-bottom-color: #3df593;
}
.grass:nth-child(36) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3dd3f5, #f57a3d 100%);
}
.grass:nth-child(36) .grass-blade:nth-child(1):before {
  border-bottom-color: #99f53d;
}
.grass:nth-child(36) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3d7df5, #3df5a2 100%);
}
.grass:nth-child(36) .grass-blade:nth-child(2):before {
  border-bottom-color: #84f53d;
}
.grass:nth-child(37) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3df581, #f5a23d 100%);
}
.grass:nth-child(37) .grass-blade:nth-child(1):before {
  border-bottom-color: #3d56f5;
}
.grass:nth-child(37) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #d3f53d, #3df577 100%);
}
.grass:nth-child(37) .grass-blade:nth-child(2):before {
  border-bottom-color: #bef53d;
}
.grass:nth-child(38) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #6ef53d, #3d93f5 100%);
}
.grass:nth-child(38) .grass-blade:nth-child(1):before {
  border-bottom-color: #f57a3d;
}
.grass:nth-child(38) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #f5bb3d, #f5df3d 100%);
}
.grass:nth-child(38) .grass-blade:nth-child(2):before {
  border-bottom-color: #3df581;
}
.grass:nth-child(39) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #f57a3d, #3df53d 100%);
}
.grass:nth-child(39) .grass-blade:nth-child(1):before {
  border-bottom-color: #3df5df;
}
.grass:nth-child(39) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3ddff5, #3df56b 100%);
}
.grass:nth-child(39) .grass-blade:nth-child(2):before {
  border-bottom-color: #3d7df5;
}
.grass:nth-child(40) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3d9cf5, #3d93f5 100%);
}
.grass:nth-child(40) .grass-blade:nth-child(1):before {
  border-bottom-color: #e9f53d;
}
.grass:nth-child(40) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #46f53d, #3d50f5 100%);
}
.grass:nth-child(40) .grass-blade:nth-child(2):before {
  border-bottom-color: #3df55c;
}
.grass:nth-child(41) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #623df5, #3dd6f5 100%);
}
.grass:nth-child(41) .grass-blade:nth-child(1):before {
  border-bottom-color: #c7f53d;
}
.grass:nth-child(41) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3df5a8, #3df5c7 100%);
}
.grass:nth-child(41) .grass-blade:nth-child(2):before {
  border-bottom-color: #3df5ae;
}
.grass:nth-child(42) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3df5ab, #d3f53d 100%);
}
.grass:nth-child(42) .grass-blade:nth-child(1):before {
  border-bottom-color: #56f53d;
}
.grass:nth-child(42) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3df565, #503df5 100%);
}
.grass:nth-child(42) .grass-blade:nth-child(2):before {
  border-bottom-color: #3df5e2;
}
.grass:nth-child(43) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3df5d9, #5ff53d 100%);
}
.grass:nth-child(43) .grass-blade:nth-child(1):before {
  border-bottom-color: #3d8af5;
}
.grass:nth-child(43) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3df53d, #f5743d 100%);
}
.grass:nth-child(43) .grass-blade:nth-child(2):before {
  border-bottom-color: #3dbbf5;
}
.grass:nth-child(44) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3dd3f5, #aef53d 100%);
}
.grass:nth-child(44) .grass-blade:nth-child(1):before {
  border-bottom-color: #3d8df5;
}
.grass:nth-child(44) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #683df5, #3d40f5 100%);
}
.grass:nth-child(44) .grass-blade:nth-child(2):before {
  border-bottom-color: #3d99f5;
}
.grass:nth-child(45) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3df5e9, #a8f53d 100%);
}
.grass:nth-child(45) .grass-blade:nth-child(1):before {
  border-bottom-color: #3ddff5;
}
.grass:nth-child(45) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #6b3df5, #463df5 100%);
}
.grass:nth-child(45) .grass-blade:nth-child(2):before {
  border-bottom-color: #3de9f5;
}
.grass:nth-child(46) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3df590, #3d43f5 100%);
}
.grass:nth-child(46) .grass-blade:nth-child(1):before {
  border-bottom-color: #d3f53d;
}
.grass:nth-child(46) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #f5593d, #f5d03d 100%);
}
.grass:nth-child(46) .grass-blade:nth-child(2):before {
  border-bottom-color: #3ddff5;
}
.grass:nth-child(47) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #f5563d, #3d84f5 100%);
}
.grass:nth-child(47) .grass-blade:nth-child(1):before {
  border-bottom-color: #3df5c7;
}
.grass:nth-child(47) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #f5463d, #3df5ca 100%);
}
.grass:nth-child(47) .grass-blade:nth-child(2):before {
  border-bottom-color: #3df5ca;
}
.grass:nth-child(48) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3dd0f5, #f5dc3d 100%);
}
.grass:nth-child(48) .grass-blade:nth-child(1):before {
  border-bottom-color: #3d87f5;
}
.grass:nth-child(48) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3d9ff5, #503df5 100%);
}
.grass:nth-child(48) .grass-blade:nth-child(2):before {
  border-bottom-color: #f5df3d;
}
.grass:nth-child(49) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #f5743d, #f5683d 100%);
}
.grass:nth-child(49) .grass-blade:nth-child(1):before {
  border-bottom-color: #3de9f5;
}
.grass:nth-child(49) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3df5e6, #f5c13d 100%);
}
.grass:nth-child(49) .grass-blade:nth-child(2):before {
  border-bottom-color: #93f53d;
}
.grass:nth-child(50) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3dbbf5, #3df5e9 100%);
}
.grass:nth-child(50) .grass-blade:nth-child(1):before {
  border-bottom-color: #d6f53d;
}
.grass:nth-child(50) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3ddcf5, #50f53d 100%);
}
.grass:nth-child(50) .grass-blade:nth-child(2):before {
  border-bottom-color: #3d56f5;
}
.grass:nth-child(51) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #7af53d, #59f53d 100%);
}
.grass:nth-child(51) .grass-blade:nth-child(1):before {
  border-bottom-color: #3d84f5;
}
.grass:nth-child(51) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3dc1f5, #3db8f5 100%);
}
.grass:nth-child(51) .grass-blade:nth-child(2):before {
  border-bottom-color: #3df543;
}
.grass:nth-child(52) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #f5a23d, #f59f3d 100%);
}
.grass:nth-child(52) .grass-blade:nth-child(1):before {
  border-bottom-color: #40f53d;
}
.grass:nth-child(52) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #d9f53d, #e2f53d 100%);
}
.grass:nth-child(52) .grass-blade:nth-child(2):before {
  border-bottom-color: #3da5f5;
}
.grass:nth-child(53) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #b1f53d, #493df5 100%);
}
.grass:nth-child(53) .grass-blade:nth-child(1):before {
  border-bottom-color: #3df562;
}
.grass:nth-child(53) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3df565, #f5713d 100%);
}
.grass:nth-child(53) .grass-blade:nth-child(2):before {
  border-bottom-color: #3df55c;
}
.grass:nth-child(54) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3df58d, #3df574 100%);
}
.grass:nth-child(54) .grass-blade:nth-child(1):before {
  border-bottom-color: #f5b53d;
}
.grass:nth-child(54) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #a5f53d, #dcf53d 100%);
}
.grass:nth-child(54) .grass-blade:nth-child(2):before {
  border-bottom-color: #f5843d;
}
.grass:nth-child(55) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #f5e23d, #3d3df5 100%);
}
.grass:nth-child(55) .grass-blade:nth-child(1):before {
  border-bottom-color: #f5493d;
}
.grass:nth-child(55) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3df58a, #3df596 100%);
}
.grass:nth-child(55) .grass-blade:nth-child(2):before {
  border-bottom-color: #f5743d;
}
.grass:nth-child(56) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #f5d93d, #3df5ae 100%);
}
.grass:nth-child(56) .grass-blade:nth-child(1):before {
  border-bottom-color: #3d62f5;
}
.grass:nth-child(56) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3decf5, #caf53d 100%);
}
.grass:nth-child(56) .grass-blade:nth-child(2):before {
  border-bottom-color: #f5ec3d;
}
.grass:nth-child(57) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #4df53d, #bef53d 100%);
}
.grass:nth-child(57) .grass-blade:nth-child(1):before {
  border-bottom-color: #593df5;
}
.grass:nth-child(57) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #77f53d, #d6f53d 100%);
}
.grass:nth-child(57) .grass-blade:nth-child(2):before {
  border-bottom-color: #493df5;
}
.grass:nth-child(58) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #dcf53d, #3da8f5 100%);
}
.grass:nth-child(58) .grass-blade:nth-child(1):before {
  border-bottom-color: #f5cd3d;
}
.grass:nth-child(58) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #f5403d, #3d9cf5 100%);
}
.grass:nth-child(58) .grass-blade:nth-child(2):before {
  border-bottom-color: #563df5;
}
.grass:nth-child(59) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3d87f5, #593df5 100%);
}
.grass:nth-child(59) .grass-blade:nth-child(1):before {
  border-bottom-color: #3dc1f5;
}
.grass:nth-child(59) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #cdf53d, #6b3df5 100%);
}
.grass:nth-child(59) .grass-blade:nth-child(2):before {
  border-bottom-color: #3d59f5;
}
.grass:nth-child(60) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #84f53d, #abf53d 100%);
}
.grass:nth-child(60) .grass-blade:nth-child(1):before {
  border-bottom-color: #a2f53d;
}
.grass:nth-child(60) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3ddff5, #f5ec3d 100%);
}
.grass:nth-child(60) .grass-blade:nth-child(2):before {
  border-bottom-color: #3df5f2;
}
.grass:nth-child(61) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3d56f5, #3dc1f5 100%);
}
.grass:nth-child(61) .grass-blade:nth-child(1):before {
  border-bottom-color: #f59c3d;
}
.grass:nth-child(61) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #683df5, #f5623d 100%);
}
.grass:nth-child(61) .grass-blade:nth-child(2):before {
  border-bottom-color: #3de2f5;
}
.grass:nth-child(62) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #f5d63d, #f5623d 100%);
}
.grass:nth-child(62) .grass-blade:nth-child(1):before {
  border-bottom-color: #aef53d;
}
.grass:nth-child(62) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3d50f5, #3df5df 100%);
}
.grass:nth-child(62) .grass-blade:nth-child(2):before {
  border-bottom-color: #f5ca3d;
}
.grass:nth-child(63) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #eff53d, #3df5b1 100%);
}
.grass:nth-child(63) .grass-blade:nth-child(1):before {
  border-bottom-color: #3df577;
}
.grass:nth-child(63) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3d90f5, #3d68f5 100%);
}
.grass:nth-child(63) .grass-blade:nth-child(2):before {
  border-bottom-color: #3d49f5;
}
.grass:nth-child(64) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #43f53d, #81f53d 100%);
}
.grass:nth-child(64) .grass-blade:nth-child(1):before {
  border-bottom-color: #4d3df5;
}
.grass:nth-child(64) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3df5df, #c7f53d 100%);
}
.grass:nth-child(64) .grass-blade:nth-child(2):before {
  border-bottom-color: #f5873d;
}
.grass:nth-child(65) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #84f53d, #f59f3d 100%);
}
.grass:nth-child(65) .grass-blade:nth-child(1):before {
  border-bottom-color: #caf53d;
}
.grass:nth-child(65) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #593df5, #f5b53d 100%);
}
.grass:nth-child(65) .grass-blade:nth-child(2):before {
  border-bottom-color: #c7f53d;
}
.grass:nth-child(66) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #f2f53d, #40f53d 100%);
}
.grass:nth-child(66) .grass-blade:nth-child(1):before {
  border-bottom-color: #3df5b5;
}
.grass:nth-child(66) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3df5d3, #533df5 100%);
}
.grass:nth-child(66) .grass-blade:nth-child(2):before {
  border-bottom-color: #3df58a;
}
.grass:nth-child(67) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #493df5, #3dcdf5 100%);
}
.grass:nth-child(67) .grass-blade:nth-child(1):before {
  border-bottom-color: #3df553;
}
.grass:nth-child(67) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3df574, #463df5 100%);
}
.grass:nth-child(67) .grass-blade:nth-child(2):before {
  border-bottom-color: #3df5e9;
}
.grass:nth-child(68) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3df5b8, #96f53d 100%);
}
.grass:nth-child(68) .grass-blade:nth-child(1):before {
  border-bottom-color: #3d50f5;
}
.grass:nth-child(68) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #3d6bf5, #3dabf5 100%);
}
.grass:nth-child(68) .grass-blade:nth-child(2):before {
  border-bottom-color: #3d46f5;
}
.grass:nth-child(69) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #93f53d, #3df559 100%);
}
.grass:nth-child(69) .grass-blade:nth-child(1):before {
  border-bottom-color: #f5b53d;
}
.grass:nth-child(69) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #f56e3d, #f55f3d 100%);
}
.grass:nth-child(69) .grass-blade:nth-child(2):before {
  border-bottom-color: #3de6f5;
}
.grass:nth-child(70) .grass-blade:nth-child(1) {
  background: linear-gradient(to bottom, #3d87f5, #f5b13d 100%);
}
.grass:nth-child(70) .grass-blade:nth-child(1):before {
  border-bottom-color: #f5c43d;
}
.grass:nth-child(70) .grass-blade:nth-child(2) {
  background: linear-gradient(to bottom, #f58d3d, #f5e63d 100%);
}
.grass:nth-child(70) .grass-blade:nth-child(2):before {
  border-bottom-color: #3df58d;
}
.grass-blade:first-child {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotateY(60deg);
          transform: rotateY(60deg);
}
@media screen and (max-width: 767px) {
.grasses {
display: none;
}
.grass {
display: none;
}
.grass:nth-child(1) {
display: none;
}
@-webkit-keyframes fade-by-1 {
  50% {
display: none;
  }
}
@keyframes fade-by-1 {
  50% {
display: none;
  }
}
.grass:nth-child(2) {
display: none;
}
@-webkit-keyframes fade-by-2 {
  50% {
display: none;
  }
}
@keyframes fade-by-2 {
  50% {
display: none;
  }
}
.grass:nth-child(3) {
display: none;
}
@-webkit-keyframes fade-by-3 {
  50% {
display: none;
  }
}
@keyframes fade-by-3 {
  50% {
display: none;
  }
}
.grass:nth-child(4) {
display: none;
}
@-webkit-keyframes fade-by-4 {
  50% {
  display: none;
  }
}
@keyframes fade-by-4 {
  50% {
  display: none;
  }
}
.grass:nth-child(5) {
display: none;
}
@-webkit-keyframes fade-by-5 {
  50% {
  display: none;
  }
}
@keyframes fade-by-5 {
  50% {
  display: none;
  }
}
.grass:nth-child(6) {
display: none;
}
@-webkit-keyframes fade-by-6 {
  50% {
  display: none;
  }
}
@keyframes fade-by-6 {
  50% {
  display: none;
  }
}
.grass:nth-child(7) {
display: none;
}
@-webkit-keyframes fade-by-7 {
  50% {
  display: none;
  }
}
@keyframes fade-by-7 {
  50% {
  display: none;
  }
}
.grass:nth-child(8) {
display: none;
}
@-webkit-keyframes fade-by-8 {
  50% {
  display: none;
  }
}
@keyframes fade-by-8 {
  50% {
  display: none;
  }
}
.grass:nth-child(9) {
display: none;
}
@-webkit-keyframes fade-by-9 {
  50% {
  display: none;
  }
}
@keyframes fade-by-9 {
  50% {
  display: none;
  }
}
.grass:nth-child(10) {
 display: none;
}
@-webkit-keyframes fade-by-10 {
  50% {
  display: none;
  }
}
@keyframes fade-by-10 {
  50% {
  display: none;
  }
}
.grass:nth-child(11) {
display: none;
}
@-webkit-keyframes fade-by-11 {
  50% {
    display: none;
  }
}
@keyframes fade-by-11 {
  50% {
    display: none;
  }
}
.grass:nth-child(12) {
display: none;
}
@-webkit-keyframes fade-by-12 {
  50% {
    display: none;
  }
}
@keyframes fade-by-12 {
  50% {
    display: none;
  }
}
.grass:nth-child(13) {
  display: none;
}
@-webkit-keyframes fade-by-13 {
  50% {
    display: none;
  }
}
@keyframes fade-by-13 {
  50% {
    display: none;
  }
}
.grass:nth-child(14) {
  display: none;
}
@-webkit-keyframes fade-by-14 {
  50% {
    display: none;
  }
}
@keyframes fade-by-14 {
  50% {
    display: none;
  }
}
.grass:nth-child(15) {
  display: none;
}
@-webkit-keyframes fade-by-15 {
  50% {
    display: none;
  }
}
@keyframes fade-by-15 {
  50% {
    display: none;
  }
}
.grass:nth-child(16) {
  display: none;
}
@-webkit-keyframes fade-by-16 {
  50% {
    display: none;
  }
}
@keyframes fade-by-16 {
  50% {
    display: none;
  }
}
.grass:nth-child(17) {
  display: none;
}
@-webkit-keyframes fade-by-17 {
  50% {
    -display: none;
  }
}
@keyframes fade-by-17 {
  50% {
    display: none;
  }
}
.grass:nth-child(18) {
  display: none;
}
@-webkit-keyframes fade-by-18 {
  50% {
display: none;

  }
}
@keyframes fade-by-18 {
  50% {display: none;
  }
}
.grass:nth-child(19) {
  display: none;
}
@-webkit-keyframes fade-by-19 {
  50% {display: none;
  }
}
@keyframes fade-by-19 {
  50% {display: none;
  }
}
.grass:nth-child(20) {
  display: none;
}
@-webkit-keyframes fade-by-20 {
  50% {display: none;
  }
}
@keyframes fade-by-20 {
  50% {display: none;
  }
}
.grass:nth-child(21) {
display: none;
}
@-webkit-keyframes fade-by-21 {
  50% {display: none;
  }
}
@keyframes fade-by-21 {
  50% {display: none;
  }
}
.grass:nth-child(22) {
display: none;
}
@-webkit-keyframes fade-by-22 {
  50% {display: none;
  }
}
@keyframes fade-by-22 {
  50% {display: none;
  }
}
.grass:nth-child(23) {
display: none;
}
@-webkit-keyframes fade-by-23 {
  50% {display: none;
  }
}
@keyframes fade-by-23 {
  50% {display: none;
  }
}
.grass:nth-child(24) {
display: none;
}
@-webkit-keyframes fade-by-24 {
  50% {display: none;
  }
}
@keyframes fade-by-24 {
  50% {display: none;
  }
}
.grass:nth-child(25) {
display: none;
}
@-webkit-keyframes fade-by-25 {
  50% {display: none;
  }
}
@keyframes fade-by-25 {
  50% {display: none;
  }
}
.grass:nth-child(26) {
display: none;
}
@-webkit-keyframes fade-by-26 {
  50% {display: none;
  }
}
@keyframes fade-by-26 {
  50% {display: none;
  }
}
.grass:nth-child(27) {
display: none;
}
@-webkit-keyframes fade-by-27 {
  50% {display: none;
  }
}
@keyframes fade-by-27 {
  50% {display: none;
  }
}
.grass:nth-child(28) {
display: none;
}
@-webkit-keyframes fade-by-28 {
  50% {display: none;
  }
}
@keyframes fade-by-28 {
  50% {display: none;
  }
}
.grass:nth-child(29) {
display: none;
}
@-webkit-keyframes fade-by-29 {
  50% {display: none;
  }
}
@keyframes fade-by-29 {
  50% {display: none;
  }
}
.grass:nth-child(30) {
display: none;
}
@-webkit-keyframes fade-by-30 {
  50% {display: none;
  }
}
@keyframes fade-by-30 {
  50% {display: none;
  }
}
.grass:nth-child(31) {
display: none;
}
@-webkit-keyframes fade-by-31 {
  50% {display: none;
  }
}
@keyframes fade-by-31 {
  50% {display: none;
  }
}
.grass:nth-child(32) {
display: none;
}
@-webkit-keyframes fade-by-32 {
  50% {display: none;
  }
}
@keyframes fade-by-32 {
  50% {display: none;
  }
}
.grass:nth-child(33) {
display: none;
}
@-webkit-keyframes fade-by-33 {
  50% {display: none;
  }
}
@keyframes fade-by-33 {
  50% {display: none;
  }
}
.grass:nth-child(34) {
display: none;
}
@-webkit-keyframes fade-by-34 {
  50% {display: none;
  }
}
@keyframes fade-by-34 {
  50% {display: none;
  }
}
.grass:nth-child(35) {
display: none;
}
@-webkit-keyframes fade-by-35 {
  50% {display: none;
  }
}
@keyframes fade-by-35 {
  50% {display: none;
  }
}
.grass:nth-child(36) {
display: none;
}
@-webkit-keyframes fade-by-36 {
  50% {display: none;
  }
}
@keyframes fade-by-36 {
  50% {display: none;
  }
}
.grass:nth-child(37) {
display: none;
}
@-webkit-keyframes fade-by-37 {
  50% {display: none;
  }
}
@keyframes fade-by-37 {
  50% {display: none;
  }
}
.grass:nth-child(38) {
display: none;
}
@-webkit-keyframes fade-by-38 {
  50% {display: none;
  }
}
@keyframes fade-by-38 {
  50% {display: none;
  }
}
.grass:nth-child(39) {
display: none;
}
@-webkit-keyframes fade-by-39 {
  50% {display: none;
  }
}
@keyframes fade-by-39 {
  50% {display: none;
  }
}
.grass:nth-child(40) {
display: none;
}
@-webkit-keyframes fade-by-40 {
  50% {display: none;
  }
}
@keyframes fade-by-40 {
  50% {display: none;
  }
}
.grass:nth-child(41) {
display: none;
}
@-webkit-keyframes fade-by-41 {
  50% {display: none;
  }
}
@keyframes fade-by-41 {
  50% {display: none;
  }
}
.grass:nth-child(42) {
display: none;
}
@-webkit-keyframes fade-by-42 {
  50% {display: none;
  }
}
@keyframes fade-by-42 {
  50% {display: none;
  }
}
.grass:nth-child(43) {
display: none;
}
@-webkit-keyframes fade-by-43 {
  50% {display: none;
  }
}
@keyframes fade-by-43 {
  50% {display: none;
  }
}
.grass:nth-child(44) {
 display: none;
}
@-webkit-keyframes fade-by-44 {
  50% {display: none;
  }
}
@keyframes fade-by-44 {
  50% {display: none;
  }
}
.grass:nth-child(45) {
display: none;
}
@-webkit-keyframes fade-by-45 {
  50% {display: none;
  }
}
@keyframes fade-by-45 {
  50% {display: none;
  }
}
.grass:nth-child(46) {
display: none;
}
@-webkit-keyframes fade-by-46 {
  50% {display: none;
  }
}
@keyframes fade-by-46 {
  50% {display: none;
  }
}
.grass:nth-child(47) {
display: none;
}
@-webkit-keyframes fade-by-47 {
  50% {display: none;
  }
}
@keyframes fade-by-47 {
  50% {display: none;
  }
}
.grass:nth-child(48) {
display: none;
}
@-webkit-keyframes fade-by-48 {
  50% {display: none;
  }
}
@keyframes fade-by-48 {
  50% {display: none;
  }
}
.grass:nth-child(49) {
display: none;
}
@-webkit-keyframes fade-by-49 {
  50% {display: none;
  }
}
@keyframes fade-by-49 {
  50% {display: none;
  }
}
.grass:nth-child(50) {
display: none;
}
@-webkit-keyframes fade-by-50 {
  50% {display: none;
  }
}
@keyframes fade-by-50 {
  50% {display: none;
  }
}
.grass:nth-child(51) {
display: none;
}
@-webkit-keyframes fade-by-51 {
  50% {display: none;
  }
}
@keyframes fade-by-51 {
  50% {display: none;
  }
}
.grass:nth-child(52) {
display: none;
}
@-webkit-keyframes fade-by-52 {
  50% {display: none;
  }
}
@keyframes fade-by-52 {
  50% {display: none;
  }
}
.grass:nth-child(53) {
display: none;
}
@-webkit-keyframes fade-by-53 {
  50% {display: none;
  }
}
@keyframes fade-by-53 {
  50% {display: none;
  }
}
.grass:nth-child(54) {
display: none;
}
@-webkit-keyframes fade-by-54 {
  50% {display: none;
  }
}
@keyframes fade-by-54 {
  50% {display: none;
  }
}
.grass:nth-child(55) {
display: none;
}
@-webkit-keyframes fade-by-55 {
  50% {display: none;
  }
}
@keyframes fade-by-55 {
  50% {display: none;
  }
}
.grass:nth-child(56) {
display: none;
}
@-webkit-keyframes fade-by-56 {
  50% {display: none;
  }
}
@keyframes fade-by-56 {
  50% {display: none;
  }
}
.grass:nth-child(57) {
display: none;
}
@-webkit-keyframes fade-by-57 {
  50% {display: none;
  }
}
@keyframes fade-by-57 {
  50% {display: none;
  }
}
.grass:nth-child(58) {
display: none;
}
@-webkit-keyframes fade-by-58 {
  50% {display: none;
  }
}
@keyframes fade-by-58 {
  50% {display: none;
  }
}
.grass:nth-child(59) {
display: none;
}
@-webkit-keyframes fade-by-59 {
  50% {display: none;
  }
}
@keyframes fade-by-59 {
  50% {display: none;
  }
}
.grass:nth-child(60) {
display: none;
}
@-webkit-keyframes fade-by-60 {
  50% {display: none;
  }
}
@keyframes fade-by-60 {
  50% {display: none;
  }
}
.grass:nth-child(61) {
display: none;
}
@-webkit-keyframes fade-by-61 {
  50% {display: none;
  }
}
@keyframes fade-by-61 {
  50% {display: none;
  }
}
.grass:nth-child(62) {
display: none;
}
@-webkit-keyframes fade-by-62 {
  50% {display: none;
  }
}
@keyframes fade-by-62 {
  50% {display: none;
  }
}
.grass:nth-child(63) {
display: none;
}
@-webkit-keyframes fade-by-63 {
  50% {display: none;
  }
}
@keyframes fade-by-63 {
  50% {display: none;
  }
}
.grass:nth-child(64) {
display: none;
}
@-webkit-keyframes fade-by-64 {
  50% {display: none;
  }
}
@keyframes fade-by-64 {
  50% {display: none;
  }
}
.grass:nth-child(65) {
display: none;
}
@-webkit-keyframes fade-by-65 {
  50% {display: none;
  }
}
@keyframes fade-by-65 {
  50% {display: none;
  }
}
.grass:nth-child(66) {
display: none;
}
@-webkit-keyframes fade-by-66 {
  50% {display: none;
  }
}
@keyframes fade-by-66 {
  50% {display: none;
  }
}
.grass:nth-child(67) {
display: none;
}
@-webkit-keyframes fade-by-67 {
  50% {display: none;
  }
}
@keyframes fade-by-67 {
  50% {display: none;
  }
}
.grass:nth-child(68) {
display: none;
}
@-webkit-keyframes fade-by-68 {
  50% {display: none;
  }
}
@keyframes fade-by-68 {
  50% {display: none;
  }
}
.grass:nth-child(69) {
display: none;
}
@-webkit-keyframes fade-by-69 {
  50% {display: none;
  }
}
@keyframes fade-by-69 {
  50% {display: none;
  }
}
.grass:nth-child(70) {
display: none;
}
@-webkit-keyframes fade-by-70 {
  50% {display: none;
  }
}
@keyframes fade-by-70 {
  50% {display: none;
  }
}
.grass-blade {
 display: none;
}
.grass:nth-child(1) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(1) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(1) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(1) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(2) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(2) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(2) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(2) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(3) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(3) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(3) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(3) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(4) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(4) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(4) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(4) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(5) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(5) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(5) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(5) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(6) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(6) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(6) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(6) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(7) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(7) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(7) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(7) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(8) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(8) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(8) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(8) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(9) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(9) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(9) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(9) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(10) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(10) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(10) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(10) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(11) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(11) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(11) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(11) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(12) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(12) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(12) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(12) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(13) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(13) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(13) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(13) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(14) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(14) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(14) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(14) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(15) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(15) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(15) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(15) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(16) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(16) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(16) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(16) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(17) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(17) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(17) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(17) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(18) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(18) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(18) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(18) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(19) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(19) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(19) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(19) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(20) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(20) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(20) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(20) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(21) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(21) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(21) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(21) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(22) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(22) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(22) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(22) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(23) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(23) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(23) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(23) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(24) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(24) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(24) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(24) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(25) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(25) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(25) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(25) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(26) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(26) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(26) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(26) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(27) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(27) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(27) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(27) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(28) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(28) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(28) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(28) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(29) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(29) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(29) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(29) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(30) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(30) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(30) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(30) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(31) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(31) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(31) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(31) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(32) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(32) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(32) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(32) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(33) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(33) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(33) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(33) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(34) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(34) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(34) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(34) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(35) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(35) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(35) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(35) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(36) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(36) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(36) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(36) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(37) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(37) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(37) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(37) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(38) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(38) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(38) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(38) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(39) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(39) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(39) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(39) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(40) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(40) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(40) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(40) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(41) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(41) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(41) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(41) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(42) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(42) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(42) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(42) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(43) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(43) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(43) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(43) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(44) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(44) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(44) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(44) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(45) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(45) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(45) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(45) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(46) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(46) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(46) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(46) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(47) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(47) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(47) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(47) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(48) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(48) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(48) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(48) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(49) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(49) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(49) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(49) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(50) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(50) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(50) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(50) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(51) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(51) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(51) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(51) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(52) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(52) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(52) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(52) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(53) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(53) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(53) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(53) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(54) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(54) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(54) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(54) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(55) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(55) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(55) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(55) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(56) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(56) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(56) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(56) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(57) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(57) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(57) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(57) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(58) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(58) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(58) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(58) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(59) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(59) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(59) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(59) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(60) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(60) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(60) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(60) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(61) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(61) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(61) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(61) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(62) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(62) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(62) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(62) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(63) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(63) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(63) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(63) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(64) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(64) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(64) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(64) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(65) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(65) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(65) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(65) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(66) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(66) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(66) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(66) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(67) .grass-blade:nth-child(1) {
 display: none;
	}
.grass:nth-child(67) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(67) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(67) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(68) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(68) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(68) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(68) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(69) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(69) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(69) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(69) .grass-blade:nth-child(2):before {
 display: none;
}
.grass:nth-child(70) .grass-blade:nth-child(1) {
 display: none;
}
.grass:nth-child(70) .grass-blade:nth-child(1):before {
 display: none;
}
.grass:nth-child(70) .grass-blade:nth-child(2) {
 display: none;
}
.grass:nth-child(70) .grass-blade:nth-child(2):before {
 display: none;
}
.grass-blade:first-child {
 display: none;
}
}