[class*="ht-anno__"] {
   position: relative;
}
[class*="ht-anno__"] > div{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

[class*="ht-anno__"] > div.circle{
    width: 120%;
    left: -10%;
    bottom: 0;
}

[class*="ht-anno__"] > div.circle > svg,
[class*="ht-anno__"] > div.special > svg{
    bottom: 0;
    left: 0;
}

[class*="ht-anno__"] > div > svg {
    height: unset;
    position: absolute;
    bottom: 32px;
}

[class*="ht-anno__"] > div.circle,
[class*="ht-anno__"] > div.special {
    opacity: 0; /* Start invisible */
}

@keyframes fadeInAnno {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  [class*="ht-anno__"] > div.circle.animate-circle,
  [class*="ht-anno__"] > div.special.animate-circle {
    animation: fadeInAnno 0.7s ease-in-out forwards;
    opacity: 0;
  }



  .ht-anno__scribble-12 svg{
    bottom: unset;
    top: 70%;
  }




  .ht-anno__circle-1 > div.circle{
    bottom:7%;
    width: 140%;
    left: -20%;

  }

  /* Home Page Special Styles */
  .ht-anno__special-circle_home_hero_entire > div.special{
    bottom:-4%;
    width: 150%;
    left: -20%;

  }


  /* partners page special styles */

  .ht-anno__special-scribble_partner_program_hero svg{
    bottom: 20% !important;
    max-width: 120%;
    left: -10% !important;
  }

  .ht-anno__special-shape_partner_program_about svg{
    top: 1rem !important;
  }

