body {
  margin: 0;
  padding: 0;
}

.animation-hidden {
  display: none;
}

.what-we-do-animation-general-container {
  width: auto;
  height: 30vh;
  aspect-ratio: 1/1;
  align-self: center;
  margin: 50px 0 20px 0;
}

@media (min-width: 768px) {
  .what-we-do-animation-general-container {
    width: auto;
    height: 40vh;
  }
}
@media (min-width: 920px) {
  .what-we-do-animation-general-container {
    width: auto;
    height: 50vh;
  }
}

.what-we-do-animation-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.what-we-do-animation-lens-flare{
  position: absolute;
  height: 100%;
  top: 0;
  left: 20%;
  margin: auto;
}

.what-we-do-animation-item {
  position: absolute;
  margin: auto;
}

.what-we-do-animation-heart.animate {
  width: auto;
  height: 90%;
  z-index: 3;

  -webkit-animation: heartbeat 1.5s ease-in-out both;
  animation: heartbeat 1.5s ease-in-out both;
  animation-delay: 0.7s;
}

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

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
