@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 .ttpv-viewer-section, .tc-wp-content-root .ttpv-viewer-section *{
  box-sizing: border-box;
}.tc-wp-content-root .ttpv-viewer-section{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  color: #172126;
  font-family: inherit;
  --ttpv-primary: #ff2d55;
  --ttpv-secondary: #00c8d7;
  --ttpv-accent: #121417;
  --ttpv-soft: #f4fbfb;
  --ttpv-border: rgba(12, 30, 34, 0.1);
  --ttpv-shadow: rgba(9, 26, 31, 0.13);
}.tc-wp-content-root .ttpv-viewer-section .ttpv-band{
  width: 100% !important;
}.tc-wp-content-root .ttpv-viewer-section .ttpv-band-white{
  background: #ffffff;
}.tc-wp-content-root .ttpv-viewer-section .ttpv-band-tint{
  background: linear-gradient(180deg, #f7ffff 0%, #fff7fa 100%);
}.tc-wp-content-root .ttpv-viewer-section .ttpv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .ttpv-viewer-section h2, .tc-wp-content-root .ttpv-viewer-section h3, .tc-wp-content-root .ttpv-viewer-section p{
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .ttpv-viewer-section h2{
  color: #121417;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 14px;
}.tc-wp-content-root .ttpv-viewer-section .ttpv-intro{
  color: #506168;
  line-height: 1.65;
  margin-top: 0;
  margin-bottom: 34px;
  max-width: 760px;
}.tc-wp-content-root .ttpv-viewer-section .ttpv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}.tc-wp-content-root .ttpv-viewer-section .ttpv-card{
  position: relative;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--ttpv-border);
  box-shadow: 0 18px 45px var(--ttpv-shadow);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}.tc-wp-content-root .ttpv-viewer-section .ttpv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(0, 200, 215, 0.16), transparent 42%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}.tc-wp-content-root .ttpv-viewer-section .ttpv-card:hover{
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(255, 45, 85, 0.32);
  box-shadow: 0 24px 60px rgba(9, 26, 31, 0.18);
}.tc-wp-content-root .ttpv-viewer-section .ttpv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttpv-viewer-section .ttpv-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, var(--ttpv-primary), var(--ttpv-secondary));
  box-shadow: 0 14px 30px rgba(255, 45, 85, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .ttpv-viewer-section .ttpv-card:hover .ttpv-icon{
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(0, 200, 215, 0.25);
}.tc-wp-content-root .ttpv-viewer-section .ttpv-i{
  color: #ffffff;
  line-height: 1;
  text-align: center !important;
}.tc-wp-content-root .ttpv-viewer-section .ttpv-card h3{
  position: relative;
  z-index: 1;
  color: #121417;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  margin-top: 0;
}.tc-wp-content-root .ttpv-viewer-section .ttpv-card p{
  position: relative;
  z-index: 1;
  color: #5a6970;
  line-height: 1.58;
  margin-top: 0;
  margin-bottom: 0;
}.tc-wp-content-root .ttpv-viewer-section .ttpv-reveal .ttpv-card{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ttpv-viewer-section.ttpv-js-ready .ttpv-reveal .ttpv-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ttpv-viewer-section.ttpv-js-ready .ttpv-reveal.ttpv-visible .ttpv-card{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ttpv-viewer-section.ttpv-js-ready .ttpv-reveal.ttpv-visible .ttpv-card:nth-child(1){ transition-delay: 40ms; }.tc-wp-content-root .ttpv-viewer-section.ttpv-js-ready .ttpv-reveal.ttpv-visible .ttpv-card:nth-child(2){ transition-delay: 80ms; }.tc-wp-content-root .ttpv-viewer-section.ttpv-js-ready .ttpv-reveal.ttpv-visible .ttpv-card:nth-child(3){ transition-delay: 120ms; }.tc-wp-content-root .ttpv-viewer-section.ttpv-js-ready .ttpv-reveal.ttpv-visible .ttpv-card:nth-child(4){ transition-delay: 160ms; }.tc-wp-content-root .ttpv-viewer-section.ttpv-js-ready .ttpv-reveal.ttpv-visible .ttpv-card:nth-child(5){ transition-delay: 200ms; }.tc-wp-content-root .ttpv-viewer-section.ttpv-js-ready .ttpv-reveal.ttpv-visible .ttpv-card:nth-child(6){ transition-delay: 240ms; }@media (min-width: 1024px) {.tc-wp-content-root .ttpv-viewer-section .ttpv-band{
    padding: 86px 0;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-container{
    padding: 0 28px;
  }.tc-wp-content-root .ttpv-viewer-section h2{
    font-size: 38px;
    white-space: nowrap;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-intro{
    font-size: 17px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-card{
    min-height: 296px;
    padding: 34px 28px;
    border-radius: 22px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-icon{
    width: 72px;
    height: 72px;
    border-radius: 22px;
    margin-bottom: 24px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-i{
    font-size: 30px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-card h3{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttpv-viewer-section .ttpv-band{
    padding: 70px 0;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-container{
    padding: 0 24px;
  }.tc-wp-content-root .ttpv-viewer-section h2{
    font-size: 32px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-intro{
    font-size: 16px;
    margin-bottom: 28px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-card{
    min-height: 268px;
    padding: 30px 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-icon{
    width: 66px;
    height: 66px;
    border-radius: 20px;
    margin-bottom: 20px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-i{
    font-size: 27px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-card h3{
    font-size: 20px;
    margin-bottom: 12px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttpv-viewer-section .ttpv-band{
    padding: 54px 0;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-container{
    padding: 0 16px;
  }.tc-wp-content-root .ttpv-viewer-section h2{
    font-size: 26px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-intro{
    font-size: 14.5px;
    margin-bottom: 22px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-card{
    min-height: 226px;
    padding: 22px 14px;
    border-radius: 17px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-icon{
    width: 54px;
    height: 54px;
    border-radius: 16px;
    margin-bottom: 16px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-i{
    font-size: 22px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-card h3{
    font-size: 17px;
    margin-bottom: 9px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-card p{
    font-size: 13px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttpv-viewer-section .ttpv-band{
    padding: 46px 0;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-container{
    padding: 0 12px;
  }.tc-wp-content-root .ttpv-viewer-section h2{
    font-size: 23px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-intro{
    font-size: 13.5px;
    line-height: 1.55;
    margin-bottom: 18px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-card{
    min-height: 218px;
    padding: 18px 10px;
    border-radius: 15px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 13px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-i{
    font-size: 20px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-card h3{
    font-size: 15.5px;
    margin-bottom: 8px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-card p{
    font-size: 12.5px;
    line-height: 1.48;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttpv-viewer-section .ttpv-band{
    padding: 40px 0;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-container{
    padding: 0 9px;
  }.tc-wp-content-root .ttpv-viewer-section h2{
    font-size: 21px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-intro{
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 16px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-card{
    min-height: 210px;
    padding: 16px 8px;
    border-radius: 14px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-icon{
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 12px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-i{
    font-size: 18px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-card h3{
    font-size: 14.5px;
    margin-bottom: 7px;
  }.tc-wp-content-root .ttpv-viewer-section .ttpv-card p{
    font-size: 12px;
    line-height: 1.44;
  }}@media (max-width: 319px) {.tc-wp-content-root .ttpv-viewer-section .ttpv-grid{
    grid-template-columns: 1fr;
  }}