@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-91 .tc-wp-content-root img, .wpc-scope-91 .tc-wp-content-root video, .wpc-scope-91 .tc-wp-content-root svg, .wpc-scope-91 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-91 .tc-wp-content-root .wfg-editorial{
  --wfg-ink: #141414;
  --wfg-muted: #62666d;
  --wfg-line: #e7e2da;
  --wfg-soft: #f7f4ef;
  --wfg-white: #ffffff;
  --wfg-accent: #9a6a2f;
  --wfg-accent-deep: #49331b;
  --wfg-shadow: 0 18px 45px rgba(20, 20, 20, 0.07);
  color: var(--wfg-ink);
  font-family: inherit;
}.wpc-scope-91 .tc-wp-content-root .wfg-editorial *{
  box-sizing: border-box;
}.wpc-scope-91 .tc-wp-content-root .wfg-section{
  padding: 76px 20px;
}.wpc-scope-91 .tc-wp-content-root .wfg-section-white{
  background: var(--wfg-white);
}.wpc-scope-91 .tc-wp-content-root .wfg-section-soft{
  background: var(--wfg-soft);
}.wpc-scope-91 .tc-wp-content-root .wfg-container{
  width: min(1160px, 100%);
  margin: 0 auto;
}.wpc-scope-91 .tc-wp-content-root .wfg-section-heading{
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}.wpc-scope-91 .tc-wp-content-root .wfg-kicker{
  display: inline-block;
  margin-bottom: 12px;
  color: var(--wfg-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.wpc-scope-91 .tc-wp-content-root .wfg-section-heading h2{
  margin: 0;
  color: var(--wfg-ink);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-91 .tc-wp-content-root .wfg-section-heading p{
  margin: 16px auto 0;
  color: var(--wfg-muted);
  font-size: 17px;
  line-height: 1.72;
}.wpc-scope-91 .tc-wp-content-root .wfg-card-grid{
  display: grid;
  gap: 22px;
}.wpc-scope-91 .tc-wp-content-root .wfg-grid-six, .wpc-scope-91 .tc-wp-content-root .wfg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-91 .tc-wp-content-root .wfg-card{
  min-height: 210px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--wfg-line);
  border-radius: 8px;
  box-shadow: var(--wfg-shadow);
}.wpc-scope-91 .tc-wp-content-root .wfg-section-white .wfg-card{
  background: #ffffff;
}.wpc-scope-91 .tc-wp-content-root .wfg-section-soft .wfg-card{
  background: rgba(255, 255, 255, 0.72);
}.wpc-scope-91 .tc-wp-content-root .wfg-card h3{
  margin: 0 0 12px;
  color: var(--wfg-accent-deep);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-91 .tc-wp-content-root .wfg-card p{
  margin: 0;
  color: var(--wfg-muted);
  font-size: 15.5px;
  line-height: 1.7;
}.wpc-scope-91 .tc-wp-content-root .wfg-seo-note{
  margin-top: 28px;
  padding: 30px;
  background: #ffffff;
  border: 1px solid var(--wfg-line);
  border-radius: 8px;
}.wpc-scope-91 .tc-wp-content-root .wfg-seo-note h3{
  margin: 0 0 12px;
  color: var(--wfg-ink);
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
}.wpc-scope-91 .tc-wp-content-root .wfg-seo-note p{
  margin: 0;
  color: var(--wfg-muted);
  font-size: 16px;
  line-height: 1.75;
}@media (max-width: 900px){.tc-wp-content-root .wfg-section{
    padding: 58px 18px;
  }.tc-wp-content-root .wfg-grid-six, .tc-wp-content-root .wfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (max-width: 640px){.tc-wp-content-root .wfg-section{
    padding: 46px 16px;
  }.tc-wp-content-root .wfg-section-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .wfg-grid-six, .tc-wp-content-root .wfg-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .wfg-card{
    min-height: auto;
    padding: 24px;
  }.tc-wp-content-root .wfg-seo-note{
    padding: 24px;
  }}