/*@import "https://fonts.googleapis.com/css?family=Amatic+SC|Bad+Script|Satisfy|Shadows+Into+Light|Yellowtail";*/
* {
  box-sizing: border-box;
}

i {
  font-family: 'font-awesome';
}

body {
  overflow: hidden;
  background-image: url(../img/food.png);
  font-family: 'Amatic SC', cursive;
}
body .ui {
  width: 600px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body .ui_fruit {
  position: absolute;
  z-index: 34;
  right: -47px;
  pointer-events: none;
  top: 180px;
}
body .ui_fruit img {
  width: 344px;
}
body .ui_basket {
  color: #de467c;
  position: relative;
  top: -6px;
  text-align: right;
}
body .ui_inner {
  height: 340px;
  background-image: -webkit-linear-gradient(45deg, #ffffff 0%, #f3f3f3 100%);
  padding: 40px;
  box-shadow: 0px 2px 40px 0px transparent, 0px 6px 26px 0px #bf9b59, 0px 3px 0px -2px white inset, 0px 22px 60px 70px #f1f1f1 inset, 0px 8px 18px -7px transparent, 30px 13px 30px 28px #b18f8f inset;
}
body .ui_inner .sb {
  overflow: hidden;
  width: 450px;
  top: -1px;
  left: -171px;
  position: absolute;
  height: 480px;
  -webkit-animation: spin 14s infinite linear;
          animation: spin 14s infinite linear;
}
body .ui_inner .sb img {
  width: 450px;
  opacity: 0;
  -webkit-transition: all 0.15s 0s;
  transition: all 0.15s 0s;
}
body .ui_inner__selection label .m,
body .ui_inner__selection label .s,
body .ui_inner__selection label .l,
body .ui_inner__selection label .h {
  background: #de467c;
  position: absolute;
  right: -130px;
  cursor: pointer;
  width: 130px;
  color: white;
  padding: 20px;
  font-size: 14px;
  z-index: 4;
  font-family: 'Bad Script', cursive;
  top: 0;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}
body .ui_inner__selection label .m:hover,
body .ui_inner__selection label .s:hover,
body .ui_inner__selection label .l:hover,
body .ui_inner__selection label .h:hover {
  background: #94619c;
  padding: 20px 20px 20px 30px;
}
body .ui_inner__selection label .m,
body .ui_inner__selection label .s,
body .ui_inner__selection label .l,
body .ui_inner__selection label .h {
  border-radius: 255px 15px 205px 35px/35px 225px 35px 255px;
}
body .ui_inner__selection label .l {
  top: 0px;
  border-radius: 265px 35px 185px 14px/8px 235px 12px 255px;
  width: 126px;
  right: -119px;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.06) inset;
}
body .ui_inner__selection label .l:before {
  content: '';
  display: block;
  background: #f1f1f1;
  height: 100px;
  width: 10px;
  position: ABSOLUTE;
  LEFT: -3PX;
  top: 0px;
}
body .ui_inner__selection label .s {
  top: 63px;
  border-radius: 195px 35px 155px 3px/19px 265px 25px 235px;
  width: 127px;
  right: -123px;
}
body .ui_inner__selection label .s:before {
  content: '';
  display: block;
  background: #f1f1f1;
  height: 100px;
  width: 10px;
  position: ABSOLUTE;
  LEFT: -6PX;
  top: 0px;
}
body .ui_inner__selection label .h {
  top: 187px;
  border-radius: 195px 9px 177px 3px/49px 275px 65px 235px;
  width: 127px;
  right: -123px;
}
body .ui_inner__selection label .h:before {
  content: '';
  display: block;
  background: #f1f1f1;
  height: 100px;
  width: 10px;
  position: ABSOLUTE;
  LEFT: -6PX;
  top: 0px;
}
body .ui_inner__selection label .m {
  top: 127px;
  border-radius: 265px 15px 205px 1px/0px 225px 35px 245px;
  right: -125px;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.06) inset;
}
body .ui_inner__selection label .m:before {
  content: '';
  display: block;
  background: #f1f1f1;
  height: 100px;
  width: 10px;
  position: ABSOLUTE;
  LEFT: -5PX;
  top: 0px;
}
body .ui_inner__selection input[type="radio"] {
  display: none;
}
body .ui_inner__selection input[type="radio"]:checked + label .selected {
  background: #d02562 !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .sb img {
  opacity: 0.3;
  -webkit-transition: all 1s 0.2s;
  transition: all 1s 0.2s;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left {
  opacity: 1;
  left: -100px;
  -webkit-transition: all 0.5s 0.35s cubic-bezier(0.175, 1.605, 0.455, 0.92);
  transition: all 0.5s 0.35s cubic-bezier(0.175, 1.605, 0.455, 0.92);
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__right h2 {
  opacity: 1;
  left: 0px;
  -webkit-transition: all 0.5s 0.4s cubic-bezier(0.175, 1.605, 0.455, 0.92);
  transition: all 0.5s 0.4s cubic-bezier(0.175, 1.605, 0.455, 0.92);
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__right h3 {
  opacity: 1;
  left: 0px;
  -webkit-transition: all 0.5s 0.45s cubic-bezier(0.175, 1.605, 0.455, 0.92);
  transition: all 0.5s 0.45s cubic-bezier(0.175, 1.605, 0.455, 0.92);
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider {
  pointer-events: all;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__right p {
  opacity: 1;
  left: 0px;
  -webkit-transition: all 0.5s 0.5s cubic-bezier(0.175, 1.605, 0.455, 0.92);
  transition: all 0.5s 0.5s cubic-bezier(0.175, 1.605, 0.455, 0.92);
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__right input {
  position: relative;
  opacity: 1;
  left: 0px;
  -webkit-transition: all 0.5s 0.55s cubic-bezier(0.175, 1.605, 0.455, 0.92);
  transition: all 0.5s 0.55s cubic-bezier(0.175, 1.605, 0.455, 0.92);
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__right .add {
  position: relative;
  opacity: 1;
  left: 0px;
  -webkit-transition: all 0.5s 0.6s cubic-bezier(0.175, 1.605, 0.455, 0.92);
  transition: all 0.5s 0.6s cubic-bezier(0.175, 1.605, 0.455, 0.92);
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(1) {
  left: 29px;
  top: -3px;
  opacity: 0;
  -webkit-transform: rotate(763deg) !important;
          transform: rotate(763deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(2) {
  left: -33px;
  top: -124px;
  opacity: 0;
  -webkit-transform: rotate(978deg) !important;
          transform: rotate(978deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(3) {
  left: -204px;
  top: -80px;
  opacity: 0;
  -webkit-transform: rotate(861deg) !important;
          transform: rotate(861deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(4) {
  left: 207px;
  top: -179px;
  opacity: 0;
  -webkit-transform: rotate(937deg) !important;
          transform: rotate(937deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(5) {
  left: -139px;
  top: -72px;
  opacity: 0;
  -webkit-transform: rotate(968deg) !important;
          transform: rotate(968deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(6) {
  left: -19px;
  top: -147px;
  opacity: 0;
  -webkit-transform: rotate(1052deg) !important;
          transform: rotate(1052deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(7) {
  left: -17px;
  top: -34px;
  opacity: 0;
  -webkit-transform: rotate(765deg) !important;
          transform: rotate(765deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(8) {
  left: 89px;
  top: -24px;
  opacity: 0;
  -webkit-transform: rotate(622deg) !important;
          transform: rotate(622deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(9) {
  left: 87px;
  top: 209px;
  opacity: 0;
  -webkit-transform: rotate(1064deg) !important;
          transform: rotate(1064deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(10) {
  left: 203px;
  top: -32px;
  opacity: 0;
  -webkit-transform: rotate(911deg) !important;
          transform: rotate(911deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(11) {
  left: -222px;
  top: 160px;
  opacity: 0;
  -webkit-transform: rotate(1023deg) !important;
          transform: rotate(1023deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(12) {
  left: 43px;
  top: 225px;
  opacity: 0;
  -webkit-transform: rotate(681deg) !important;
          transform: rotate(681deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(13) {
  left: 187px;
  top: 34px;
  opacity: 0;
  -webkit-transform: rotate(911deg) !important;
          transform: rotate(911deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(14) {
  left: -156px;
  top: -54px;
  opacity: 0;
  -webkit-transform: rotate(664deg) !important;
          transform: rotate(664deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(15) {
  left: 5px;
  top: 171px;
  opacity: 0;
  -webkit-transform: rotate(970deg) !important;
          transform: rotate(970deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(16) {
  left: -33px;
  top: 87px;
  opacity: 0;
  -webkit-transform: rotate(816deg) !important;
          transform: rotate(816deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(17) {
  left: 29px;
  top: 72px;
  opacity: 0;
  -webkit-transform: rotate(1092deg) !important;
          transform: rotate(1092deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(18) {
  left: -199px;
  top: 25px;
  opacity: 0;
  -webkit-transform: rotate(871deg) !important;
          transform: rotate(871deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(19) {
  left: 85px;
  top: -71px;
  opacity: 0;
  -webkit-transform: rotate(1119deg) !important;
          transform: rotate(1119deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(20) {
  left: -178px;
  top: -196px;
  opacity: 0;
  -webkit-transform: rotate(918deg) !important;
          transform: rotate(918deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(21) {
  left: -140px;
  top: -41px;
  opacity: 0;
  -webkit-transform: rotate(904deg) !important;
          transform: rotate(904deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(22) {
  left: -30px;
  top: -51px;
  opacity: 0;
  -webkit-transform: rotate(947deg) !important;
          transform: rotate(947deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(23) {
  left: -124px;
  top: -87px;
  opacity: 0;
  -webkit-transform: rotate(610deg) !important;
          transform: rotate(610deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(24) {
  left: -136px;
  top: -67px;
  opacity: 0;
  -webkit-transform: rotate(661deg) !important;
          transform: rotate(661deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(25) {
  left: -191px;
  top: -13px;
  opacity: 0;
  -webkit-transform: rotate(632deg) !important;
          transform: rotate(632deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(26) {
  left: -1px;
  top: 181px;
  opacity: 0;
  -webkit-transform: rotate(1086deg) !important;
          transform: rotate(1086deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(27) {
  left: -101px;
  top: 135px;
  opacity: 0;
  -webkit-transform: rotate(1155deg) !important;
          transform: rotate(1155deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(28) {
  left: 129px;
  top: -224px;
  opacity: 0;
  -webkit-transform: rotate(757deg) !important;
          transform: rotate(757deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(29) {
  left: 90px;
  top: 61px;
  opacity: 0;
  -webkit-transform: rotate(1190deg) !important;
          transform: rotate(1190deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(30) {
  left: -74px;
  top: -34px;
  opacity: 0;
  -webkit-transform: rotate(957deg) !important;
          transform: rotate(957deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(31) {
  left: 99px;
  top: 101px;
  opacity: 0;
  -webkit-transform: rotate(1048deg) !important;
          transform: rotate(1048deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(32) {
  left: -57px;
  top: 163px;
  opacity: 0;
  -webkit-transform: rotate(1053deg) !important;
          transform: rotate(1053deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(33) {
  left: -220px;
  top: -83px;
  opacity: 0;
  -webkit-transform: rotate(918deg) !important;
          transform: rotate(918deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(34) {
  left: -8px;
  top: 167px;
  opacity: 0;
  -webkit-transform: rotate(620deg) !important;
          transform: rotate(620deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(35) {
  left: 182px;
  top: -116px;
  opacity: 0;
  -webkit-transform: rotate(927deg) !important;
          transform: rotate(927deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(36) {
  left: -49px;
  top: 150px;
  opacity: 0;
  -webkit-transform: rotate(929deg) !important;
          transform: rotate(929deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(37) {
  left: 195px;
  top: -116px;
  opacity: 0;
  -webkit-transform: rotate(858deg) !important;
          transform: rotate(858deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(38) {
  left: 211px;
  top: -44px;
  opacity: 0;
  -webkit-transform: rotate(1020deg) !important;
          transform: rotate(1020deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(39) {
  left: -126px;
  top: -204px;
  opacity: 0;
  -webkit-transform: rotate(1131deg) !important;
          transform: rotate(1131deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(40) {
  left: 150px;
  top: -146px;
  opacity: 0;
  -webkit-transform: rotate(667deg) !important;
          transform: rotate(667deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(41) {
  left: -227px;
  top: -26px;
  opacity: 0;
  -webkit-transform: rotate(767deg) !important;
          transform: rotate(767deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(42) {
  left: -94px;
  top: 6px;
  opacity: 0;
  -webkit-transform: rotate(748deg) !important;
          transform: rotate(748deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(43) {
  left: 139px;
  top: 62px;
  opacity: 0;
  -webkit-transform: rotate(1006deg) !important;
          transform: rotate(1006deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(44) {
  left: -36px;
  top: 53px;
  opacity: 0;
  -webkit-transform: rotate(869deg) !important;
          transform: rotate(869deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(45) {
  left: 0px;
  top: -114px;
  opacity: 0;
  -webkit-transform: rotate(779deg) !important;
          transform: rotate(779deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(46) {
  left: 142px;
  top: 48px;
  opacity: 0;
  -webkit-transform: rotate(765deg) !important;
          transform: rotate(765deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(47) {
  left: -183px;
  top: 119px;
  opacity: 0;
  -webkit-transform: rotate(783deg) !important;
          transform: rotate(783deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(48) {
  left: 167px;
  top: -30px;
  opacity: 0;
  -webkit-transform: rotate(632deg) !important;
          transform: rotate(632deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(49) {
  left: -185px;
  top: -54px;
  opacity: 0;
  -webkit-transform: rotate(1050deg) !important;
          transform: rotate(1050deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(50) {
  left: -167px;
  top: 138px;
  opacity: 0;
  -webkit-transform: rotate(1023deg) !important;
          transform: rotate(1023deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(51) {
  left: 73px;
  top: -218px;
  opacity: 0;
  -webkit-transform: rotate(874deg) !important;
          transform: rotate(874deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(52) {
  left: 197px;
  top: -153px;
  opacity: 0;
  -webkit-transform: rotate(799deg) !important;
          transform: rotate(799deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(53) {
  left: -229px;
  top: 206px;
  opacity: 0;
  -webkit-transform: rotate(775deg) !important;
          transform: rotate(775deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(54) {
  left: -227px;
  top: 174px;
  opacity: 0;
  -webkit-transform: rotate(1137deg) !important;
          transform: rotate(1137deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(55) {
  left: 5px;
  top: 216px;
  opacity: 0;
  -webkit-transform: rotate(866deg) !important;
          transform: rotate(866deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(56) {
  left: -136px;
  top: -175px;
  opacity: 0;
  -webkit-transform: rotate(1116deg) !important;
          transform: rotate(1116deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(57) {
  left: -219px;
  top: -151px;
  opacity: 0;
  -webkit-transform: rotate(1139deg) !important;
          transform: rotate(1139deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(58) {
  left: -193px;
  top: -217px;
  opacity: 0;
  -webkit-transform: rotate(772deg) !important;
          transform: rotate(772deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(59) {
  left: -193px;
  top: -203px;
  opacity: 0;
  -webkit-transform: rotate(943deg) !important;
          transform: rotate(943deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(60) {
  left: 80px;
  top: 82px;
  opacity: 0;
  -webkit-transform: rotate(1012deg) !important;
          transform: rotate(1012deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(61) {
  left: 30px;
  top: 186px;
  opacity: 0;
  -webkit-transform: rotate(1159deg) !important;
          transform: rotate(1159deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(62) {
  left: 132px;
  top: -79px;
  opacity: 0;
  -webkit-transform: rotate(778deg) !important;
          transform: rotate(778deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(63) {
  left: -116px;
  top: 227px;
  opacity: 0;
  -webkit-transform: rotate(1013deg) !important;
          transform: rotate(1013deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(64) {
  left: -123px;
  top: -227px;
  opacity: 0;
  -webkit-transform: rotate(819deg) !important;
          transform: rotate(819deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(65) {
  left: -135px;
  top: 206px;
  opacity: 0;
  -webkit-transform: rotate(1182deg) !important;
          transform: rotate(1182deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(66) {
  left: -55px;
  top: 94px;
  opacity: 0;
  -webkit-transform: rotate(1034deg) !important;
          transform: rotate(1034deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(67) {
  left: -87px;
  top: 84px;
  opacity: 0;
  -webkit-transform: rotate(863deg) !important;
          transform: rotate(863deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(68) {
  left: 201px;
  top: 91px;
  opacity: 0;
  -webkit-transform: rotate(629deg) !important;
          transform: rotate(629deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(69) {
  left: 67px;
  top: 182px;
  opacity: 0;
  -webkit-transform: rotate(1170deg) !important;
          transform: rotate(1170deg) !important;
}
body .ui_inner__selection input[type="radio"]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(70) {
  left: -224px;
  top: -46px;
  opacity: 0;
  -webkit-transform: rotate(874deg) !important;
          transform: rotate(874deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(1) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(868deg) !important;
          transform: rotate(868deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(2) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(867deg) !important;
          transform: rotate(867deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(3) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(1041deg) !important;
          transform: rotate(1041deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(4) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(1196deg) !important;
          transform: rotate(1196deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(5) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(1001deg) !important;
          transform: rotate(1001deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(6) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(896deg) !important;
          transform: rotate(896deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(7) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(603deg) !important;
          transform: rotate(603deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(8) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(1129deg) !important;
          transform: rotate(1129deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(9) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(807deg) !important;
          transform: rotate(807deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(10) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(987deg) !important;
          transform: rotate(987deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(11) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(1103deg) !important;
          transform: rotate(1103deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(12) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(962deg) !important;
          transform: rotate(962deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(13) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(844deg) !important;
          transform: rotate(844deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(14) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(726deg) !important;
          transform: rotate(726deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(15) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(988deg) !important;
          transform: rotate(988deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(16) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(612deg) !important;
          transform: rotate(612deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(17) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(644deg) !important;
          transform: rotate(644deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(18) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(834deg) !important;
          transform: rotate(834deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(19) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(964deg) !important;
          transform: rotate(964deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(20) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(1170deg) !important;
          transform: rotate(1170deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(21) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(1010deg) !important;
          transform: rotate(1010deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(22) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(632deg) !important;
          transform: rotate(632deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(23) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(650deg) !important;
          transform: rotate(650deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(24) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(934deg) !important;
          transform: rotate(934deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(25) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(1008deg) !important;
          transform: rotate(1008deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(26) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(1044deg) !important;
          transform: rotate(1044deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(27) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(1134deg) !important;
          transform: rotate(1134deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(28) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(1125deg) !important;
          transform: rotate(1125deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(29) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(1200deg) !important;
          transform: rotate(1200deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(30) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(689deg) !important;
          transform: rotate(689deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(31) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(950deg) !important;
          transform: rotate(950deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(32) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(789deg) !important;
          transform: rotate(789deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(33) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(705deg) !important;
          transform: rotate(705deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(34) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(719deg) !important;
          transform: rotate(719deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(35) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(777deg) !important;
          transform: rotate(777deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(36) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(658deg) !important;
          transform: rotate(658deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(37) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(974deg) !important;
          transform: rotate(974deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(38) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(962deg) !important;
          transform: rotate(962deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(39) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(1182deg) !important;
          transform: rotate(1182deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(40) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(925deg) !important;
          transform: rotate(925deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(41) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(851deg) !important;
          transform: rotate(851deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(42) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(1135deg) !important;
          transform: rotate(1135deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(43) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(615deg) !important;
          transform: rotate(615deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(44) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(1089deg) !important;
          transform: rotate(1089deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(45) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(781deg) !important;
          transform: rotate(781deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(46) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(720deg) !important;
          transform: rotate(720deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(47) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(1003deg) !important;
          transform: rotate(1003deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(48) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(669deg) !important;
          transform: rotate(669deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(49) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(880deg) !important;
          transform: rotate(880deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(50) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(962deg) !important;
          transform: rotate(962deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(51) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(1124deg) !important;
          transform: rotate(1124deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(52) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(969deg) !important;
          transform: rotate(969deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(53) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(622deg) !important;
          transform: rotate(622deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(54) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(1129deg) !important;
          transform: rotate(1129deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(55) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(909deg) !important;
          transform: rotate(909deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(56) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(1195deg) !important;
          transform: rotate(1195deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(57) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(1071deg) !important;
          transform: rotate(1071deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(58) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(779deg) !important;
          transform: rotate(779deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(59) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(905deg) !important;
          transform: rotate(905deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(60) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(701deg) !important;
          transform: rotate(701deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(61) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(716deg) !important;
          transform: rotate(716deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(62) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(721deg) !important;
          transform: rotate(721deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(63) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(1040deg) !important;
          transform: rotate(1040deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(64) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(1185deg) !important;
          transform: rotate(1185deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(65) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(709deg) !important;
          transform: rotate(709deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(66) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(1166deg) !important;
          transform: rotate(1166deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(67) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(996deg) !important;
          transform: rotate(996deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(68) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(779deg) !important;
          transform: rotate(779deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(69) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(903deg) !important;
          transform: rotate(903deg) !important;
}
body .ui_inner__selection input[type="checkbox"]:checked + label .add .firework_part:nth-of-type(70) {
  left: 277px;
  top: -186px;
  opacity: 1;
  -webkit-transform: rotate(607deg) !important;
          transform: rotate(607deg) !important;
}
body .ui_inner .ui_inner__slider {
  pointer-events: none;
}
body .ui_inner .ui_inner__slider .slide_inner {
  position: absolute;
  top: 54px;
  text-align: right;
}
body .ui_inner .ui_inner__slider .slide_inner__left {
  display: inline-block;
  width: 42%;
  opacity: 0;
  position: absolute;
  left: -220px;
  top: 10px;
  -webkit-transition: all 0.5s 0s cubic-bezier(0.175, 1.605, 0.455, 0.92);
}
body .ui_inner .ui_inner__slider .slide_inner__left img {
  width: 100%;
  z-index: 8;
  position: Relative;
  -webkit-filter: drop-shadow(-4px 6px 6px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-4px 6px 6px rgba(0, 0, 0, 0.2));
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework {
  position: relative;
  left: 130px;
  top: -150px;
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part {
  position: absolute;
  border-radius: 10px;
  background: Red;
  -webkit-transition: left 0.99s 0.36s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.36s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.99s 0.55s, -webkit-transform 0.6s 0.36s;
  transition: left 0.99s 0.36s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.36s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.99s 0.55s, -webkit-transform 0.6s 0.36s;
  transition: left 0.99s 0.36s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.36s, top 0.99s 0.36s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.99s 0.55s;
  transition: left 0.99s 0.36s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.36s, top 0.99s 0.36s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.99s 0.55s, -webkit-transform 0.6s 0.36s;
  left: 0;
  top: 0;
  opacity: 1;
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(1) {
  background: #dea846;
  height: 11px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(2) {
  background: #de6b46;
  height: 9px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(3) {
  background: #de9946;
  height: 9px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(4) {
  background: #de4f46;
  height: 13px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(5) {
  background: #de4647;
  height: 15px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(6) {
  background: #de4647;
  height: 12px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(7) {
  background: #de4674;
  height: 6px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(8) {
  background: #de8546;
  height: 12px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(9) {
  background: #dead46;
  height: 7px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(10) {
  background: #de9e46;
  height: 14px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(11) {
  background: #deba46;
  height: 6px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(12) {
  background: #de8546;
  height: 12px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(13) {
  background: #dec446;
  height: 6px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(14) {
  background: #dec946;
  height: 13px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(15) {
  background: #de4659;
  height: 7px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(16) {
  background: #de5c46;
  height: 9px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(17) {
  background: #de5946;
  height: 9px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(18) {
  background: #de4660;
  height: 13px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(19) {
  background: #de6446;
  height: 8px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(20) {
  background: #de465b;
  height: 11px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(21) {
  background: #de7546;
  height: 13px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(22) {
  background: #dea846;
  height: 12px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(23) {
  background: #dec146;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(24) {
  background: #de4660;
  height: 14px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(25) {
  background: #deb746;
  height: 10px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(26) {
  background: #de9646;
  height: 10px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(27) {
  background: #de8746;
  height: 13px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(28) {
  background: #ded146;
  height: 12px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(29) {
  background: #dedb46;
  height: 9px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(30) {
  background: #de7f46;
  height: 7px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(31) {
  background: #de9b46;
  height: 8px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(32) {
  background: #de6146;
  height: 6px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(33) {
  background: #de5f46;
  height: 13px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(34) {
  background: #de5946;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(35) {
  background: #dec646;
  height: 7px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(36) {
  background: #deba46;
  height: 11px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(37) {
  background: #de9b46;
  height: 10px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(38) {
  background: #ded346;
  height: 7px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(39) {
  background: #de466d;
  height: 11px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(40) {
  background: #de465b;
  height: 15px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(41) {
  background: #de5746;
  height: 11px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(42) {
  background: #de465e;
  height: 13px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(43) {
  background: #de464c;
  height: 9px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(44) {
  background: #de6e46;
  height: 12px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(45) {
  background: #de4668;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(46) {
  background: #de7f46;
  height: 10px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(47) {
  background: #dead46;
  height: 10px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(48) {
  background: #de464c;
  height: 13px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(49) {
  background: #de8246;
  height: 7px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(50) {
  background: #de9646;
  height: 12px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(51) {
  background: #ded846;
  height: 6px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(52) {
  background: #dead46;
  height: 9px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(53) {
  background: #de465e;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(54) {
  background: #de4653;
  height: 8px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(55) {
  background: #de4665;
  height: 14px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(56) {
  background: #deb046;
  height: 9px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(57) {
  background: #de464e;
  height: 8px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(58) {
  background: #dea846;
  height: 13px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(59) {
  background: #de4d46;
  height: 10px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(60) {
  background: #dea346;
  height: 8px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(61) {
  background: #deab46;
  height: 14px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(62) {
  background: #de4660;
  height: 6px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(63) {
  background: #de4647;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(64) {
  background: #de466d;
  height: 7px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(65) {
  background: #de4663;
  height: 6px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(66) {
  background: #de5f46;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(67) {
  background: #de464e;
  height: 12px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(68) {
  background: #de7d46;
  height: 10px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(69) {
  background: #de8c46;
  height: 10px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(70) {
  background: #ded146;
  height: 12px;
  width: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__right {
  display: inline-block;
  width: 70%;
  padding: 0px 40px 0px 0px;
  text-align: left;
  position: relative;
  z-index: 1;
}
body .ui_inner .ui_inner__slider .slide_inner__right .hid {
  display: none;
}
body .ui_inner .ui_inner__slider .slide_inner__right h2 {
  margin: 0px 0px 10px 0px;
  font-family: 'Amatic SC', cursive;
  color: #94619c;
  font-size: 32px;
  position: relative;
  opacity: 0;
  left: -90px;
  -webkit-transition: all 0.5s 0.2s cubic-bezier(0.175, 1.605, 0.455, 0.92);
  transition: all 0.5s 0.2s cubic-bezier(0.175, 1.605, 0.455, 0.92);
}
body .ui_inner .ui_inner__slider .slide_inner__right h3 {
  margin: 0px 0px 10px 0px;
  font-family: 'Satisfy', cursive;
  color: #de467c;
  font-size: 20px;
  position: relative;
  opacity: 0;
  left: -90px;
  -webkit-transition: all 0.5s 0.25s cubic-bezier(0.175, 1.605, 0.455, 0.92);
  transition: all 0.5s 0.25s cubic-bezier(0.175, 1.605, 0.455, 0.92);
}
body .ui_inner .ui_inner__slider .slide_inner__right h3 span {
  font-size: 11px;
}
body .ui_inner .ui_inner__slider .slide_inner__right p {
  margin: 0;
  font-family: 'Bad Script', cursive;
  line-height: 22px;
  color: #9e9da7;
  font-size: 12px;
  position: relative;
  opacity: 0;
  left: -90px;
  -webkit-transition: all 0.5s 0.3s cubic-bezier(0.175, 1.605, 0.455, 0.92);
  transition: all 0.5s 0.3s cubic-bezier(0.175, 1.605, 0.455, 0.92);
}
body .ui_inner .ui_inner__slider .slide_inner__right input {
  margin: 20px 0px;
  padding: 10px;
  outline: none;
  border-radius: 255px 15px 205px 35px/35px 225px 35px 255px;
  font-family: 'Satisfy', cursive;
  border: 3px solid #e8e8e8;
  color: #de467c;
  width: 55px;
  text-align: Center;
  position: relative;
  opacity: 0;
  left: -40px;
  -webkit-transition: all 0.5s 0.35s cubic-bezier(0.175, 1.605, 0.455, 0.92);
  transition: all 0.5s 0.35s cubic-bezier(0.175, 1.605, 0.455, 0.92);
}
body .ui_inner .ui_inner__slider .slide_inner__right .add {
  cursor: pointer;
  display: inherit;
  margin: 20px 0px;
  padding: 10px 20px;
  margin-left: 10px;
  border-radius: 255px 15px 205px 35px/35px 225px 35px 255px;
  font-family: 'Amatic SC', cursive;
  background: #de467c;
  color: white;
  width: 25px;
  text-align: Center;
  text-decoration: none;
  position: relative;
  opacity: 0;
  left: -40px;
  -webkit-transition: all 0.5s 0.4s cubic-bezier(0.175, 1.605, 0.455, 0.92);
  transition: all 0.5s 0.4s cubic-bezier(0.175, 1.605, 0.455, 0.92);
}
body .ui_inner .ui_inner__slider .slide_inner__right .add input {
  display: none;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework {
  position: absolute;
  left: 0px;
  top: 0px;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part {
  position: absolute;
  border-radius: 10px;
  left: 0;
  top: 0;
  opacity: 1;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(1) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 41px;
  top: 14px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 0.35s 0.0125s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.0125s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.0125s;
  transition: left 0.35s 0.0125s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.0125s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.0125s;
  transition: left 0.35s 0.0125s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.0125s, top 0.99s 0.0125s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 0.35s 0.0125s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.0125s, top 0.99s 0.0125s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.0125s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(2) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 42px;
  top: 20px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 0.46s 0.025s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.025s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.025s;
  transition: left 0.46s 0.025s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.025s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.025s;
  transition: left 0.46s 0.025s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.025s, top 0.99s 0.025s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 0.46s 0.025s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.025s, top 0.99s 0.025s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.025s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(3) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 43px;
  top: 11px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 0.45s 0.0375s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.0375s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.0375s;
  transition: left 0.45s 0.0375s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.0375s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.0375s;
  transition: left 0.45s 0.0375s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.0375s, top 0.99s 0.0375s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 0.45s 0.0375s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.0375s, top 0.99s 0.0375s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.0375s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(4) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 46px;
  top: 16px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 1.29s 0.05s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.05s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.05s;
  transition: left 1.29s 0.05s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.05s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.05s;
  transition: left 1.29s 0.05s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.05s, top 0.99s 0.05s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 1.29s 0.05s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.05s, top 0.99s 0.05s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.05s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(5) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 40px;
  top: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 0.38s 0.0625s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.0625s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.0625s;
  transition: left 0.38s 0.0625s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.0625s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.0625s;
  transition: left 0.38s 0.0625s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.0625s, top 0.99s 0.0625s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 0.38s 0.0625s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.0625s, top 0.99s 0.0625s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.0625s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(6) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 47px;
  top: 20px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 1.22s 0.075s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.075s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.075s;
  transition: left 1.22s 0.075s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.075s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.075s;
  transition: left 1.22s 0.075s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.075s, top 0.99s 0.075s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 1.22s 0.075s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.075s, top 0.99s 0.075s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.075s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(7) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 50px;
  top: 16px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 0.81s 0.0875s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.0875s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.0875s;
  transition: left 0.81s 0.0875s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.0875s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.0875s;
  transition: left 0.81s 0.0875s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.0875s, top 0.99s 0.0875s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 0.81s 0.0875s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.0875s, top 0.99s 0.0875s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.0875s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(8) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 46px;
  top: 18px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 1.67s 0.1s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.1s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.1s;
  transition: left 1.67s 0.1s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.1s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.1s;
  transition: left 1.67s 0.1s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.1s, top 0.99s 0.1s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 1.67s 0.1s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.1s, top 0.99s 0.1s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.1s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(9) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 47px;
  top: 12px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 0.98s 0.1125s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.1125s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.1125s;
  transition: left 0.98s 0.1125s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.1125s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.1125s;
  transition: left 0.98s 0.1125s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.1125s, top 0.99s 0.1125s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 0.98s 0.1125s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.1125s, top 0.99s 0.1125s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.1125s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(10) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 48px;
  top: 14px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 1.25s 0.125s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.125s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.125s;
  transition: left 1.25s 0.125s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.125s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.125s;
  transition: left 1.25s 0.125s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.125s, top 0.99s 0.125s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 1.25s 0.125s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.125s, top 0.99s 0.125s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.125s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(11) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 40px;
  top: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 0.93s 0.1375s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.1375s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.1375s;
  transition: left 0.93s 0.1375s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.1375s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.1375s;
  transition: left 0.93s 0.1375s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.1375s, top 0.99s 0.1375s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 0.93s 0.1375s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.1375s, top 0.99s 0.1375s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.1375s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(12) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 46px;
  top: 18px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 0.8s 0.15s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.15s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.15s;
  transition: left 0.8s 0.15s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.15s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.15s;
  transition: left 0.8s 0.15s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.15s, top 0.99s 0.15s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 0.8s 0.15s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.15s, top 0.99s 0.15s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.15s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(13) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 45px;
  top: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 1.02s 0.1625s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.1625s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.1625s;
  transition: left 1.02s 0.1625s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.1625s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.1625s;
  transition: left 1.02s 0.1625s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.1625s, top 0.99s 0.1625s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 1.02s 0.1625s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.1625s, top 0.99s 0.1625s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.1625s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(14) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 41px;
  top: 19px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 0.39s 0.175s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.175s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.175s;
  transition: left 0.39s 0.175s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.175s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.175s;
  transition: left 0.39s 0.175s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.175s, top 0.99s 0.175s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 0.39s 0.175s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.175s, top 0.99s 0.175s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.175s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(15) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 42px;
  top: 18px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 1.03s 0.1875s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.1875s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.1875s;
  transition: left 1.03s 0.1875s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.1875s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.1875s;
  transition: left 1.03s 0.1875s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.1875s, top 0.99s 0.1875s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 1.03s 0.1875s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.1875s, top 0.99s 0.1875s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.1875s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(16) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 50px;
  top: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 0.34s 0.2s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.2s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.2s;
  transition: left 0.34s 0.2s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.2s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.2s;
  transition: left 0.34s 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.2s, top 0.99s 0.2s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 0.34s 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.2s, top 0.99s 0.2s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.2s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(17) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 43px;
  top: 20px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 0.44s 0.2125s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.2125s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.2125s;
  transition: left 0.44s 0.2125s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.2125s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.2125s;
  transition: left 0.44s 0.2125s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.2125s, top 0.99s 0.2125s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 0.44s 0.2125s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.2125s, top 0.99s 0.2125s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.2125s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(18) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 41px;
  top: 12px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 1.61s 0.225s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.225s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.225s;
  transition: left 1.61s 0.225s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.225s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.225s;
  transition: left 1.61s 0.225s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.225s, top 0.99s 0.225s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 1.61s 0.225s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.225s, top 0.99s 0.225s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.225s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(19) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 41px;
  top: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 0.58s 0.2375s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.2375s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.2375s;
  transition: left 0.58s 0.2375s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.2375s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.2375s;
  transition: left 0.58s 0.2375s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.2375s, top 0.99s 0.2375s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 0.58s 0.2375s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.2375s, top 0.99s 0.2375s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.2375s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(20) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 40px;
  top: 17px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 1.08s 0.25s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.25s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.25s;
  transition: left 1.08s 0.25s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.25s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.25s;
  transition: left 1.08s 0.25s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.25s, top 0.99s 0.25s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 1.08s 0.25s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.25s, top 0.99s 0.25s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.25s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(21) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 40px;
  top: 16px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 1.48s 0.2625s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.2625s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.2625s;
  transition: left 1.48s 0.2625s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.2625s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.2625s;
  transition: left 1.48s 0.2625s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.2625s, top 0.99s 0.2625s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 1.48s 0.2625s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.2625s, top 0.99s 0.2625s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.2625s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(22) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 46px;
  top: 14px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 0.5s 0.275s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.275s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.275s;
  transition: left 0.5s 0.275s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.275s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.275s;
  transition: left 0.5s 0.275s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.275s, top 0.99s 0.275s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 0.5s 0.275s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.275s, top 0.99s 0.275s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.275s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(23) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 40px;
  top: 20px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 0.73s 0.2875s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.2875s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.2875s;
  transition: left 0.73s 0.2875s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.2875s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.2875s;
  transition: left 0.73s 0.2875s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.2875s, top 0.99s 0.2875s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 0.73s 0.2875s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.2875s, top 0.99s 0.2875s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.2875s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(24) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 49px;
  top: 17px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 0.67s 0.3s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.3s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.3s;
  transition: left 0.67s 0.3s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.3s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.3s;
  transition: left 0.67s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.3s, top 0.99s 0.3s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 0.67s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.3s, top 0.99s 0.3s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.3s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(25) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 50px;
  top: 19px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 0.83s 0.3125s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.3125s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.3125s;
  transition: left 0.83s 0.3125s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.3125s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.3125s;
  transition: left 0.83s 0.3125s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.3125s, top 0.99s 0.3125s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 0.83s 0.3125s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.3125s, top 0.99s 0.3125s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.3125s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(26) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 40px;
  top: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 1.06s 0.325s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.325s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.325s;
  transition: left 1.06s 0.325s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.325s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.325s;
  transition: left 1.06s 0.325s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.325s, top 0.99s 0.325s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 1.06s 0.325s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.325s, top 0.99s 0.325s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.325s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(27) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 40px;
  top: 16px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 1.68s 0.3375s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.3375s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.3375s;
  transition: left 1.68s 0.3375s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.3375s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.3375s;
  transition: left 1.68s 0.3375s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.3375s, top 0.99s 0.3375s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 1.68s 0.3375s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.3375s, top 0.99s 0.3375s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.3375s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(28) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 47px;
  top: 16px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 0.66s 0.35s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.35s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.35s;
  transition: left 0.66s 0.35s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.35s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.35s;
  transition: left 0.66s 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.35s, top 0.99s 0.35s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 0.66s 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.35s, top 0.99s 0.35s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.35s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(29) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 44px;
  top: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 1.05s 0.3625s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.3625s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.3625s;
  transition: left 1.05s 0.3625s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.3625s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.3625s;
  transition: left 1.05s 0.3625s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.3625s, top 0.99s 0.3625s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 1.05s 0.3625s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.3625s, top 0.99s 0.3625s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.3625s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(30) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 46px;
  top: 20px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 1.38s 0.375s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.375s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.375s;
  transition: left 1.38s 0.375s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.375s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.375s;
  transition: left 1.38s 0.375s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.375s, top 0.99s 0.375s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 1.38s 0.375s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.375s, top 0.99s 0.375s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.375s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(31) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 40px;
  top: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 0.49s 0.3875s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.3875s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.3875s;
  transition: left 0.49s 0.3875s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.3875s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.3875s;
  transition: left 0.49s 0.3875s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.3875s, top 0.99s 0.3875s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 0.49s 0.3875s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.3875s, top 0.99s 0.3875s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.3875s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(32) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 41px;
  top: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 1.43s 0.4s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.4s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.4s;
  transition: left 1.43s 0.4s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.4s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.4s;
  transition: left 1.43s 0.4s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.4s, top 0.99s 0.4s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 1.43s 0.4s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.4s, top 0.99s 0.4s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.4s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(33) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 50px;
  top: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 1.59s 0.4125s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.4125s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.4125s;
  transition: left 1.59s 0.4125s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.4125s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.4125s;
  transition: left 1.59s 0.4125s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.4125s, top 0.99s 0.4125s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 1.59s 0.4125s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.4125s, top 0.99s 0.4125s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.4125s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(34) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 40px;
  top: 16px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 1.56s 0.425s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.425s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.425s;
  transition: left 1.56s 0.425s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.425s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.425s;
  transition: left 1.56s 0.425s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.425s, top 0.99s 0.425s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 1.56s 0.425s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.425s, top 0.99s 0.425s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.425s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(35) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 50px;
  top: 18px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 1.67s 0.4375s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.4375s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.4375s;
  transition: left 1.67s 0.4375s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.4375s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.4375s;
  transition: left 1.67s 0.4375s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.4375s, top 0.99s 0.4375s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 1.67s 0.4375s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.4375s, top 0.99s 0.4375s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.4375s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(36) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 44px;
  top: 18px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 1.68s 0.45s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.45s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.45s;
  transition: left 1.68s 0.45s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.45s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.45s;
  transition: left 1.68s 0.45s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.45s, top 0.99s 0.45s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 1.68s 0.45s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.45s, top 0.99s 0.45s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.45s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(37) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 43px;
  top: 11px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 1.46s 0.4625s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.4625s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.4625s;
  transition: left 1.46s 0.4625s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.4625s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.4625s;
  transition: left 1.46s 0.4625s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.4625s, top 0.99s 0.4625s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 1.46s 0.4625s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.4625s, top 0.99s 0.4625s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.4625s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(38) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 41px;
  top: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 1.13s 0.475s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.475s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.475s;
  transition: left 1.13s 0.475s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.475s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.475s;
  transition: left 1.13s 0.475s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.475s, top 0.99s 0.475s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 1.13s 0.475s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.475s, top 0.99s 0.475s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.475s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(39) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 50px;
  top: 11px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 1.01s 0.4875s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.4875s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.4875s;
  transition: left 1.01s 0.4875s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.4875s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.4875s;
  transition: left 1.01s 0.4875s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.4875s, top 0.99s 0.4875s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 1.01s 0.4875s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.4875s, top 0.99s 0.4875s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.4875s;
}
body .ui_inner .ui_inner__slider .slide_inner__right .add .firework_part:nth-of-type(40) {
  background: #de467c;
  height: 5px;
  width: 5px;
  opacity: 0;
  left: 44px;
  top: 16px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 1.64s 0.5s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.5s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.5s;
  transition: left 1.64s 0.5s cubic-bezier(0.23, 1, 0.32, 1), top 0.99s 0.5s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.5s;
  transition: left 1.64s 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.5s, top 0.99s 0.5s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s;
  transition: left 1.64s 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s 0.5s, top 0.99s 0.5s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.3s 0.2s, -webkit-transform 0.6s 0.5s;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
