.shadow-drop-2-bottom {
	animation: shadow-drop-2-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-4-30 15:1:38
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shadow-drop-2-bottom
 * ----------------------------------------
 */
 @keyframes shadow-drop-2-bottom {
    0% {
      transform: translateZ(0) translateY(0);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
    100% {
      transform: translateZ(50px) translateY(-12px);
      box-shadow: 0 5px 13px  rgba(0, 0, 0, 0.35);
    }
  }

  .shadow-drop-2-top {
	animation: shadow-drop-2-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-4-30 15:6:26
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shadow-drop-2-top
 * ----------------------------------------
 */
 @keyframes shadow-drop-2-top {
    0% {
      transform: translateZ(0) translateY(0);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
    100% {
      transform: translateZ(50px) translateY(12px);
      box-shadow: 0 5px 13px  rgba(0, 0, 0, 0.35);
    }
  }
.shadow-drop-2-right {
	animation: shadow-drop-2-right 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-4-30 15:10:8
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shadow-drop-2-right
 * ----------------------------------------
 */
 @keyframes shadow-drop-2-right {
    0% {
      transform: translateZ(0) translateX(0);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
    100% {
      transform: translateZ(50px) translateX(-12px);
      box-shadow: 0px  5px 13px rgba(0, 0, 0, 0.35);
    }
  }
  
  
  
  
  