@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 .ttdv-viewer-wrap, .tc-wp-content-root .ttdv-viewer-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .ttdv-viewer-wrap{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172126;
  font-family: inherit;
}.tc-wp-content-root .ttdv-viewer-wrap .ttdv-section{
  width: 100% !important;
  text-align: center;
}.tc-wp-content-root .ttdv-viewer-wrap .ttdv-section-one, .tc-wp-content-root .ttdv-viewer-wrap .ttdv-section-three{
  background: #ffffff;
}.tc-wp-content-root .ttdv-viewer-wrap .ttdv-section-two{
  background:
    radial-gradient(circle at 50% 0%, rgba(37, 244, 238, 0.16), transparent 34%),
    linear-gradient(180deg, #f7fffe 0%, #fff7fa 100%);
}.tc-wp-content-root .ttdv-viewer-wrap .ttdv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .ttdv-viewer-wrap .ttdv-heading{
  margin: 0 auto;
  color: #11191d;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .ttdv-viewer-wrap .ttdv-intro{
  margin: 14px auto 0;
  max-width: 760px;
  color: #526269;
  font-weight: 450;
  line-height: 1.65;
  text-align: center;
}.tc-wp-content-root .ttdv-viewer-wrap .ttdv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
  min-width: 0;
}.tc-wp-content-root .ttdv-viewer-wrap .ttdv-card{
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.94)),
    linear-gradient(135deg, rgba(37,244,238,0.14), rgba(255,0,80,0.12));
  border: 1px solid rgba(28, 42, 48, 0.1);
  box-shadow: 0 18px 44px rgba(16, 24, 28, 0.08);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background-position 420ms ease;
  background-size: 100% 100%, 220% 220%;
  background-position: center, 0% 50%;
}.tc-wp-content-root .ttdv-viewer-wrap .ttdv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.13), rgba(255, 0, 80, 0.1));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .ttdv-viewer-wrap .ttdv-card:hover{
  transform: translateY(-8px);
  border-color: rgba(255, 0, 80, 0.26);
  box-shadow: 0 24px 60px rgba(255, 0, 80, 0.12), 0 14px 34px rgba(37, 244, 238, 0.1);
  background-position: center, 100% 50%;
}.tc-wp-content-root .ttdv-viewer-wrap .ttdv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttdv-viewer-wrap .ttdv-icon{
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #11191d 0%, #25f4ee 48%, #ff0050 100%);
  box-shadow: 0 14px 28px rgba(255, 0, 80, 0.18);
  transition: transform 320ms ease, box-shadow 320ms ease;
  z-index: 1;
}.tc-wp-content-root .ttdv-viewer-wrap .ttdv-card:hover .ttdv-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 34px rgba(37, 244, 238, 0.22), 0 12px 24px rgba(255, 0, 80, 0.16);
}.tc-wp-content-root .ttdv-viewer-wrap .ttdv-i{
  display: inline-block;
  color: inherit;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .ttdv-viewer-wrap .ttdv-card-title{
  position: relative;
  margin: 0;
  color: #152024;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  z-index: 1;
}.tc-wp-content-root .ttdv-viewer-wrap .ttdv-card-text{
  position: relative;
  margin: 0 auto;
  color: #5a686f;
  font-weight: 430;
  line-height: 1.6;
  text-align: center;
  z-index: 1;
}.tc-wp-content-root .ttdv-viewer-wrap .ttdv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ttdv-viewer-wrap .ttdv-reveal.ttdv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .ttdv-viewer-wrap .ttdv-section{
    padding: 88px 0;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-container{
    padding: 0 24px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-heading{
    font-size: 42px;
    max-width: 920px;
    white-space: nowrap;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-intro{
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-grid{
    gap: 24px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-card{
    min-height: 300px;
    padding: 34px 24px 30px;
    border-radius: 24px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
    font-size: 30px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-card-title{
    font-size: 20px;
    margin-bottom: 14px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-card-text{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttdv-viewer-wrap .ttdv-section{
    padding: 72px 0;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-heading{
    font-size: 36px;
    max-width: 720px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-card{
    min-height: 270px;
    padding: 30px 22px 26px;
    border-radius: 22px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
    font-size: 27px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-card-title{
    font-size: 19px;
    margin-bottom: 12px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-card-text{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttdv-viewer-wrap .ttdv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-container{
    padding: 0 16px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-heading{
    font-size: 29px;
    max-width: 390px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-intro{
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 24px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-icon{
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    font-size: 22px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-card-title{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-card-text{
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttdv-viewer-wrap .ttdv-section{
    padding: 48px 0;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-container{
    padding: 0 13px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-heading{
    font-size: 26px;
    max-width: 340px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-intro{
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 20px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-card{
    min-height: 224px;
    padding: 19px 11px 17px;
    border-radius: 16px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    font-size: 20px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-card-title{
    font-size: 14.8px;
    margin-bottom: 8px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-card-text{
    font-size: 12.2px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttdv-viewer-wrap .ttdv-section{
    padding: 42px 0;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-container{
    padding: 0 10px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-heading{
    font-size: 23px;
    max-width: 300px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-intro{
    font-size: 12.8px;
    line-height: 1.46;
    margin-bottom: 18px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-card{
    min-height: 218px;
    padding: 17px 9px 15px;
    border-radius: 14px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    font-size: 18px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-card-title{
    font-size: 13.5px;
    margin-bottom: 7px;
  }.tc-wp-content-root .ttdv-viewer-wrap .ttdv-card-text{
    font-size: 11.5px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .ttdv-viewer-wrap .ttdv-grid{
    grid-template-columns: 1fr;
  }}