@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 .tbv-viewport-wrap, .tc-wp-content-root .tbv-viewport-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .tbv-viewport-wrap{
  --tbv-primary: #111827;
  --tbv-secondary: #00c2a8;
  --tbv-accent: #ff3158;
  --tbv-tint: #f3fbf8;
  --tbv-text: #18212f;
  --tbv-muted: #667085;
  --tbv-border: rgba(17, 24, 39, 0.12);
  --tbv-shadow: rgba(17, 24, 39, 0.12);
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  font-family: inherit;
}.tc-wp-content-root .tbv-viewport-wrap .tbv-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .tbv-viewport-wrap .tbv-section-white{
  background: #ffffff;
}.tc-wp-content-root .tbv-viewport-wrap .tbv-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 194, 168, 0.12), transparent 34%),
    linear-gradient(180deg, #f3fbf8 0%, #fff8f9 100%);
}.tc-wp-content-root .tbv-viewport-wrap .tbv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .tbv-viewport-wrap h2, .tc-wp-content-root .tbv-viewport-wrap h3, .tc-wp-content-root .tbv-viewport-wrap p{
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .tbv-viewport-wrap h2{
  color: var(--tbv-primary);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  margin-top: 0;
}.tc-wp-content-root .tbv-viewport-wrap .tbv-intro{
  color: var(--tbv-muted);
  line-height: 1.65;
  max-width: 780px;
  margin-top: 0;
}.tc-wp-content-root .tbv-viewport-wrap .tbv-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .tbv-viewport-wrap .tbv-card{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  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% 0%, rgba(255, 49, 88, 0.08), transparent 42%);
  border: 1px solid var(--tbv-border);
  box-shadow: 0 18px 44px var(--tbv-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
  overflow: hidden;
}.tc-wp-content-root .tbv-viewport-wrap .tbv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 194, 168, 0.08), rgba(255, 49, 88, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .tbv-viewport-wrap .tbv-card:hover{
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(0, 194, 168, 0.42);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.16);
}.tc-wp-content-root .tbv-viewport-wrap .tbv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tbv-viewport-wrap .tbv-icon{
  position: relative;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background:
    linear-gradient(135deg, var(--tbv-primary) 0%, var(--tbv-secondary) 54%, var(--tbv-accent) 100%);
  box-shadow: 0 14px 32px rgba(0, 194, 168, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease;
  z-index: 1;
}.tc-wp-content-root .tbv-viewport-wrap .tbv-card:hover .tbv-icon{
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(255, 49, 88, 0.22);
}.tc-wp-content-root .tbv-viewport-wrap .tbv-i{
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .tbv-viewport-wrap h3{
  position: relative;
  color: var(--tbv-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 0;
  z-index: 1;
}.tc-wp-content-root .tbv-viewport-wrap .tbv-card p{
  position: relative;
  color: var(--tbv-muted);
  line-height: 1.55;
  margin-bottom: 0;
  z-index: 1;
}.tc-wp-content-root .tbv-viewport-wrap .tbv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tbv-viewport-wrap .tbv-reveal.tbv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .tbv-viewport-wrap .tbv-section{
    padding: 86px 0;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-container{
    padding: 0 24px;
  }.tc-wp-content-root .tbv-viewport-wrap h2{
    font-size: 42px;
    margin-bottom: 16px;
    white-space: nowrap;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-intro{
    font-size: 17px;
    margin-bottom: 36px;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-grid{
    gap: 24px;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-card{
    min-height: 292px;
    padding: 34px 26px;
    border-radius: 22px;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-icon{
    width: 70px;
    height: 70px;
    border-radius: 20px;
    margin-bottom: 24px;
    font-size: 29px;
  }.tc-wp-content-root .tbv-viewport-wrap h3{
    font-size: 21px;
    margin-top: 0;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-card p{
    font-size: 15px;
    margin-top: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tbv-viewport-wrap .tbv-section{
    padding: 68px 0;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-container{
    padding: 0 22px;
  }.tc-wp-content-root .tbv-viewport-wrap h2{
    font-size: 34px;
    margin-bottom: 14px;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-intro{
    font-size: 16px;
    margin-bottom: 30px;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-card{
    min-height: 266px;
    padding: 30px 24px;
    border-radius: 20px;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-icon{
    width: 64px;
    height: 64px;
    border-radius: 18px;
    margin-bottom: 20px;
    font-size: 26px;
  }.tc-wp-content-root .tbv-viewport-wrap h3{
    font-size: 19px;
    margin-top: 0;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-card p{
    font-size: 14.5px;
    margin-top: 10px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tbv-viewport-wrap .tbv-section{
    padding: 52px 0;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-container{
    padding: 0 16px;
  }.tc-wp-content-root .tbv-viewport-wrap h2{
    font-size: 28px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-intro{
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 24px;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-card{
    min-height: 230px;
    padding: 22px 14px;
    border-radius: 16px;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-icon{
    width: 52px;
    height: 52px;
    border-radius: 15px;
    margin-bottom: 15px;
    font-size: 22px;
  }.tc-wp-content-root .tbv-viewport-wrap h3{
    font-size: 16px;
    margin-top: 0;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-card p{
    font-size: 13px;
    line-height: 1.45;
    margin-top: 8px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tbv-viewport-wrap .tbv-section{
    padding: 46px 0;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-container{
    padding: 0 12px;
  }.tc-wp-content-root .tbv-viewport-wrap h2{
    font-size: 25px;
    line-height: 1.14;
    margin-bottom: 10px;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-intro{
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 20px;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-card{
    min-height: 222px;
    padding: 19px 10px;
    border-radius: 14px;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 13px;
    font-size: 20px;
  }.tc-wp-content-root .tbv-viewport-wrap h3{
    font-size: 15px;
    margin-top: 0;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-card p{
    font-size: 12.5px;
    line-height: 1.42;
    margin-top: 7px;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tbv-viewport-wrap .tbv-section{
    padding: 40px 0;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-container{
    padding: 0 10px;
  }.tc-wp-content-root .tbv-viewport-wrap h2{
    font-size: 23px;
    line-height: 1.14;
    margin-bottom: 9px;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-intro{
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 18px;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-card{
    min-height: 214px;
    padding: 17px 8px;
    border-radius: 13px;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-icon{
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 12px;
    font-size: 18px;
  }.tc-wp-content-root .tbv-viewport-wrap h3{
    font-size: 14px;
    margin-top: 0;
  }.tc-wp-content-root .tbv-viewport-wrap .tbv-card p{
    font-size: 12px;
    line-height: 1.38;
    margin-top: 7px;
  }}