@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 .tsvx26-root, .tc-wp-content-root .tsvx26-root *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .tsvx26-root{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #142026;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .tsvx26-root .tsvx26-section{
  width: 100% !important;
}.tc-wp-content-root .tsvx26-root .tsvx26-section-white{
  background: #ffffff;
}.tc-wp-content-root .tsvx26-root .tsvx26-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 242, 234, 0.13), transparent 36%),
    linear-gradient(180deg, #f7fffe 0%, #fff8fb 100%);
}.tc-wp-content-root .tsvx26-root .tsvx26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .tsvx26-root .tsvx26-heading, .tc-wp-content-root .tsvx26-root .tsvx26-intro, .tc-wp-content-root .tsvx26-root .tsvx26-title, .tc-wp-content-root .tsvx26-root .tsvx26-text{
  text-align: center !important;
}.tc-wp-content-root .tsvx26-root .tsvx26-heading{
  margin: 0 auto;
  color: #11181c;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tsvx26-root .tsvx26-intro{
  margin: 14px auto 0;
  max-width: 760px;
  color: #536169;
  font-weight: 450;
  line-height: 1.65;
}.tc-wp-content-root .tsvx26-root .tsvx26-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .tsvx26-root .tsvx26-card{
  position: relative;
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  overflow: hidden;
  text-align: center !important;
  border: 1px solid rgba(20, 32, 38, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 50% -20%, rgba(0, 242, 234, 0.17), transparent 42%);
  box-shadow: 0 18px 48px rgba(20, 32, 38, 0.08);
  transition: transform 360ms ease, box-shadow 360ms ease, border-color 360ms ease, background-position 480ms ease;
}.tc-wp-content-root .tsvx26-root .tsvx26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.13), rgba(255, 0, 80, 0.11), transparent 62%);
  transition: opacity 360ms ease;
}.tc-wp-content-root .tsvx26-root .tsvx26-card:hover{
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(0, 207, 199, 0.35);
  box-shadow: 0 24px 62px rgba(0, 137, 132, 0.16), 0 10px 30px rgba(255, 0, 80, 0.08);
}.tc-wp-content-root .tsvx26-root .tsvx26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tsvx26-root .tsvx26-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 22px;
  background: linear-gradient(135deg, #00f2ea 0%, #ff0050 100%);
  box-shadow: 0 14px 30px rgba(0, 210, 204, 0.22);
  transition: transform 360ms ease, box-shadow 360ms ease;
}.tc-wp-content-root .tsvx26-root .tsvx26-card:hover .tsvx26-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(255, 0, 80, 0.2);
}.tc-wp-content-root .tsvx26-root .tsvx26-i{
  color: #ffffff;
  line-height: 1;
  text-align: center !important;
}.tc-wp-content-root .tsvx26-root .tsvx26-title, .tc-wp-content-root .tsvx26-root .tsvx26-text{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .tsvx26-root .tsvx26-title{
  margin: 18px 0 0;
  color: #142026;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.tc-wp-content-root .tsvx26-root .tsvx26-text{
  margin: 12px 0 0;
  color: #5b6870;
  font-weight: 430;
  line-height: 1.58;
}.tc-wp-content-root .tsvx26-root.tsvx26-reveal .tsvx26-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tsvx26-root.tsvx26-reveal .tsvx26-card.tsvx26-visible{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .tsvx26-root.tsvx26-reveal .tsvx26-card.tsvx26-visible:hover{
  transform: translateY(-8px) scale(1.012);
}@media (min-width: 1024px) {.tc-wp-content-root .tsvx26-root .tsvx26-section{
    padding: 88px 24px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-container{
    padding: 0 24px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-heading{
    font-size: 44px;
    max-width: 980px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-intro{
    font-size: 18px;
    margin-bottom: 42px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-grid{
    gap: 24px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tsvx26-root .tsvx26-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .tsvx26-root .tsvx26-card{
    min-height: 294px;
    padding: 34px 28px 30px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-icon{
    width: 68px;
    height: 68px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-i{
    font-size: 27px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-title{
    font-size: 21px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-text{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tsvx26-root .tsvx26-section{
    padding: 70px 22px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-container{
    padding: 0 18px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-heading{
    font-size: 36px;
    max-width: 760px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-intro{
    font-size: 16.5px;
    margin-bottom: 34px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-card{
    min-height: 266px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-icon{
    width: 62px;
    height: 62px;
    border-radius: 20px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-i{
    font-size: 25px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-title{
    font-size: 20px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-text{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tsvx26-root .tsvx26-section{
    padding: 52px 14px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-container{
    padding: 0 10px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-heading{
    font-size: 28px;
    max-width: 460px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-intro{
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 24px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-icon{
    width: 52px;
    height: 52px;
    border-radius: 17px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-i{
    font-size: 21px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-title{
    font-size: 16px;
    margin-top: 14px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-text{
    font-size: 13.2px;
    line-height: 1.48;
    margin-top: 9px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tsvx26-root .tsvx26-section{
    padding: 46px 12px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-container{
    padding: 0 6px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-heading{
    font-size: 25px;
    max-width: 340px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-intro{
    font-size: 13.8px;
    line-height: 1.5;
    margin-bottom: 20px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-card{
    min-height: 224px;
    padding: 20px 11px 18px;
    border-radius: 16px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-i{
    font-size: 20px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-title{
    font-size: 15px;
    margin-top: 13px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-text{
    font-size: 12.6px;
    line-height: 1.45;
    margin-top: 8px;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tsvx26-root .tsvx26-section{
    padding: 40px 8px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-container{
    padding: 0 4px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-heading{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-intro{
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 18px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-card{
    min-height: 218px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-i{
    font-size: 18px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-title{
    font-size: 14px;
    margin-top: 12px;
  }.tc-wp-content-root .tsvx26-root .tsvx26-text{
    font-size: 12px;
    line-height: 1.42;
    margin-top: 7px;
  }}@media (max-width: 319px) {.tc-wp-content-root .tsvx26-root .tsvx26-grid{
    grid-template-columns: 1fr;
  }}