body {
  margin: 0;
  color: #17202a;
  background: #fafafa;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: #256d85;
  overflow-wrap: anywhere;
}

.site-header {
  border-bottom: 1px solid #dedbd2;
  padding: 18px 24px;
}

.site-tagline {
  color: #5c6670;
  font-size: 14px;
  margin: 4px 0 0;
}

.breadcrumb {
  color: #6b747d;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 7px;
  margin: 0 auto 20px;
  max-width: 1140px;
}

.breadcrumb a {
  color: inherit;
}

.breadcrumb-separator {
  color: #9aa1a8;
}

.author-profile {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  margin-bottom: 36px;
}

.author-profile h1 {
  margin-top: 0;
}

.author-avatar {
  border-radius: 50%;
  height: 112px;
  object-fit: cover;
  width: 112px;
}

.author-role {
  color: #5c6670;
  font-weight: 700;
}

.author-bio {
  max-width: 720px;
}

.brand {
  color: #17202a;
  font-weight: 700;
  text-decoration: none;
}

.site-logo {
  display: block;
  height: auto;
  max-height: 56px;
  max-width: 240px;
}

.content {
  margin: 0 auto;
  max-width: 860px;
  padding: 32px 24px;
}

.page-html-blocks {
  width: 100%;
  padding: 0;
}

.excerpt {
  color: #5c6670;
  font-size: 18px;
}

.archive-page {
  margin: 0 auto;
  max-width: 1140px;
  padding: 42px 24px 56px;
}

.archive-header {
  border-bottom: 1px solid #dedbd2;
  margin-bottom: 28px;
  padding-bottom: 22px;
}

