@charset "UTF-8";
header.site-header {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.5rem;
}
header.site-header .navbar {
  background-color: #fff !important;
}
header.site-header .navbar li {
  margin-left: 15px;
}
header.site-header .navbar li a {
  font-size: 0.9rem;
  color: #444;
}
header.site-header .navbar li a:hover {
  color: #111;
}

@media (max-width: 765px) {
  header.site-header {
    padding: 0.5rem 0;
    margin-bottom: 0.2rem;
  }
  .navbar {
    --bs-navbar-padding-y: .25rem;
  }
  ul.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1.5rem 0 0 0;
  }
  ul.navbar-nav li {
    border-top: 1px solid #eee;
  }
  ul.navbar-nav li:first-child {
    border-top: none;
  }
  ul.navbar-nav li {
    margin-left: 0;
    padding: 0.2rem 0.75rem;
    text-align: center;
    min-width: 66%;
  }
  .navbar-collapse {
    text-align: center;
  }
}
.navbar-nav li {
  margin-left: var(--bs-navbar-nav-link-padding-x, 0.5rem);
  font-size: 0.95rem;
}

.navbar .navbar-toggler {
  padding: 0.25rem 0.5rem;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
}
.navbar .navbar-toggler:focus, .navbar .navbar-toggler:active, .navbar .navbar-toggler:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
}
.navbar .navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.navbar .navbar-brand img.custom-logo {
  height: auto;
  width: auto;
  display: block;
  max-width: var(--dw-logo-max-width, 300px);
}
.navbar .navbar-brand svg.custom-logo {
  height: auto;
  width: auto;
  display: block;
  max-width: var(--dw-logo-max-width, 300px);
  min-width: var(--dw-logo-min-width, 120px);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  align-items: center;
}

