body {
  margin: 0;
  padding: 0;
}

.animation-hidden {
  display: none;
}

.sustainable-events-animation-general-container {
  width: 80vw;
  aspect-ratio: 1/1;
  margin: 40px auto 30px 60px;
  align-self: center;
}

@media (min-width: 768px) {
  .sustainable-events-animation-general-container {
    margin: 40px auto 30px 100px;
  }
}

@media (min-width: 920px) {
  .sustainable-events-animation-general-container {
    width: 70vw;
  }
}

@media (min-width: 1500px) {
  .sustainable-events-animation-general-container {
    width: 70vw;
    margin: 40px auto 30px 170px;
  }
}

.sustainable-events-animation-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.sustainable-events-animation-item {
  position: absolute;
  margin: auto;
}

.sustainable-events-animation-background {
  width: auto;
  height: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.sustainable-events-animation-background-nomark {
  width: auto;
  height: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.sustainable-events-animation-lens-flare {
  position: absolute;
  height: 100%;
  top: 10%;
  left: 30%;
}

.sustainable-events-animation-tree-1.animate {
  width: auto;
  height: 54%;
  top: 29%;
  left: 5%;
  z-index: 3;
  -webkit-animation: scale-in-ver-bottom 0.5s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-ver-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0.7s;
}

.sustainable-events-animation-tree-2.animate {
  width: auto;
  height: 86%;
  top: 10%;
  left: 24%;
  z-index: 4;
  -webkit-animation: scale-in-ver-bottom 0.5s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-ver-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0.5s;
}

.sustainable-events-animation-tree-3.animate {
  width: auto;
  height: 40%;
  top: 33%;
  left: 68%;
  z-index: 3;
  -webkit-animation: scale-in-ver-bottom 0.5s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-ver-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 1s;
}

.sustainable-events-animation-tree-shadow-1.animate {
  width: auto;
  height: 54%;
  top: 30%;
  left: -9%;
  z-index: 2;
  -webkit-animation: scale-in-ver-bottom 0.5s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-ver-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0.7s;
}

.sustainable-events-animation-tree-shadow-2.animate {
  width: auto;
  height: 86%;
  top: 13%;
  left: 11%;
  z-index: 2;
  -webkit-animation: scale-in-ver-bottom 0.5s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-ver-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0.5s;
}

.sustainable-events-animation-tree-shadow-3.animate {
  width: auto;
  height: 40%;
  top: 35%;
  left: 61%;
  z-index: 2;
  -webkit-animation: scale-in-ver-bottom 0.5s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-ver-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 1s;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-1-3 12:5:27
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-in-ver-bottom
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}
@keyframes scale-in-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}
