.tlflk3e_Q8r2X {
  position: relative;
  width: 100%;
  margin: var(--margin_tb) 0;
  padding-top: var(--padding_tb);
  padding-bottom: var(--padding_tb);
  overflow: visible;
  background: #ffffff;
  color: #1e2022;
  letter-spacing: 0;
}

.tlflk3e_Q8r2X *,
.tlflk3e_Q8r2X *::before,
.tlflk3e_Q8r2X *::after {
  box-sizing: border-box;
}

.tlflk3e_Q8r2X a {
  color: inherit;
  text-decoration: none;
}

.tlflk3e_Q8r2X__inner {
  width: 100%;
  max-width: var(--custom-content-max-width, var(--contentMaxWidth, 1280px));
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--padding_lr);
  padding-right: var(--padding_lr);
}

.tlflk3e_Q8r2X__intro {
  text-align: center;
}

.tlflk3e_Q8r2X__eyebrow {
  display: block;
  margin: 0 0 12px;
  color: var(--theme_color);
  font-size: 13px;
  font-weight: 700;
  line-height: 20.8px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tlflk3e_Q8r2X__title {
  margin: 0 0 16px;
  color: #1e2022;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.tlflk3e_Q8r2X__title span {
  color: var(--theme_color);
}

.tlflk3e_Q8r2X__subtitle {
  max-width: 750px;
  margin: 0 auto 64px;
  color: #7a7e82;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: center;
}

.tlflk3e_Q8r2X__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  width: 100%;
}

.tlflk3e_Q8r2X__card {
  position: relative;
  width: 100%;
  height: 420px;
  background: transparent;
  perspective: 1000px;
  outline: none;
}

.tlflk3e_Q8r2X__card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tlflk3e_Q8r2X__card:hover .tlflk3e_Q8r2X__card-inner,
.tlflk3e_Q8r2X__card:focus-within .tlflk3e_Q8r2X__card-inner {
  transform: rotateY(180deg);
}

.tlflk3e_Q8r2X__face {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #e3e6eb;
  border-radius: 8px;
  background-color: #0a0b0d;
  background-image: var(--card_image, linear-gradient(135deg, #1e2022 0%, #474c52 100%));
  background-position: center;
  background-size: cover;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.tlflk3e_Q8r2X__face--front {
  color: #ffffff;
}

.tlflk3e_Q8r2X__face--back {
  transform: rotateY(180deg);
  border: 2px solid var(--theme_color);
  color: #ffffff;
}

.tlflk3e_Q8r2X__front-overlay,
.tlflk3e_Q8r2X__back-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-align: left;
}

.tlflk3e_Q8r2X__front-overlay {
  justify-content: flex-end;
  background: linear-gradient(
    to top,
    rgba(10, 11, 13, 0.9) 0%,
    rgba(10, 11, 13, 0.3) 60%,
    rgba(10, 11, 13, 0.1) 100%
  );
}

.tlflk3e_Q8r2X__back-overlay {
  justify-content: flex-start;
  background-color: rgba(10, 11, 13, 0.93);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.tlflk3e_Q8r2X__number {
  display: block;
  margin: 0 0 8px;
  color: var(--theme_color);
  font-size: 24px;
  font-weight: 800;
  line-height: 38.4px;
}

.tlflk3e_Q8r2X__card-title {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 35.2px;
}

.tlflk3e_Q8r2X__face--back .tlflk3e_Q8r2X__card-title {
  color: var(--theme_color);
}

.tlflk3e_Q8r2X__description {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.tlflk3e_Q8r2X__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 41px;
  margin-top: auto;
  padding: 10px 20px;
  border: 1px solid var(--theme_color);
  background: var(--theme_color);
  color: #0a0b0d;
  font-size: 12px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.tlflk3e_Q8r2X__button:hover,
.tlflk3e_Q8r2X__button:focus-visible {
  border-color: var(--theme_color);
  background: var(--theme_color);
  color: #0a0b0d;
  outline: 2px solid rgba(255, 255, 255, 0.75);
  outline-offset: 2px;
}

.rtlAr .tlflk3e_Q8r2X__front-overlay,
.rtlAr .tlflk3e_Q8r2X__back-overlay {
  align-items: flex-end;
  text-align: right;
}

@media (max-width: 1024px) {
  .tlflk3e_Q8r2X__subtitle {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .tlflk3e_Q8r2X__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .tlflk3e_Q8r2X__card {
    height: 340px;
  }

  .tlflk3e_Q8r2X__front-overlay,
  .tlflk3e_Q8r2X__back-overlay {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .tlflk3e_Q8r2X__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 520px) {
  .tlflk3e_Q8r2X__title {
    font-size: 32px;
    line-height: 42px;
  }

  .tlflk3e_Q8r2X__subtitle {
    margin-bottom: 58px;
  }

  .tlflk3e_Q8r2X__card {
    height: 300px;
  }

  .tlflk3e_Q8r2X__front-overlay,
  .tlflk3e_Q8r2X__back-overlay {
    padding: 24px;
  }

  .tlflk3e_Q8r2X__number {
    font-size: 21px;
    line-height: 30px;
  }

  .tlflk3e_Q8r2X__card-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 28px;
  }

  .tlflk3e_Q8r2X__description {
    margin-bottom: 18px;
    line-height: 20px;
  }

  .tlflk3e_Q8r2X__button {
    min-height: 38px;
    padding: 8px 16px;
  }
}
