@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 .ttkvw-root, .tc-wp-content-root .ttkvw-root *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .ttkvw-root{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172026;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .ttkvw-root .ttkvw-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .ttkvw-root .ttkvw-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttkvw-root .ttkvw-section-tint{
  background: linear-gradient(180deg, #fff7f9 0%, #f4fbfb 100%);
}.tc-wp-content-root .ttkvw-root .ttkvw-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .ttkvw-root .ttkvw-heading, .tc-wp-content-root .ttkvw-root .ttkvw-intro, .tc-wp-content-root .ttkvw-root .ttkvw-card, .tc-wp-content-root .ttkvw-root .ttkvw-card h3, .tc-wp-content-root .ttkvw-root .ttkvw-card p{
  text-align: center !important;
}.tc-wp-content-root .ttkvw-root .ttkvw-heading{
  margin: 0 auto;
  color: #111820;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttkvw-root .ttkvw-intro{
  margin: 14px auto 0;
  max-width: 760px;
  color: #56626b;
  line-height: 1.65;
  font-weight: 400;
}.tc-wp-content-root .ttkvw-root .ttkvw-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .ttkvw-root .ttkvw-card{
  position: relative;
  height: 100% !important;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(22, 188, 170, 0.22);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(21, 35, 42, 0.08);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}.tc-wp-content-root .ttkvw-root .ttkvw-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 45, 85, 0.14), transparent 42%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}.tc-wp-content-root .ttkvw-root .ttkvw-card:hover{
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(255, 45, 85, 0.38);
  box-shadow: 0 24px 58px rgba(255, 45, 85, 0.14), 0 12px 32px rgba(22, 188, 170, 0.12);
  background: #ffffff;
}.tc-wp-content-root .ttkvw-root .ttkvw-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttkvw-root .ttkvw-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 22px;
  background: linear-gradient(135deg, #ff2d55 0%, #16bcaa 100%);
  box-shadow: 0 16px 34px rgba(255, 45, 85, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .ttkvw-root .ttkvw-card:hover .ttkvw-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(22, 188, 170, 0.24);
}.tc-wp-content-root .ttkvw-root .ttkvw-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .ttkvw-root .ttkvw-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #142028;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.tc-wp-content-root .ttkvw-root .ttkvw-card p{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #5b6871;
  line-height: 1.58;
  font-weight: 400;
}.tc-wp-content-root .ttkvw-root .ttkvw-card.ttkvw-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ttkvw-root .ttkvw-card.ttkvw-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .ttkvw-root .ttkvw-section{
    padding: 86px 0;
  }.tc-wp-content-root .ttkvw-root .ttkvw-container{
    padding: 0 28px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-heading{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .ttkvw-root .ttkvw-intro{
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttkvw-root .ttkvw-grid{
    gap: 26px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-card{
    min-height: 296px;
    padding: 34px 28px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-icon{
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-i{
    font-size: 28px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-card h3{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttkvw-root .ttkvw-section{
    padding: 66px 0;
  }.tc-wp-content-root .ttkvw-root .ttkvw-container{
    padding: 0 24px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-heading{
    font-size: 34px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-card{
    min-height: 268px;
    padding: 30px 24px;
    border-radius: 22px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 21px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-i{
    font-size: 25px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-card h3{
    font-size: 20px;
    margin-bottom: 12px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttkvw-root .ttkvw-section{
    padding: 50px 0;
  }.tc-wp-content-root .ttkvw-root .ttkvw-container{
    padding: 0 16px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-heading{
    font-size: 27px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-intro{
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 26px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-card{
    min-height: 226px;
    padding: 22px 14px;
    border-radius: 18px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
    border-radius: 16px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-i{
    font-size: 21px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-card h3{
    font-size: 17px;
    margin-bottom: 9px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-card p{
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttkvw-root .ttkvw-section{
    padding: 44px 0;
  }.tc-wp-content-root .ttkvw-root .ttkvw-container{
    padding: 0 12px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-heading{
    font-size: 24px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-intro{
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 22px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-card{
    min-height: 218px;
    padding: 19px 11px;
    border-radius: 16px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 13px;
    border-radius: 15px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-i{
    font-size: 19px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-card h3{
    font-size: 15.5px;
    margin-bottom: 8px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-card p{
    font-size: 12.3px;
    line-height: 1.43;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttkvw-root .ttkvw-section{
    padding: 38px 0;
  }.tc-wp-content-root .ttkvw-root .ttkvw-container{
    padding: 0 9px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-heading{
    font-size: 21px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-intro{
    font-size: 12.8px;
    line-height: 1.48;
    margin-bottom: 18px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-card{
    min-height: 214px;
    padding: 16px 8px;
    border-radius: 14px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 11px;
    border-radius: 13px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-i{
    font-size: 17px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-card h3{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .ttkvw-root .ttkvw-card p{
    font-size: 11.4px;
    line-height: 1.38;
  }}