.cfa-live-hero-section {
  padding: 40px 0;
  background-color: #f5f5f5;
}

.cfa-live-hero-box {
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  padding: 80px 64px;
}

.cfa-live-hero-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  align-items: flex-start;
}

.cfa-live-hero-caption {
  color: #fff;
  letter-spacing: 0.35px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 16px;
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: 9999px;
  display: inline-block;
  margin-bottom: 24px;
}

h1.cfa-live-hero-title {
  font-size: 48px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin-bottom: 16px;
}

h1.cfa-live-hero-title span {
  color: #3acb95;
}

.cfa-live-hero-divider {
  background-color: #3acb95;
  width: 80px;
  height: 4px;
  margin-bottom: 32px;
}

.cfa-live-hero-counters {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cfa-live-hero-counter {
  backdrop-filter: blur(4px);
  text-align: center;
  padding: 16px;
  background-color: #0d364799;
  border: 1px solid #fff3;
  border-radius: 12px;
}

.cfa-live-hero-counter__title {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 4px;
}

.cfa-live-hero-counter__subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #ffffffb3;
}

.cfa-live-hero-action {
  padding: 32px;
  color: #020b36;
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  background-color: #fff;
  border: 1px solid #dadee7;
  border-radius: 8px;
}

h2.cfa-live-hero-action__title {
  font-size: 20px;
  line-height: 28px;
  color: #020b36;
  font-weight: 700;
  margin-bottom: 12px;
}

.cfa-live-hero-action__text {
  margin-bottom: 24px;
}

.cfa-live-hero-action__text p {
  color: #52587a;
  line-height: 1.625;
  font-size: 14px;
  margin-bottom: 12px;
}

ul.cfa-live-hero-action__list {
  margin-bottom: 24px;
  list-style: none;
  padding: 0;
}

ul.cfa-live-hero-action__list li {
  font-size: 16px;
  line-height: 24px;
  color: #52587a;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

ul.cfa-live-hero-action__list li:last-child {
  margin-bottom: 0;
}

ul.cfa-live-hero-action__list li svg {
  width: 20px;
  height: 20px;
  color: #3acb95;
  flex-shrink: 0;
  margin-top: 2px;
}

.cfa-live-hero-action__countdown {
  margin-bottom: 24px;
}

.cfa-live-hero-action__countdown-title {
  color: #52587a;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 8px;
}

.cfa-live-hero-action__countdown .simply-countdown {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.cfa-live-hero-action__countdown .simply-section {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cfa-live-hero-action__countdown .simply-section::after {
  content: ':';
  font-weight: 700;
  color: #0282f266;
  font-size: 20px;
  line-height: 28px;
}

.cfa-live-hero-action__countdown .simply-section:last-child::after {
  display: none;
}

.cfa-live-hero-action__countdown .simply-section > div {
  padding: 8px 12px;
  text-align: center;
  background-color: #0282f21a;
  border-radius: 8px;
  min-width: 56px;
}

.cfa-live-hero-action__countdown .simply-amount {
  font-size: 24px;
  line-height: 32px;
  color: #0282f2;
  font-weight: 700;
  display: block;
}

.cfa-live-hero-action__countdown .simply-word {
  font-size: 12px;
  line-height: 16px;
  color: #52587a;
  margin-top: 4px;
  display: block;
  text-transform: capitalize;
}

a.cfa-live-hero-action__link {
  font-size: 18px;
  line-height: 28px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  color: #fff;
  font-weight: 600;
  padding: 10px 16px;
  background-color: #0282f2;
  border-radius: 8px;
  white-space: nowrap;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

a.cfa-live-hero-action__link:hover,
a.cfa-live-hero-action__link:active,
a.cfa-live-hero-action__link:focus {
  color: #fff;
  background-color: #0282f2e6;
}

@media screen and (max-width: 1023px) {
  .cfa-live-hero-box {
    padding: 64px 48px;
  }

  .cfa-live-hero-cols {
    gap: 40px;
    grid-template-columns: auto;
  }

  h1.cfa-live-hero-title {
    font-size: 36px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .cfa-live-hero-section {
    padding: 24px 0;
  }

  .cfa-live-hero-box {
    padding: 48px 24px;
  }

  h1.cfa-live-hero-title {
    font-size: 30px;
    line-height: 36px;
  }

  .cfa-live-hero-counter__title {
    font-size: 24px;
    line-height: 32px;
  }

  .cfa-live-hero-counter__subtitle {
    font-size: 12px;
    line-height: 16px;
  }

  .cfa-live-hero-action {
    padding: 24px;
  }

  h2.cfa-live-hero-action__title {
    font-size: 18px;
    line-height: 1.625;
  }

  ul.cfa-live-hero-action__list li {
    font-size: 14px;
    line-height: 20px;
  }

  .cfa-live-hero-action__countdown .simply-countdown {
    gap: 8px;
  }

  .cfa-live-hero-action__countdown .simply-section {
    gap: 8px;
  }

  .cfa-live-hero-action__countdown .simply-amount {
    font-size: 20px;
    line-height: 1;
  }

  .cfa-live-hero-action__countdown .simply-word {
    font-size: 10px;
  }

  a.cfa-live-hero-action__link {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 420px) {
  .cfa-live-hero-action {
    padding: 12px;
  }

  .cfa-live-hero-action__countdown .simply-section > div {
    min-width: auto;
    padding: 8px;
  }
}
