.tell_me_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 75px;
  background: #030011;
  background: -webkit-gradient(linear, left top, left bottom, from(#030011), color-stop(36%, #030011), color-stop(89%, #000073), to(#000073));
  background: linear-gradient(180deg, #030011 0%, #030011 36%, #000073 89%, #000073 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#030011",endColorstr="#000073",GradientType=1);
  padding-top: 130px;
  padding-bottom: 150px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .tell_me_wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .tell_me_wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .tell_me_wrapper {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.tell_me_wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.59;
}
.tell_me_wrapper .container {
  position: relative;
  z-index: 9;
}
.tell_me_wrapper .tell_me_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tell_me_wrapper .tell_me_header {
  width: 100%;
  max-width: 895px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .tell_me_wrapper .tell_me_header {
    margin-bottom: 40px;
  }
}
.tell_me_wrapper .tell_me_header .title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  font-family: "Sofia Pro";
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .tell_me_wrapper .tell_me_header .title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .tell_me_wrapper .tell_me_header .title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 575.98px) {
  .tell_me_wrapper .tell_me_header .title {
    font-size: 22px;
    line-height: 28px;
  }
}
.tell_me_wrapper .tell_mes_wrapper {
  width: 100%;
  position: relative;
  max-width: 1085px;
  margin-left: auto;
  margin-right: auto;
}
.tell_me_wrapper .tell_mes_wrapper .tell_mes_inner {
  width: auto;
  margin: 0px -42px;
}
@media (max-width: 576.98px) {
  .tell_me_wrapper .tell_mes_wrapper .tell_mes_inner {
    margin: 0px -15px;
  }
}
.tell_me_wrapper .tell_mes_wrapper .tell_mes_inner .tell_me_item {
  padding: 0px 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .tell_me_wrapper .tell_mes_wrapper .tell_mes_inner .tell_me_item {
    margin-bottom: 25px;
  }
}
@media (max-width: 576.98px) {
  .tell_me_wrapper .tell_mes_wrapper .tell_mes_inner .tell_me_item {
    padding: 0px 15px;
  }
}
.tell_me_wrapper .tell_mes_wrapper .tell_mes_inner .tell_me_item .tell_me_item_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.tell_me_wrapper .tell_mes_wrapper .tell_mes_inner .tell_me_item .tell_me_item_inner .bg_gradient_shape {
  -webkit-mask-image: url(../../../images/home-page/section-02/mask_image.svg);
  mask-image: url(../../../images/home-page/section-02/mask_image.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 244px;
  height: 179px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.47;
}
@media (max-width: 576px) {
  .tell_me_wrapper .tell_mes_wrapper .tell_mes_inner .tell_me_item .tell_me_item_inner .bg_gradient_shape {
    width: 150px;
    height: 110px;
  }
}
.tell_me_wrapper .tell_mes_wrapper .tell_mes_inner .tell_me_item .tell_me_item_inner .bg_gradient_shape .bg_gradient_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fd2c55;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd2c55), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #fd2c55 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fd2c55",endColorstr="#000000",GradientType=1);
}
.tell_me_wrapper .tell_mes_wrapper .tell_mes_inner .tell_me_item .tell_me_item_inner .title_wrapper {
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 95px;
}
@media (max-width: 576px) {
  .tell_me_wrapper .tell_mes_wrapper .tell_mes_inner .tell_me_item .tell_me_item_inner .title_wrapper {
    padding-top: 70px;
  }
}
.tell_me_wrapper .tell_mes_wrapper .tell_mes_inner .tell_me_item .tell_me_item_inner .title_wrapper h2 {
  font-size: 60px;
  line-height: 1;
  color: #FD2C55;
  font-family: "Frunch";
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 576px) {
  .tell_me_wrapper .tell_mes_wrapper .tell_mes_inner .tell_me_item .tell_me_item_inner .title_wrapper h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.tell_me_wrapper .tell_mes_wrapper .tell_mes_inner .tell_me_item .tell_me_item_inner .title_wrapper h4 {
  font-size: 25px;
  line-height: 1.35;
  color: #fff;
  font-family: "Sofia Pro";
  font-weight: 300;
  max-width: 251px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .tell_me_wrapper .tell_mes_wrapper .tell_mes_inner .tell_me_item .tell_me_item_inner .title_wrapper h4 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .tell_me_wrapper .tell_mes_wrapper .tell_mes_inner .tell_me_item .tell_me_item_inner .title_wrapper h4 {
    font-size: 16px;
    max-width: 122px;
  }
}
.tell_me_wrapper .tell_mes_wrapper .tell_mes_inner .tell_me_item:nth-child(2n) .bg_gradient_shape .bg_gradient_inner {
  background: #3700ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#3700ff), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #3700ff 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fd2c55",endColorstr="#000000",GradientType=1);
}
.tell_me_wrapper .tell_mes_wrapper .tell_mes_inner .tell_me_item:nth-child(5) .bg_gradient_shape .bg_gradient_inner {
  background: #e700ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#e700ff), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #e700ff 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fd2c55",endColorstr="#000000",GradientType=1);
}
.tell_me_wrapper .floating-light {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  mix-blend-mode: screen;
  pointer-events: none;
}
.tell_me_wrapper .floating-light .floating-lights {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.tell_me_wrapper .floating-light .floating-lights .floating-lamp {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.tell_me_wrapper .floating-light .floating-lights .floating-lamp span {
  font-size: 11.5625rem;
}
@media (max-width: 576.98px) {
  .tell_me_wrapper .floating-light .floating-lights .floating-lamp span {
    font-size: 6.25rem;
  }
}
.tell_me_wrapper .floating-light .floating-lights .floating-lamp-glow {
  background: #700958;
  background: radial-gradient(circle, #700958 0%, #4c063c 25%, #310326 40%, #1b0215 51%, #0b0009 68%, #020002 83%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#700958",endColorstr="#000000",GradientType=1);
  width: 130px;
  height: 130px;
  position: absolute;
  -webkit-animation: glowing1 0.9s alternate infinite ease-in;
          animation: glowing1 0.9s alternate infinite ease-in;
  left: 50%;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  mix-blend-mode: screen;
}
@media (max-width: 576.98px) {
  .tell_me_wrapper .floating-light .floating-lights .floating-lamp-glow {
    width: 100px;
    height: 100px;
    bottom: -42px;
  }
}
.tell_me_wrapper .floating-light .floating-lights.shape-01 {
  margin-left: -83vw;
  top: 6%;
}
.tell_me_wrapper .floating-light .floating-lights.shape-01 .floating-lamp {
  opacity: 0.05;
}
.tell_me_wrapper .floating-light .floating-lights.shape-02 {
  margin-right: -73vw;
  top: 33%;
}
@media (max-width: 1599.98px) {
  .tell_me_wrapper .floating-light .floating-lights.shape-02 {
    display: none;
  }
}
.tell_me_wrapper .floating-light .floating-lights.shape-02 .floating-lamp {
  opacity: 0.1;
}
.tell_me_wrapper .floating-light .floating-lights.shape-02 .floating-lamp-glow {
  background: #6e0857;
  background: radial-gradient(circle, #6e0857 0%, #4c063c 25%, #310326 40%, #1b0215 51%, #0b0009 68%, #020002 83%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e0857",endColorstr="#000000",GradientType=1);
  -webkit-animation: glowing1 0.6s alternate infinite ease-in;
          animation: glowing1 0.6s alternate infinite ease-in;
}
.tell_me_wrapper .floating-light .floating-lights.shape-03 {
  margin-right: -64vw;
  top: 74%;
}
.tell_me_wrapper .floating-light .floating-lights.shape-03 .floating-lamp {
  opacity: 0.06;
}
.tell_me_wrapper .floating-light .floating-lights.shape-03 .floating-lamp-glow {
  background: #6e0857;
  background: radial-gradient(circle, #6e0857 0%, #4c063c 25%, #310326 40%, #1b0215 51%, #0b0009 68%, #020002 83%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e0857",endColorstr="#000000",GradientType=1);
  -webkit-animation: glowing1 1.2s alternate infinite ease-in;
          animation: glowing1 1.2s alternate infinite ease-in;
}
.tell_me_wrapper .floating-light .floating-lights.shape-04 {
  margin-left: -70vw;
  top: 69%;
}
.tell_me_wrapper .floating-light .floating-lights.shape-04 .floating-lamp {
  opacity: 0.1;
}
.tell_me_wrapper .floating-light .floating-lights.shape-04 .floating-lamp-glow {
  background: #6e0857;
  background: radial-gradient(circle, #6e0857 0%, #4c063c 25%, #310326 40%, #1b0215 51%, #0b0009 68%, #020002 83%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e0857",endColorstr="#000000",GradientType=1);
  -webkit-animation: glowing1 0.9s alternate infinite ease-in;
          animation: glowing1 0.9s alternate infinite ease-in;
}
.tell_me_wrapper .floating-light .floating-lights.shape-05 {
  margin-left: -72vw;
  top: 76%;
}
.tell_me_wrapper .floating-light .floating-lights.shape-05 .floating-lamp {
  opacity: 0.05;
}
.tell_me_wrapper .floating-light .floating-lights.shape-05 .floating-lamp-glow {
  background: #0DF9ED;
  background: radial-gradient(circle, rgba(13, 249, 237, 0.3) 0%, rgba(10, 199, 190, 0.2) 25%, rgba(7, 153, 145, 0.2) 40%, rgba(5, 112, 107, 0.2) 51%, rgba(2, 49, 46, 0.2) 68%, rgba(0, 2, 2, 0.2) 83%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e0857",endColorstr="#000000",GradientType=1);
  -webkit-animation: glowing1 0.8s alternate infinite ease-in;
          animation: glowing1 0.8s alternate infinite ease-in;
  bottom: -11%;
}
@media (max-width: 576.98px) {
  .tell_me_wrapper .floating-light .floating-lights.shape-05 .floating-lamp-glow {
    bottom: -22%;
  }
}
.tell_me_wrapper .floating-light .floating-lights.shape-06 {
  margin-left: -90vw;
  top: 40%;
}
.tell_me_wrapper .floating-light .floating-lights.shape-06 .floating-lamp {
  opacity: 0.1;
}
.tell_me_wrapper .floating-light .floating-lights.shape-06 .floating-lamp-glow {
  background: #0DF9ED;
  background: radial-gradient(circle, #6e0857 0%, #4c063c 25%, #310326 40%, #1b0215 51%, #0b0009 68%, #020002 83%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e0857",endColorstr="#000000",GradientType=1);
  -webkit-animation: glowing1 0.7s alternate infinite ease-in;
          animation: glowing1 0.7s alternate infinite ease-in;
  bottom: -11%;
}
@media (max-width: 576.98px) {
  .tell_me_wrapper .floating-light .floating-lights.shape-06 .floating-lamp-glow {
    bottom: -22%;
  }
}
.tell_me_wrapper .floating-light .floating-lights.shape-07 {
  margin-right: -86vw;
  top: 21%;
}
.tell_me_wrapper .floating-light .floating-lights.shape-07 .floating-lamp {
  opacity: 0.05;
}
.tell_me_wrapper .floating-light .floating-lights.shape-07 .floating-lamp-glow {
  background: #0DF9ED;
  background: radial-gradient(circle, rgba(13, 249, 237, 0.3) 0%, rgba(10, 199, 190, 0.2) 25%, rgba(7, 153, 145, 0.2) 40%, rgba(5, 112, 107, 0.2) 51%, rgba(2, 49, 46, 0.2) 68%, rgba(0, 2, 2, 0.2) 83%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e0857",endColorstr="#000000",GradientType=1);
  -webkit-animation: glowing1 0.9s alternate infinite ease-in;
          animation: glowing1 0.9s alternate infinite ease-in;
  bottom: -11%;
}
@media (max-width: 576.98px) {
  .tell_me_wrapper .floating-light .floating-lights.shape-07 .floating-lamp-glow {
    bottom: -22%;
  }
}
.tell_me_wrapper .floating-light .floating-lights.shape-08 {
  margin-right: -69vw;
  top: 80%;
}
.tell_me_wrapper .floating-light .floating-lights.shape-08 .floating-lamp {
  opacity: 0.1;
}
.tell_me_wrapper .floating-light .floating-lights.shape-08 .floating-lamp-glow {
  background: #6e0857;
  background: radial-gradient(circle, #6e0857 0%, #4c063c 25%, #310326 40%, #1b0215 51%, #0b0009 68%, #020002 83%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e0857",endColorstr="#000000",GradientType=1);
  -webkit-animation: glowing1 0.8s alternate infinite ease-in;
          animation: glowing1 0.8s alternate infinite ease-in;
  bottom: -11%;
}
@media (max-width: 576.98px) {
  .tell_me_wrapper .floating-light .floating-lights.shape-08 .floating-lamp-glow {
    bottom: -22%;
  }
}
.tell_me_wrapper .floating-light .floating-flower {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.tell_me_wrapper .floating-light .floating-flower .floating-flower {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.tell_me_wrapper .floating-light .floating-flower .floating-flower span {
  font-size: 7.5rem;
}
.tell_me_wrapper .floating-light .floating-flower.shape-01 {
  margin-left: -64vw;
  top: 35%;
}
@media (max-width: 1599.98px) {
  .tell_me_wrapper .floating-light .floating-flower.shape-01 {
    margin-left: -75vw;
    top: 25%;
  }
}
@media (max-width: 1199.98px) {
  .tell_me_wrapper .floating-light .floating-flower.shape-01 {
    display: none;
  }
}
.tell_me_wrapper .floating-light .floating-flower.shape-01 .floating-flower {
  opacity: 0.07;
  -webkit-animation: spin 16.8s alternate infinite ease-in;
          animation: spin 16.8s alternate infinite ease-in;
}
.tell_me_wrapper .floating-light .floating-flower.shape-02 {
  margin-left: -45vw;
  top: 13%;
}
@media (max-width: 1199.98px) {
  .tell_me_wrapper .floating-light .floating-flower.shape-02 {
    display: none;
  }
}
.tell_me_wrapper .floating-light .floating-flower.shape-02 .floating-flower {
  opacity: 0.07;
  -webkit-animation: spin 15.8s alternate infinite ease-in;
          animation: spin 15.8s alternate infinite ease-in;
}
.tell_me_wrapper .floating-light .floating-flower.shape-02 .floating-flower span {
  font-size: 3.625rem;
}
.tell_me_wrapper .floating-light .floating-flower.shape-03 {
  margin-left: -84vw;
  top: 68%;
}
@media (max-width: 1199.98px) {
  .tell_me_wrapper .floating-light .floating-flower.shape-03 {
    display: none;
  }
}
.tell_me_wrapper .floating-light .floating-flower.shape-03 .floating-flower {
  opacity: 0.07;
  -webkit-animation: spin 12.8s alternate infinite ease-in;
          animation: spin 12.8s alternate infinite ease-in;
}
.tell_me_wrapper .floating-light .floating-flower.shape-03 .floating-flower span {
  font-size: 6.1875rem;
}
.tell_me_wrapper .floating-light .floating-flower.shape-04 {
  margin-right: -57vw;
  top: 17%;
}
@media (max-width: 991.98px) {
  .tell_me_wrapper .floating-light .floating-flower.shape-04 {
    top: 12%;
  }
}
.tell_me_wrapper .floating-light .floating-flower.shape-04 .floating-flower {
  opacity: 0.07;
  -webkit-animation: spin 16.8s alternate infinite ease-in;
          animation: spin 16.8s alternate infinite ease-in;
}
.tell_me_wrapper .floating-light .floating-flower.shape-04 .floating-flower span {
  font-size: 6.25rem;
}
.tell_me_wrapper .floating-light .floating-flower.shape-05 {
  margin-left: -78vw;
  top: 91%;
}
@media (max-width: 1199.98px) {
  .tell_me_wrapper .floating-light .floating-flower.shape-05 {
    display: none;
  }
}
.tell_me_wrapper .floating-light .floating-flower.shape-05 .floating-flower {
  opacity: 0.07;
  -webkit-animation: spin 18.8s alternate infinite ease-in;
          animation: spin 18.8s alternate infinite ease-in;
}
.tell_me_wrapper .floating-light .floating-flower.shape-05 .floating-flower span {
  font-size: 5.8125rem;
}
.tell_me_wrapper .floating-light .floating-flower.shape-06 {
  margin-right: -83vw;
  top: 68%;
}
@media (max-width: 1199.98px) {
  .tell_me_wrapper .floating-light .floating-flower.shape-06 {
    display: none;
  }
}
.tell_me_wrapper .floating-light .floating-flower.shape-06 .floating-flower {
  opacity: 0.07;
  -webkit-animation: spin 16.8s alternate infinite ease-in;
          animation: spin 16.8s alternate infinite ease-in;
}
.tell_me_wrapper .floating-light .floating-flower.shape-06 .floating-flower span {
  font-size: 7.5625rem;
}
.tell_me_wrapper .floating-light .floating-flower.shape-07 {
  margin-right: -81vw;
  top: 64.6%;
}
@media (max-width: 1199.98px) {
  .tell_me_wrapper .floating-light .floating-flower.shape-07 {
    display: none;
  }
}
.tell_me_wrapper .floating-light .floating-flower.shape-07 .floating-flower {
  opacity: 0.07;
  -webkit-animation: spin 19.8s alternate infinite ease-in;
          animation: spin 19.8s alternate infinite ease-in;
}
.tell_me_wrapper .floating-light .floating-flower.shape-07 .floating-flower span {
  font-size: 7.5625rem;
}
.tell_me_wrapper .floating-light .floating-flower.shape-08 {
  margin-right: -51vw;
  top: 5.6%;
}
@media (max-width: 1199.98px) {
  .tell_me_wrapper .floating-light .floating-flower.shape-08 {
    display: none;
  }
}
.tell_me_wrapper .floating-light .floating-flower.shape-08 .floating-flower {
  opacity: 0.07;
  -webkit-animation: spin 11.8s alternate infinite ease-in;
          animation: spin 11.8s alternate infinite ease-in;
}
.tell_me_wrapper .floating-light .floating-flower.shape-08 .floating-flower span {
  font-size: 6.1875rem;
}
.tell_me_wrapper .hanged_light {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  max-width: 1345px;
}
.tell_me_wrapper .hanged_light .hanged_light_inner {
  width: 100%;
  position: relative;
}
.tell_me_wrapper .hanged_light .hanged_light_inner .hanged_light_wire {
  width: 100%;
  position: relative;
}
.tell_me_wrapper .hanged_light .hanged_light_inner .hanged_light_wire .hanged_light_wire_container {
  width: 100%;
  position: relative;
  padding-bottom: calc((167 / 1345 ) * 100%);
}
.tell_me_wrapper .hanged_light .hanged_light_inner .hanged_light_wire .hanged_light_wire_container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tell_me_wrapper .hanged_light .lamp_wrapper {
  position: absolute;
  width: 60px;
  height: 120px;
  left: 22%;
  top: 62%;
  overflow: hidden;
  -webkit-animation: ring 2.4s infinite;
          animation: ring 2.4s infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-transform-origin: top;
  transform-origin: top;
}
@media (max-width: 1599.98px) {
  .tell_me_wrapper .hanged_light .lamp_wrapper {
    left: 11%;
  }
}
@media (max-width: 767.98px) {
  .tell_me_wrapper .hanged_light .lamp_wrapper {
    display: none;
  }
}
.tell_me_wrapper .hanged_light .lamp_wrapper .lamp_shape {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.tell_me_wrapper .hanged_light .lamp_wrapper .lamp_shape span {
  font-size: 106px;
}
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  50% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
@keyframes ring {
  0% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  50% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
.tell_me_wrapper .hanged_light .lamp_wrapper .lamp_glow {
  background: #700958;
  background: radial-gradient(circle, #fd2c56 0%, rgba(253, 44, 86, 0.5) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#700958",endColorstr="#000000",GradientType=1);
  width: 50px;
  height: 50px;
  position: absolute;
  -webkit-animation: glowing1 0.9s alternate infinite ease-in;
  animation: glowing1 0.9s alternate infinite ease-in;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  mix-blend-mode: screen;
}
.tell_me_wrapper .hanged_light .lamp_wrapper.lamp_02 {
  left: 17.7%;
}
.tell_me_wrapper .hanged_light .lamp_wrapper.lamp_02 .lamp_shape {
  top: -21px;
}

.counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.75);
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.counter {
  letter-spacing: 0.125rem;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.125rem;
  font-size: 3.125rem;
  margin: 0 1.25rem;
  font-weight: 400;
}

.counter > span {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  line-height: 1;
}

.counter > span span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 100%;
}

.counter:nth-child(1) > span {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.counter:nth-child(2) > span {
  -webkit-transition-delay: 0.375s;
          transition-delay: 0.375s;
}

.counter:nth-child(3) > span {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.counter:nth-child(4) > span {
  -webkit-transition-delay: 1.125s;
          transition-delay: 1.125s;
}

.counter:nth-child(5) > span {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.counter:nth-child(6) > span {
  -webkit-transition-delay: 1.875s;
          transition-delay: 1.875s;
}

.counter:nth-child(7) > span {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

.counter:nth-child(8) > span {
  -webkit-transition-delay: 2.625s;
          transition-delay: 2.625s;
}

.counter:nth-child(9) > span {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.counter:nth-child(10) > span {
  -webkit-transition-delay: 3.375s;
          transition-delay: 3.375s;
}

.counter:nth-child(11) > span {
  -webkit-transition-delay: 3.75s;
          transition-delay: 3.75s;
}

.counter:nth-child(12) > span {
  -webkit-transition-delay: 4.125s;
          transition-delay: 4.125s;
}

.counter:nth-child(13) > span {
  -webkit-transition-delay: 4.5s;
          transition-delay: 4.5s;
}

.counter:nth-child(14) > span {
  -webkit-transition-delay: 4.875s;
          transition-delay: 4.875s;
}

.counter:nth-child(15) > span {
  -webkit-transition-delay: 5.25s;
          transition-delay: 5.25s;
}

.counter:nth-child(16) > span {
  -webkit-transition-delay: 5.625s;
          transition-delay: 5.625s;
}

.counter:nth-child(17) > span {
  -webkit-transition-delay: 6s;
          transition-delay: 6s;
}

.counter:nth-child(18) > span {
  -webkit-transition-delay: 6.375s;
          transition-delay: 6.375s;
}

.counter:nth-child(19) > span {
  -webkit-transition-delay: 6.75s;
          transition-delay: 6.75s;
}

.counter:nth-child(20) > span {
  -webkit-transition-delay: 7.125s;
          transition-delay: 7.125s;
}

.counter:nth-child(1) {
  color: #EF8354;
}

.counter:nth-child(2) {
  color: #0EB1D2;
}

.counter:nth-child(3) {
  color: #2D3142;
}

.counter:nth-child(4) {
  color: #698F3F;
}