@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root #tlv-premium-section, .tc-wp-content-root #tlv-premium-section *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root #tlv-premium-section{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172126;
  font-family: inherit;
}.tc-wp-content-root #tlv-premium-section .tlv-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root #tlv-premium-section .tlv-section-white{
  background: #ffffff;
}.tc-wp-content-root #tlv-premium-section .tlv-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 242, 234, 0.13), transparent 34%),
    linear-gradient(180deg, #f6fffe 0%, #fff7fa 100%);
}.tc-wp-content-root #tlv-premium-section .tlv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: center;
}.tc-wp-content-root #tlv-premium-section .tlv-heading, .tc-wp-content-root #tlv-premium-section .tlv-intro, .tc-wp-content-root #tlv-premium-section .tlv-card, .tc-wp-content-root #tlv-premium-section .tlv-card h3, .tc-wp-content-root #tlv-premium-section .tlv-card p{
  text-align: center !important;
}.tc-wp-content-root #tlv-premium-section .tlv-heading{
  margin: 0 auto;
  color: #10181c;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root #tlv-premium-section .tlv-intro{
  margin: 14px auto 0;
  max-width: 760px;
  color: #53636b;
  line-height: 1.7;
  font-weight: 500;
}.tc-wp-content-root #tlv-premium-section .tlv-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root #tlv-premium-section .tlv-card{
  position: relative;
  height: 100% !important;
  overflow: hidden;
  border: 1px solid rgba(22, 34, 39, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 50% 0%, rgba(0, 242, 234, 0.16), transparent 48%);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(20, 26, 31, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
}.tc-wp-content-root #tlv-premium-section .tlv-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.1), rgba(255, 0, 80, 0.09));
  transition: opacity 260ms ease;
}.tc-wp-content-root #tlv-premium-section .tlv-card:hover{
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(0, 188, 184, 0.34);
  box-shadow: 0 24px 58px rgba(255, 0, 80, 0.13), 0 12px 34px rgba(0, 180, 176, 0.12);
}.tc-wp-content-root #tlv-premium-section .tlv-card:hover::after{
  opacity: 1;
}.tc-wp-content-root #tlv-premium-section .tlv-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #00f2ea 0%, #111820 48%, #ff0050 100%);
  box-shadow: 0 14px 28px rgba(0, 180, 176, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root #tlv-premium-section .tlv-card:hover .tlv-icon{
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(255, 0, 80, 0.2);
}.tc-wp-content-root #tlv-premium-section .tlv-i{
  display: block;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}.tc-wp-content-root #tlv-premium-section .tlv-card h3, .tc-wp-content-root #tlv-premium-section .tlv-card p{
  position: relative;
  z-index: 1;
}.tc-wp-content-root #tlv-premium-section .tlv-card h3{
  margin: 0;
  color: #142126;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root #tlv-premium-section .tlv-card p{
  margin: 10px auto 0;
  color: #5a6970;
  line-height: 1.65;
  font-weight: 500;
}.tc-wp-content-root #tlv-premium-section.tlv-js-ready .tlv-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root #tlv-premium-section.tlv-js-ready .tlv-card.tlv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root #tlv-premium-section .tlv-section{
    padding: 92px 0;
  }.tc-wp-content-root #tlv-premium-section .tlv-container{
    padding: 0 32px;
  }.tc-wp-content-root #tlv-premium-section .tlv-heading{
    font-size: 44px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root #tlv-premium-section .tlv-intro{
    font-size: 18px;
  }.tc-wp-content-root #tlv-premium-section .tlv-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 46px;
  }.tc-wp-content-root #tlv-premium-section .tlv-card{
    min-height: 292px;
    padding: 34px 28px;
  }.tc-wp-content-root #tlv-premium-section .tlv-icon{
    width: 68px;
    height: 68px;
    border-radius: 20px;
    margin-bottom: 24px;
  }.tc-wp-content-root #tlv-premium-section .tlv-i{
    font-size: 28px;
  }.tc-wp-content-root #tlv-premium-section .tlv-card h3{
    font-size: 22px;
  }.tc-wp-content-root #tlv-premium-section .tlv-card p{
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root #tlv-premium-section .tlv-section{
    padding: 74px 0;
  }.tc-wp-content-root #tlv-premium-section .tlv-container{
    padding: 0 24px;
  }.tc-wp-content-root #tlv-premium-section .tlv-heading{
    font-size: 36px;
  }.tc-wp-content-root #tlv-premium-section .tlv-intro{
    font-size: 16px;
  }.tc-wp-content-root #tlv-premium-section .tlv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
  }.tc-wp-content-root #tlv-premium-section .tlv-card{
    min-height: 266px;
    padding: 30px 24px;
    border-radius: 20px;
  }.tc-wp-content-root #tlv-premium-section .tlv-icon{
    width: 62px;
    height: 62px;
    border-radius: 18px;
    margin-bottom: 20px;
  }.tc-wp-content-root #tlv-premium-section .tlv-i{
    font-size: 25px;
  }.tc-wp-content-root #tlv-premium-section .tlv-card h3{
    font-size: 20px;
  }.tc-wp-content-root #tlv-premium-section .tlv-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root #tlv-premium-section .tlv-section{
    padding: 54px 0;
  }.tc-wp-content-root #tlv-premium-section .tlv-container{
    padding: 0 16px;
  }.tc-wp-content-root #tlv-premium-section .tlv-heading{
    font-size: 28px;
  }.tc-wp-content-root #tlv-premium-section .tlv-intro{
    font-size: 14px;
    line-height: 1.55;
  }.tc-wp-content-root #tlv-premium-section .tlv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root #tlv-premium-section .tlv-card{
    min-height: 228px;
    padding: 22px 14px;
    border-radius: 17px;
  }.tc-wp-content-root #tlv-premium-section .tlv-icon{
    width: 52px;
    height: 52px;
    border-radius: 16px;
    margin-bottom: 16px;
  }.tc-wp-content-root #tlv-premium-section .tlv-i{
    font-size: 21px;
  }.tc-wp-content-root #tlv-premium-section .tlv-card h3{
    font-size: 16px;
  }.tc-wp-content-root #tlv-premium-section .tlv-card p{
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root #tlv-premium-section .tlv-section{
    padding: 46px 0;
  }.tc-wp-content-root #tlv-premium-section .tlv-container{
    padding: 0 12px;
  }.tc-wp-content-root #tlv-premium-section .tlv-heading{
    font-size: 25px;
  }.tc-wp-content-root #tlv-premium-section .tlv-intro{
    font-size: 13px;
    line-height: 1.5;
  }.tc-wp-content-root #tlv-premium-section .tlv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root #tlv-premium-section .tlv-card{
    min-height: 218px;
    padding: 19px 11px;
    border-radius: 15px;
  }.tc-wp-content-root #tlv-premium-section .tlv-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 14px;
  }.tc-wp-content-root #tlv-premium-section .tlv-i{
    font-size: 19px;
  }.tc-wp-content-root #tlv-premium-section .tlv-card h3{
    font-size: 15px;
  }.tc-wp-content-root #tlv-premium-section .tlv-card p{
    font-size: 12px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root #tlv-premium-section .tlv-section{
    padding: 40px 0;
  }.tc-wp-content-root #tlv-premium-section .tlv-container{
    padding: 0 10px;
  }.tc-wp-content-root #tlv-premium-section .tlv-heading{
    font-size: 22px;
  }.tc-wp-content-root #tlv-premium-section .tlv-intro{
    font-size: 12px;
    line-height: 1.45;
  }.tc-wp-content-root #tlv-premium-section .tlv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root #tlv-premium-section .tlv-card{
    min-height: 210px;
    padding: 17px 9px;
    border-radius: 14px;
  }.tc-wp-content-root #tlv-premium-section .tlv-icon{
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 12px;
  }.tc-wp-content-root #tlv-premium-section .tlv-i{
    font-size: 18px;
  }.tc-wp-content-root #tlv-premium-section .tlv-card h3{
    font-size: 14px;
  }.tc-wp-content-root #tlv-premium-section .tlv-card p{
    font-size: 11.5px;
    line-height: 1.42;
  }}

.tc-wp-content-root .tlv-grid-3 {}
.tc-wp-content-root .tlv-wrap {}