.jtl-connect-timer__logo img {
  max-width: 100%;
  height: auto;
}
.jtl-connect-timer__content {
  position: relative;
}
.jtl-connect-timer__content--square {
  content: "";
  display: block;
  background: linear-gradient(64deg, #8B3AEF 0%, #E8A4FA 100%);
  border-radius: 20px;
  width: 226px;
  height: 228px;
  transform: rotate(-14deg);
  position: absolute;
  right: -64px;
  top: -120px;
  z-index: 1;
}
@media screen and (max-width: 1570px) {
  .jtl-connect-timer__content--square {
    right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .jtl-connect-timer__content--square {
    display: none;
  }
}
.jtl-connect-timer__banner {
  margin-top: 200px;
  position: relative;
  background: rgba(255, 255, 255, 0.46);
  border-radius: 20px;
  box-shadow: 0 0 11.058px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(9.2149848938px);
  padding: 46px;
  z-index: 1;
  color: #fff;
  font-size: 32px;
  line-height: 1.25;
  display: flex;
  z-index: 2;
  gap: clamp(0.9375rem, -0.5881rem + 2.4631vw, 1.875rem);
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .jtl-connect-timer__banner {
    align-items: center;
    gap: 40px;
    flex-direction: column;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .jtl-connect-timer__banner {
    font-size: 24px;
    padding: 20px;
  }
}
.jtl-connect-timer__banner--separator {
  width: 2px;
  background: #fff;
}
.jtl-connect-timer__banner--date {
  display: flex;
  gap: 32px;
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .jtl-connect-timer__banner--date {
    column-gap: 0px;
  }
}
.jtl-connect-timer__banner--date__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .jtl-connect-timer__banner--date__item {
    width: 50%;
  }
}
.jtl-connect-timer__banner--date__item span {
  font-size: 36px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .jtl-connect-timer__banner--date__item span {
    font-size: 24px;
  }
}
.jtl-connect-timer__banner--date__item span:has(b) {
  font-size: 64px;
  line-height: 0.75;
}
@media screen and (max-width: 767px) {
  .jtl-connect-timer__banner--date__item span:has(b) {
    font-size: 26px;
  }
}
