@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 .fbgv-premium-gallery-viewer, .tc-wp-content-root .fbgv-premium-gallery-viewer *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fbgv-premium-gallery-viewer{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172033;
  font-family: inherit;
  --fbgv-primary: #1877f2;
  --fbgv-secondary: #14b8a6;
  --fbgv-accent: #ffb703;
  --fbgv-soft: #f3f8ff;
  --fbgv-text: #172033;
  --fbgv-muted: #5f6c80;
  --fbgv-border: rgba(24, 119, 242, 0.16);
  --fbgv-shadow: rgba(24, 67, 128, 0.13);
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-section-white{
  background: #ffffff;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(20, 184, 166, 0.12), transparent 34%),
    linear-gradient(180deg, #f5faff 0%, #eef8f6 100%);
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-heading, .tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-intro, .tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-title, .tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-text{
  text-align: center !important;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-heading{
  margin: 0 auto;
  color: var(--fbgv-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  max-width: 980px;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-intro{
  margin: 0 auto;
  color: var(--fbgv-muted);
  line-height: 1.7;
  max-width: 760px;
  font-weight: 450;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100% !important;
  text-align: center !important;
  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.1), transparent 45%);
  border: 1px solid var(--fbgv-border);
  box-shadow: 0 18px 44px var(--fbgv-shadow);
  overflow: hidden;
  transform: translateY(18px);
  opacity: 1;
  transition: transform 340ms ease, box-shadow 340ms ease, border-color 340ms ease, background-position 340ms ease;
  background-size: 100% 100%, 160% 160%;
  background-position: center, 50% 0%;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.12), rgba(20, 184, 166, 0.08), rgba(255, 183, 3, 0.08));
  opacity: 0;
  transition: opacity 340ms ease;
  pointer-events: none;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card.fbgv-revealed{
  transform: translateY(0);
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card:hover{
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(24, 119, 242, 0.34);
  box-shadow: 0 24px 58px rgba(24, 67, 128, 0.2);
  background-position: center, 50% 26%;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-icon{
  position: relative;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(24, 119, 242, 0.12), rgba(20, 184, 166, 0.14)),
    #ffffff;
  border: 1px solid rgba(24, 119, 242, 0.16);
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.74), 0 12px 28px rgba(24, 119, 242, 0.12);
  color: var(--fbgv-primary);
  text-align: center !important;
  transition: transform 340ms ease, color 340ms ease, box-shadow 340ms ease;
  z-index: 1;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card:hover .fbgv-icon{
  transform: translateY(-5px);
  color: var(--fbgv-secondary);
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.78), 0 16px 34px rgba(20, 184, 166, 0.2);
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-i{
  line-height: 1;
  text-align: center !important;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-title{
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--fbgv-text);
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-text{
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--fbgv-muted);
  line-height: 1.62;
  font-weight: 440;
}@media (min-width: 1024px) {.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-section{
    padding: 86px 0;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-container{
    padding: 0 28px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-heading{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-intro{
    font-size: 18px;
    margin-top: 18px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-grid{
    gap: 26px;
    margin-top: 46px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card{
    min-height: 296px;
    padding: 34px 26px 30px;
    border-radius: 22px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-icon{
    width: 74px;
    height: 74px;
    font-size: 30px;
    margin-bottom: 24px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-title{
    font-size: 21px;
    margin-bottom: 14px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-text{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-section{
    padding: 68px 0;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-container{
    padding: 0 24px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-heading{
    font-size: 34px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-intro{
    font-size: 16.5px;
    margin-top: 16px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px;
    margin-top: 38px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card{
    min-height: 270px;
    padding: 30px 22px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-icon{
    width: 66px;
    height: 66px;
    font-size: 27px;
    margin-bottom: 22px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-title{
    font-size: 19px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-text{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-section{
    padding: 52px 0;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-container{
    padding: 0 16px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-heading{
    font-size: 28px;
    max-width: 430px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-intro{
    font-size: 14.5px;
    line-height: 1.58;
    margin-top: 13px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
    margin-top: 30px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card{
    min-height: 236px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-icon{
    width: 54px;
    height: 54px;
    font-size: 22px;
    margin-bottom: 16px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-title{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-text{
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-section{
    padding: 46px 0;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-container{
    padding: 0 12px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-heading{
    font-size: 25px;
    max-width: 350px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-intro{
    font-size: 13.5px;
    line-height: 1.52;
    margin-top: 12px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 11px;
    margin-top: 26px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card{
    min-height: 226px;
    padding: 20px 11px 18px;
    border-radius: 14px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-icon{
    width: 48px;
    height: 48px;
    font-size: 20px;
    margin-bottom: 14px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-title{
    font-size: 14.5px;
    margin-bottom: 8px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-text{
    font-size: 12.3px;
    line-height: 1.43;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-section{
    padding: 40px 0;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-heading{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-intro{
    font-size: 12.5px;
    line-height: 1.46;
    margin-top: 10px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px;
    margin-top: 22px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card{
    min-height: 216px;
    padding: 17px 8px 16px;
    border-radius: 12px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-icon{
    width: 42px;
    height: 42px;
    font-size: 18px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-title{
    font-size: 13.2px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-text{
    font-size: 11.4px;
    line-height: 1.38;
  }}