@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* 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;
}.wpc-scope-242 .tc-wp-content-root img, .wpc-scope-242 .tc-wp-content-root video, .wpc-scope-242 .tc-wp-content-root svg, .wpc-scope-242 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-242 .tc-wp-content-root .btg-editorial-wrap{
  --btg-main-gradient: linear-gradient(135deg, #ff7a18 0%, #f43f8f 48%, #7c3aed 100%);
  --btg-soft-gradient: linear-gradient(135deg, #fff7ed 0%, #fdf2f8 52%, #f5f3ff 100%);
  --btg-gradient-text: linear-gradient(135deg, #ff6a00 0%, #e11d8d 48%, #6d28d9 100%);
  --btg-heading-color: #241335;
  --btg-body-text-color: #5f536b;
  --btg-border-color: rgba(124, 58, 237, 0.18);
  --btg-white: #ffffff;
  --btg-off-white-background: #fff8fc;
  --btg-radius: 22px;
  --btg-easing: cubic-bezier(0.22, 1, 0.36, 1);
  --btg-hover-shadow: 0 22px 54px rgba(124, 58, 237, 0.18);
  color: var(--btg-body-text-color);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-242 .tc-wp-content-root .btg-editorial-wrap *{
  box-sizing: border-box;
}.wpc-scope-242 .tc-wp-content-root .btg-section{
  padding: 76px 24px;
}.wpc-scope-242 .tc-wp-content-root .btg-section-white{
  background: var(--btg-white);
}.wpc-scope-242 .tc-wp-content-root .btg-section-soft{
  background: var(--btg-off-white-background);
  background-image: var(--btg-soft-gradient);
}.wpc-scope-242 .tc-wp-content-root .btg-heading{
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}.wpc-scope-242 .tc-wp-content-root .btg-heading h2{
  margin: 0 0 14px !important;
  color: var(--btg-heading-color) !important;
  font-size: clamp(1.75rem, 3vw, 2.2rem) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  font-weight: 820 !important;
}.wpc-scope-242 .tc-wp-content-root .btg-heading h2 span{
  background: var(--btg-gradient-text) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}.wpc-scope-242 .tc-wp-content-root .btg-heading p{
  margin: 0 !important;
  color: var(--btg-body-text-color) !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
}.wpc-scope-242 .tc-wp-content-root .btg-grid{
  width: min(1200px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 22px;
}.wpc-scope-242 .tc-wp-content-root .btg-grid-a{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-242 .tc-wp-content-root .btg-grid-b{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.wpc-scope-242 .tc-wp-content-root .btg-card{
  position: relative;
  min-width: 0;
  border: 1px solid var(--btg-border-color);
  border-radius: var(--btg-radius);
  background: var(--btg-white);
  transition: transform 260ms var(--btg-easing), box-shadow 260ms var(--btg-easing), border-color 260ms var(--btg-easing);
  overflow: hidden;
}.wpc-scope-242 .tc-wp-content-root .btg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(244, 63, 143, 0.12), transparent 42%);
  opacity: 0;
  transition: opacity 260ms var(--btg-easing);
  pointer-events: none;
}.wpc-scope-242 .tc-wp-content-root .btg-card:hover{
  transform: translateY(-6px);
  box-shadow: var(--btg-hover-shadow);
  border-color: rgba(244, 63, 143, 0.34);
}.wpc-scope-242 .tc-wp-content-root .btg-card:hover::before{
  opacity: 1;
}.wpc-scope-242 .tc-wp-content-root .btg-card-a{
  padding: 28px;
}.wpc-scope-242 .tc-wp-content-root .btg-card-b{
  padding: 24px;
}.wpc-scope-242 .tc-wp-content-root .btg-icon{
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--btg-main-gradient);
  color: var(--btg-white);
  box-shadow: 0 14px 30px rgba(225, 29, 141, 0.22);
  transition: transform 260ms var(--btg-easing);
}.wpc-scope-242 .tc-wp-content-root .btg-card:hover .btg-icon{
  transform: rotate(-3deg) scale(1.05);
}.wpc-scope-242 .tc-wp-content-root .btg-icon svg{
  width: 25px;
  height: 25px;
  fill: currentColor;
}.wpc-scope-242 .tc-wp-content-root .btg-card h3{
  position: relative;
  z-index: 1;
  margin: 0 0 10px !important;
  color: var(--btg-heading-color) !important;
  font-size: 1.08rem !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  font-weight: 760 !important;
}.wpc-scope-242 .tc-wp-content-root .btg-card p{
  position: relative;
  z-index: 1;
  margin: 0 !important;
  color: var(--btg-body-text-color) !important;
  font-size: 0.94rem !important;
  line-height: 1.62 !important;
}@media (max-width: 1099px){.tc-wp-content-root .btg-section{
    padding: 58px 20px !important;
  }.tc-wp-content-root .btg-heading{
    margin-bottom: 30px !important;
  }.tc-wp-content-root .btg-heading h2{
    font-size: clamp(1.35rem, 3.2vw, 1.9rem) !important;
  }.tc-wp-content-root .btg-heading p{
    font-size: 0.95rem !important;
    line-height: 1.62 !important;
  }.tc-wp-content-root .btg-grid-a, .tc-wp-content-root .btg-grid-b{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }.tc-wp-content-root .btg-card-a, .tc-wp-content-root .btg-card-b{
    padding: 22px !important;
  }.tc-wp-content-root .btg-icon{
    width: 46px !important;
    height: 46px !important;
    margin-bottom: 16px !important;
    border-radius: 16px !important;
  }.tc-wp-content-root .btg-icon svg{
    width: 22px !important;
    height: 22px !important;
  }.tc-wp-content-root .btg-card h3{
    font-size: 1rem !important;
  }.tc-wp-content-root .btg-card p{
    font-size: 0.9rem !important;
  }}@media (max-width: 639px){.tc-wp-content-root .btg-section{
    padding: 38px 14px !important;
  }.tc-wp-content-root .btg-heading{
    margin-bottom: 22px !important;
  }.tc-wp-content-root .btg-heading h2{
    font-size: clamp(0.75rem, 6vw, 1.45rem) !important;
    line-height: 1.18 !important;
  }.tc-wp-content-root .btg-heading p{
    font-size: 0.86rem !important;
    line-height: 1.55 !important;
  }.tc-wp-content-root .btg-grid-a, .tc-wp-content-root .btg-grid-b{
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }.tc-wp-content-root .btg-card-a, .tc-wp-content-root .btg-card-b{
    padding: 16px !important;
    border-radius: 16px !important;
  }.tc-wp-content-root .btg-icon{
    width: 38px !important;
    height: 38px !important;
    margin-bottom: 12px !important;
    border-radius: 13px !important;
  }.tc-wp-content-root .btg-icon svg{
    width: 19px !important;
    height: 19px !important;
  }.tc-wp-content-root .btg-card h3{
    margin-bottom: 6px !important;
    font-size: 0.95rem !important;
    line-height: 1.22 !important;
  }.tc-wp-content-root .btg-card p{
    font-size: 0.82rem !important;
    line-height: 1.48 !important;
  }}