Cómo Poner Animación del Cursor en Blogger este 2023

Bienvenidos a una nueva entrada en tu Blog de SEOBlogAriel.Online en donde quiero enseñarte como agregar una animación a tu cursor usando Blogger. Quédate, porque aquí te desvelo como ponerlo para tu blog sin complicaciones.

{getToc} $title={Tabla de Contenido}

añadir efectos al cursor en blogger


Agregar Animación al cursor en el Blog

Para darle una animación al cursor dentro de nuestro blog en Blogger vamos a necesitar poner la hoja de estilo y los JavaScript:

  • Ingresando a nuestro Blogger
  • Clic en Tema
  • Personalizar, clic en editar HTML
  • Luego agregar nuestros CSS3 y código JavaScript.

Colocar la Hoja de Estilo

Copiamos el siguiente link que apunta nuestra hoja de estilo entre el tag <head> </head>


<link href='https://dl.dropboxusercontent.com/s/2an5wqflhbqbapa/examples.min.css' rel='stylesheet'/>

Códigos JavaScript

Copia el JavaScript al final del cuerpo de la página, antes del tag </body>


<script>
    cursorTrail({
       // Settings ....
        pattern: 'goldSparkles',
        animationType: 'flash'
    });
</script>

<script src='https://dl.dropboxusercontent.com//s/m31p27m3wwckler/cursor-trail.min.js'/>
  <script src='https://dl.dropboxusercontent.com/s/bamy3egrvmnbwyv/examples.min.js'/>

Función DIV

El Div llamara la funciones JavaScript que da animación al cursor dentro del blog, este puede ser pegado al final del tag </body> del HTML del Blogger.

También, puede ser colocado al final de la entrada que solo deseemos que aparezca con animación en el blog. Por lo tanto, copiamos el DIV al final de la entrada de nuestro Blog.


