@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-profile-viewer{
  --fbpv-primary: #18715d;
  --fbpv-secondary: #2d6cdf;
  --fbpv-accent: #f0b429;
  --fbpv-soft: #f2f8f6;
  --fbpv-text: #17231f;
  --fbpv-muted: #60716b;
  --fbpv-border: rgba(24, 113, 93, 0.16);
  --fbpv-shadow: rgba(13, 54, 46, 0.12);
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  background: #ffffff;
  color: var(--fbpv-text);
  box-sizing: border-box;
  font-family: inherit;
}.tc-wp-content-root .fbpv-premium-profile-viewer *, .tc-wp-content-root .fbpv-premium-profile-viewer *::before, .tc-wp-content-root .fbpv-premium-profile-viewer *::after{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-section{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-section-white{
  background: #ffffff;
}.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(240, 180, 41, 0.12), transparent 34%),
    linear-gradient(180deg, #f5faf8 0%, #eef7f4 100%);
}.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}.tc-wp-content-root .fbpv-premium-profile-viewer h2, .tc-wp-content-root .fbpv-premium-profile-viewer h3, .tc-wp-content-root .fbpv-premium-profile-viewer p{
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .fbpv-premium-profile-viewer h2{
  color: var(--fbpv-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-intro{
  color: var(--fbpv-muted);
  line-height: 1.7;
  margin-top: 0;
}.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-card{
  position: relative;
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 50% 0%, rgba(24, 113, 93, 0.08), transparent 42%);
  border: 1px solid var(--fbpv-border);
  box-shadow: 0 18px 46px var(--fbpv-shadow);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
  overflow: hidden;
}.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 113, 93, 0.12), rgba(45, 108, 223, 0.08), rgba(240, 180, 41, 0.1));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-card:hover{
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(24, 113, 93, 0.34);
  box-shadow: 0 24px 58px rgba(13, 54, 46, 0.18);
}.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-card:hover .fbpv-icon{
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(24, 113, 93, 0.22);
}.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-card:hover .fbpv-i{
  transform: scale(1.08);
}.tc-wp-content-root .fbpv-premium-profile-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, var(--fbpv-primary), var(--fbpv-secondary));
  box-shadow: 0 12px 26px rgba(24, 113, 93, 0.2);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-i{
  display: block;
  line-height: 1;
  transition: transform 320ms ease;
}.tc-wp-content-root .fbpv-premium-profile-viewer h3{
  position: relative;
  z-index: 1;
  color: var(--fbpv-text);
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 0;
}.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-card p{
  position: relative;
  z-index: 1;
  color: var(--fbpv-muted);
  line-height: 1.62;
  margin-bottom: 0;
}.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-reveal{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .fbpv-premium-profile-viewer.fbpv-js .fbpv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}.tc-wp-content-root .fbpv-premium-profile-viewer.fbpv-js .fbpv-reveal.fbpv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-section{
    padding: 92px 0;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-container{
    padding: 0 28px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer h2{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
    margin-bottom: 18px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-intro{
    font-size: 17px;
    max-width: 760px;
    margin-bottom: 42px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-grid{
    gap: 24px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-card{
    min-height: 300px;
    padding: 34px 26px 30px;
    border-radius: 20px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-icon{
    width: 66px;
    height: 66px;
    border-radius: 18px;
    margin-bottom: 24px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-i{
    font-size: 27px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer h3{
    font-size: 21px;
    margin-top: 0;
  }.tc-wp-content-root .fbpv-premium-profile-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-profile-viewer .fbpv-section{
    padding: 74px 0;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-container{
    padding: 0 24px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer h2{
    font-size: 34px;
    max-width: 760px;
    margin-bottom: 16px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-intro{
    font-size: 16px;
    max-width: 690px;
    margin-bottom: 34px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-card{
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 18px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-icon{
    width: 60px;
    height: 60px;
    border-radius: 16px;
    margin-bottom: 20px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-i{
    font-size: 25px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer h3{
    font-size: 19px;
    margin-top: 0;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-card p{
    font-size: 14.8px;
    margin-top: 12px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-section{
    padding: 54px 0;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-container{
    padding: 0 16px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer h2{
    font-size: 28px;
    max-width: 430px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-intro{
    font-size: 14.5px;
    max-width: 430px;
    margin-bottom: 24px;
    line-height: 1.58;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-card{
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 15px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-icon{
    width: 50px;
    height: 50px;
    border-radius: 14px;
    margin-bottom: 15px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-i{
    font-size: 21px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer h3{
    font-size: 16.5px;
    margin-top: 0;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-card p{
    font-size: 13.2px;
    line-height: 1.5;
    margin-top: 10px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-section{
    padding: 48px 0;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-container{
    padding: 0 12px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer h2{
    font-size: 25px;
    max-width: 360px;
    margin-bottom: 11px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-intro{
    font-size: 13.8px;
    max-width: 360px;
    margin-bottom: 20px;
    line-height: 1.55;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-card{
    min-height: 222px;
    padding: 18px 10px 17px;
    border-radius: 14px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-icon{
    width: 46px;
    height: 46px;
    border-radius: 13px;
    margin-bottom: 13px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-i{
    font-size: 19px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer h3{
    font-size: 15.2px;
    margin-top: 0;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-card p{
    font-size: 12.3px;
    line-height: 1.45;
    margin-top: 8px;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-section{
    padding: 42px 0;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer h2{
    font-size: 22px;
    max-width: 310px;
    margin-bottom: 10px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-intro{
    font-size: 13px;
    max-width: 310px;
    margin-bottom: 18px;
    line-height: 1.5;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-card{
    min-height: 214px;
    padding: 16px 8px 15px;
    border-radius: 12px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-icon{
    width: 42px;
    height: 42px;
    border-radius: 12px;
    margin-bottom: 11px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-i{
    font-size: 17px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer h3{
    font-size: 14px;
    margin-top: 0;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-card p{
    font-size: 11.5px;
    line-height: 1.42;
    margin-top: 7px;
  }}@media (max-width: 319px) {.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-section{
    padding: 38px 0;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer h2{
    font-size: 21px;
    margin-bottom: 10px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-intro{
    font-size: 13px;
    margin-bottom: 18px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-card{
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 12px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-icon{
    width: 42px;
    height: 42px;
    border-radius: 12px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-i{
    font-size: 17px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer h3{
    font-size: 15px;
  }.tc-wp-content-root .fbpv-premium-profile-viewer .fbpv-card p{
    font-size: 12px;
  }}