  .animar {
    animation: animar-span 1s ease-in-out forwards;
  }
  
  @keyframes animar-span {
    0% {
      transform: scale(0);
    }
    50% {
        transform: scale(50%);
    }
    100% {
        transform: scale(50%);
    }
  }
  
  #banner h1, 
  #banner p,
  #banner div 
  {
    opacity: 0;
    animation: animar-texto 1s ease-in-out forwards;
    
  }

  #banner p
  {
    animation-delay: 1.7s;
  }

  #banner div 

  {
    animation-delay: 2.1s;
  }

  
@keyframes animar-texto {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* scroll animaions */
@keyframes fadeInUp {
  from {
      transform: translateY(2vw);
      opacity: 0;
  }
  to {
      transform: translateY(0);
      opacity: var(--final-opacity, 1); /* Define opacidade final */      
  }
}

/* Elementos com data-anime */
[data-anime] {
  opacity: 0;
  transform: translateY(2vw);
  transition: 1.2s ease-in-out;
}

.anime-start [data-anime] {
  /* animation: fadeInUp 1.2s ease-in-out forwards; */
  opacity: var(--final-opacity, 1);
  transform: translateY(0);
  transform: translateX(0);
  
}

/* Elementos sem filhos com data-anime */
.anime {
  opacity: 0;
  transform: translateY(2vw);
  transition: 1.2s ease-in-out;
  
}

.anime-left {
  opacity: 0;
  transform: translateX(2vw);
  transition: 1.2s ease-in-out;
}

.anime-right {
  opacity: 0;
  transform: translateX(-2vw);
  transition: 1.2s ease-in-out;
}

.anime-start {
  /* animation: fadeInUp 1.2s ease-in-out forwards; */
  opacity: var(--final-opacity, 1);
  transform: translateY(0);
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
}



.anime-start:hover {  
  transition: transform 0.3s ease;
}








/* logo animation */
/***************************************************
 * Generated by SVG Artista on 5/5/2025, 2:59:54 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

 @-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 2237.276123046875px;
    stroke-dasharray: 2237.276123046875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2237.276123046875px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 2237.276123046875px;
    stroke-dasharray: 2237.276123046875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2237.276123046875px;
  }
}

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(65, 190, 240);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(65, 190, 240);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
                       animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
               animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 1331.000244140625px;
    stroke-dasharray: 1331.000244140625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1331.000244140625px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 1331.000244140625px;
    stroke-dasharray: 1331.000244140625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1331.000244140625px;
  }
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(150, 152, 154);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(150, 152, 154);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
                       animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
          animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
               animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 481.1099853515625px;
    stroke-dasharray: 481.1099853515625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 481.1099853515625px;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 481.1099853515625px;
    stroke-dasharray: 481.1099853515625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 481.1099853515625px;
  }
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(150, 152, 154);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(150, 152, 154);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
                       animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
               animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 4503.2646484375px;
    stroke-dasharray: 4503.2646484375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4503.2646484375px;
  }
}

@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 4503.2646484375px;
    stroke-dasharray: 4503.2646484375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4503.2646484375px;
  }
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(65, 190, 240);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(65, 190, 240);
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
                       animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
          animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
               animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 289.6042785644531px;
    stroke-dasharray: 289.6042785644531px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 289.6042785644531px;
  }
}

@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 289.6042785644531px;
    stroke-dasharray: 289.6042785644531px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 289.6042785644531px;
  }
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-5 {
  -webkit-animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
                       animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
          animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
               animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 220.01036071777344px;
    stroke-dasharray: 220.01036071777344px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 220.01036071777344px;
  }
}

@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 220.01036071777344px;
    stroke-dasharray: 220.01036071777344px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 220.01036071777344px;
  }
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-6 {
  -webkit-animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
                       animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
          animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
               animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 274.19921875px;
    stroke-dasharray: 274.19921875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 274.19921875px;
  }
}

@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 274.19921875px;
    stroke-dasharray: 274.19921875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 274.19921875px;
  }
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-7 {
  -webkit-animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
                       animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
          animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
               animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 221.53208923339844px;
    stroke-dasharray: 221.53208923339844px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 221.53208923339844px;
  }
}

@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 221.53208923339844px;
    stroke-dasharray: 221.53208923339844px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 221.53208923339844px;
  }
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-8 {
  -webkit-animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both,
                       animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
          animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both,
               animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 169.6736297607422px;
    stroke-dasharray: 169.6736297607422px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 169.6736297607422px;
  }
}

@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 169.6736297607422px;
    stroke-dasharray: 169.6736297607422px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 169.6736297607422px;
  }
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-9 {
  -webkit-animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both,
                       animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
          animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both,
               animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

@-webkit-keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 250.0530242919922px;
    stroke-dasharray: 250.0530242919922px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 250.0530242919922px;
  }
}

@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 250.0530242919922px;
    stroke-dasharray: 250.0530242919922px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 250.0530242919922px;
  }
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-10 {
  -webkit-animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both,
                       animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
          animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both,
               animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
}

@-webkit-keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 202.43386840820312px;
    stroke-dasharray: 202.43386840820312px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 202.43386840820312px;
  }
}

@keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 202.43386840820312px;
    stroke-dasharray: 202.43386840820312px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 202.43386840820312px;
  }
}

@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-11 {
  -webkit-animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both,
                       animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
          animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both,
               animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}

@-webkit-keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 221.5321502685547px;
    stroke-dasharray: 221.5321502685547px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 221.5321502685547px;
  }
}

@keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 221.5321502685547px;
    stroke-dasharray: 221.5321502685547px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 221.5321502685547px;
  }
}

@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-12 {
  -webkit-animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s both,
                       animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s both;
          animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s both,
               animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s both;
}

@-webkit-keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 177.9639129638672px;
    stroke-dasharray: 177.9639129638672px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 177.9639129638672px;
  }
}

@keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 177.9639129638672px;
    stroke-dasharray: 177.9639129638672px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 177.9639129638672px;
  }
}

@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-13 {
  -webkit-animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both,
                       animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
          animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both,
               animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}

@-webkit-keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 131.1597137451172px;
    stroke-dasharray: 131.1597137451172px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 131.1597137451172px;
  }
}

@keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 131.1597137451172px;
    stroke-dasharray: 131.1597137451172px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 131.1597137451172px;
  }
}

@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-14 {
  -webkit-animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both,
                       animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
          animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both,
               animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
}

@-webkit-keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 217.50634765625px;
    stroke-dasharray: 217.50634765625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 217.50634765625px;
  }
}

@keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 217.50634765625px;
    stroke-dasharray: 217.50634765625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 217.50634765625px;
  }
}

@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-15 {
  -webkit-animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both,
                       animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
          animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both,
               animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}

@-webkit-keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 202.78099060058594px;
    stroke-dasharray: 202.78099060058594px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 202.78099060058594px;
  }
}

@keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 202.78099060058594px;
    stroke-dasharray: 202.78099060058594px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 202.78099060058594px;
  }
}

@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-16 {
  -webkit-animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s both,
                       animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
          animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s both,
               animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
}

@-webkit-keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 169.67393493652344px;
    stroke-dasharray: 169.67393493652344px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 169.67393493652344px;
  }
}

@keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 169.67393493652344px;
    stroke-dasharray: 169.67393493652344px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 169.67393493652344px;
  }
}

@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-17 {
  -webkit-animation: animate-svg-stroke-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both,
                       animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s both;
          animation: animate-svg-stroke-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both,
               animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s both;
}

@-webkit-keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 170.10006713867188px;
    stroke-dasharray: 170.10006713867188px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 170.10006713867188px;
  }
}

@keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 170.10006713867188px;
    stroke-dasharray: 170.10006713867188px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 170.10006713867188px;
  }
}

@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-18 {
  -webkit-animation: animate-svg-stroke-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s both,
                       animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
          animation: animate-svg-stroke-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s both,
               animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
}

@-webkit-keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 191.88922119140625px;
    stroke-dasharray: 191.88922119140625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 191.88922119140625px;
  }
}

@keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 191.88922119140625px;
    stroke-dasharray: 191.88922119140625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 191.88922119140625px;
  }
}

@-webkit-keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-19 {
  -webkit-animation: animate-svg-stroke-19 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s both,
                       animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
          animation: animate-svg-stroke-19 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s both,
               animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
}

@-webkit-keyframes animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 131.15972900390625px;
    stroke-dasharray: 131.15972900390625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 131.15972900390625px;
  }
}

@keyframes animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 131.15972900390625px;
    stroke-dasharray: 131.15972900390625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 131.15972900390625px;
  }
}

@-webkit-keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-20 {
  -webkit-animation: animate-svg-stroke-20 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s both,
                       animate-svg-fill-20 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
          animation: animate-svg-stroke-20 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s both,
               animate-svg-fill-20 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
}

@-webkit-keyframes animate-svg-stroke-21 {
  0% {
    stroke-dashoffset: 310.1654052734375px;
    stroke-dasharray: 310.1654052734375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 310.1654052734375px;
  }
}

@keyframes animate-svg-stroke-21 {
  0% {
    stroke-dashoffset: 310.1654052734375px;
    stroke-dasharray: 310.1654052734375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 310.1654052734375px;
  }
}

@-webkit-keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-21 {
  -webkit-animation: animate-svg-stroke-21 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both,
                       animate-svg-fill-21 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
          animation: animate-svg-stroke-21 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both,
               animate-svg-fill-21 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
}

@-webkit-keyframes animate-svg-stroke-22 {
  0% {
    stroke-dashoffset: 217.5065155029297px;
    stroke-dasharray: 217.5065155029297px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 217.5065155029297px;
  }
}

@keyframes animate-svg-stroke-22 {
  0% {
    stroke-dashoffset: 217.5065155029297px;
    stroke-dasharray: 217.5065155029297px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 217.5065155029297px;
  }
}

@-webkit-keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-22 {
  -webkit-animation: animate-svg-stroke-22 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s both,
                       animate-svg-fill-22 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9000000000000004s both;
          animation: animate-svg-stroke-22 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s both,
               animate-svg-fill-22 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9000000000000004s both;
}

@-webkit-keyframes animate-svg-stroke-23 {
  0% {
    stroke-dashoffset: 310.1654357910156px;
    stroke-dasharray: 310.1654357910156px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 310.1654357910156px;
  }
}

@keyframes animate-svg-stroke-23 {
  0% {
    stroke-dashoffset: 310.1654357910156px;
    stroke-dasharray: 310.1654357910156px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 310.1654357910156px;
  }
}

@-webkit-keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-23 {
  -webkit-animation: animate-svg-stroke-23 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6399999999999997s both,
                       animate-svg-fill-23 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
          animation: animate-svg-stroke-23 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6399999999999997s both,
               animate-svg-fill-23 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
}