body small,
body .small {
  font-size: 0.87em;
  line-height: 1.3;
  color: var(--bs-secondary-color, #6c757d);
}

.muted,
.text-muted {
  color: var(--bs-secondary-color, #6c757d) !important;
}

.lh-tight {
  line-height: 1.1 !important;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  line-height: 1.25;
  font-weight: 700;
  color: var(--bs-body-color, #212529);
}
.entry-content h1 {
  font-size: 2rem;
  margin: 2.5rem 0 1rem;
}
.entry-content h2 {
  font-size: 1.6rem;
  margin: 2.25rem 0 0.75rem;
}
.entry-content h3 {
  font-size: 1.3rem;
  margin: 2rem 0 0.6rem;
}
.entry-content h4 {
  font-size: 1.1rem;
  margin: 1.75rem 0 0.5rem;
}
.entry-content h5, .entry-content h6 {
  font-size: 1rem;
  margin: 1.5rem 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--bs-secondary-color, #6c757d);
}
.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child {
  margin-top: 0;
}
.entry-content p {
  margin: 0 0 1.25rem;
  line-height: 1.7;
}
.entry-content > p:first-child {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #333;
}
.entry-content ul, .entry-content ol {
  margin: 0 0 1.25rem;
  padding-left: 1.5em;
  line-height: 1.7;
}
.entry-content li {
  margin-bottom: 0.35rem;
}
.entry-content li > ul,
.entry-content li > ol {
  margin-top: 0.35rem;
  margin-bottom: 0;
}
.entry-content hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 2rem 0;
}
.entry-content code {
  font-size: 0.875em;
  padding: 0.15em 0.4em;
  background: #f5f5f5;
  border-radius: 3px;
  color: #d63384;
}
.entry-content pre {
  margin: 0 0 1.5rem;
  padding: 1rem 1.25rem;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  overflow-x: auto;
  font-size: 0.875rem;
  line-height: 1.6;
}
.entry-content pre code {
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: inherit;
}
.entry-content table {
  width: 100%;
  margin: 0 0 1.5rem;
  border-collapse: collapse;
  font-size: 0.925rem;
  line-height: 1.5;
}
.entry-content th, .entry-content td {
  padding: 0.6rem 0.75rem;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
}
.entry-content th {
  font-weight: 600;
  color: var(--bs-body-color, #212529);
  border-bottom-width: 2px;
}
.entry-content tbody tr:last-child td {
  border-bottom: none;
}
.entry-content img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
}
.entry-content figcaption {
  font-size: 0.875rem;
  color: var(--bs-secondary-color, #6c757d);
  margin-top: 0.5rem;
  text-align: center;
  font-style: italic;
}
.entry-content strong {
  font-weight: 600;
}

.footnote > hr,
.footnote > p:empty,
.footnotes > hr,
.footnotes > p:empty,
section.footnotes > hr,
section.footnotes > p:empty {
  display: none;
}
.footnote ol, .footnote ul,
.footnotes ol,
.footnotes ul,
section.footnotes ol,
section.footnotes ul {
  list-style-type: decimal;
}

.footnote-ref {
  font-size: 0.85em;
  font-weight: 600;
  vertical-align: super;
  line-height: 0;
}

blockquote {
  position: relative;
  margin: 1.75rem 0;
  padding: 0.75rem 0.75rem 0.75rem 2.5rem;
  background: #fafafa;
  border-left: none;
}
blockquote::before {
  content: "“";
  position: absolute;
  left: -0.25rem;
  top: -0.5rem;
  font-size: 4rem;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1;
  color: #d0d0d0;
}
blockquote p {
  margin: 0.5rem 0 0;
  line-height: 1.6;
  font-style: italic;
}
blockquote p:first-child {
  margin-top: 0.25rem;
}
blockquote p:last-child {
  margin-bottom: 0.25rem;
}
blockquote cite,
blockquote footer {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-style: normal;
  color: var(--bs-secondary-color, #6c757d);
}
blockquote cite::before,
blockquote footer::before {
  content: "— ";
}

@media (max-width: 575.98px) {
  blockquote {
    padding-left: 2rem;
  }
  blockquote::before {
    font-size: 3rem;
    left: -0.25rem;
    top: -0.35rem;
  }
  blockquote p {
    line-height: 1.7;
  }
}
.secondary {
  color: var(--bs-secondary-color, #6c757d) !important;
  font-size: 0.9rem;
  line-height: 1.5;
}

.subtle {
  color: color-mix(in oklab, var(--bs-body-color, #212529) 60%, white);
}

.inherit-color {
  color: inherit !important;
}

footer.site-footer {
  padding: 2.5rem 0;
  margin-top: 3rem;
  color: #666;
  font-size: 0.875rem;
}

.dw-bc {
  margin: 0.25rem 0 0.75rem;
}

.dw-bc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dw-bc-item {
  display: inline-flex;
  align-items: center;
  color: #6c757d;
  font-size: 0.95rem;
  line-height: 1.2;
}

.dw-bc-item .dw-bc-link {
  color: inherit;
  text-decoration: none;
}
.dw-bc-item .dw-bc-link:hover, .dw-bc-item .dw-bc-link:focus {
  text-decoration: underline;
}

.dw-bc-item.is-current .dw-bc-text {
  color: #212529;
  font-weight: 600;
}

.dw-bc-sep {
  opacity: 0.6;
  padding: 0 0.125rem;
}

.dw-bc-list.ctx-page .dw-bc-item.is-current .dw-bc-text {
  color: #212529;
}

.dw-bc-list.ctx-archive .dw-bc-item.is-current .dw-bc-text {
  color: #212529;
}

@media print {
  .dw-vis-online .dw-bc {
    display: none !important;
  }
}
@media screen {
  .dw-vis-print .dw-bc {
    display: none !important;
  }
}
.dw-socialsharing .dwss-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 1rem 0;
  justify-content: center;
}
.dw-socialsharing .dwss-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 180px;
  width: auto;
  padding: 0.5rem 0.75rem;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  background: #fff;
  color: #212529;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}
.dw-socialsharing .dwss-btn:hover, .dw-socialsharing .dwss-btn:focus {
  background: #f8f9fa;
  border-color: #ced4da;
  text-decoration: none;
  color: #212529;
}
.dw-socialsharing .dwss-btn .dwss-ico {
  width: 1em;
  height: 1em;
  margin-right: 0.5rem;
  fill: currentColor;
  flex: 0 0 auto;
}
.dw-socialsharing .dwss-btn .dwss-text {
  line-height: inherit;
}
@media (max-width: 767.98px) {
  .dw-socialsharing .dwss-btn {
    flex: 0 0 calc(50% - 0.25rem);
  }
}

.widget_dw_video_or_featured_widget .entry-title, .dw-vof .entry-title {
  margin: 0;
  line-height: 1.2;
}
.widget_dw_video_or_featured_widget .entry-meta, .dw-vof .entry-meta {
  margin: 0 0 0.75rem 0;
  color: var(--bs-secondary-color, #6c757d);
  font-size: 0.875rem;
}
.widget_dw_video_or_featured_widget .dw-embed iframe, .widget_dw_video_or_featured_widget .dw-embed video, .widget_dw_video_or_featured_widget .dw-embed embed, .widget_dw_video_or_featured_widget .dw-embed object, .dw-vof .dw-embed iframe, .dw-vof .dw-embed video, .dw-vof .dw-embed embed, .dw-vof .dw-embed object {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.widget_dw_video_or_featured_widget img, .dw-vof img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e0e0e0;
}

.widget_dw_smartposts_widget .dwsp-wrapper {
  margin: 0 0 1.25rem 0;
}
.widget_dw_smartposts_widget .dwsp-grid {
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_dw_smartposts_widget .card {
  border-radius: 0;
}
.widget_dw_smartposts_widget .card-title {
  margin-bottom: 0.25rem;
}
.widget_dw_smartposts_widget .card-text {
  margin-bottom: 0.25rem;
}

.widget_dw_conditional_html_widget {
  margin-bottom: 1.25rem;
}
.widget_dw_conditional_html_widget .widget-content p {
  margin: 0 0 0.5rem 0;
}
.widget_dw_conditional_html_widget .widget-content a {
  text-decoration: underline;
}
.widget_dw_conditional_html_widget .is-muted {
  color: #6c757d;
}

/* DW MailerLite Subscribe styles */
.dw-ml-desc {
  margin-bottom: 0.5rem;
}

.dw-ml-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.dw-ml-field input[type=email],
.dw-ml-field input[type=text] {
  width: 100%;
  padding: 0.5rem 0.6rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font: inherit;
}

.dw-ml-field input:focus {
  outline: 0;
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.dw-ml-field-gdpr label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.95rem;
}

.dw-ml-actions {
  margin-top: 0.25rem;
}

.dw-ml-submit {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.dw-ml-message {
  margin-top: 0.25rem;
  font-size: 0.95rem;
}

.dw-ml-success {
  color: #0a7b25;
}

.dw-ml-already {
  color: #0a6d8c;
}

.dw-ml-error {
  color: #b42318;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: var(--bs-body-font-size, 1rem);
  line-height: var(--bs-body-line-height, 1.6);
  color: var(--bs-body-color, #1a1a1a);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 1.5rem 1rem;
}