@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 .tkv26-wrapper, .tc-wp-content-root .tkv26-wrapper *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .tkv26-wrapper{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #182024;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .tkv26-wrapper .tkv26-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .tkv26-wrapper .tkv26-section-white{
  background: #ffffff;
}.tc-wp-content-root .tkv26-wrapper .tkv26-section-tint{
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 242, 234, 0.13), transparent 32%),
    radial-gradient(circle at 84% 12%, rgba(255, 0, 80, 0.11), transparent 30%),
    #f7fbfb;
}.tc-wp-content-root .tkv26-wrapper .tkv26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .tkv26-wrapper .tkv26-heading{
  margin: 0 auto;
  text-align: center;
  color: #101719;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}.tc-wp-content-root .tkv26-wrapper .tkv26-intro{
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
  color: #526064;
  line-height: 1.65;
  font-weight: 500;
}.tc-wp-content-root .tkv26-wrapper .tkv26-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .tkv26-wrapper .tkv26-card{
  position: relative;
  height: 100% !important;
  text-align: center;
  border: 1px solid rgba(19, 31, 35, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    linear-gradient(135deg, rgba(0, 242, 234, 0.09), rgba(255, 0, 80, 0.08));
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(12, 30, 34, 0.08);
  overflow: hidden;
  transition: transform 360ms ease, box-shadow 360ms ease, border-color 360ms ease, background 360ms ease;
}.tc-wp-content-root .tkv26-wrapper .tkv26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(0, 242, 234, 0.08) 42%, rgba(255, 0, 80, 0.08) 58%, transparent 100%);
  opacity: 0;
  transform: translateX(-22%);
  transition: opacity 360ms ease, transform 520ms ease;
  pointer-events: none;
}.tc-wp-content-root .tkv26-wrapper .tkv26-card:hover{
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(0, 242, 234, 0.38);
  box-shadow: 0 24px 65px rgba(255, 0, 80, 0.12), 0 10px 28px rgba(0, 242, 234, 0.12);
}.tc-wp-content-root .tkv26-wrapper .tkv26-card:hover::before{
  opacity: 1;
  transform: translateX(18%);
}.tc-wp-content-root .tkv26-wrapper .tkv26-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(0, 242, 234, 0.16), rgba(255, 0, 80, 0.14)),
    #ffffff;
  border: 1px solid rgba(0, 242, 234, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.78), 0 14px 30px rgba(10, 24, 26, 0.08);
  transition: transform 360ms ease, border-color 360ms ease;
}.tc-wp-content-root .tkv26-wrapper .tkv26-card:hover .tkv26-icon{
  transform: translateY(-3px);
  border-color: rgba(255, 0, 80, 0.32);
}.tc-wp-content-root .tkv26-wrapper .tkv26-i{
  color: #00b8b2;
  background: linear-gradient(135deg, #00b8b2 0%, #111719 48%, #e60046 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}.tc-wp-content-root .tkv26-wrapper .tkv26-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  color: #101719;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tkv26-wrapper .tkv26-card p{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  color: #5d696d;
  line-height: 1.58;
  font-weight: 500;
}.tc-wp-content-root .tkv26-wrapper.tkv26-js .tkv26-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tkv26-wrapper.tkv26-js .tkv26-reveal.tkv26-visible{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .tkv26-wrapper .tkv26-reveal{
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 360ms ease, border-color 360ms ease, background 360ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .tkv26-wrapper .tkv26-section{
    padding: 82px 0;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-container{
    padding: 0 28px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-heading{
    font-size: 44px;
    white-space: nowrap;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-intro{
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-grid{
    gap: 26px;
    margin-top: 42px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tkv26-wrapper .tkv26-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .tkv26-wrapper .tkv26-card{
    min-height: 296px;
    padding: 34px 24px 28px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-icon{
    width: 76px;
    height: 76px;
    margin-bottom: 24px;
    font-size: 31px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-card h3{
    font-size: 21px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-card p{
    margin-top: 13px;
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tkv26-wrapper .tkv26-section{
    padding: 66px 0;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-container{
    padding: 0 24px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-heading{
    font-size: 36px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-intro{
    margin-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px;
    margin-top: 34px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-card{
    min-height: 268px;
    padding: 30px 22px 25px;
    border-radius: 20px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-icon{
    width: 68px;
    height: 68px;
    margin-bottom: 21px;
    font-size: 28px;
    border-radius: 17px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-card h3{
    font-size: 20px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-card p{
    margin-top: 12px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tkv26-wrapper .tkv26-section{
    padding: 48px 0;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-container{
    padding: 0 16px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-heading{
    font-size: 29px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-intro{
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.55;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-card{
    min-height: 232px;
    padding: 22px 14px 19px;
    border-radius: 17px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-icon{
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
    font-size: 23px;
    border-radius: 15px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-card h3{
    font-size: 16px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-card p{
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tkv26-wrapper .tkv26-section{
    padding: 42px 0;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-container{
    padding: 0 12px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-heading{
    font-size: 26px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-intro{
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-card{
    min-height: 222px;
    padding: 19px 11px 17px;
    border-radius: 15px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
    font-size: 21px;
    border-radius: 14px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-card h3{
    font-size: 15px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-card p{
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.43;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tkv26-wrapper .tkv26-section{
    padding: 36px 0;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-heading{
    font-size: 23px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-intro{
    margin-top: 9px;
    font-size: 12.4px;
    line-height: 1.45;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-card{
    min-height: 216px;
    padding: 17px 9px 15px;
    border-radius: 14px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
    font-size: 19px;
    border-radius: 13px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-card h3{
    font-size: 14px;
    line-height: 1.22;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-card p{
    margin-top: 7px;
    font-size: 11.4px;
    line-height: 1.4;
  }}@media (max-width: 319px) {.tc-wp-content-root .tkv26-wrapper .tkv26-section{
    padding: 34px 0;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-heading{
    font-size: 22px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-intro{
    margin-top: 9px;
    font-size: 12px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-grid{
    grid-template-columns: 1fr !important;
    gap: 10px;
    margin-top: 20px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-card{
    min-height: 210px;
    padding: 17px 10px 15px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
    font-size: 19px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-card h3{
    font-size: 14px;
  }.tc-wp-content-root .tkv26-wrapper .tkv26-card p{
    margin-top: 7px;
    font-size: 11.5px;
  }}