@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 .ttwv-section-wrap, .tc-wp-content-root .ttwv-section-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .ttwv-section-wrap{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #162026;
  font-family: inherit;
}.tc-wp-content-root .ttwv-section-wrap .ttwv-panel{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .ttwv-section-wrap .ttwv-panel-white{
  background: #ffffff;
}.tc-wp-content-root .ttwv-section-wrap .ttwv-panel-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 242, 234, 0.14), transparent 34%),
    linear-gradient(180deg, #fff7fa 0%, #f6fffe 100%);
}.tc-wp-content-root .ttwv-section-wrap .ttwv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: center;
}.tc-wp-content-root .ttwv-section-wrap .ttwv-heading{
  margin: 0 auto;
  color: #11181d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .ttwv-section-wrap .ttwv-intro{
  margin: 0 auto;
  color: #516069;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}.tc-wp-content-root .ttwv-section-wrap .ttwv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .ttwv-section-wrap .ttwv-card{
  position: relative;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    linear-gradient(135deg, rgba(0, 242, 234, 0.08), rgba(255, 0, 80, 0.08));
  border: 1px solid rgba(18, 31, 38, 0.1);
  box-shadow: 0 18px 50px rgba(17, 24, 29, 0.09);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 280ms ease;
  background-size: 100% 100%, 180% 180%;
  background-position: center, left top;
}.tc-wp-content-root .ttwv-section-wrap .ttwv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.14), transparent 42%, rgba(255, 0, 80, 0.12));
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}.tc-wp-content-root .ttwv-section-wrap .ttwv-card:hover{
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(0, 242, 234, 0.42);
  box-shadow: 0 24px 70px rgba(255, 0, 80, 0.13), 0 10px 30px rgba(0, 242, 234, 0.14);
  background-position: center, right bottom;
}.tc-wp-content-root .ttwv-section-wrap .ttwv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttwv-section-wrap .ttwv-icon{
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #00cfc8 0%, #11181d 48%, #ff0050 100%);
  box-shadow: 0 14px 34px rgba(255, 0, 80, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.32);
  text-align: center;
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .ttwv-section-wrap .ttwv-card:hover .ttwv-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(0, 242, 234, 0.2), 0 14px 34px rgba(255, 0, 80, 0.2);
}.tc-wp-content-root .ttwv-section-wrap .ttwv-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .ttwv-section-wrap .ttwv-card-title{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #121f26;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .ttwv-section-wrap .ttwv-card-text{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #5a6870;
  font-weight: 400;
  line-height: 1.62;
  text-align: center;
}.tc-wp-content-root .ttwv-section-wrap .ttwv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ttwv-section-wrap .ttwv-reveal.ttwv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .ttwv-section-wrap .ttwv-panel{
    padding: 86px 0;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-container{
    padding: 0 28px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-heading{
    max-width: 980px;
    font-size: 42px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-intro{
    max-width: 760px;
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-grid{
    gap: 24px;
    margin-top: 42px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-card{
    min-height: 300px;
    padding: 34px 24px 30px;
    border-radius: 24px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-i{
    font-size: 29px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-card-title{
    font-size: 20px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-card-text{
    margin-top: 13px;
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttwv-section-wrap .ttwv-panel{
    padding: 68px 0;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-container{
    padding: 0 24px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-heading{
    max-width: 760px;
    font-size: 34px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-intro{
    max-width: 680px;
    margin-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-card{
    min-height: 270px;
    padding: 30px 22px 26px;
    border-radius: 22px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 21px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-i{
    font-size: 26px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-card-title{
    font-size: 19px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-card-text{
    margin-top: 12px;
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttwv-section-wrap .ttwv-panel{
    padding: 52px 0;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-container{
    padding: 0 16px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-heading{
    max-width: 520px;
    font-size: 28px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-intro{
    max-width: 520px;
    margin-top: 11px;
    font-size: 14.5px;
    line-height: 1.62;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-card{
    min-height: 238px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-icon{
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-i{
    font-size: 22px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-card-title{
    font-size: 16px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-card-text{
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttwv-section-wrap .ttwv-panel{
    padding: 46px 0;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-container{
    padding: 0 12px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-heading{
    max-width: 360px;
    font-size: 25px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-intro{
    max-width: 350px;
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.58;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-card{
    min-height: 228px;
    padding: 19px 11px 17px;
    border-radius: 16px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-i{
    font-size: 20px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-card-title{
    font-size: 14.5px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-card-text{
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttwv-section-wrap .ttwv-panel{
    padding: 40px 0;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-container{
    padding: 0 10px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-heading{
    max-width: 300px;
    font-size: 22px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-intro{
    max-width: 300px;
    margin-top: 9px;
    font-size: 12.5px;
    line-height: 1.52;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-card{
    min-height: 218px;
    padding: 16px 9px 15px;
    border-radius: 14px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-i{
    font-size: 18px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-card-title{
    font-size: 13.5px;
  }.tc-wp-content-root .ttwv-section-wrap .ttwv-card-text{
    margin-top: 7px;
    font-size: 11.3px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .ttwv-section-wrap .ttwv-grid{
    grid-template-columns: 1fr !important;
  }}