@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 .tpv-premium-viewer-wrap, .tc-wp-content-root .tpv-premium-viewer-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .tpv-premium-viewer-wrap{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172021;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-section{
  width: 100% !important;
}.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-section-white{
  background: #ffffff;
}.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-section-tint{
  background: linear-gradient(180deg, #fff7f8 0%, #f4fbfa 100%);
}.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-heading{
  margin: 0 auto;
  color: #111819;
  text-align: center;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-intro{
  margin: 14px auto 0;
  max-width: 760px;
  color: #526466;
  text-align: center;
  line-height: 1.65;
  font-weight: 450;
}.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-card{
  position: relative;
  display: block;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  border: 1px solid #dcebea;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 44, 85, 0.08), transparent 34%),
    #ffffff;
  box-shadow: 0 18px 45px rgba(12, 24, 24, 0.08);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 320ms ease;
}.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.13), transparent 38%, rgba(255, 44, 85, 0.12));
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-card:hover{
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(255, 44, 85, 0.34);
  box-shadow: 0 24px 64px rgba(15, 28, 29, 0.14);
}.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-card:hover .tpv-icon{
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(255, 44, 85, 0.24);
}.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-card:hover .tpv-i{
  transform: scale(1.08);
}.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  background: linear-gradient(135deg, #ff2c55 0%, #25f4ee 100%);
  box-shadow: 0 14px 28px rgba(255, 44, 85, 0.18);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-i{
  display: block;
  line-height: 1;
  transition: transform 280ms ease;
}.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #142022;
  text-align: center;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5a6d70;
  text-align: center;
  line-height: 1.58;
  font-weight: 450;
}.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-reveal.tpv-visible{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-card.tpv-reveal{
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 280ms ease, border-color 280ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-section{
    padding: 92px 24px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-heading{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-intro{
    font-size: 17px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-grid{
    gap: 24px;
    margin-top: 42px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-grid-six{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-grid-eight{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-card{
    min-height: 292px;
    padding: 34px 26px 30px;
    border-radius: 24px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-icon{
    width: 68px;
    height: 68px;
    border-radius: 22px;
    margin-bottom: 24px;
    font-size: 28px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-card h3{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-section{
    padding: 76px 22px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-heading{
    font-size: 36px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-intro{
    font-size: 16px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-card{
    min-height: 268px;
    padding: 30px 24px 28px;
    border-radius: 22px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-icon{
    width: 62px;
    height: 62px;
    border-radius: 20px;
    margin-bottom: 22px;
    font-size: 25px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-card h3{
    font-size: 20px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-section{
    padding: 58px 16px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-heading{
    font-size: 29px;
    max-width: 390px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-intro{
    font-size: 14.5px;
    line-height: 1.55;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-card{
    min-height: 236px;
    padding: 22px 15px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-icon{
    width: 50px;
    height: 50px;
    border-radius: 16px;
    margin-bottom: 17px;
    font-size: 21px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-card h3{
    font-size: 17px;
    margin-bottom: 9px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-card p{
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-section{
    padding: 50px 13px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-heading{
    font-size: 26px;
    max-width: 330px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-intro{
    font-size: 13.5px;
    line-height: 1.5;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-card{
    min-height: 224px;
    padding: 20px 12px 18px;
    border-radius: 16px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-icon{
    width: 46px;
    height: 46px;
    border-radius: 15px;
    margin-bottom: 15px;
    font-size: 19px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-card h3{
    font-size: 15.5px;
    margin-bottom: 8px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-card p{
    font-size: 12.2px;
    line-height: 1.43;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-section{
    padding: 44px 10px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-heading{
    font-size: 23px;
    max-width: 300px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-intro{
    font-size: 13px;
    line-height: 1.46;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-card{
    min-height: 216px;
    padding: 18px 10px 16px;
    border-radius: 15px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-icon{
    width: 42px;
    height: 42px;
    border-radius: 14px;
    margin-bottom: 14px;
    font-size: 18px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-card h3{
    font-size: 14.5px;
    margin-bottom: 7px;
  }.tc-wp-content-root .tpv-premium-viewer-wrap .tpv-card p{
    font-size: 11.6px;
    line-height: 1.4;
  }}