@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 .tbv26-wrapper, .tc-wp-content-root .tbv26-wrapper *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .tbv26-wrapper{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172026;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .tbv26-wrapper .tbv26-section{
  width: 100% !important;
}.tc-wp-content-root .tbv26-wrapper .tbv26-section-white{
  background: #ffffff;
}.tc-wp-content-root .tbv26-wrapper .tbv26-section-tint{
  background: linear-gradient(180deg, #fff6f8 0%, #f7fbfb 100%);
}.tc-wp-content-root .tbv26-wrapper .tbv26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .tbv26-wrapper .tbv26-heading, .tc-wp-content-root .tbv26-wrapper .tbv26-intro, .tc-wp-content-root .tbv26-wrapper .tbv26-card-title, .tc-wp-content-root .tbv26-wrapper .tbv26-card-text{
  text-align: center !important;
}.tc-wp-content-root .tbv26-wrapper .tbv26-heading{
  margin: 0 auto;
  color: #12181d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tbv26-wrapper .tbv26-intro{
  margin: 0 auto;
  color: #56636a;
  line-height: 1.7;
  font-weight: 400;
}.tc-wp-content-root .tbv26-wrapper .tbv26-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .tbv26-wrapper .tbv26-card{
  position: relative;
  height: 100% !important;
  overflow: hidden;
  border: 1px solid #eadde1;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 47, 108, 0.08), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #fffefe 100%);
  box-shadow: 0 18px 50px rgba(18, 24, 29, 0.08);
  text-align: center !important;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 360ms ease;
  background-size: 100% 140%, 100% 100%;
  background-position: center top, center center;
}.tc-wp-content-root .tbv26-wrapper .tbv26-card::after{
  content: "";
  position: absolute;
  inset: auto 18% 0 18%;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #00d1c7, #ff2f6c, #161b22);
  opacity: 0;
  transform: translateY(3px);
  transition: opacity 260ms ease, transform 260ms ease;
}.tc-wp-content-root .tbv26-wrapper .tbv26-icon{
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #12181d 0%, #ff2f6c 54%, #00d1c7 100%);
  box-shadow: 0 14px 30px rgba(255, 47, 108, 0.22);
  text-align: center !important;
  transition: transform 260ms ease, box-shadow 260ms ease, filter 260ms ease;
}.tc-wp-content-root .tbv26-wrapper .tbv26-i{
  display: inline-block;
  line-height: 1;
  text-align: center !important;
}.tc-wp-content-root .tbv26-wrapper .tbv26-card-title{
  margin: 0;
  color: #12181d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tbv26-wrapper .tbv26-card-text{
  margin: 0 auto;
  color: #5b6870;
  line-height: 1.65;
}.tc-wp-content-root .tbv26-wrapper .tbv26-card:hover{
  transform: translateY(-8px);
  border-color: rgba(0, 209, 199, 0.46);
  box-shadow: 0 24px 70px rgba(255, 47, 108, 0.16);
  background-position: center 18px, center center;
}.tc-wp-content-root .tbv26-wrapper .tbv26-card:hover::after{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .tbv26-wrapper .tbv26-card:hover .tbv26-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 38px rgba(0, 209, 199, 0.25);
  filter: saturate(1.08);
}.tc-wp-content-root .tbv26-wrapper .tbv26-reveal{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .tbv26-wrapper.tbv26-js-ready .tbv26-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tbv26-wrapper.tbv26-js-ready .tbv26-reveal.tbv26-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .tbv26-wrapper .tbv26-section{
    padding: 86px 0 !important;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-container{
    padding: 0 28px !important;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-heading{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-intro{
    max-width: 760px;
    font-size: 17px;
    padding-top: 18px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-grid{
    gap: 26px;
    margin-top: 42px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tbv26-wrapper .tbv26-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .tbv26-wrapper .tbv26-card{
    min-height: 292px;
    padding: 34px 26px 32px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-icon{
    width: 68px;
    height: 68px;
    font-size: 28px;
    margin-bottom: 24px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-card-title{
    font-size: 21px;
    margin-bottom: 14px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-card-text{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tbv26-wrapper .tbv26-section{
    padding: 68px 0 !important;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-container{
    padding: 0 24px !important;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-heading{
    font-size: 34px;
    max-width: 820px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-intro{
    max-width: 680px;
    font-size: 16px;
    padding-top: 15px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 34px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-card{
    min-height: 264px;
    padding: 30px 24px 28px;
    border-radius: 20px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-icon{
    width: 62px;
    height: 62px;
    font-size: 25px;
    margin-bottom: 22px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-card-title{
    font-size: 20px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-card-text{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tbv26-wrapper .tbv26-section{
    padding: 50px 0 !important;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-container{
    padding: 0 16px !important;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-heading{
    font-size: 28px;
    max-width: 520px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-intro{
    max-width: 520px;
    font-size: 14.5px;
    padding-top: 12px;
    line-height: 1.6;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-card{
    min-height: 226px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-icon{
    width: 52px;
    height: 52px;
    font-size: 21px;
    margin-bottom: 16px;
    border-radius: 15px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-card-title{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-card-text{
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tbv26-wrapper .tbv26-section{
    padding: 44px 0 !important;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-container{
    padding: 0 12px !important;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-heading{
    font-size: 25px;
    max-width: 360px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-intro{
    max-width: 350px;
    font-size: 13.5px;
    padding-top: 10px;
    line-height: 1.55;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-card{
    min-height: 218px;
    padding: 19px 11px 18px;
    border-radius: 15px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-icon{
    width: 48px;
    height: 48px;
    font-size: 19px;
    margin-bottom: 14px;
    border-radius: 14px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-card-title{
    font-size: 15px;
    margin-bottom: 8px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-card-text{
    font-size: 12.4px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tbv26-wrapper .tbv26-section{
    padding: 38px 0 !important;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-container{
    padding: 0 10px !important;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-heading{
    font-size: 22px;
    max-width: 310px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-intro{
    max-width: 300px;
    font-size: 12.5px;
    padding-top: 9px;
    line-height: 1.5;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-card{
    min-height: 214px;
    padding: 17px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-icon{
    width: 44px;
    height: 44px;
    font-size: 18px;
    margin-bottom: 13px;
    border-radius: 13px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-card-title{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-card-text{
    font-size: 11.8px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .tbv26-wrapper .tbv26-section{
    padding: 34px 0 !important;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-container{
    padding: 0 10px !important;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-heading{
    font-size: 21px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-intro{
    font-size: 12px;
    padding-top: 8px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-grid{
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-card{
    min-height: 210px;
    padding: 18px 12px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-icon{
    width: 44px;
    height: 44px;
    font-size: 18px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-card-title{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .tbv26-wrapper .tbv26-card-text{
    font-size: 12px;
  }}