/* PRELOADER GOES BEFORE ANYTHING ELSE----*/
.mask {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  position: fixed;
  top:0px;
  left:0px;
  z-index: 100000;
}

#spinner {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    background: url("https://382b33.claudeassets.com/20230506011603im_/https://aiebaobabycarriers.com/wp-content/themes/babystreet/image/001-rocking-horse.png") center center no-repeat;
    background-size: 80px 80px;
    -webkit-animation: babystreet-swing ease-in-out 0.5s infinite alternate;
    animation: babystreet-swing ease-in-out 0.5s infinite alternate;
    transform-origin: center 120px;
}

#spinner:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    border: 2px dashed;
    border-radius: 50%;
    opacity: 0.4;
}

@-webkit-keyframes babystreet-swing {
    0% { transform: rotate(12deg); }
    100% { transform: rotate(-12deg); }
}

@keyframes babystreet-swing {
    0% { transform: rotate(12deg); }
    100% { transform: rotate(-12deg); }
}

/* END OF PRELOADER ----*/
/*
     FILE ARCHIVED ON 00:54:05 May 06, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:46:28 Jul 25, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.571
  exclusion.robots: 0.069
  exclusion.robots.policy: 0.06
  esindex: 0.009
  cdx.remote: 9.155
  LoadShardBlock: 108.317 (3)
  PetaboxLoader3.datanode: 114.704 (5)
  PetaboxLoader3.resolve: 57.698 (2)
  load_resource: 120.178
  loaddict: 57.779
*/