@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 .tcvx26-wrapper, .tc-wp-content-root .tcvx26-wrapper *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .tcvx26-wrapper{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #182026;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .tcvx26-wrapper .tcvx26-section{
  width: 100% !important;
  text-align: center;
}.tc-wp-content-root .tcvx26-wrapper .tcvx26-section-white{
  background: #ffffff;
}.tc-wp-content-root .tcvx26-wrapper .tcvx26-section-tint{
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 242, 234, 0.12), transparent 30%),
    radial-gradient(circle at 82% 8%, rgba(255, 0, 80, 0.10), transparent 28%),
    #f7fbfb;
}.tc-wp-content-root .tcvx26-wrapper .tcvx26-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}.tc-wp-content-root .tcvx26-wrapper .tcvx26-heading{
  margin: 0 auto;
  color: #14191f;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
  text-align: center;
}.tc-wp-content-root .tcvx26-wrapper .tcvx26-intro{
  margin: 0 auto;
  max-width: 740px;
  color: #5a6570;
  font-weight: 450;
  line-height: 1.7;
  text-align: center;
}.tc-wp-content-root .tcvx26-wrapper .tcvx26-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}.tc-wp-content-root .tcvx26-wrapper .tcvx26-card{
  position: relative;
  display: block;
  height: 100% !important;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    #ffffff;
  border: 1px solid rgba(13, 34, 42, 0.11);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(16, 24, 32, 0.08);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 340ms ease;
}.tc-wp-content-root .tcvx26-wrapper .tcvx26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.10), rgba(255, 0, 80, 0.08), rgba(22, 24, 28, 0));
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}.tc-wp-content-root .tcvx26-wrapper .tcvx26-card:hover{
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(0, 184, 176, 0.36);
  box-shadow: 0 24px 62px rgba(0, 54, 58, 0.14), 0 0 0 1px rgba(255, 0, 80, 0.08);
}.tc-wp-content-root .tcvx26-wrapper .tcvx26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tcvx26-wrapper .tcvx26-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-right: auto;
  margin-left: auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #00c9c1 0%, #ff2d68 100%);
  box-shadow: 0 16px 34px rgba(0, 201, 193, 0.20);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .tcvx26-wrapper .tcvx26-card:hover .tcvx26-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(255, 45, 104, 0.20);
}.tc-wp-content-root .tcvx26-wrapper .tcvx26-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .tcvx26-wrapper .tcvx26-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #172028;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: center;
}.tc-wp-content-root .tcvx26-wrapper .tcvx26-card p{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #5c6872;
  font-weight: 430;
  line-height: 1.62;
  text-align: center;
}.tc-wp-content-root .tcvx26-wrapper.tcvx26-js .tcvx26-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tcvx26-wrapper.tcvx26-js .tcvx26-card.tcvx26-revealed{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .tcvx26-wrapper.tcvx26-js .tcvx26-card.tcvx26-revealed:hover{
  transform: translateY(-8px) scale(1.012);
}@media (min-width: 1024px) {.tc-wp-content-root .tcvx26-wrapper .tcvx26-section{
    padding: 88px 0;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-container{
    padding: 0 28px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-heading{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-intro{
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-grid{
    gap: 26px;
    margin-top: 44px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-card{
    min-height: 300px;
    padding: 34px 26px 30px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-icon{
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-i{
    font-size: 29px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-card h3{
    font-size: 21px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-card p{
    margin-top: 13px;
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tcvx26-wrapper .tcvx26-section{
    padding: 72px 0;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-container{
    padding: 0 24px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-heading{
    font-size: 34px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-intro{
    margin-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-card{
    min-height: 270px;
    padding: 30px 24px 28px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 21px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-i{
    font-size: 26px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-card h3{
    font-size: 19px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-card p{
    margin-top: 11px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tcvx26-wrapper .tcvx26-section{
    padding: 56px 0;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-container{
    padding: 0 16px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-heading{
    font-size: 28px;
    max-width: 420px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-intro{
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.58;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-card{
    min-height: 236px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 15px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-i{
    font-size: 21px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-card h3{
    font-size: 16px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-card p{
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tcvx26-wrapper .tcvx26-section{
    padding: 50px 0;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-container{
    padding: 0 12px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-heading{
    font-size: 25px;
    max-width: 360px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-intro{
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.55;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 24px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-card{
    min-height: 224px;
    padding: 19px 11px 17px;
    border-radius: 16px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-i{
    font-size: 19px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-card h3{
    font-size: 14.5px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-card p{
    margin-top: 8px;
    font-size: 12.2px;
    line-height: 1.43;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tcvx26-wrapper .tcvx26-section{
    padding: 44px 0;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-container{
    padding: 0 10px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-heading{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-intro{
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.5;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 22px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-card{
    min-height: 214px;
    padding: 17px 9px 15px;
    border-radius: 14px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-i{
    font-size: 18px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-card h3{
    font-size: 13.5px;
  }.tc-wp-content-root .tcvx26-wrapper .tcvx26-card p{
    margin-top: 7px;
    font-size: 11.5px;
    line-height: 1.38;
  }}