@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 .tkviewer-wrap, .tc-wp-content-root .tkviewer-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .tkviewer-wrap{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172124;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.tc-wp-content-root .tkviewer-wrap .tkviewer-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .tkviewer-wrap .tkviewer-section-one, .tc-wp-content-root .tkviewer-wrap .tkviewer-section-three{
  background: #ffffff;
}.tc-wp-content-root .tkviewer-wrap .tkviewer-section-two{
  background:
    radial-gradient(circle at 20% 18%, rgba(37, 244, 238, 0.13), transparent 28%),
    radial-gradient(circle at 86% 78%, rgba(254, 44, 85, 0.10), transparent 30%),
    #f7fbfb;
}.tc-wp-content-root .tkviewer-wrap .tkviewer-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .tkviewer-wrap h2, .tc-wp-content-root .tkviewer-wrap h3, .tc-wp-content-root .tkviewer-wrap p{
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .tkviewer-wrap h2{
  max-width: 980px;
  margin-top: 0;
  color: #101719;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}.tc-wp-content-root .tkviewer-wrap .tkviewer-intro{
  max-width: 760px;
  margin-top: 14px;
  color: #5a686b;
  line-height: 1.7;
  font-weight: 450;
}.tc-wp-content-root .tkviewer-wrap .tkviewer-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}.tc-wp-content-root .tkviewer-wrap .tkviewer-card{
  position: relative;
  isolation: isolate;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(28, 45, 49, 0.10);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    #ffffff;
  box-shadow: 0 18px 45px rgba(9, 18, 20, 0.08);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}.tc-wp-content-root .tkviewer-wrap .tkviewer-section-two .tkviewer-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(252, 255, 255, 0.91)),
    #ffffff;
}.tc-wp-content-root .tkviewer-wrap .tkviewer-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background:
    linear-gradient(135deg, rgba(37, 244, 238, 0.16), transparent 42%),
    linear-gradient(315deg, rgba(254, 44, 85, 0.13), transparent 46%);
  transition: opacity 280ms ease;
}.tc-wp-content-root .tkviewer-wrap .tkviewer-card:hover{
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(37, 244, 238, 0.42);
  box-shadow: 0 26px 62px rgba(9, 18, 20, 0.13), 0 0 0 1px rgba(254, 44, 85, 0.08);
}.tc-wp-content-root .tkviewer-wrap .tkviewer-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tkviewer-wrap .tkviewer-card:hover .tkviewer-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 35px rgba(254, 44, 85, 0.20);
}.tc-wp-content-root .tkviewer-wrap .tkviewer-card:hover .tkviewer-i{
  transform: scale(1.08);
}.tc-wp-content-root .tkviewer-wrap .tkviewer-icon{
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(37, 244, 238, 0.95), rgba(254, 44, 85, 0.92)),
    #25f4ee;
  box-shadow: 0 14px 30px rgba(37, 244, 238, 0.18);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .tkviewer-wrap .tkviewer-i{
  display: block;
  color: #ffffff;
  line-height: 1;
  transition: transform 280ms ease;
}.tc-wp-content-root .tkviewer-wrap h3{
  margin-bottom: 0;
  color: #132023;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.tc-wp-content-root .tkviewer-wrap .tkviewer-card p{
  margin-bottom: 0;
  color: #637174;
  line-height: 1.62;
  font-weight: 450;
}.tc-wp-content-root .tkviewer-wrap .tkviewer-reveal{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .tkviewer-wrap.tkviewer-js .tkviewer-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tkviewer-wrap.tkviewer-js .tkviewer-reveal.tkviewer-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .tkviewer-wrap .tkviewer-section{
    padding: 94px 0;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-container{
    padding: 0 28px;
  }.tc-wp-content-root .tkviewer-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-intro{
    font-size: 18px;
    margin-bottom: 44px;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-grid{
    gap: 26px;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-card{
    min-height: 292px;
    padding: 34px 28px 32px;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-icon{
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-i{
    font-size: 29px;
  }.tc-wp-content-root .tkviewer-wrap h3{
    font-size: 21px;
    margin-top: 0;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-card p{
    font-size: 15.5px;
    margin-top: 14px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tkviewer-wrap .tkviewer-section{
    padding: 76px 0;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-container{
    padding: 0 24px;
  }.tc-wp-content-root .tkviewer-wrap h2{
    font-size: 38px;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-intro{
    font-size: 17px;
    margin-bottom: 36px;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-grid, .tc-wp-content-root .tkviewer-wrap .tkviewer-grid-3, .tc-wp-content-root .tkviewer-wrap .tkviewer-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-card{
    min-height: 268px;
    padding: 30px 24px 28px;
    border-radius: 20px;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 22px;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-i{
    font-size: 27px;
  }.tc-wp-content-root .tkviewer-wrap h3{
    font-size: 20px;
    margin-top: 0;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-card p{
    font-size: 15px;
    margin-top: 13px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tkviewer-wrap .tkviewer-section{
    padding: 58px 0;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-container{
    padding: 0 16px;
  }.tc-wp-content-root .tkviewer-wrap h2{
    font-size: 31px;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-intro{
    font-size: 15px;
    line-height: 1.58;
    margin-bottom: 26px;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-grid, .tc-wp-content-root .tkviewer-wrap .tkviewer-grid-3, .tc-wp-content-root .tkviewer-wrap .tkviewer-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-card{
    min-height: 236px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-icon{
    width: 52px;
    height: 52px;
    border-radius: 15px;
    margin-bottom: 16px;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-i{
    font-size: 22px;
  }.tc-wp-content-root .tkviewer-wrap h3{
    font-size: 16px;
    margin-top: 0;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-card p{
    font-size: 13px;
    line-height: 1.48;
    margin-top: 10px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tkviewer-wrap .tkviewer-section{
    padding: 50px 0;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-container{
    padding: 0 12px;
  }.tc-wp-content-root .tkviewer-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-intro{
    font-size: 14px;
    line-height: 1.54;
    margin-bottom: 22px;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-grid, .tc-wp-content-root .tkviewer-wrap .tkviewer-grid-3, .tc-wp-content-root .tkviewer-wrap .tkviewer-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-card{
    min-height: 224px;
    padding: 19px 11px 18px;
    border-radius: 15px;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 14px;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-i{
    font-size: 20px;
  }.tc-wp-content-root .tkviewer-wrap h3{
    font-size: 15px;
    margin-top: 0;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-card p{
    font-size: 12.5px;
    line-height: 1.43;
    margin-top: 9px;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tkviewer-wrap .tkviewer-section{
    padding: 44px 0;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-container{
    padding: 0 10px;
  }.tc-wp-content-root .tkviewer-wrap h2{
    font-size: 25px;
    line-height: 1.12;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-intro{
    font-size: 13.5px;
    line-height: 1.48;
    margin-bottom: 20px;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-grid, .tc-wp-content-root .tkviewer-wrap .tkviewer-grid-3, .tc-wp-content-root .tkviewer-wrap .tkviewer-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-card{
    min-height: 214px;
    padding: 17px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-icon{
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-i{
    font-size: 18px;
  }.tc-wp-content-root .tkviewer-wrap h3{
    font-size: 14px;
    line-height: 1.18;
    margin-top: 0;
  }.tc-wp-content-root .tkviewer-wrap .tkviewer-card p{
    font-size: 12px;
    line-height: 1.38;
    margin-top: 8px;
  }}@media (max-width: 319px) {.tc-wp-content-root .tkviewer-wrap .tkviewer-grid, .tc-wp-content-root .tkviewer-wrap .tkviewer-grid-3, .tc-wp-content-root .tkviewer-wrap .tkviewer-grid-4{
    grid-template-columns: 1fr;
  }}