@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(https://www.toptal.com/designers/subtlepatterns/patterns/food.png);
  font-family: "Amatic SC", cursive;
}
body .ui {
  width: 600px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 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;
  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;
  transition: all 0.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;
  transition: all 1s 0.2s;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left {
  opacity: 1;
  left: -100px;
  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;
  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;
  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;
  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;
  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;
  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: -160px;
  top: -13px;
  opacity: 0;
  transform: rotate(250deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(2) {
  left: -103px;
  top: -33px;
  opacity: 0;
  transform: rotate(414deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(3) {
  left: -219px;
  top: -178px;
  opacity: 0;
  transform: rotate(-411deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(4) {
  left: -34px;
  top: -151px;
  opacity: 0;
  transform: rotate(218deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(5) {
  left: -115px;
  top: -204px;
  opacity: 0;
  transform: rotate(-420deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(6) {
  left: -122px;
  top: -195px;
  opacity: 0;
  transform: rotate(205deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(7) {
  left: -96px;
  top: -92px;
  opacity: 0;
  transform: rotate(587deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(8) {
  left: -108px;
  top: -210px;
  opacity: 0;
  transform: rotate(-589deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(9) {
  left: -50px;
  top: -35px;
  opacity: 0;
  transform: rotate(-367deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(10) {
  left: -178px;
  top: -53px;
  opacity: 0;
  transform: rotate(-140deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(11) {
  left: -50px;
  top: -42px;
  opacity: 0;
  transform: rotate(-107deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(12) {
  left: -190px;
  top: -83px;
  opacity: 0;
  transform: rotate(-488deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(13) {
  left: -141px;
  top: -195px;
  opacity: 0;
  transform: rotate(-22deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(14) {
  left: -3px;
  top: -98px;
  opacity: 0;
  transform: rotate(-346deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(15) {
  left: -7px;
  top: -138px;
  opacity: 0;
  transform: rotate(67deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(16) {
  left: -166px;
  top: -93px;
  opacity: 0;
  transform: rotate(-360deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(17) {
  left: -202px;
  top: -82px;
  opacity: 0;
  transform: rotate(-374deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(18) {
  left: -28px;
  top: -212px;
  opacity: 0;
  transform: rotate(-135deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(19) {
  left: -223px;
  top: -46px;
  opacity: 0;
  transform: rotate(535deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(20) {
  left: -15px;
  top: -54px;
  opacity: 0;
  transform: rotate(521deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(21) {
  left: -59px;
  top: -106px;
  opacity: 0;
  transform: rotate(496deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(22) {
  left: -149px;
  top: -96px;
  opacity: 0;
  transform: rotate(-419deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(23) {
  left: -68px;
  top: -140px;
  opacity: 0;
  transform: rotate(-471deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(24) {
  left: -120px;
  top: -9px;
  opacity: 0;
  transform: rotate(-13deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(25) {
  left: -63px;
  top: -19px;
  opacity: 0;
  transform: rotate(-513deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(26) {
  left: -90px;
  top: -185px;
  opacity: 0;
  transform: rotate(102deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(27) {
  left: -135px;
  top: -200px;
  opacity: 0;
  transform: rotate(484deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(28) {
  left: -89px;
  top: -21px;
  opacity: 0;
  transform: rotate(525deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(29) {
  left: -214px;
  top: -203px;
  opacity: 0;
  transform: rotate(-114deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(30) {
  left: -117px;
  top: -228px;
  opacity: 0;
  transform: rotate(321deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(31) {
  left: -136px;
  top: -116px;
  opacity: 0;
  transform: rotate(-153deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(32) {
  left: -113px;
  top: -80px;
  opacity: 0;
  transform: rotate(377deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(33) {
  left: -77px;
  top: -22px;
  opacity: 0;
  transform: rotate(526deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(34) {
  left: -148px;
  top: -206px;
  opacity: 0;
  transform: rotate(-274deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(35) {
  left: -215px;
  top: -23px;
  opacity: 0;
  transform: rotate(132deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(36) {
  left: -224px;
  top: -136px;
  opacity: 0;
  transform: rotate(553deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(37) {
  left: -147px;
  top: -161px;
  opacity: 0;
  transform: rotate(0deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(38) {
  left: -224px;
  top: -196px;
  opacity: 0;
  transform: rotate(449deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(39) {
  left: -17px;
  top: -206px;
  opacity: 0;
  transform: rotate(172deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(40) {
  left: -86px;
  top: -2px;
  opacity: 0;
  transform: rotate(332deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(41) {
  left: -229px;
  top: -164px;
  opacity: 0;
  transform: rotate(34deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(42) {
  left: -174px;
  top: -10px;
  opacity: 0;
  transform: rotate(-7deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(43) {
  left: -26px;
  top: -134px;
  opacity: 0;
  transform: rotate(-536deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(44) {
  left: -50px;
  top: -20px;
  opacity: 0;
  transform: rotate(-244deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(45) {
  left: -84px;
  top: -48px;
  opacity: 0;
  transform: rotate(93deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(46) {
  left: -78px;
  top: -68px;
  opacity: 0;
  transform: rotate(387deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(47) {
  left: -21px;
  top: -155px;
  opacity: 0;
  transform: rotate(-263deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(48) {
  left: -208px;
  top: -94px;
  opacity: 0;
  transform: rotate(176deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(49) {
  left: -156px;
  top: -46px;
  opacity: 0;
  transform: rotate(123deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(50) {
  left: -64px;
  top: -189px;
  opacity: 0;
  transform: rotate(-204deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(51) {
  left: -32px;
  top: -199px;
  opacity: 0;
  transform: rotate(91deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(52) {
  left: -111px;
  top: -152px;
  opacity: 0;
  transform: rotate(-16deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(53) {
  left: -198px;
  top: -10px;
  opacity: 0;
  transform: rotate(-516deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(54) {
  left: -123px;
  top: -97px;
  opacity: 0;
  transform: rotate(302deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(55) {
  left: -105px;
  top: -212px;
  opacity: 0;
  transform: rotate(-258deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(56) {
  left: -210px;
  top: -5px;
  opacity: 0;
  transform: rotate(-561deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(57) {
  left: -112px;
  top: -11px;
  opacity: 0;
  transform: rotate(-129deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(58) {
  left: -135px;
  top: -20px;
  opacity: 0;
  transform: rotate(-10deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(59) {
  left: -159px;
  top: -21px;
  opacity: 0;
  transform: rotate(398deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(60) {
  left: -32px;
  top: -194px;
  opacity: 0;
  transform: rotate(72deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(61) {
  left: -102px;
  top: -145px;
  opacity: 0;
  transform: rotate(-310deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(62) {
  left: -42px;
  top: -103px;
  opacity: 0;
  transform: rotate(-185deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(63) {
  left: -74px;
  top: -87px;
  opacity: 0;
  transform: rotate(-186deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(64) {
  left: -89px;
  top: -63px;
  opacity: 0;
  transform: rotate(-366deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(65) {
  left: -23px;
  top: -54px;
  opacity: 0;
  transform: rotate(289deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(66) {
  left: -15px;
  top: -38px;
  opacity: 0;
  transform: rotate(-343deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(67) {
  left: -27px;
  top: -14px;
  opacity: 0;
  transform: rotate(82deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(68) {
  left: -192px;
  top: -123px;
  opacity: 0;
  transform: rotate(513deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(69) {
  left: -175px;
  top: -101px;
  opacity: 0;
  transform: rotate(-409deg) !important;
}
body .ui_inner__selection input[type=radio]:checked + label .ui_inner__slider .slide_inner__left .firework .firework_part:nth-of-type(70) {
  left: -164px;
  top: -81px;
  opacity: 0;
  transform: rotate(-456deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(1) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(11deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(2) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-205deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(3) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-590deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(4) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(488deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(5) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-133deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(6) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-255deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(7) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(171deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(8) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(367deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(9) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-224deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(10) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(146deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(11) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-15deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(12) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-364deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(13) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-383deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(14) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(277deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(15) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-235deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(16) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(293deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(17) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-52deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(18) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-399deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(19) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-262deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(20) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(520deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(21) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-303deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(22) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(178deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(23) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(184deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(24) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-407deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(25) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-241deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(26) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-37deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(27) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-544deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(28) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(101deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(29) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(264deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(30) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(72deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(31) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(439deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(32) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-81deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(33) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(459deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(34) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-170deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(35) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(376deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(36) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(227deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(37) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(45deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(38) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(354deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(39) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(308deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(40) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-143deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(41) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-110deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(42) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(214deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(43) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-111deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(44) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-449deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(45) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(62deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(46) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-47deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(47) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(52deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(48) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(197deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(49) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-212deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(50) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-357deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(51) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-252deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(52) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-342deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(53) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-428deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(54) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-254deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(55) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-519deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(56) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-569deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(57) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-129deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(58) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-165deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(59) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-40deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(60) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(389deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(61) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-101deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(62) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(406deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(63) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-38deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(64) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-5deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(65) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-558deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(66) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(186deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(67) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(273deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(68) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(-250deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(69) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(195deg) !important;
}
body .ui_inner__selection input[type=checkbox]:checked + label .add .firework_part:nth-of-type(70) {
  left: 277px;
  top: -186px;
  opacity: 1;
  transform: rotate(157deg) !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;
  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;
  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;
  left: 0;
  top: 0;
  opacity: 1;
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(1) {
  background: #de6146;
  height: 3px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(2) {
  background: #dea846;
  height: 5px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(3) {
  background: #de8a46;
  height: 7px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(4) {
  background: #dea046;
  height: 10px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(5) {
  background: #debf46;
  height: 4px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(6) {
  background: #deab46;
  height: 10px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(7) {
  background: #de9b46;
  height: -1px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(8) {
  background: #de5f46;
  height: 3px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(9) {
  background: #de6b46;
  height: 2px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(10) {
  background: #de6b46;
  height: 9px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(11) {
  background: #de9946;
  height: -4px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(12) {
  background: #de9646;
  height: 7px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(13) {
  background: #debf46;
  height: 1px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(14) {
  background: #de4656;
  height: 8px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(15) {
  background: #de7546;
  height: 6px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(16) {
  background: #deb246;
  height: 8px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(17) {
  background: #dec646;
  height: 1px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(18) {
  background: #dec146;
  height: 1px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(19) {
  background: #de4674;
  height: 8px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(20) {
  background: #de6b46;
  height: 7px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(21) {
  background: #de7d46;
  height: 1px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(22) {
  background: #de4677;
  height: 1px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(23) {
  background: #de4647;
  height: 9px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(24) {
  background: #de4668;
  height: 9px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(25) {
  background: #deb546;
  height: 5px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(26) {
  background: #de8746;
  height: 8px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(27) {
  background: #de4663;
  height: 3px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(28) {
  background: #de4659;
  height: 4px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(29) {
  background: #de4647;
  height: 4px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(30) {
  background: #de4679;
  height: 5px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(31) {
  background: #de9e46;
  height: -1px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(32) {
  background: #de8f46;
  height: 7px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(33) {
  background: #deb546;
  height: 5px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(34) {
  background: #debf46;
  height: -4px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(35) {
  background: #de465e;
  height: -3px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(36) {
  background: #de8a46;
  height: -1px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(37) {
  background: #de4659;
  height: 2px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(38) {
  background: #de4653;
  height: -2px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(39) {
  background: #debc46;
  height: -2px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(40) {
  background: #deab46;
  height: 6px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(41) {
  background: #de9e46;
  height: 2px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(42) {
  background: #dedb46;
  height: 2px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(43) {
  background: #de4677;
  height: 1px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(44) {
  background: #de4674;
  height: 0px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(45) {
  background: #de466d;
  height: 4px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(46) {
  background: #de4674;
  height: 2px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(47) {
  background: #de9b46;
  height: 4px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(48) {
  background: #de4672;
  height: -1px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(49) {
  background: #de8746;
  height: 6px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(50) {
  background: #de465b;
  height: -1px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(51) {
  background: #de466d;
  height: 10px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(52) {
  background: #deab46;
  height: 0px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(53) {
  background: #de4672;
  height: 10px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(54) {
  background: #ded146;
  height: 7px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(55) {
  background: #de9446;
  height: 2px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(56) {
  background: #de4659;
  height: 0px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(57) {
  background: #de5c46;
  height: -1px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(58) {
  background: #de4653;
  height: 6px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(59) {
  background: #de4d46;
  height: 1px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(60) {
  background: #ded846;
  height: 7px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(61) {
  background: #de8746;
  height: 7px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(62) {
  background: #ded146;
  height: -4px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(63) {
  background: #de7d46;
  height: 5px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(64) {
  background: #deb546;
  height: 10px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(65) {
  background: #de6946;
  height: 6px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(66) {
  background: #debf46;
  height: 4px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(67) {
  background: #de4656;
  height: -2px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(68) {
  background: #de5c46;
  height: -2px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(69) {
  background: #deb546;
  height: -4px;
  width: 5px;
  transform: rotate(0deg);
}
body .ui_inner .ui_inner__slider .slide_inner__left .firework_part:nth-of-type(70) {
  background: #de4660;
  height: 8px;
  width: 5px;
  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;
  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;
  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;
  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;
  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;
  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: -4px;
  top: 4px;
  transform: rotate(0deg);
  transition: left 0.38s 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;
}
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: 8px;
  top: 9px;
  transform: rotate(0deg);
  transition: left 0.44s 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;
}
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: -38px;
  top: -7px;
  transform: rotate(0deg);
  transition: left -0.06s 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;
}
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: -30px;
  top: 7px;
  transform: rotate(0deg);
  transition: left 0.52s 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;
}
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: -6px;
  top: 3px;
  transform: rotate(0deg);
  transition: left 0.57s 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;
}
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: -19px;
  top: 1px;
  transform: rotate(0deg);
  transition: left -0.14s 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;
}
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: -15px;
  top: 10px;
  transform: rotate(0deg);
  transition: left 0.98s 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;
}
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: -31px;
  top: 2px;
  transform: rotate(0deg);
  transition: left 0.16s 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;
}
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: -33px;
  top: -4px;
  transform: rotate(0deg);
  transition: left -0.17s 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;
}
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: -39px;
  top: -4px;
  transform: rotate(0deg);
  transition: left -0.21s 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;
}
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: -35px;
  top: 10px;
  transform: rotate(0deg);
  transition: left -0.17s 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;
}
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: -39px;
  top: 4px;
  transform: rotate(0deg);
  transition: left -0.06s 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;
}
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: -23px;
  top: 5px;
  transform: rotate(0deg);
  transition: left 0.38s 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;
}
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: -9px;
  top: 8px;
  transform: rotate(0deg);
  transition: left 1.4s 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;
}
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: -31px;
  top: 0px;
  transform: rotate(0deg);
  transition: left 0.99s 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;
}
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: -31px;
  top: -7px;
  transform: rotate(0deg);
  transition: left 0.19s 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;
}
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: -4px;
  top: 7px;
  transform: rotate(0deg);
  transition: left 1.12s 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;
}
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: -15px;
  top: -9px;
  transform: rotate(0deg);
  transition: left 0.67s 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;
}
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: 6px;
  top: 1px;
  transform: rotate(0deg);
  transition: left 1.11s 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;
}
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: -36px;
  top: -1px;
  transform: rotate(0deg);
  transition: left 0s 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;
}
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: -37px;
  top: -5px;
  transform: rotate(0deg);
  transition: left 1.33s 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;
}
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: -8px;
  top: 10px;
  transform: rotate(0deg);
  transition: left 1.3s 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;
}
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: 6px;
  top: -7px;
  transform: rotate(0deg);
  transition: left 1.39s 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;
}
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: -15px;
  top: 2px;
  transform: rotate(0deg);
  transition: left 0.73s 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;
}
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: -33px;
  top: -4px;
  transform: rotate(0deg);
  transition: left -0.02s 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;
}
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: -4px;
  top: -4px;
  transform: rotate(0deg);
  transition: left 0.59s 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;
}
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: 10px;
  top: 9px;
  transform: rotate(0deg);
  transition: left 0.12s 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;
}
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: 2px;
  top: -6px;
  transform: rotate(0deg);
  transition: left -0.18s 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;
}
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: -7px;
  top: -6px;
  transform: rotate(0deg);
  transition: left 0.32s 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;
}
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: -21px;
  top: -6px;
  transform: rotate(0deg);
  transition: left 0.82s 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;
}
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: -16px;
  top: -6px;
  transform: rotate(0deg);
  transition: left 0.77s 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;
}
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: -5px;
  top: 5px;
  transform: rotate(0deg);
  transition: left 0.36s 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;
}
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: -15px;
  top: 7px;
  transform: rotate(0deg);
  transition: left -0.23s 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;
}
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: -22px;
  top: -5px;
  transform: rotate(0deg);
  transition: left -0.13s 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;
}
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: -12px;
  top: 4px;
  transform: rotate(0deg);
  transition: left 0.93s 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;
}
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: 9px;
  top: 5px;
  transform: rotate(0deg);
  transition: left 0.72s 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;
}
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: -37px;
  top: -8px;
  transform: rotate(0deg);
  transition: left 0.5s 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;
}
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: -5px;
  top: -3px;
  transform: rotate(0deg);
  transition: left 0.96s 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;
}
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: -21px;
  top: 0px;
  transform: rotate(0deg);
  transition: left -0.23s 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;
}
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: -20px;
  top: -2px;
  transform: rotate(0deg);
  transition: left -0.04s 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-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

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