@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 .tkvv-wrap, .tc-wp-content-root .tkvv-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .tkvv-wrap{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #182026;
  font-family: inherit;
}.tc-wp-content-root .tkvv-wrap .tkvv-section{
  width: 100% !important;
  max-width: 100% !important;
  text-align: center;
  overflow: hidden;
}.tc-wp-content-root .tkvv-wrap .tkvv-section-white{
  background: #ffffff;
}.tc-wp-content-root .tkvv-wrap .tkvv-section-tint{
  background: linear-gradient(180deg, #fff6f8 0%, #f5fdff 100%);
}.tc-wp-content-root .tkvv-wrap .tkvv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 0;
}.tc-wp-content-root .tkvv-wrap .tkvv-heading{
  margin: 0 auto;
  color: #12181f;
  text-align: center;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  max-width: 980px;
}.tc-wp-content-root .tkvv-wrap .tkvv-intro{
  margin: 16px auto 0;
  max-width: 760px;
  color: #58636f;
  text-align: center;
  line-height: 1.7;
  font-weight: 400;
}.tc-wp-content-root .tkvv-wrap .tkvv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}.tc-wp-content-root .tkvv-wrap .tkvv-card{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100% !important;
  min-width: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e7eef2;
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}.tc-wp-content-root .tkvv-wrap .tkvv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 0, 80, 0.11), transparent 42%), radial-gradient(circle at 100% 100%, rgba(0, 242, 234, 0.1), transparent 38%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .tkvv-wrap .tkvv-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(135deg, #ff0050 0%, #00f2ea 100%);
  box-shadow: 0 14px 26px rgba(255, 0, 80, 0.2);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .tkvv-wrap .tkvv-i{
  display: block;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}.tc-wp-content-root .tkvv-wrap .tkvv-card-title{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151b22;
  text-align: center;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tkvv-wrap .tkvv-card-text{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5b6672;
  text-align: center;
  line-height: 1.62;
  font-weight: 400;
}.tc-wp-content-root .tkvv-wrap .tkvv-card:hover{
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(255, 0, 80, 0.34);
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(0, 242, 234, 0.14), 0 18px 44px rgba(255, 0, 80, 0.12);
}.tc-wp-content-root .tkvv-wrap .tkvv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tkvv-wrap .tkvv-card:hover .tkvv-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(0, 242, 234, 0.22), 0 12px 28px rgba(255, 0, 80, 0.18);
}.tc-wp-content-root .tkvv-wrap.tkvv-ready .tkvv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tkvv-wrap.tkvv-ready .tkvv-reveal.tkvv-show{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .tkvv-wrap .tkvv-section{
    padding: 92px 0;
  }.tc-wp-content-root .tkvv-wrap .tkvv-heading{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .tkvv-wrap .tkvv-intro{
    font-size: 18px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-grid{
    gap: 24px;
    margin-top: 44px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tkvv-wrap .tkvv-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .tkvv-wrap .tkvv-card{
    min-height: 300px;
    padding: 34px 28px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-icon{
    width: 72px;
    height: 72px;
    border-radius: 22px;
    margin-bottom: 24px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-i{
    font-size: 30px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-card-title{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-card-text{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tkvv-wrap .tkvv-section{
    padding: 74px 0;
  }.tc-wp-content-root .tkvv-wrap .tkvv-container{
    padding-left: 18px;
    padding-right: 18px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-heading{
    font-size: 34px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-intro{
    font-size: 16.5px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-grid, .tc-wp-content-root .tkvv-wrap .tkvv-grid-3, .tc-wp-content-root .tkvv-wrap .tkvv-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-card{
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 22px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-icon{
    width: 66px;
    height: 66px;
    border-radius: 20px;
    margin-bottom: 22px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-i{
    font-size: 27px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-card-title{
    font-size: 19px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-card-text{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tkvv-wrap .tkvv-section{
    padding: 54px 0;
  }.tc-wp-content-root .tkvv-wrap .tkvv-container{
    padding-left: 14px;
    padding-right: 14px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-heading{
    font-size: 27px;
    max-width: 360px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-intro{
    font-size: 14.5px;
    line-height: 1.62;
  }.tc-wp-content-root .tkvv-wrap .tkvv-grid, .tc-wp-content-root .tkvv-wrap .tkvv-grid-3, .tc-wp-content-root .tkvv-wrap .tkvv-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-card{
    min-height: 235px;
    padding: 22px 14px;
    border-radius: 18px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-icon{
    width: 52px;
    height: 52px;
    border-radius: 16px;
    margin-bottom: 16px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-i{
    font-size: 22px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-card-title{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-card-text{
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tkvv-wrap .tkvv-section{
    padding: 48px 0;
  }.tc-wp-content-root .tkvv-wrap .tkvv-container{
    padding-left: 12px;
    padding-right: 12px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-heading{
    font-size: 25px;
    max-width: 320px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-intro{
    font-size: 14px;
    line-height: 1.58;
  }.tc-wp-content-root .tkvv-wrap .tkvv-grid, .tc-wp-content-root .tkvv-wrap .tkvv-grid-3, .tc-wp-content-root .tkvv-wrap .tkvv-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-card{
    min-height: 225px;
    padding: 20px 12px;
    border-radius: 16px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 14px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-i{
    font-size: 20px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-card-title{
    font-size: 15px;
    margin-bottom: 8px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-card-text{
    font-size: 12.5px;
    line-height: 1.48;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tkvv-wrap .tkvv-section{
    padding: 42px 0;
  }.tc-wp-content-root .tkvv-wrap .tkvv-container{
    padding-left: 10px;
    padding-right: 10px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-heading{
    font-size: 23px;
    max-width: 292px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-intro{
    font-size: 13.5px;
    line-height: 1.54;
  }.tc-wp-content-root .tkvv-wrap .tkvv-grid, .tc-wp-content-root .tkvv-wrap .tkvv-grid-3, .tc-wp-content-root .tkvv-wrap .tkvv-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-card{
    min-height: 218px;
    padding: 18px 10px;
    border-radius: 15px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 13px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-i{
    font-size: 18px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-card-title{
    font-size: 14px;
    margin-bottom: 8px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-card-text{
    font-size: 12px;
    line-height: 1.45;
  }}@media (max-width: 319px) {.tc-wp-content-root .tkvv-wrap .tkvv-section{
    padding: 38px 0;
  }.tc-wp-content-root .tkvv-wrap .tkvv-container{
    padding-left: 10px;
    padding-right: 10px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-heading{
    font-size: 22px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-intro{
    font-size: 13px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-grid, .tc-wp-content-root .tkvv-wrap .tkvv-grid-3, .tc-wp-content-root .tkvv-wrap .tkvv-grid-4{
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-card{
    min-height: 210px;
    padding: 18px 12px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-i{
    font-size: 18px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-card-title{
    font-size: 14px;
    margin-bottom: 8px;
  }.tc-wp-content-root .tkvv-wrap .tkvv-card-text{
    font-size: 12px;
  }}