@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 .tptv-premium-viewer, .tc-wp-content-root .tptv-premium-viewer *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .tptv-premium-viewer{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #15211f;
  font-family: inherit;
}.tc-wp-content-root .tptv-premium-viewer .tptv-section{
  width: 100% !important;
  text-align: center;
  overflow: hidden;
}.tc-wp-content-root .tptv-premium-viewer .tptv-section-one, .tc-wp-content-root .tptv-premium-viewer .tptv-section-three{
  background: #ffffff;
}.tc-wp-content-root .tptv-premium-viewer .tptv-section-two{
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 196, 154, 0.11), transparent 38%),
    linear-gradient(180deg, #f5fbf8 0%, #eef8f5 100%);
}.tc-wp-content-root .tptv-premium-viewer .tptv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .tptv-premium-viewer .tptv-heading{
  margin: 0 auto;
  color: #102321;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
}.tc-wp-content-root .tptv-premium-viewer .tptv-intro{
  margin: 0 auto;
  max-width: 760px;
  color: #50605d;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}.tc-wp-content-root .tptv-premium-viewer .tptv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .tptv-premium-viewer .tptv-card{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.93)),
    linear-gradient(135deg, rgba(0, 196, 154, 0.14), rgba(255, 61, 113, 0.09));
  border: 1px solid rgba(38, 90, 82, 0.14);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(9, 42, 38, 0.09);
  overflow: hidden;
  transform: translateY(0);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background-position 420ms ease;
}.tc-wp-content-root .tptv-premium-viewer .tptv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(0, 196, 154, 0.12), transparent 42%),
    linear-gradient(315deg, rgba(255, 61, 113, 0.10), transparent 44%);
  opacity: 0;
  transition: opacity 320ms ease;
}.tc-wp-content-root .tptv-premium-viewer .tptv-card:hover{
  transform: translateY(-8px);
  border-color: rgba(0, 154, 130, 0.38);
  box-shadow: 0 24px 62px rgba(7, 55, 49, 0.15);
}.tc-wp-content-root .tptv-premium-viewer .tptv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tptv-premium-viewer .tptv-icon{
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  background:
    linear-gradient(135deg, #00a884 0%, #00c49a 48%, #ff3d71 100%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0, 132, 111, 0.22);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .tptv-premium-viewer .tptv-card:hover .tptv-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 38px rgba(255, 61, 113, 0.22);
}.tc-wp-content-root .tptv-premium-viewer .tptv-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .tptv-premium-viewer .tptv-card-title{
  margin: 0;
  color: #132725;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .tptv-premium-viewer .tptv-card-text{
  margin: 0 auto;
  color: #566562;
  font-weight: 400;
  line-height: 1.62;
  text-align: center;
}.tc-wp-content-root .tptv-premium-viewer.tptv-js-ready .tptv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tptv-premium-viewer.tptv-js-ready .tptv-reveal.tptv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .tptv-premium-viewer .tptv-section{
    padding: 86px 0;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-container{
    padding: 0 28px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-heading{
    font-size: 38px;
    white-space: nowrap;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-intro{
    padding-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-grid{
    gap: 24px;
    margin-top: 42px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-grid-six{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tptv-premium-viewer .tptv-grid-eight{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .tptv-premium-viewer .tptv-card{
    min-height: 300px;
    padding: 34px 26px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-icon{
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-i{
    font-size: 28px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-card-title{
    font-size: 21px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-card-text{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tptv-premium-viewer .tptv-section{
    padding: 68px 0;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-container{
    padding: 0 24px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-heading{
    font-size: 32px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-intro{
    padding-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-card{
    min-height: 270px;
    padding: 30px 22px;
    border-radius: 20px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    border-radius: 16px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-i{
    font-size: 25px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-card-title{
    font-size: 19px;
    margin-bottom: 10px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-card-text{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tptv-premium-viewer .tptv-section{
    padding: 52px 0;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-container{
    padding: 0 16px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-heading{
    font-size: 25px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-intro{
    padding-top: 11px;
    font-size: 14.5px;
    line-height: 1.58;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-card{
    min-height: 235px;
    padding: 20px 14px;
    border-radius: 16px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
    border-radius: 14px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-i{
    font-size: 21px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-card-title{
    font-size: 16px;
    margin-bottom: 8px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-card-text{
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tptv-premium-viewer .tptv-section{
    padding: 46px 0;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-container{
    padding: 0 12px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-heading{
    font-size: 23px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-intro{
    padding-top: 10px;
    font-size: 13.5px;
    line-height: 1.52;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-card{
    min-height: 226px;
    padding: 18px 12px;
    border-radius: 15px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 13px;
    border-radius: 13px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-i{
    font-size: 19px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-card-title{
    font-size: 15px;
    margin-bottom: 7px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-card-text{
    font-size: 12.5px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tptv-premium-viewer .tptv-section{
    padding: 42px 0;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-container{
    padding: 0 10px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-heading{
    font-size: 21px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-intro{
    padding-top: 9px;
    font-size: 13px;
    line-height: 1.48;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-card{
    min-height: 218px;
    padding: 16px 10px;
    border-radius: 14px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 12px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-i{
    font-size: 18px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-card-title{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-card-text{
    font-size: 12px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .tptv-premium-viewer .tptv-section{
    padding: 38px 0;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-container{
    padding: 0 10px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-heading{
    font-size: 20px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-intro{
    padding-top: 9px;
    font-size: 13px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-grid{
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-card{
    min-height: 210px;
    padding: 16px 10px;
    border-radius: 14px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-i{
    font-size: 18px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-card-title{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .tptv-premium-viewer .tptv-card-text{
    font-size: 12px;
  }}