@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;
}.wpc-scope-855 .tc-wp-content-root img, .wpc-scope-855 .tc-wp-content-root video, .wpc-scope-855 .tc-wp-content-root svg, .wpc-scope-855 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block, .wpc-scope-855 .tc-wp-content-root .gcbg-content-block *{
  box-sizing: border-box;
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #251f1a;
  background: #fff;
  line-height: 1.6;
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-section{
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 92px 20px;
  overflow: hidden;
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-section-white{
  background: #fff;
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-section-warm{
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 183, 77, 0.18), transparent 32%),
    radial-gradient(circle at 90% 18%, rgba(92, 134, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #fff8ef 0%, #fff4e7 100%);
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-container{
  width: min(1180px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-heading{
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-kicker{
  display: inline-block;
  max-width: 100%;
  margin: 0 0 10px;
  padding: 7px 13px;
  border: 1px solid rgba(182, 123, 49, 0.22);
  border-radius: 999px;
  background: rgba(255, 248, 237, 0.9);
  color: #8b5a1f;
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-heading h2{
  margin: 0;
  color: #211b16;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.15;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-heading p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #655b52;
  font-size: 1.03rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-card{
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --gcbg-accent: #d8892f;
  --gcbg-accent-2: #ffbf66;
  --gcbg-soft: rgba(216, 137, 47, 0.12);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(67, 54, 42, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.72), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 242, 0.92));
  box-shadow: 0 18px 42px rgba(59, 42, 24, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  overflow: hidden;
  transition:
    opacity 0.65s ease,
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  will-change: transform;
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-card:nth-child(1){
  --gcbg-accent: #d8892f;
  --gcbg-accent-2: #ffbd6a;
  --gcbg-soft: rgba(216, 137, 47, 0.13);
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-card:nth-child(2){
  --gcbg-accent: #b24f7a;
  --gcbg-accent-2: #ee8db6;
  --gcbg-soft: rgba(178, 79, 122, 0.12);
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-card:nth-child(3){
  --gcbg-accent: #397d70;
  --gcbg-accent-2: #78c9b8;
  --gcbg-soft: rgba(57, 125, 112, 0.12);
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-card:nth-child(4){
  --gcbg-accent: #5a66c9;
  --gcbg-accent-2: #9ba4ff;
  --gcbg-soft: rgba(90, 102, 201, 0.12);
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-card:nth-child(5){
  --gcbg-accent: #bf5b3a;
  --gcbg-accent-2: #ff9b73;
  --gcbg-soft: rgba(191, 91, 58, 0.12);
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-card:nth-child(6){
  --gcbg-accent: #7a5a18;
  --gcbg-accent-2: #d8b251;
  --gcbg-soft: rgba(122, 90, 24, 0.12);
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, var(--gcbg-soft), transparent 44%),
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--gcbg-accent-2) 24%, transparent), transparent 34%);
  opacity: 0.72;
  pointer-events: none;
  transition: opacity 0.28s ease;
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-card::after{
  content: "";
  position: absolute;
  right: -60px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--gcbg-accent) 11%, transparent);
  pointer-events: none;
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-card.gcbg-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-card:hover{
  border-color: color-mix(in srgb, var(--gcbg-accent) 42%, transparent);
  box-shadow: 0 24px 56px rgba(44, 32, 22, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-card > *{
  position: relative;
  z-index: 1;
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin: 0 0 22px;
  border: 1px solid color-mix(in srgb, var(--gcbg-accent) 22%, transparent);
  border-radius: 16px;
  background: linear-gradient(145deg, #fff, color-mix(in srgb, var(--gcbg-accent-2) 15%, #fff));
  color: var(--gcbg-accent);
  font-size: 1.22rem;
  box-shadow: 0 12px 26px color-mix(in srgb, var(--gcbg-accent) 14%, transparent);
  transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease, border-color 0.28s ease;
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-card:hover .gcbg-icon{
  transform: translateY(-3px) scale(1.04) rotate(-2deg);
  background: linear-gradient(145deg, var(--gcbg-accent), var(--gcbg-accent-2));
  color: #fff;
  border-color: transparent;
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-card h3{
  display: inline;
  margin: 0;
  color: #251f1a;
  font-size: 1.16rem;
  line-height: 1.3;
  font-weight: 780;
  letter-spacing: 0;
  background-image: linear-gradient(var(--gcbg-accent), var(--gcbg-accent));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
  transition: background-size 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-card:hover h3{
  background-size: 100% 2px;
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-card p{
  margin: 13px 0 0;
  color: #665d55;
  font-size: 0.98rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--gcbg-accent);
  font-size: 0.9rem;
  font-weight: 760;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-card:hover .gcbg-cta{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-grid-tilt .gcbg-card{
  transform-style: preserve-3d;
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-grid-tilt .gcbg-card:hover .gcbg-icon, .wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-grid-tilt .gcbg-card:hover h3, .wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-grid-tilt .gcbg-card:hover p{
  transform: translateZ(10px);
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-process-card{
  padding-top: 30px;
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-step{
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  max-width: 100%;
  margin: 0 0 18px;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--gcbg-accent), var(--gcbg-accent-2));
  color: #fff;
  font-size: 0.88rem;
  font-weight: 820;
  box-shadow: 0 13px 28px color-mix(in srgb, var(--gcbg-accent) 24%, transparent);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-process-card:hover .gcbg-step{
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 18px 34px color-mix(in srgb, var(--gcbg-accent) 32%, transparent);
}.wpc-scope-855 .tc-wp-content-root .gcbg-content-block .gcbg-process-card .gcbg-icon{
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
}@media (min-width: 1200px){.tc-wp-content-root .gcbg-content-block .gcbg-section{
    padding: 96px 28px;
  }.tc-wp-content-root .gcbg-content-block .gcbg-container{
    width: min(1200px, 100%);
  }.tc-wp-content-root .gcbg-content-block .gcbg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .gcbg-content-block .gcbg-card{
    padding: 30px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .gcbg-content-block .gcbg-section{
    padding: 84px 24px;
  }.tc-wp-content-root .gcbg-content-block .gcbg-container{
    width: min(1040px, 100%);
  }.tc-wp-content-root .gcbg-content-block .gcbg-heading p{
    font-size: 1rem;
  }.tc-wp-content-root .gcbg-content-block .gcbg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .gcbg-content-block .gcbg-card{
    padding: 25px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .gcbg-content-block .gcbg-section{
    padding: 70px 20px;
  }.tc-wp-content-root .gcbg-content-block .gcbg-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .gcbg-content-block .gcbg-heading p{
    font-size: 0.98rem;
  }.tc-wp-content-root .gcbg-content-block .gcbg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .gcbg-content-block .gcbg-card{
    min-height: 240px;
    padding: 24px;
  }.tc-wp-content-root .gcbg-content-block .gcbg-card h3{
    font-size: 1.08rem;
  }.tc-wp-content-root .gcbg-content-block .gcbg-card p{
    font-size: 0.95rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .gcbg-content-block .gcbg-section{
    padding: 58px 16px;
  }.tc-wp-content-root .gcbg-content-block .gcbg-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .gcbg-content-block .gcbg-heading p{
    font-size: 0.95rem;
  }.tc-wp-content-root .gcbg-content-block .gcbg-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .gcbg-content-block .gcbg-card{
    min-height: auto;
    padding: 23px;
  }.tc-wp-content-root .gcbg-content-block .gcbg-icon{
    width: 50px;
    height: 50px;
  }.tc-wp-content-root .gcbg-content-block .gcbg-cta{
    width: 100%;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .gcbg-content-block .gcbg-section{
    padding: 50px 14px;
  }.tc-wp-content-root .gcbg-content-block .gcbg-heading{
    margin-bottom: 24px;
  }.tc-wp-content-root .gcbg-content-block .gcbg-heading h2{
    font-size: clamp(1.2rem, 8vw, 1.78rem);
  }.tc-wp-content-root .gcbg-content-block .gcbg-heading p{
    font-size: 0.92rem;
  }.tc-wp-content-root .gcbg-content-block .gcbg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-content-root .gcbg-content-block .gcbg-card{
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .gcbg-content-block .gcbg-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 1.05rem;
  }.tc-wp-content-root .gcbg-content-block .gcbg-step{
    width: 40px;
    height: 40px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .gcbg-content-block .gcbg-section{
    padding: 44px 12px;
  }.tc-wp-content-root .gcbg-content-block .gcbg-heading{
    margin-bottom: 22px;
  }.tc-wp-content-root .gcbg-content-block .gcbg-kicker{
    padding: 6px 10px;
    font-size: 0.7rem;
  }.tc-wp-content-root .gcbg-content-block .gcbg-heading h2{
    font-size: clamp(1.2rem, 8vw, 1.6rem);
  }.tc-wp-content-root .gcbg-content-block .gcbg-heading p{
    font-size: 0.88rem;
    line-height: 1.62;
  }.tc-wp-content-root .gcbg-content-block .gcbg-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-content-root .gcbg-content-block .gcbg-card{
    min-height: auto;
    padding: 17px;
    border-radius: 16px;
  }.tc-wp-content-root .gcbg-content-block .gcbg-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .gcbg-content-block .gcbg-card p, .tc-wp-content-root .gcbg-content-block .gcbg-cta{
    font-size: 0.88rem;
  }.tc-wp-content-root .gcbg-content-block .gcbg-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 13px;
    font-size: 0.98rem;
  }.tc-wp-content-root .gcbg-content-block .gcbg-step{
    width: 38px;
    height: 38px;
    font-size: 0.78rem;
  }}@media (max-width: 767px){.tc-wp-content-root .gcbg-content-block, .tc-wp-content-root .gcbg-content-block .gcbg-section, .tc-wp-content-root .gcbg-content-block .gcbg-container, .tc-wp-content-root .gcbg-content-block .gcbg-grid, .tc-wp-content-root .gcbg-content-block .gcbg-card{
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }.tc-wp-content-root .gcbg-content-block .gcbg-card{
    min-width: 0;
  }.tc-wp-content-root .gcbg-content-block .gcbg-icon, .tc-wp-content-root .gcbg-content-block .gcbg-step{
    flex: 0 0 auto;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .gcbg-content-block .gcbg-card, .tc-wp-content-root .gcbg-content-block .gcbg-card::before, .tc-wp-content-root .gcbg-content-block .gcbg-icon, .tc-wp-content-root .gcbg-content-block .gcbg-step, .tc-wp-content-root .gcbg-content-block .gcbg-cta, .tc-wp-content-root .gcbg-content-block .gcbg-card h3{
    transition: none;
  }.tc-wp-content-root .gcbg-content-block .gcbg-card, .tc-wp-content-root .gcbg-content-block .gcbg-card.gcbg-visible, .tc-wp-content-root .gcbg-content-block .gcbg-card:hover{
    transform: none;
  }.tc-wp-content-root .gcbg-content-block .gcbg-card{
    opacity: 1;
  }}.wpc-scope-855 .tc-wp-content-root .gcbg-process-grid{}.wpc-scope-855 .tc-wp-content-root .gcbg-reveal{}