@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.5.2/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 .ttvdl26-wrap, .tc-wp-content-root .ttvdl26-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .ttvdl26-wrap{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #182027;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .ttvdl26-section{
  width: 100% !important;
  text-align: center;
}.tc-wp-content-root .ttvdl26-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttvdl26-section-tint{
  background: linear-gradient(180deg, #fff6f8 0%, #f4fffb 100%);
}.tc-wp-content-root .ttvdl26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .ttvdl26-wrap h2, .tc-wp-content-root .ttvdl26-wrap h3, .tc-wp-content-root .ttvdl26-wrap p{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .ttvdl26-wrap h2{
  margin-top: 0;
  margin-bottom: 14px;
  color: #11181f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttvdl26-intro{
  margin-top: 0;
  color: #5a6571;
  line-height: 1.65;
  max-width: 760px;
}.tc-wp-content-root .ttvdl26-grid{
  display: grid !important;
  align-items: stretch !important;
  min-width: 0;
}.tc-wp-content-root .ttvdl26-card{
  height: 100% !important;
  min-width: 0;
  border: 1px solid rgba(255, 47, 94, 0.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(37, 244, 238, 0.11), transparent 36%),
    #ffffff;
  box-shadow: 0 18px 42px rgba(9, 18, 28, 0.08);
  display: grid;
  justify-items: center;
  align-content: start;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
  opacity: 1;
}.tc-wp-content-root .ttvdl26-card.ttvdl26-reveal{
  opacity: 0;
  transform: translateY(18px) scale(0.985);
}.tc-wp-content-root .ttvdl26-card.ttvdl26-reveal.ttvdl26-in{
  opacity: 1;
  transform: translateY(0) scale(1);
}.tc-wp-content-root .ttvdl26-card:hover{
  transform: translateY(-8px);
  border-color: rgba(255, 47, 94, 0.38);
  box-shadow: 0 24px 58px rgba(255, 47, 94, 0.14), 0 10px 28px rgba(37, 244, 238, 0.12);
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 47, 94, 0.14), transparent 38%),
    radial-gradient(circle at 50% 18%, rgba(37, 244, 238, 0.14), transparent 42%),
    #ffffff;
}.tc-wp-content-root .ttvdl26-icon{
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff2f5e 0%, #25f4ee 100%);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(255, 47, 94, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .ttvdl26-card:hover .ttvdl26-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 38px rgba(37, 244, 238, 0.24);
}.tc-wp-content-root .ttvdl26-i{
  color: #ffffff;
  line-height: 1;
}.tc-wp-content-root .ttvdl26-card h3{
  margin-top: 0;
  margin-bottom: 10px;
  color: #151d24;
  font-weight: 760;
  line-height: 1.22;
  letter-spacing: 0;
}.tc-wp-content-root .ttvdl26-card p{
  margin: 0;
  color: #5d6873;
  line-height: 1.58;
}@media (min-width: 1024px) {.tc-wp-content-root .ttvdl26-section{
    padding: 86px 0;
  }.tc-wp-content-root .ttvdl26-container{
    padding: 0 24px;
  }.tc-wp-content-root .ttvdl26-wrap h2{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .ttvdl26-intro{
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .ttvdl26-grid{
    gap: 24px;
  }.tc-wp-content-root .ttvdl26-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttvdl26-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .ttvdl26-card{
    min-height: 300px;
    padding: 34px 24px 28px;
  }.tc-wp-content-root .ttvdl26-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }.tc-wp-content-root .ttvdl26-i{
    font-size: 30px;
  }.tc-wp-content-root .ttvdl26-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ttvdl26-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttvdl26-section{
    padding: 68px 0;
  }.tc-wp-content-root .ttvdl26-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttvdl26-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .ttvdl26-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .ttvdl26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .ttvdl26-card{
    min-height: 270px;
    padding: 30px 22px 24px;
  }.tc-wp-content-root .ttvdl26-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
  }.tc-wp-content-root .ttvdl26-i{
    font-size: 27px;
  }.tc-wp-content-root .ttvdl26-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ttvdl26-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttvdl26-section{
    padding: 52px 0;
  }.tc-wp-content-root .ttvdl26-container{
    padding: 0 16px;
  }.tc-wp-content-root .ttvdl26-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .ttvdl26-intro{
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 26px;
  }.tc-wp-content-root .ttvdl26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .ttvdl26-card{
    min-height: 232px;
    border-radius: 18px;
    padding: 22px 14px 18px;
  }.tc-wp-content-root .ttvdl26-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
  }.tc-wp-content-root .ttvdl26-i{
    font-size: 22px;
  }.tc-wp-content-root .ttvdl26-card h3{
    font-size: 16.5px;
  }.tc-wp-content-root .ttvdl26-card p{
    font-size: 13.2px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttvdl26-section{
    padding: 46px 0;
  }.tc-wp-content-root .ttvdl26-container{
    padding: 0 12px;
  }.tc-wp-content-root .ttvdl26-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .ttvdl26-intro{
    font-size: 13.8px;
    line-height: 1.5;
    margin-bottom: 22px;
  }.tc-wp-content-root .ttvdl26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-content-root .ttvdl26-card{
    min-height: 222px;
    border-radius: 16px;
    padding: 19px 11px 16px;
  }.tc-wp-content-root .ttvdl26-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 13px;
  }.tc-wp-content-root .ttvdl26-i{
    font-size: 20px;
  }.tc-wp-content-root .ttvdl26-card h3{
    font-size: 15.5px;
    margin-bottom: 8px;
  }.tc-wp-content-root .ttvdl26-card p{
    font-size: 12.6px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttvdl26-section{
    padding: 40px 0;
  }.tc-wp-content-root .ttvdl26-container{
    padding: 0 10px;
  }.tc-wp-content-root .ttvdl26-wrap h2{
    font-size: 22px;
  }.tc-wp-content-root .ttvdl26-intro{
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 20px;
  }.tc-wp-content-root .ttvdl26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-content-root .ttvdl26-card{
    min-height: 214px;
    border-radius: 14px;
    padding: 17px 9px 14px;
  }.tc-wp-content-root .ttvdl26-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }.tc-wp-content-root .ttvdl26-i{
    font-size: 18px;
  }.tc-wp-content-root .ttvdl26-card h3{
    font-size: 14.2px;
    margin-bottom: 7px;
  }.tc-wp-content-root .ttvdl26-card p{
    font-size: 11.8px;
    line-height: 1.42;
  }}