@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 .fbpv-premium-viewer, .tc-wp-content-root .fbpv-premium-viewer *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fbpv-premium-viewer{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172033;
  font-family: inherit;
}.tc-wp-content-root .fbpv-premium-viewer .fbpv-section{
  width: 100% !important;
  position: relative;
}.tc-wp-content-root .fbpv-premium-viewer .fbpv-section-white{
  background: #ffffff;
}.tc-wp-content-root .fbpv-premium-viewer .fbpv-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.09), transparent 34%),
    linear-gradient(180deg, #f6f9ff 0%, #eef5ff 100%);
}.tc-wp-content-root .fbpv-premium-viewer .fbpv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: center;
}.tc-wp-content-root .fbpv-premium-viewer h2, .tc-wp-content-root .fbpv-premium-viewer h3, .tc-wp-content-root .fbpv-premium-viewer p{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .fbpv-premium-viewer h2{
  color: #10213f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}.tc-wp-content-root .fbpv-premium-viewer .fbpv-intro{
  color: #526179;
  line-height: 1.7;
  font-weight: 450;
  max-width: 760px;
}.tc-wp-content-root .fbpv-premium-viewer .fbpv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}.tc-wp-content-root .fbpv-premium-viewer .fbpv-card{
  height: 100% !important;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.08), transparent 48%);
  border: 1px solid rgba(42, 88, 153, 0.16);
  box-shadow: 0 18px 45px rgba(22, 48, 92, 0.09);
  display: grid;
  justify-items: center;
  align-content: start;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background-position 320ms ease;
}.tc-wp-content-root .fbpv-premium-viewer .fbpv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.12), rgba(66, 183, 42, 0.08), transparent 58%);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .fbpv-premium-viewer .fbpv-card:hover{
  transform: translateY(-7px) scale(1.012);
  border-color: rgba(24, 119, 242, 0.34);
  box-shadow: 0 24px 58px rgba(24, 119, 242, 0.16);
}.tc-wp-content-root .fbpv-premium-viewer .fbpv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fbpv-premium-viewer .fbpv-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #1877f2 0%, #2d8cff 48%, #42b72a 100%);
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.24);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .fbpv-premium-viewer .fbpv-card:hover .fbpv-icon{
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(66, 183, 42, 0.22);
}.tc-wp-content-root .fbpv-premium-viewer .fbpv-i{
  line-height: 1;
  color: #ffffff;
}.tc-wp-content-root .fbpv-premium-viewer h3{
  position: relative;
  z-index: 1;
  color: #14233d;
  font-weight: 780;
  line-height: 1.25;
  margin-bottom: 0;
}.tc-wp-content-root .fbpv-premium-viewer .fbpv-card p{
  position: relative;
  z-index: 1;
  color: #5a667a;
  line-height: 1.62;
  margin-bottom: 0;
}.tc-wp-content-root .fbpv-premium-viewer .fbpv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fbpv-premium-viewer .fbpv-reveal.fbpv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .fbpv-premium-viewer .fbpv-section{
    padding: 86px 0;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-container{
    padding: 0 28px;
  }.tc-wp-content-root .fbpv-premium-viewer h2{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
    margin-bottom: 18px;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-intro{
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-grid{
    gap: 26px;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-card{
    min-height: 296px;
    padding: 34px 28px 30px;
    border-radius: 24px;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-icon{
    width: 70px;
    height: 70px;
    border-radius: 20px;
    margin-bottom: 24px;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-i{
    font-size: 29px;
  }.tc-wp-content-root .fbpv-premium-viewer h3{
    font-size: 21px;
    margin-top: 0;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-card p{
    font-size: 15.5px;
    margin-top: 14px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbpv-premium-viewer .fbpv-section{
    padding: 70px 0;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-container{
    padding: 0 24px;
  }.tc-wp-content-root .fbpv-premium-viewer h2{
    font-size: 34px;
    max-width: 760px;
    margin-bottom: 16px;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-card{
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-icon{
    width: 64px;
    height: 64px;
    border-radius: 18px;
    margin-bottom: 22px;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-i{
    font-size: 26px;
  }.tc-wp-content-root .fbpv-premium-viewer h3{
    font-size: 19px;
    margin-top: 0;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-card p{
    font-size: 15px;
    margin-top: 12px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbpv-premium-viewer .fbpv-section{
    padding: 54px 0;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-container{
    padding: 0 16px;
  }.tc-wp-content-root .fbpv-premium-viewer h2{
    font-size: 28px;
    max-width: 390px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-intro{
    font-size: 14px;
    line-height: 1.58;
    margin-bottom: 24px;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-icon{
    width: 52px;
    height: 52px;
    border-radius: 15px;
    margin-bottom: 16px;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-i{
    font-size: 21px;
  }.tc-wp-content-root .fbpv-premium-viewer h3{
    font-size: 16px;
    margin-top: 0;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-card p{
    font-size: 13px;
    line-height: 1.48;
    margin-top: 9px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbpv-premium-viewer .fbpv-section{
    padding: 48px 0;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-container{
    padding: 0 12px;
  }.tc-wp-content-root .fbpv-premium-viewer h2{
    font-size: 25px;
    max-width: 340px;
    margin-bottom: 10px;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-intro{
    font-size: 13.5px;
    line-height: 1.52;
    margin-bottom: 20px;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-card{
    min-height: 224px;
    padding: 19px 11px 18px;
    border-radius: 16px;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 14px;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-i{
    font-size: 19px;
  }.tc-wp-content-root .fbpv-premium-viewer h3{
    font-size: 15px;
    margin-top: 0;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-card p{
    font-size: 12.4px;
    line-height: 1.44;
    margin-top: 8px;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbpv-premium-viewer .fbpv-section{
    padding: 42px 0;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbpv-premium-viewer h2{
    font-size: 22px;
    max-width: 300px;
    margin-bottom: 9px;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-intro{
    font-size: 12.8px;
    line-height: 1.48;
    margin-bottom: 18px;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-card{
    min-height: 214px;
    padding: 17px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-icon{
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-i{
    font-size: 18px;
  }.tc-wp-content-root .fbpv-premium-viewer h3{
    font-size: 14px;
    line-height: 1.2;
    margin-top: 0;
  }.tc-wp-content-root .fbpv-premium-viewer .fbpv-card p{
    font-size: 11.8px;
    line-height: 1.4;
    margin-top: 7px;
  }}