<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!../../../../node_modules/sass-loader/dist/cjs.js!./resources/assets/sass/templates/page.scss ***!
  \****************************************************************************************************************************************************************************************************************************************/
.breadcrumbs {
  margin-top: 1rem;
  display: flex;
  height: auto;
  width: 100%;
}
.breadcrumbs &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.breadcrumbs {
  overflow-x: auto;
  font-size: 0.5rem;
}
@media (min-width: 640px) {
  .breadcrumbs {
    font-size: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .breadcrumbs &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .breadcrumbs {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.breadcrumbs__item {
  white-space: nowrap;
}
.breadcrumbs__link {
  transition-duration: 150ms;
}
.breadcrumbs__link:hover {
  --tw-text-opacity: 1;
  color: rgba(111, 127, 137, var(--tw-text-opacity));
  text-decoration: underline;
}

.entry-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.entry-content {
  color: #37434B;
  max-width: 65ch;
}

.entry-content [class~="lead"] {
  color: #4b5563;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.entry-content a {
  color: #111827;
  text-decoration: underline;
  font-weight: 500;
}

.entry-content strong {
  color: #111827;
  font-weight: 600;
}

.entry-content ol[type="A"] {
  --list-counter-style: upper-alpha;
}

.entry-content ol[type="a"] {
  --list-counter-style: lower-alpha;
}

.entry-content ol[type="A" s] {
  --list-counter-style: upper-alpha;
}

.entry-content ol[type="a" s] {
  --list-counter-style: lower-alpha;
}

.entry-content ol[type="I"] {
  --list-counter-style: upper-roman;
}

.entry-content ol[type="i"] {
  --list-counter-style: lower-roman;
}

.entry-content ol[type="I" s] {
  --list-counter-style: upper-roman;
}

.entry-content ol[type="i" s] {
  --list-counter-style: lower-roman;
}

.entry-content ol[type="1"] {
  --list-counter-style: decimal;
}

.entry-content ol &gt; li {
  position: relative;
  padding-left: 1.75em;
}

.entry-content ol &gt; li::before {
  content: counter(list-item, var(--list-counter-style, decimal)) ".";
  position: absolute;
  font-weight: 400;
  color: #6b7280;
  left: 0;
}

.entry-content ul &gt; li {
  position: relative;
  padding-left: 1.75em;
}

.entry-content ul &gt; li::before {
  content: "";
  position: absolute;
  background-color: #d1d5db;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
  top: calc(0.875em - 0.1875em);
  left: 0.25em;
}

.entry-content hr {
  border-color: #e5e7eb;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.entry-content blockquote {
  font-weight: 500;
  font-style: italic;
  color: #111827;
  border-left-width: 0.25rem;
  border-left-color: #e5e7eb;
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.entry-content blockquote p:first-of-type::before {
  content: open-quote;
}

.entry-content blockquote p:last-of-type::after {
  content: close-quote;
}

.entry-content h1 {
  color: #111827;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.entry-content h2 {
  color: #111827;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.entry-content h3 {
  color: #111827;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.entry-content h4 {
  color: #111827;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.entry-content figure figcaption {
  color: #6b7280;
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.entry-content code {
  color: #111827;
  font-weight: 600;
  font-size: 0.875em;
}

.entry-content code::before {
  content: "`";
}

.entry-content code::after {
  content: "`";
}

.entry-content a code {
  color: #111827;
}

.entry-content pre {
  color: #e5e7eb;
  background-color: #1f2937;
  overflow-x: auto;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.entry-content pre code {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.entry-content pre code::before {
  content: none;
}

.entry-content pre code::after {
  content: none;
}

.entry-content table {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.entry-content thead {
  color: #111827;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #d1d5db;
}

.entry-content thead th {
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.entry-content tbody tr {
  border-bottom-width: 1px;
  border-bottom-color: #e5e7eb;
}

.entry-content tbody tr:last-child {
  border-bottom-width: 0;
}

.entry-content tbody td {
  vertical-align: top;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.entry-content {
  font-size: 1rem;
  line-height: 1.75;
}

.entry-content p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

.entry-content img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content figure &gt; * {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content h2 code {
  font-size: 0.875em;
}

.entry-content h3 code {
  font-size: 0.9em;
}

.entry-content ol {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.entry-content ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.entry-content li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.entry-content &gt; ul &gt; li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-content &gt; ul &gt; li &gt; *:first-child {
  margin-top: 1.25em;
}

.entry-content &gt; ul &gt; li &gt; *:last-child {
  margin-bottom: 1.25em;
}

.entry-content &gt; ol &gt; li &gt; *:first-child {
  margin-top: 1.25em;
}

.entry-content &gt; ol &gt; li &gt; *:last-child {
  margin-bottom: 1.25em;
}

.entry-content {
  max-width: none;
}

.entry-content ul ul, .entry-content ul ol, .entry-content ol ul, .entry-content ol ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-content hr + * {
  margin-top: 0;
}

.entry-content h2 + * {
  margin-top: 0;
}

.entry-content h3 + * {
  margin-top: 0;
}

.entry-content h4 + * {
  margin-top: 0;
}

.entry-content thead th:first-child {
  padding-left: 0;
}

.entry-content thead th:last-child {
  padding-right: 0;
}

.entry-content tbody td:first-child {
  padding-left: 0;
}

.entry-content tbody td:last-child {
  padding-right: 0;
}

.entry-content &gt; :first-child {
  margin-top: 0;
}

.entry-content &gt; :last-child {
  margin-bottom: 0;
}

.entry-content {
  font-size: 0.875rem;
  line-height: 1.7142857;
}

.entry-content p {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.entry-content [class~="lead"] {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.entry-content blockquote {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}

.entry-content h1 {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.entry-content h2 {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.entry-content h3 {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.entry-content h4 {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}

.entry-content img {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.entry-content video {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.entry-content figure {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.entry-content figure &gt; * {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content figure figcaption {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}

.entry-content code {
  font-size: 0.8571429em;
}

.entry-content h2 code {
  font-size: 0.9em;
}

.entry-content h3 code {
  font-size: 0.8888889em;
}

.entry-content pre {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.entry-content ol {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.entry-content ul {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.entry-content li {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}

.entry-content ol &gt; li {
  padding-left: 1.5714286em;
}

.entry-content ol &gt; li::before {
  left: 0;
}

.entry-content ul &gt; li {
  padding-left: 1.5714286em;
}

.entry-content ul &gt; li::before {
  height: 0.3571429em;
  width: 0.3571429em;
  top: calc(0.8571429em - 0.1785714em);
  left: 0.2142857em;
}

.entry-content &gt; ul &gt; li p {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.entry-content &gt; ul &gt; li &gt; *:first-child {
  margin-top: 1.1428571em;
}

.entry-content &gt; ul &gt; li &gt; *:last-child {
  margin-bottom: 1.1428571em;
}

.entry-content &gt; ol &gt; li &gt; *:first-child {
  margin-top: 1.1428571em;
}

.entry-content &gt; ol &gt; li &gt; *:last-child {
  margin-bottom: 1.1428571em;
}

.entry-content ul ul, .entry-content ul ol, .entry-content ol ul, .entry-content ol ol {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.entry-content hr {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}

.entry-content hr + * {
  margin-top: 0;
}

.entry-content h2 + * {
  margin-top: 0;
}

.entry-content h3 + * {
  margin-top: 0;
}

.entry-content h4 + * {
  margin-top: 0;
}

.entry-content table {
  font-size: 0.8571429em;
  line-height: 1.5;
}

.entry-content thead th {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.entry-content thead th:first-child {
  padding-left: 0;
}

.entry-content thead th:last-child {
  padding-right: 0;
}

.entry-content tbody td {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.entry-content tbody td:first-child {
  padding-left: 0;
}

.entry-content tbody td:last-child {
  padding-right: 0;
}

.entry-content &gt; :first-child {
  margin-top: 0;
}

.entry-content &gt; :last-child {
  margin-bottom: 0;
}

.entry-content {
  color: #37434B;
  font-size: 0.875rem;
}

/**
 * --------------------------------------------------------------------------
 * Content
 * --------------------------------------------------------------------------
 */
.entry-content .has-cta-500-color {
  /* stylelint-disable selector-list-comma-newline-after */
  /* stylelint-enable selector-list-comma-newline-after */
}
.entry-content .has-cta-500-color strong, .entry-content .has-cta-500-color i, .entry-content .has-cta-500-color a, .entry-content .has-cta-500-color b {
  --tw-text-opacity: 1;
  color: rgba(19, 82, 138, var(--tw-text-opacity));
}
.entry-content .has-primary-600-color {
  /* stylelint-disable selector-list-comma-newline-after */
  /* stylelint-enable selector-list-comma-newline-after */
}
.entry-content .has-primary-600-color strong, .entry-content .has-primary-600-color i, .entry-content .has-primary-600-color a, .entry-content .has-primary-600-color b {
  --tw-text-opacity: 1;
  color: rgba(55, 67, 75, var(--tw-text-opacity));
}
.entry-content .has-primary-500-color {
  /* stylelint-disable selector-list-comma-newline-after */
  /* stylelint-enable selector-list-comma-newline-after */
}
.entry-content .has-primary-500-color strong, .entry-content .has-primary-500-color i, .entry-content .has-primary-500-color a, .entry-content .has-primary-500-color b {
  --tw-text-opacity: 1;
  color: rgba(111, 127, 137, var(--tw-text-opacity));
}
.entry-content .has-primary-400-color {
  /* stylelint-disable selector-list-comma-newline-after */
  /* stylelint-enable selector-list-comma-newline-after */
}
.entry-content .has-primary-400-color strong, .entry-content .has-primary-400-color i, .entry-content .has-primary-400-color a, .entry-content .has-primary-400-color b {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 172, var(--tw-text-opacity));
}
.entry-content .has-primary-300-color {
  /* stylelint-disable selector-list-comma-newline-after */
  /* stylelint-enable selector-list-comma-newline-after */
}
.entry-content .has-primary-300-color strong, .entry-content .has-primary-300-color i, .entry-content .has-primary-300-color a, .entry-content .has-primary-300-color b {
  --tw-text-opacity: 1;
  color: rgba(204, 213, 219, var(--tw-text-opacity));
}
.entry-content .has-light-500-color {
  /* stylelint-disable selector-list-comma-newline-after */
  /* stylelint-enable selector-list-comma-newline-after */
}
.entry-content .has-light-500-color strong, .entry-content .has-light-500-color i, .entry-content .has-light-500-color a, .entry-content .has-light-500-color b {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.entry-thumb {
  margin-bottom: 0.5rem;
  overflow: hidden;
  border-radius: 0.375rem;
}

@media (min-width: 640px) {
  .entry-thumb {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .entry-thumb {
    margin-bottom: 2rem;
  }
}
/**
 * --------------------------------------------------------------------------
 * Gutenberg blocks
 * --------------------------------------------------------------------------
 */
.wp-block-table thead strong {
  --tw-text-opacity: 1;
  color: rgba(19, 82, 138, var(--tw-text-opacity));
}

/*# sourceMappingURL=page.css.map*/</pre></body></html>