@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 .tlv26-link-viewer, .tc-wp-content-root .tlv26-link-viewer *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .tlv26-link-viewer{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #182029;
  font-family: inherit;
  --tlv26-primary: #111827;
  --tlv26-secondary: #00d4ff;
  --tlv26-accent: #ff2d75;
  --tlv26-mint: #23f5bd;
  --tlv26-soft: #f4fbfb;
  --tlv26-text: #182029;
  --tlv26-muted: #5f6b77;
  --tlv26-border: rgba(17, 24, 39, 0.11);
  --tlv26-shadow: rgba(11, 24, 37, 0.13);
}.tc-wp-content-root .tlv26-link-viewer .tlv26-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .tlv26-link-viewer .tlv26-section-one, .tc-wp-content-root .tlv26-link-viewer .tlv26-section-three{
  background: #ffffff;
}.tc-wp-content-root .tlv26-link-viewer .tlv26-section-two{
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 212, 255, 0.11), transparent 32%),
    radial-gradient(circle at 82% 88%, rgba(255, 45, 117, 0.10), transparent 34%),
    #f5fbfa;
}.tc-wp-content-root .tlv26-link-viewer .tlv26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: center;
}.tc-wp-content-root .tlv26-link-viewer .tlv26-heading{
  margin: 0 auto;
  max-width: 980px;
  color: var(--tlv26-primary);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .tlv26-link-viewer .tlv26-intro{
  margin: 0 auto;
  max-width: 760px;
  color: var(--tlv26-muted);
  font-weight: 500;
  line-height: 1.65;
  text-align: center;
}.tc-wp-content-root .tlv26-link-viewer .tlv26-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .tlv26-link-viewer .tlv26-card{
  position: relative;
  z-index: 1;
  display: block;
  height: 100% !important;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.94)),
    linear-gradient(135deg, rgba(0,212,255,0.10), rgba(255,45,117,0.08));
  border: 1px solid var(--tlv26-border);
  box-shadow: 0 18px 46px var(--tlv26-shadow);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background-position 420ms ease;
}.tc-wp-content-root .tlv26-link-viewer .tlv26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background:
    linear-gradient(135deg, rgba(0, 212, 255, 0.12), rgba(255, 45, 117, 0.10) 52%, rgba(35, 245, 189, 0.10));
  transition: opacity 320ms ease;
}.tc-wp-content-root .tlv26-link-viewer .tlv26-card:hover{
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(0, 212, 255, 0.35);
  box-shadow: 0 26px 66px rgba(0, 44, 62, 0.17);
}.tc-wp-content-root .tlv26-link-viewer .tlv26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tlv26-link-viewer .tlv26-icon{
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background:
    linear-gradient(135deg, var(--tlv26-accent), var(--tlv26-secondary) 58%, var(--tlv26-mint));
  box-shadow: 0 14px 32px rgba(255, 45, 117, 0.20);
  transition: transform 320ms ease, box-shadow 320ms ease, filter 320ms ease;
}.tc-wp-content-root .tlv26-link-viewer .tlv26-card:hover .tlv26-icon{
  transform: translateY(-4px);
  filter: saturate(1.12);
  box-shadow: 0 18px 38px rgba(0, 212, 255, 0.24);
}.tc-wp-content-root .tlv26-link-viewer .tlv26-i{
  display: block;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .tlv26-link-viewer .tlv26-card-title{
  margin: 0;
  color: var(--tlv26-primary);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .tlv26-link-viewer .tlv26-card-text{
  margin: 0;
  color: var(--tlv26-muted);
  font-weight: 500;
  line-height: 1.58;
  text-align: center;
}.tc-wp-content-root .tlv26-link-viewer.tlv26-js-enabled .tlv26-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tlv26-link-viewer.tlv26-js-enabled .tlv26-card.tlv26-revealed{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .tlv26-link-viewer .tlv26-section{
    padding: 86px 0;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-container{
    padding: 0 28px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-heading{
    font-size: 44px;
    white-space: nowrap;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-intro{
    margin-top: 18px;
    font-size: 18px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 44px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-card{
    min-height: 292px;
    padding: 34px 28px 30px;
    border-radius: 24px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-icon{
    width: 72px;
    height: 72px;
    border-radius: 22px;
    margin-bottom: 24px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-i{
    font-size: 30px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-card-title{
    font-size: 21px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-card-text{
    margin-top: 13px;
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tlv26-link-viewer .tlv26-section{
    padding: 70px 0;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-container{
    padding: 0 24px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-heading{
    font-size: 36px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-intro{
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-card{
    min-height: 266px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-icon{
    width: 66px;
    height: 66px;
    border-radius: 20px;
    margin-bottom: 21px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-i{
    font-size: 27px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-card-title{
    font-size: 20px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-card-text{
    margin-top: 12px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tlv26-link-viewer .tlv26-section{
    padding: 54px 0;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-container{
    padding: 0 16px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-heading{
    max-width: 430px;
    font-size: 29px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-intro{
    margin-top: 13px;
    font-size: 14.5px;
    line-height: 1.55;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-card{
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-icon{
    width: 54px;
    height: 54px;
    border-radius: 17px;
    margin-bottom: 16px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-i{
    font-size: 22px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-card-title{
    font-size: 16px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-card-text{
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tlv26-link-viewer .tlv26-section{
    padding: 48px 0;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-container{
    padding: 0 12px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-heading{
    max-width: 360px;
    font-size: 26px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-intro{
    margin-top: 12px;
    font-size: 13.5px;
    line-height: 1.5;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-card{
    min-height: 222px;
    padding: 20px 12px 18px;
    border-radius: 16px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-icon{
    width: 50px;
    height: 50px;
    border-radius: 16px;
    margin-bottom: 14px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-i{
    font-size: 20px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-card-title{
    font-size: 15px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-card-text{
    margin-top: 8px;
    font-size: 12.3px;
    line-height: 1.43;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tlv26-link-viewer .tlv26-section{
    padding: 42px 0;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-heading{
    max-width: 300px;
    font-size: 23px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-intro{
    margin-top: 10px;
    font-size: 12.8px;
    line-height: 1.46;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-card{
    min-height: 214px;
    padding: 17px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 13px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-i{
    font-size: 18px;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-card-title{
    font-size: 14px;
    line-height: 1.18;
  }.tc-wp-content-root .tlv26-link-viewer .tlv26-card-text{
    margin-top: 7px;
    font-size: 11.5px;
    line-height: 1.4;
  }}

.tc-wp-content-root .tlv26-grid-3 {}