<div class="jso-cursor-trail-wrapper" style="position: fixed; left: 0px; top: 0px; width: 100vw; height: 100vh; overflow: hidden; pointer-events: none; z-index: 9999;"><div class="jso-cursor-trail-shape" style="position: absolute; left: 1361px; top: 113px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#e6cb05" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 336 336">
              <path fill="#ffcf5f" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f8ffc4" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ffed8a" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#e6d65e" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ffed8a" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#e6cb05" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ffed8a" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 336 336">
              <path fill="#ffcf5f" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#ffe940" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#e3d881" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 336 336">
              <path fill="#ffcf5f" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 641px; top: 471px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f8ffc4" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 649px; top: 470px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ffed8a" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 646px; top: 478px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#e6cb05" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 633px; top: 494px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#e3d881" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 603px; top: 512px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#ffe940" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 442px; top: 550px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#e6cb05" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 468px; top: 534px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 535px; top: 489px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#e6cb05" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 661px; top: 414px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 1000px; top: 203px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 1461px; top: 7px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f8ffc4" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#ffe92f" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 618px; top: 66px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f6ff83" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 635px; top: 67px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#ffe92f" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 697px; top: 86px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#efd300" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 721px; top: 139px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#e8d852" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 675px; top: 251px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#ffe92f" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 433px; top: 452px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#efd300" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 351px; top: 590px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 360px; top: 620px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#efd300" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 356px; top: 638px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ffe77d" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 384px; top: 634px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 554px; top: 575px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#efd300" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 611px; top: 541px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#f3e375" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 638px; top: 491px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 336 336">
              <path fill="#ffd052" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 336 336">
              <path fill="#ffd052" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 336 336">
              <path fill="#ffd052" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ffe77d" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#e8d852" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#ffe92f" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#f3e375" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ffe77d" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#ffe92f" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 658px; top: 73px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ffed8a" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 767px; top: 73px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 780px; top: 74px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#ffe940" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 771px; top: 76px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#e6cb05" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 744px; top: 74px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f8ffc4" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 731px; top: 73px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f8ffc4" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 664px; top: 68px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ffed8a" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 625px; top: 65px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f8ffc4" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 607px; top: 66px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#e6d65e" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 591px; top: 69px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#e6cb05" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 586px; top: 78px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#e6d65e" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 612px; top: 106px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 336 336">
              <path fill="#ffcf5f" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 655px; top: 127px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#e6d65e" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 812px; top: 162px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 336 336">
              <path fill="#ffcf5f" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 984px; top: 189px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 336 336">
              <path fill="#ffcf5f" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 1156px; top: 224px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ffed8a" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 1251px; top: 258px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f8ffc4" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 1317px; top: 269px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#e6cb05" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 1385px; top: 267px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#e6d65e" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 1486px; top: 268px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 1622px; top: 322px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f8ffc4" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 1641px; top: 378px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#e6cb05" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 1562px; top: 407px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 336 336">
              <path fill="#ffcf5f" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 637px; top: 75px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ffed8a" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 648px; top: 73px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#e3d881" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#ffe92f" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f6ff83" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 336 336">
              <path fill="#ffd052" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ffe77d" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#ffe92f" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 382px; top: 327px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ffe77d" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 366px; top: 331px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#ffe92f" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 349px; top: 337px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 330px; top: 348px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#efd300" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 320px; top: 354px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#f3e375" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 273px; top: 373px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 120px; top: 426px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#efd300" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 101px; top: 442px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#e8d852" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 100px; top: 448px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 96px; top: 462px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 88px; top: 467px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#efd300" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 70px; top: 479px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <polygon fill="#bbad6d" points="168 252 49.2 286.8 84 168 49.2 49.2 168 84 286.8 49.2 252 168 286.8 286.8" transform="rotate(45 168 168)"></polygon>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 83px; top: 459px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#e8d852" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 169px; top: 395px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <polygon fill="#bbad6d" points="168 252 49.2 286.8 84 168 49.2 49.2 168 84 286.8 49.2 252 168 286.8 286.8" transform="rotate(45 168 168)"></polygon>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 271px; top: 335px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#f3e375" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 470px; top: 243px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#ffe92f" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 599px; top: 121px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#f3e375" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ffe77d" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f6ff83" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#0b74e5" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#9b03ec"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#ECF87F" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 268 268">
              <path fill="#fcfc7e" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#00d6e7" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#0cbaa6" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 268 268">
              <path fill="#fcfc7e" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#0b74e5" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#00d6e7" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 239 240">
              <path fill="#4481ef" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 239 240">
              <path fill="#4481ef" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <polygon fill="#44fde1" points="168 252 49.2 286.8 84 168 49.2 49.2 168 84 286.8 49.2 252 168 286.8 286.8" transform="rotate(45 168 168)"></polygon>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ff0000" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 239 240">
              <path fill="#4481ef" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ff0000" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#0b74e5" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <polygon fill="#44fde1" points="168 252 49.2 286.8 84 168 49.2 49.2 168 84 286.8 49.2 252 168 286.8 286.8" transform="rotate(45 168 168)"></polygon>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#ECF87F" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 268 268">
              <path fill="#fcfc7e" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ff0000" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#ECF87F" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#0b74e5" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 239 240">
              <path fill="#4481ef" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#0b74e5" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#0cbaa6" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 239 240">
              <path fill="#0f10ba" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#004bcb" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <polygon fill="#99fcff" points="168 252 49.2 286.8 84 168 49.2 49.2 168 84 286.8 49.2 252 168 286.8 286.8" transform="rotate(45 168 168)"></polygon>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#5fd0ff" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#00daee" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#0077b6" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 268 268">
              <path fill="#fdea79" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#5fd0ff" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#61e4ef"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#5fd0ff" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#00daee" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <polygon fill="#99fcff" points="168 252 49.2 286.8 84 168 49.2 49.2 168 84 286.8 49.2 252 168 286.8 286.8" transform="rotate(45 168 168)"></polygon>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#61e4ef"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#004bcb" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <polygon fill="#99fcff" points="168 252 49.2 286.8 84 168 49.2 49.2 168 84 286.8 49.2 252 168 286.8 286.8" transform="rotate(45 168 168)"></polygon>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#00daee" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#61e4ef"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#009ba7" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#00daee" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 336 336">
              <path fill="#fdea79" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#004bcb" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#5fd0ff" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#004bcb" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#61e4ef"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 268 268">
              <path fill="#fdea79" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
         <svg xmlns="http://www.w3.org/2000/svg" width="20" height="19.469026548672566" viewBox="0 0 113 110"><defs><filter id="a" width="133%" height="128.3%" x="-16.5%" y="-18.9%" filterUnits="objectBoundingBox"><feGaussianBlur in="SourceGraphic" stdDeviation="6"></feGaussianBlur></filter></defs><path fill="#72c9e0" fill-rule="evenodd" filter="url(#a)" d="M56.5 82.25L28.58 96.928l5.332-31.089-22.587-22.017 31.215-4.536L56.5 11l13.96 28.286 31.215 4.536-22.587 22.017 5.332 31.089z"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 201 201"><polygon points="100.5 107.8 29.8 171.2 93.2 100.5 29.8 29.8 100.5 93.2 171.2 29.8 107.8 100.5 171.2 171.2" transform="rotate(45 100.505 100.505)" fill="#cbcbcb"></polygon></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="14.175824175824175" viewBox="0 0 91 86"><polygon points="45.5 71.3 17.6 85.9 22.9 54.8 0.3 32.8 31.5 28.3 45.5 0 59.5 28.3 90.7 32.8 68.1 54.8 73.4 85.9" fill="#00eaff"></polygon></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
         <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 120 120"><defs><filter id="a" width="255.6%" height="255.6%" x="-77.8%" y="-77.8%" filterUnits="objectBoundingBox"><feGaussianBlur in="SourceGraphic" stdDeviation="14"></feGaussianBlur></filter></defs><circle cx="60" cy="60" r="27" fill="#cfecf6" filter="url(#a)"></circle></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
         <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 211 211"><defs><filter id="a" width="121.2%" height="121.2%" x="-10.6%" y="-10.6%" filterUnits="objectBoundingBox"><feGaussianBlur in="SourceGraphic" stdDeviation="5"></feGaussianBlur></filter></defs><path fill="#c4c4c4" filter="url(#a)" transform="rotate(45 105.505 105.505)" d="M105.505 112.771l-70.711 63.444 63.445-70.71-63.445-70.711 70.711 63.445 70.71-63.445-63.444 70.711 63.444 70.71z"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 1544px; top: 591px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 201 201"><polygon points="100.5 107.8 29.8 171.2 93.2 100.5 29.8 29.8 100.5 93.2 171.2 29.8 107.8 100.5 171.2 171.2" transform="rotate(45 100.505 100.505)" fill="#8d8d8d"></polygon></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
         <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 120 120"><defs><filter id="a" width="255.6%" height="255.6%" x="-77.8%" y="-77.8%" filterUnits="objectBoundingBox"><feGaussianBlur in="SourceGraphic" stdDeviation="14"></feGaussianBlur></filter></defs><circle cx="60" cy="60" r="27" fill="#7bbfd4" filter="url(#a)"></circle></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 201 201"><polygon points="100.5 107.8 29.8 171.2 93.2 100.5 29.8 29.8 100.5 93.2 171.2 29.8 107.8 100.5 171.2 171.2" transform="rotate(45 100.505 100.505)" fill="#cbcbcb"></polygon></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
         <svg xmlns="http://www.w3.org/2000/svg" width="25" height="31.645569620253166" viewBox="0 0 158 200"><g fill="#3163a0"><path d="M81.414 5.788a87.588 87.588 0 0113.97-4.074c-35.942 21.191-52.388 65.835-36.94 106.08 15.45 40.246 57.544 62.418 98.432 54.117a87.569 87.569 0 01-13.106 6.32c-44.857 17.219-95.18-5.186-112.4-50.044-17.218-44.857 5.187-95.18 50.044-112.4z"></path><path d="M106.45 61.888c-4.714-4.714-11.476-7.381-20.285-8 8.81-.62 15.57-3.286 20.285-8 4.714-4.714 7.38-11.476 8-20.285.619 8.81 3.286 15.57 8 20.285 4.714 4.714 11.475 7.38 20.284 8-8.809.619-15.57 3.286-20.284 8-4.714 4.714-7.381 11.475-8 20.284-.62-8.809-3.286-15.57-8-20.284zM125.914 118.352c-3.536-3.535-8.607-5.535-15.214-6 6.607-.464 11.678-2.464 15.214-6 3.535-3.535 5.535-8.606 6-15.213.464 6.607 2.464 11.678 6 15.213 3.535 3.536 8.606 5.536 15.213 6-6.607.465-11.678 2.465-15.213 6-3.536 3.536-5.536 8.607-6 15.214-.465-6.607-2.465-11.678-6-15.214zM86.914 105.352c-3.536-3.535-8.607-5.535-15.214-6 6.607-.464 11.678-2.464 15.214-6 3.535-3.535 5.535-8.606 6-15.213.464 6.607 2.464 11.678 6 15.213 3.535 3.536 8.606 5.536 15.213 6-6.607.465-11.678 2.465-15.213 6-3.536 3.536-5.536 8.607-6 15.214-.465-6.607-2.465-11.678-6-15.214z"></path></g></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
         <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 120 120"><defs><filter id="a" width="255.6%" height="255.6%" x="-77.8%" y="-77.8%" filterUnits="objectBoundingBox"><feGaussianBlur in="SourceGraphic" stdDeviation="14"></feGaussianBlur></filter></defs><circle cx="60" cy="60" r="27" fill="#cfecf6" filter="url(#a)"></circle></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
         <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 120 120"><defs><filter id="a" width="255.6%" height="255.6%" x="-77.8%" y="-77.8%" filterUnits="objectBoundingBox"><feGaussianBlur in="SourceGraphic" stdDeviation="14"></feGaussianBlur></filter></defs><circle cx="60" cy="60" r="27" fill="#7bbfd4" filter="url(#a)"></circle></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
         <svg xmlns="http://www.w3.org/2000/svg" width="25" height="31.645569620253166" viewBox="0 0 158 200"><g fill="#3163a0"><path d="M81.414 5.788a87.588 87.588 0 0113.97-4.074c-35.942 21.191-52.388 65.835-36.94 106.08 15.45 40.246 57.544 62.418 98.432 54.117a87.569 87.569 0 01-13.106 6.32c-44.857 17.219-95.18-5.186-112.4-50.044-17.218-44.857 5.187-95.18 50.044-112.4z"></path><path d="M106.45 61.888c-4.714-4.714-11.476-7.381-20.285-8 8.81-.62 15.57-3.286 20.285-8 4.714-4.714 7.38-11.476 8-20.285.619 8.81 3.286 15.57 8 20.285 4.714 4.714 11.475 7.38 20.284 8-8.809.619-15.57 3.286-20.284 8-4.714 4.714-7.381 11.475-8 20.284-.62-8.809-3.286-15.57-8-20.284zM125.914 118.352c-3.536-3.535-8.607-5.535-15.214-6 6.607-.464 11.678-2.464 15.214-6 3.535-3.535 5.535-8.606 6-15.213.464 6.607 2.464 11.678 6 15.213 3.535 3.536 8.606 5.536 15.213 6-6.607.465-11.678 2.465-15.213 6-3.536 3.536-5.536 8.607-6 15.214-.465-6.607-2.465-11.678-6-15.214zM86.914 105.352c-3.536-3.535-8.607-5.535-15.214-6 6.607-.464 11.678-2.464 15.214-6 3.535-3.535 5.535-8.606 6-15.213.464 6.607 2.464 11.678 6 15.213 3.535 3.536 8.606 5.536 15.213 6-6.607.465-11.678 2.465-15.213 6-3.536 3.536-5.536 8.607-6 15.214-.465-6.607-2.465-11.678-6-15.214z"></path></g></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#0077b6" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
         <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 120 120"><defs><filter id="a" width="255.6%" height="255.6%" x="-77.8%" y="-77.8%" filterUnits="objectBoundingBox"><feGaussianBlur in="SourceGraphic" stdDeviation="14"></feGaussianBlur></filter></defs><circle cx="60" cy="60" r="27" fill="#cfecf6" filter="url(#a)"></circle></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#0077b6" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
         <svg xmlns="http://www.w3.org/2000/svg" width="20" height="19.469026548672566" viewBox="0 0 113 110"><defs><filter id="a" width="133%" height="128.3%" x="-16.5%" y="-18.9%" filterUnits="objectBoundingBox"><feGaussianBlur in="SourceGraphic" stdDeviation="6"></feGaussianBlur></filter></defs><path fill="#2d50d7" fill-rule="evenodd" filter="url(#a)" d="M56.5 82.25L28.58 96.928l5.332-31.089-22.587-22.017 31.215-4.536L56.5 11l13.96 28.286 31.215 4.536-22.587 22.017 5.332 31.089z"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
         <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 211 211"><defs><filter id="a" width="121.2%" height="121.2%" x="-10.6%" y="-10.6%" filterUnits="objectBoundingBox"><feGaussianBlur in="SourceGraphic" stdDeviation="5"></feGaussianBlur></filter></defs><path fill="#c4c4c4" filter="url(#a)" transform="rotate(45 105.505 105.505)" d="M105.505 112.771l-70.711 63.444 63.445-70.71-63.445-70.711 70.711 63.445 70.71-63.445-63.444 70.711 63.444 70.71z"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
         <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 211 211"><defs><filter id="a" width="121.2%" height="121.2%" x="-10.6%" y="-10.6%" filterUnits="objectBoundingBox"><feGaussianBlur in="SourceGraphic" stdDeviation="5"></feGaussianBlur></filter></defs><path fill="#c4c4c4" filter="url(#a)" transform="rotate(45 105.505 105.505)" d="M105.505 112.771l-70.711 63.444 63.445-70.71-63.445-70.711 70.711 63.445 70.71-63.445-63.444 70.711 63.444 70.71z"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
         <svg xmlns="http://www.w3.org/2000/svg" width="20" height="19.469026548672566" viewBox="0 0 113 110"><defs><filter id="a" width="133%" height="128.3%" x="-16.5%" y="-18.9%" filterUnits="objectBoundingBox"><feGaussianBlur in="SourceGraphic" stdDeviation="6"></feGaussianBlur></filter></defs><path fill="#2d50d7" fill-rule="evenodd" filter="url(#a)" d="M56.5 82.25L28.58 96.928l5.332-31.089-22.587-22.017 31.215-4.536L56.5 11l13.96 28.286 31.215 4.536-22.587 22.017 5.332 31.089z"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 201 201"><path d="M100.5 0.5L105.4 90.1 127.6 72.4 109.2 95.6 200.5 100.5 110 105.4 127.6 127.6 105.4 110 100.5 200.5 95.6 109.2 72.4 127.6 90.1 105.4 0.5 100.5 90.8 95.6 72.4 72.4 95.6 90.8 100.5 0.5Z" fill="#808080"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
         <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 211 211"><defs><filter id="a" width="121.2%" height="121.2%" x="-10.6%" y="-10.6%" filterUnits="objectBoundingBox"><feGaussianBlur in="SourceGraphic" stdDeviation="5"></feGaussianBlur></filter></defs><path fill="#c4c4c4" filter="url(#a)" transform="rotate(45 105.505 105.505)" d="M105.505 112.771l-70.711 63.444 63.445-70.71-63.445-70.711 70.711 63.445 70.71-63.445-63.444 70.711 63.444 70.71z"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
         <svg xmlns="http://www.w3.org/2000/svg" width="25" height="31.645569620253166" viewBox="0 0 158 200"><g fill="#3163a0"><path d="M81.414 5.788a87.588 87.588 0 0113.97-4.074c-35.942 21.191-52.388 65.835-36.94 106.08 15.45 40.246 57.544 62.418 98.432 54.117a87.569 87.569 0 01-13.106 6.32c-44.857 17.219-95.18-5.186-112.4-50.044-17.218-44.857 5.187-95.18 50.044-112.4z"></path><path d="M106.45 61.888c-4.714-4.714-11.476-7.381-20.285-8 8.81-.62 15.57-3.286 20.285-8 4.714-4.714 7.38-11.476 8-20.285.619 8.81 3.286 15.57 8 20.285 4.714 4.714 11.475 7.38 20.284 8-8.809.619-15.57 3.286-20.284 8-4.714 4.714-7.381 11.475-8 20.284-.62-8.809-3.286-15.57-8-20.284zM125.914 118.352c-3.536-3.535-8.607-5.535-15.214-6 6.607-.464 11.678-2.464 15.214-6 3.535-3.535 5.535-8.606 6-15.213.464 6.607 2.464 11.678 6 15.213 3.535 3.536 8.606 5.536 15.213 6-6.607.465-11.678 2.465-15.213 6-3.536 3.536-5.536 8.607-6 15.214-.465-6.607-2.465-11.678-6-15.214zM86.914 105.352c-3.536-3.535-8.607-5.535-15.214-6 6.607-.464 11.678-2.464 15.214-6 3.535-3.535 5.535-8.606 6-15.213.464 6.607 2.464 11.678 6 15.213 3.535 3.536 8.606 5.536 15.213 6-6.607.465-11.678 2.465-15.213 6-3.536 3.536-5.536 8.607-6 15.214-.465-6.607-2.465-11.678-6-15.214z"></path></g></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
         <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 211 211"><defs><filter id="a" width="121.2%" height="121.2%" x="-10.6%" y="-10.6%" filterUnits="objectBoundingBox"><feGaussianBlur in="SourceGraphic" stdDeviation="5"></feGaussianBlur></filter></defs><path fill="#c4c4c4" filter="url(#a)" transform="rotate(45 105.505 105.505)" d="M105.505 112.771l-70.711 63.444 63.445-70.71-63.445-70.711 70.711 63.445 70.71-63.445-63.444 70.711 63.444 70.71z"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 201 201"><path d="M100.5 0.5L105.4 90.1 127.6 72.4 109.2 95.6 200.5 100.5 110 105.4 127.6 127.6 105.4 110 100.5 200.5 95.6 109.2 72.4 127.6 90.1 105.4 0.5 100.5 90.8 95.6 72.4 72.4 95.6 90.8 100.5 0.5Z" fill="#808080"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
         <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 120 120"><defs><filter id="a" width="255.6%" height="255.6%" x="-77.8%" y="-77.8%" filterUnits="objectBoundingBox"><feGaussianBlur in="SourceGraphic" stdDeviation="14"></feGaussianBlur></filter></defs><circle cx="60" cy="60" r="27" fill="#cfecf6" filter="url(#a)"></circle></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#004bcb" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#0077b6" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 268 268">
              <path fill="#fdea79" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 336 336">
              <path fill="#fdea79" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#61e4ef"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 239 240">
              <path fill="#0f10ba" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 336 336">
              <path fill="#fdea79" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <polygon fill="#99fcff" points="168 252 49.2 286.8 84 168 49.2 49.2 168 84 286.8 49.2 252 168 286.8 286.8" transform="rotate(45 168 168)"></polygon>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#61e4ef"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#00daee" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 268 268">
              <path fill="#fdea79" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#5fd0ff" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#61e4ef"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#61e4ef"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#004bcb" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#61e4ef"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#009ba7" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#00daee" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 268 268">
              <path fill="#fdea79" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#009ba7" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 268 268">
              <path fill="#fdea79" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#004bcb" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#009ba7" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#61e4ef"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#004bcb" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#f3e375" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <polygon fill="#bbad6d" points="168 252 49.2 286.8 84 168 49.2 49.2 168 84 286.8 49.2 252 168 286.8 286.8" transform="rotate(45 168 168)"></polygon>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#efd300" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#ffe92f" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ffe77d" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#e8d852" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#ffe92f" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <polygon fill="#bbad6d" points="168 252 49.2 286.8 84 168 49.2 49.2 168 84 286.8 49.2 252 168 286.8 286.8" transform="rotate(45 168 168)"></polygon>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f6ff83" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <polygon fill="#bbad6d" points="168 252 49.2 286.8 84 168 49.2 49.2 168 84 286.8 49.2 252 168 286.8 286.8" transform="rotate(45 168 168)"></polygon>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#ffe92f" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#efd300" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#e8d852" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f6ff83" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#ffe92f" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <polygon fill="#bbad6d" points="168 252 49.2 286.8 84 168 49.2 49.2 168 84 286.8 49.2 252 168 286.8 286.8" transform="rotate(45 168 168)"></polygon>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f6ff83" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#e8d852" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <polygon fill="#bbad6d" points="168 252 49.2 286.8 84 168 49.2 49.2 168 84 286.8 49.2 252 168 286.8 286.8" transform="rotate(45 168 168)"></polygon>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <polygon fill="#bbad6d" points="168 252 49.2 286.8 84 168 49.2 49.2 168 84 286.8 49.2 252 168 286.8 286.8" transform="rotate(45 168 168)"></polygon>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#0cbaa6" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#ECF87F" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 239 240">
              <path fill="#4481ef" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#9b03ec"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#ECF87F" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 268 268">
              <path fill="#fcfc7e" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <polygon fill="#44fde1" points="168 252 49.2 286.8 84 168 49.2 49.2 168 84 286.8 49.2 252 168 286.8 286.8" transform="rotate(45 168 168)"></polygon>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#0b74e5" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#9b03ec"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 268 268">
              <path fill="#fcfc7e" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#00d6e7" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 268 268">
              <path fill="#fcfc7e" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 268 268">
              <path fill="#fcfc7e" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#0cbaa6" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 268 268">
              <path fill="#fcfc7e" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <polygon fill="#44fde1" points="168 252 49.2 286.8 84 168 49.2 49.2 168 84 286.8 49.2 252 168 286.8 286.8" transform="rotate(45 168 168)"></polygon>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#00d6e7" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 268 268">
              <path fill="#fcfc7e" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#00d6e7" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <polygon fill="#44fde1" points="168 252 49.2 286.8 84 168 49.2 49.2 168 84 286.8 49.2 252 168 286.8 286.8" transform="rotate(45 168 168)"></polygon>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <polygon fill="#44fde1" points="168 252 49.2 286.8 84 168 49.2 49.2 168 84 286.8 49.2 252 168 286.8 286.8" transform="rotate(45 168 168)"></polygon>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#9b03ec"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#9b03ec"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#0cbaa6" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#ECF87F" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#ffe92f" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f6ff83" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#e8d852" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#e8d852" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f6ff83" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#ffe92f" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f6ff83" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#ffe92f" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#f3e375" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <polygon fill="#bbad6d" points="168 252 49.2 286.8 84 168 49.2 49.2 168 84 286.8 49.2 252 168 286.8 286.8" transform="rotate(45 168 168)"></polygon>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#f3e375" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#efd300" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ffe77d" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#ffe92f" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f6ff83" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 336 336">
              <path fill="#ffd052" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#e8d852" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <polygon fill="#bbad6d" points="168 252 49.2 286.8 84 168 49.2 49.2 168 84 286.8 49.2 252 168 286.8 286.8" transform="rotate(45 168 168)"></polygon>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#e8d852" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 336 336">
              <path fill="#ffd052" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 336 336">
              <path fill="#ffd052" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="30.704225352112676" viewBox="0 0 71 109">
          <path fill="#afa056" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="38.38028169014085" viewBox="0 0 71 109">
          <path fill="#d1fd19" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="35" height="53.732394366197184" viewBox="0 0 71 109">
          <path fill="#ffc027" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="30.704225352112676" viewBox="0 0 71 109">
          <path fill="#afa056" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="30" height="46.056338028169016" viewBox="0 0 71 109">
          <path fill="#ead52a" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="35" height="53.732394366197184" viewBox="0 0 71 109">
          <path fill="#ffc027" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="38.38028169014085" viewBox="0 0 71 109">
          <path fill="#d1fd19" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="30.704225352112676" viewBox="0 0 71 109">
          <path fill="#afa056" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="30.704225352112676" viewBox="0 0 71 109">
          <path fill="#afa056" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="35" height="53.732394366197184" viewBox="0 0 71 109">
          <path fill="#ffc027" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="30.704225352112676" viewBox="0 0 71 109">
          <path fill="#afa056" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="38.38028169014085" viewBox="0 0 71 109">
          <path fill="#d1fd19" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="30.704225352112676" viewBox="0 0 71 109">
          <path fill="#afa056" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="30" height="46.056338028169016" viewBox="0 0 71 109">
          <path fill="#ead52a" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="38.38028169014085" viewBox="0 0 71 109">
          <path fill="#d1fd19" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="38.38028169014085" viewBox="0 0 71 109">
          <path fill="#d1fd19" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="35" height="53.732394366197184" viewBox="0 0 71 109">
          <path fill="#f6e350" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="35" height="53.732394366197184" viewBox="0 0 71 109">
          <path fill="#f6e350" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="30.704225352112676" viewBox="0 0 71 109">
          <path fill="#afa056" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="35" height="53.732394366197184" viewBox="0 0 71 109">
          <path fill="#f6e350" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="30" height="46.056338028169016" viewBox="0 0 71 109">
          <path fill="#ead52a" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="30" height="46.056338028169016" viewBox="0 0 71 109">
          <path fill="#ead52a" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="35" height="53.732394366197184" viewBox="0 0 71 109">
          <path fill="#ffc027" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="35" height="53.732394366197184" viewBox="0 0 71 109">
          <path fill="#f6e350" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="30.704225352112676" viewBox="0 0 71 109">
          <path fill="#afa056" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="26.956521739130434" viewBox="0 0 115 124"><path d="M57 0.9C58 2.4 59 4 59.9 5.5 64.4 11.2 68.2 16.4 71.1 21 77.8 18.5 86.1 16.1 95.9 13.8 94.7 23.9 93.2 32.4 91.6 39.4 98.3 42.3 106.1 46.5 114.9 52 92.2 69.8 77.1 77.4 69.5 74.9 66.1 73.7 63.5 70.4 61.7 66.1 63.2 73.7 64 81.4 64 89 64 100.1 62.4 111.2 59.1 122.3 58.8 123.3 57.9 124 56.8 124 56.1 124 55.4 123.4 55.4 122.6 55.4 122.5 55.5 122.4 55.5 122.3 58.8 110.7 60.4 99.5 60.4 88.4 60.4 77.7 58.9 67.1 55.8 56.6L55.8 56.6 55.8 56.6C55.2 65 51.8 73.1 46.3 75.2 38.8 78 23.4 71 0.1 54 8.2 48.6 15.3 44.3 21.6 41.2 19.8 34.3 18.2 25.8 17 15.8 26.9 18.1 35.2 20.4 42 22.8 45 17.6 48.9 11.7 53.8 5.1 54.5 3.8 55.3 2.4 56.2 0.9L56.6 1.4C56.7 1.3 56.9 1.1 57 0.9ZM21.1 20.4C24.3 43.2 28.8 57.2 36 60.4 38 61.3 40.4 61.1 42.8 60.3 45.4 59.4 48.1 57.8 50.5 55.8 45.6 54.7 41.6 52.5 39.9 49.1 37.7 44.9 38.8 37.4 43.1 26.7L43.1 26.7C37.2 24.6 29.8 22.5 21.1 20.4ZM91.7 18.4C83.3 20.5 76.2 22.6 70.4 24.9 75.5 36.1 77.1 43.9 75 48.5 73.4 51.8 69.5 54.2 64.8 55.5 66.9 56.9 69.2 58.1 71.4 58.8 74 59.6 76.5 59.9 78.4 58.9 84.7 55.8 88.7 41.7 91.7 18.4ZM56.2 33.2C54.9 34.5 54 35.9 53.6 37.3 52.9 39.5 53.3 41.8 54.4 44.1 55.1 45.6 56 47.1 57.1 48.6 58 47.3 58.7 46.1 59.2 44.8 60.3 42.4 60.8 40 60.1 37.9 59.5 36.3 58.3 34.8 56.4 33.4L56.2 33.2Z" fill="#ff0000"></path></svg>

        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20.124223602484474" viewBox="0 0 161 162"><path d="M94 1.5C86.9 1 80.5 2.5 76.5 6.6 67.5 16.1 69.1 40.8 81.5 80.7L81.5 80.7 81.5 80.7 81.6 81.1C74.9 39.8 76.7 15.1 87 7.1 97.1-0.9 117.4 6.3 129.8 17.1 123.7 13.4 117.4 11.7 112 13.4 99.6 17.5 89.5 39.8 81.7 80.5L81.8 80.5 81.8 80.5 81.5 81.3C96.3 42.2 110.2 21.7 123.1 19.9 135.9 18 149.9 34.4 155.2 49.9 151.8 43.7 147.2 39.1 141.6 37.9 129.1 35.2 109.6 49.1 83.2 79.4 114 54.6 135.3 44.6 147.1 49.3 159.1 54.1 163 75.2 159.9 91.3 160.1 84.3 158.4 78 154.1 74.1 144.6 65.6 120.8 67.8 82.6 80.9 122.8 74.5 146.9 76.4 154.8 86.5 162.8 96.7 155.7 117 144.9 129.3 148.6 123.3 150.3 117 148.5 111.6 144.4 99.2 122.1 89.1 81.5 81.3L81.5 81.3 81.5 81.3 81.5 81.3C81.5 81.3 81.4 81.3 81.4 81.3L81.3 81.4 82 81.6C120.8 94.9 141.4 107.9 143.7 120.7 145.9 133.4 130.1 147.9 114.8 153.8 120.8 150.2 125.3 145.4 126.3 139.8 128.5 127 113.5 107.6 81.2 81.5L81.2 81.6 81.2 81.6 81.3 81.6C81.4 81.8 81.6 81.9 81.8 82.1L81.6 82C108.5 112.9 119.8 134.4 115.4 146.6 111 158.7 90 163.4 73.8 160.8 80.9 160.7 87.1 158.8 90.8 154.5 99 144.6 95.9 120.9 81.5 83.2 89 122.2 87.8 145.8 78.1 153.9 68.2 162.2 47.7 155.8 35 145.5 41.1 148.9 47.5 150.4 52.9 148.5 65 144 74.2 121.8 80.6 81.6 80.5 81.6 80.5 81.6 80.5 81.6L80.5 81.6 80.2 82.4C64.2 120.2 49.8 139.8 36.9 141.2 24.1 142.6 10.7 125.8 5.9 110 9 116.4 13.5 121.2 19 122.5 31.7 125.7 52.1 112 80.4 81.6 80.3 81.5 80.3 81.5 80.3 81.5L80.7 81.2C48.2 107.7 26 118.5 13.8 113.6 1.9 108.8-2.1 87.7 1.1 71.6 0.9 78.6 2.6 84.9 6.8 88.8 16.5 97.4 40.9 95 80 81.4 80 81.4 80 81.4 80 81.4L80.9 81.3C39.6 88 14.9 86.2 6.8 75.9 -1.1 65.8 6 45.5 16.8 33.1 13.1 39.1 11.4 45.5 13.2 50.9 17.2 63.1 38.9 73 78.3 80.8 41.5 66.4 22.1 53 20.4 40.4 18.5 27.7 34.9 13.7 50.4 8.4 44.2 11.7 39.6 16.4 38.4 22 35.7 34.6 49.8 54.3 80.6 81.1L80.7 81C80.7 81 80.7 80.9 80.7 80.9L80.7 81C80.7 80.7 80.8 80.4 80.8 80.1L81.5 81C56.1 47.5 46.1 24.8 51.4 12.8 56.6 1 78-2.3 94 1.5ZM81 80.3L80.9 79.7C80.9 80.2 81 80.6 81.1 81L80.3 81.7C80.7 81.4 81 81.1 81.4 80.8L81 80.3Z" fill="#a202e8"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="19.135802469135804" viewBox="0 0 162 155"><path d="M80.6 127.7C55.8 127.7 41.2 161.3 31 153.8 20.8 146.4 48.1 122.1 40.5 98.5 32.8 74.9-3.4 71 0.4 59.3 4.2 47.7 35.8 65.9 55.8 51.3 75.9 36.7 68.2 0.9 80.6 0.9 93 0.9 85.3 36.7 105.4 51.3 125.4 65.9 156.9 47.4 160.8 59.3 164.7 71.3 128.4 74.9 120.7 98.5 113 122.1 140 146.7 130.2 153.8 120.3 161 105.4 127.7 80.6 127.7Z" fill="#07afbf"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 161 161"><path d="M102.1 0C105.5 1 105.3 15.8 101.3 44.4 124.2 26.7 136.9 19.1 139.4 21.6 141.9 24.1 134.3 36.8 116.6 59.7 145.2 55.7 160 55.5 161 58.9 161.5 61 157.1 64.4 147.7 69.2L146.7 69.7C140.5 72.8 132.3 76.4 122.1 80.5 132.3 84.6 140.5 88.2 146.7 91.3L147.7 91.8C157.1 96.6 161.5 100 161 102.1 160 105.5 145.2 105.3 116.6 101.3 134.3 124.2 141.9 136.9 139.4 139.4 136.9 141.9 124.2 134.3 101.3 116.6 105.3 145.2 105.5 160 102.1 161 100 161.5 96.6 157.1 91.8 147.7L91.3 146.7C88.2 140.5 84.6 132.3 80.5 122.1 76.4 132.3 72.8 140.5 69.7 146.7L69.2 147.7C64.4 157.1 61 161.5 58.9 161 55.5 160 55.7 145.2 59.7 116.6 36.8 134.3 24.1 141.9 21.6 139.4 19.1 136.9 26.7 124.2 44.4 101.3 15.8 105.3 1 105.5 0 102.1-0.5 100 3.9 96.6 13.3 91.8L14.3 91.3C20.5 88.2 28.7 84.6 38.9 80.5 28.7 76.4 20.5 72.8 14.3 69.7L13.3 69.2C3.9 64.4-0.5 61 0 58.9 1 55.5 15.8 55.7 44.4 59.7 26.7 36.8 19.1 24.1 21.6 21.6 24.1 19.1 36.8 26.7 59.7 44.4 55.7 15.8 55.5 1 58.9 0 61-0.5 64.4 3.9 69.2 13.3L69.7 14.3C72.8 20.5 76.4 28.7 80.5 38.9 84.6 28.7 88.2 20.5 91.3 14.3L91.8 13.3C96.6 3.9 100-0.5 102.1 0ZM81.5 59C70.7 59 62 67.7 62 78.5 62 89.3 70.7 98 81.5 98 92.3 98 101 89.3 101 78.5 101 67.7 92.3 59 81.5 59Z" fill="#ff0000"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 1541px; top: 597px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20.124223602484474" viewBox="0 0 161 162"><path d="M94 1.5C86.9 1 80.5 2.5 76.5 6.6 67.5 16.1 69.1 40.8 81.5 80.7L81.5 80.7 81.5 80.7 81.6 81.1C74.9 39.8 76.7 15.1 87 7.1 97.1-0.9 117.4 6.3 129.8 17.1 123.7 13.4 117.4 11.7 112 13.4 99.6 17.5 89.5 39.8 81.7 80.5L81.8 80.5 81.8 80.5 81.5 81.3C96.3 42.2 110.2 21.7 123.1 19.9 135.9 18 149.9 34.4 155.2 49.9 151.8 43.7 147.2 39.1 141.6 37.9 129.1 35.2 109.6 49.1 83.2 79.4 114 54.6 135.3 44.6 147.1 49.3 159.1 54.1 163 75.2 159.9 91.3 160.1 84.3 158.4 78 154.1 74.1 144.6 65.6 120.8 67.8 82.6 80.9 122.8 74.5 146.9 76.4 154.8 86.5 162.8 96.7 155.7 117 144.9 129.3 148.6 123.3 150.3 117 148.5 111.6 144.4 99.2 122.1 89.1 81.5 81.3L81.5 81.3 81.5 81.3 81.5 81.3C81.5 81.3 81.4 81.3 81.4 81.3L81.3 81.4 82 81.6C120.8 94.9 141.4 107.9 143.7 120.7 145.9 133.4 130.1 147.9 114.8 153.8 120.8 150.2 125.3 145.4 126.3 139.8 128.5 127 113.5 107.6 81.2 81.5L81.2 81.6 81.2 81.6 81.3 81.6C81.4 81.8 81.6 81.9 81.8 82.1L81.6 82C108.5 112.9 119.8 134.4 115.4 146.6 111 158.7 90 163.4 73.8 160.8 80.9 160.7 87.1 158.8 90.8 154.5 99 144.6 95.9 120.9 81.5 83.2 89 122.2 87.8 145.8 78.1 153.9 68.2 162.2 47.7 155.8 35 145.5 41.1 148.9 47.5 150.4 52.9 148.5 65 144 74.2 121.8 80.6 81.6 80.5 81.6 80.5 81.6 80.5 81.6L80.5 81.6 80.2 82.4C64.2 120.2 49.8 139.8 36.9 141.2 24.1 142.6 10.7 125.8 5.9 110 9 116.4 13.5 121.2 19 122.5 31.7 125.7 52.1 112 80.4 81.6 80.3 81.5 80.3 81.5 80.3 81.5L80.7 81.2C48.2 107.7 26 118.5 13.8 113.6 1.9 108.8-2.1 87.7 1.1 71.6 0.9 78.6 2.6 84.9 6.8 88.8 16.5 97.4 40.9 95 80 81.4 80 81.4 80 81.4 80 81.4L80.9 81.3C39.6 88 14.9 86.2 6.8 75.9 -1.1 65.8 6 45.5 16.8 33.1 13.1 39.1 11.4 45.5 13.2 50.9 17.2 63.1 38.9 73 78.3 80.8 41.5 66.4 22.1 53 20.4 40.4 18.5 27.7 34.9 13.7 50.4 8.4 44.2 11.7 39.6 16.4 38.4 22 35.7 34.6 49.8 54.3 80.6 81.1L80.7 81C80.7 81 80.7 80.9 80.7 80.9L80.7 81C80.7 80.7 80.8 80.4 80.8 80.1L81.5 81C56.1 47.5 46.1 24.8 51.4 12.8 56.6 1 78-2.3 94 1.5ZM81 80.3L80.9 79.7C80.9 80.2 81 80.6 81.1 81L80.3 81.7C80.7 81.4 81 81.1 81.4 80.8L81 80.3Z" fill="#a202e8"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 166 166"><path d="M88.3 32.7C101.9 12.5 110.9 3.2 115.3 5.1 117.7 6 118.7 10.3 118.4 17.7 124.5 13.4 128.7 12 130.8 13.5 134.7 16.2 131.9 28.8 122.3 51.2 146.2 46.5 159.1 46.3 160.9 50.7 161.9 53.1 159.7 56.8 154.2 61.9 161.6 63.2 165.5 65.1 166 67.6 166.8 72.3 155.9 79.2 133.3 88.3 153.5 101.9 162.8 110.9 160.9 115.3 160 117.7 155.7 118.7 148.3 118.4 152.6 124.5 154 128.7 152.5 130.8 149.8 134.7 137.2 131.9 114.8 122.3 119.5 146.2 119.7 159.1 115.3 160.9 112.9 161.9 109.3 159.8 104.4 154.6L104.1 154.2C102.8 161.6 100.9 165.5 98.4 166 93.7 166.8 86.8 155.9 77.7 133.3 64.1 153.5 55.1 162.8 50.7 160.9 48.3 160 47.3 155.7 47.6 148.3 41.5 152.6 37.3 154 35.2 152.5 31.3 149.8 34.1 137.2 43.7 114.8 19.8 119.5 6.9 119.7 5.1 115.3 4.1 112.9 6.3 109.2 11.8 104.1 4.4 102.8 0.5 100.9 0 98.4-0.8 93.7 10.1 86.8 32.7 77.7 12.5 64.1 3.2 55.1 5.1 50.7 6 48.3 10.3 47.3 17.7 47.6 13.4 41.5 12 37.3 13.5 35.2 16.2 31.3 28.8 34.1 51.2 43.7 46.5 19.8 46.3 6.9 50.7 5.1 53.1 4.1 56.7 6.2 61.6 11.4L61.9 11.8C63.2 4.4 65.1 0.5 67.6 0 72.3-0.8 79.2 10.1 88.3 32.7ZM85.3 63.1C81.9 54.7 79.3 50.7 77.5 51 76.5 51.2 75.7 52.7 75.2 55.6 73 53.1 71.4 52 70.4 52.5 68.6 53.2 68.7 58.3 70.6 67.9 62.1 64.3 57.3 63.3 56.3 64.8 55.7 65.6 56.2 67 57.6 69.2 54.6 69 52.9 69.4 52.5 70.4 51.7 72.2 55.5 75.8 63.9 81.4 55 85 50.7 87.7 51 89.5 51.2 90.4 52.5 91.1 54.8 91.6 52.9 93.5 52.1 94.8 52.5 95.7 53.2 97.5 58.5 97.4 68.4 95.4L68.4 95.4 68.2 95.7C64.4 104.7 63.2 109.7 64.8 110.7 65.6 111.3 67 110.8 69.1 109.4 69.1 111.9 69.5 113.3 70.4 113.7 72.1 114.4 75.7 110.7 81.2 102.5 84.8 111.8 87.6 116.3 89.5 116 90.5 115.8 91.3 114.3 91.7 111.5 93.5 113.3 94.9 114 95.7 113.7 97.5 113 97.4 108 95.6 98.7 104.6 102.6 109.6 103.8 110.7 102.2 111.3 101.3 110.7 99.6 108.8 97 111.6 97.1 113.3 96.7 113.7 95.7 114.4 94 110.9 90.6 103.3 85.5 112.1 82 116.3 79.3 116 77.5 115.8 76.4 114 75.6 110.6 75.1 113.1 73 114.1 71.4 113.7 70.4 113 68.7 108.1 68.7 99.1 70.4 102.7 62 103.7 57.3 102.2 56.3 101.3 55.7 99.6 56.3 96.9 58.3 97.2 54.8 96.8 52.9 95.7 52.5 94 51.8 90.6 55.2 85.5 62.7L85.5 62.7Z" fill="#8bc412"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 161 161"><path d="M102.1 0C105.5 1 105.3 15.8 101.3 44.4 124.2 26.7 136.9 19.1 139.4 21.6 141.9 24.1 134.3 36.8 116.6 59.7 145.2 55.7 160 55.5 161 58.9 161.5 61 157.1 64.4 147.7 69.2L146.7 69.7C140.5 72.8 132.3 76.4 122.1 80.5 132.3 84.6 140.5 88.2 146.7 91.3L147.7 91.8C157.1 96.6 161.5 100 161 102.1 160 105.5 145.2 105.3 116.6 101.3 134.3 124.2 141.9 136.9 139.4 139.4 136.9 141.9 124.2 134.3 101.3 116.6 105.3 145.2 105.5 160 102.1 161 100 161.5 96.6 157.1 91.8 147.7L91.3 146.7C88.2 140.5 84.6 132.3 80.5 122.1 76.4 132.3 72.8 140.5 69.7 146.7L69.2 147.7C64.4 157.1 61 161.5 58.9 161 55.5 160 55.7 145.2 59.7 116.6 36.8 134.3 24.1 141.9 21.6 139.4 19.1 136.9 26.7 124.2 44.4 101.3 15.8 105.3 1 105.5 0 102.1-0.5 100 3.9 96.6 13.3 91.8L14.3 91.3C20.5 88.2 28.7 84.6 38.9 80.5 28.7 76.4 20.5 72.8 14.3 69.7L13.3 69.2C3.9 64.4-0.5 61 0 58.9 1 55.5 15.8 55.7 44.4 59.7 26.7 36.8 19.1 24.1 21.6 21.6 24.1 19.1 36.8 26.7 59.7 44.4 55.7 15.8 55.5 1 58.9 0 61-0.5 64.4 3.9 69.2 13.3L69.7 14.3C72.8 20.5 76.4 28.7 80.5 38.9 84.6 28.7 88.2 20.5 91.3 14.3L91.8 13.3C96.6 3.9 100-0.5 102.1 0ZM81.5 59C70.7 59 62 67.7 62 78.5 62 89.3 70.7 98 81.5 98 92.3 98 101 89.3 101 78.5 101 67.7 92.3 59 81.5 59Z" fill="#ff0000"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="24.69325153374233" viewBox="0 0 163 161"><path d="M111.7 121.4C116.2 123.7 119.9 127.6 121.8 132.8 125.7 143.4 120.2 155.2 109.5 159.1 98.9 162.9 87.1 157.4 83.3 146.8 81.5 142 81.7 136.9 83.4 132.4 87 138.9 94.8 142 102 139.4 109.4 136.7 113.4 128.9 111.7 121.4ZM50.4 122C48.9 129.3 52.9 136.7 60.1 139.4 67.6 142.1 75.9 138.6 79.2 131.5 81.3 136.2 81.6 141.6 79.7 146.8 75.9 157.4 64.1 162.9 53.5 159.1 42.8 155.2 37.3 143.4 41.2 132.8 42.9 128.1 46.2 124.4 50.2 122.1L50.4 122ZM145 95C154.8 100.7 158.2 113.2 152.5 123 146.9 132.8 134.3 136.2 124.5 130.5 119.9 127.8 116.7 123.7 115.2 119 122.2 121.7 130.2 119 134.1 112.4 137.9 105.7 136.2 97.4 130.4 92.7 135.2 91.7 140.4 92.3 145 95ZM31.9 92.6L31.8 92.7C25.9 97.4 24.2 105.7 28.1 112.4 32.1 119.4 40.8 122 47.9 118.6 46.5 123.4 43.2 127.8 38.5 130.5 28.7 136.2 16.1 132.8 10.5 123 4.8 113.2 8.2 100.7 18 95 22.4 92.5 27.3 91.7 31.9 92.6ZM81 48C99.8 48 115 63.2 115 82 115 100.8 99.8 116 81 116 62.2 116 47 100.8 47 82 47 63.2 62.2 48 81 48ZM81 61C69.4 61 60 70.4 60 82 60 93.6 69.4 103 81 103 92.6 103 102 93.6 102 82 102 70.4 92.6 61 81 61ZM162.3 67.8C164.2 78.9 156.8 89.5 145.6 91.5 140.2 92.5 134.9 91.2 130.7 88.4 138 86.2 142.7 78.8 141.3 71 140 63.5 133.5 58.3 126.2 58.3 129.2 54.7 133.5 52 138.5 51.1 149.7 49.2 160.3 56.6 162.3 67.8ZM24.5 51.1C29.5 52 33.8 54.7 36.8 58.4 29.2 57.9 22.2 63.2 20.8 71 19.4 79 24.4 86.6 32 88.5 27.9 91.3 22.7 92.4 17.4 91.5 6.2 89.5-1.2 78.9 0.7 67.8 2.7 56.6 13.3 49.2 24.5 51.1ZM134.2 19.2C142.9 26.5 144 39.4 136.7 48.1 133.2 52.3 128.2 54.8 123.1 55.3 127.6 48.8 126.6 39.8 120.4 34.7 114.6 29.7 106.1 30 100.5 34.8 100.5 30.2 102.1 25.5 105.3 21.7 112.6 13 125.5 11.9 134.2 19.2ZM57.7 21.7C61.1 25.8 62.6 30.7 62.5 35.6 56.9 30 47.9 29.5 41.7 34.7 35.6 39.8 34.5 48.7 39 55.2 34.2 54.5 29.6 52.1 26.3 48.1 19 39.4 20.1 26.5 28.8 19.2 37.5 11.9 50.4 13 57.7 21.7ZM81.5 0C92.8 0 102 9.2 102 20.5 102 25.7 100.1 30.4 96.9 34 96.2 26.1 89.6 20 81.5 20 73.4 20 66.8 26.1 66.1 34 62.9 30.4 61 25.7 61 20.5 61 9.2 70.2 0 81.5 0Z" fill="#eccb06"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 161 161"><path d="M102.1 0C105.5 1 105.3 15.8 101.3 44.4 124.2 26.7 136.9 19.1 139.4 21.6 141.9 24.1 134.3 36.8 116.6 59.7 145.2 55.7 160 55.5 161 58.9 161.5 61 157.1 64.4 147.7 69.2L146.7 69.7C140.5 72.8 132.3 76.4 122.1 80.5 132.3 84.6 140.5 88.2 146.7 91.3L147.7 91.8C157.1 96.6 161.5 100 161 102.1 160 105.5 145.2 105.3 116.6 101.3 134.3 124.2 141.9 136.9 139.4 139.4 136.9 141.9 124.2 134.3 101.3 116.6 105.3 145.2 105.5 160 102.1 161 100 161.5 96.6 157.1 91.8 147.7L91.3 146.7C88.2 140.5 84.6 132.3 80.5 122.1 76.4 132.3 72.8 140.5 69.7 146.7L69.2 147.7C64.4 157.1 61 161.5 58.9 161 55.5 160 55.7 145.2 59.7 116.6 36.8 134.3 24.1 141.9 21.6 139.4 19.1 136.9 26.7 124.2 44.4 101.3 15.8 105.3 1 105.5 0 102.1-0.5 100 3.9 96.6 13.3 91.8L14.3 91.3C20.5 88.2 28.7 84.6 38.9 80.5 28.7 76.4 20.5 72.8 14.3 69.7L13.3 69.2C3.9 64.4-0.5 61 0 58.9 1 55.5 15.8 55.7 44.4 59.7 26.7 36.8 19.1 24.1 21.6 21.6 24.1 19.1 36.8 26.7 59.7 44.4 55.7 15.8 55.5 1 58.9 0 61-0.5 64.4 3.9 69.2 13.3L69.7 14.3C72.8 20.5 76.4 28.7 80.5 38.9 84.6 28.7 88.2 20.5 91.3 14.3L91.8 13.3C96.6 3.9 100-0.5 102.1 0ZM81.5 59C70.7 59 62 67.7 62 78.5 62 89.3 70.7 98 81.5 98 92.3 98 101 89.3 101 78.5 101 67.7 92.3 59 81.5 59Z" fill="#ff0000"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="19.135802469135804" viewBox="0 0 162 155"><path d="M80.6 127.7C55.8 127.7 41.2 161.3 31 153.8 20.8 146.4 48.1 122.1 40.5 98.5 32.8 74.9-3.4 71 0.4 59.3 4.2 47.7 35.8 65.9 55.8 51.3 75.9 36.7 68.2 0.9 80.6 0.9 93 0.9 85.3 36.7 105.4 51.3 125.4 65.9 156.9 47.4 160.8 59.3 164.7 71.3 128.4 74.9 120.7 98.5 113 122.1 140 146.7 130.2 153.8 120.3 161 105.4 127.7 80.6 127.7Z" fill="#07afbf"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 166 166"><path d="M88.3 32.7C101.9 12.5 110.9 3.2 115.3 5.1 117.7 6 118.7 10.3 118.4 17.7 124.5 13.4 128.7 12 130.8 13.5 134.7 16.2 131.9 28.8 122.3 51.2 146.2 46.5 159.1 46.3 160.9 50.7 161.9 53.1 159.7 56.8 154.2 61.9 161.6 63.2 165.5 65.1 166 67.6 166.8 72.3 155.9 79.2 133.3 88.3 153.5 101.9 162.8 110.9 160.9 115.3 160 117.7 155.7 118.7 148.3 118.4 152.6 124.5 154 128.7 152.5 130.8 149.8 134.7 137.2 131.9 114.8 122.3 119.5 146.2 119.7 159.1 115.3 160.9 112.9 161.9 109.3 159.8 104.4 154.6L104.1 154.2C102.8 161.6 100.9 165.5 98.4 166 93.7 166.8 86.8 155.9 77.7 133.3 64.1 153.5 55.1 162.8 50.7 160.9 48.3 160 47.3 155.7 47.6 148.3 41.5 152.6 37.3 154 35.2 152.5 31.3 149.8 34.1 137.2 43.7 114.8 19.8 119.5 6.9 119.7 5.1 115.3 4.1 112.9 6.3 109.2 11.8 104.1 4.4 102.8 0.5 100.9 0 98.4-0.8 93.7 10.1 86.8 32.7 77.7 12.5 64.1 3.2 55.1 5.1 50.7 6 48.3 10.3 47.3 17.7 47.6 13.4 41.5 12 37.3 13.5 35.2 16.2 31.3 28.8 34.1 51.2 43.7 46.5 19.8 46.3 6.9 50.7 5.1 53.1 4.1 56.7 6.2 61.6 11.4L61.9 11.8C63.2 4.4 65.1 0.5 67.6 0 72.3-0.8 79.2 10.1 88.3 32.7ZM85.3 63.1C81.9 54.7 79.3 50.7 77.5 51 76.5 51.2 75.7 52.7 75.2 55.6 73 53.1 71.4 52 70.4 52.5 68.6 53.2 68.7 58.3 70.6 67.9 62.1 64.3 57.3 63.3 56.3 64.8 55.7 65.6 56.2 67 57.6 69.2 54.6 69 52.9 69.4 52.5 70.4 51.7 72.2 55.5 75.8 63.9 81.4 55 85 50.7 87.7 51 89.5 51.2 90.4 52.5 91.1 54.8 91.6 52.9 93.5 52.1 94.8 52.5 95.7 53.2 97.5 58.5 97.4 68.4 95.4L68.4 95.4 68.2 95.7C64.4 104.7 63.2 109.7 64.8 110.7 65.6 111.3 67 110.8 69.1 109.4 69.1 111.9 69.5 113.3 70.4 113.7 72.1 114.4 75.7 110.7 81.2 102.5 84.8 111.8 87.6 116.3 89.5 116 90.5 115.8 91.3 114.3 91.7 111.5 93.5 113.3 94.9 114 95.7 113.7 97.5 113 97.4 108 95.6 98.7 104.6 102.6 109.6 103.8 110.7 102.2 111.3 101.3 110.7 99.6 108.8 97 111.6 97.1 113.3 96.7 113.7 95.7 114.4 94 110.9 90.6 103.3 85.5 112.1 82 116.3 79.3 116 77.5 115.8 76.4 114 75.6 110.6 75.1 113.1 73 114.1 71.4 113.7 70.4 113 68.7 108.1 68.7 99.1 70.4 102.7 62 103.7 57.3 102.2 56.3 101.3 55.7 99.6 56.3 96.9 58.3 97.2 54.8 96.8 52.9 95.7 52.5 94 51.8 90.6 55.2 85.5 62.7L85.5 62.7Z" fill="#8bc412"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="19.135802469135804" viewBox="0 0 162 155"><path d="M80.6 127.7C55.8 127.7 41.2 161.3 31 153.8 20.8 146.4 48.1 122.1 40.5 98.5 32.8 74.9-3.4 71 0.4 59.3 4.2 47.7 35.8 65.9 55.8 51.3 75.9 36.7 68.2 0.9 80.6 0.9 93 0.9 85.3 36.7 105.4 51.3 125.4 65.9 156.9 47.4 160.8 59.3 164.7 71.3 128.4 74.9 120.7 98.5 113 122.1 140 146.7 130.2 153.8 120.3 161 105.4 127.7 80.6 127.7Z" fill="#07afbf"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="24.69325153374233" viewBox="0 0 163 161"><path d="M111.7 121.4C116.2 123.7 119.9 127.6 121.8 132.8 125.7 143.4 120.2 155.2 109.5 159.1 98.9 162.9 87.1 157.4 83.3 146.8 81.5 142 81.7 136.9 83.4 132.4 87 138.9 94.8 142 102 139.4 109.4 136.7 113.4 128.9 111.7 121.4ZM50.4 122C48.9 129.3 52.9 136.7 60.1 139.4 67.6 142.1 75.9 138.6 79.2 131.5 81.3 136.2 81.6 141.6 79.7 146.8 75.9 157.4 64.1 162.9 53.5 159.1 42.8 155.2 37.3 143.4 41.2 132.8 42.9 128.1 46.2 124.4 50.2 122.1L50.4 122ZM145 95C154.8 100.7 158.2 113.2 152.5 123 146.9 132.8 134.3 136.2 124.5 130.5 119.9 127.8 116.7 123.7 115.2 119 122.2 121.7 130.2 119 134.1 112.4 137.9 105.7 136.2 97.4 130.4 92.7 135.2 91.7 140.4 92.3 145 95ZM31.9 92.6L31.8 92.7C25.9 97.4 24.2 105.7 28.1 112.4 32.1 119.4 40.8 122 47.9 118.6 46.5 123.4 43.2 127.8 38.5 130.5 28.7 136.2 16.1 132.8 10.5 123 4.8 113.2 8.2 100.7 18 95 22.4 92.5 27.3 91.7 31.9 92.6ZM81 48C99.8 48 115 63.2 115 82 115 100.8 99.8 116 81 116 62.2 116 47 100.8 47 82 47 63.2 62.2 48 81 48ZM81 61C69.4 61 60 70.4 60 82 60 93.6 69.4 103 81 103 92.6 103 102 93.6 102 82 102 70.4 92.6 61 81 61ZM162.3 67.8C164.2 78.9 156.8 89.5 145.6 91.5 140.2 92.5 134.9 91.2 130.7 88.4 138 86.2 142.7 78.8 141.3 71 140 63.5 133.5 58.3 126.2 58.3 129.2 54.7 133.5 52 138.5 51.1 149.7 49.2 160.3 56.6 162.3 67.8ZM24.5 51.1C29.5 52 33.8 54.7 36.8 58.4 29.2 57.9 22.2 63.2 20.8 71 19.4 79 24.4 86.6 32 88.5 27.9 91.3 22.7 92.4 17.4 91.5 6.2 89.5-1.2 78.9 0.7 67.8 2.7 56.6 13.3 49.2 24.5 51.1ZM134.2 19.2C142.9 26.5 144 39.4 136.7 48.1 133.2 52.3 128.2 54.8 123.1 55.3 127.6 48.8 126.6 39.8 120.4 34.7 114.6 29.7 106.1 30 100.5 34.8 100.5 30.2 102.1 25.5 105.3 21.7 112.6 13 125.5 11.9 134.2 19.2ZM57.7 21.7C61.1 25.8 62.6 30.7 62.5 35.6 56.9 30 47.9 29.5 41.7 34.7 35.6 39.8 34.5 48.7 39 55.2 34.2 54.5 29.6 52.1 26.3 48.1 19 39.4 20.1 26.5 28.8 19.2 37.5 11.9 50.4 13 57.7 21.7ZM81.5 0C92.8 0 102 9.2 102 20.5 102 25.7 100.1 30.4 96.9 34 96.2 26.1 89.6 20 81.5 20 73.4 20 66.8 26.1 66.1 34 62.9 30.4 61 25.7 61 20.5 61 9.2 70.2 0 81.5 0Z" fill="#eccb06"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20.124223602484474" viewBox="0 0 161 162"><path d="M94 1.5C86.9 1 80.5 2.5 76.5 6.6 67.5 16.1 69.1 40.8 81.5 80.7L81.5 80.7 81.5 80.7 81.6 81.1C74.9 39.8 76.7 15.1 87 7.1 97.1-0.9 117.4 6.3 129.8 17.1 123.7 13.4 117.4 11.7 112 13.4 99.6 17.5 89.5 39.8 81.7 80.5L81.8 80.5 81.8 80.5 81.5 81.3C96.3 42.2 110.2 21.7 123.1 19.9 135.9 18 149.9 34.4 155.2 49.9 151.8 43.7 147.2 39.1 141.6 37.9 129.1 35.2 109.6 49.1 83.2 79.4 114 54.6 135.3 44.6 147.1 49.3 159.1 54.1 163 75.2 159.9 91.3 160.1 84.3 158.4 78 154.1 74.1 144.6 65.6 120.8 67.8 82.6 80.9 122.8 74.5 146.9 76.4 154.8 86.5 162.8 96.7 155.7 117 144.9 129.3 148.6 123.3 150.3 117 148.5 111.6 144.4 99.2 122.1 89.1 81.5 81.3L81.5 81.3 81.5 81.3 81.5 81.3C81.5 81.3 81.4 81.3 81.4 81.3L81.3 81.4 82 81.6C120.8 94.9 141.4 107.9 143.7 120.7 145.9 133.4 130.1 147.9 114.8 153.8 120.8 150.2 125.3 145.4 126.3 139.8 128.5 127 113.5 107.6 81.2 81.5L81.2 81.6 81.2 81.6 81.3 81.6C81.4 81.8 81.6 81.9 81.8 82.1L81.6 82C108.5 112.9 119.8 134.4 115.4 146.6 111 158.7 90 163.4 73.8 160.8 80.9 160.7 87.1 158.8 90.8 154.5 99 144.6 95.9 120.9 81.5 83.2 89 122.2 87.8 145.8 78.1 153.9 68.2 162.2 47.7 155.8 35 145.5 41.1 148.9 47.5 150.4 52.9 148.5 65 144 74.2 121.8 80.6 81.6 80.5 81.6 80.5 81.6 80.5 81.6L80.5 81.6 80.2 82.4C64.2 120.2 49.8 139.8 36.9 141.2 24.1 142.6 10.7 125.8 5.9 110 9 116.4 13.5 121.2 19 122.5 31.7 125.7 52.1 112 80.4 81.6 80.3 81.5 80.3 81.5 80.3 81.5L80.7 81.2C48.2 107.7 26 118.5 13.8 113.6 1.9 108.8-2.1 87.7 1.1 71.6 0.9 78.6 2.6 84.9 6.8 88.8 16.5 97.4 40.9 95 80 81.4 80 81.4 80 81.4 80 81.4L80.9 81.3C39.6 88 14.9 86.2 6.8 75.9 -1.1 65.8 6 45.5 16.8 33.1 13.1 39.1 11.4 45.5 13.2 50.9 17.2 63.1 38.9 73 78.3 80.8 41.5 66.4 22.1 53 20.4 40.4 18.5 27.7 34.9 13.7 50.4 8.4 44.2 11.7 39.6 16.4 38.4 22 35.7 34.6 49.8 54.3 80.6 81.1L80.7 81C80.7 81 80.7 80.9 80.7 80.9L80.7 81C80.7 80.7 80.8 80.4 80.8 80.1L81.5 81C56.1 47.5 46.1 24.8 51.4 12.8 56.6 1 78-2.3 94 1.5ZM81 80.3L80.9 79.7C80.9 80.2 81 80.6 81.1 81L80.3 81.7C80.7 81.4 81 81.1 81.4 80.8L81 80.3Z" fill="#a202e8"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="24.84567901234568" viewBox="0 0 161 162"><path d="M81.5 0L89.1 19.3 101.2 2.4 106.5 42.5 145.2 30.7 134.9 48.7 155.6 47.6 127.6 76.8 161 99.6 140.4 102.8 154.2 118.3 113.9 114.6 116.9 154.9 101.6 140.8 98 161.3 75.9 127.5 46.1 154.9 47.7 134.2 29.4 144.2 42 105.7 2 99.6 19.2 87.9 0 79.9 37.9 65.8 17.8 30.7 37.7 36.8 32 16.8 66.6 37.6 81.5 0ZM80.5 52C64.8 52 52 64.8 52 80.5 52 96.2 64.8 109 80.5 109 96.2 109 109 96.2 109 80.5 109 64.8 96.2 52 80.5 52ZM80.5 59C92.4 59 102 68.6 102 80.5 102 92.4 92.4 102 80.5 102 68.6 102 59 92.4 59 80.5 59 68.6 68.6 59 80.5 59ZM81 69C74.9 69 70 73.9 70 80 70 86.1 74.9 91 81 91 87.1 91 92 86.1 92 80 92 73.9 87.1 69 81 69Z" fill="#f85d19"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="19.135802469135804" viewBox="0 0 162 155"><path d="M80.6 127.7C55.8 127.7 41.2 161.3 31 153.8 20.8 146.4 48.1 122.1 40.5 98.5 32.8 74.9-3.4 71 0.4 59.3 4.2 47.7 35.8 65.9 55.8 51.3 75.9 36.7 68.2 0.9 80.6 0.9 93 0.9 85.3 36.7 105.4 51.3 125.4 65.9 156.9 47.4 160.8 59.3 164.7 71.3 128.4 74.9 120.7 98.5 113 122.1 140 146.7 130.2 153.8 120.3 161 105.4 127.7 80.6 127.7Z" fill="#07afbf"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20.124223602484474" viewBox="0 0 161 162"><path d="M94 1.5C86.9 1 80.5 2.5 76.5 6.6 67.5 16.1 69.1 40.8 81.5 80.7L81.5 80.7 81.5 80.7 81.6 81.1C74.9 39.8 76.7 15.1 87 7.1 97.1-0.9 117.4 6.3 129.8 17.1 123.7 13.4 117.4 11.7 112 13.4 99.6 17.5 89.5 39.8 81.7 80.5L81.8 80.5 81.8 80.5 81.5 81.3C96.3 42.2 110.2 21.7 123.1 19.9 135.9 18 149.9 34.4 155.2 49.9 151.8 43.7 147.2 39.1 141.6 37.9 129.1 35.2 109.6 49.1 83.2 79.4 114 54.6 135.3 44.6 147.1 49.3 159.1 54.1 163 75.2 159.9 91.3 160.1 84.3 158.4 78 154.1 74.1 144.6 65.6 120.8 67.8 82.6 80.9 122.8 74.5 146.9 76.4 154.8 86.5 162.8 96.7 155.7 117 144.9 129.3 148.6 123.3 150.3 117 148.5 111.6 144.4 99.2 122.1 89.1 81.5 81.3L81.5 81.3 81.5 81.3 81.5 81.3C81.5 81.3 81.4 81.3 81.4 81.3L81.3 81.4 82 81.6C120.8 94.9 141.4 107.9 143.7 120.7 145.9 133.4 130.1 147.9 114.8 153.8 120.8 150.2 125.3 145.4 126.3 139.8 128.5 127 113.5 107.6 81.2 81.5L81.2 81.6 81.2 81.6 81.3 81.6C81.4 81.8 81.6 81.9 81.8 82.1L81.6 82C108.5 112.9 119.8 134.4 115.4 146.6 111 158.7 90 163.4 73.8 160.8 80.9 160.7 87.1 158.8 90.8 154.5 99 144.6 95.9 120.9 81.5 83.2 89 122.2 87.8 145.8 78.1 153.9 68.2 162.2 47.7 155.8 35 145.5 41.1 148.9 47.5 150.4 52.9 148.5 65 144 74.2 121.8 80.6 81.6 80.5 81.6 80.5 81.6 80.5 81.6L80.5 81.6 80.2 82.4C64.2 120.2 49.8 139.8 36.9 141.2 24.1 142.6 10.7 125.8 5.9 110 9 116.4 13.5 121.2 19 122.5 31.7 125.7 52.1 112 80.4 81.6 80.3 81.5 80.3 81.5 80.3 81.5L80.7 81.2C48.2 107.7 26 118.5 13.8 113.6 1.9 108.8-2.1 87.7 1.1 71.6 0.9 78.6 2.6 84.9 6.8 88.8 16.5 97.4 40.9 95 80 81.4 80 81.4 80 81.4 80 81.4L80.9 81.3C39.6 88 14.9 86.2 6.8 75.9 -1.1 65.8 6 45.5 16.8 33.1 13.1 39.1 11.4 45.5 13.2 50.9 17.2 63.1 38.9 73 78.3 80.8 41.5 66.4 22.1 53 20.4 40.4 18.5 27.7 34.9 13.7 50.4 8.4 44.2 11.7 39.6 16.4 38.4 22 35.7 34.6 49.8 54.3 80.6 81.1L80.7 81C80.7 81 80.7 80.9 80.7 80.9L80.7 81C80.7 80.7 80.8 80.4 80.8 80.1L81.5 81C56.1 47.5 46.1 24.8 51.4 12.8 56.6 1 78-2.3 94 1.5ZM81 80.3L80.9 79.7C80.9 80.2 81 80.6 81.1 81L80.3 81.7C80.7 81.4 81 81.1 81.4 80.8L81 80.3Z" fill="#a202e8"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 161 161"><path d="M102.1 0C105.5 1 105.3 15.8 101.3 44.4 124.2 26.7 136.9 19.1 139.4 21.6 141.9 24.1 134.3 36.8 116.6 59.7 145.2 55.7 160 55.5 161 58.9 161.5 61 157.1 64.4 147.7 69.2L146.7 69.7C140.5 72.8 132.3 76.4 122.1 80.5 132.3 84.6 140.5 88.2 146.7 91.3L147.7 91.8C157.1 96.6 161.5 100 161 102.1 160 105.5 145.2 105.3 116.6 101.3 134.3 124.2 141.9 136.9 139.4 139.4 136.9 141.9 124.2 134.3 101.3 116.6 105.3 145.2 105.5 160 102.1 161 100 161.5 96.6 157.1 91.8 147.7L91.3 146.7C88.2 140.5 84.6 132.3 80.5 122.1 76.4 132.3 72.8 140.5 69.7 146.7L69.2 147.7C64.4 157.1 61 161.5 58.9 161 55.5 160 55.7 145.2 59.7 116.6 36.8 134.3 24.1 141.9 21.6 139.4 19.1 136.9 26.7 124.2 44.4 101.3 15.8 105.3 1 105.5 0 102.1-0.5 100 3.9 96.6 13.3 91.8L14.3 91.3C20.5 88.2 28.7 84.6 38.9 80.5 28.7 76.4 20.5 72.8 14.3 69.7L13.3 69.2C3.9 64.4-0.5 61 0 58.9 1 55.5 15.8 55.7 44.4 59.7 26.7 36.8 19.1 24.1 21.6 21.6 24.1 19.1 36.8 26.7 59.7 44.4 55.7 15.8 55.5 1 58.9 0 61-0.5 64.4 3.9 69.2 13.3L69.7 14.3C72.8 20.5 76.4 28.7 80.5 38.9 84.6 28.7 88.2 20.5 91.3 14.3L91.8 13.3C96.6 3.9 100-0.5 102.1 0ZM81.5 59C70.7 59 62 67.7 62 78.5 62 89.3 70.7 98 81.5 98 92.3 98 101 89.3 101 78.5 101 67.7 92.3 59 81.5 59Z" fill="#ff0000"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20.124223602484474" viewBox="0 0 161 162"><path d="M94 1.5C86.9 1 80.5 2.5 76.5 6.6 67.5 16.1 69.1 40.8 81.5 80.7L81.5 80.7 81.5 80.7 81.6 81.1C74.9 39.8 76.7 15.1 87 7.1 97.1-0.9 117.4 6.3 129.8 17.1 123.7 13.4 117.4 11.7 112 13.4 99.6 17.5 89.5 39.8 81.7 80.5L81.8 80.5 81.8 80.5 81.5 81.3C96.3 42.2 110.2 21.7 123.1 19.9 135.9 18 149.9 34.4 155.2 49.9 151.8 43.7 147.2 39.1 141.6 37.9 129.1 35.2 109.6 49.1 83.2 79.4 114 54.6 135.3 44.6 147.1 49.3 159.1 54.1 163 75.2 159.9 91.3 160.1 84.3 158.4 78 154.1 74.1 144.6 65.6 120.8 67.8 82.6 80.9 122.8 74.5 146.9 76.4 154.8 86.5 162.8 96.7 155.7 117 144.9 129.3 148.6 123.3 150.3 117 148.5 111.6 144.4 99.2 122.1 89.1 81.5 81.3L81.5 81.3 81.5 81.3 81.5 81.3C81.5 81.3 81.4 81.3 81.4 81.3L81.3 81.4 82 81.6C120.8 94.9 141.4 107.9 143.7 120.7 145.9 133.4 130.1 147.9 114.8 153.8 120.8 150.2 125.3 145.4 126.3 139.8 128.5 127 113.5 107.6 81.2 81.5L81.2 81.6 81.2 81.6 81.3 81.6C81.4 81.8 81.6 81.9 81.8 82.1L81.6 82C108.5 112.9 119.8 134.4 115.4 146.6 111 158.7 90 163.4 73.8 160.8 80.9 160.7 87.1 158.8 90.8 154.5 99 144.6 95.9 120.9 81.5 83.2 89 122.2 87.8 145.8 78.1 153.9 68.2 162.2 47.7 155.8 35 145.5 41.1 148.9 47.5 150.4 52.9 148.5 65 144 74.2 121.8 80.6 81.6 80.5 81.6 80.5 81.6 80.5 81.6L80.5 81.6 80.2 82.4C64.2 120.2 49.8 139.8 36.9 141.2 24.1 142.6 10.7 125.8 5.9 110 9 116.4 13.5 121.2 19 122.5 31.7 125.7 52.1 112 80.4 81.6 80.3 81.5 80.3 81.5 80.3 81.5L80.7 81.2C48.2 107.7 26 118.5 13.8 113.6 1.9 108.8-2.1 87.7 1.1 71.6 0.9 78.6 2.6 84.9 6.8 88.8 16.5 97.4 40.9 95 80 81.4 80 81.4 80 81.4 80 81.4L80.9 81.3C39.6 88 14.9 86.2 6.8 75.9 -1.1 65.8 6 45.5 16.8 33.1 13.1 39.1 11.4 45.5 13.2 50.9 17.2 63.1 38.9 73 78.3 80.8 41.5 66.4 22.1 53 20.4 40.4 18.5 27.7 34.9 13.7 50.4 8.4 44.2 11.7 39.6 16.4 38.4 22 35.7 34.6 49.8 54.3 80.6 81.1L80.7 81C80.7 81 80.7 80.9 80.7 80.9L80.7 81C80.7 80.7 80.8 80.4 80.8 80.1L81.5 81C56.1 47.5 46.1 24.8 51.4 12.8 56.6 1 78-2.3 94 1.5ZM81 80.3L80.9 79.7C80.9 80.2 81 80.6 81.1 81L80.3 81.7C80.7 81.4 81 81.1 81.4 80.8L81 80.3Z" fill="#a202e8"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 166 166"><path d="M88.3 32.7C101.9 12.5 110.9 3.2 115.3 5.1 117.7 6 118.7 10.3 118.4 17.7 124.5 13.4 128.7 12 130.8 13.5 134.7 16.2 131.9 28.8 122.3 51.2 146.2 46.5 159.1 46.3 160.9 50.7 161.9 53.1 159.7 56.8 154.2 61.9 161.6 63.2 165.5 65.1 166 67.6 166.8 72.3 155.9 79.2 133.3 88.3 153.5 101.9 162.8 110.9 160.9 115.3 160 117.7 155.7 118.7 148.3 118.4 152.6 124.5 154 128.7 152.5 130.8 149.8 134.7 137.2 131.9 114.8 122.3 119.5 146.2 119.7 159.1 115.3 160.9 112.9 161.9 109.3 159.8 104.4 154.6L104.1 154.2C102.8 161.6 100.9 165.5 98.4 166 93.7 166.8 86.8 155.9 77.7 133.3 64.1 153.5 55.1 162.8 50.7 160.9 48.3 160 47.3 155.7 47.6 148.3 41.5 152.6 37.3 154 35.2 152.5 31.3 149.8 34.1 137.2 43.7 114.8 19.8 119.5 6.9 119.7 5.1 115.3 4.1 112.9 6.3 109.2 11.8 104.1 4.4 102.8 0.5 100.9 0 98.4-0.8 93.7 10.1 86.8 32.7 77.7 12.5 64.1 3.2 55.1 5.1 50.7 6 48.3 10.3 47.3 17.7 47.6 13.4 41.5 12 37.3 13.5 35.2 16.2 31.3 28.8 34.1 51.2 43.7 46.5 19.8 46.3 6.9 50.7 5.1 53.1 4.1 56.7 6.2 61.6 11.4L61.9 11.8C63.2 4.4 65.1 0.5 67.6 0 72.3-0.8 79.2 10.1 88.3 32.7ZM85.3 63.1C81.9 54.7 79.3 50.7 77.5 51 76.5 51.2 75.7 52.7 75.2 55.6 73 53.1 71.4 52 70.4 52.5 68.6 53.2 68.7 58.3 70.6 67.9 62.1 64.3 57.3 63.3 56.3 64.8 55.7 65.6 56.2 67 57.6 69.2 54.6 69 52.9 69.4 52.5 70.4 51.7 72.2 55.5 75.8 63.9 81.4 55 85 50.7 87.7 51 89.5 51.2 90.4 52.5 91.1 54.8 91.6 52.9 93.5 52.1 94.8 52.5 95.7 53.2 97.5 58.5 97.4 68.4 95.4L68.4 95.4 68.2 95.7C64.4 104.7 63.2 109.7 64.8 110.7 65.6 111.3 67 110.8 69.1 109.4 69.1 111.9 69.5 113.3 70.4 113.7 72.1 114.4 75.7 110.7 81.2 102.5 84.8 111.8 87.6 116.3 89.5 116 90.5 115.8 91.3 114.3 91.7 111.5 93.5 113.3 94.9 114 95.7 113.7 97.5 113 97.4 108 95.6 98.7 104.6 102.6 109.6 103.8 110.7 102.2 111.3 101.3 110.7 99.6 108.8 97 111.6 97.1 113.3 96.7 113.7 95.7 114.4 94 110.9 90.6 103.3 85.5 112.1 82 116.3 79.3 116 77.5 115.8 76.4 114 75.6 110.6 75.1 113.1 73 114.1 71.4 113.7 70.4 113 68.7 108.1 68.7 99.1 70.4 102.7 62 103.7 57.3 102.2 56.3 101.3 55.7 99.6 56.3 96.9 58.3 97.2 54.8 96.8 52.9 95.7 52.5 94 51.8 90.6 55.2 85.5 62.7L85.5 62.7Z" fill="#8bc412"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="24.84567901234568" viewBox="0 0 161 162"><path d="M81.5 0L89.1 19.3 101.2 2.4 106.5 42.5 145.2 30.7 134.9 48.7 155.6 47.6 127.6 76.8 161 99.6 140.4 102.8 154.2 118.3 113.9 114.6 116.9 154.9 101.6 140.8 98 161.3 75.9 127.5 46.1 154.9 47.7 134.2 29.4 144.2 42 105.7 2 99.6 19.2 87.9 0 79.9 37.9 65.8 17.8 30.7 37.7 36.8 32 16.8 66.6 37.6 81.5 0ZM80.5 52C64.8 52 52 64.8 52 80.5 52 96.2 64.8 109 80.5 109 96.2 109 109 96.2 109 80.5 109 64.8 96.2 52 80.5 52ZM80.5 59C92.4 59 102 68.6 102 80.5 102 92.4 92.4 102 80.5 102 68.6 102 59 92.4 59 80.5 59 68.6 68.6 59 80.5 59ZM81 69C74.9 69 70 73.9 70 80 70 86.1 74.9 91 81 91 87.1 91 92 86.1 92 80 92 73.9 87.1 69 81 69Z" fill="#f85d19"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20.133333333333333" viewBox="0 0 150 151">
          <path fill="#eed820" d="M74.6 76C94 112.2 101.8 135.9 98.1 147.1 96.2 152.8 88.2 151.7 74.1 143.7 60.8 152.1 53.1 153.3 51.1 147.1 46.9 134.6 54.8 110.9 74.6 76ZM74.7 75.8C105.9 94.2 125.3 108.5 132.8 118.8 136.5 123.8 133.2 125.5 122.9 123.9 124 134.1 122.2 137.5 117.5 134.1 108.4 127.3 94.1 107.9 74.7 75.8ZM122.9 27.2C133.2 25.6 136.5 27.2 132.8 32.3 125.3 42.5 106.1 56.7 75.1 75L74.9 75.3 75 75.4C74.9 75.5 74.8 75.5 74.7 75.6L75.2 74.9C55.7 106.9 41.4 126.4 32.3 133.1 27.6 136.6 25.8 133.2 26.9 122.9 16.6 124.5 13.3 122.9 17 117.8 23.7 108.7 39.8 96.3 65.4 80.7 35.7 96.6 15.2 102.7 3.9 98.9-2.3 96.9-1.1 89.2 7.3 75.9-0.7 61.8-1.8 53.8 3.9 51.9 14.6 48.4 36.6 55.3 70.1 72.8 41.2 55.6 23.2 42.1 16 32.3 12.3 27.2 15.6 25.6 25.9 27.2 24.8 16.9 26.6 13.5 31.3 17 40.4 23.7 54.7 43.2 74.2 75.2L73.9 74.8 74.6 75.2C74.6 75.2 74.7 75.1 74.7 75.1L74.7 75.2C94.1 43.2 108.4 23.7 117.5 17 122.2 13.5 124 16.9 122.9 27.2ZM146.1 51.9C151.8 53.8 150.7 61.8 142.7 75.9 151.1 89.2 152.3 96.9 146.1 98.9 133.6 103.1 109.9 95.2 75 75.4 111.2 56 134.9 48.2 146.1 51.9ZM51.1 3.9C53.1-2.3 60.8-1.1 74.1 7.3 88.2-0.7 96.2-1.8 98.1 3.9 101.8 15.1 94 38.8 74.6 75 54.8 40.1 46.9 16.4 51.1 3.9Z"></path>
        </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20.133333333333333" viewBox="0 0 150 151">
          <path fill="#eed820" d="M74.6 76C94 112.2 101.8 135.9 98.1 147.1 96.2 152.8 88.2 151.7 74.1 143.7 60.8 152.1 53.1 153.3 51.1 147.1 46.9 134.6 54.8 110.9 74.6 76ZM74.7 75.8C105.9 94.2 125.3 108.5 132.8 118.8 136.5 123.8 133.2 125.5 122.9 123.9 124 134.1 122.2 137.5 117.5 134.1 108.4 127.3 94.1 107.9 74.7 75.8ZM122.9 27.2C133.2 25.6 136.5 27.2 132.8 32.3 125.3 42.5 106.1 56.7 75.1 75L74.9 75.3 75 75.4C74.9 75.5 74.8 75.5 74.7 75.6L75.2 74.9C55.7 106.9 41.4 126.4 32.3 133.1 27.6 136.6 25.8 133.2 26.9 122.9 16.6 124.5 13.3 122.9 17 117.8 23.7 108.7 39.8 96.3 65.4 80.7 35.7 96.6 15.2 102.7 3.9 98.9-2.3 96.9-1.1 89.2 7.3 75.9-0.7 61.8-1.8 53.8 3.9 51.9 14.6 48.4 36.6 55.3 70.1 72.8 41.2 55.6 23.2 42.1 16 32.3 12.3 27.2 15.6 25.6 25.9 27.2 24.8 16.9 26.6 13.5 31.3 17 40.4 23.7 54.7 43.2 74.2 75.2L73.9 74.8 74.6 75.2C74.6 75.2 74.7 75.1 74.7 75.1L74.7 75.2C94.1 43.2 108.4 23.7 117.5 17 122.2 13.5 124 16.9 122.9 27.2ZM146.1 51.9C151.8 53.8 150.7 61.8 142.7 75.9 151.1 89.2 152.3 96.9 146.1 98.9 133.6 103.1 109.9 95.2 75 75.4 111.2 56 134.9 48.2 146.1 51.9ZM51.1 3.9C53.1-2.3 60.8-1.1 74.1 7.3 88.2-0.7 96.2-1.8 98.1 3.9 101.8 15.1 94 38.8 74.6 75 54.8 40.1 46.9 16.4 51.1 3.9Z"></path>
        </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="19.135802469135804" viewBox="0 0 162 155"><path d="M80.6 127.7C55.8 127.7 41.2 161.3 31 153.8 20.8 146.4 48.1 122.1 40.5 98.5 32.8 74.9-3.4 71 0.4 59.3 4.2 47.7 35.8 65.9 55.8 51.3 75.9 36.7 68.2 0.9 80.6 0.9 93 0.9 85.3 36.7 105.4 51.3 125.4 65.9 156.9 47.4 160.8 59.3 164.7 71.3 128.4 74.9 120.7 98.5 113 122.1 140 146.7 130.2 153.8 120.3 161 105.4 127.7 80.6 127.7Z" fill="#07afbf"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20.133333333333333" viewBox="0 0 150 151">
          <path fill="#eed820" d="M74.6 76C94 112.2 101.8 135.9 98.1 147.1 96.2 152.8 88.2 151.7 74.1 143.7 60.8 152.1 53.1 153.3 51.1 147.1 46.9 134.6 54.8 110.9 74.6 76ZM74.7 75.8C105.9 94.2 125.3 108.5 132.8 118.8 136.5 123.8 133.2 125.5 122.9 123.9 124 134.1 122.2 137.5 117.5 134.1 108.4 127.3 94.1 107.9 74.7 75.8ZM122.9 27.2C133.2 25.6 136.5 27.2 132.8 32.3 125.3 42.5 106.1 56.7 75.1 75L74.9 75.3 75 75.4C74.9 75.5 74.8 75.5 74.7 75.6L75.2 74.9C55.7 106.9 41.4 126.4 32.3 133.1 27.6 136.6 25.8 133.2 26.9 122.9 16.6 124.5 13.3 122.9 17 117.8 23.7 108.7 39.8 96.3 65.4 80.7 35.7 96.6 15.2 102.7 3.9 98.9-2.3 96.9-1.1 89.2 7.3 75.9-0.7 61.8-1.8 53.8 3.9 51.9 14.6 48.4 36.6 55.3 70.1 72.8 41.2 55.6 23.2 42.1 16 32.3 12.3 27.2 15.6 25.6 25.9 27.2 24.8 16.9 26.6 13.5 31.3 17 40.4 23.7 54.7 43.2 74.2 75.2L73.9 74.8 74.6 75.2C74.6 75.2 74.7 75.1 74.7 75.1L74.7 75.2C94.1 43.2 108.4 23.7 117.5 17 122.2 13.5 124 16.9 122.9 27.2ZM146.1 51.9C151.8 53.8 150.7 61.8 142.7 75.9 151.1 89.2 152.3 96.9 146.1 98.9 133.6 103.1 109.9 95.2 75 75.4 111.2 56 134.9 48.2 146.1 51.9ZM51.1 3.9C53.1-2.3 60.8-1.1 74.1 7.3 88.2-0.7 96.2-1.8 98.1 3.9 101.8 15.1 94 38.8 74.6 75 54.8 40.1 46.9 16.4 51.1 3.9Z"></path>
        </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="27" height="27" viewBox="0 0 336 336">
              <path fill="#ffd70e" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
         <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 120 120"><defs><filter id="a" width="255.6%" height="255.6%" x="-77.8%" y="-77.8%" filterUnits="objectBoundingBox"><feGaussianBlur in="SourceGraphic" stdDeviation="14"></feGaussianBlur></filter></defs><circle cx="60" cy="60" r="27" fill="#fff30e" filter="url(#a)"></circle></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="14.175824175824175" viewBox="0 0 91 86"><polygon points="45.5 71.3 17.6 85.9 22.9 54.8 0.3 32.8 31.5 28.3 45.5 0 59.5 28.3 90.7 32.8 68.1 54.8 73.4 85.9" fill="#e0aa00"></polygon></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="14.175824175824175" viewBox="0 0 91 86"><polygon points="45.5 71.3 17.6 85.9 22.9 54.8 0.3 32.8 31.5 28.3 45.5 0 59.5 28.3 90.7 32.8 68.1 54.8 73.4 85.9" fill="#1ab3c1"></polygon></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 201 201"><path d="M100.5 0.5L105.4 90.1 127.6 72.4 109.2 95.6 200.5 100.5 110 105.4 127.6 127.6 105.4 110 100.5 200.5 95.6 109.2 72.4 127.6 90.1 105.4 0.5 100.5 90.8 95.6 72.4 72.4 95.6 90.8 100.5 0.5Z" fill="#e7cb4b"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 201 201"><path d="M100.5 0.5L105.4 90.1 127.6 72.4 109.2 95.6 200.5 100.5 110 105.4 127.6 127.6 105.4 110 100.5 200.5 95.6 109.2 72.4 127.6 90.1 105.4 0.5 100.5 90.8 95.6 72.4 72.4 95.6 90.8 100.5 0.5Z" fill="#e7cb4b"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 201 201"><path d="M100.5 0.5L105.4 90.1 127.6 72.4 109.2 95.6 200.5 100.5 110 105.4 127.6 127.6 105.4 110 100.5 200.5 95.6 109.2 72.4 127.6 90.1 105.4 0.5 100.5 90.8 95.6 72.4 72.4 95.6 90.8 100.5 0.5Z" fill="#e7cb4b"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 201 201"><path d="M100.5 0.5L105.4 90.1 127.6 72.4 109.2 95.6 200.5 100.5 110 105.4 127.6 127.6 105.4 110 100.5 200.5 95.6 109.2 72.4 127.6 90.1 105.4 0.5 100.5 90.8 95.6 72.4 72.4 95.6 90.8 100.5 0.5Z" fill="#e7cb4b"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#bb801a"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="18.03921568627451" viewBox="0 0 51 46"><polyline points="22.7 25.3 25.8 25.3 26 25.8 26.2 26.3 26.2 26.8 26.2 27.4 26.1 27.9 25.9 28.5 25.5 29.1 25.1 29.6 24.6 30.1 24 30.6 23.3 30.9 22.6 31.2 21.7 31.3 20.9 31.4 20 31.3 19.1 31.1 18.2 30.7 17.4 30.2 16.6 29.6 15.8 28.8 15.2 28 14.7 27 14.3 25.9 14.1 24.8 14 23.6 14.1 22.4 14.3 21.2 14.8 20 15.4 18.8 16.2 17.7 17.1 16.7 18.2 15.8 19.5 15.1 20.8 14.5 22.3 14.1 23.8 13.9 25.4 14 27 14.2 28.6 14.7 30.1 15.3 31.5 16.2 32.9 17.3 34 18.6 35.1 20.1 35.9 21.7 36.5 23.4 36.9 25.2 37 27.1 36.9 29 36.5 31 35.8 32.8 34.8 34.6 33.6 36.3 32.2 37.9 30.6 39.2 28.7 40.3 26.7 41.2 24.6 41.8 22.3 42.1 20.1 42.2 17.8 41.9 15.5 41.3 13.3 40.4 11.2 39.2 9.3 37.7 7.5 35.9 6 34 4.8 31.7 3.9 29.4 3.3 26.9 3 24.3 3.1 21.6 3.5 19 4.4 16.4 5.5 13.9 7 11.6 8.9 9.5 11 7.6 13.4 6 16 4.7 18.8 3.7 21.7 3.2 24.7 3 27.7 3.2 30.7 3.9 33.7 4.9 36.4 6.3 39 8.1 41.4 10.3 43.4 12.8 45.1 15.5 46.5 18.5 47.4 21.7 47.9 24.9 48 28.3 47.6 31.7 46.8 35 45.4 38.2 43.7 41.2 41.6 44" fill="none" stroke-width="5" stroke="#ffd500"></polyline></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="14.175824175824175" viewBox="0 0 91 86"><polygon points="45.5 71.3 17.6 85.9 22.9 54.8 0.3 32.8 31.5 28.3 45.5 0 59.5 28.3 90.7 32.8 68.1 54.8 73.4 85.9" fill="#e0aa00"></polygon></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#bb801a"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#bb801a"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 201 201"><path d="M100.5 0.5L105.4 90.1 127.6 72.4 109.2 95.6 200.5 100.5 110 105.4 127.6 127.6 105.4 110 100.5 200.5 95.6 109.2 72.4 127.6 90.1 105.4 0.5 100.5 90.8 95.6 72.4 72.4 95.6 90.8 100.5 0.5Z" fill="#e7cb4b"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
         <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 120 120"><defs><filter id="a" width="255.6%" height="255.6%" x="-77.8%" y="-77.8%" filterUnits="objectBoundingBox"><feGaussianBlur in="SourceGraphic" stdDeviation="14"></feGaussianBlur></filter></defs><circle cx="60" cy="60" r="27" fill="#fff30e" filter="url(#a)"></circle></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
         <svg xmlns="http://www.w3.org/2000/svg" width="20" height="25.31645569620253" viewBox="0 0 158 200"><g fill="#ffb700"><path d="M81.414 5.788a87.588 87.588 0 0113.97-4.074c-35.942 21.191-52.388 65.835-36.94 106.08 15.45 40.246 57.544 62.418 98.432 54.117a87.569 87.569 0 01-13.106 6.32c-44.857 17.219-95.18-5.186-112.4-50.044-17.218-44.857 5.187-95.18 50.044-112.4z"></path><path d="M106.45 61.888c-4.714-4.714-11.476-7.381-20.285-8 8.81-.62 15.57-3.286 20.285-8 4.714-4.714 7.38-11.476 8-20.285.619 8.81 3.286 15.57 8 20.285 4.714 4.714 11.475 7.38 20.284 8-8.809.619-15.57 3.286-20.284 8-4.714 4.714-7.381 11.475-8 20.284-.62-8.809-3.286-15.57-8-20.284zM125.914 118.352c-3.536-3.535-8.607-5.535-15.214-6 6.607-.464 11.678-2.464 15.214-6 3.535-3.535 5.535-8.606 6-15.213.464 6.607 2.464 11.678 6 15.213 3.535 3.536 8.606 5.536 15.213 6-6.607.465-11.678 2.465-15.213 6-3.536 3.536-5.536 8.607-6 15.214-.465-6.607-2.465-11.678-6-15.214zM86.914 105.352c-3.536-3.535-8.607-5.535-15.214-6 6.607-.464 11.678-2.464 15.214-6 3.535-3.535 5.535-8.606 6-15.213.464 6.607 2.464 11.678 6 15.213 3.535 3.536 8.606 5.536 15.213 6-6.607.465-11.678 2.465-15.213 6-3.536 3.536-5.536 8.607-6 15.214-.465-6.607-2.465-11.678-6-15.214z"></path></g></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="17" height="17.184782608695652" viewBox="0 0 92 93"><polygon points="47.5 71.3 26.9 90.3 28.9 62.3 1.2 58.1 24.3 42.2 10.4 17.9 37.2 26.1 47.5 0 57.8 26.1 84.6 17.9 70.7 42.2 93.8 58.1 66.1 62.3 68.1 90.3" transform="rotate(8 47.5 47.5)" fill="#ffd500"></polygon></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="17" height="17.184782608695652" viewBox="0 0 92 93"><polygon points="47.5 71.3 26.9 90.3 28.9 62.3 1.2 58.1 24.3 42.2 10.4 17.9 37.2 26.1 47.5 0 57.8 26.1 84.6 17.9 70.7 42.2 93.8 58.1 66.1 62.3 68.1 90.3" transform="rotate(8 47.5 47.5)" fill="#ffd500"></polygon></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="27" height="27" viewBox="0 0 336 336">
              <path fill="#ffd70e" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="14.175824175824175" viewBox="0 0 91 86"><polygon points="45.5 71.3 17.6 85.9 22.9 54.8 0.3 32.8 31.5 28.3 45.5 0 59.5 28.3 90.7 32.8 68.1 54.8 73.4 85.9" fill="#1ab3c1"></polygon></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="14.175824175824175" viewBox="0 0 91 86"><polygon points="45.5 71.3 17.6 85.9 22.9 54.8 0.3 32.8 31.5 28.3 45.5 0 59.5 28.3 90.7 32.8 68.1 54.8 73.4 85.9" fill="#1ab3c1"></polygon></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 201 201"><path d="M100.5 0.5L105.4 90.1 127.6 72.4 109.2 95.6 200.5 100.5 110 105.4 127.6 127.6 105.4 110 100.5 200.5 95.6 109.2 72.4 127.6 90.1 105.4 0.5 100.5 90.8 95.6 72.4 72.4 95.6 90.8 100.5 0.5Z" fill="#e7cb4b"></path></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#bb801a"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
         <svg xmlns="http://www.w3.org/2000/svg" width="20" height="25.31645569620253" viewBox="0 0 158 200"><g fill="#ffb700"><path d="M81.414 5.788a87.588 87.588 0 0113.97-4.074c-35.942 21.191-52.388 65.835-36.94 106.08 15.45 40.246 57.544 62.418 98.432 54.117a87.569 87.569 0 01-13.106 6.32c-44.857 17.219-95.18-5.186-112.4-50.044-17.218-44.857 5.187-95.18 50.044-112.4z"></path><path d="M106.45 61.888c-4.714-4.714-11.476-7.381-20.285-8 8.81-.62 15.57-3.286 20.285-8 4.714-4.714 7.38-11.476 8-20.285.619 8.81 3.286 15.57 8 20.285 4.714 4.714 11.475 7.38 20.284 8-8.809.619-15.57 3.286-20.284 8-4.714 4.714-7.381 11.475-8 20.284-.62-8.809-3.286-15.57-8-20.284zM125.914 118.352c-3.536-3.535-8.607-5.535-15.214-6 6.607-.464 11.678-2.464 15.214-6 3.535-3.535 5.535-8.606 6-15.213.464 6.607 2.464 11.678 6 15.213 3.535 3.536 8.606 5.536 15.213 6-6.607.465-11.678 2.465-15.213 6-3.536 3.536-5.536 8.607-6 15.214-.465-6.607-2.465-11.678-6-15.214zM86.914 105.352c-3.536-3.535-8.607-5.535-15.214-6 6.607-.464 11.678-2.464 15.214-6 3.535-3.535 5.535-8.606 6-15.213.464 6.607 2.464 11.678 6 15.213 3.535 3.536 8.606 5.536 15.213 6-6.607.465-11.678 2.465-15.213 6-3.536 3.536-5.536 8.607-6 15.214-.465-6.607-2.465-11.678-6-15.214z"></path></g></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="14.175824175824175" viewBox="0 0 91 86"><polygon points="45.5 71.3 17.6 85.9 22.9 54.8 0.3 32.8 31.5 28.3 45.5 0 59.5 28.3 90.7 32.8 68.1 54.8 73.4 85.9" fill="#1ab3c1"></polygon></svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="35" height="53.732394366197184" viewBox="0 0 71 109">
          <path fill="#f6e350" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="35" height="53.732394366197184" viewBox="0 0 71 109">
          <path fill="#f6e350" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="38.38028169014085" viewBox="0 0 71 109">
          <path fill="#d1fd19" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="38.38028169014085" viewBox="0 0 71 109">
          <path fill="#d1fd19" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="30.704225352112676" viewBox="0 0 71 109">
          <path fill="#afa056" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="35" height="53.732394366197184" viewBox="0 0 71 109">
          <path fill="#ffc027" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="35" height="53.732394366197184" viewBox="0 0 71 109">
          <path fill="#f6e350" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="30.704225352112676" viewBox="0 0 71 109">
          <path fill="#afa056" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="30" height="46.056338028169016" viewBox="0 0 71 109">
          <path fill="#ead52a" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="35" height="53.732394366197184" viewBox="0 0 71 109">
          <path fill="#ffc027" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="38.38028169014085" viewBox="0 0 71 109">
          <path fill="#d1fd19" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="35" height="53.732394366197184" viewBox="0 0 71 109">
          <path fill="#f6e350" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="30.704225352112676" viewBox="0 0 71 109">
          <path fill="#afa056" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="35" height="53.732394366197184" viewBox="0 0 71 109">
          <path fill="#f6e350" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="30.704225352112676" viewBox="0 0 71 109">
          <path fill="#afa056" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="30.704225352112676" viewBox="0 0 71 109">
          <path fill="#afa056" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="30" height="46.056338028169016" viewBox="0 0 71 109">
          <path fill="#ead52a" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="38.38028169014085" viewBox="0 0 71 109">
          <path fill="#d1fd19" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="38.38028169014085" viewBox="0 0 71 109">
          <path fill="#d1fd19" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="35" height="53.732394366197184" viewBox="0 0 71 109">
          <path fill="#ffc027" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="38.38028169014085" viewBox="0 0 71 109">
          <path fill="#d1fd19" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="30.704225352112676" viewBox="0 0 71 109">
          <path fill="#afa056" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="35" height="53.732394366197184" viewBox="0 0 71 109">
          <path fill="#f6e350" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="38.38028169014085" viewBox="0 0 71 109">
          <path fill="#d1fd19" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
        <svg xmlns="http://www.w3.org/2000/svg" width="35" height="53.732394366197184" viewBox="0 0 71 109">
          <path fill="#f6e350" d="M63-0.8C64.4 0.1 65.6 2 66.5 4.9L62 11.2 67 10.9 67.6 20.9 58.8 26.4 67 28.9 63 38.1 55 42.1 63 42.1 57.3 54.5 46.3 58.2 52.7 61.7 42.3 67.9 32.5 69.6 38.3 71.9 25.1 78.2 23.9 77.8C28.6 70.4 33.2 62.6 37.9 54.5 50 33.5 57.1 18.9 59.2 10.8L59.2 10.8 59.4 10.4 59.3 10.7C59.3 10.6 59.3 10.4 59.4 10.3L59.4 10.3 21.1 76.7 23.9 77.8C16.4 89.7 9 100.6 1.7 110.4L21.1 76.7 20.5 76.5 22.2 61.6 25.1 65 25.1 56.4 28.5 47.8 32.5 51.3 30.2 43.8 36.6 27.2 42.3 34.7 40 22.1 46.3 10.6 49.8 17.5 49.8 4.9C53 1.9 55.4 0 57.3-0.8 60-2 60.9-2.1 63-0.8Z" transform="rotate(-177 34.633 54.335)"></path>
        </svg></div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#e8d852" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#efd300" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 336 336">
              <path fill="#ffd052" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <polygon fill="#bbad6d" points="168 252 49.2 286.8 84 168 49.2 49.2 168 84 286.8 49.2 252 168 286.8 286.8" transform="rotate(45 168 168)"></polygon>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ffe77d" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ffe77d" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#e8d852" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#ffe92f" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#f3e375" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <polygon fill="#bbad6d" points="168 252 49.2 286.8 84 168 49.2 49.2 168 84 286.8 49.2 252 168 286.8 286.8" transform="rotate(45 168 168)"></polygon>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#e8d852" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ffe77d" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#f3e375" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#efd300" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#e8d852" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#ffe92f" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#f3e375" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#efd300" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#efd300" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ffe77d" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#efd300" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ffed8a" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f8ffc4" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 495px; top: 477px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <polygon fill="#bfb177" points="168 252 49.2 286.8 84 168 49.2 49.2 168 84 286.8 49.2 252 168 286.8 286.8" transform="rotate(45 168 168)"></polygon>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f8ffc4" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 336 336">
              <path fill="#ffcf5f" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#e6d65e" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#e6cb05" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ffed8a" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#e3d881" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#e3d881" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f8ffc4" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f8ffc4" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ffed8a" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#e3d881" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#e3d881" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ffed8a" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#e6cb05" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f8ffc4" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#e3d881" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <polygon fill="#bfb177" points="168 252 49.2 286.8 84 168 49.2 49.2 168 84 286.8 49.2 252 168 286.8 286.8" transform="rotate(45 168 168)"></polygon>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#e6d65e" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f6ff83" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f6ff83" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f6ff83" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#f3e375" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#f3e375" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ffe77d" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#efd300" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 336 336">
              <path fill="#ffe77d" d="M168 235.2C128.4 235.2 88.8 252.4 49.2 286.8 83.6 247.2 100.8 207.6 100.8 168 100.8 128.4 83.6 88.8 49.2 49.2 88.8 83.6 128.4 100.8 168 100.8 207.6 100.8 247.2 83.6 286.8 49.2 252.4 88.8 235.2 128.4 235.2 168 235.2 207.6 252.4 247.2 286.8 286.8 247.2 252.4 207.6 235.2 168 235.2Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#ffe92f" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#efd300" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#e8d852" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 336 336">
              <path fill="#f3e375" d="M168 218.4C128.4 218.4 88.8 241.2 49.2 286.8 94.8 247.2 117.6 207.6 117.6 168 117.6 128.4 94.8 88.8 49.2 49.2 88.8 94.8 128.4 117.6 168 117.6 207.6 117.6 247.2 94.8 286.8 49.2 241.2 88.8 218.4 128.4 218.4 168 218.4 207.6 241.2 247.2 286.8 286.8 247.2 241.2 207.6 218.4 168 218.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 268 268">
              <path fill="#f6ff83" d="M134.3 241C102.7 241 71.2 236.9 39.7 228.6 31.4 197.1 27.3 165.5 27.3 134 27.3 102.5 31.4 70.9 39.7 39.4 71.2 31.1 102.7 27 134.3 27 165.8 27 197.3 31.1 228.8 39.4 237.1 70.9 241.3 102.5 241.3 134 241.3 165.5 237.1 197.1 228.8 228.6 197.3 236.9 165.8 241 134.3 241Z" transform="rotate(45 134.25 134)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 336 336">
              <path fill="#ffd052" d="M168 243.6C128.4 243.6 88.8 258 49.2 286.8 78 247.2 92.4 207.6 92.4 168 92.4 128.4 78 88.8 49.2 49.2 88.8 78 128.4 92.4 168 92.4 207.6 92.4 247.2 78 286.8 49.2 258 88.8 243.6 128.4 243.6 168 243.6 207.6 258 247.2 286.8 286.8 247.2 258 207.6 243.6 168 243.6Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#e8d852" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 142 142">
              <circle cx="71" cy="71" r="71" fill="#dbbc74"></circle>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 336 336">
              <path fill="#ffe92f" d="M168 260.4C128.4 260.4 88.8 269.2 49.2 286.8 66.8 247.2 75.6 207.6 75.6 168 75.6 128.4 66.8 88.8 49.2 49.2 88.8 66.8 128.4 75.6 168 75.6 207.6 75.6 247.2 66.8 286.8 49.2 269.2 88.8 260.4 128.4 260.4 168 260.4 207.6 269.2 247.2 286.8 286.8 247.2 269.2 207.6 260.4 168 260.4Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 336 336">
              <path fill="#e8d852" d="M168 226.8C128.4 226.8 88.8 246.8 49.2 286.8 89.2 247.2 109.2 207.6 109.2 168 109.2 128.4 89.2 88.8 49.2 49.2 88.8 89.2 128.4 109.2 168 109.2 207.6 109.2 247.2 89.2 286.8 49.2 246.8 88.8 226.8 128.4 226.8 168 226.8 207.6 246.8 247.2 286.8 286.8 247.2 246.8 207.6 226.8 168 226.8Z" transform="rotate(45 168 168)"></path>
            </svg>
        </div><div class="jso-cursor-trail-shape" style="position: absolute; left: 0px; top: 0px; pointer-events: none; display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 239 240">
              <path fill="#efd300" d="M119.5 191.7C91.3 191.7 63.2 196 35 204.5 43.5 176.3 47.8 148.2 47.8 120 47.8 91.8 43.5 63.7 35 35.5 63.2 44 91.3 48.3 119.5 48.3 147.7 48.3 175.8 44 204 35.5 195.5 63.7 191.2 91.8 191.2 120 191.2 148.2 195.5 176.3 204 204.5 175.8 196 147.7 191.7 119.5 191.7Z" transform="rotate(45 119.501 120)"></path>
            </svg>
        </div></div>

