@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 .tsv26-wrapper, .tc-wp-content-root .tsv26-wrapper *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .tsv26-wrapper{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172027;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .tsv26-wrapper .tsv26-section{
  width: 100% !important;
}.tc-wp-content-root .tsv26-wrapper .tsv26-section-one, .tc-wp-content-root .tsv26-wrapper .tsv26-section-three{
  background: #ffffff;
}.tc-wp-content-root .tsv26-wrapper .tsv26-section-two{
  background: linear-gradient(180deg, #f7fffd 0%, #fff7fb 100%);
}.tc-wp-content-root .tsv26-wrapper .tsv26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .tsv26-wrapper h2, .tc-wp-content-root .tsv26-wrapper h3, .tc-wp-content-root .tsv26-wrapper p{
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .tsv26-wrapper h2{
  color: #12191f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}.tc-wp-content-root .tsv26-wrapper .tsv26-intro{
  color: #53616b;
  line-height: 1.7;
  max-width: 760px;
  margin-top: 0;
}.tc-wp-content-root .tsv26-wrapper .tsv26-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .tsv26-wrapper .tsv26-card{
  position: relative;
  height: 100% !important;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(18, 201, 190, 0.18);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(17, 29, 36, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}.tc-wp-content-root .tsv26-wrapper .tsv26-section-two .tsv26-card{
  background: rgba(255, 255, 255, 0.88);
}.tc-wp-content-root .tsv26-wrapper .tsv26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 0, 104, 0.11), transparent 38%), radial-gradient(circle at 100% 100%, rgba(18, 201, 190, 0.12), transparent 34%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .tsv26-wrapper .tsv26-card:hover{
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(18, 201, 190, 0.42);
  box-shadow: 0 24px 62px rgba(255, 0, 104, 0.13), 0 10px 28px rgba(18, 201, 190, 0.12);
}.tc-wp-content-root .tsv26-wrapper .tsv26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tsv26-wrapper .tsv26-card:hover .tsv26-icon{
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(18, 201, 190, 0.24);
}.tc-wp-content-root .tsv26-wrapper .tsv26-card:hover .tsv26-i{
  transform: scale(1.08);
}.tc-wp-content-root .tsv26-wrapper .tsv26-icon{
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #12c9be 0%, #ff0068 100%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 12px 30px rgba(18, 201, 190, 0.18);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .tsv26-wrapper .tsv26-i{
  display: block;
  line-height: 1;
  transition: transform 260ms ease;
}.tc-wp-content-root .tsv26-wrapper .tsv26-card h3{
  position: relative;
  z-index: 1;
  color: #152028;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tsv26-wrapper .tsv26-card p{
  position: relative;
  z-index: 1;
  color: #5b6871;
  line-height: 1.62;
  margin-bottom: 0;
}.tc-wp-content-root .tsv26-wrapper .tsv26-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tsv26-wrapper .tsv26-reveal.tsv26-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .tsv26-wrapper .tsv26-section{
    padding: 88px 0;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-container{
    padding: 0 28px;
  }.tc-wp-content-root .tsv26-wrapper h2{
    font-size: 42px;
    margin-bottom: 16px;
    white-space: nowrap;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-intro{
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-grid{
    gap: 24px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tsv26-wrapper .tsv26-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .tsv26-wrapper .tsv26-card{
    min-height: 300px;
    padding: 34px 26px 30px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-icon{
    width: 70px;
    height: 70px;
    border-radius: 20px;
    margin-bottom: 24px;
    font-size: 28px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-card h3{
    font-size: 20px;
    margin: 0 0 13px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tsv26-wrapper .tsv26-section{
    padding: 72px 0;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-container{
    padding: 0 24px;
  }.tc-wp-content-root .tsv26-wrapper h2{
    font-size: 34px;
    margin-bottom: 14px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-card{
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-icon{
    width: 64px;
    height: 64px;
    border-radius: 18px;
    margin-bottom: 22px;
    font-size: 25px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-card h3{
    font-size: 19px;
    margin: 0 0 12px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tsv26-wrapper .tsv26-section{
    padding: 56px 0;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-container{
    padding: 0 16px;
  }.tc-wp-content-root .tsv26-wrapper h2{
    font-size: 27px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-intro{
    font-size: 14.5px;
    line-height: 1.62;
    margin-bottom: 26px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-card{
    min-height: 238px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-icon{
    width: 54px;
    height: 54px;
    border-radius: 16px;
    margin-bottom: 16px;
    font-size: 21px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-card h3{
    font-size: 16px;
    margin: 0 0 9px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-card p{
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tsv26-wrapper .tsv26-section{
    padding: 48px 0;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-container{
    padding: 0 12px;
  }.tc-wp-content-root .tsv26-wrapper h2{
    font-size: 25px;
    margin-bottom: 10px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-intro{
    font-size: 13.5px;
    line-height: 1.58;
    margin-bottom: 22px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-card{
    min-height: 226px;
    padding: 20px 11px 18px;
    border-radius: 15px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 14px;
    font-size: 19px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-card h3{
    font-size: 15px;
    margin: 0 0 8px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-card p{
    font-size: 12.3px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tsv26-wrapper .tsv26-section{
    padding: 42px 0;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .tsv26-wrapper h2{
    font-size: 22px;
    margin-bottom: 9px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-intro{
    font-size: 12.8px;
    line-height: 1.54;
    margin-bottom: 20px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-card{
    min-height: 218px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-icon{
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 13px;
    font-size: 17px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-card h3{
    font-size: 14px;
    margin: 0 0 7px;
  }.tc-wp-content-root .tsv26-wrapper .tsv26-card p{
    font-size: 11.7px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .tsv26-wrapper .tsv26-grid{
    grid-template-columns: 1fr !important;
  }}