@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 .fbsv-premium-status-viewer, .tc-wp-content-root .fbsv-premium-status-viewer *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fbsv-premium-status-viewer{
  width: 100% !important;
  overflow: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #17202a;
  background: #ffffff;
}.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-section{
  width: 100% !important;
}.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-section-white{
  background: #ffffff;
}.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-section-tint{
  background: linear-gradient(180deg, #f5f8ff 0%, #eef5f2 100%);
}.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-heading, .tc-wp-content-root .fbsv-premium-status-viewer .fbsv-intro, .tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card, .tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card h3, .tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card p{
  text-align: center !important;
}.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-heading{
  margin: 0 auto;
  color: #10233f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-intro{
  max-width: 760px;
  margin: 0 auto;
  color: #516172;
  line-height: 1.65;
  font-weight: 450;
}.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card{
  position: relative;
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #dbe6f0;
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(28, 74, 118, 0.1);
  overflow: hidden;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-section-tint .fbsv-card{
  background: rgba(255, 255, 255, 0.82);
}.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(27, 103, 186, 0.13), transparent 44%);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card:hover{
  transform: translateY(-8px);
  border-color: rgba(27, 103, 186, 0.34);
  box-shadow: 0 26px 60px rgba(28, 74, 118, 0.18);
  background: #ffffff;
}.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-icon{
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  background: linear-gradient(135deg, #1b67ba 0%, #1f9b8f 100%);
  box-shadow: 0 14px 34px rgba(31, 155, 143, 0.22);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card:hover .fbsv-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 40px rgba(27, 103, 186, 0.28);
}.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-i{
  display: inline-block;
  line-height: 1;
  color: inherit;
}.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #13243a;
  font-weight: 760;
  line-height: 1.22;
  letter-spacing: 0;
}.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5b6877;
  line-height: 1.58;
  font-weight: 430;
}.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card.fbsv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card.fbsv-reveal.fbsv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-section{
    padding: 86px 0;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-container{
    padding: 0 28px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-heading{
    font-size: 42px;
    max-width: 1120px;
    white-space: nowrap;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-intro{
    font-size: 17px;
    margin-top: 16px;
    margin-bottom: 42px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-grid{
    gap: 24px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card{
    min-height: 292px;
    padding: 34px 26px 30px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-icon{
    width: 68px;
    height: 68px;
    border-radius: 19px;
    font-size: 28px;
    margin-bottom: 24px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card h3{
    font-size: 20px;
    margin-bottom: 13px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-section{
    padding: 68px 0;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-container{
    padding: 0 24px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-heading{
    font-size: 34px;
    max-width: 760px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-intro{
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 34px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-grid, .tc-wp-content-root .fbsv-premium-status-viewer .fbsv-grid-3, .tc-wp-content-root .fbsv-premium-status-viewer .fbsv-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card{
    min-height: 268px;
    padding: 30px 22px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-icon{
    width: 62px;
    height: 62px;
    border-radius: 17px;
    font-size: 25px;
    margin-bottom: 21px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card h3{
    font-size: 19px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-section{
    padding: 52px 0;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-container{
    padding: 0 16px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-heading{
    font-size: 27px;
    max-width: 420px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-intro{
    font-size: 14.5px;
    margin-top: 12px;
    margin-bottom: 26px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-grid, .tc-wp-content-root .fbsv-premium-status-viewer .fbsv-grid-3, .tc-wp-content-root .fbsv-premium-status-viewer .fbsv-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-icon{
    width: 50px;
    height: 50px;
    border-radius: 15px;
    font-size: 21px;
    margin-bottom: 17px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card h3{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card p{
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-section{
    padding: 46px 0;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-container{
    padding: 0 12px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-heading{
    font-size: 24px;
    max-width: 360px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-intro{
    font-size: 13.5px;
    margin-top: 10px;
    margin-bottom: 22px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-grid, .tc-wp-content-root .fbsv-premium-status-viewer .fbsv-grid-3, .tc-wp-content-root .fbsv-premium-status-viewer .fbsv-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card{
    min-height: 222px;
    padding: 19px 10px 18px;
    border-radius: 15px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-icon{
    width: 45px;
    height: 45px;
    border-radius: 13px;
    font-size: 19px;
    margin-bottom: 15px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card h3{
    font-size: 14.5px;
    margin-bottom: 8px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card p{
    font-size: 12.3px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-section{
    padding: 40px 0;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-heading{
    font-size: 21px;
    max-width: 300px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-intro{
    font-size: 12.5px;
    line-height: 1.5;
    margin-top: 9px;
    margin-bottom: 18px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-grid, .tc-wp-content-root .fbsv-premium-status-viewer .fbsv-grid-3, .tc-wp-content-root .fbsv-premium-status-viewer .fbsv-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card{
    min-height: 214px;
    padding: 16px 8px;
    border-radius: 13px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-icon{
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 17px;
    margin-bottom: 13px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card h3{
    font-size: 13px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fbsv-premium-status-viewer .fbsv-card p{
    font-size: 11.5px;
    line-height: 1.42;
  }}