html { margin: 0 !important; padding: 0 !important; overflow-x: hidden; }
body { margin: 0 !important; padding: 0 !important; overflow-x: visible; overflow-y: visible; }
html:has(body.single-post),
html:has(body.postid-6402) {
  scrollbar-gutter: auto !important;
}
:root {
  --teal:#376e78;
  --bf-teal:#376e78;
  --teal-l:#4a8f9a;
  --bf-teal-l:#4a8f9a;
  --teal-m:#7fa8af;
  --bf-teal-m:#7fa8af;
  --teal-p:#d4e6e9;
  --bf-teal-p:#d4e6e9;
  --teal-bg:#f2f8f9;
  --bf-teal-bg:#f2f8f9;
  --terra:#b56b4a;
  --bf-terra:#b56b4a;
  --terra-bg:#fdf5f1;
  --bf-terra-bg:#fdf5f1;
  --terra-border:#f0d4c8;
  --bf-terra-border:#f0d4c8;
  --creme:#f8f9fa;
  --bf-creme:#f8f9fa;
  --creme-w:#f1f3f5;
  --bf-creme-w:#f1f3f5;
  --ink:#1e2a32;
  --bf-ink:#1e2a32;
  --text:#3a444e;
  --bf-text:#3a444e;
  --muted:#7b8794;
  --bf-muted:#7b8794;
  --border:#e2e7eb;
  --bf-border:#e2e7eb;
  --serif:'Source Serif 4',Georgia,serif;
  --sans:'Instrument Sans',Arial,sans-serif;
  --w:1100px;
}
.bf-post-wrapper,
.bf-container {
  box-sizing:border-box;
  font-family:var(--sans);
  color:var(--text);
  background:#fff;
  line-height:1.75;
  -webkit-font-smoothing:antialiased;
  margin:0;
  padding:0;
  overflow-x:hidden;
}
.bf-post-wrapper *,.bf-post-wrapper *::before,.bf-post-wrapper *::after,
.bf-container *,.bf-container *::before,.bf-container *::after {
  box-sizing:border-box;
}
.bf-post-wrapper img,
.bf-container img {
  max-width:100%;
  height:auto;
  display:block;
}
.bf-post-wrapper a,
.bf-container a {
  color:var(--teal);
  text-decoration:none;
  font-weight:600;
}
.bf-post-wrapper a:hover,
.bf-container a:hover {
  color:var(--teal-l);
  text-decoration:underline;
}
.bf-post-wrapper a:focus,.bf-post-wrapper a:focus-visible,.bf-post-wrapper a:active,
.bf-post-wrapper button:focus,.bf-post-wrapper button:focus-visible,.bf-post-wrapper button:active,
.bf-post-wrapper input:focus,.bf-post-wrapper input:focus-visible,
.bf-post-wrapper textarea:focus,.bf-post-wrapper textarea:focus-visible,
.bf-post-wrapper select:focus,.bf-post-wrapper select:focus-visible,
.bf-container a:focus,.bf-container a:focus-visible,.bf-container a:active,
.bf-container button:focus,.bf-container button:focus-visible,.bf-container button:active,
.bf-container input:focus,.bf-container input:focus-visible,
.bf-container textarea:focus,.bf-container textarea:focus-visible,
.bf-container select:focus,.bf-container select:focus-visible {
  outline:none;
  box-shadow:none;
}
.bf-post-wrapper strong,
.bf-container strong {
  color:inherit;
  font-weight:700;
}
.bf-post-wrapper em,
.bf-container em {
  font-style:italic;
  color:var(--ink);
}
.bf-post-wrapper p,
.bf-container p {
  margin:0 0 20px;
  line-height:1.5;
}
#progress {
  position:fixed;
  top:0;
  left:0;
  height:3px;
  background:linear-gradient(90deg,var(--teal),var(--teal-l));
  width:0;
  z-index:9999;
  pointer-events:none;
}
.bf-hero {
  padding:56px 0 44px;
  background:var(--creme);
  border-bottom:1px solid var(--border);
}
.bf-hero-inner {
}
.bf-hero-cat {
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:12px;
  font-weight:600;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--teal);
  background:var(--teal-bg);
  border:1px solid var(--teal-p);
  padding:5px 16px;
  border-radius:99px;
  margin-bottom:22px;
}
.bf-hero h1 {
  font-family:var(--serif);
  font-size:34px;
  font-weight:700;
  color:var(--ink);
  line-height:1.15;
  margin-bottom:18px;
  letter-spacing:-.02em;
  text-wrap:balance;
}
.bf-hero-sub {
  font-size:18px;
  color:var(--muted);
  line-height:1.6;
  max-width:640px;
}
.bf-wrap {
  padding:0;
}
.bf-post-wrapper .bf-meta-header,
.bf-container .bf-meta-header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
  padding:18px 0 14px;
  margin-bottom:28px;
  border-bottom:1px solid var(--border);
}
.bf-post-wrapper .bf-meta-info,
.bf-container .bf-meta-info {
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  align-items:center;
}
.bf-post-wrapper .bf-meta-info span,
.bf-post-wrapper .bf-meta-info *,
.bf-container .bf-meta-info span,
.bf-container .bf-meta-info * {
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:14px;
  color:var(--muted);
  line-height:1.5;
}
.bf-post-wrapper .bf-author-link,
.bf-container .bf-author-link {
  color:var(--teal);
  font-weight:700;
  text-decoration:none;
}
.bf-post-wrapper .bf-author-link:hover,
.bf-container .bf-author-link:hover {
  text-decoration:underline;
}
.bf-post-wrapper .bf-meta-share,
.bf-post-wrapper .bf-share-top,
.bf-post-wrapper .bf-share-bottom,
.bf-container .bf-meta-share,
.bf-container .bf-share-top,
.bf-container .bf-share-bottom {
  display:flex;
  gap:6px;
}
.bf-post-wrapper .bf-share-bottom,
.bf-container .bf-share-bottom {
  margin:40px 0 24px;
  padding-top:20px;
  border-top:1px solid var(--border);
  justify-content:flex-end;
}
.bf-post-wrapper .bf-meta-share-btn,
.bf-post-wrapper .bf-share-btn,
.bf-container .bf-meta-share-btn,
.bf-container .bf-share-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:50%;
  color:var(--muted);
  background:var(--creme);
  text-decoration:none;
  font-size:16px;
  line-height:1;
}
.bf-post-wrapper .bf-meta-share-btn:hover,
.bf-post-wrapper .bf-share-btn:hover,
.bf-container .bf-meta-share-btn:hover,
.bf-container .bf-share-btn:hover {
  color:var(--teal);
}
.bf-post-wrapper .bf-meta-share-btn svg,
.bf-post-wrapper .bf-share-btn svg,
.bf-container .bf-meta-share-btn svg,
.bf-container .bf-share-btn svg {
  fill:currentColor;
  width:18px;
  height:18px;
}
.bf-post-wrapper .bf-intro-text,
.bf-post-wrapper .bf-intro-text p,
.bf-container .bf-intro-text,
.bf-container .bf-intro p {
  font-family:var(--sans);
  font-size:15px;
  line-height:1.5;
  color:var(--text);
  margin-bottom:36px;
}
.bf-post-wrapper .bf-intro-text p,
.bf-container .bf-intro-text p {
  margin:0;
}
.bf-post-wrapper .bf-toc,
.bf-container .bf-toc {
  background:var(--creme);
  border:1px solid var(--border);
  border-radius:14px;
  padding:18px 24px;
  display:block;
  width:100%;
  max-width:100%;
  margin:0 0 32px 0;
  clear:both;
}
.bf-post-wrapper .bf-toc-header,
.bf-container .bf-toc-header {
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}
.bf-post-wrapper .bf-toc-icon,
.bf-container .bf-toc-icon {
  color:var(--teal);
  display:flex;
}
.bf-post-wrapper .bf-toc-title,
.bf-container .bf-toc-title {
  font-size:14px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--ink);
}
.bf-post-wrapper .bf-toc-list,
.bf-container .bf-toc-list {
  list-style:none;
  counter-reset:toc;
  display:grid;
  gap:0;
  padding:0;
  margin:0;
}
.bf-post-wrapper .bf-toc-list li,
.bf-container .bf-toc-list li {
  counter-increment:toc;
  padding:0;
  margin:0;
}
.bf-post-wrapper .bf-toc-list li a,
.bf-container .bf-toc-list li a {
  display:flex;
  align-items:baseline;
  gap:10px;
  color:var(--text);
  text-decoration:none;
  font-size:14px;
  font-weight:400;
  padding:2px 6px;
  border-radius:6px;
  margin-left:-6px;
  line-height:1.5;
  justify-content:flex-start;
}
.bf-post-wrapper .bf-toc-list li a::before,
.bf-container .bf-toc-list li a::before {
  content:counter(toc,decimal-leading-zero);
  font-size:12px;
  font-weight:700;
  color:var(--teal-m);
  min-width:22px;
  flex-shrink:0;
}
.bf-post-wrapper .bf-toc-list li a:hover,
.bf-container .bf-toc-list li a:hover {
  color:var(--teal);
}
.bf-post-wrapper .bf-toc-hidden,
.bf-container .bf-toc-hidden {
  max-height:0;
  overflow:hidden;
  opacity:0;
  margin:0;
  padding:0;
  transition:max-height .3s ease,opacity .3s ease;
}
.bf-post-wrapper .bf-toc-visible,
.bf-container .bf-toc-visible,
.bf-post-wrapper .bf-toc.bf-toc-open .bf-toc-hidden,
.bf-container .bf-toc.bf-toc-open .bf-toc-hidden {
  max-height:none;
  overflow:visible;
  opacity:1;
  margin:0;
  padding:0;
  transition:opacity .3s ease;
}
.bf-post-wrapper .bf-toc-list li a,
.bf-container .bf-toc-list li a {
  font-weight:400 !important;
}
.bf-post-wrapper .bf-toc-toggle,
.bf-container .bf-toc-toggle {
  background:none;
  border:none;
  color:var(--teal);
  font-size:14px;
  font-weight:600;
  cursor:pointer;
  padding:6px 0 0;
  font-family:var(--sans);
  text-align:left !important;
  display:block;
  padding-left:0 !important;
}
.bf-post-wrapper .bf-toc-toggle:hover,
.bf-container .bf-toc-toggle:hover {
  color:var(--teal-l);
}
.bf-post-wrapper .bf-content,
.bf-container .bf-content {
  counter-reset:section;
}
.bf-post-wrapper .bf-content h2,
.bf-container .bf-content h2 {
  font-family:var(--serif);
  font-size:26px !important;
  font-weight:700;
  color:var(--ink);
  margin:48px 0 16px !important;
  line-height:1.3 !important;
  letter-spacing:-.01em;
  position:relative;
  padding:0 0 8px 30px !important;
  counter-increment:section;
  border-bottom:2px solid var(--teal-p);
  border-left:none;
  background:none;
  border-radius:0;
  display:flex;
  align-items:center;
  gap:0;
}
.bf-post-wrapper .bf-content h2::before,
.bf-container .bf-content h2::before {
  content:counter(section,decimal-leading-zero);
  position:absolute;
  left:3px;
  top:50%;
  transform:translateY(-60%);
  font-family:var(--sans);
  font-size:16px !important;
  font-weight:700;
  color:var(--teal);
  min-width:22px !important;
  text-align:center;
}
.bf-post-wrapper .bf-content h3,
.bf-container .bf-content h3 {
  font-size:20px !important;
  font-weight:600;
  color:var(--ink);
  margin:24px 0 10px !important;
  line-height:1.35 !important;
}
.bf-post-wrapper .bf-content h4,
.bf-container .bf-content h4 {
  font-size:17px !important;
  font-weight:700;
  color:var(--ink);
  margin:20px 0 8px !important;
  line-height:1.35 !important;
}
.bf-post-wrapper .bf-content p,
.bf-container .bf-content p {
  margin:0 0 20px;
  line-height:1.5;
  text-wrap:pretty;
}
.bf-post-wrapper .bf-content ul,
.bf-post-wrapper .bf-content ol,
.bf-container .bf-content ul,
.bf-container .bf-content ol {
  margin:0 0 20px;
  padding-left:22px;
  line-height:1.5;
}
.bf-post-wrapper .bf-content li,
.bf-container .bf-content li {
  margin-bottom:6px;
  line-height:1.5;
}
.bf-post-wrapper .bf-content em,
.bf-container .bf-content em {
  font-style:italic;
  color:var(--ink);
}
.bf-post-wrapper .bf-content strong,
.bf-container .bf-content strong {
  font-weight:600;
  color:var(--ink);
}
.bf-post-wrapper .bf-content a,
.bf-post-wrapper .bf-content p a,
.bf-post-wrapper .bf-content li a,
.bf-container .bf-content a,
.bf-container .bf-content p a,
.bf-container .bf-content li a {
  color:var(--teal);
  font-weight:600;
  text-decoration:none;
}
.bf-post-wrapper .bf-content a:hover,
.bf-post-wrapper .bf-content p a:hover,
.bf-post-wrapper .bf-content li a:hover,
.bf-container .bf-content a:hover,
.bf-container .bf-content p a:hover,
.bf-container .bf-content li a:hover {
  color:var(--teal-l);
  text-decoration:underline;
}
.bf-figure,.bf-figure--photo {
  margin:0;
}
.bf-figure img,.bf-figure--photo img {
  border-radius:10px;
  width:100%;
}
.bf-figure figcaption,.bf-figure--photo figcaption {
  font-size:13px;
  color:var(--muted);
  margin-top:10px;
  line-height:1.5;
}
.bf-post-wrapper .bf-figure--full,
.bf-container .bf-figure--full {
  margin:clamp(28px,3vw,40px) auto;
  max-width:640px;
}
.bf-post-wrapper .bf-figures,
.bf-container .bf-figures {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin:32px 0;
}
.bf-post-wrapper .bf-figure-card,
.bf-container .bf-figure-card {
  background:var(--creme);
  border:1px solid var(--border);
  border-radius:10px;
  padding:24px;
  text-align:center;
}
.bf-post-wrapper .bf-figure-num,
.bf-container .bf-figure-num {
  font-size:34px;
  font-weight:700;
  color:var(--teal);
  line-height:1;
  margin-bottom:6px;
}
.bf-post-wrapper .bf-figure-label,
.bf-container .bf-figure-label {
  font-size:13px;
  color:var(--muted);
  line-height:1.4;
}
@media (max-width:600px) {
  .bf-post-wrapper .bf-figures,
  .bf-container .bf-figures {
    grid-template-columns:1fr;
  }
}
.bf-split-content {
  margin:32px 0;
}
.bf-clear {
  clear:both;
  display:block;
  height:0;
}
.bf-split-content::after {
  content:'';
  display:table;
  clear:both;
}
.bf-post-wrapper .bf-split-content,
.bf-container .bf-split-content {
  margin:32px 0;
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
}
@media (min-width:768px) {
  .bf-post-wrapper .bf-split-content,
  .bf-container .bf-split-content {
    grid-template-columns:1fr 1fr;
    gap:32px;
    align-items:center;
  }
  .bf-post-wrapper .bf-split-content__text,
  .bf-post-wrapper .bf-split-content .bf-main-text,
  .bf-container .bf-split-content__text,
  .bf-container .bf-split-content .bf-main-text {
    align-self:center;
  }
  .bf-post-wrapper .bf-split-reverse,
  .bf-container .bf-split-reverse {
    grid-template-columns:1fr 1fr;
  }
  .bf-post-wrapper .bf-split-reverse .bf-main-text,
  .bf-container .bf-split-reverse .bf-main-text {
    order:2;
  }
  .bf-post-wrapper .bf-split-reverse .bf-image-side,
  .bf-container .bf-split-reverse .bf-image-side {
    order:1;
  }
}
.bf-post-wrapper .bf-split-content .bf-main-text p:last-child,
.bf-container .bf-split-content .bf-main-text p:last-child {
  margin-bottom:0;
}
.bf-post-wrapper .bf-split-content .bf-image-side img,
.bf-container .bf-split-content .bf-image-side img {
  max-height:380px;
  width:100%;
  height:auto;
  object-fit:cover;
}
.bf-post-wrapper .bf-sidebar,
.bf-container .bf-sidebar {
  align-self:start;
  position:sticky;
  top:24px;
}
.bf-post-wrapper .bf-info-panel,
.bf-container .bf-info-panel {
  background:var(--teal-bg);
  border-left:4px solid var(--teal);
  border-radius:0 12px 12px 0;
  padding:24px 28px;
  margin:32px 0;
}
.bf-post-wrapper .bf-info-panel h3,
.bf-post-wrapper .bf-info-panel > h3,
.bf-post-wrapper .bf-info-panel > h4,
.bf-container .bf-info-panel h3,
.bf-container .bf-info-panel > h3,
.bf-container .bf-info-panel > h4 {
  font-size:15px;
  font-weight:700;
  color:var(--teal);
  margin:0 0 10px;
  padding-top:0;
  text-transform:uppercase;
  letter-spacing:.04em;
  line-height:1.35;
}
.bf-post-wrapper .bf-info-panel p,
.bf-container .bf-info-panel p {
  margin-bottom:0;
  font-size:15px;
  line-height:1.5;
}
.bf-post-wrapper .bf-tip,
.bf-container .bf-tip {
  background:var(--creme);
  border:1px solid var(--border);
  border-radius:12px;
  padding:28px 28px 24px;
  margin:32px 0;
  position:relative;
  overflow:hidden;
}
.bf-post-wrapper .bf-tip::before,
.bf-container .bf-tip::before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:3px;
  background:linear-gradient(90deg,#e2c87e,#d4a855);
}
.bf-post-wrapper .bf-tip > h3,
.bf-post-wrapper .bf-tip > h4,
.bf-container .bf-tip > h3,
.bf-container .bf-tip > h4 {
  margin:0 0 10px;
  padding-top:0;
  font-size:15px;
  font-weight:700;
  color:var(--ink);
  line-height:1.35;
}
.bf-post-wrapper .bf-tip p,
.bf-container .bf-tip p {
  margin:0;
  font-size:15px;
  line-height:1.5;
}
.bf-post-wrapper .bf-warning,
.bf-container .bf-warning {
  background:var(--terra-bg);
  border:1px solid var(--terra-border);
  border-left:4px solid var(--terra);
  border-radius:0 12px 12px 0;
  padding:24px 28px;
  margin:32px 0;
}
.bf-post-wrapper .bf-warning h3,
.bf-post-wrapper .bf-warning > h3,
.bf-post-wrapper .bf-warning > h4,
.bf-container .bf-warning h3,
.bf-container .bf-warning > h3,
.bf-container .bf-warning > h4 {
  color:var(--terra);
  font-size:15px;
  font-weight:700;
  margin:0 0 14px;
  padding-top:0;
  text-transform:uppercase;
  letter-spacing:.04em;
  line-height:1.35;
}
.bf-post-wrapper .bf-warning ul,
.bf-post-wrapper .bf-warning ol,
.bf-container .bf-warning ul,
.bf-container .bf-warning ol {
  list-style:none;
  padding:0;
  margin:0;
}
.bf-post-wrapper .bf-warning li,
.bf-container .bf-warning li {
  position:relative;
  padding-left:24px;
  margin-bottom:10px;
  font-size:15px;
  line-height:1.5;
}
.bf-post-wrapper .bf-warning li:last-child,
.bf-container .bf-warning li:last-child {
  margin-bottom:0;
}
.bf-post-wrapper .bf-warning li::before,
.bf-container .bf-warning li::before {
  content:'\2715';
  position:absolute;
  left:0;
  color:var(--terra);
  font-weight:700;
  font-size:14px;
  top:2px;
}
.bf-post-wrapper .bf-quote-box,
.bf-container .bf-quote-box {
  background:var(--creme);
  border-radius:12px;
  padding:28px 28px 22px;
  position:relative;
  border:1px solid var(--border);
  margin:32px 0;
}
.bf-quote-float {
  float:right;
  width:42%;
  margin:0 0 16px 28px;
  clear:right;
}
@media(max-width:720px) {
  .bf-quote-float {
    float:none;
    width:100%;
    margin:20px 0;
  }
}
.bf-post-wrapper .bf-quote-box::before,
.bf-container .bf-quote-box::before {
  content:'\201C';
  font-family:var(--serif);
  font-size:68px;
  color:var(--teal-p);
  position:absolute;
  top:4px;
  left:20px;
  line-height:1;
}
.bf-post-wrapper .bf-quote-box p,
.bf-post-wrapper blockquote,
.bf-container .bf-quote-box p,
.bf-container blockquote {
  font-family:var(--serif);
  font-style:italic;
  font-size:15px;
  line-height:1.75;
  padding-top:24px;
  margin-bottom:10px;
}
.bf-post-wrapper .bf-quote-box cite,
.bf-container .bf-quote-box cite {
  display:block;
  font-style:normal;
  font-size:13px;
  font-weight:700;
  color:var(--teal);
}
.bf-post-wrapper .bf-pullquote,
.bf-container .bf-pullquote {
  margin:40px 0;
  padding:0 28px;
  text-align:center;
  position:relative;
}
.bf-post-wrapper .bf-pullquote::before,
.bf-post-wrapper .bf-pullquote::after,
.bf-container .bf-pullquote::before,
.bf-container .bf-pullquote::after {
  content:'';
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  width:60px;
  height:2px;
  background:var(--teal-p);
}
.bf-post-wrapper .bf-pullquote::before,
.bf-container .bf-pullquote::before {
  top:0;
}
.bf-post-wrapper .bf-pullquote::after,
.bf-container .bf-pullquote::after {
  bottom:0;
}
.bf-post-wrapper .bf-pullquote p,
.bf-container .bf-pullquote p {
  font-size:19px;
  font-style:italic;
  color:var(--ink);
  line-height:1.5;
  padding:20px 0;
  margin:0;
}
.bf-post-wrapper .bf-highlight-box,
.bf-container .bf-highlight-box {
  background:var(--teal);
  color:#fff;
  border-radius:12px;
  padding:28px 32px;
  margin:32px 0;
}
.bf-post-wrapper .bf-highlight-box > h3,
.bf-post-wrapper .bf-highlight-box > h4,
.bf-post-wrapper .bf-highlight-box h3,
.bf-post-wrapper .bf-highlight-box h4,
.bf-container .bf-highlight-box > h3,
.bf-container .bf-highlight-box > h4,
.bf-container .bf-highlight-box h3,
.bf-container .bf-highlight-box h4 {
  color:#ffffff !important;
  font-size:18px;
  font-weight:700;
  margin:0 0 10px;
  padding-top:0;
  line-height:1.3;
}
.bf-post-wrapper .bf-highlight-box p,
.bf-container .bf-highlight-box p {
  color:#ffffff !important;
  font-size:15px;
  line-height:1.5;
  margin:0 0 12px;
}
.bf-post-wrapper .bf-highlight-box p:last-child,
.bf-container .bf-highlight-box p:last-child {
  margin:0;
}
.bf-post-wrapper .bf-highlight-box ul,
.bf-container .bf-highlight-box ul {
  list-style:none;
  padding:0;
  margin:8px 0 0;
}
.bf-post-wrapper .bf-highlight-box li,
.bf-container .bf-highlight-box li,
.bf-post-wrapper .bf-highlight-box strong,
.bf-container .bf-highlight-box strong,
.bf-post-wrapper .bf-highlight-box span,
.bf-container .bf-highlight-box span,
.bf-post-wrapper .bf-highlight-box em,
.bf-container .bf-highlight-box em,
.bf-post-wrapper .bf-highlight-box .bf-highlight-title,
.bf-container .bf-highlight-box .bf-highlight-title {
  color:#ffffff !important;
}
.bf-post-wrapper .bf-highlight-box li,
.bf-container .bf-highlight-box li {
  font-size:14px;
  line-height:1.5;
  padding:3px 0;
}
.bf-post-wrapper .bf-table-scroll,
.bf-container .bf-table-scroll {
  overflow-x:auto !important;
  overflow-y:hidden !important;
  margin:28px 0;
  -webkit-overflow-scrolling:touch;
  border-radius:10px;
  border:1px solid var(--border);
}
.bf-post-wrapper .bf-compare-table,
.bf-container .bf-compare-table {
  width:100%;
  border-collapse:collapse;
  font-size:14px;
}
.bf-post-wrapper .bf-compare-table thead,
.bf-container .bf-compare-table thead {
  background:var(--teal);
  color:#fff;
}
.bf-post-wrapper .bf-compare-table th,
.bf-container .bf-compare-table th {
  text-align:left;
  padding:14px 18px;
  font-weight:700;
  font-size:13px;
  letter-spacing:.03em;
  text-transform:uppercase;
  line-height:1.4;
}
.bf-post-wrapper .bf-compare-table td,
.bf-container .bf-compare-table td {
  padding:13px 18px;
  border-bottom:1px solid var(--border);
  line-height:1.5;
  color:#2c3e50;
  background-color:#ffffff;
}
.bf-post-wrapper .bf-compare-table tbody tr:hover,
.bf-container .bf-compare-table tbody tr:hover {
  background:var(--creme);
}
.bf-post-wrapper .bf-compare-table tbody tr:nth-child(even),
.bf-container .bf-compare-table tbody tr:nth-child(even) {
  background:var(--creme);
}
.bf-post-wrapper .bf-compare-table tbody tr:last-child td,
.bf-container .bf-compare-table tbody tr:last-child td {
  border-bottom:none;
}
.bf-post-wrapper .bf-steps,
.bf-container .bf-steps {
  list-style:none !important;
  counter-reset:steps !important;
  margin:28px 0 !important;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:16px !important;
}
@media(max-width:640px) {
  .bf-post-wrapper .bf-steps,
  .bf-container .bf-steps {
    grid-template-columns:1fr !important;
    gap:12px !important;
  }
}
.bf-post-wrapper .bf-steps>li,
.bf-container .bf-steps>li {
  counter-increment:steps !important;
  position:relative !important;
  background:#f8f9fa !important;
  border:1px solid #e2e7eb !important;
  border-radius:12px !important;
  padding:18px 20px !important;
  margin:0 !important;
  list-style:none !important;
  text-align:left !important;
}
.bf-post-wrapper .bf-steps>li::marker,
.bf-post-wrapper .bf-steps>li::before,
.bf-container .bf-steps>li::marker,
.bf-container .bf-steps>li::before {
  content:none !important;
}
.bf-post-wrapper .bf-steps h3,
.bf-post-wrapper .bf-steps h4,
.bf-container .bf-steps h3,
.bf-container .bf-steps h4 {
  margin:0 0 8px !important;
  padding:0 !important;
  font-size:20px !important;
  font-weight:700;
  color:var(--ink);
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  font-family:'Instrument Sans',Arial,sans-serif !important;
  line-height:1.3 !important;
}
.bf-post-wrapper .bf-steps h3::before,
.bf-post-wrapper .bf-steps h4::before,
.bf-container .bf-steps h3::before,
.bf-container .bf-steps h4::before {
  content:counter(steps) !important;
  flex-shrink:0 !important;
  width:26px !important;
  height:26px !important;
  border-radius:50% !important;
  background:#376e78 !important;
  color:#fff !important;
  font-weight:700 !important;
  font-size:12px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-family:'Instrument Sans',Arial,sans-serif !important;
}
.bf-post-wrapper .bf-steps p,
.bf-container .bf-steps p {
  font-size:15px !important;
  margin:0 !important;
  line-height:1.5 !important;
}
.bf-post-wrapper .bf-compare-list,
.bf-container .bf-compare-list {
  list-style:none;
  margin:28px 0;
  padding:0;
  display:grid;
  gap:10px;
}
.bf-post-wrapper .bf-compare-list li,
.bf-container .bf-compare-list li {
  background:var(--creme);
  padding:14px 20px;
  border-radius:8px;
  font-size:15px;
  line-height:1.5;
  border:1px solid var(--border);
}
.bf-post-wrapper .bf-compare-list li:hover,
.bf-container .bf-compare-list li:hover {
  border-color:var(--teal-p);
}
.bf-post-wrapper .bf-checklist,
.bf-container .bf-checklist {
  background:var(--teal-bg);
  border:1px solid var(--teal-p);
  border-radius:14px;
  padding:20px 24px !important;
  margin:32px 0;
}
.bf-post-wrapper .bf-checklist h3,
.bf-post-wrapper .bf-checklist > h3,
.bf-post-wrapper .bf-checklist > h4,
.bf-container .bf-checklist h3,
.bf-container .bf-checklist > h3,
.bf-container .bf-checklist > h4 {
  font-size:15px;
  color:var(--teal);
  margin:0 0 16px;
  padding-top:0;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.04em;
  line-height:1.35;
}
.bf-post-wrapper .bf-checklist ul,
.bf-container .bf-checklist ul {
  list-style:none;
  padding:0 !important;
  margin:0 !important;
}
.bf-post-wrapper .bf-checklist li,
.bf-container .bf-checklist li {
  position:relative;
  padding:0 0 0 26px !important;
  margin:8px 0 !important;
  font-size:15px;
  line-height:1.5;
  text-align:left !important;
  color:#2c3e50 !important;
}
.bf-post-wrapper .bf-checklist li strong,
.bf-container .bf-checklist li strong {
  color:#2c3e50 !important;
}
.bf-post-wrapper .bf-checklist li::before,
.bf-container .bf-checklist li::before {
  content:'\2713';
  position:absolute;
  left:0 !important;
  margin:0 !important;
  color:#376e78 !important;
  font-weight:700;
}
.bf-post-wrapper .bf-icon-list,
.bf-container .bf-icon-list {
  list-style:none;
  margin:28px 0;
  padding:0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.bf-post-wrapper .bf-icon-list li,
.bf-container .bf-icon-list li {
  display:flex;
  gap:12px;
  align-items:flex-start;
  font-size:15px;
  line-height:1.5;
}
.bf-post-wrapper .bf-icon-list .bf-il-icon,
.bf-container .bf-icon-list .bf-il-icon {
  flex-shrink:0;
  width:32px;
  height:32px;
  border-radius:8px;
  background:var(--teal-bg);
  color:var(--teal);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:14px;
}
@media (max-width:600px) {
  .bf-post-wrapper .bf-icon-list,
  .bf-container .bf-icon-list {
    grid-template-columns:1fr;
  }
}
.bf-post-wrapper .bf-chart,
.bf-container .bf-chart {
  margin:clamp(28px,3vw,40px) 0;
  text-align:center !important;
}
.bf-post-wrapper .bf-chart figcaption,
.bf-post-wrapper .bf-chart-title,
.bf-post-wrapper .bf-chart-source,
.bf-container .bf-chart figcaption,
.bf-container .bf-chart-title,
.bf-container .bf-chart-source {
  font-size:12px;
  color:var(--muted);
  margin-top:10px;
  line-height:1.5;
  text-align:center !important;
}
.bf-post-wrapper .bf-chart-responsive,
.bf-container .bf-chart-responsive {
  max-width:560px;
  margin:0 auto;
}
.bf-post-wrapper .bf-chart-svg,
.bf-container .bf-chart-svg {
  width:100%;
  height:auto;
  overflow:visible;
}
.bf-post-wrapper .bf-chart-desktop,
.bf-container .bf-chart-desktop {
  display:block;
}
.bf-post-wrapper .bf-chart-mobile,
.bf-container .bf-chart-mobile {
  display:none;
}
@media (max-width:520px) {
  .bf-post-wrapper .bf-chart-desktop,
  .bf-container .bf-chart-desktop {
    display:none;
  }
  .bf-post-wrapper .bf-chart-mobile,
  .bf-container .bf-chart-mobile {
    display:block;
  }
  .bf-post-wrapper .bf-chart-responsive,
  .bf-container .bf-chart-responsive {
    max-width:100%;
  }
}
.bf-post-wrapper .bf-vs,
.bf-container .bf-vs {
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:0;
  margin:32px 0;
  border:1px solid var(--border);
  border-radius:14px;
  overflow:hidden;
  background:#fff;
}
.bf-post-wrapper .bf-vs-col,
.bf-container .bf-vs-col {
  padding:28px 26px;
  display:flex;
  flex-direction:column;
}
.bf-post-wrapper .bf-vs-col--a,
.bf-container .bf-vs-col--a {
  background:linear-gradient(180deg,var(--teal-bg) 0%,#fff 100%);
}
.bf-post-wrapper .bf-vs-divider,
.bf-container .bf-vs-divider {
  width:1px;
  background:var(--border);
  position:relative;
}
.bf-post-wrapper .bf-vs-divider::after,
.bf-container .bf-vs-divider::after {
  content:'VS';
  position:absolute;
  top:26px;
  left:50%;
  transform:translateX(-50%);
  background:#fff;
  color:var(--muted);
  font-size:11px;
  font-weight:700;
  letter-spacing:.15em;
  padding:6px 10px;
  border:1px solid var(--border);
  border-radius:99px;
}
.bf-post-wrapper .bf-vs-head,
.bf-container .bf-vs-head {
  display:flex;
  align-items:center;
  gap:12px;
  padding-bottom:18px;
  border-bottom:1px solid var(--border);
  margin-bottom:18px;
}
.bf-post-wrapper .bf-vs-badge,
.bf-container .bf-vs-badge {
  width:36px;
  height:36px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:17px;
  font-weight:700;
  flex-shrink:0;
}
.bf-post-wrapper .bf-vs-col--a .bf-vs-badge,
.bf-container .bf-vs-col--a .bf-vs-badge {
  background:var(--teal);
  color:#fff;
}
.bf-post-wrapper .bf-vs-col--b .bf-vs-badge,
.bf-container .bf-vs-col--b .bf-vs-badge {
  background:var(--creme);
  color:var(--muted);
  border:1px solid var(--border);
}
.bf-post-wrapper .bf-vs-title,
.bf-container .bf-vs-title {
  font-size:19px;
  font-weight:700;
  color:var(--ink);
  line-height:1.3;
  margin:0 0 2px;
}
.bf-post-wrapper .bf-vs-tagline,
.bf-container .bf-vs-tagline {
  font-size:12px;
  color:var(--muted);
  letter-spacing:.03em;
  text-transform:uppercase;
  font-weight:700;
}
.bf-post-wrapper .bf-vs-list,
.bf-container .bf-vs-list {
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:12px;
  margin:0;
  padding:0;
  flex:1;
}
.bf-post-wrapper .bf-vs-list li,
.bf-container .bf-vs-list li {
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:14px;
  line-height:1.5;
  color:var(--text);
}
.bf-post-wrapper .bf-vs-ico,
.bf-container .bf-vs-ico {
  flex-shrink:0;
  width:20px;
  height:20px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:1px;
}
.bf-post-wrapper .bf-vs-ico svg,
.bf-container .bf-vs-ico svg {
  width:12px;
  height:12px;
  stroke-width:2.5;
}
.bf-post-wrapper .bf-vs-ico--yes,
.bf-container .bf-vs-ico--yes {
  background:#e8f4ef;
  color:#2d7a5f;
}
.bf-post-wrapper .bf-vs-ico--no,
.bf-container .bf-vs-ico--no {
  background:#fae6dc;
  color:var(--terra);
}
.bf-post-wrapper .bf-vs-ico--mid,
.bf-container .bf-vs-ico--mid {
  background:var(--creme);
  color:var(--muted);
}
.bf-post-wrapper .bf-vs-meta,
.bf-container .bf-vs-meta {
  margin-top:20px;
  padding-top:16px;
  border-top:1px solid var(--border);
  display:flex;
  justify-content:space-between;
  align-items:baseline;
}
.bf-post-wrapper .bf-vs-meta-label,
.bf-container .bf-vs-meta-label {
  font-size:11px;
  color:var(--muted);
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:700;
}
.bf-post-wrapper .bf-vs-meta-value,
.bf-container .bf-vs-meta-value {
  font-size:22px;
  font-weight:700;
  color:var(--ink);
}
.bf-post-wrapper .bf-vs-col--a .bf-vs-meta-value,
.bf-container .bf-vs-col--a .bf-vs-meta-value {
  color:var(--teal);
}
@media (max-width:680px) {
  .bf-post-wrapper .bf-vs,
  .bf-container .bf-vs {
    grid-template-columns:1fr;
    border-radius:10px;
  }
  .bf-post-wrapper .bf-vs-divider,
  .bf-container .bf-vs-divider {
    width:100%;
    height:1px;
  }
  .bf-post-wrapper .bf-vs-divider::after,
  .bf-container .bf-vs-divider::after {
    top:50%;
    transform:translate(-50%,-50%);
  }
  .bf-post-wrapper .bf-vs-col,
  .bf-container .bf-vs-col {
    padding:24px 20px;
  }
}
.bf-post-wrapper .bf-proscons,
.bf-container .bf-proscons {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin:28px 0;
}
.bf-post-wrapper .bf-pros,
.bf-post-wrapper .bf-cons,
.bf-container .bf-pros,
.bf-container .bf-cons {
  border-radius:10px;
  padding:20px 22px;
}
.bf-post-wrapper .bf-pros,
.bf-container .bf-pros {
  background:#f0f9f4;
  border:1px solid #c8e6d0;
}
.bf-post-wrapper .bf-cons,
.bf-container .bf-cons {
  background:var(--terra-bg);
  border:1px solid var(--terra-border);
}
.bf-post-wrapper .bf-pros h4,
.bf-post-wrapper .bf-cons h4,
.bf-container .bf-pros h4,
.bf-container .bf-cons h4 {
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.04em;
  margin:0 0 10px;
  padding-top:0;
  line-height:1.35;
}
.bf-post-wrapper .bf-pros h4,
.bf-container .bf-pros h4 {
  color:#2d7a4a;
}
.bf-post-wrapper .bf-cons h4,
.bf-container .bf-cons h4 {
  color:var(--terra);
}
.bf-post-wrapper .bf-pros ul,
.bf-post-wrapper .bf-cons ul,
.bf-container .bf-pros ul,
.bf-container .bf-cons ul {
  list-style:none;
  margin:0;
  padding:0;
}
.bf-post-wrapper .bf-pros li,
.bf-post-wrapper .bf-cons li,
.bf-container .bf-pros li,
.bf-container .bf-cons li {
  position:relative;
  padding-left:20px;
  margin-bottom:6px;
  font-size:14px;
  line-height:1.5;
}
.bf-post-wrapper .bf-pros li:last-child,
.bf-post-wrapper .bf-cons li:last-child,
.bf-container .bf-pros li:last-child,
.bf-container .bf-cons li:last-child {
  margin-bottom:0;
}
.bf-post-wrapper .bf-pros li::before,
.bf-container .bf-pros li::before {
  content:'\2713';
  position:absolute;
  left:0;
  color:#2d7a4a;
  font-weight:700;
}
.bf-post-wrapper .bf-cons li::before,
.bf-container .bf-cons li::before {
  content:'\2715';
  position:absolute;
  left:0;
  color:var(--terra);
  font-weight:700;
}
@media (max-width:600px) {
  .bf-post-wrapper .bf-proscons,
  .bf-container .bf-proscons {
    grid-template-columns:1fr;
  }
}
.bf-post-wrapper .bf-timeline,
.bf-container .bf-timeline {
  margin:32px 0;
  padding-left:24px;
  border-left:2px solid var(--border);
  display:flex;
  flex-direction:column;
  gap:24px;
  position:relative;
}
.bf-post-wrapper .bf-timeline-item,
.bf-container .bf-timeline-item {
  position:relative;
  padding-left:20px;
}
.bf-post-wrapper .bf-timeline-item::before,
.bf-container .bf-timeline-item::before {
  content:'';
  position:absolute;
  left:-29px;
  top:6px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--teal);
}
.bf-post-wrapper .bf-timeline-item h3,
.bf-post-wrapper .bf-timeline-item h4,
.bf-container .bf-timeline-item h3,
.bf-container .bf-timeline-item h4 {
  font-size:15px;
  font-weight:700;
  color:var(--ink);
  margin:0 0 4px;
  padding-top:0;
  line-height:1.35;
}
.bf-post-wrapper .bf-timeline-item p,
.bf-container .bf-timeline-item p {
  font-size:14px;
  color:var(--text);
  margin:0;
  line-height:1.5;
}
.bf-post-wrapper .bf-accordion,
.bf-container .bf-accordion {
  margin:28px 0;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.bf-post-wrapper .bf-acc-item,
.bf-container .bf-acc-item {
  border:1px solid var(--border);
  border-radius:8px;
  overflow:hidden;
}
.bf-post-wrapper .bf-acc-btn,
.bf-container .bf-acc-btn {
  width:100%;
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  background:var(--creme);
  border:none;
  padding:14px 18px;
  cursor:pointer;
  font-size:15px;
  font-weight:700;
  color:var(--ink);
  text-align:left;
  line-height:1.4;
}
.bf-post-wrapper .bf-acc-btn:hover,
.bf-container .bf-acc-btn:hover {
  background:var(--teal-bg);
}
.bf-post-wrapper .bf-acc-icon,
.bf-container .bf-acc-icon {
  width:16px;
  height:16px;
  flex-shrink:0;
  color:var(--teal-m);
  transition:transform .3s ease;
}
.bf-post-wrapper .bf-acc-item.active .bf-acc-icon,
.bf-container .bf-acc-item.active .bf-acc-icon {
  transform:rotate(45deg);
  color:var(--teal);
}
.bf-post-wrapper .bf-acc-body,
.bf-container .bf-acc-body {
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease;
}
.bf-post-wrapper .bf-acc-item.active .bf-acc-body,
.bf-container .bf-acc-item.active .bf-acc-body {
  max-height:500px;
}
.bf-post-wrapper .bf-acc-content,
.bf-container .bf-acc-content {
  padding:12px 18px 16px;
  font-size:14px;
  line-height:1.5;
  color:var(--text);
}
.bf-post-wrapper .bf-code,
.bf-container .bf-code {
  background:#1e2a32;
  color:#e4e8ec;
  border-radius:10px;
  padding:20px 24px;
  margin:28px 0;
  overflow-x:auto;
  font-family:'SF Mono',Monaco,Consolas,monospace;
  font-size:13px;
  line-height:1.5;
}
.bf-post-wrapper .bf-code code,
.bf-container .bf-code code {
  color:#e4e8ec;
}
.bf-post-wrapper .bf-code .c-key,
.bf-container .bf-code .c-key {
  color:#7fa8af;
}
.bf-post-wrapper .bf-code .c-val,
.bf-container .bf-code .c-val {
  color:#d4a855;
}
.bf-post-wrapper .bf-code .c-com,
.bf-container .bf-code .c-com {
  color:#6b7685;
}
.bf-post-wrapper .bf-referenzen,
.bf-container .bf-referenzen {
  margin:40px 0;
  padding:28px 0;
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
}
.bf-post-wrapper .bf-referenzen > h3,
.bf-post-wrapper .bf-referenzen > h4,
.bf-container .bf-referenzen > h3,
.bf-container .bf-referenzen > h4 {
  font-size:15px;
  font-weight:700;
  color:var(--ink);
  margin:0 0 16px;
  padding-top:0;
  text-transform:uppercase;
  letter-spacing:.04em;
  line-height:1.35;
}
.bf-post-wrapper .bf-ref-grid,
.bf-container .bf-ref-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.bf-post-wrapper .bf-ref-card,
.bf-container .bf-ref-card {
  background:var(--creme);
  border:1px solid var(--border);
  border-radius:10px;
  padding:18px;
}
.bf-post-wrapper .bf-ref-card h4,
.bf-container .bf-ref-card h4 {
  font-size:14px;
  font-weight:700;
  color:var(--ink);
  margin:0 0 6px;
  padding-top:0;
  line-height:1.35;
}
.bf-post-wrapper .bf-ref-card p,
.bf-container .bf-ref-card p {
  font-size:13px;
  color:var(--text);
  margin:0;
  line-height:1.5;
}
@media (max-width:720px) {
  .bf-post-wrapper .bf-ref-grid,
  .bf-container .bf-ref-grid {
    grid-template-columns:1fr;
  }
}
.bf-post-wrapper .bf-final-section,
.bf-container .bf-final-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  margin-top:56px !important;
  border-radius:14px !important;
  overflow:hidden;
  border:1px solid var(--border);
}
@media(max-width:720px) {
  .bf-post-wrapper .bf-final-section,
  .bf-container .bf-final-section {
    grid-template-columns:1fr;
  }
}
.bf-post-wrapper .bf-final-cta,
.bf-container .bf-final-cta {
  background:#376e78 !important;
  color:#fff;
  padding:24px 28px !important;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.bf-post-wrapper .bf-final-cta h3,
.bf-container .bf-final-cta h3 {
  font-family:var(--serif);
  font-size:20px !important;
  font-weight:700 !important;
  color:#fff !important;
  margin:0 0 12px !important;
  line-height:1.3 !important;
}
.bf-post-wrapper .bf-final-cta p,
.bf-container .bf-final-cta p {
  font-size:15px !important;
  font-weight:400;
  line-height:1.5 !important;
  color:rgba(255,255,255,.85) !important;
  margin:0 0 22px !important;
}
.bf-post-wrapper .bf-cta-button,
.bf-post-wrapper a.bf-cta-button,
.bf-container .bf-cta-button,
.bf-container a.bf-cta-button,
.bf-container .bf-cta .bf-button-primary,
.bf-container .bf-cta a.button {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  min-height:44px !important;
  background:#376e78 !important;
  color:#ffffff !important;
  font-weight:700 !important;
  font-size:15px !important;
  font-family:var(--sans);
  padding:14px 28px !important;
  border-radius:999px !important;
  text-decoration:none !important;
  border:none !important;
  border-bottom:none !important;
  align-self:flex-start;
  white-space:nowrap;
  line-height:1.2 !important;
}
.bf-post-wrapper .bf-cta-button:visited,
.bf-post-wrapper a.bf-cta-button:visited,
.bf-container .bf-cta-button:visited,
.bf-container a.bf-cta-button:visited {
  color:#ffffff !important;
}
.bf-post-wrapper .bf-cta-button:hover,
.bf-post-wrapper .bf-cta-button:focus,
.bf-post-wrapper a.bf-cta-button:hover,
.bf-post-wrapper a.bf-cta-button:focus,
.bf-container .bf-cta-button:hover,
.bf-container .bf-cta-button:focus,
.bf-container a.bf-cta-button:hover,
.bf-container a.bf-cta-button:focus,
.bf-container .bf-cta .bf-button-primary:hover,
.bf-container .bf-cta .bf-button-primary:focus,
.bf-container .bf-cta a.button:hover,
.bf-container .bf-cta a.button:focus {
  background:#2c5961 !important;
  color:#ffffff !important;
}
.bf-post-wrapper .bf-final-cta .bf-cta-button,
.bf-post-wrapper .bf-final-cta a.bf-cta-button,
.bf-container .bf-final-cta .bf-cta-button,
.bf-container .bf-final-cta a.bf-cta-button {
  background:#fff !important;
  color:var(--teal) !important;
  border-radius:999px !important;
  height:auto !important;
}
.bf-post-wrapper .bf-final-cta .bf-cta-button:hover,
.bf-post-wrapper .bf-final-cta a.bf-cta-button:hover,
.bf-post-wrapper .bf-final-cta .bf-cta-button:focus,
.bf-post-wrapper .bf-final-cta a.bf-cta-button:focus,
.bf-container .bf-final-cta .bf-cta-button:hover,
.bf-container .bf-final-cta a.bf-cta-button:hover,
.bf-container .bf-final-cta .bf-cta-button:focus,
.bf-container .bf-final-cta a.bf-cta-button:focus {
  background:rgba(255,255,255,.92) !important;
  color:var(--teal) !important;
}
.bf-post-wrapper .bf-final-author,
.bf-container .bf-final-author,
.bf-container .bf-author-card {
  background:#f8f9fa !important;
  padding:20px 25px 24px 25px !important;
  display:flex;
  flex-direction:column;
  justify-content:center;
  font-size:15px;
  line-height:1.5;
}
.bf-post-wrapper .bf-author-top,
.bf-container .bf-author-top {
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:14px;
}
.bf-post-wrapper .bf-author-image,
.bf-container .bf-author-image {
  width:56px !important;
  height:56px !important;
  border-radius:50% !important;
  object-fit:cover;
  flex-shrink:0;
  border:2px solid #fff;
  box-shadow:0 2px 8px rgba(0,0,0,.08);
  margin-top:0 !important;
}
.bf-post-wrapper .bf-author-name-title,
.bf-container .bf-author-name-title {
  font-family:var(--sans);
  font-size:20px !important;
  font-weight:700 !important;
  color:var(--ink);
  margin:0 !important;
  line-height:1.3 !important;
  padding:0 !important;
}
.bf-post-wrapper .bf-author-role,
.bf-container .bf-author-role {
  font-size:13px !important;
  color:var(--muted);
  display:block;
  margin:0 !important;
  padding:0 !important;
  text-indent:0 !important;
  line-height:1.5 !important;
}
.bf-post-wrapper .bf-author-bio,
.bf-container .bf-author-bio {
  font-size:15px !important;
  line-height:1.5 !important;
  color:var(--text);
  margin:0 !important;
}
.bf-post-wrapper .faq-section,
.bf-container .faq-section {
  margin:40px 0 0 !important;
  padding:28px 0 0 !important;
}
.bf-post-wrapper .bf-faq-heading,
.bf-container .bf-faq-heading {
  font-family:'Instrument Sans',Arial,sans-serif !important;
  font-size:26px !important;
  font-weight:700 !important;
  color:#1e2a32 !important;
  margin:0 0 14px !important;
  padding:0 !important;
  text-align:left !important;
  line-height:1.35;
}
.bf-post-wrapper .bf-faq-heading::before,
.bf-container .bf-faq-heading::before {
  content:none !important;
}
.bf-post-wrapper .faq-columns,
.bf-container .faq-columns {
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:8px !important;
  align-items:start !important;
}
@media (max-width:720px) {
  .bf-post-wrapper .faq-columns,
  .bf-container .faq-columns {
    grid-template-columns:1fr !important;
    gap:8px !important;
  }
}
.bf-post-wrapper .faq-column,
.bf-container .faq-column {
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
}
.bf-post-wrapper .faq-item,
.bf-container .faq-item {
  background:#fff !important;
  border:1px solid #e2e7eb !important;
  border-radius:6px !important;
  overflow:hidden !important;
  transition:border-color .2s !important;
}
.bf-post-wrapper .faq-item:hover,
.bf-container .faq-item:hover {
  border-color:#d4e6e9 !important;
}
.bf-post-wrapper .faq-item.active,
.bf-container .faq-item.active {
  border-color:#7fa8af !important;
}
.bf-post-wrapper .faq-question,
.bf-container .faq-question {
  width:100% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:10px !important;
  padding:16px 14px !important;
  background:#fff !important;
  border:none !important;
  cursor:pointer !important;
  text-align:left !important;
  font-family:'Instrument Sans',Arial,sans-serif !important;
  min-height:0 !important;
}
.bf-post-wrapper .faq-item.active .faq-question,
.bf-container .faq-item.active .faq-question {
  border-bottom:1px solid #e2e7eb !important;
}
.bf-post-wrapper .faq-question h3,
.bf-post-wrapper .faq-question-heading,
.bf-container .faq-question h3,
.bf-container .faq-question-heading {
  font-size:16px !important;
  font-weight:600 !important;
  color:#1e2a32 !important;
  margin:0 !important;
  padding:0 !important;
  line-height:1.3 !important;
  border:none !important;
  flex:1 1 auto !important;
  text-align:left !important;
  font-family:'Instrument Sans',Arial,sans-serif !important;
}
.bf-post-wrapper .bf-content h3.faq-question-heading,
.bf-post-wrapper .faq-question h3.faq-question-heading,
.bf-container .bf-content h3.faq-question-heading,
.bf-container .faq-question h3.faq-question-heading {
  font-size:16px !important;
  font-weight:600 !important;
  color:#1e2a32 !important;
  margin:0 !important;
  padding:0 !important;
  border:none !important;
  line-height:1.3 !important;
  flex:1 1 auto !important;
  font-family:'Instrument Sans',Arial,sans-serif !important;
  text-align:left !important;
}
html body .bf-post-wrapper .faq-section .faq-item .faq-question h3,
html body .bf-post-wrapper .faq-section .faq-item .faq-question .faq-question-heading,
html body .bf-post-wrapper .faq-question-heading,
html body .faq-question-heading,
.faq-question-heading,
h3.faq-question-heading {
  font-size:16px !important;
  line-height:1.3 !important;
  font-weight:600 !important;
}
.bf-post-wrapper .faq-icon,
.bf-container .faq-icon {
  width:14px !important;
  height:14px !important;
  flex-shrink:0 !important;
  color:#7fa8af !important;
  transition:transform .3s ease !important;
}
.bf-post-wrapper .faq-item.active .faq-icon,
.bf-container .faq-item.active .faq-icon {
  transform:rotate(45deg) !important;
  color:#376e78 !important;
}
.bf-post-wrapper .faq-answer,
.bf-container .faq-answer {
  max-height:0 !important;
  overflow:hidden !important;
  transition:max-height .4s ease !important;
}
.bf-post-wrapper .faq-item.active .faq-answer,
.bf-container .faq-item.active .faq-answer {
  max-height:800px !important;
}
.bf-post-wrapper .faq-answer-content,
.bf-container .faq-answer-content {
  padding:18px 16px 20px !important;
  font-size:15px !important;
  font-weight:400 !important;
  line-height:1.5 !important;
  color:#3a444e !important;
  background:#f8f9fa !important;
  text-align:left !important;
}
.bf-post-wrapper .faq-answer-content p,
.bf-post-wrapper .faq-answer-content li,
.bf-container .faq-answer-content p,
.bf-container .faq-answer-content li {
  font-size:15px !important;
  line-height:1.5 !important;
}
.bf-post-wrapper .faq-highlight,
.bf-container .faq-highlight {
  font-weight:600 !important;
  color:#1e2a32 !important;
}
.bf-tool {
  background:var(--creme);
  border:1px solid var(--border);
  border-radius:14px;
  padding:24px 28px;
  margin:32px 0;
}
.bf-tool h3 {
  font-size:16px;
  font-weight:600;
  color:var(--ink);
  margin:0 0 6px;
}
.bf-tool>p {
  font-size:14px;
  color:var(--muted);
  margin-bottom:14px;
}
.bf-tool-form {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.bf-tool-form input[type="text"],.bf-tool-form textarea {
  flex:1;
  min-width:200px;
  padding:10px 14px;
  border:1px solid var(--border);
  border-radius:8px;
  font-family:var(--sans);
  font-size:16px;
  background:#fff;
  transition:border-color .2s;
}
.bf-tool-form input:focus,.bf-tool-form textarea:focus {
  outline:none;
  border-color:var(--teal);
  box-shadow:0 0 0 3px rgba(55,110,120,.08);
}
.bf-tool-btn {
  padding:10px 22px;
  background:var(--teal);
  color:#fff;
  border:none;
  border-radius:8px;
  font-family:var(--sans);
  font-size:14px;
  font-weight:600;
  cursor:pointer;
  transition:background .2s;
  white-space:nowrap;
}
.bf-tool-btn:hover {
  background:var(--teal-l);
}
.bf-tool-result {
  margin-top:14px;
  font-size:14px;
  line-height:1.5;
}
.bf-tool-hint {
  font-size:12px;
  color:var(--muted);
  display:block;
  margin-top:8px;
}
.bf-reveal {
  opacity:0;
  transform:translateY(20px);
  transition:opacity .55s ease,transform .55s ease;
}
.bf-reveal.vis {
  opacity:1;
  transform:translateY(0);
}
@media(max-width:520px) {
  .bf-hero {
    padding:56px 0 44px;
    background:var(--creme);
    border-bottom:1px solid var(--border);
  }
  .bf-hero h1 {
    font-size:28px;
  }
  .bf-hero-sub {
    font-size:16px;
  }
  .bf-wrap {
    padding:0;
  }
  .bf-post-wrapper .bf-meta-header,
  .bf-container .bf-meta-header {
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
    padding:16px 0;
    margin-bottom:24px;
    text-align:center;
  }
  .bf-post-wrapper .bf-meta-info,
  .bf-container .bf-meta-info {
    gap:14px;
    justify-content:center;
  }
  .bf-post-wrapper .bf-meta-share,
  .bf-container .bf-meta-share {
    gap:8px;
    justify-content:center;
  }
  .bf-post-wrapper .bf-intro-text,
  .bf-container .bf-intro-text {
    font-size:15px;
  }
  .bf-post-wrapper .bf-toc,
  .bf-container .bf-toc {
    padding:18px;
    border-radius:10px;
  }
  .bf-post-wrapper .bf-content h2,
  .bf-container .bf-content h2 {
    margin-top:40px !important;
    font-size:23px !important;
    padding-left:28px !important;
  }
  .bf-post-wrapper .bf-steps,
  .bf-container .bf-steps {
    grid-template-columns:1fr !important;
    gap:12px !important;
  }
  .bf-post-wrapper .bf-steps>li,
  .bf-container .bf-steps>li {
    padding:16px !important;
  }
  .bf-post-wrapper .bf-steps h3,
  .bf-container .bf-steps h3 {
    font-size:14px !important;
  }
  .bf-post-wrapper .bf-steps p,
  .bf-container .bf-steps p {
    font-size:14px !important;
  }
  .bf-post-wrapper .bf-info-panel,
  .bf-post-wrapper .bf-tip,
  .bf-post-wrapper .bf-warning,
  .bf-post-wrapper .bf-checklist,
  .bf-container .bf-info-panel,
  .bf-container .bf-tip,
  .bf-container .bf-warning,
  .bf-container .bf-checklist {
    padding:18px !important;
    margin:24px 0 !important;
    border-radius:8px !important;
  }
  .bf-post-wrapper .bf-compare-list li,
  .bf-container .bf-compare-list li {
    padding:12px 16px;
  }
  .bf-post-wrapper .bf-chart-responsive,
  .bf-container .bf-chart-responsive {
    max-width:100%;
  }
  .bf-post-wrapper .bf-final-section,
  .bf-container .bf-final-section {
    grid-template-columns:1fr !important;
    border-radius:12px !important;
  }
  .bf-post-wrapper .bf-final-cta,
  .bf-container .bf-final-cta {
    padding:24px !important;
  }
  .bf-post-wrapper .bf-final-author,
  .bf-container .bf-final-author {
    padding:24px !important;
  }
  .bf-post-wrapper .faq-columns,
  .bf-container .faq-columns {
    grid-template-columns:1fr !important;
    gap:8px !important;
  }
  .bf-post-wrapper .faq-column,
  .bf-container .faq-column {
    gap:8px !important;
  }
  .bf-quote-float {
    float:none;
    width:100%;
    margin:16px 0;
  }
  .bf-split-content .bf-image-side,.bf-split-reverse .bf-image-side {
    float:none;
    width:100%;
    margin:0 0 16px 0;
  }
  .bf-post-wrapper .bf-table-scroll,
  .bf-container .bf-table-scroll {
    margin:20px -16px;
    border-radius:0;
    border-left:none;
    border-right:none;
  }
  .bf-container .bf-share-bottom {
    justify-content:flex-start;
  }
}
@media print {
  #progress,.bf-meta-share,.bf-toc-toggle,.bf-tool,.bf-footer {
    display:none !important;
  }
  .bf-toc-hidden {
    display:list-item !important;
  }
  .bf-reveal {
    opacity:1 !important;
    transform:none !important;
  }
}
.bf-post-wrapper,.bf-post-wrapper p,.bf-post-wrapper li,.bf-post-wrapper td,.bf-post-wrapper th,
.bf-post-wrapper span,.bf-post-wrapper div,.bf-post-wrapper a,.bf-post-wrapper button,
.bf-post-wrapper input,.bf-post-wrapper label,.bf-post-wrapper figcaption,.bf-post-wrapper cite,
.bf-post-wrapper blockquote,.bf-post-wrapper .bf-intro-text,.bf-post-wrapper .bf-intro-text *,
.bf-container,.bf-container p,.bf-container li,.bf-container td,.bf-container th,
.bf-container span,.bf-container div,.bf-container a,.bf-container button,
.bf-container input,.bf-container label,.bf-container figcaption,.bf-container cite,
.bf-container blockquote,.bf-container .bf-intro-text,.bf-container .bf-intro-text * {
  font-family:'Instrument Sans',Arial,sans-serif !important;
}
.bf-post-wrapper h1,.bf-post-wrapper h2,.bf-post-wrapper h3,.bf-post-wrapper h4,
.bf-post-wrapper h5,.bf-post-wrapper h6,
.bf-container h1,.bf-container h2,.bf-container h3,.bf-container h4,
.bf-container h5,.bf-container h6 {
  font-family:'Source Serif 4',Georgia,serif !important;
}
html, body, p, li, ul, ol, dl, dd, dt, span, a, button, input, textarea, select, label,
figcaption, blockquote, .bf-meta-info, .bf-meta-info span, .bf-toc-list a, .bf-toc-toggle,
.bf-author-role, .bf-author-bio, .bf-final-cta p, .bf-cta-button, .faq-question,
.faq-question-heading, .faq-answer-content {
  font-family:'Instrument Sans',system-ui,sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .bf-faq-heading, .bf-final-cta h3, .bf-author-name-title,
.bf-toc-title, .bf-content h2, .bf-content h3, .bf-content h4 {
  font-family:'Source Serif 4',Georgia,serif !important;
}
html body .bf-post-wrapper h1,html body .bf-post-wrapper h2,html body .bf-post-wrapper h3,
html body .bf-post-wrapper h4,html body .bf-post-wrapper h5,html body .bf-post-wrapper h6,
html body .bf-content h1,html body .bf-content h2,html body .bf-content h3,
html body .bf-content h4 {
  text-align:left !important;
  border-bottom:none !important;
  border-top:none !important;
  text-decoration:none !important;
  padding-bottom:0 !important;
}
html body .bf-post-wrapper .bf-content h2 {
  padding-bottom:8px !important;
  border-bottom:2px solid var(--teal-p) !important;
}
html body .bf-post-wrapper .bf-faq-heading,
html body .bf-container .bf-faq-heading,
html body .bf-post-wrapper .faq-section h2,
html body .bf-container .faq-section h2 {
  border-bottom:none !important;
  padding-bottom:0 !important;
  padding-left:0 !important;
  margin-left:0 !important;
}
html body .bf-post-wrapper h1::after,html body .bf-post-wrapper h2::after,
html body .bf-post-wrapper h3::after,html body .bf-post-wrapper h4::after,
html body .bf-content h1::after,html body .bf-content h2::after,
html body .bf-content h3::after,html body .bf-content h4::after {
  content:none !important;
  display:none !important;
}
html body h1,html body h2,html body h3,html body h4,html body h5,html body h6,
html body .bf-faq-heading,html body .bf-final-cta h3,html body .bf-author-name-title,
html body .bf-toc-title,html body .bf-content h2,html body .bf-content h3,
html body .bf-content h4,html body .faq-question-heading {
  text-align:left !important;
}
html body .bf-post-wrapper .bf-faq-heading,html body .bf-faq-heading,
html body .bf-final-cta h3,html body .bf-author-name-title,html body .bf-toc-title,
html body .bf-content h1,html body .bf-content h2,html body .bf-content h3,
html body .bf-content h4,html body h1,html body h2,html body h3,
html body h4,html body h5,html body h6 {
  font-family:'Source Serif 4',Georgia,serif !important;
}
html body .bf-post-wrapper p,html body .bf-post-wrapper li,html body .bf-post-wrapper a,
html body .bf-post-wrapper span,html body .bf-post-wrapper button,html body .bf-post-wrapper input,
html body .bf-post-wrapper label,html body .bf-meta-info span,html body .bf-toc-list a,
html body .bf-toc-toggle,html body .bf-author-role,html body .bf-author-bio,
html body .bf-final-cta p,html body .bf-cta-button,html body .faq-question,
html body .faq-question-heading,html body .faq-answer-content {
  font-family:'Instrument Sans',system-ui,sans-serif !important;
}
html body .bf-post-wrapper .bf-author-name-title,
.bf-author-name-title { margin:0 !important; line-height:1.3 !important; }
.bf-post-wrapper .bf-content,.bf-post-wrapper .bf-content *,
.bf-post-wrapper .bf-info-panel,.bf-post-wrapper .bf-info-panel *,
.bf-post-wrapper .bf-tip,.bf-post-wrapper .bf-tip *,
.bf-post-wrapper .bf-warning,.bf-post-wrapper .bf-warning *,
.bf-post-wrapper .bf-note,.bf-post-wrapper .bf-note *,
.bf-post-wrapper .bf-quote-box,.bf-post-wrapper .bf-quote-box *,
.bf-post-wrapper .bf-highlight-box,.bf-post-wrapper .bf-highlight-box *,
.bf-post-wrapper .bf-checklist,.bf-post-wrapper .bf-checklist *,
.bf-post-wrapper .bf-split-content,.bf-post-wrapper .bf-split-content *,
.bf-post-wrapper .bf-main-text,.bf-post-wrapper .bf-main-text *,
.bf-post-wrapper .bf-steps,.bf-post-wrapper .bf-steps *,
.bf-post-wrapper .bf-compare-table,.bf-post-wrapper .bf-compare-table *,
.bf-post-wrapper .bf-factor-card,.bf-post-wrapper .bf-factor-card *,
.bf-post-wrapper .bf-tool,.bf-post-wrapper .bf-tool *,
.bf-post-wrapper .faq-section,.bf-post-wrapper .faq-item,
.bf-post-wrapper .faq-answer,.bf-post-wrapper .faq-answer-content,
.bf-post-wrapper .faq-question-heading,
.bf-container .bf-content,.bf-container .bf-content *,
.bf-container .bf-info-panel,.bf-container .bf-info-panel *,
.bf-container .bf-tip,.bf-container .bf-tip *,
.bf-container .bf-warning,.bf-container .bf-warning *,
.bf-container .bf-note,.bf-container .bf-note *,
.bf-container .bf-quote-box,.bf-container .bf-quote-box *,
.bf-container .bf-highlight-box,.bf-container .bf-highlight-box *,
.bf-container .bf-checklist,.bf-container .bf-checklist *,
.bf-container .bf-split-content,.bf-container .bf-split-content *,
.bf-container .bf-main-text,.bf-container .bf-main-text *,
.bf-container .bf-steps,.bf-container .bf-steps *,
.bf-container .bf-compare-table,.bf-container .bf-compare-table *,
.bf-container .bf-factor-card,.bf-container .bf-factor-card *,
.bf-container .bf-tool,.bf-container .bf-tool *,
.bf-container .faq-section,.bf-container .faq-item,
.bf-container .faq-answer,.bf-container .bf-container .faq-answer-content,
.bf-container .faq-question-heading {
  text-align:left !important;
}
html body .bf-post-wrapper .bf-cta-button,
html body .bf-post-wrapper .bf-cta-button:hover,
html body .bf-post-wrapper .bf-cta-button:focus {
  transition:opacity 0.2s ease !important;
}
html body .bf-post-wrapper .bf-cta-button:hover,
html body .bf-post-wrapper .bf-cta-button:focus {
  opacity:0.9 !important;
}
body .bf-container .bf-cta-button,
body .bf-post-wrapper .bf-cta-button,
body .bf-container .bf-cta-button:hover,
body .bf-post-wrapper .bf-cta-button:hover,
body .bf-container .bf-cta-button:focus,
body .bf-post-wrapper .bf-cta-button:focus {
  transform:none !important;
  transition:opacity 0.2s ease !important;
}
body .bf-container .bf-cta-button:hover,
body .bf-post-wrapper .bf-cta-button:hover {
  opacity:0.92 !important;
}
.bf-container .bf-info-panel a,.bf-post-wrapper .bf-info-panel a,
.bf-container .bf-tip a,.bf-post-wrapper .bf-tip a,
.bf-container .bf-warning a,.bf-post-wrapper .bf-warning a,
.bf-container .bf-checklist a,.bf-post-wrapper .bf-checklist a {
  color:var(--teal) !important;
  text-decoration:underline;
  font-weight:600;
}
.bf-container .bf-highlight-box a,.bf-post-wrapper .bf-highlight-box a {
  color:#ffffff !important;
  text-decoration:underline;
}
body .bf-container .bf-meta-info,
body .bf-container .bf-meta-header {
  display:flex !important;
  flex-wrap:wrap !important;
  gap:16px !important;
  align-items:center !important;
}
body .bf-container .bf-split-content {
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:32px !important;
}
@media (max-width:767px) {
  body .bf-container .bf-split-content {
    grid-template-columns:1fr !important;
    gap:24px !important;
  }
  body .bf-container .bf-meta-info,
  body .bf-container .bf-meta-header {
    gap:12px !important;
  }
}
body .bf-container .bf-info-panel > h3,
body .bf-container .bf-tip > h3,
body .bf-container .bf-warning > h3,
body .bf-container .bf-warning > h4,
body .bf-post-wrapper .bf-info-panel > h3,
body .bf-post-wrapper .bf-tip > h3,
body .bf-post-wrapper .bf-warning > h3,
body .bf-post-wrapper .bf-warning > h4 {
  margin-top:0 !important;
}
.bf-post-wrapper .bf-highlight-box .bf-design-grid,
.bf-container .bf-highlight-box .bf-design-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:16px;
  margin-top:16px;
}
.bf-post-wrapper .bf-highlight-box .bf-design-column,
.bf-container .bf-highlight-box .bf-design-column {
  list-style:none;
  padding:0;
  margin:0;
  color:#fff;
}
.bf-breadcrumbs {
  max-width:860px;
  margin:0 0 2px;
  padding:10px 0 0;
  box-sizing:border-box;
  font-family:var(--sans, system-ui, sans-serif);
  font-size:13px;
  line-height:1.2;
  color:#7a8896;
}
.bf-breadcrumbs-list {
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  align-items:center;
}
.bf-breadcrumbs-item {
  margin:0;
  padding:0;
  display:inline-flex;
  align-items:center;
}
.bf-breadcrumbs-link {
  color:#376e78;
  text-decoration:none;
}
.bf-breadcrumbs-link:hover,
.bf-breadcrumbs-link:focus {
  color:#2c5961;
  text-decoration:underline;
}
.bf-breadcrumbs-sep {
  color:#c2cad1;
  font-size:14px;
  line-height:1;
  user-select:none;
}
.bf-breadcrumbs-current {
  color:#2c3e50;
  font-weight:500;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  max-width:100%;
}
@media (max-width:600px) {
  .bf-breadcrumbs {
    font-size:12px;
    padding:8px 0 0;
  }
  .bf-breadcrumbs-list {
    justify-content:center;
  }
  .bf-breadcrumbs-current {
    max-width:260px;
  }
}
