@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.5.2/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-section, .tc-wp-content-root .fbpv-premium-section *{
  box-sizing: border-box;
}.tc-wp-content-root .fbpv-premium-section{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17202a;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .fbpv-premium-section .fbpv-panel{
  width: 100% !important;
}.tc-wp-content-root .fbpv-premium-section .fbpv-white{
  background: #ffffff;
}.tc-wp-content-root .fbpv-premium-section .fbpv-tint{
  background: linear-gradient(180deg, #f4f8ff 0%, #eef5fb 100%);
}.tc-wp-content-root .fbpv-premium-section .fbpv-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding-left: 24px;
  padding-right: 24px;
  min-width: 0;
}.tc-wp-content-root .fbpv-premium-section h2{
  margin: 0 auto;
  text-align: center;
  color: #142033;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .fbpv-premium-section .fbpv-intro{
  max-width: 760px;
  margin: 14px auto 0;
  text-align: center;
  color: #536170;
  line-height: 1.7;
}.tc-wp-content-root .fbpv-premium-section .fbpv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}.tc-wp-content-root .fbpv-premium-section .fbpv-card{
  height: 100% !important;
  min-width: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #dbe7f2;
  border-radius: 22px;
  box-shadow: 0 16px 42px rgba(28, 73, 118, 0.11);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .fbpv-premium-section .fbpv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(23, 113, 188, 0.13), transparent 42%);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .fbpv-premium-section .fbpv-card:hover{
  transform: translateY(-7px) scale(1.01);
  border-color: #7aa7d9;
  box-shadow: 0 24px 58px rgba(28, 73, 118, 0.18);
  background: #ffffff;
}.tc-wp-content-root .fbpv-premium-section .fbpv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fbpv-premium-section .fbpv-card:hover .fbpv-icon{
  transform: translateY(-4px);
  background: linear-gradient(135deg, #1877f2, #00a8c8);
}.tc-wp-content-root .fbpv-premium-section .fbpv-card:hover .fbpv-i{
  transform: scale(1.08);
}.tc-wp-content-root .fbpv-premium-section .fbpv-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #225f9f, #16a3b8);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(24, 119, 242, 0.22);
  transition: transform 260ms ease, background 260ms ease;
}.tc-wp-content-root .fbpv-premium-section .fbpv-i{
  display: block;
  color: #ffffff;
  transition: transform 260ms ease;
}.tc-wp-content-root .fbpv-premium-section h3{
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  color: #142033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .fbpv-premium-section .fbpv-card p{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  color: #5b6877;
  line-height: 1.62;
}.tc-wp-content-root .fbpv-premium-section .fbpv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fbpv-premium-section .fbpv-reveal.fbpv-in{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .fbpv-premium-section .fbpv-panel{
    padding: 82px 0;
  }.tc-wp-content-root .fbpv-premium-section h2{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-intro{
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-card{
    min-height: 300px;
    padding: 34px 28px;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
    font-size: 30px;
  }.tc-wp-content-root .fbpv-premium-section h3{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbpv-premium-section .fbpv-panel{
    padding: 68px 0;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-container{
    padding-left: 22px;
    padding-right: 22px;
  }.tc-wp-content-root .fbpv-premium-section h2{
    font-size: 34px;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-card{
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 20px;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
    font-size: 27px;
  }.tc-wp-content-root .fbpv-premium-section h3{
    font-size: 20px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbpv-premium-section .fbpv-panel{
    padding: 54px 0;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-container{
    padding-left: 16px;
    padding-right: 16px;
  }.tc-wp-content-root .fbpv-premium-section h2{
    font-size: 28px;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-intro{
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 26px;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-card{
    min-height: 235px;
    padding: 22px 14px;
    border-radius: 17px;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-icon{
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 15px;
    font-size: 22px;
  }.tc-wp-content-root .fbpv-premium-section h3{
    font-size: 16.5px;
    margin-bottom: 9px;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-card p{
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbpv-premium-section .fbpv-panel{
    padding: 46px 0;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-container{
    padding-left: 12px;
    padding-right: 12px;
  }.tc-wp-content-root .fbpv-premium-section h2{
    font-size: 25px;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-intro{
    font-size: 13.5px;
    line-height: 1.55;
    margin-bottom: 22px;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-card{
    min-height: 222px;
    padding: 18px 11px;
    border-radius: 15px;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
    font-size: 20px;
  }.tc-wp-content-root .fbpv-premium-section h3{
    font-size: 15px;
    margin-bottom: 8px;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-card p{
    font-size: 12.2px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbpv-premium-section .fbpv-panel{
    padding: 40px 0;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-container{
    padding-left: 10px;
    padding-right: 10px;
  }.tc-wp-content-root .fbpv-premium-section h2{
    font-size: 22px;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-intro{
    font-size: 12.8px;
    line-height: 1.5;
    margin-bottom: 18px;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-card{
    min-height: 214px;
    padding: 16px 8px;
    border-radius: 13px;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 12px;
    font-size: 18px;
  }.tc-wp-content-root .fbpv-premium-section h3{
    font-size: 13.5px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fbpv-premium-section .fbpv-card p{
    font-size: 11.5px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .fbpv-premium-section .fbpv-grid{
    grid-template-columns: 1fr;
  }}