@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 .fbcv-premium-cover-viewer, .tc-wp-content-root .fbcv-premium-cover-viewer *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fbcv-premium-cover-viewer{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #15222b;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-section-one, .tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-section-three{
  background: #ffffff;
}.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-section-two{
  background: linear-gradient(180deg, #f3f8f8 0%, #edf5f4 100%);
}.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .fbcv-premium-cover-viewer h2, .tc-wp-content-root .fbcv-premium-cover-viewer h3, .tc-wp-content-root .fbcv-premium-cover-viewer p{
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .fbcv-premium-cover-viewer h2{
  color: #10242c;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
  margin-top: 0;
}.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-intro{
  color: #52666f;
  line-height: 1.7;
  margin-top: 0;
  max-width: 760px;
}.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-card{
  position: relative;
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfd 100%);
  border: 1px solid #d7e6e4;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(20, 81, 84, 0.1);
  overflow: hidden;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(27, 154, 170, 0.12), transparent 42%);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-card:hover{
  transform: translateY(-8px);
  border-color: #80c7c4;
  box-shadow: 0 26px 60px rgba(20, 81, 84, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #f5fbfb 100%);
}.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #145154 0%, #1b9aaa 62%, #f4b860 100%);
  box-shadow: 0 14px 30px rgba(27, 154, 170, 0.28);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-card:hover .fbcv-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 38px rgba(27, 154, 170, 0.36);
}.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-i{
  display: block;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-card h3{
  position: relative;
  z-index: 1;
  color: #10242c;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 0;
}.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-card p{
  position: relative;
  z-index: 1;
  color: #5a6f76;
  line-height: 1.62;
  margin-bottom: 0;
}.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-reveal.fbcv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-section{
    padding: 86px 0;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-container{
    padding: 0 28px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer h2{
    font-size: 42px;
    margin-bottom: 16px;
    white-space: nowrap;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-intro{
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-grid{
    gap: 24px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-grid-four{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-card{
    min-height: 300px;
    padding: 34px 26px 30px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-i{
    font-size: 30px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-card h3{
    font-size: 20px;
    margin-top: 0;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-card p{
    font-size: 15px;
    margin-top: 14px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-section{
    padding: 70px 0;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-container{
    padding: 0 24px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer h2{
    font-size: 34px;
    margin-bottom: 14px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-card{
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-i{
    font-size: 27px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-card h3{
    font-size: 19px;
    margin-top: 0;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-card p{
    font-size: 14.5px;
    margin-top: 12px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-section{
    padding: 52px 0;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-container{
    padding: 0 16px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer h2{
    font-size: 27px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-intro{
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 26px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-card{
    min-height: 235px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-icon{
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 15px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-i{
    font-size: 22px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-card h3{
    font-size: 16px;
    margin-top: 0;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-card p{
    font-size: 13px;
    line-height: 1.52;
    margin-top: 10px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-section{
    padding: 46px 0;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-container{
    padding: 0 12px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer h2{
    font-size: 24px;
    line-height: 1.18;
    margin-bottom: 10px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-intro{
    font-size: 13.8px;
    line-height: 1.55;
    margin-bottom: 22px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-card{
    min-height: 224px;
    padding: 19px 11px 18px;
    border-radius: 14px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-i{
    font-size: 20px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-card h3{
    font-size: 15px;
    line-height: 1.22;
    margin-top: 0;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-card p{
    font-size: 12.5px;
    line-height: 1.46;
    margin-top: 9px;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-section{
    padding: 40px 0;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer h2{
    font-size: 21px;
    line-height: 1.18;
    margin-bottom: 9px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-intro{
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 18px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-card{
    min-height: 218px;
    padding: 16px 9px 16px;
    border-radius: 13px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 12px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-i{
    font-size: 18px;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-card h3{
    font-size: 13.8px;
    line-height: 1.18;
    margin-top: 0;
  }.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-card p{
    font-size: 11.7px;
    line-height: 1.42;
    margin-top: 8px;
  }}@media (max-width: 319px) {.tc-wp-content-root .fbcv-premium-cover-viewer .fbcv-grid{
    grid-template-columns: 1fr !important;
  }}