#overlay-loading {
  z-index: 9999;
  background: #4c963e1c;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
}

.sagaTech {
  width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  height: 150px;
  display: flex;
  align-items: center
}

.obj_1 {
  width: 115px;
  height: 55px;
  margin: 0 3px 15px 2px;
  background: -webkit-gradient(linear, left top, right top, from(#07868C), to(#0E8E81)) no-repeat;
  border-radius: 15px;
  animation: sagaTech .9s infinite;
}

.obj_2 {
  width: 115px;
  height: 87px;
  margin: 20px 3px 30px 2px;
  background: -webkit-gradient(linear, left top, right top, from(#188E7F), to(#1B957C)) no-repeat;
  border-radius: 15px;
  animation: sagaTech .9s infinite;
}

.obj_3 {
  width: 115px;
  height: 85px;
  margin: 10px 3px 45px 2px;
  background: -webkit-gradient(linear, left top, right top, from(#2D9275), to(#339C73)) no-repeat;
  border-radius: 15px;
  animation: sagaTech .9s infinite;
}

.obj_4 {
  width: 115px;
  height: 77px;
  margin: 18px 3px 45px 2px;
  background: -webkit-gradient(linear, left top, right top, from(#3D9D70), to(#4D9F6A)) no-repeat;
  border-radius: 15px;
  animation: sagaTech .9s infinite;
}

.obj_5 {
  width: 115px;
  height: 55px;
  margin: 0 3px 15px 2px;
  background: -webkit-gradient(linear, left top, right top, from(#4FA664), to(#5FAA64)) no-repeat;
  border-radius: 10px;
  animation: sagaTech .9s infinite;
}

.obj_6 {
  width: 115px;
  height: 27px;
  margin: 15px 3px 22px 2px;
  background: -webkit-gradient(linear, left top, right top, from(#6EA763), to(#6EAF57)) no-repeat;
  border-radius: 10px;
  animation: sagaTech .9s infinite;
}

@keyframes sagaTech {
  20% {
      height: 70px;
  }
  50% {
      height: 15px;
  }
}