Librería de Efectos de Animación para el Cursor

Este es una breve lista de la librería que podemos añadir figuras con efectos al cursor en el blog colocando en el JavaScript. Encuentra  los mejores efectos para el cursor aquí:

Figuras Tipo de Animación
goldSparkles
flash
silverSparkles
rotation90
colorSparkles
rotation90n
blueSparkles
rotation360
glitter
rotation360n
colorGlitter
shake
goldStars
shakeX
silverStars
shakeY
colorStars
swing
blueStars
down
blueStars2
downScale
goldStars2
downRotate1
goldRain
downRotate2
silverRain
rightDownScale
colorRain
leftDownScale
blueRain
leftDown
goldDrops
rightDown
silverDrops
up
blueDrops
wind
colorDrops
storm
leaves
gale
flowers
gust
spiral

goldFeather

flakes1

flakes2

colorXmas

blueXmas

goldXmas

snow1

snow2

snow3

confetti1

confetti2

party

eParty

idealLove

love

goldLove

springLove


Guía de Instalación de Efectos en el Cursor


Descargar Archivos para efectos de animación de curor

Si necesitar alojar los documentos en tu propio hosting, entonces, descarglo desde el siguiente enlace.


https://dl.dropboxusercontent.com/s/3o7ek2ukbmqwdhp/cursor.rar

Publicar un comentario

Déjame un mensaje.

Artículo Anterior Artículo Siguiente

نموذج الاتصال

// Cargamos el SDK de Facebook window.fbAsyncInit = function() { FB.init({ appId : '570341645200786', cookie : true, xfbml : true, version : 'v11.0' }); // Evento que se ejecuta al dar clic en el botón Me Gusta FB.Event.subscribe('edge.create', function(response) { document.getElementById("contenido").style.display = "block"; document.getElementById("boton-fb").style.display = "none"; }); }; (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/es_ES/sdk.js#xfbml=1&version=v11.0&appId=570341645200786&autoLogAppEvents=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));