@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 .tdv26-wrap, .tc-wp-content-root .tdv26-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .tdv26-wrap{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #162024;
  font-family: inherit;
}.tc-wp-content-root .tdv26-wrap .tdv26-section{
  width: 100% !important;
  text-align: center;
}.tc-wp-content-root .tdv26-wrap .tdv26-section-white{
  background: #ffffff;
}.tc-wp-content-root .tdv26-wrap .tdv26-section-tint{
  background: linear-gradient(180deg, #fff7f8 0%, #f4fffc 100%);
}.tc-wp-content-root .tdv26-wrap .tdv26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .tdv26-wrap .tdv26-heading{
  margin: 0 auto;
  color: #11191d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .tdv26-wrap .tdv26-intro{
  margin: 0 auto;
  color: #526166;
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
}.tc-wp-content-root .tdv26-wrap .tdv26-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}.tc-wp-content-root .tdv26-wrap .tdv26-card{
  position: relative;
  z-index: 1;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #d9ece8;
  box-shadow: 0 18px 46px rgba(11, 38, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}.tc-wp-content-root .tdv26-wrap .tdv26-section-tint .tdv26-card{
  background: rgba(255, 255, 255, 0.88);
}.tc-wp-content-root .tdv26-wrap .tdv26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 0, 80, 0.13), transparent 46%),
    linear-gradient(135deg, rgba(0, 242, 234, 0.1), rgba(255, 255, 255, 0));
  transition: opacity 260ms ease, transform 260ms ease;
  transform: translateY(10px);
}.tc-wp-content-root .tdv26-wrap .tdv26-card:hover{
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(255, 0, 80, 0.34);
  box-shadow: 0 24px 62px rgba(11, 38, 42, 0.14);
}.tc-wp-content-root .tdv26-wrap .tdv26-card:hover::before{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .tdv26-wrap .tdv26-icon{
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  background: linear-gradient(135deg, #11191d 0%, #ff0050 48%, #00f2ea 100%);
  box-shadow: 0 14px 30px rgba(255, 0, 80, 0.2);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .tdv26-wrap .tdv26-card:hover .tdv26-icon{
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(0, 242, 234, 0.2);
}.tc-wp-content-root .tdv26-wrap .tdv26-i{
  color: #ffffff;
  line-height: 1;
}.tc-wp-content-root .tdv26-wrap .tdv26-card h3{
  margin: 0 auto;
  color: #162024;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .tdv26-wrap .tdv26-card p{
  margin: 0 auto;
  color: #59686d;
  font-weight: 400;
  line-height: 1.58;
  text-align: center;
}.tc-wp-content-root .tdv26-wrap .tdv26-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tdv26-wrap .tdv26-reveal.tdv26-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .tdv26-wrap .tdv26-section{
    padding: 86px 0;
  }.tc-wp-content-root .tdv26-wrap .tdv26-container{
    padding: 0 26px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-heading{
    max-width: 980px;
    font-size: 38px;
    white-space: nowrap;
  }.tc-wp-content-root .tdv26-wrap .tdv26-intro{
    max-width: 760px;
    padding-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    padding-top: 42px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-card{
    min-height: 296px;
    padding: 34px 28px;
    border-radius: 24px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-icon{
    width: 68px;
    height: 68px;
    border-radius: 22px;
    margin-bottom: 24px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-i{
    font-size: 27px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-card h3{
    font-size: 21px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-card p{
    padding-top: 13px;
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tdv26-wrap .tdv26-section{
    padding: 70px 0;
  }.tc-wp-content-root .tdv26-wrap .tdv26-container{
    padding: 0 22px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-heading{
    max-width: 760px;
    font-size: 32px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-intro{
    max-width: 680px;
    padding-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding-top: 34px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-card{
    min-height: 268px;
    padding: 30px 24px;
    border-radius: 22px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-icon{
    width: 62px;
    height: 62px;
    border-radius: 20px;
    margin-bottom: 21px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-i{
    font-size: 25px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-card h3{
    font-size: 19px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-card p{
    padding-top: 11px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tdv26-wrap .tdv26-section{
    padding: 52px 0;
  }.tc-wp-content-root .tdv26-wrap .tdv26-container{
    padding: 0 16px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-heading{
    max-width: 520px;
    font-size: 26px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-intro{
    max-width: 520px;
    padding-top: 11px;
    font-size: 14.5px;
    line-height: 1.55;
  }.tc-wp-content-root .tdv26-wrap .tdv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding-top: 26px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-card{
    min-height: 226px;
    padding: 22px 14px;
    border-radius: 18px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-icon{
    width: 52px;
    height: 52px;
    border-radius: 17px;
    margin-bottom: 16px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-i{
    font-size: 21px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-card h3{
    font-size: 16px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-card p{
    padding-top: 9px;
    font-size: 13.2px;
    line-height: 1.45;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tdv26-wrap .tdv26-section{
    padding: 46px 0;
  }.tc-wp-content-root .tdv26-wrap .tdv26-container{
    padding: 0 13px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-heading{
    font-size: 23px;
    line-height: 1.16;
  }.tc-wp-content-root .tdv26-wrap .tdv26-intro{
    padding-top: 10px;
    font-size: 13.8px;
    line-height: 1.52;
  }.tc-wp-content-root .tdv26-wrap .tdv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    padding-top: 23px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-card{
    min-height: 218px;
    padding: 19px 11px;
    border-radius: 16px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 14px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-i{
    font-size: 19px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-card h3{
    font-size: 14.8px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-card p{
    padding-top: 8px;
    font-size: 12.5px;
    line-height: 1.42;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tdv26-wrap .tdv26-section{
    padding: 40px 0;
  }.tc-wp-content-root .tdv26-wrap .tdv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-heading{
    font-size: 20px;
    line-height: 1.18;
  }.tc-wp-content-root .tdv26-wrap .tdv26-intro{
    padding-top: 9px;
    font-size: 12.8px;
    line-height: 1.48;
  }.tc-wp-content-root .tdv26-wrap .tdv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    padding-top: 20px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-card{
    min-height: 210px;
    padding: 17px 9px;
    border-radius: 14px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-icon{
    width: 44px;
    height: 44px;
    border-radius: 15px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-i{
    font-size: 17px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-card h3{
    font-size: 13.6px;
  }.tc-wp-content-root .tdv26-wrap .tdv26-card p{
    padding-top: 7px;
    font-size: 11.8px;
    line-height: 1.38;
  }}

.tc-wp-content-root .tdv26-grid-3 {}