@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 .tcv26-wrap, .tc-wp-content-root .tcv26-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .tcv26-wrap{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17212b;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .tcv26-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .tcv26-white{
  background: #ffffff;
}.tc-wp-content-root .tcv26-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 58, 92, 0.09), transparent 38%),
    linear-gradient(180deg, #fff7f9 0%, #f7fbfb 100%);
}.tc-wp-content-root .tcv26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .tcv26-heading, .tc-wp-content-root .tcv26-intro, .tc-wp-content-root .tcv26-card-title, .tc-wp-content-root .tcv26-card-text{
  text-align: center !important;
}.tc-wp-content-root .tcv26-heading{
  margin: 0 auto;
  color: #121923;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tcv26-intro{
  margin: 14px auto 0;
  max-width: 760px;
  color: #52606d;
  line-height: 1.7;
  font-weight: 400;
}.tc-wp-content-root .tcv26-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}.tc-wp-content-root .tcv26-card{
  position: relative;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  text-align: center !important;
  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.12), transparent 48%);
  border: 1px solid rgba(23, 33, 43, 0.1);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background-position 420ms ease;
}.tc-wp-content-root .tcv26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 58, 92, 0.1), rgba(0, 242, 234, 0.1));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .tcv26-card:hover{
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(255, 58, 92, 0.34);
  box-shadow: 0 24px 64px rgba(255, 58, 92, 0.16), 0 12px 34px rgba(0, 0, 0, 0.08);
}.tc-wp-content-root .tcv26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tcv26-icon{
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #111827 0%, #ff3a5c 52%, #00f2ea 100%);
  box-shadow: 0 14px 28px rgba(255, 58, 92, 0.22);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .tcv26-card:hover .tcv26-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(0, 242, 234, 0.24), 0 10px 22px rgba(255, 58, 92, 0.18);
}.tc-wp-content-root .tcv26-i{
  display: block;
  line-height: 1;
  color: #ffffff;
}.tc-wp-content-root .tcv26-card-title{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #121923;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.tc-wp-content-root .tcv26-card-text{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #5b6673;
  line-height: 1.62;
  font-weight: 400;
}.tc-wp-content-root .tcv26-js .tcv26-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tcv26-js .tcv26-card.tcv26-revealed{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .tcv26-js .tcv26-card.tcv26-revealed:hover{
  transform: translateY(-8px) scale(1.012);
}@media (min-width: 1024px) {.tc-wp-content-root .tcv26-section{
    padding: 88px 0;
  }.tc-wp-content-root .tcv26-container{
    padding: 0 28px;
  }.tc-wp-content-root .tcv26-heading{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .tcv26-intro{
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .tcv26-grid{
    gap: 26px;
  }.tc-wp-content-root .tcv26-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tcv26-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .tcv26-card{
    min-height: 292px;
    padding: 34px 26px 30px;
  }.tc-wp-content-root .tcv26-icon{
    width: 72px;
    height: 72px;
    border-radius: 20px;
    margin-bottom: 24px;
  }.tc-wp-content-root .tcv26-i{
    font-size: 30px;
  }.tc-wp-content-root .tcv26-card-title{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root .tcv26-card-text{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tcv26-section{
    padding: 72px 0;
  }.tc-wp-content-root .tcv26-container{
    padding: 0 24px;
  }.tc-wp-content-root .tcv26-heading{
    font-size: 34px;
    max-width: 760px;
  }.tc-wp-content-root .tcv26-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .tcv26-grid, .tc-wp-content-root .tcv26-grid-3, .tc-wp-content-root .tcv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .tcv26-card{
    min-height: 268px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .tcv26-icon{
    width: 66px;
    height: 66px;
    border-radius: 18px;
    margin-bottom: 21px;
  }.tc-wp-content-root .tcv26-i{
    font-size: 27px;
  }.tc-wp-content-root .tcv26-card-title{
    font-size: 20px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tcv26-card-text{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tcv26-section{
    padding: 56px 0;
  }.tc-wp-content-root .tcv26-container{
    padding: 0 16px;
  }.tc-wp-content-root .tcv26-heading{
    font-size: 28px;
    max-width: 430px;
  }.tc-wp-content-root .tcv26-intro{
    font-size: 14.5px;
    line-height: 1.62;
    margin-bottom: 24px;
  }.tc-wp-content-root .tcv26-grid, .tc-wp-content-root .tcv26-grid-3, .tc-wp-content-root .tcv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .tcv26-card{
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }.tc-wp-content-root .tcv26-icon{
    width: 54px;
    height: 54px;
    border-radius: 15px;
    margin-bottom: 16px;
  }.tc-wp-content-root .tcv26-i{
    font-size: 22px;
  }.tc-wp-content-root .tcv26-card-title{
    font-size: 17px;
    margin-bottom: 9px;
  }.tc-wp-content-root .tcv26-card-text{
    font-size: 13.2px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tcv26-section{
    padding: 48px 0;
  }.tc-wp-content-root .tcv26-container{
    padding: 0 12px;
  }.tc-wp-content-root .tcv26-heading{
    font-size: 25px;
    max-width: 350px;
  }.tc-wp-content-root .tcv26-intro{
    font-size: 13.8px;
    line-height: 1.58;
    margin-bottom: 20px;
  }.tc-wp-content-root .tcv26-grid, .tc-wp-content-root .tcv26-grid-3, .tc-wp-content-root .tcv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-content-root .tcv26-card{
    min-height: 222px;
    padding: 19px 11px 18px;
    border-radius: 14px;
  }.tc-wp-content-root .tcv26-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 14px;
  }.tc-wp-content-root .tcv26-i{
    font-size: 20px;
  }.tc-wp-content-root .tcv26-card-title{
    font-size: 15.5px;
    margin-bottom: 8px;
  }.tc-wp-content-root .tcv26-card-text{
    font-size: 12.6px;
    line-height: 1.46;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tcv26-section{
    padding: 42px 0;
  }.tc-wp-content-root .tcv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .tcv26-heading{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root .tcv26-intro{
    font-size: 13px;
    line-height: 1.52;
    margin-bottom: 18px;
  }.tc-wp-content-root .tcv26-grid, .tc-wp-content-root .tcv26-grid-3, .tc-wp-content-root .tcv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-content-root .tcv26-card{
    min-height: 214px;
    padding: 17px 9px 16px;
    border-radius: 13px;
  }.tc-wp-content-root .tcv26-icon{
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tcv26-i{
    font-size: 18px;
  }.tc-wp-content-root .tcv26-card-title{
    font-size: 14.5px;
    margin-bottom: 7px;
  }.tc-wp-content-root .tcv26-card-text{
    font-size: 12px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .tcv26-section{
    padding: 38px 0;
  }.tc-wp-content-root .tcv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .tcv26-heading{
    font-size: 21px;
  }.tc-wp-content-root .tcv26-intro{
    font-size: 13px;
    margin-bottom: 18px;
  }.tc-wp-content-root .tcv26-grid, .tc-wp-content-root .tcv26-grid-3, .tc-wp-content-root .tcv26-grid-4{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-content-root .tcv26-card{
    min-height: 210px;
    padding: 18px 12px;
  }.tc-wp-content-root .tcv26-icon{
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tcv26-i{
    font-size: 18px;
  }.tc-wp-content-root .tcv26-card-title{
    font-size: 15px;
    margin-bottom: 7px;
  }.tc-wp-content-root .tcv26-card-text{
    font-size: 12.4px;
  }}