.archive-header h1 {
  font-size: clamp(34px, 5vw, 54px);
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.archive-header p {
  color: #5c6670;
  margin: 12px 0 0;
  max-width: 720px;
}

.archive-label {
  color: #256d85;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.archive-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.archive-grid-masonry {
  align-items: start;
}

.archive-card {
  background: #fff;
  border: 1px solid #dedbd2;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 20px;
}

.product-card-media {
  aspect-ratio: 4 / 3;
  display: block;
  margin: 0 0 16px;
  overflow: hidden;
}

.product-card-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.product-main-image { margin: 0 0 20px; }
.product-main-image img { display: block; height: auto; max-width: 100%; }
.product-highlights-inline { color: #34424b; font-weight: 700; }
.product-section { margin-top: 32px; }
.product-section dl > div { border-bottom: 1px solid #dedbd2; display: grid; gap: 12px; grid-template-columns: minmax(140px, 1fr) minmax(0, 2fr); padding: 10px 0; }
.product-section dt { font-weight: 700; }
.product-section dd { margin: 0; }
.product-table-scroll { overflow-x: auto; }
.product-table-scroll table { min-width: 560px; }
.related-products { margin-top: 42px; }
.tw-blog-archive-main{padding-block:clamp(40px,6vw,88px)}.tw-blog-archive-main .archive-header{margin-bottom:clamp(24px,3vw,40px)}.tw-blog-archive-main .archive-grid{margin-bottom:clamp(28px,4vw,52px)}.blog-card-media{display:block;overflow:hidden}.blog-card-media-3-2{aspect-ratio:3/2}.blog-card-media-4-3{aspect-ratio:4/3}.blog-card-media-16-9{aspect-ratio:16/9}.blog-card-media-1-1{aspect-ratio:1/1}.blog-card-media-original{aspect-ratio:auto}.blog-card-media .archive-card-image{height:100%;margin:0;min-height:0}.blog-card-media img{display:block;height:100%;object-position:center;width:100%}.blog-card-media-fit-cover img{object-fit:cover}.blog-card-media-fit-contain img{object-fit:contain}.blog-card-media-original .archive-card-image{height:auto}.blog-card-media-original img{height:auto;object-fit:initial}

.archive-card h2 {
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 10px;
}

.archive-card h2 a {
  color: #17202a;
  text-decoration: none;
}

.archive-card h2 a:hover {
  color: #1b6f8f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.archive-card-meta {
  color: #6b747d;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 8px 12px;
}

.archive-card-meta a {
  color: #256d85;
  font-weight: 700;
  text-decoration: none;
}

.archive-card-meta a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.archive-card-excerpt {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: #5c6670;
  display: -webkit-box;
  font-size: 15px;
  line-height: 1.6;
  margin: 14px 0 0;
  overflow: hidden;
}

.archive-card-read-more {
  align-self: flex-start;
  color: #1b6f8f;
  font-size: 14px;
  font-weight: 700;
  margin-top: auto;
  padding-top: 18px;
  text-decoration: none;
}

.archive-card-read-more:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.archive-pagination {
  border-top: 1px solid #dedbd2;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 20px;
}

.archive-pagination a {
  background: #fff;
  border: 1px solid #dedbd2;
  color: #17202a;
  font-weight: 700;
  padding: 9px 14px;
  text-decoration: none;
}

.archive-pagination a:hover {
  border-color: #256d85;
  color: #1b6f8f;
}

.archive-empty {
  color: #6b747d;
  margin: 0;
}

.post-article {
  margin: 0 auto;
  max-width: 1140px;
  padding: 48px 24px 56px;
}

.post-header {
  border-bottom: 1px solid #dedbd2;
  margin: 0 auto 34px;
  max-width: 900px;
  padding-bottom: 24px;
}

.post-header h1 {
  font-size: clamp(36px, 5vw, 58px);
  letter-spacing: 0;
  line-height: 1.06;
  margin: 0 0 16px;
}

.product-header {
  border-bottom: 1px solid #dedbd2;
  margin: 0 auto 34px;
  max-width: 900px;
  padding-bottom: 24px;
}

.product-header h1 {
  font-size: clamp(36px, 5vw, 58px);
  letter-spacing: 0;
  line-height: 1.06;
  margin: 12px 0 16px;
}

.post-meta {
  color: #5c6670;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 8px 14px;
}

.post-meta span,
.post-meta time,
.related-post-meta span,
.related-post-meta time {
  overflow-wrap: anywhere;
}

.blog-template-classic-bottom .post-content {
  margin: 0 auto;
  max-width: 800px;
}

.blog-template-classic-bottom .related-posts {
  margin: 56px auto 0;
  max-width: 1040px;
}

.post-layout {
  display: grid;
  gap: 44px;
  margin: 0 auto;
  max-width: 1120px;
}

.blog-template-related-sidebar .post-layout {
  align-items: start;
  grid-template-columns: minmax(0, 760px) minmax(260px, 320px);
  justify-content: center;
}

.post-sidebar {
  position: sticky;
  top: 24px;
}

.post-related-bottom {
  margin-top: 8px;
}

.post-content {
  font-size: 18px;
  line-height: 1.78;
  min-width: 0;
  overflow-wrap: break-word;
}

.post-content > *:first-child {
  margin-top: 0;
}

.post-content p,
.post-content ul,
.post-content ol,
.post-content table,
.post-content figure,
.post-content blockquote {
  margin: 0 0 24px;
}

.post-content h2 {
  font-size: 31px;
  line-height: 1.25;
  margin: 46px 0 16px;
}

.post-content h3 {
  font-size: 23px;
  line-height: 1.3;
  margin: 34px 0 12px;
}

.post-content ul,
.post-content ol {
  padding-left: 1.4em;
}

.post-content li + li {
  margin-top: 8px;
}

.post-content a {
  color: #1b6f8f;
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.post-content img,
.post-content figure,
.post-content table {
  max-width: 100%;
}

.post-content img {
  height: auto;
}

.post-content table {
  border-collapse: collapse;
  display: block;
  font-size: 16px;
  overflow-x: auto;
  width: 100%;
}

.post-content th,
.post-content td {
  border: 1px solid #dedbd2;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.post-content th {
  background: #f2f0ea;
  font-weight: 700;
}

.post-content blockquote {
  border-left: 3px solid #256d85;
  color: #48535d;
  padding-left: 18px;
}

.product-short-description {
  color: #33404a;
  font-size: 20px;
  font-weight: 600;
}

.product-cta {
  background: #f4f7f7;
  border: 1px solid #dbe5e5;
  margin-top: 34px;
  padding: 22px;
}

.post-content .faq,
.post-content .faq-section,
.post-content [class*="faq"] {
  background: #f4f7f7;
  border: 1px solid #dbe5e5;
  margin-top: 34px;
  padding: 22px;
}

.related-posts {
  border-top: 1px solid #dedbd2;
  min-width: 0;
  padding-top: 26px;
}

.post-sidebar .related-posts {
  background: #fff;
  border: 1px solid #dedbd2;
  padding: 18px;
}

.related-posts h2 {
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 18px;
}

.related-post-list {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.blog-template-classic-bottom .related-post-list,
.post-related-bottom .related-post-list {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
}

.related-post-card {
  background: #fff;
  border: 1px solid #dedbd2;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 18px;
}

.related-post-card h3 {
  font-size: 18px;
  line-height: 1.35;
  margin: 0 0 8px;
}

.related-post-card h3 a {
  color: #17202a;
  text-decoration: none;
}

.related-post-card h3 a:hover {
  color: #1b6f8f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.related-post-excerpt {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #5c6670;
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.55;
  margin: 10px 0 0;
  overflow: hidden;
}

.related-post-meta {
  color: #6b747d;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 8px;
}

.related-post-read-more {
  align-self: flex-start;
  color: #1b6f8f;
  font-size: 13px;
  font-weight: 700;
  margin-top: auto;
  padding-top: 14px;
  text-decoration: none;
}

.related-post-read-more:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.post-sidebar .related-post-list {
  gap: 12px;
}

.post-sidebar .related-post-card {
  padding: 14px;
}

.post-sidebar .related-post-card h3 {
  font-size: 16px;
}

.post-sidebar .related-post-excerpt {
  -webkit-line-clamp: 2;
  font-size: 13px;
}

.related-post-empty {
  color: #6b747d;
  margin: 0;
}

@media (max-width: 820px) {
  .archive-page {
    padding: 30px 18px;
  }

  .archive-header h1 {
    font-size: 34px;
  }

  .archive-grid {
    grid-template-columns: 1fr;
  }

  .post-article {
    padding: 30px 18px;
  }

  .post-header {
    margin-bottom: 28px;
  }

  .post-header h1 {
    font-size: 34px;
  }

  .blog-template-related-sidebar .post-layout {
    grid-template-columns: 1fr;
  }

  .post-sidebar {
    position: static;
  }

  .blog-template-classic-bottom .related-post-list,
  .post-related-bottom .related-post-list {
    grid-template-columns: 1fr;
  }

  .post-content {
    font-size: 16px;
  }

  .post-content h2 {
    font-size: 25px;
  }

  .post-content h3 {
    font-size: 20px;
  }
}

.site-shell { margin: 0 auto; max-width: 1180px; padding: 0 24px; }
.site-header-structured { border-bottom: 1px solid #dedbd2; padding: 16px 0; }
.site-header-structured .site-shell { align-items: center; display: flex; gap: 24px; justify-content: space-between; }
.site-brand, .site-footer-brand { color: inherit; font-size: 21px; font-weight: 700; text-decoration: none; }
.site-logo { display: block; height: auto; max-height: 52px; max-width: 220px; }
.site-nav { margin-left: auto; }
.site-menu, .site-menu-dropdown, .site-footer-menu { list-style: none; margin: 0; padding: 0; }
.site-menu { align-items: center; display: flex; flex-wrap: wrap; gap: 8px 20px; }
.site-menu > li { position: relative; }
.site-menu a, .site-footer-menu a { color: inherit; text-decoration: none; }
.site-menu a:hover, .site-footer-menu a:hover { text-decoration: underline; }
.site-menu-dropdown { background: #fff; border: 1px solid #dedbd2; display: none; left: 0; min-width: 190px; padding: 8px 0; position: absolute; top: 100%; z-index: 10; }
.site-menu-dropdown li a { display: block; padding: 7px 12px; }
.site-menu li:hover > .site-menu-dropdown, .site-menu li:focus-within > .site-menu-dropdown { display: block; }
.site-header-cta, .site-footer-cta { background: #256d85; color: #fff; display: inline-block; padding: 9px 14px; text-decoration: none; }
.site-footer-structured { border-top: 1px solid #dedbd2; margin-top: 48px; padding: 36px 0; }
.site-footer-structured .site-shell { display: grid; gap: 18px; }
.site-footer-tagline, .site-copyright { color: #5c6670; margin: 7px 0 0; }
.site-footer-menu { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.site-footer-actions { display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 720px) { .site-header-structured .site-shell { align-items: flex-start; flex-direction: column; } .site-nav { margin-left: 0; width: 100%; } .site-menu { align-items: flex-start; flex-direction: column; gap: 9px; } .site-menu-dropdown { border: 0; display: block; padding: 5px 0 0 16px; position: static; } .site-header-cta { width: auto; } }
.tw-contact-form{display:grid;gap:18px;margin:28px 0 18px;max-width:760px}.tw-contact-form label{display:grid;gap:7px;font:500 13px/1.35 var(--tw-font-mono,monospace);letter-spacing:.04em;text-transform:uppercase}.tw-contact-form input,.tw-contact-form textarea{background:#fff;border:1px solid var(--tw-line,#c7cdd2);border-radius:0;color:var(--tw-ink,#0e1114);font:400 16px/1.5 var(--tw-font-body,sans-serif);letter-spacing:normal;padding:12px;text-transform:none}.tw-contact-form textarea{resize:vertical}.tw-contact-form input:focus-visible,.tw-contact-form textarea:focus-visible,.tw-contact-form button:focus-visible{outline:2px solid var(--tw-blued,#35617f);outline-offset:3px}.tw-contact-form__grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.tw-contact-form__trap{height:0;left:-9999px;overflow:hidden;position:absolute;width:0}.tw-contact-form__status{min-height:1.5em;margin:0}.tw-contact-form__status.is-error{color:#9b1c1c}.tw-contact-form__status.is-success{color:#176b3a}.tw-contact-form button[disabled]{cursor:wait;opacity:.65}@media(max-width:620px){.tw-contact-form__grid{grid-template-columns:1fr}}
.tw-product-single{color:#17202a;margin:0 auto;max-width:1240px;padding:clamp(32px,5vw,76px) 24px}.tw-product-breadcrumb{color:#69737b;display:flex;flex-wrap:wrap;gap:9px;font-size:14px;margin-bottom:28px}.tw-product-breadcrumb a,.tw-product-single a{color:inherit}.tw-product-hero{align-items:center;display:grid;gap:clamp(30px,5vw,80px);grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.tw-product-main-image{align-items:center;background:#f6f4ef;border:1px solid #e4dfd5;display:flex;justify-content:center;margin:0;min-height:420px;padding:28px}.tw-product-main-image img{display:block;height:auto;max-height:560px;max-width:100%;object-fit:contain;width:auto}.tw-product-category,.tw-product-brand{color:#6b655e;font-size:13px;font-weight:700;letter-spacing:.08em;margin:0 0 8px;text-transform:uppercase}.tw-product-brand{letter-spacing:.04em;text-transform:none}.tw-product-hero h1{font-size:clamp(32px,4vw,54px);line-height:1.08;margin:12px 0 20px}.tw-product-short-description{font-size:19px;line-height:1.6;margin:0}.tw-product-cta-link{background:#1c1b19;color:#fff!important;display:inline-block;font-weight:700;margin-top:10px;padding:13px 20px;text-decoration:none}.tw-product-single .tw-product-content-section{margin-block:clamp(40px,5vw,72px)}.tw-product-single .tw-product-section-heading{color:inherit;font-family:inherit;font-size:clamp(26px,2.6vw,32px);font-weight:600;letter-spacing:normal;line-height:1.2;margin:0 0 clamp(16px,2vw,24px)}.tw-product-rich-content{color:inherit;font-family:inherit;font-size:17px;line-height:1.75;max-width:880px}.tw-product-rich-content p{margin:0 0 1em}.tw-product-rich-content p:last-child{margin-bottom:0}.tw-product-rich-content ul,.tw-product-rich-content ol{margin:0 0 1em;padding-left:1.25em}.tw-product-rich-content li+li{margin-top:.35em}.tw-product-rich-content a{color:#1b6f8f;text-decoration:underline;text-underline-offset:3px}.tw-product-rich-content a:focus-visible{outline:2px solid currentColor;outline-offset:3px}.tw-product-rich-content h3{font-size:clamp(21px,2.1vw,25px);line-height:1.3;margin:1.4em 0 .55em}.tw-product-rich-content h4{font-size:clamp(18px,1.8vw,21px);line-height:1.35;margin:1.25em 0 .5em}.tw-product-rich-content h3:first-child,.tw-product-rich-content h4:first-child{margin-top:0}.tw-product-table-scroll,.product-table-scroll{max-width:100%;overflow-x:auto}.tw-product-table-scroll table,.product-table-scroll table{border-collapse:collapse;min-width:560px;width:100%}.tw-product-table-scroll td,.tw-product-table-scroll th,.product-table-scroll td,.product-table-scroll th{border:1px solid #ded9cf;padding:12px;text-align:left;vertical-align:top}.tw-product-table-scroll th,.product-table-scroll th{background:#f4f1eb}.tw-related-products{margin-top:clamp(44px,7vw,82px)}.tw-related-products-grid{display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr))}.tw-related-product-card{border:1px solid #e4dfd5;display:grid;min-width:0}.tw-related-product-image{align-items:center;background:#f6f4ef;display:flex;height:220px;justify-content:center;margin:0;padding:16px}.tw-related-product-image img{height:100%;max-width:100%;object-fit:contain}.tw-related-product-card>div{padding:18px}.tw-related-product-card h3{font-size:18px;line-height:1.35;margin:7px 0}.tw-related-product-card p{color:#59636a;font-size:14px;line-height:1.55}.tw-related-product-card a{font-weight:700}.tw-related-product-category{font-size:12px;margin:0}.tw-product-bottom-cta{border-top:1px solid #e4dfd5;margin-top:64px;padding-top:32px}.tw-product-single--embedded{padding:28px}.tw-product-single--embedded .tw-product-breadcrumb,.tw-product-single--embedded .tw-related-products,.tw-product-single--embedded .tw-product-bottom-cta,.tw-product-single--embedded .tw-product-cta-link{display:none}@media(max-width:760px){.tw-product-single{padding-inline:18px}.tw-product-hero{grid-template-columns:1fr}.tw-product-main-image{min-height:280px}.tw-related-products-grid{grid-template-columns:1fr}.tw-product-rich-content{font-size:16px}}
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

.bsd-page--author {
  --bsd-navy-950: #061A38;
  --bsd-navy-900: #082451;
  --bsd-teal-700: #007F86;
  --bsd-cyan-400: #1ACBD0;
  --bsd-ink: #14233B;
  --bsd-muted: #5F6D80;
  --bsd-line: #DFE6EB;
  --bsd-soft: #F4F7F8;
  --bsd-white: #FFFFFF;
  --bsd-container: 1280px;
  --bsd-font-heading: 'Manrope', 'Segoe UI', sans-serif;
  --bsd-font-body: 'DM Sans', 'Segoe UI', sans-serif;
  width: 100%;
  overflow-x: clip;
  background: var(--bsd-white);
  color: var(--bsd-ink);
  font: 400 16px/1.65 var(--bsd-font-body);
}

.bsd-page--author *, .bsd-page--author *::before, .bsd-page--author *::after { box-sizing: border-box; }
.bsd-page--author .bsd-section { width: 100%; padding: 98px 0; }
.bsd-page--author .bsd-section--hero { padding: 76px 0 82px; background: var(--bsd-white); }
.bsd-page--author .bsd-section--soft { background: var(--bsd-soft); }
.bsd-page--author .bsd-container { width: min(calc(100% - 48px), var(--bsd-container)); margin-inline: auto; }
.bsd-page--author h1, .bsd-page--author h2 { margin: 0; color: var(--bsd-navy-950); font-family: var(--bsd-font-heading); letter-spacing: -.035em; }
.bsd-page--author h1 { max-width: 760px; font-size: clamp(42px, 5vw, 72px); line-height: 1.03; }
.bsd-page--author h2 { font-size: clamp(30px, 3vw, 46px); line-height: 1.12; }
.bsd-page--author .bsd-author-eyebrow { margin: 0 0 12px; color: var(--bsd-teal-700); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.bsd-page--author .bsd-author-hero__layout { display: grid; grid-template-columns: minmax(220px, 320px) minmax(0, 1fr); gap: clamp(36px, 6vw, 92px); align-items: center; }
.bsd-page--author .author-avatar-wrap { position: relative; aspect-ratio: 1; overflow: hidden; border: 1px solid var(--bsd-line); background: var(--bsd-soft); }
.bsd-page--author .author-avatar-wrap::after { content: ''; position: absolute; inset: 16px -16px -16px 16px; border: 1px solid var(--bsd-cyan-400); pointer-events: none; }
.bsd-page--author .author-avatar { position: relative; z-index: 1; display: block; width: 100%; height: 100%; object-fit: cover; }
.bsd-page--author .author-role { margin: 18px 0 22px; color: var(--bsd-teal-700); font-size: 16px; font-weight: 700; }
.bsd-page--author .author-bio { max-width: 760px; color: var(--bsd-muted); font-size: 18px; }
.bsd-page--author .author-bio br + br { display: block; content: ''; margin-top: 14px; }
.bsd-page--author .bsd-author-focus { border-top: 1px solid var(--bsd-line); }
.bsd-page--author .bsd-author-section-heading { max-width: 620px; }
.bsd-page--author .bsd-author-focus__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin: 46px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--bsd-line); border-left: 1px solid var(--bsd-line); }
.bsd-page--author .bsd-author-focus__grid li { min-height: 154px; padding: 26px 24px; border-right: 1px solid var(--bsd-line); border-bottom: 1px solid var(--bsd-line); color: var(--bsd-ink); font-size: 16px; font-weight: 600; }
.bsd-page--author .bsd-author-focus__grid li::before { content: '0' counter(bsd-focus); counter-increment: bsd-focus; display: block; margin-bottom: 20px; color: var(--bsd-teal-700); font-size: 12px; letter-spacing: .1em; }
.bsd-page--author .bsd-author-focus__grid { counter-reset: bsd-focus; }
.bsd-page--author .bsd-author-articles__heading { display: flex; gap: 32px; justify-content: space-between; align-items: end; margin-bottom: 44px; }
.bsd-page--author .bsd-author-articles__heading > p { max-width: 390px; margin: 0; color: var(--bsd-muted); font-size: 16px; }
.bsd-page--author .archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.bsd-page--author .archive-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--bsd-line); background: var(--bsd-white); }
.bsd-page--author .archive-card-image-link { display: block; aspect-ratio: 3 / 2; overflow: hidden; }
.bsd-page--author .archive-card-image { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 180ms ease; }
.bsd-page--author .archive-card:hover .archive-card-image { transform: scale(1.035); }
.bsd-page--author .archive-card h2, .bsd-page--author .archive-card-meta, .bsd-page--author .archive-card-excerpt, .bsd-page--author .archive-card-read-more { margin-inline: 24px; }
.bsd-page--author .archive-card h2 { margin-top: 24px; font-size: 22px; line-height: 1.25; }
.bsd-page--author .archive-card h2 a { color: inherit; text-decoration: none; }
.bsd-page--author .archive-card h2 a:hover { color: var(--bsd-teal-700); }
.bsd-page--author .archive-card-meta { margin-top: 14px; color: var(--bsd-muted); font-size: 13px; }
.bsd-page--author .archive-card-meta a { color: var(--bsd-teal-700); text-decoration: none; }
.bsd-page--author .archive-card-excerpt { margin-top: 15px; color: var(--bsd-muted); font-size: 15px; }
.bsd-page--author .archive-card-read-more { margin-top: auto; padding: 24px 0; color: var(--bsd-teal-700); font-size: 14px; font-weight: 700; text-decoration: none; }
.bsd-page--author .archive-card-read-more:hover { text-decoration: underline; text-underline-offset: 3px; }
.bsd-page--author a:focus-visible { outline: 2px solid var(--bsd-cyan-400); outline-offset: 3px; }

@media (max-width: 900px) {
  .bsd-page--author .bsd-author-hero__layout { grid-template-columns: 220px minmax(0, 1fr); gap: 36px; }
  .bsd-page--author .bsd-author-focus__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bsd-page--author .archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .bsd-page--author .bsd-container { width: min(calc(100% - 32px), var(--bsd-container)); }
  .bsd-page--author .bsd-section { padding: 72px 0; }
  .bsd-page--author .bsd-section--hero { padding: 50px 0 60px; }
  .bsd-page--author .bsd-author-hero__layout { grid-template-columns: 1fr; gap: 34px; }
  .bsd-page--author .author-avatar-wrap { width: min(176px, 58vw); }
  .bsd-page--author .author-avatar-wrap::after { inset: 10px -10px -10px 10px; }
  .bsd-page--author h1 { font-size: 42px; }
  .bsd-page--author .author-bio { font-size: 16px; }
  .bsd-page--author .bsd-author-focus__grid, .bsd-page--author .archive-grid { grid-template-columns: 1fr; }
  .bsd-page--author .bsd-author-focus__grid { margin-top: 32px; }
  .bsd-page--author .bsd-author-focus__grid li { min-height: 0; padding: 22px; }
  .bsd-page--author .bsd-author-articles__heading { display: block; margin-bottom: 32px; }
  .bsd-page--author .bsd-author-articles__heading > p { margin-top: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .bsd-page--author *, .bsd-page--author *::before, .bsd-page--author *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');
.bsd-page--blog-archive{--bsd-navy-950:#061A38;--bsd-navy-900:#082451;--bsd-teal-700:#007F86;--bsd-cyan-400:#1ACBD0;--bsd-ink:#14233B;--bsd-muted:#5F6D80;--bsd-line:#DFE6EB;--bsd-soft:#F4F7F8;--bsd-white:#FFFFFF;--bsd-container:1280px;--bsd-font-heading:'Manrope','Segoe UI',sans-serif;--bsd-font-body:'DM Sans','Segoe UI',sans-serif;width:100%;overflow-x:clip;background:var(--bsd-white);color:var(--bsd-ink);font:400 16px/1.65 var(--bsd-font-body)}
.bsd-page--blog-archive *,.bsd-page--blog-archive *::before,.bsd-page--blog-archive *::after{box-sizing:border-box}.bsd-page--blog-archive .bsd-section{width:100%;padding:98px 0}.bsd-page--blog-archive .bsd-section--hero{padding:76px 0 82px;background:var(--bsd-white)}.bsd-page--blog-archive .bsd-section--soft{background:var(--bsd-soft)}.bsd-page--blog-archive .bsd-container{width:min(calc(100% - 48px),var(--bsd-container));margin-inline:auto}.bsd-page--blog-archive h1,.bsd-page--blog-archive h2{margin:0;color:var(--bsd-navy-950);font-family:var(--bsd-font-heading);letter-spacing:-.035em}.bsd-page--blog-archive h1{max-width:880px;font-size:clamp(42px,5vw,72px);line-height:1.03}.bsd-page--blog-archive h2{max-width:760px;font-size:clamp(30px,3vw,46px);line-height:1.12}.bsd-page--blog-archive .bsd-blog-archive-eyebrow{margin:0 0 12px;color:var(--bsd-teal-700);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.bsd-page--blog-archive .archive-intro{max-width:760px;margin:22px 0 0;color:var(--bsd-muted);font-size:18px;line-height:1.75}.bsd-page--blog-archive .bsd-blog-archive-heading{display:flex;justify-content:space-between;gap:32px;align-items:end;margin-bottom:44px}.bsd-page--blog-archive .bsd-blog-archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.bsd-page--blog-archive .archive-card{display:flex;flex-direction:column;min-width:0;border:1px solid var(--bsd-line);background:var(--bsd-white)}.bsd-page--blog-archive .archive-card-image-link{display:block;aspect-ratio:16/9;overflow:hidden}.bsd-page--blog-archive .archive-card-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform 180ms ease}.bsd-page--blog-archive .archive-card:hover .archive-card-image{transform:scale(1.035)}.bsd-page--blog-archive .archive-card h2,.bsd-page--blog-archive .archive-card-meta,.bsd-page--blog-archive .archive-card-excerpt,.bsd-page--blog-archive .archive-card-read-more{margin-inline:24px}.bsd-page--blog-archive .archive-card h2{margin-top:24px;font-family:var(--bsd-font-heading);font-size:22px;line-height:1.25}.bsd-page--blog-archive .archive-card h2 a{color:inherit;text-decoration:none}.bsd-page--blog-archive .archive-card h2 a:hover{color:var(--bsd-teal-700)}.bsd-page--blog-archive .archive-card-meta{margin-top:14px;color:var(--bsd-muted);font-size:13px}.bsd-page--blog-archive .archive-card-meta a,.bsd-page--blog-archive .archive-card-read-more{color:var(--bsd-teal-700);text-decoration:none}.bsd-page--blog-archive .archive-card-excerpt{margin-top:15px;color:var(--bsd-muted);font-size:15px}.bsd-page--blog-archive .archive-card-read-more{margin-top:auto;padding:24px 0;font-size:14px;font-weight:700}.bsd-page--blog-archive .archive-card-read-more:hover{text-decoration:underline;text-underline-offset:3px}.bsd-page--blog-archive .archive-pagination{display:flex;gap:12px;margin-top:42px}.bsd-page--blog-archive .archive-pagination a{display:inline-flex;align-items:center;min-height:50px;padding:0 22px;border:1px solid var(--bsd-navy-900);background:var(--bsd-navy-900);color:var(--bsd-white);font-weight:700;text-decoration:none;transition:180ms ease}.bsd-page--blog-archive .archive-pagination a:hover{background:var(--bsd-teal-700);border-color:var(--bsd-teal-700)}.bsd-page--blog-archive a:focus-visible{outline:2px solid var(--bsd-cyan-400);outline-offset:3px}@media(max-width:900px){.bsd-page--blog-archive .bsd-blog-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.bsd-page--blog-archive .bsd-container{width:min(calc(100% - 32px),var(--bsd-container))}.bsd-page--blog-archive .bsd-section{padding:72px 0}.bsd-page--blog-archive .bsd-section--hero{padding:50px 0 60px}.bsd-page--blog-archive h1{font-size:42px}.bsd-page--blog-archive .archive-intro{font-size:16px}.bsd-page--blog-archive .bsd-blog-archive-heading{display:block;margin-bottom:32px}.bsd-page--blog-archive .bsd-blog-archive-grid{grid-template-columns:1fr}.bsd-page--blog-archive .archive-pagination{display:grid;grid-template-columns:1fr}.bsd-page--blog-archive .archive-pagination a{justify-content:center}}@media(prefers-reduced-motion:reduce){.bsd-page--blog-archive *,.bsd-page--blog-archive *::before,.bsd-page--blog-archive *::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');.bsd-site-header,.bsd-site-footer{--bsd-navy-950:#061A38;--bsd-navy-900:#082451;--bsd-teal-700:#007F86;--bsd-cyan-400:#1ACBD0;--bsd-ink:#14233B;--bsd-muted:#5F6D80;--bsd-line:#DFE6EB;--bsd-soft:#F4F7F8;--bsd-white:#fff;--bsd-container:1280px;--bsd-font-heading:'Manrope','Segoe UI',sans-serif;--bsd-font-body:'DM Sans','Segoe UI',sans-serif}.bsd-site-header *,.bsd-site-header *::before,.bsd-site-header *::after,.bsd-site-footer *,.bsd-site-footer *::before,.bsd-site-footer *::after{box-sizing:border-box}.bsd-site-header a,.bsd-site-footer a{font-family:var(--bsd-font-body);text-decoration:none}.bsd-site-header a:focus-visible,.bsd-site-header summary:focus-visible,.bsd-site-footer a:focus-visible{outline:2px solid var(--bsd-cyan-400);outline-offset:3px}.bsd-site-header{position:relative;z-index:30;background:var(--bsd-white);border-bottom:1px solid var(--bsd-line);color:var(--bsd-ink)}.bsd-site-header__bar{min-height:76px}.bsd-site-header__container,.bsd-site-footer__container{width:min(calc(100% - 48px),var(--bsd-container));margin-inline:auto}.bsd-site-header__container{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:36px}.bsd-site-header__brand{display:flex;flex:0 0 auto;align-items:center}.bsd-site-header__brand img{display:block;width:auto;height:46px;max-width:226px}.bsd-site-header__desktop-nav{display:flex;min-width:0;align-items:stretch;gap:32px}.bsd-site-header__desktop-nav a{position:relative;display:inline-flex;min-height:76px;align-items:center;color:var(--bsd-navy-950);font-size:14px;font-weight:700;letter-spacing:.01em}.bsd-site-header__desktop-nav a::after{position:absolute;right:0;bottom:0;left:0;height:2px;background:var(--bsd-teal-700);content:'';transform:scaleX(0);transform-origin:right;transition:transform 180ms ease}.bsd-site-header__desktop-nav a:hover,.bsd-site-header__desktop-nav a:focus-visible,.bsd-site-header__desktop-nav a[aria-current='page']{color:var(--bsd-teal-700)}.bsd-site-header__desktop-nav a:hover::after,.bsd-site-header__desktop-nav a:focus-visible::after,.bsd-site-header__desktop-nav a[aria-current='page']::after{transform:scaleX(1);transform-origin:left}.bsd-site-header__mobile-nav{display:none}.bsd-site-header__skip{position:absolute;top:10px;left:50%;z-index:3;padding:10px 14px;background:var(--bsd-navy-950);color:var(--bsd-white);font-size:14px;font-weight:700;transform:translate(-50%,-180%)}.bsd-site-header__skip:focus{transform:translate(-50%,0)}.bsd-site-header__content-target{display:block;position:relative;top:-1px;height:1px;outline:0}@media(max-width:720px){.bsd-site-header__bar{min-height:68px}.bsd-site-header__container{min-height:68px;gap:16px}.bsd-site-header__brand img{height:34px;max-width:min(190px,60vw)}.bsd-site-header__desktop-nav{display:none}.bsd-site-header__mobile-nav{display:block;position:relative}.bsd-site-header__mobile-nav summary{display:flex;min-width:88px;min-height:44px;cursor:pointer;align-items:center;justify-content:center;gap:10px;border:1px solid var(--bsd-navy-950);color:var(--bsd-navy-950);font:700 13px/1 var(--bsd-font-body);letter-spacing:.06em;list-style:none;text-transform:uppercase}.bsd-site-header__mobile-nav summary::-webkit-details-marker{display:none}.bsd-site-header__toggle{position:relative;width:14px;height:14px}.bsd-site-header__toggle::before,.bsd-site-header__toggle::after{position:absolute;top:6px;left:0;width:14px;height:2px;background:currentColor;content:'';transition:transform 180ms ease}.bsd-site-header__toggle::after{transform:rotate(90deg)}.bsd-site-header__mobile-nav[open] summary{border-color:var(--bsd-teal-700);background:var(--bsd-navy-950);color:var(--bsd-white)}.bsd-site-header__mobile-nav[open] .bsd-site-header__toggle::before{transform:rotate(45deg)}.bsd-site-header__mobile-nav[open] .bsd-site-header__toggle::after{transform:rotate(-45deg)}.bsd-site-header__mobile-nav nav{position:absolute;top:calc(100% + 12px);right:0;width:min(336px,calc(100vw - 32px));border:1px solid var(--bsd-line);border-top:3px solid var(--bsd-teal-700);background:var(--bsd-white);box-shadow:0 22px 60px rgba(6,26,56,.12)}.bsd-site-header__mobile-nav nav a{display:flex;min-width:0;min-height:56px;align-items:center;padding:0 24px;border-bottom:1px solid var(--bsd-line);color:var(--bsd-navy-950);font-size:16px;font-weight:700;overflow-wrap:anywhere}.bsd-site-header__mobile-nav nav a:last-child{border-bottom:0}.bsd-site-header__mobile-nav nav a:hover,.bsd-site-header__mobile-nav nav a:focus-visible,.bsd-site-header__mobile-nav nav a[aria-current='page']{background:var(--bsd-soft);color:var(--bsd-teal-700)}}@media(prefers-reduced-motion:reduce){.bsd-site-header *,.bsd-site-header *::before,.bsd-site-header *::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');.bsd-site-header,.bsd-site-footer{--bsd-navy-950:#061A38;--bsd-navy-900:#082451;--bsd-teal-700:#007F86;--bsd-cyan-400:#1ACBD0;--bsd-ink:#14233B;--bsd-muted:#5F6D80;--bsd-line:#DFE6EB;--bsd-soft:#F4F7F8;--bsd-white:#fff;--bsd-container:1280px;--bsd-font-heading:'Manrope','Segoe UI',sans-serif;--bsd-font-body:'DM Sans','Segoe UI',sans-serif}.bsd-site-header *,.bsd-site-header *::before,.bsd-site-header *::after,.bsd-site-footer *,.bsd-site-footer *::before,.bsd-site-footer *::after{box-sizing:border-box}.bsd-site-header a,.bsd-site-footer a{font-family:var(--bsd-font-body);text-decoration:none}.bsd-site-header a:focus-visible,.bsd-site-header summary:focus-visible,.bsd-site-footer a:focus-visible{outline:2px solid var(--bsd-cyan-400);outline-offset:3px}.bsd-site-footer{background:var(--bsd-navy-950);color:rgba(255,255,255,.74);padding:76px 0 28px}.bsd-site-footer__grid{display:grid;grid-template-columns:minmax(260px,1.8fr) minmax(130px,.7fr) minmax(180px,1fr) minmax(190px,.8fr);gap:clamp(28px,4vw,72px);padding-bottom:58px}.bsd-site-footer__brand p{max-width:490px;margin:24px 0 0;font:400 15px/1.75 var(--bsd-font-body)}.bsd-site-footer__logo{display:flex;width:max-content;max-width:100%;padding:12px 14px;background:var(--bsd-white)}.bsd-site-footer__logo img{display:block;width:auto;height:44px;max-width:100%}.bsd-site-footer__column{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:13px;font-style:normal}.bsd-site-footer__eyebrow{margin:0 0 6px;color:var(--bsd-cyan-400);font:700 12px/1.2 var(--bsd-font-body);letter-spacing:.12em;text-transform:uppercase}.bsd-site-footer__column a{max-width:100%;color:var(--bsd-white);font-size:15px;font-weight:600;line-height:1.45;overflow-wrap:anywhere}.bsd-site-footer__column a:hover{color:var(--bsd-cyan-400);text-decoration:underline;text-underline-offset:4px}.bsd-site-footer__legal{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.2);font:500 13px/1.5 var(--bsd-font-body)}.bsd-site-footer__legal p{margin:0}.bsd-site-footer__legal a{color:var(--bsd-white);font-size:13px;font-weight:700}.bsd-site-footer__legal a:hover{color:var(--bsd-cyan-400)}@media(max-width:900px){.bsd-site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px}.bsd-site-footer__brand{grid-column:1/-1}}@media(max-width:600px){.bsd-site-footer{padding:58px 0 24px}.bsd-site-footer__container{width:min(calc(100% - 32px),var(--bsd-container))}.bsd-site-footer__grid{grid-template-columns:1fr;gap:34px;padding-bottom:42px}.bsd-site-footer__brand{grid-column:auto}.bsd-site-footer__logo img{height:38px}.bsd-site-footer__column{gap:12px;padding-top:26px;border-top:1px solid rgba(255,255,255,.2)}.bsd-site-footer__legal{display:block;padding-top:20px}.bsd-site-footer__legal a{display:inline-block;margin-top:12px}}@media(prefers-reduced-motion:reduce){.bsd-site-footer *,.bsd-site-footer *::before,.bsd-site-footer *::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}