/*
Theme Name: Engineering
Description: Twenty Twenty-Four is a blank canvas for your ideas and it makes the block editor your best brush.
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Author: The School of Engineering and Applied Science at Princeton University, Neil Adelantar, Josh Cartagena
Template: twentytwentyfour
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text-Domain: engineering
*/
/* Import Fonts */
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://use.typekit.net/jjw6qax.css");
/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Libre Franklin, ui-sans-serif, system-ui; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit{
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
h1,
h2,
h3,
h4{
  font-family: Libre Franklin;
}
h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong {
  font-weight: inherit;
}

p:empty{
  display: none;
}

.tag-text, .event__tag span, .tag, .event__tag{
  font-family: Libre Franklin;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 1;
  color: rgb(17 24 39 / 0.7);
}

.statistic{
  text-align: center;
  font-family: Libre Franklin;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  color: rgb(17 24 39 / 0.4);
}

@media (min-width: 1280px){
  .statistic{
    font-size: 4.5rem;
    line-height: 1;
  }
}

.card-title-text, .block__contact-person__name, .department-contacts .department-contact__title, .card.staff-card .card__title, .card__title{
  text-align: center;
  font-family: Libre Franklin;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.card-job-title-text, .block__contact-person__title, .card__job-title{
  text-align: center;
  font-family: Libre Franklin;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: rgb(17 24 39 / 0.8);
}

.card-description-text, .card__description{
  text-align: center;
  font-family: Libre Franklin;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(17 24 39 / 0.8);
}

.card-link-text, .card.program-card .card__links li{
  text-align: center;
  font-family: Libre Franklin;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(17 24 39 / 0.8);
}

.card-external-link-text, .facts .fact__external-link, .card__external-link{
  font-family: Libre Franklin;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1;
  color: rgb(17 24 39 / 0.8);
}
.card-external-link-text svg, .facts .fact__external-link svg, .card__external-link svg{
  margin-left: 0.5rem;
  color: rgb(17 24 39 / 0.4);
}

.card-date-time-text, .card__time, .card__date{
  font-family: Libre Franklin;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: rgb(17 24 39 / 0.7);
}

.card-office-text, .block__contact-person__email, .block__contact-person__phone, .department-contacts .department-contact__phone, .department-contacts .department-contact__email, .department-contacts .department-contact__name, .card.staff-card .card__office-info p{
  font-size: 1rem;
  line-height: 1.5rem;
}
.card-office-text a, .block__contact-person__email a, .block__contact-person__phone a, .department-contacts .department-contact__phone a, .department-contacts .department-contact__email a, .department-contacts .department-contact__name a, .card.staff-card .card__office-info p a{
  text-decoration-line: underline;
}
.card-office-text svg, .block__contact-person__email svg, .block__contact-person__phone svg, .department-contacts .department-contact__phone svg, .department-contacts .department-contact__email svg, .department-contacts .department-contact__name svg, .card.staff-card .card__office-info p svg{
  margin-right: 1rem;
  color: rgb(17 24 39 / 0.2);
}

.section-title-text, .seas-section__title{
  font-family: franklin-gothic-compressed;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .section-title-text, .seas-section__title{
    font-size: 3rem;
    line-height: 1;
  }
}

.section-subheading-text, .staff-section .seas-section__subheading{
  font-family: franklin-gothic-compressed;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .section-subheading-text, .staff-section .seas-section__subheading{
    font-size: 3rem;
    line-height: 1;
  }
}

.section-description-text, .seas-section__description{
  font-family: Libre Franklin;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 100;
  color: rgb(17 24 39 / 0.6);
}

@media (min-width: 1280px){
  .section-description-text, .seas-section__description{
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.625;
  }
}

.hero-section-title-text, .featured-section__info .featured-section__title, .hero-section__info .hero-section__title{
  font-family: franklin-gothic-compressed;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .hero-section-title-text, .featured-section__info .featured-section__title, .hero-section__info .hero-section__title{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1536px){
  .hero-section-title-text, .featured-section__info .featured-section__title, .hero-section__info .hero-section__title{
    font-size: 3.75rem;
    line-height: 1;
  }
}

.hero-section-description-text, .featured-section__info .featured-section__description{
  font-family: Libre Franklin;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: rgb(255 255 255 / 0.9);
}

@media (min-width: 1024px){
  .hero-section-description-text, .featured-section__info .featured-section__description{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px){
  .hero-section-description-text, .featured-section__info .featured-section__description{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.page-title-text, .person__header h1, .event__title, .department-center__title, .news-template .news__title,
.news-template-default .news__title,
.news-template-single-news .news__title, .default-page .page__header h1, .default-page .page__title{
  text-align: left;
  font-family: franklin-gothic-compressed;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .page-title-text, .person__header h1, .event__title, .department-center__title, .news-template .news__title,
.news-template-default .news__title,
.news-template-single-news .news__title, .default-page .page__header h1, .default-page .page__title{
    font-size: 6rem;
    line-height: 1;
  }
}

.page-title-text, .person__header h1, .event__title, .department-center__title, .news-template .news__title,
.news-template-default .news__title,
.news-template-single-news .news__title, .default-page .page__header h1, .default-page .page__title {
  line-height: 120%;
}

.page-lede-text{
  text-align: left;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 200;
  color: rgb(17 24 39 / 0.6);
}

@media (min-width: 1280px){
  .page-lede-text{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.page-lede-text {
  line-height: 160%;
  letter-spacing: -1px;
}
.page-lede-text a{
  font-weight: 300;
  color: rgb(17 24 39 / 0.7);
}

.person-title-text{
  font-family: franklin-gothic-compressed;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
  letter-spacing: 0em;
  color: rgb(17 24 39 / 0.6);
}

@media (min-width: 1280px){
  .person-title-text{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1536px){
  .person-title-text{
    font-size: 3.75rem;
    line-height: 1;
  }
}

.department-center-title-text, .department-center__header h1{
  font-family: franklin-gothic-compressed;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0em;
}

@media (min-width: 1280px){
  .department-center-title-text, .department-center__header h1{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1536px){
  .department-center-title-text, .department-center__header h1{
    font-size: 3.75rem;
    line-height: 1;
  }
}

.featured-image-caption, .news-template .wp-block-post-featured-image .featured-image-caption,
.news-template-default .wp-block-post-featured-image .featured-image-caption,
.news-template-single-news .wp-block-post-featured-image .featured-image-caption{
  font-family: Libre Franklin;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: rgb(17 24 39 / 0.7);
}

.image-caption, .legacy-news-content figure figcaption, .news-template .news__content figure figcaption,
.news-template-default .news__content figure figcaption,
.news-template-single-news .news__content figure figcaption, .default-page .page__content .entry-content figure figcaption{
  font-family: Libre Franklin;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: rgb(17 24 39 / 0.7);
}

.navigation-tier-1, .nav-item.first-tier a .name{
  font-family: Libre Franklin;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: rgb(0 0 0 / 0.7);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.navigation-tier-1:hover, .nav-item.first-tier a .name:hover{
  color: rgb(0 0 0 / 1);
}

.navigation-tier-1:focus-visible, .nav-item.first-tier a .name:focus-visible{
  color: rgb(0 0 0 / 1);
  outline-color: rgb(249 115 22 / 0.6);
}

@media (min-width: 768px){
  .navigation-tier-1, .nav-item.first-tier a .name{
    font-weight: 700;
  }
}

@media (min-width: 1280px){
  .navigation-tier-1, .nav-item.first-tier a .name{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.navigation-tier-2, .nav-item.second-tier a .name{
  font-family: Libre Franklin;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.navigation-tier-2:focus-visible, .nav-item.second-tier a .name:focus-visible{
  outline-color: rgb(249 115 22 / 0.6);
}

@media (min-width: 1280px){
  .navigation-tier-2, .nav-item.second-tier a .name{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.navigation-tier-3, .nav-item.fourth-tier .name, .nav-item.third-tier a .name{
  font-family: Libre Franklin;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.8;
}

.navigation-tier-3:focus-visible, .nav-item.fourth-tier .name:focus-visible, .nav-item.third-tier a .name:focus-visible{
  outline-color: rgb(249 115 22 / 0.6);
}

@media (min-width: 1280px){
  .navigation-tier-3, .nav-item.fourth-tier .name, .nav-item.third-tier a .name{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.dropdown-group-title, .nav-items-group-title{
  font-family: Libre Franklin;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .dropdown-group-title, .nav-items-group-title{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.navigation-description, .nav-item a .name-and-description .description{
  font-family: Libre Franklin;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
  opacity: 0.4;
}

.tag, .event__tag{
  border-radius: 9999px;
  background-color: rgb(17 24 39 / 0.05);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.tags{
  display: flex;
  justify-content: center;
}

.card{
  position: relative;
  display: flex;
  width: 66.666667%;
  flex-shrink: 0;
  scroll-snap-align: center;
  scroll-margin-top: 20rem;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px){
  .card{
    width: 100%;
  }
}
.card:not(.program-card):hover{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 75ms;
  transition-duration: 200ms;
}
.card:not(.program-card):hover .card__title{
  text-decoration-line: underline;
  text-decoration-color: #1e293b;
  text-underline-offset: 4px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 75ms;
  transition-duration: 200ms;
}
.card *{
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.card__link{
  position: absolute;
  z-index: 2;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}
.card__external-link{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.card__external-link svg{
  color: rgb(17 24 39 / 0.3);
}
.card__content{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 1.25rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-width: 2px;
  border-color: rgb(17 24 39 / 0.05);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
}
.card__date-and-time{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card__date{
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.card__date svg{
  color: rgb(17 24 39 / 0.3);
}
.card__time{
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.card__time svg{
  color: rgb(17 24 39 / 0.3);
}
.card__info{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 1.25rem;
}
.card__title{
  text-decoration-color: transparent;
}
.card__title + .card__job-title{
  margin-top: -1.25rem;
}
.card__figure{
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/11;
}
.card__figure img{
  position: absolute;
  bottom: 0px;
  z-index: 1;
  aspect-ratio: 16 / 9;
  width: 100%;
}
.card__figure img.size-full{
  height: auto;
}
.card__figure figcaption{
  display: none;
}
.card__figure .card-border{
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
  aspect-ratio: 16/9.5;
}
.card__figure.has-card-image {
  aspect-ratio: 16/11;
}
.card__figure.has-card-image img{
  position: relative;
  z-index: 1;
  aspect-ratio: 16/11;
}
.card__figure.has-card-image .card-border{
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  aspect-ratio: 16/9.5;
}
.card__figure.person .card-border{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.card__figure.person img{
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (min-width: 300px){
  .card__figure.person img{
    position: relative;
    top: 2.25rem;
    margin: auto;
    transform: none;
  }
}
@media (min-width: 640px){
  .card__figure.person img{
    top: 2.5rem;
  }
}
@media (min-width: 1024px){
  .card__figure.person img{
    top: 3.5rem;
  }
}
.card__figure.person img {
  aspect-ratio: 1/1;
}
.card .card__link:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity));
}
.card .card__link:focus ~ *{
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.card .card__link:focus ~ .card__figure img{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.card.event-card{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.card.event-card .card__content{
  border-radius: 1rem;
  background-color: transparent;
}
.card.faculty-card .card__figure{
  aspect-ratio: 1 / 1;
}
.card.faculty-card .card__figure img{
  aspect-ratio: 1 / 1;
}
.card.faculty-card .card-border{
  display: none;
}
.card.faculty-card .card__content{
  border-style: none;
  background-color: transparent;
}
.card.faculty-card .card__info{
  gap: 0px;
}
.card.staff-card .card__figure{
  aspect-ratio: 1 / 1;
}
.card.staff-card .card__figure img{
  aspect-ratio: 1 / 1;
}
.card.staff-card .card-border{
  display: none;
}
.card.staff-card .card__content{
  border-style: none;
  background-color: transparent;
}
.card.staff-card .card__office-info{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.card.program-card .card__content{
  border-radius: 1rem;
}
.card.program-card .card__title:empty{
  display: none;
}
.card.program-card .card__links{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.card.program-card .card__links:only-child{
  gap: 0px;
}
.card.program-card .card__links li a{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration-line: underline;
  text-decoration-color: rgb(17 24 39 / 0.3);
}
.card.program-card .card__links li a svg{
  color: rgb(17 24 39 / 0.3);
}
.card.program-card .card__links li a:hover{
  text-decoration-color: #f97316;
}
.card.program-card .card__links li a:hover svg{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.card.leadership-council-card .card__info{
  align-items: center;
  gap: 0px;
}
.card.leadership-council-card .card__info h3{
  margin-bottom: 1rem;
}
.card.leadership-council-card .card__info p{
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}
.card.leadership-council-card .card__info p.card__tag{
  margin-bottom: 1rem;
  margin-top: -1rem;
}
.card.leadership-council-card .card__info p svg{
  margin-right: 1rem;
  color: rgb(17 24 39 / 0.3);
}

.cards{
  display: flex;
  width: 100%;
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
  gap: 1.25rem;
  overflow-x: scroll;
  padding: 1.25rem;
}

@media (min-width: 768px){
  .cards{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.cards {
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.cards::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media (min-width: 768px){
  .cards.faculty-cards{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .cards.staff-cards{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .cards.staff-cards{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .cards.engineer-cards{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .cards.engineer-cards{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

section{
  margin: 0px;
}

.seas-section{
  background-color: rgb(107 114 128 / 0.05);
}
.seas-section__header{
  width: 100%;
}
@media (min-width: 300px){
  .seas-section__header{
    max-width: 300px;
  }
}
@media (min-width: 640px){
  .seas-section__header{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .seas-section__header{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .seas-section__header{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .seas-section__header{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .seas-section__header{
    max-width: 1536px;
  }
}
.seas-section__header{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
}
.seas-section__content{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.seas-section__description:empty{
  display: none;
}
.seas-section__description a{
  text-decoration-line: underline;
  text-decoration-color: rgb(17 24 39 / 0.2);
}
.seas-section__description a:hover{
  text-decoration-color: #f97316;
}

.single-person .entry-content > .seas-section:last-child{
  margin-bottom: 0px;
}

.events-section .seas-section__content{
  gap: 2rem;
}

.staff-section .seas-section__subheading{
  text-align: center;
}

@media (min-width: 1280px){
  .staff-section .seas-section__subheading{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.staff-section .seas-section__header{
  display: none;
}
.staff-section .seas-section__content{
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
}
@media (min-width: 1024px){
  .staff-section .seas-section__content{
    width: 80vw;
  }
}

.leadership-council-section > div{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.leadership-council-section > div header{
  margin-bottom: 2.5rem;
}
.leadership-council-section > div > div > button{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  width: 100%;
  border-top-width: 1px;
  border-color: rgb(17 24 39 / 0.2);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.degree-section .seas-section__content{
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 1280px){
  .degree-section .seas-section__content{
    flex-direction: row;
    gap: 0px;
  }
}
.degree-section .seas-section__header{
  gap: 2.5rem;
  padding: 1.25rem;
  padding-top: 4rem;
}
@media (min-width: 1280px){
  .degree-section .seas-section__header{
    width: 25%;
  }
  .degree-section .degree-research-cards{
    width: 75%;
  }
}

.department-contacts{
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.department-contacts .department-contact{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.hero-section{
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hero-section__content{
  height: 100%;
  width: 100%;
}
.hero-section__link{
  position: absolute;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
}
.hero-section__info{
  bottom: 0px;
  width: 100%;
  background-color: rgb(0 0 0 / 0.8);
  padding: 2rem;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
@media (min-width: 1024px){
  .hero-section__info{
    position: absolute;
  }
}
.hero-section__info .hero-section__title{
  text-align: center;
}
.hero-section__figure{
  height: 100%;
  width: 100%;
}
.hero-section__figure img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/7;
}
@media screen and (min-height: 1000px) {
  .hero-section__figure img {
    aspect-ratio: 16/9;
  }
}
.hero-section__figure figcaption{
  display: none;
}
.hero-section .primary-chevron{
  position: absolute;
  z-index: 1;
  display: none;
}
@media (min-width: 1024px){
  .hero-section .primary-chevron{
    display: block;
  }
}
.hero-section .secondary-chevron{
  position: absolute;
  z-index: 1;
  display: none;
}
@media (min-width: 1024px){
  .hero-section .secondary-chevron{
    display: block;
  }
}
.hero-section.half-height{
  height: 50vh;
}
.hero-section.two-thirds-height{
  height: 66vh;
}
.hero-section.full-height{
  height: 100vh;
}

.default-page {
  min-height: calc(100vh - 705px);
}
.default-page .page__header{
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 1024px){
  .default-page .page__header{
    display: block;
  }
}
.default-page .page__header__content{
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 2;
  order: 2;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px){
  .default-page .page__header__content{
    position: absolute;
    width: 33.333333%;
    overflow: visible;
  }
}
.default-page .page__header__info{
  z-index: 3;
  display: flex;
  display: none;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 2.5rem;
}
@media (min-width: 1024px){
  .default-page .page__header__info{
    position: absolute;
    top: 50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-color: transparent;
  }
}
.default-page .page__header h1{
  position: relative;
  z-index: 2;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1280px){
  .default-page .page__header h1{
    font-size: 4.5rem;
    line-height: 1;
  }
}
.default-page .page__header h1 {
  line-height: 90%;
}
.default-page .page__header svg{
  position: absolute;
  z-index: 1;
}
.default-page .page__header .primary-chevron{
  top: -650px;
  left: -1400px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.7;
}
@media (min-width: 1024px){
  .default-page .page__header .primary-chevron{
    mix-blend-mode: multiply;
  }
}
.default-page .page__header .primary-chevron {
  transform: rotate(90deg) scale(0.8);
}
.default-page .page__header .secondary-chevron{
  top: 50%;
  left: 0;
  width: 25vw;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.8;
}
@media (min-width: 1024px){
  .default-page .page__header .secondary-chevron{
    mix-blend-mode: multiply;
  }
}
.default-page .page__header .secondary-chevron {
  transform: rotate(36deg) scale(2.9);
}
.default-page .page__header figure{
  height: 100%;
  width: 100%;
}
.default-page .page__header figure img{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  aspect-ratio: 16/7;
}
@media screen and (min-height: 1000px) {
  .default-page .page__header figure img {
    aspect-ratio: 16/9;
  }
}
.default-page .page__content{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.default-page .page__content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.default-page .page__content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.default-page .page__content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.default-page .page__content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.default-page .page__content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.default-page .page__content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.default-page .page__content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.default-page .page__content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.default-page .page__content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.default-page .page__content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.default-page .page__content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.default-page .page__content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.default-page .page__content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.default-page .page__content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.default-page .page__content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.default-page .page__content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.default-page .page__content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.default-page .page__content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.default-page .page__content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.default-page .page__content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.default-page .page__content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.default-page .page__content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.default-page .page__content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.default-page .page__content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.default-page .page__content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.default-page .page__content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.default-page .page__content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.default-page .page__content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.default-page .page__content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.default-page .page__content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.default-page .page__content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.default-page .page__content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.default-page .page__content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.default-page .page__content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.default-page .page__content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.default-page .page__content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.default-page .page__content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.default-page .page__content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.default-page .page__content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.default-page .page__content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.default-page .page__content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.default-page .page__content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.default-page .page__content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.default-page .page__content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.default-page .page__content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.default-page .page__content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.default-page .page__content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.default-page .page__content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.default-page .page__content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.default-page .page__content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.default-page .page__content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.default-page .page__content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.default-page .page__content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.default-page .page__content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.default-page .page__content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.default-page .page__content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.default-page .page__content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.default-page .page__content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.default-page .page__content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.default-page .page__content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.default-page .page__content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.default-page .page__content{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.default-page .page__content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.default-page .page__content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.default-page .page__content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.default-page .page__content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.default-page .page__content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.default-page .page__content :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.default-page .page__content :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.default-page .page__content :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.default-page .page__content :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.default-page .page__content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.default-page .page__content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.default-page .page__content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.default-page .page__content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.default-page .page__content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.default-page .page__content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.default-page .page__content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.default-page .page__content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.default-page .page__content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.default-page .page__content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.default-page .page__content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.default-page .page__content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.default-page .page__content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.default-page .page__content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.default-page .page__content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.default-page .page__content{
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}
@media (min-width: 1024px){
  .default-page .page__content{
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .default-page .page__content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .default-page .page__content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .default-page .page__content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1.0666667em;
  }
  .default-page .page__content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }
  .default-page .page__content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .default-page .page__content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }
  .default-page .page__content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .default-page .page__content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .default-page .page__content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .default-page .page__content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .default-page .page__content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .default-page .page__content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    border-radius: 0.3125rem;
    padding-top: 0.25em;
    padding-inline-end: 0.4em;
    padding-bottom: 0.25em;
    padding-inline-start: 0.4em;
  }
  .default-page .page__content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
  }
  .default-page .page__content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8611111em;
  }
  .default-page .page__content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
  }
  .default-page .page__content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-inline-end: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-inline-start: 1.3333333em;
  }
  .default-page .page__content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }
  .default-page .page__content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }
  .default-page .page__content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }
  .default-page .page__content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4em;
  }
  .default-page .page__content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4em;
  }
  .default-page .page__content :where(.lg\:prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .default-page .page__content :where(.lg\:prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  .default-page .page__content :where(.lg\:prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.2em;
  }
  .default-page .page__content :where(.lg\:prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  .default-page .page__content :where(.lg\:prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.2em;
  }
  .default-page .page__content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .default-page .page__content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .default-page .page__content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  .default-page .page__content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6em;
    padding-inline-start: 1.6em;
  }
  .default-page .page__content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }
  .default-page .page__content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .default-page .page__content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .default-page .page__content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .default-page .page__content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .default-page .page__content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.5555556;
  }
  .default-page .page__content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-inline-start: 0.6666667em;
  }
  .default-page .page__content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .default-page .page__content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .default-page .page__content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.8888889em;
    padding-inline-end: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-inline-start: 0.6666667em;
  }
  .default-page .page__content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .default-page .page__content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .default-page .page__content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .default-page .page__content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .default-page .page__content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }
  .default-page .page__content :where(.lg\:prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .default-page .page__content :where(.lg\:prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
@media (min-width: 1280px){
  .default-page .page__content{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }
  .default-page .page__content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .default-page .page__content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }
  .default-page .page__content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-inline-start: 1.1111111em;
  }
  .default-page .page__content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }
  .default-page .page__content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }
  .default-page .page__content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }
  .default-page .page__content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .default-page .page__content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .default-page .page__content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .default-page .page__content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .default-page .page__content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .default-page .page__content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    border-radius: 0.375rem;
    padding-top: 0.25em;
    padding-inline-end: 0.3333333em;
    padding-bottom: 0.25em;
    padding-inline-start: 0.3333333em;
  }
  .default-page .page__content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
  }
  .default-page .page__content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .default-page .page__content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
  }
  .default-page .page__content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-inline-end: 1.6em;
    padding-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }
  .default-page .page__content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5833333em;
  }
  .default-page .page__content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5833333em;
  }
  .default-page .page__content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .default-page .page__content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4166667em;
  }
  .default-page .page__content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4166667em;
  }
  .default-page .page__content :where(.xl\:prose-2xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }
  .default-page .page__content :where(.xl\:prose-2xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .default-page .page__content :where(.xl\:prose-2xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .default-page .page__content :where(.xl\:prose-2xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .default-page .page__content :where(.xl\:prose-2xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .default-page .page__content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .default-page .page__content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .default-page .page__content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .default-page .page__content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    padding-inline-start: 1.5833333em;
  }
  .default-page .page__content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .default-page .page__content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .default-page .page__content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .default-page .page__content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .default-page .page__content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .default-page .page__content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.4;
  }
  .default-page .page__content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.6em;
    padding-bottom: 0.8em;
    padding-inline-start: 0.6em;
  }
  .default-page .page__content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .default-page .page__content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .default-page .page__content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.8em;
    padding-inline-end: 0.6em;
    padding-bottom: 0.8em;
    padding-inline-start: 0.6em;
  }
  .default-page .page__content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .default-page .page__content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .default-page .page__content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .default-page .page__content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .default-page .page__content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }
  .default-page .page__content :where(.xl\:prose-2xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .default-page .page__content :where(.xl\:prose-2xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
@media (min-width: 1024px){
  .default-page .page__content{
    width: 80vw;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.default-page .page__content :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)){
  margin-top: 8rem;
  margin-bottom: 8rem;
  margin-left: -10vw;
  display: block;
  height: 2.5rem;
  width: 100vw;
  border-style: none;
  background-color: rgb(107 114 128 / 0.05);
}
.default-page .page__content .entry-content a{
  text-decoration-color: rgb(17 24 39 / 0.2);
  text-underline-offset: 4px;
}
.default-page .page__content .entry-content a:hover{
  text-decoration-color: #f97316;
}
.default-page .page__content .entry-content .lede{
  text-align: left;
  font-weight: 200;
}
@media (min-width: 300px){
  .default-page .page__content .entry-content .lede{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  .default-page .page__content .entry-content .lede :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .default-page .page__content .entry-content .lede :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  .default-page .page__content .entry-content .lede :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start: 1em;
  }
  .default-page .page__content .entry-content .lede :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  .default-page .page__content .entry-content .lede :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }
  .default-page .page__content .entry-content .lede :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .default-page .page__content .entry-content .lede :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .default-page .page__content .entry-content .lede :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .default-page .page__content .entry-content .lede :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .default-page .page__content .entry-content .lede :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .default-page .page__content .entry-content .lede :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .default-page .page__content .entry-content .lede :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
  }
  .default-page .page__content .entry-content .lede :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
  }
  .default-page .page__content .entry-content .lede :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8666667em;
  }
  .default-page .page__content .entry-content .lede :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .default-page .page__content .entry-content .lede :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
  }
  .default-page .page__content .entry-content .lede :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }
  .default-page .page__content .entry-content .lede :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }
  .default-page .page__content .entry-content .lede :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .default-page .page__content .entry-content .lede :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4444444em;
  }
  .default-page .page__content .entry-content .lede :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4444444em;
  }
  .default-page .page__content .entry-content .lede :where(.xs\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .default-page .page__content .entry-content .lede :where(.xs\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .default-page .page__content .entry-content .lede :where(.xs\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .default-page .page__content .entry-content .lede :where(.xs\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .default-page .page__content .entry-content .lede :where(.xs\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .default-page .page__content .entry-content .lede :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .default-page .page__content .entry-content .lede :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .default-page .page__content .entry-content .lede :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .default-page .page__content .entry-content .lede :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
  }
  .default-page .page__content .entry-content .lede :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  .default-page .page__content .entry-content .lede :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .default-page .page__content .entry-content .lede :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .default-page .page__content .entry-content .lede :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .default-page .page__content .entry-content .lede :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .default-page .page__content .entry-content .lede :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  .default-page .page__content .entry-content .lede :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }
  .default-page .page__content .entry-content .lede :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .default-page .page__content .entry-content .lede :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .default-page .page__content .entry-content .lede :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }
  .default-page .page__content .entry-content .lede :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .default-page .page__content .entry-content .lede :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .default-page .page__content .entry-content .lede :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .default-page .page__content .entry-content .lede :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .default-page .page__content .entry-content .lede :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  .default-page .page__content .entry-content .lede :where(.xs\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .default-page .page__content .entry-content .lede :where(.xs\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
  .default-page .page__content .entry-content .lede{
    color: rgb(17 24 39 / 0.7);
  }
}
@media (min-width: 640px){
  .default-page .page__content .entry-content .lede{
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: rgb(17 24 39 / 0.6);
  }
}
@media (min-width: 1280px){
  .default-page .page__content .entry-content .lede{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.default-page .page__content .entry-content .lede {
  line-height: 160%;
  letter-spacing: -1px;
}
.default-page .page__content .entry-content .lede a{
  font-weight: 300;
  color: rgb(17 24 39 / 0.7);
}
.default-page .page__content .entry-content h2{
  font-weight: 400;
}
.default-page .page__content .entry-content h2 a{
  font-weight: 400;
}
.default-page .page__content .entry-content figure{
  margin-top: 0px;
  width: 100%;
}
@media (min-width: 1280px){
  .default-page .page__content .entry-content figure{
    width: 50%;
  }
  .default-page .page__content .entry-content figure.alignright{
    float: right;
    margin-left: 1.25rem;
    margin-right: -15rem;
  }
  .default-page .page__content .entry-content figure.alignleft{
    float: left;
    margin-right: 1.25rem;
    margin-left: -15rem;
  }
}
.default-page .page__content .entry-content figure.aligncenter, .default-page .page__content .entry-content figure.alignnone{
  width: 100%;
}
@media (min-width: 1280px){
  .default-page .page__content .entry-content section figure{
    width: 100%;
  }
}
.default-page .page__content section{
  clear: both;
}
@media (min-width: 1024px){
  .default-page .page__content section{
    margin-left: -10vw;
    width: 100vw;
  }
}
.default-page .page__content section:first-of-type{
  margin-top: 100px;
}
.default-page .page__content section:only-child{
  margin-top: 0px;
}

.home-page .entry-content{
  width: 100%;
}

.no-featured-image .page__header{
  display: none;
  height: 140px;
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

@media (min-width: 1280px){
  .no-featured-image .page__header{
    display: block;
  }
}

.equad-archive .page__title,
.events-archive .page__title,
.faculty-directory .page__title,
.news-archive .page__title,
.page-id-5266 .default-page .page__title{
  text-align: center;
}
.equad-archive .entry-content .lede,
.events-archive .entry-content .lede,
.faculty-directory .entry-content .lede,
.news-archive .entry-content .lede,
.page-id-5266 .default-page .entry-content .lede{
  text-align: center;
}
.equad-archive .entry-content .seas-section__content,
.events-archive .entry-content .seas-section__content,
.faculty-directory .entry-content .seas-section__content,
.news-archive .entry-content .seas-section__content,
.page-id-5266 .default-page .entry-content .seas-section__content{
  padding-top: 0px;
}
.news-template .news,
.news-template-default .news,
.news-template-single-news .news{
  overflow-x: hidden;
}
.news-template .news__inner,
.news-template-default .news__inner,
.news-template-single-news .news__inner{
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.news-template .news__header,
.news-template-default .news__header,
.news-template-single-news .news__header{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.news-template .news__header :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.news-template .news__header :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.news-template .news__header :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.news-template .news__header :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.news-template .news__header :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.news-template .news__header :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.news-template .news__header :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.news-template .news__header :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.news-template .news__header :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.news-template .news__header :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.news-template .news__header :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.news-template .news__header :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.news-template .news__header :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.news-template .news__header :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.news-template .news__header :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.news-template .news__header :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.news-template .news__header :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.news-template .news__header :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.news-template .news__header :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
.news-template-default .news__header :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
.news-template-single-news .news__header :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.news-template .news__header :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
.news-template-default .news__header :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
.news-template-single-news .news__header :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.news-template .news__header :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.news-template .news__header :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.news-template .news__header :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.news-template .news__header :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.news-template-default .news__header :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.news-template-single-news .news__header :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.news-template .news__header :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.news-template-default .news__header :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.news-template-single-news .news__header :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.news-template .news__header :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.news-template .news__header :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.news-template .news__header :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.news-template .news__header :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.news-template .news__header :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.news-template .news__header :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.news-template .news__header :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.news-template .news__header :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.news-template .news__header :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.news-template .news__header :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.news-template .news__header :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.news-template .news__header :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.news-template .news__header :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.news-template .news__header :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.news-template-default .news__header :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.news-template-single-news .news__header :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.news-template .news__header :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.news-template-default .news__header :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.news-template-single-news .news__header :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.news-template .news__header :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.news-template .news__header :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.news-template .news__header :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.news-template .news__header :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.news-template .news__header :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.news-template .news__header :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.news-template .news__header :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.news-template .news__header :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.news-template .news__header :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.news-template .news__header :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.news-template-default .news__header :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.news-template-single-news .news__header :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.news-template .news__header :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.news-template-default .news__header :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.news-template-single-news .news__header :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.news-template .news__header :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.news-template .news__header :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.news-template .news__header :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.news-template .news__header :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.news-template .news__header :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.news-template .news__header :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.news-template .news__header :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.news-template .news__header :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.news-template .news__header :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.news-template .news__header :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.news-template .news__header,
.news-template-default .news__header,
.news-template-single-news .news__header{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.news-template .news__header :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.news-template .news__header :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.news-template .news__header :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.news-template .news__header :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.news-template .news__header :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.news-template .news__header :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.news-template .news__header :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.news-template .news__header :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.news-template .news__header :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.news-template .news__header :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.news-template .news__header :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.news-template .news__header :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.news-template .news__header :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.news-template .news__header :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.news-template .news__header :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.news-template .news__header :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.news-template .news__header :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.news-template .news__header :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.news-template .news__header :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.news-template .news__header :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.news-template .news__header :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.news-template .news__header :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.news-template .news__header :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.news-template .news__header :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.news-template .news__header,
.news-template-default .news__header,
.news-template-single-news .news__header{
  font-size: 1.5rem;
  line-height: 1.6666667;
}
.news-template .news__header :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.news-template .news__header :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.25em;
  line-height: 1.4666667;
  margin-top: 1.0666667em;
  margin-bottom: 1.0666667em;
}
.news-template .news__header :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
  padding-inline-start: 1.1111111em;
}
.news-template .news__header :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.875em;
  line-height: 1;
}
.news-template .news__header :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2em;
  margin-top: 1.5em;
  margin-bottom: 0.8333333em;
  line-height: 1.0833333;
}
.news-template .news__header :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.5em;
  margin-top: 1.5555556em;
  margin-bottom: 0.6666667em;
  line-height: 1.2222222;
}
.news-template .news__header :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.news-template .news__header :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.news-template .news__header :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.news-template .news__header :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.news-template .news__header :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.news-template .news__header :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8333333em;
  border-radius: 0.375rem;
  padding-top: 0.25em;
  padding-inline-end: 0.3333333em;
  padding-bottom: 0.25em;
  padding-inline-start: 0.3333333em;
}
.news-template .news__header :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8333333em;
}
.news-template .news__header :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}
.news-template .news__header :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.news-template .news__header :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8333333em;
  line-height: 1.8;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.2em;
  padding-inline-end: 1.6em;
  padding-bottom: 1.2em;
  padding-inline-start: 1.6em;
}
.news-template .news__header :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5833333em;
}
.news-template .news__header :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5833333em;
}
.news-template .news__header :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.news-template .news__header :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4166667em;
}
.news-template .news__header :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4166667em;
}
.news-template .news__header :where(.prose-2xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(.prose-2xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(.prose-2xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}
.news-template .news__header :where(.prose-2xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(.prose-2xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(.prose-2xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.news-template .news__header :where(.prose-2xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(.prose-2xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(.prose-2xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.news-template .news__header :where(.prose-2xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(.prose-2xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(.prose-2xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.news-template .news__header :where(.prose-2xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(.prose-2xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(.prose-2xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.news-template .news__header :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.news-template .news__header :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.news-template .news__header :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.news-template .news__header :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.5833333em;
}
.news-template .news__header :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3em;
  margin-bottom: 3em;
}
.news-template .news__header :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.news-template .news__header :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.news-template .news__header :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.news-template .news__header :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.news-template .news__header :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8333333em;
  line-height: 1.4;
}
.news-template .news__header :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.6em;
  padding-bottom: 0.8em;
  padding-inline-start: 0.6em;
}
.news-template .news__header :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.news-template .news__header :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.news-template .news__header :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.8em;
  padding-inline-end: 0.6em;
  padding-bottom: 0.8em;
  padding-inline-start: 0.6em;
}
.news-template .news__header :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.news-template .news__header :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.news-template .news__header :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.news-template .news__header :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.news-template .news__header :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8333333em;
  line-height: 1.6;
  margin-top: 1em;
}
.news-template .news__header :where(.prose-2xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(.prose-2xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(.prose-2xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.news-template .news__header :where(.prose-2xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__header :where(.prose-2xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__header :where(.prose-2xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.news-template .news__header,
.news-template-default .news__header,
.news-template-single-news .news__header{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: none;
  flex-direction: column;
  gap: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px){
  .news-template .news__header,
.news-template-default .news__header,
.news-template-single-news .news__header{
    width: 70vw;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.news-template .news__header :where(.news__title):not(:where([class~=not-prose], [class~=not-prose] *)),
.news-template-default .news__header :where(.news__title):not(:where([class~=not-prose], [class~=not-prose] *)),
.news-template-single-news .news__header :where(.news__title):not(:where([class~=not-prose], [class~=not-prose] *)){
  margin-bottom: 0px;
  text-align: left;
  font-family: franklin-gothic-compressed;
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
@media (min-width: 1280px){
  .news-template .news__header :where(.news__title):not(:where([class~=not-prose], [class~=not-prose] *)),
.news-template-default .news__header :where(.news__title):not(:where([class~=not-prose], [class~=not-prose] *)),
.news-template-single-news .news__header :where(.news__title):not(:where([class~=not-prose], [class~=not-prose] *)){
    font-size: 6rem;
    line-height: 1;
  }
}
.news-template .news__header :where(.news__meta p):not(:where([class~=not-prose], [class~=not-prose] *)),
.news-template-default .news__header :where(.news__meta p):not(:where([class~=not-prose], [class~=not-prose] *)),
.news-template-single-news .news__header :where(.news__meta p):not(:where([class~=not-prose], [class~=not-prose] *)){
  margin: 0px;
}
@media (min-width: 300px){
  .news-template .news__header-no-img,
.news-template-default .news__header-no-img,
.news-template-single-news .news__header-no-img{
    margin-top: 1.25rem;
  }
}
@media (min-width: 640px){
  .news-template .news__header-no-img,
.news-template-default .news__header-no-img,
.news-template-single-news .news__header-no-img{
    margin-top: 11rem;
  }
}
.news-template .news__meta,
.news-template-default .news__meta,
.news-template-single-news .news__meta{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  gap: 1rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(17 24 39 / 0.2);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(17 24 39 / 0.7);
}
@media (min-width: 300px){
  .news-template .news__meta,
.news-template-default .news__meta,
.news-template-single-news .news__meta{
    flex-direction: column;
  }
}
@media (min-width: 768px){
  .news-template .news__meta,
.news-template-default .news__meta,
.news-template-single-news .news__meta{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.news-template .news__meta .byline,
.news-template-default .news__meta .byline,
.news-template-single-news .news__meta .byline{
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}
.news-template .news__meta #share-link,
.news-template-default .news__meta #share-link,
.news-template-single-news .news__meta #share-link{
  margin-top: 1rem;
}
@media (min-width: 768px){
  .news-template .news__meta #share-link,
.news-template-default .news__meta #share-link,
.news-template-single-news .news__meta #share-link{
    margin-top: 0px;
  }
}
.news-template .news__meta #share-link .share-buttons,
.news-template-default .news__meta #share-link .share-buttons,
.news-template-single-news .news__meta #share-link .share-buttons{
  display: flex;
  gap: 0.5rem;
}
.news-template .news__meta .author,
.news-template .news__meta .wp-block-post-date,
.news-template-default .news__meta .author,
.news-template-default .news__meta .wp-block-post-date,
.news-template-single-news .news__meta .author,
.news-template-single-news .news__meta .wp-block-post-date{
  font-weight: 600;
}
.news-template .news__content .lede,
.news-template-default .news__content .lede,
.news-template-single-news .news__content .lede{
  text-align: left;
  font-weight: 200;
}
@media (min-width: 300px){
  .news-template .news__content .lede,
.news-template-default .news__content .lede,
.news-template-single-news .news__content .lede{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  .news-template .news__content .lede :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .news-template .news__content .lede :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  .news-template .news__content .lede :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start: 1em;
  }
  .news-template .news__content .lede :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  .news-template .news__content .lede :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }
  .news-template .news__content .lede :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .news-template .news__content .lede :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .news-template .news__content .lede :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .news-template .news__content .lede :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .news-template .news__content .lede :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .news-template .news__content .lede :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .news-template .news__content .lede :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
  }
  .news-template .news__content .lede :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
  }
  .news-template .news__content .lede :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8666667em;
  }
  .news-template .news__content .lede :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .news-template .news__content .lede :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
  }
  .news-template .news__content .lede :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }
  .news-template .news__content .lede :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }
  .news-template .news__content .lede :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .news-template .news__content .lede :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4444444em;
  }
  .news-template .news__content .lede :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4444444em;
  }
  .news-template .news__content .lede :where(.xs\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(.xs\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(.xs\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .news-template .news__content .lede :where(.xs\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(.xs\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(.xs\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .news-template .news__content .lede :where(.xs\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(.xs\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(.xs\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .news-template .news__content .lede :where(.xs\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(.xs\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(.xs\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .news-template .news__content .lede :where(.xs\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(.xs\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(.xs\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .news-template .news__content .lede :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .news-template .news__content .lede :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .news-template .news__content .lede :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .news-template .news__content .lede :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
  }
  .news-template .news__content .lede :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  .news-template .news__content .lede :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .news-template .news__content .lede :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .news-template .news__content .lede :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .news-template .news__content .lede :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .news-template .news__content .lede :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  .news-template .news__content .lede :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }
  .news-template .news__content .lede :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .news-template .news__content .lede :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .news-template .news__content .lede :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }
  .news-template .news__content .lede :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .news-template .news__content .lede :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .news-template .news__content .lede :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .news-template .news__content .lede :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .news-template .news__content .lede :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  .news-template .news__content .lede :where(.xs\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(.xs\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(.xs\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .news-template .news__content .lede :where(.xs\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .lede :where(.xs\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .lede :where(.xs\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
  .news-template .news__content .lede,
.news-template-default .news__content .lede,
.news-template-single-news .news__content .lede{
    color: rgb(17 24 39 / 0.7);
  }
}
@media (min-width: 640px){
  .news-template .news__content .lede,
.news-template-default .news__content .lede,
.news-template-single-news .news__content .lede{
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: rgb(17 24 39 / 0.6);
  }
}
@media (min-width: 1280px){
  .news-template .news__content .lede,
.news-template-default .news__content .lede,
.news-template-single-news .news__content .lede{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.news-template .news__content .lede,
.news-template-default .news__content .lede,
.news-template-single-news .news__content .lede {
  line-height: 160%;
  letter-spacing: -1px;
}
.news-template .news__content .lede a,
.news-template-default .news__content .lede a,
.news-template-single-news .news__content .lede a{
  font-weight: 300;
  color: rgb(17 24 39 / 0.7);
}
.news-template .news__content .entry-content,
.news-template-default .news__content .entry-content,
.news-template-single-news .news__content .entry-content{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.news-template .news__content .entry-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.news-template .news__content .entry-content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.news-template .news__content .entry-content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.news-template .news__content .entry-content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.news-template .news__content .entry-content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.news-template .news__content .entry-content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.news-template .news__content .entry-content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.news-template .news__content .entry-content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.news-template .news__content .entry-content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.news-template .news__content .entry-content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.news-template .news__content .entry-content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.news-template .news__content .entry-content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.news-template .news__content .entry-content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.news-template .news__content .entry-content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.news-template .news__content .entry-content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.news-template .news__content .entry-content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.news-template .news__content .entry-content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.news-template .news__content .entry-content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.news-template .news__content .entry-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
.news-template-default .news__content .entry-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
.news-template-single-news .news__content .entry-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.news-template .news__content .entry-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
.news-template-default .news__content .entry-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
.news-template-single-news .news__content .entry-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.news-template .news__content .entry-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.news-template .news__content .entry-content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.news-template .news__content .entry-content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.news-template .news__content .entry-content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.news-template-default .news__content .entry-content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.news-template-single-news .news__content .entry-content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.news-template .news__content .entry-content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.news-template-default .news__content .entry-content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.news-template-single-news .news__content .entry-content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.news-template .news__content .entry-content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.news-template .news__content .entry-content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.news-template .news__content .entry-content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.news-template .news__content .entry-content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.news-template .news__content .entry-content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.news-template .news__content .entry-content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.news-template .news__content .entry-content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.news-template .news__content .entry-content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.news-template .news__content .entry-content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.news-template .news__content .entry-content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.news-template .news__content .entry-content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.news-template .news__content .entry-content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.news-template .news__content .entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.news-template .news__content .entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.news-template-default .news__content .entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.news-template-single-news .news__content .entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.news-template .news__content .entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.news-template-default .news__content .entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.news-template-single-news .news__content .entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.news-template .news__content .entry-content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.news-template .news__content .entry-content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.news-template .news__content .entry-content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.news-template .news__content .entry-content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.news-template .news__content .entry-content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.news-template .news__content .entry-content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.news-template .news__content .entry-content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.news-template .news__content .entry-content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.news-template .news__content .entry-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.news-template .news__content .entry-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.news-template-default .news__content .entry-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.news-template-single-news .news__content .entry-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.news-template .news__content .entry-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.news-template-default .news__content .entry-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.news-template-single-news .news__content .entry-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.news-template .news__content .entry-content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.news-template .news__content .entry-content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.news-template .news__content .entry-content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.news-template .news__content .entry-content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.news-template .news__content .entry-content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.news-template .news__content .entry-content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.news-template .news__content .entry-content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.news-template .news__content .entry-content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.news-template .news__content .entry-content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.news-template .news__content .entry-content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.news-template .news__content .entry-content,
.news-template-default .news__content .entry-content,
.news-template-single-news .news__content .entry-content{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.news-template .news__content .entry-content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.news-template .news__content .entry-content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.news-template .news__content .entry-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.news-template .news__content .entry-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.news-template .news__content .entry-content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.news-template .news__content .entry-content :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.news-template .news__content .entry-content :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.news-template .news__content .entry-content :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.news-template .news__content .entry-content :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.news-template .news__content .entry-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.news-template .news__content .entry-content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.news-template .news__content .entry-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.news-template .news__content .entry-content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.news-template .news__content .entry-content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.news-template .news__content .entry-content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.news-template .news__content .entry-content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.news-template .news__content .entry-content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.news-template .news__content .entry-content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.news-template .news__content .entry-content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.news-template .news__content .entry-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.news-template .news__content .entry-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.news-template .news__content .entry-content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.news-template .news__content .entry-content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.news-template .news__content .entry-content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.news-template .news__content .entry-content,
.news-template-default .news__content .entry-content,
.news-template-single-news .news__content .entry-content{
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}
@media (min-width: 300px){
  .news-template .news__content .entry-content,
.news-template-default .news__content .entry-content,
.news-template-single-news .news__content .entry-content{
    font-size: 1rem;
    line-height: 1.75;
  }
  .news-template .news__content .entry-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .news-template .news__content .entry-content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .news-template .news__content .entry-content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
  }
  .news-template .news__content .entry-content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .news-template .news__content .entry-content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
  .news-template .news__content .entry-content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .news-template .news__content .entry-content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  .news-template .news__content .entry-content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .news-template .news__content .entry-content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .news-template .news__content .entry-content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .news-template .news__content .entry-content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .news-template .news__content .entry-content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
  }
  .news-template .news__content .entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .news-template .news__content .entry-content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .news-template .news__content .entry-content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
  }
  .news-template .news__content .entry-content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    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-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
  }
  .news-template .news__content .entry-content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  .news-template .news__content .entry-content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  .news-template .news__content .entry-content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .news-template .news__content .entry-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.375em;
  }
  .news-template .news__content .entry-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.375em;
  }
  .news-template .news__content .entry-content :where(.xs\:prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(.xs\:prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(.xs\:prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .news-template .news__content .entry-content :where(.xs\:prose-base > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(.xs\:prose-base > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(.xs\:prose-base > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .news-template .news__content .entry-content :where(.xs\:prose-base > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(.xs\:prose-base > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(.xs\:prose-base > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  .news-template .news__content .entry-content :where(.xs\:prose-base > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(.xs\:prose-base > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(.xs\:prose-base > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .news-template .news__content .entry-content :where(.xs\:prose-base > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(.xs\:prose-base > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(.xs\:prose-base > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  .news-template .news__content .entry-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .news-template .news__content .entry-content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .news-template .news__content .entry-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .news-template .news__content .entry-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
  }
  .news-template .news__content .entry-content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .news-template .news__content .entry-content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .news-template .news__content .entry-content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .news-template .news__content .entry-content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .news-template .news__content .entry-content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .news-template .news__content .entry-content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
    line-height: 1.7142857;
  }
  .news-template .news__content .entry-content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  .news-template .news__content .entry-content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .news-template .news__content .entry-content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .news-template .news__content .entry-content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  .news-template .news__content .entry-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .news-template .news__content .entry-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .news-template .news__content .entry-content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .news-template .news__content .entry-content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .news-template .news__content .entry-content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  .news-template .news__content .entry-content :where(.xs\:prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(.xs\:prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(.xs\:prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .news-template .news__content .entry-content :where(.xs\:prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(.xs\:prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(.xs\:prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
@media (min-width: 640px){
  .news-template .news__content .entry-content,
.news-template-default .news__content .entry-content,
.news-template-single-news .news__content .entry-content{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }
  .news-template .news__content .entry-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .news-template .news__content .entry-content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }
  .news-template .news__content .entry-content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-inline-start: 1.1111111em;
  }
  .news-template .news__content .entry-content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }
  .news-template .news__content .entry-content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }
  .news-template .news__content .entry-content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }
  .news-template .news__content .entry-content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .news-template .news__content .entry-content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .news-template .news__content .entry-content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .news-template .news__content .entry-content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .news-template .news__content .entry-content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .news-template .news__content .entry-content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    border-radius: 0.375rem;
    padding-top: 0.25em;
    padding-inline-end: 0.3333333em;
    padding-bottom: 0.25em;
    padding-inline-start: 0.3333333em;
  }
  .news-template .news__content .entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
  }
  .news-template .news__content .entry-content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .news-template .news__content .entry-content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
  }
  .news-template .news__content .entry-content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-inline-end: 1.6em;
    padding-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }
  .news-template .news__content .entry-content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5833333em;
  }
  .news-template .news__content .entry-content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5833333em;
  }
  .news-template .news__content .entry-content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .news-template .news__content .entry-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4166667em;
  }
  .news-template .news__content .entry-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4166667em;
  }
  .news-template .news__content .entry-content :where(.sm\:prose-2xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(.sm\:prose-2xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(.sm\:prose-2xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }
  .news-template .news__content .entry-content :where(.sm\:prose-2xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(.sm\:prose-2xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(.sm\:prose-2xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .news-template .news__content .entry-content :where(.sm\:prose-2xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(.sm\:prose-2xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(.sm\:prose-2xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .news-template .news__content .entry-content :where(.sm\:prose-2xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(.sm\:prose-2xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(.sm\:prose-2xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .news-template .news__content .entry-content :where(.sm\:prose-2xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(.sm\:prose-2xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(.sm\:prose-2xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .news-template .news__content .entry-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .news-template .news__content .entry-content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .news-template .news__content .entry-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .news-template .news__content .entry-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    padding-inline-start: 1.5833333em;
  }
  .news-template .news__content .entry-content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .news-template .news__content .entry-content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .news-template .news__content .entry-content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .news-template .news__content .entry-content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .news-template .news__content .entry-content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .news-template .news__content .entry-content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.4;
  }
  .news-template .news__content .entry-content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.6em;
    padding-bottom: 0.8em;
    padding-inline-start: 0.6em;
  }
  .news-template .news__content .entry-content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .news-template .news__content .entry-content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .news-template .news__content .entry-content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.8em;
    padding-inline-end: 0.6em;
    padding-bottom: 0.8em;
    padding-inline-start: 0.6em;
  }
  .news-template .news__content .entry-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .news-template .news__content .entry-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .news-template .news__content .entry-content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .news-template .news__content .entry-content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .news-template .news__content .entry-content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }
  .news-template .news__content .entry-content :where(.sm\:prose-2xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(.sm\:prose-2xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(.sm\:prose-2xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .news-template .news__content .entry-content :where(.sm\:prose-2xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-default .news__content .entry-content :where(.sm\:prose-2xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news-template-single-news .news__content .entry-content :where(.sm\:prose-2xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
@media (min-width: 1024px){
  .news-template .news__content .entry-content,
.news-template-default .news__content .entry-content,
.news-template-single-news .news__content .entry-content{
    width: 70vw;
  }
}
@media (min-width: 300px){
  .news-template .news__content .entry-content a,
.news-template-default .news__content .entry-content a,
.news-template-single-news .news__content .entry-content a{
    text-underline-offset: 2px;
  }
}
@media (min-width: 768px){
  .news-template .news__content .entry-content a,
.news-template-default .news__content .entry-content a,
.news-template-single-news .news__content .entry-content a{
    text-underline-offset: 4px;
  }
}
.news-template .news__content .entry-content a:hover,
.news-template-default .news__content .entry-content a:hover,
.news-template-single-news .news__content .entry-content a:hover{
  text-decoration-color: #f97316;
  text-decoration-thickness: 2px;
}
.news-template .news__content .entry-content button.secondary a,
.news-template-default .news__content .entry-content button.secondary a,
.news-template-single-news .news__content .entry-content button.secondary a {
  color: white !important;
  text-decoration: none !important;
}
.news-template .news__content figure.wp-block-image,
.news-template-default .news__content figure.wp-block-image,
.news-template-single-news .news__content figure.wp-block-image{
  margin-top: 0px;
  width: 100%;
}
@media (min-width: 1280px){
  .news-template .news__content figure.wp-block-image,
.news-template-default .news__content figure.wp-block-image,
.news-template-single-news .news__content figure.wp-block-image{
    width: 50%;
  }
}
.news-template .news__content figure.wp-block-image img,
.news-template-default .news__content figure.wp-block-image img,
.news-template-single-news .news__content figure.wp-block-image img{
  width: 100%;
}
@media (min-width: 1280px){
  .news-template .news__content figure.alignright,
.news-template-default .news__content figure.alignright,
.news-template-single-news .news__content figure.alignright{
    float: right;
    margin-left: 1.25rem;
    margin-right: -15rem;
  }
  .news-template .news__content figure.alignleft,
.news-template-default .news__content figure.alignleft,
.news-template-single-news .news__content figure.alignleft{
    float: left;
    margin-right: 1.25rem;
    margin-left: -15rem;
  }
}
.news-template .news__content figure.aligncenter, .news-template .news__content figure.alignnone,
.news-template-default .news__content figure.aligncenter,
.news-template-default .news__content figure.alignnone,
.news-template-single-news .news__content figure.aligncenter,
.news-template-single-news .news__content figure.alignnone{
  width: 100%;
}
.news-template .news__content section,
.news-template-default .news__content section,
.news-template-single-news .news__content section{
  clear: both;
}
@media (min-width: 300px){
  .news-template .news__content section,
.news-template-default .news__content section,
.news-template-single-news .news__content section{
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}
@media (min-width: 1024px){
  .news-template .news__content section,
.news-template-default .news__content section,
.news-template-single-news .news__content section{
    margin-left: -15vw;
    margin-right: -15vw;
    width: 100vw;
  }
}

.news-template-legacy-news .lede,
.news-template-legacy-news-html .lede{
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px){
  .news-template-legacy-news .lede,
.news-template-legacy-news-html .lede{
    width: 70vw;
  }
}

.legacy-news-content{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.legacy-news-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.legacy-news-content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.legacy-news-content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.legacy-news-content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.legacy-news-content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.legacy-news-content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.legacy-news-content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.legacy-news-content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.legacy-news-content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.legacy-news-content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.legacy-news-content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.legacy-news-content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.legacy-news-content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.legacy-news-content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.legacy-news-content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.legacy-news-content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.legacy-news-content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}

.legacy-news-content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.legacy-news-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.legacy-news-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.legacy-news-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.legacy-news-content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.legacy-news-content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.legacy-news-content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}

.legacy-news-content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}

.legacy-news-content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.legacy-news-content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.legacy-news-content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.legacy-news-content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.legacy-news-content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.legacy-news-content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.legacy-news-content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.legacy-news-content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.legacy-news-content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.legacy-news-content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.legacy-news-content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.legacy-news-content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.legacy-news-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.legacy-news-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}

.legacy-news-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}

.legacy-news-content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.legacy-news-content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.legacy-news-content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.legacy-news-content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.legacy-news-content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.legacy-news-content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.legacy-news-content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.legacy-news-content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.legacy-news-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.legacy-news-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}

.legacy-news-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}

.legacy-news-content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.legacy-news-content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.legacy-news-content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.legacy-news-content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.legacy-news-content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}

.legacy-news-content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}

.legacy-news-content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.legacy-news-content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}

.legacy-news-content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.legacy-news-content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.legacy-news-content{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.legacy-news-content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.legacy-news-content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.legacy-news-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.legacy-news-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.legacy-news-content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.legacy-news-content :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.legacy-news-content :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.legacy-news-content :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.legacy-news-content :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.legacy-news-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.legacy-news-content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.legacy-news-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.legacy-news-content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.legacy-news-content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.legacy-news-content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.legacy-news-content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.legacy-news-content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.legacy-news-content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.legacy-news-content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.legacy-news-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.legacy-news-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.legacy-news-content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.legacy-news-content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.legacy-news-content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.legacy-news-content{
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}

@media (min-width: 300px){
  .legacy-news-content{
    font-size: 1rem;
    line-height: 1.75;
  }
  .legacy-news-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .legacy-news-content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .legacy-news-content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
  }
  .legacy-news-content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .legacy-news-content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
  .legacy-news-content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .legacy-news-content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  .legacy-news-content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .legacy-news-content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .legacy-news-content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .legacy-news-content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .legacy-news-content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
  }
  .legacy-news-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .legacy-news-content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .legacy-news-content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
  }
  .legacy-news-content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    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-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
  }
  .legacy-news-content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  .legacy-news-content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  .legacy-news-content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .legacy-news-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.375em;
  }
  .legacy-news-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.375em;
  }
  .legacy-news-content :where(.xs\:prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .legacy-news-content :where(.xs\:prose-base > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .legacy-news-content :where(.xs\:prose-base > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  .legacy-news-content :where(.xs\:prose-base > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .legacy-news-content :where(.xs\:prose-base > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  .legacy-news-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .legacy-news-content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .legacy-news-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .legacy-news-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
  }
  .legacy-news-content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .legacy-news-content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .legacy-news-content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .legacy-news-content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .legacy-news-content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .legacy-news-content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
    line-height: 1.7142857;
  }
  .legacy-news-content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  .legacy-news-content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .legacy-news-content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .legacy-news-content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  .legacy-news-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .legacy-news-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .legacy-news-content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .legacy-news-content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .legacy-news-content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  .legacy-news-content :where(.xs\:prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .legacy-news-content :where(.xs\:prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}

@media (min-width: 640px){
  .legacy-news-content{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }
  .legacy-news-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .legacy-news-content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }
  .legacy-news-content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-inline-start: 1.1111111em;
  }
  .legacy-news-content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }
  .legacy-news-content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }
  .legacy-news-content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }
  .legacy-news-content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .legacy-news-content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .legacy-news-content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .legacy-news-content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .legacy-news-content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .legacy-news-content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    border-radius: 0.375rem;
    padding-top: 0.25em;
    padding-inline-end: 0.3333333em;
    padding-bottom: 0.25em;
    padding-inline-start: 0.3333333em;
  }
  .legacy-news-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
  }
  .legacy-news-content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .legacy-news-content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
  }
  .legacy-news-content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-inline-end: 1.6em;
    padding-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }
  .legacy-news-content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5833333em;
  }
  .legacy-news-content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5833333em;
  }
  .legacy-news-content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .legacy-news-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4166667em;
  }
  .legacy-news-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4166667em;
  }
  .legacy-news-content :where(.sm\:prose-2xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }
  .legacy-news-content :where(.sm\:prose-2xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .legacy-news-content :where(.sm\:prose-2xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .legacy-news-content :where(.sm\:prose-2xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .legacy-news-content :where(.sm\:prose-2xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .legacy-news-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .legacy-news-content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .legacy-news-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .legacy-news-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    padding-inline-start: 1.5833333em;
  }
  .legacy-news-content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .legacy-news-content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .legacy-news-content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .legacy-news-content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .legacy-news-content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .legacy-news-content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.4;
  }
  .legacy-news-content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.6em;
    padding-bottom: 0.8em;
    padding-inline-start: 0.6em;
  }
  .legacy-news-content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .legacy-news-content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .legacy-news-content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.8em;
    padding-inline-end: 0.6em;
    padding-bottom: 0.8em;
    padding-inline-start: 0.6em;
  }
  .legacy-news-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .legacy-news-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .legacy-news-content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .legacy-news-content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .legacy-news-content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }
  .legacy-news-content :where(.sm\:prose-2xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .legacy-news-content :where(.sm\:prose-2xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}

@media (min-width: 1024px){
  .legacy-news-content{
    width: 70vw;
  }
}
.legacy-news-content figure{
  margin-top: 0px;
  width: 100%;
}
@media (min-width: 1280px){
  .legacy-news-content figure{
    width: 50%;
  }
  .legacy-news-content figure.alignright{
    float: right;
    margin-left: 1.25rem;
    margin-right: -15rem;
  }
  .legacy-news-content figure.alignleft{
    float: left;
    margin-right: 1.25rem;
    margin-left: -15rem;
  }
}
.legacy-news-content figure.aligncenter, .legacy-news-content figure.alignnone{
  width: 100%;
}
.news-template .wp-block-post-featured-image,
.news-template-default .wp-block-post-featured-image,
.news-template-single-news .wp-block-post-featured-image{
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.news-template .wp-block-post-featured-image::before,
.news-template-default .wp-block-post-featured-image::before,
.news-template-single-news .wp-block-post-featured-image::before{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
  --tw-blur: blur(12px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  content: "";
  background-image: var(--background-url);
}
.news-template .wp-block-post-featured-image img,
.news-template-default .wp-block-post-featured-image img,
.news-template-single-news .wp-block-post-featured-image img{
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  aspect-ratio: 16/7;
}
@media screen and (min-height: 1000px) {
  .news-template .wp-block-post-featured-image img,
  .news-template-default .wp-block-post-featured-image img,
  .news-template-single-news .wp-block-post-featured-image img {
    aspect-ratio: 16/9;
  }
}
.news-template .wp-block-post-featured-image .featured-image-caption,
.news-template-default .wp-block-post-featured-image .featured-image-caption,
.news-template-single-news .wp-block-post-featured-image .featured-image-caption{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: rgb(255 255 255 / 0.7);
  padding: 1.25rem;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.has-global-padding{
  padding-left: 0px;
  padding-right: 0px;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
  max-width: 100%;
}

:where(.wp-site-blocks) > *{
  margin-top: 0px;
}

.wp-block-post-content.wp-block-post-content{
  max-width: 100%;
}

.wp-container-1{
  position: static;
}

[x-cloak] {
  display: none !important;
}

.engineering-site-header{
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
}

.admin-bar .engineering-site-header{
  top: 32px;
}

main{
  padding-top: 80px;
}

@media (min-width: 768px){
  main{
    padding-top: 100px;
  }
}

@media (min-width: 1024px){
  main{
    padding-top: 140px;
  }
}

@media (min-width: 1280px){
  main{
    padding-top: 0px;
  }
}

.engineering-logo a{
  display: block;
  height: 80px;
  width: 240px;
  background-size: cover;
  background-size: 100% 100%;
  background-position: left;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (min-width: 768px){
  .engineering-logo a{
    height: 100px;
    width: 400px;
    background-position: center;
  }
}

.engineering-logo a {
  background-image: url("/wp-content/themes/engineering/assets/images/princeton-engineering-logo.svg");
}

.engineering-modal-bg{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  height: 100vh;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.engineering-navbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.95;
}

@media (min-width: 1024px){
  .engineering-navbar{
    margin: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#engineering_menu{
  position: relative;
  z-index: 1;
  height: calc(100vh - 80px);
  overflow: auto;
}

@media (min-width: 1024px){
  #engineering_menu{
    height: calc(100vh - 132px);
    padding: 2rem;
  }
}
#engineering_menu::-webkit-scrollbar{
  display: none;
}

.nav-item a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 1rem;
}
.nav-item a .name-and-description .description{
  display: none;
}
@media (min-width: 1024px){
  .nav-item a .name-and-description .description{
    display: block;
  }
}
.nav-item.menu-item .name-and-description, .nav-item.search-item .name-and-description{
  text-indent: -9999px;
}
@media (min-width: 1024px){
  .nav-item.menu-item .name-and-description, .nav-item.search-item .name-and-description{
    text-indent: 0px;
  }
  .nav-item.first-tier{
    width: 33.333333%;
  }
}
.nav-item.first-tier a .name{
  color: rgb(17 24 39 / 0.5);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-item.first-tier a svg{
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgb(17 24 39 / 0.4);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-item.first-tier a:hover .name{
  color: rgb(17 24 39 / 0.9);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-item.first-tier a:hover svg{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-item.first-tier a.is-active .name{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.nav-item.first-tier a.is-active svg{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px){
  .nav-item.first-tier a.is-active svg{
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.nav-item.first-tier + section{
  position: relative;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 1024px){
  .nav-item.first-tier + section{
    position: absolute;
    top: 2rem;
    left: 33.333333%;
    display: flex;
    height: calc(100vh - 250px);
    width: 66.666667%;
    flex-direction: row;
    gap: 4rem;
    overflow-y: scroll;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.nav-item.first-tier + section .column{
  width: 100%;
}
@media (min-width: 1024px){
  .nav-item.first-tier + section .column{
    width: 50%;
  }
}
.nav-item.second-tier a{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media (min-width: 1024px){
  .nav-item.second-tier a{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.nav-item.second-tier a .name{
  position: relative;
  padding-bottom: 0px;
  color: rgb(17 24 39 / 0.7);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-item.second-tier a svg{
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgb(17 24 39 / 0.4);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-item.second-tier a:hover .name{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-color: #f97316;
  text-underline-offset: 2px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-item.second-tier a:hover svg{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-item.second-tier a.is-active .name{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.nav-item.second-tier a.is-active svg{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-item.third-tier a{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media (min-width: 1024px){
  .nav-item.third-tier a{
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.nav-item.third-tier a .name{
  color: rgb(17 24 39 / 0.8);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-item.third-tier a:hover .name{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-color: #f97316;
  text-underline-offset: 2px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-item.fourth-tier a{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media (min-width: 1024px){
  .nav-item.fourth-tier a{
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.nav-items-group-title{
  display: none;
  padding: 1rem;
  padding-bottom: 0px;
}
@media (min-width: 1024px){
  .nav-items-group-title{
    display: block;
  }
}

.engineering-search-modal{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.engineering-search-modal .search-form input[type=search]{
  min-width: 0px;
  flex: 1 1 auto;
  border-radius: 0.375rem;
  border-width: 0px;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.engineering-search-modal .search-form input[type=search]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.engineering-search-modal .search-form input[type=search]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.engineering-search-modal .search-form input[type=search]:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity));
}
@media (min-width: 640px){
  .engineering-search-modal .search-form input[type=search]{
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.engineering-search-modal .search-form input[type=submit]{
  flex: none;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.engineering-search-modal .search-form input[type=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.engineering-search-modal .search-form input[type=submit]:focus-visible{
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #ea580c;
}
.engineering-search-modal .search-form br{
  display: none;
}

.social-media{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-top-width: 1px;
  border-color: rgb(17 24 39 / 0.1);
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.social-media ul{
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
.social-media ul li{
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgb(17 24 39 / 0.6);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.social-media ul li:hover{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .social-media ul li{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.department-center__header{
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media (min-width: 1024px){
  .department-center__header{
    display: block;
  }
}
.department-center__header__content{
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1;
  order: 2;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px){
  .department-center__header__content{
    position: absolute;
    width: 33.333333%;
    overflow: visible;
  }
}
.department-center__header__info{
  z-index: 3;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 2.5rem;
}
@media (min-width: 1024px){
  .department-center__header__info{
    position: absolute;
    top: 50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-color: transparent;
  }
}
.department-center__header h1{
  position: relative;
  z-index: 2;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.department-center__header h1 span{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.department-center__header svg{
  position: absolute;
  z-index: 1;
}
.department-center__header .primary-chevron{
  top: 50%;
  left: -100px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.7;
}
@media (min-width: 1024px){
  .department-center__header .primary-chevron{
    mix-blend-mode: multiply;
  }
}
.department-center__header .primary-chevron {
  transform: rotate(90deg) scale(2);
}
.department-center__header .secondary-chevron{
  top: 50%;
  left: 0;
  width: 25vw;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.8;
}
@media (min-width: 1024px){
  .department-center__header .secondary-chevron{
    mix-blend-mode: multiply;
  }
}
.department-center__header .secondary-chevron {
  transform: rotate(36deg) scale(2.5);
}
.department-center__header figure{
  height: 100%;
  width: 100%;
}
.department-center__header figure img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  aspect-ratio: 16/7;
}
.department-center__content{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.department-center__content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.department-center__content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.department-center__content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.department-center__content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.department-center__content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.department-center__content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.department-center__content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.department-center__content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.department-center__content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.department-center__content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.department-center__content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.department-center__content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.department-center__content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.department-center__content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.department-center__content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.department-center__content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.department-center__content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.department-center__content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.department-center__content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.department-center__content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.department-center__content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.department-center__content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.department-center__content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.department-center__content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.department-center__content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.department-center__content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.department-center__content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.department-center__content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.department-center__content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.department-center__content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.department-center__content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.department-center__content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.department-center__content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.department-center__content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.department-center__content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.department-center__content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.department-center__content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.department-center__content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.department-center__content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.department-center__content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.department-center__content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.department-center__content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.department-center__content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.department-center__content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.department-center__content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.department-center__content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.department-center__content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.department-center__content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.department-center__content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.department-center__content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.department-center__content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.department-center__content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.department-center__content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.department-center__content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.department-center__content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.department-center__content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.department-center__content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.department-center__content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.department-center__content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.department-center__content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.department-center__content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.department-center__content{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.department-center__content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.department-center__content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.department-center__content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.department-center__content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.department-center__content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.department-center__content :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.department-center__content :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.department-center__content :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.department-center__content :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.department-center__content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.department-center__content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.department-center__content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.department-center__content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.department-center__content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.department-center__content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.department-center__content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.department-center__content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.department-center__content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.department-center__content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.department-center__content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.department-center__content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.department-center__content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.department-center__content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.department-center__content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.department-center__content{
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
}
@media (min-width: 1024px){
  .department-center__content{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }
  .department-center__content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .department-center__content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }
  .department-center__content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-inline-start: 1.1111111em;
  }
  .department-center__content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }
  .department-center__content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }
  .department-center__content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }
  .department-center__content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .department-center__content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .department-center__content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .department-center__content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .department-center__content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .department-center__content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    border-radius: 0.375rem;
    padding-top: 0.25em;
    padding-inline-end: 0.3333333em;
    padding-bottom: 0.25em;
    padding-inline-start: 0.3333333em;
  }
  .department-center__content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
  }
  .department-center__content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .department-center__content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
  }
  .department-center__content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-inline-end: 1.6em;
    padding-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }
  .department-center__content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5833333em;
  }
  .department-center__content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5833333em;
  }
  .department-center__content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .department-center__content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4166667em;
  }
  .department-center__content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4166667em;
  }
  .department-center__content :where(.lg\:prose-2xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }
  .department-center__content :where(.lg\:prose-2xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .department-center__content :where(.lg\:prose-2xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .department-center__content :where(.lg\:prose-2xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .department-center__content :where(.lg\:prose-2xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .department-center__content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .department-center__content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .department-center__content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .department-center__content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    padding-inline-start: 1.5833333em;
  }
  .department-center__content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .department-center__content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .department-center__content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .department-center__content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .department-center__content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .department-center__content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.4;
  }
  .department-center__content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.6em;
    padding-bottom: 0.8em;
    padding-inline-start: 0.6em;
  }
  .department-center__content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .department-center__content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .department-center__content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.8em;
    padding-inline-end: 0.6em;
    padding-bottom: 0.8em;
    padding-inline-start: 0.6em;
  }
  .department-center__content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .department-center__content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .department-center__content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .department-center__content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .department-center__content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }
  .department-center__content :where(.lg\:prose-2xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .department-center__content :where(.lg\:prose-2xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
  .department-center__content{
    width: 80vw;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.department-center__content section {
  width: 100vw;
  margin-left: -10vw; /* Adjust according to the parent's width */
}
.department-center__content section:first-of-type{
  margin-top: 100px;
}
.event__header{
  position: relative;
  height: 140px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.event__header__content{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100%;
  width: 33.333333%;
}
.event__header__info{
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  width: 100%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  gap: 1.25rem;
  padding: 2.5rem;
}
.event__header svg{
  position: absolute;
  z-index: 1;
}
.event__header .primary-chevron{
  top: 50%;
  left: -100px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.7;
  mix-blend-mode: multiply;
  transform: rotate(90deg) scale(2);
}
.event__header .secondary-chevron{
  top: 50%;
  left: 0;
  width: 25vw;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.8;
  mix-blend-mode: multiply;
  transform: rotate(36deg) scale(2.5);
}
.event__header figure{
  height: 100%;
  width: 100%;
}
.event__header figure img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.event__content{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.event__content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.event__content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.event__content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.event__content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.event__content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.event__content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.event__content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.event__content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.event__content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.event__content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.event__content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.event__content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.event__content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.event__content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.event__content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.event__content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.event__content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.event__content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.event__content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.event__content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.event__content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.event__content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.event__content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.event__content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.event__content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.event__content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.event__content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.event__content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.event__content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.event__content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.event__content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.event__content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.event__content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.event__content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.event__content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.event__content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.event__content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.event__content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.event__content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.event__content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.event__content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.event__content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.event__content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.event__content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.event__content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.event__content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.event__content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.event__content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.event__content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.event__content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.event__content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.event__content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.event__content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.event__content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.event__content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.event__content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.event__content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.event__content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.event__content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.event__content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.event__content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.event__content{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.event__content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.event__content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.event__content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.event__content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.event__content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.event__content :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.event__content :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.event__content :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.event__content :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.event__content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.event__content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.event__content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.event__content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.event__content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.event__content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.event__content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.event__content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.event__content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.event__content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.event__content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.event__content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.event__content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.event__content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.event__content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.event__content{
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}
@media (min-width: 300px){
  .event__content{
    font-size: 1rem;
    line-height: 1.75;
  }
  .event__content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .event__content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .event__content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
  }
  .event__content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .event__content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
  .event__content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .event__content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  .event__content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .event__content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .event__content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .event__content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .event__content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
  }
  .event__content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .event__content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .event__content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
  }
  .event__content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    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-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
  }
  .event__content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  .event__content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  .event__content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .event__content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.375em;
  }
  .event__content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.375em;
  }
  .event__content :where(.xs\:prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .event__content :where(.xs\:prose-base > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .event__content :where(.xs\:prose-base > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  .event__content :where(.xs\:prose-base > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .event__content :where(.xs\:prose-base > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  .event__content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .event__content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .event__content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .event__content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
  }
  .event__content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .event__content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .event__content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .event__content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .event__content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .event__content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
    line-height: 1.7142857;
  }
  .event__content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  .event__content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .event__content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .event__content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  .event__content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .event__content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .event__content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .event__content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .event__content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  .event__content :where(.xs\:prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .event__content :where(.xs\:prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
@media (min-width: 640px){
  .event__content{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }
  .event__content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .event__content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }
  .event__content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-inline-start: 1.1111111em;
  }
  .event__content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }
  .event__content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }
  .event__content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }
  .event__content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .event__content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .event__content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .event__content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .event__content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .event__content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    border-radius: 0.375rem;
    padding-top: 0.25em;
    padding-inline-end: 0.3333333em;
    padding-bottom: 0.25em;
    padding-inline-start: 0.3333333em;
  }
  .event__content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
  }
  .event__content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .event__content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
  }
  .event__content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-inline-end: 1.6em;
    padding-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }
  .event__content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5833333em;
  }
  .event__content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5833333em;
  }
  .event__content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .event__content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4166667em;
  }
  .event__content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4166667em;
  }
  .event__content :where(.sm\:prose-2xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }
  .event__content :where(.sm\:prose-2xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .event__content :where(.sm\:prose-2xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .event__content :where(.sm\:prose-2xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .event__content :where(.sm\:prose-2xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .event__content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .event__content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .event__content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .event__content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    padding-inline-start: 1.5833333em;
  }
  .event__content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .event__content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .event__content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .event__content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .event__content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .event__content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.4;
  }
  .event__content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.6em;
    padding-bottom: 0.8em;
    padding-inline-start: 0.6em;
  }
  .event__content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .event__content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .event__content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.8em;
    padding-inline-end: 0.6em;
    padding-bottom: 0.8em;
    padding-inline-start: 0.6em;
  }
  .event__content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .event__content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .event__content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .event__content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .event__content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }
  .event__content :where(.sm\:prose-2xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .event__content :where(.sm\:prose-2xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
@media (min-width: 1024px){
  .event__content{
    width: 70vw;
  }
}
@media (min-width: 300px){
  .event__content{
    width: 83.333333%;
  }
}
@media (min-width: 640px){
  .event__content{
    width: 75%;
  }
}
.event__title{
  margin-top: 1.5rem;
}
.event__tag{
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 300px){
  .event__tag{
    margin-top: 1.25rem;
  }
  .event__meta{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 640px){
  .event__meta{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.event__meta :where(p):not(:where([class~=not-prose], [class~=not-prose] *)){
  margin-top: 0px;
  margin-bottom: 0px;
}
.event__speaker{
  font-family: Libre Franklin;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  letter-spacing: 0em;
  color: rgb(17 24 39 / 0.6);
}
@media (min-width: 640px){
  .event__speaker{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1280px){
  .event__speaker{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1536px){
  .event__speaker{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.event__speaker{
  margin-bottom: 2.5rem;
}
.event__description, .event__website{
  margin-top: 2.5rem;
}
.event__notification{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 1rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.event__notification svg{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -1rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.event__notification.cancelled{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}
.event__notification.cancelled svg{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}

.events-card .event__notification{
  margin-left: auto;
  margin-right: auto;
  gap: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.events-card .event__notification svg{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
  padding: 0.75rem;
}
.events-card .event__notification.cancelled{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.events-card .event__notification.cancelled svg{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}

.person__header{
  position: relative;
  height: 140px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.person__header__content{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100%;
  width: 33.333333%;
}
.person__header__info{
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  width: 100%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  gap: 1.25rem;
  padding: 2.5rem;
}
.person__header h1{
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.person__header h1 span{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.person__header svg{
  position: absolute;
  z-index: 1;
}
.person__header .primary-chevron{
  top: 50%;
  left: -100px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.7;
  mix-blend-mode: multiply;
  transform: rotate(90deg) scale(2);
}
.person__header .secondary-chevron{
  top: 50%;
  left: 0;
  width: 25vw;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.8;
  mix-blend-mode: multiply;
  transform: rotate(36deg) scale(2.5);
}
.person__header figure{
  height: 100%;
  width: 100%;
}
.person__header figure img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.person__content{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 70vw;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.person__info{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.person__info :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.person__info :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.person__info :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.person__info :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.person__info :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.person__info :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.person__info :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.person__info :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.person__info :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.person__info :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.person__info :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.person__info :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.person__info :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.person__info :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.person__info :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.person__info :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.person__info :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.person__info :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.person__info :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.person__info :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.person__info :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.person__info :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.person__info :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.person__info :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.person__info :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.person__info :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.person__info :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.person__info :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.person__info :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.person__info :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.person__info :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.person__info :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.person__info :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.person__info :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.person__info :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.person__info :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.person__info :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.person__info :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.person__info :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.person__info :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.person__info :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.person__info :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.person__info :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.person__info :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.person__info :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.person__info :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.person__info :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.person__info :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.person__info :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.person__info :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.person__info :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.person__info :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.person__info :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.person__info :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.person__info :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.person__info :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.person__info :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.person__info :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.person__info :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.person__info :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.person__info :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.person__info{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.person__info :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.person__info :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.person__info :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.person__info :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.person__info :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.person__info :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.person__info :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.person__info :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.person__info :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.person__info :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.person__info :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.person__info :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.person__info :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.person__info :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.person__info :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.person__info :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.person__info :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.person__info :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.person__info :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.person__info :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.person__info :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.person__info :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.person__info :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.person__info :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.person__info{
  font-size: 1.5rem;
  line-height: 1.6666667;
}
.person__info :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.person__info :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.25em;
  line-height: 1.4666667;
  margin-top: 1.0666667em;
  margin-bottom: 1.0666667em;
}
.person__info :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
  padding-inline-start: 1.1111111em;
}
.person__info :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.875em;
  line-height: 1;
}
.person__info :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2em;
  margin-top: 1.5em;
  margin-bottom: 0.8333333em;
  line-height: 1.0833333;
}
.person__info :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.5em;
  margin-top: 1.5555556em;
  margin-bottom: 0.6666667em;
  line-height: 1.2222222;
}
.person__info :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.person__info :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.person__info :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.person__info :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.person__info :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.person__info :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8333333em;
  border-radius: 0.375rem;
  padding-top: 0.25em;
  padding-inline-end: 0.3333333em;
  padding-bottom: 0.25em;
  padding-inline-start: 0.3333333em;
}
.person__info :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8333333em;
}
.person__info :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}
.person__info :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.person__info :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8333333em;
  line-height: 1.8;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.2em;
  padding-inline-end: 1.6em;
  padding-bottom: 1.2em;
  padding-inline-start: 1.6em;
}
.person__info :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5833333em;
}
.person__info :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5833333em;
}
.person__info :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.person__info :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4166667em;
}
.person__info :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4166667em;
}
.person__info :where(.prose-2xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}
.person__info :where(.prose-2xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.person__info :where(.prose-2xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.person__info :where(.prose-2xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.person__info :where(.prose-2xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.person__info :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.person__info :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.person__info :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.person__info :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.5833333em;
}
.person__info :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3em;
  margin-bottom: 3em;
}
.person__info :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.person__info :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.person__info :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.person__info :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.person__info :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8333333em;
  line-height: 1.4;
}
.person__info :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.6em;
  padding-bottom: 0.8em;
  padding-inline-start: 0.6em;
}
.person__info :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.person__info :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.person__info :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.8em;
  padding-inline-end: 0.6em;
  padding-bottom: 0.8em;
  padding-inline-start: 0.6em;
}
.person__info :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.person__info :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.person__info :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.person__info :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.person__info :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8333333em;
  line-height: 1.6;
  margin-top: 1em;
}
.person__info :where(.prose-2xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.person__info :where(.prose-2xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.person__info{
  grid-column: span 2 / span 2;
}
.person__info :where(.person__name):not(:where([class~=not-prose], [class~=not-prose] *)){
  margin-bottom: 0px;
  font-weight: 400;
}
.person__info :where(.person__title):not(:where([class~=not-prose], [class~=not-prose] *)){
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 300;
  color: rgb(17 24 39 / 0.6);
}
.person__name{
  font-family: franklin-gothic-compressed;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
  letter-spacing: 0em;
  color: rgb(17 24 39 / 0.8);
}
@media (min-width: 1280px){
  .person__name{
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1536px){
  .person__name{
    font-size: 3.75rem;
    line-height: 1;
  }
}
.person__name{
  display: flex;
  gap: 1rem;
}
.person__title{
  font-family: Libre Franklin;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  letter-spacing: 0em;
  color: rgb(17 24 39 / 0.6);
}
@media (min-width: 640px){
  .person__title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1280px){
  .person__title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1536px){
  .person__title{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.person__title{
  margin-bottom: 2.5rem;
}
.person .icon{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 300px){
  .person .icon{
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 640px){
  .person .icon{
    margin-bottom: 0.5rem;
  }
}
.person .building,
.person .room,
.person .telephone,
.person .website,
.person .email,
.person .grad,
.person .field-study,
.person .hobby,
.person .career_updates,
.person .quote,
.person .diploma,
.person .company,
.person .research,
.person .undergrad,
.person .diploma,
.person .position,
.person .phone,
.person svg{
  font-family: Libre Franklin;
  font-weight: 400;
  letter-spacing: 0em;
  color: rgb(17 24 39 / 0.6);
}
@media (min-width: 300px){
  .person .building,
.person .room,
.person .telephone,
.person .website,
.person .email,
.person .grad,
.person .field-study,
.person .hobby,
.person .career_updates,
.person .quote,
.person .diploma,
.person .company,
.person .research,
.person .undergrad,
.person .diploma,
.person .position,
.person .phone,
.person svg{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px){
  .person .building,
.person .room,
.person .telephone,
.person .website,
.person .email,
.person .grad,
.person .field-study,
.person .hobby,
.person .career_updates,
.person .quote,
.person .diploma,
.person .company,
.person .research,
.person .undergrad,
.person .diploma,
.person .position,
.person .phone,
.person svg{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.person .building a,
.person .room a,
.person .telephone a,
.person .website a,
.person .email a,
.person .grad a,
.person .field-study a,
.person .hobby a,
.person .career_updates a,
.person .quote a,
.person .diploma a,
.person .company a,
.person .research a,
.person .undergrad a,
.person .diploma a,
.person .position a,
.person .phone a,
.person svg a{
  font-weight: 300;
  color: rgb(17 24 39 / 0.7);
  text-decoration-line: none;
}
.person .building a:hover,
.person .room a:hover,
.person .telephone a:hover,
.person .website a:hover,
.person .email a:hover,
.person .grad a:hover,
.person .field-study a:hover,
.person .hobby a:hover,
.person .career_updates a:hover,
.person .quote a:hover,
.person .diploma a:hover,
.person .company a:hover,
.person .research a:hover,
.person .undergrad a:hover,
.person .diploma a:hover,
.person .position a:hover,
.person .phone a:hover,
.person svg a:hover{
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
.person .expertise{
  font-family: Libre Franklin;
  font-weight: 400;
  letter-spacing: 0em;
  color: rgb(17 24 39 / 0.6);
}
@media (min-width: 300px){
  .person .expertise{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px){
  .person .expertise{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.person .expertise{
  margin-top: 1.5rem;
}
.person .expertise a{
  font-weight: 300;
  color: rgb(17 24 39 / 0.7);
  text-decoration-line: none;
}
.person .expertise a:hover{
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.engineering-site-footer{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.engineering-site-footer__content{
  display: flex;
  flex-direction: column;
}
.engineering-site-footer__content > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-color: rgb(243 244 246 / 0.1);
}
.engineering-site-footer__content{
  padding: 1.25rem;
  color: rgb(255 255 255 / 0.6);
}
.engineering-site-footer__content a{
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
.engineering-site-footer__content a:hover{
  text-decoration-color: #f97316;
}
.engineering-site-footer__content .logos-and-address{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
  padding-bottom: 2.5rem;
  padding-top: 1.25rem;
}
@media (min-width: 1280px){
  .engineering-site-footer__content .logos-and-address{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.engineering-site-footer__content .logos-and-address > *{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.engineering-site-footer__content .logos-and-address > *:first-child{
  align-items: flex-start;
}
.engineering-site-footer__content .logos-and-address > *:last-child{
  align-items: flex-end;
}
.engineering-site-footer__content .equal-opportunity{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.engineering-site-footer__content .equal-opportunity p{
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px){
  .engineering-site-footer__content .equal-opportunity p{
    text-align: left;
  }
}
.engineering-site-footer__content .university-info{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
  padding: 1.25rem;
  padding-top: 2.5rem;
}
@media (min-width: 1280px){
  .engineering-site-footer__content .university-info{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.engineering-site-footer__content .university-info > *{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 2.5rem;
  text-align: center;
}
.engineering-site-footer__content .university-info > *:first-child{
  align-items: flex-start;
}
@media (min-width: 1024px){
  .engineering-site-footer__content .university-info > *:last-child{
    align-items: flex-end;
  }
}
.engineering-site-footer .engineering-logo a{
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 100px;
  width: 320px;
  background-size: cover;
  background-size: 75% 75%;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media (min-width: 1024px){
  .engineering-site-footer .engineering-logo a{
    margin-left: 0px;
    margin-right: 0px;
    background-position: left;
  }
}
@media (min-width: 1280px){
  .engineering-site-footer .engineering-logo a{
    background-size: 100% 100%;
  }
}
.engineering-site-footer .engineering-logo a {
  background-image: url("/wp-content/themes/engineering/assets/images/engineering-logo-full-white.svg");
}
.engineering-site-footer .university-logo a{
  display: block;
  height: 65px;
  width: 260px;
  background-size: cover;
  background-size: 75% 75%;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media (min-width: 1024px){
  .engineering-site-footer .university-logo a{
    background-position: right;
  }
}
@media (min-width: 1280px){
  .engineering-site-footer .university-logo a{
    background-size: 100% 100%;
  }
}
.engineering-site-footer .university-logo a {
  background-image: url("/wp-content/themes/engineering/assets/images/university-logo-white.svg");
}

.faq-questions .questions{
  display: flex;
  flex-direction: column;
}

.faq-questions .questions > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-color: rgb(17 24 39 / 0.2);
}

.faq-questions .questions{
  border-top-width: 1px;
  border-color: rgb(17 24 39 / 0.2);
}
.faq-questions .question{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.faq-questions .question__title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-questions .question__title button{
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-align: left;
}
.faq-questions .button__icons{
  margin-left: auto;
}

.page__content .entry-content :where(.question__title):not(:where([class~=not-prose], [class~=not-prose] *)){
  margin-top: 0px;
}
.page__content .entry-content :where(.question__description):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0;
}

.facts{
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.125rem;
  background-color: rgb(107 114 128 / 0.05);
  padding: 0.125rem;
}

@media (min-width: 1024px){
  .facts{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .facts{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .facts:has(> :nth-child(2):nth-last-child(1)), .facts:has(> :nth-child(4):nth-last-child(1)){
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.facts .fact{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.facts .fact:hover{
  background-color: rgb(255 255 255 / 0.7);
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1280px){
  .facts .fact{
    padding: 2.5rem;
  }
}
.facts .fact:hover .fact__external-link a{
  text-decoration-color: #f97316;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-delay: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.facts .fact__figure{
  margin: 0px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  padding: 0px;
  width: 100% !important;
}
.facts .fact__content{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.facts .fact__content.text--center{
  text-align: center;
}
.facts .fact__content.text--center .fact__figure{
  margin-left: auto;
  margin-right: auto;
}
.facts .fact__content.text--right{
  text-align: right;
}
.facts .fact__content.text--right .fact__figure{
  margin-left: auto;
}
.facts .fact__link{
  position: relative;
}
.facts .fact__link__url{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
}
.facts .fact__title{
  margin-top: 0px;
  margin-bottom: 0px;
}
.facts .fact__description{
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.5;
  color: rgb(17 24 39 / 0.7);
}
@media (min-width: 1280px){
  .facts .fact__description{
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.625;
  }
}
.facts .fact__description .statistic{
  display: block;
}
.facts .fact__description p{
  margin-top: 0px;
  margin-bottom: 0px;
}
.facts .fact__description a{
  position: relative;
  z-index: 10;
}
.featured-section{
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px){
  .featured-section{
    margin-left: -15vw;
  }
  .featured-section.half-height{
    height: 50vh;
  }
}
@media screen and (max-height: 800px) {
  @media (min-width: 1024px){
    .featured-section.half-height{
      height: 80vh;
    }
  }
}
@media (min-width: 1024px){
  .featured-section.two-thirds-height{
    height: 66vh;
    max-height: 650px;
  }
}
@media screen and (max-height: 800px) {
  @media (min-width: 1024px){
    .featured-section.two-thirds-height{
      height: 80vh;
    }
  }
}
@media (min-width: 1024px){
  .featured-section.full-height{
    height: 100vh;
    max-height: 900px;
  }
}
.featured-section__background{
  height: 100%;
  width: 100%;
}
.featured-section__background-image{
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-section__content{
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
@media (min-width: 1024px){
  .featured-section__content{
    position: absolute;
    width: 33.333333%;
    overflow: visible;
    background-color: transparent;
  }
}
.featured-section__content.horizontal-align-center{
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.featured-section__content.horizontal-align-right{
  left: auto;
  right: 0px;
}
.featured-section svg{
  position: absolute;
  z-index: 2;
}
.featured-section__info{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.featured-section__info :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.featured-section__info :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.featured-section__info :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.featured-section__info :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.featured-section__info :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.featured-section__info :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.featured-section__info :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.featured-section__info :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.featured-section__info :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.featured-section__info :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.featured-section__info :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.featured-section__info :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.featured-section__info :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.featured-section__info :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.featured-section__info :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.featured-section__info :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.featured-section__info :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.featured-section__info :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.featured-section__info :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.featured-section__info :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.featured-section__info :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.featured-section__info :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.featured-section__info :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.featured-section__info :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.featured-section__info :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.featured-section__info :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.featured-section__info :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.featured-section__info :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.featured-section__info :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.featured-section__info :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.featured-section__info :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.featured-section__info :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.featured-section__info :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.featured-section__info :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.featured-section__info :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.featured-section__info :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.featured-section__info :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.featured-section__info :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.featured-section__info :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.featured-section__info :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.featured-section__info :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.featured-section__info :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.featured-section__info :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.featured-section__info :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.featured-section__info :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.featured-section__info :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.featured-section__info :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.featured-section__info :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.featured-section__info :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.featured-section__info :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.featured-section__info :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.featured-section__info :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.featured-section__info :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.featured-section__info :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.featured-section__info :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.featured-section__info :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.featured-section__info :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.featured-section__info :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.featured-section__info :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.featured-section__info :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.featured-section__info :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.featured-section__info{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.featured-section__info :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.featured-section__info :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.featured-section__info :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.featured-section__info :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.featured-section__info :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.featured-section__info :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.featured-section__info :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.featured-section__info :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.featured-section__info :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.featured-section__info :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.featured-section__info :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.featured-section__info :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.featured-section__info :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.featured-section__info :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.featured-section__info :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.featured-section__info :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.featured-section__info :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.featured-section__info :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.featured-section__info :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.featured-section__info :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.featured-section__info :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.featured-section__info :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.featured-section__info :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.featured-section__info :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.featured-section__info{
  font-size: 1.25rem;
  line-height: 1.8;
}
.featured-section__info :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.featured-section__info :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}
.featured-section__info :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1.0666667em;
}
.featured-section__info :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 0.8571429em;
  line-height: 1;
}
.featured-section__info :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.8em;
  margin-top: 1.5555556em;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.featured-section__info :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.5em;
  margin-top: 1.6em;
  margin-bottom: 0.6666667em;
  line-height: 1.3333333;
}
.featured-section__info :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.featured-section__info :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.featured-section__info :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.featured-section__info :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.featured-section__info :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.featured-section__info :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
  border-radius: 0.3125rem;
  padding-top: 0.25em;
  padding-inline-end: 0.4em;
  padding-bottom: 0.25em;
  padding-inline-start: 0.4em;
}
.featured-section__info :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}
.featured-section__info :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8611111em;
}
.featured-section__info :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}
.featured-section__info :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
  line-height: 1.7777778;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.1111111em;
  padding-inline-end: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-inline-start: 1.3333333em;
}
.featured-section__info :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-inline-start: 1.6em;
}
.featured-section__info :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-inline-start: 1.6em;
}
.featured-section__info :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.featured-section__info :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4em;
}
.featured-section__info :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4em;
}
.featured-section__info :where(.prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.featured-section__info :where(.prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.2em;
}
.featured-section__info :where(.prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.2em;
}
.featured-section__info :where(.prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.2em;
}
.featured-section__info :where(.prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.2em;
}
.featured-section__info :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.featured-section__info :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.featured-section__info :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.2em;
}
.featured-section__info :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6em;
  padding-inline-start: 1.6em;
}
.featured-section__info :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}
.featured-section__info :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.featured-section__info :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.featured-section__info :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.featured-section__info :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.featured-section__info :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
  line-height: 1.5555556;
}
.featured-section__info :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-inline-start: 0.6666667em;
}
.featured-section__info :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.featured-section__info :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.featured-section__info :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.8888889em;
  padding-inline-end: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-inline-start: 0.6666667em;
}
.featured-section__info :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.featured-section__info :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.featured-section__info :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.featured-section__info :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.featured-section__info :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
  line-height: 1.5555556;
  margin-top: 1em;
}
.featured-section__info :where(.prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.featured-section__info :where(.prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.featured-section__info{
  position: relative;
  z-index: 3;
  max-width: 100%;
  gap: 1.25rem;
  padding: 2.5rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .featured-section__info{
    position: absolute;
    display: flex;
    flex-direction: column;
  }
  .featured-section__info.vertical-align-middle{
    top: 50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.featured-section__info.vertical-align-bottom{
  bottom: 0px;
}
.featured-section__info.text-align-left{
  align-items: center;
  text-align: center;
}
@media (min-width: 1024px){
  .featured-section__info.text-align-left{
    align-items: flex-start;
    text-align: left;
  }
}
.featured-section__info.text-align-center{
  align-items: center;
  text-align: center;
}
.featured-section__info.text-align-center button{
  margin-left: auto;
  margin-right: auto;
}
.featured-section__info.text-align-right{
  align-items: center;
  text-align: center;
}
@media (min-width: 1024px){
  .featured-section__info.text-align-right{
    align-items: flex-end;
    text-align: right;
  }
}
.featured-section__info.text-align-right button{
  margin-left: auto;
}
.featured-section__info .featured-section__title{
  margin-bottom: 0.5rem;
  margin-top: 0px;
}
.featured-section__info .featured-section__description{
  color: rgb(255 255 255 / 0.9);
}
.featured-section.no-chevrons .featured-section__info{
  width: 100%;
}
.featured-section.no-chevrons .featured-section__content{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
@media (min-width: 1280px){
  .featured-section.no-chevrons .featured-section__content{
    background-color: rgb(0 0 0 / 0.8);
  }
}
.featured-section.no-chevrons .featured-section__description{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.featured-section.no-chevrons .featured-section__description:empty{
  display: none;
}
.featured-section.no-chevrons .featured-section__description a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.featured-section.no-chevrons blockquote{
  border-style: none;
}
.featured-section.no-chevrons blockquote p{
  position: relative;
  margin: 0px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.featured-section.no-chevrons blockquote p::before{
  position: absolute;
  top: -2rem;
  left: -2rem;
  font-size: 8rem;
  line-height: 1;
  color: rgb(255 255 255 / 0.3);
  content: open-quote;
}
.featured-section.no-chevrons blockquote p::after{
  display: none;
}

.page__content,
.news__content{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.page__content .entry-content .featured-section :where(.featured-section__title):not(:where([class~=not-prose], [class~=not-prose] *)),
.news__content .entry-content .featured-section :where(.featured-section__title):not(:where([class~=not-prose], [class~=not-prose] *)){
  margin-top: 0px;
  margin-bottom: 0px;
}
.page__content .entry-content .featured-section :where(.featured-section__background-image):not(:where([class~=not-prose], [class~=not-prose] *)),
.news__content .entry-content .featured-section :where(.featured-section__background-image):not(:where([class~=not-prose], [class~=not-prose] *)){
  margin-bottom: 0px;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)){
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p,
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p,
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p,
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p{
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}
@media (min-width: 300px){
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p,
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p{
    font-size: 1rem;
    line-height: 1.75;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    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-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.375em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.375em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.xs\:prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.xs\:prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.xs\:prose-base > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.xs\:prose-base > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.xs\:prose-base > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.xs\:prose-base > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.xs\:prose-base > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.xs\:prose-base > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.xs\:prose-base > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.xs\:prose-base > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
    line-height: 1.7142857;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.xs\:prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.xs\:prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.xs\:prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.xs\:prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
@media (min-width: 640px){
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p,
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-inline-start: 1.1111111em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    border-radius: 0.375rem;
    padding-top: 0.25em;
    padding-inline-end: 0.3333333em;
    padding-bottom: 0.25em;
    padding-inline-start: 0.3333333em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-inline-end: 1.6em;
    padding-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5833333em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5833333em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4166667em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4166667em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.sm\:prose-2xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.sm\:prose-2xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.sm\:prose-2xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.sm\:prose-2xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.sm\:prose-2xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.sm\:prose-2xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.sm\:prose-2xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.sm\:prose-2xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.sm\:prose-2xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.sm\:prose-2xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    padding-inline-start: 1.5833333em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.4;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.6em;
    padding-bottom: 0.8em;
    padding-inline-start: 0.6em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.8em;
    padding-inline-end: 0.6em;
    padding-bottom: 0.8em;
    padding-inline-start: 0.6em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.sm\:prose-2xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.sm\:prose-2xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.sm\:prose-2xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p :where(.sm\:prose-2xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
@media (min-width: 1024px){
  .page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p,
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p{
    width: 70vw;
  }
}
.page__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p,
.news__content .entry-content .featured-section :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) p{
  margin-top: 0px;
  margin-bottom: 0px;
}
.page__content .entry-content .featured-section p :where(a):not(:where([class~=not-prose], [class~=not-prose] *)),
.news__content .entry-content .featured-section p :where(a):not(:where([class~=not-prose], [class~=not-prose] *)){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-color: rgb(255 255 255 / 0.4);
}

.home-page .featured-section{
  margin-left: 0px;
}
.page__content .entry-content .featured-section__background :where(img):not(:where([class~=not-prose], [class~=not-prose] *)),
.news__content .entry-content .featured-section__background :where(img):not(:where([class~=not-prose], [class~=not-prose] *)){
  margin-top: 0px;
}
.page__content .entry-content .featured-section__info :where(.featured-section__title):not(:where([class~=not-prose], [class~=not-prose] *)),
.news__content .entry-content .featured-section__info :where(.featured-section__title):not(:where([class~=not-prose], [class~=not-prose] *)){
  margin-top: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

button a{
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
button.primary a{
  border-radius: 9999px;
  background-color: rgb(0 0 0 / 0.2);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-color: rgb(255 255 255 / 0.9);
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
button.primary a:hover{
  background-color: rgb(0 0 0 / 0.6);
  --tw-ring-offset-width: 1px;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
button.secondary a{
  border-radius: 9999px;
  background-color: rgb(0 0 0 / 0.2);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-color: rgb(255 255 255 / 0.9);
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
button.secondary a:hover{
  background-color: rgb(0 0 0 / 0.6);
  --tw-ring-offset-width: 1px;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.page__content .entry-content button.secondary :where(a):not(:where([class~=not-prose], [class~=not-prose] *)){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.featured-section__info :where(button):not(:where([class~=not-prose], [class~=not-prose] *)) a{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.ReactModal__Overlay {
  /* Ensures the overlay fills the entire screen and is fixed */
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 1000 !important;
}

.loader-container {
  position: relative;
  width: 100px;
  height: 100px;
  margin: auto;
}

.loader-container-mobile {
  position: relative;
  width: 20px;
  height: 20px;
  margin: auto;
}

.svg-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  animation: rotate 2s linear infinite;
}

@keyframes rotate-clockwise {
  0%, 100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
@keyframes rotate-counterclockwise {
  0%, 100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
}
.primary-chevron-loader {
  mix-blend-mode: multiply;
  transform: translate(-50%, -50%) rotate(90deg) scale(2);
  animation: rotate-clockwise 2s ease-in-out infinite;
}

.secondary-chevron-loader {
  mix-blend-mode: multiply;
  transform: translate(-50%, -50%) rotate(36deg) scale(2.5);
  animation: rotate-counterclockwise 2s ease-in-out infinite;
}

/* Prevent scrolling when the modal is open */
.modal-open {
  overflow: hidden;
}

.breadcrumbs{
  background-color: rgb(107 114 128 / 0.05);
}
.breadcrumbs__inner{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.breadcrumbs__inner :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.breadcrumbs__inner :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.breadcrumbs__inner :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.breadcrumbs__inner :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.breadcrumbs__inner :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.breadcrumbs__inner :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.breadcrumbs__inner :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.breadcrumbs__inner :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.breadcrumbs__inner :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.breadcrumbs__inner :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.breadcrumbs__inner :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.breadcrumbs__inner :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.breadcrumbs__inner :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.breadcrumbs__inner :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.breadcrumbs__inner :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.breadcrumbs__inner :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.breadcrumbs__inner :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.breadcrumbs__inner :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.breadcrumbs__inner :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.breadcrumbs__inner :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.breadcrumbs__inner :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.breadcrumbs__inner :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.breadcrumbs__inner :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.breadcrumbs__inner :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.breadcrumbs__inner :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.breadcrumbs__inner :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.breadcrumbs__inner :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.breadcrumbs__inner :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.breadcrumbs__inner :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.breadcrumbs__inner :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.breadcrumbs__inner :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.breadcrumbs__inner :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.breadcrumbs__inner :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.breadcrumbs__inner :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.breadcrumbs__inner :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.breadcrumbs__inner :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.breadcrumbs__inner :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.breadcrumbs__inner :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.breadcrumbs__inner :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.breadcrumbs__inner :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.breadcrumbs__inner :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.breadcrumbs__inner :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.breadcrumbs__inner :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.breadcrumbs__inner :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.breadcrumbs__inner :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.breadcrumbs__inner :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.breadcrumbs__inner :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.breadcrumbs__inner :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.breadcrumbs__inner :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.breadcrumbs__inner :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.breadcrumbs__inner :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.breadcrumbs__inner :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.breadcrumbs__inner :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.breadcrumbs__inner :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.breadcrumbs__inner :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.breadcrumbs__inner :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.breadcrumbs__inner :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.breadcrumbs__inner :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.breadcrumbs__inner :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.breadcrumbs__inner :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.breadcrumbs__inner :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.breadcrumbs__inner{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.breadcrumbs__inner :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.breadcrumbs__inner :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.breadcrumbs__inner :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.breadcrumbs__inner :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.breadcrumbs__inner :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.breadcrumbs__inner :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.breadcrumbs__inner :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.breadcrumbs__inner :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.breadcrumbs__inner :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.breadcrumbs__inner :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.breadcrumbs__inner :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.breadcrumbs__inner :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.breadcrumbs__inner :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.breadcrumbs__inner :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.breadcrumbs__inner :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.breadcrumbs__inner :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.breadcrumbs__inner :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.breadcrumbs__inner :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.breadcrumbs__inner :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.breadcrumbs__inner :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.breadcrumbs__inner :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.breadcrumbs__inner :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.breadcrumbs__inner :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.breadcrumbs__inner :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.breadcrumbs__inner{
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 1024px){
  .breadcrumbs__inner{
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .breadcrumbs__inner :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .breadcrumbs__inner :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .breadcrumbs__inner :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1.0666667em;
  }
  .breadcrumbs__inner :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }
  .breadcrumbs__inner :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .breadcrumbs__inner :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }
  .breadcrumbs__inner :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .breadcrumbs__inner :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .breadcrumbs__inner :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .breadcrumbs__inner :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .breadcrumbs__inner :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .breadcrumbs__inner :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    border-radius: 0.3125rem;
    padding-top: 0.25em;
    padding-inline-end: 0.4em;
    padding-bottom: 0.25em;
    padding-inline-start: 0.4em;
  }
  .breadcrumbs__inner :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
  }
  .breadcrumbs__inner :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8611111em;
  }
  .breadcrumbs__inner :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
  }
  .breadcrumbs__inner :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-inline-end: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-inline-start: 1.3333333em;
  }
  .breadcrumbs__inner :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }
  .breadcrumbs__inner :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }
  .breadcrumbs__inner :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }
  .breadcrumbs__inner :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4em;
  }
  .breadcrumbs__inner :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4em;
  }
  .breadcrumbs__inner :where(.lg\:prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .breadcrumbs__inner :where(.lg\:prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  .breadcrumbs__inner :where(.lg\:prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.2em;
  }
  .breadcrumbs__inner :where(.lg\:prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  .breadcrumbs__inner :where(.lg\:prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.2em;
  }
  .breadcrumbs__inner :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .breadcrumbs__inner :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .breadcrumbs__inner :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  .breadcrumbs__inner :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6em;
    padding-inline-start: 1.6em;
  }
  .breadcrumbs__inner :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }
  .breadcrumbs__inner :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .breadcrumbs__inner :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .breadcrumbs__inner :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .breadcrumbs__inner :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .breadcrumbs__inner :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.5555556;
  }
  .breadcrumbs__inner :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-inline-start: 0.6666667em;
  }
  .breadcrumbs__inner :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .breadcrumbs__inner :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .breadcrumbs__inner :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.8888889em;
    padding-inline-end: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-inline-start: 0.6666667em;
  }
  .breadcrumbs__inner :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .breadcrumbs__inner :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .breadcrumbs__inner :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .breadcrumbs__inner :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .breadcrumbs__inner :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }
  .breadcrumbs__inner :where(.lg\:prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .breadcrumbs__inner :where(.lg\:prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
  .breadcrumbs__inner{
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.breadcrumbs__inner :where(p):not(:where([class~=not-prose], [class~=not-prose] *)){
  margin-top: 0px;
  margin-bottom: 0px;
}
.breadcrumbs p{
  margin-left: 0px;
  margin-right: 0px;
}
.breadcrumbs p span{
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgb(17 24 39 / 0.2);
}
.breadcrumbs p span > :not([hidden]) ~ :not([hidden]){
  margin-left: 0px;
  margin-right: 0px;
}
.breadcrumbs p span span a{
  font-weight: 400;
  color: rgb(17 24 39 / 0.7);
}
.breadcrumbs p span span.breadcrumb_last{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.wp-block-buttons{
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-align: center;
}

.wp-block-button{
  margin-left: auto;
  margin-right: auto;
}
.wp-block-button__link{
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 9999px;
  border-width: 2px;
  border-color: rgb(17 24 39 / 0.1);
  background-color: rgb(17 24 39 / 0.05);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-block-button__link:hover{
  background-color: rgb(17 24 39 / 0.1);
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-block-button__link:focus-visible{
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #f97316;
}

.department-center__content .entry-content :where(.wp-block-button a):not(:where([class~=not-prose], [class~=not-prose] *)){
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.wp-block-query-pagination{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: space-between;
}

.wp-block-query-pagination-next,
.wp-block-query-pagination-previous{
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 9999px;
  border-width: 2px;
  border-color: rgb(17 24 39 / 0.1);
  background-color: rgb(17 24 39 / 0.05);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-previous:hover{
  background-color: rgb(17 24 39 / 0.1);
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.wp-block-query-pagination-next:focus-visible,
.wp-block-query-pagination-previous:focus-visible{
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #f97316;
}

.news-search__filter,
.faculty-search__filter,
.events-search__filter{
  display: flex;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 640px){
  .news-search__filter,
.faculty-search__filter,
.events-search__filter{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.news-search__filter p,
.faculty-search__filter p,
.events-search__filter p{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.news-search__filter .filter-button,
.faculty-search__filter .filter-button,
.events-search__filter .filter-button{
  position: relative;
  margin-left: 0.75rem;
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.news-search__filter .filter-button:hover,
.faculty-search__filter .filter-button:hover,
.events-search__filter .filter-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.news-search__filter .filter-button:focus-visible,
.faculty-search__filter .filter-button:focus-visible,
.events-search__filter .filter-button:focus-visible{
  outline-offset: 0px;
}

.pagination{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 640px){
  .pagination{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.pagination .current-page{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.pagination .previous-button{
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.pagination .previous-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.pagination .previous-button:focus-visible{
  outline-offset: 0px;
}
.pagination .next-button{
  position: relative;
  margin-left: 0.75rem;
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.pagination .next-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.pagination .next-button:focus-visible{
  outline-offset: 0px;
}

.seas-labels{
  display: flex;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 640px){
  .seas-labels{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.seas-label{
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.block__notes{
  border-radius: 0.75rem;
  padding: 1.25rem;
}

@media (min-width: 1280px){
  .block__notes{
    padding: 2.5rem;
  }
}
.block__notes p:last-child{
  margin-bottom: 0px;
}
.block__notes:has(+ .block__notes){
  margin-bottom: 2.5rem;
}

.page__content .entry-content .block__notes__title:empty{
  display: none;
}
.page__content .entry-content :where(.block__notes__title):not(:where([class~=not-prose], [class~=not-prose] *)){
  margin-top: 0px;
}
.page__content .entry-content :where(.block__notes__title:empty + .block__notes__description):not(:where([class~=not-prose], [class~=not-prose] *)){
  margin-top: 0px;
}
.page__content .entry-content :where(.block__notes__description p):not(:where([class~=not-prose], [class~=not-prose] *)){
  margin-top: 0px;
}

.block__contact-person{
  margin-bottom: 2.5rem;
  border-radius: 0.75rem;
  background-color: rgb(156 163 175 / 0.05);
  padding: 2.5rem;
}
.block__contact-person:has(+ hr){
  margin-bottom: 0px;
}
.block__contact-person__content{
  display: flex;
  gap: 1.25rem;
}
.block__contact-person:has(.block__contact-person__figure){
  margin-top: 0px;
}
@media (min-width: 1280px){
  .block__contact-person:has(.block__contact-person__figure){
    margin-top: 5rem;
    width: 50%;
  }
}
.block__contact-person__name{
  text-align: left;
}
.block__contact-person__name:has(+ .block__contact-person__phone){
  margin-bottom: 1rem;
}
.block__contact-person__title{
  text-align: left;
}
.block__contact-person__name + .block__contact-person__title{
  margin-bottom: 1rem;
}
.block__contact-person__phone{
  margin-bottom: 0.5rem;
}
.page__content .entry-content .block__contact-person figure{
  width: 25%;
}

.wp-block-columns{
  gap: 2.5rem;
}
@media (min-width: 1280px){
  .wp-block-columns .wp-block-column .block__contact-person:has(.block__contact-person__figure){
    margin-top: 0px;
    width: 100%;
  }
}
.wp-block-columns .wp-block-column .block__contact-person:has(+ .block__contact-person){
  margin-bottom: 2.5rem;
}

.wp-main-search {
  display: none;
}

.fb-share-button {
  all: unset;
  cursor: pointer;
  padding: 4px;
  background-color: transparent;
}
.fb-share-button:hover .icon-bg, .fb-share-button:focus .icon-bg {
  fill: #1877f2;
}
.fb-share-button:focus {
  outline: none;
}

.x-share-button {
  all: unset;
  cursor: pointer;
  padding: 4px;
  background-color: transparent;
}
.x-share-button:hover .icon-bg, .x-share-button:focus .icon-bg {
  fill: #000;
}
.x-share-button:focus {
  outline: none;
}

.linkedin-share-button {
  all: unset;
  cursor: pointer;
  padding: 4px;
  background-color: transparent;
}
.linkedin-share-button:hover .icon-bg, .linkedin-share-button:focus .icon-bg {
  fill: #0077b5;
}
.linkedin-share-button:focus {
  outline: none;
}

.reddit-share-button {
  all: unset;
  cursor: pointer;
  padding: 4px;
  background-color: transparent;
}
.reddit-share-button:hover .icon-bg, .reddit-share-button:focus .icon-bg {
  fill: #ff4500;
}
.reddit-share-button:focus {
  outline: none;
}

.email-share-button {
  all: unset;
  cursor: pointer;
  padding: 6px;
  background-color: transparent;
}
.email-share-button:hover .icon-bg, .email-share-button:focus .icon-bg {
  fill: #515151;
}
.email-share-button:focus {
  outline: none;
}

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.sticky{
  position: sticky;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mb-4{
  margin-bottom: 1rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-4{
  margin-top: 1rem;
}

.block{
  display: block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-2{
  height: 0.5rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-full{
  height: 100%;
}

.max-h-screen{
  max-height: 100vh;
}

.w-3{
  width: 0.75rem;
}

.w-full{
  width: 100%;
}

.max-w-sm{
  max-width: 24rem;
}

.flex-1{
  flex: 1 1 0%;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.items-center{
  align-items: center;
}

.justify-center{
  justify-content: center;
}

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-y-auto{
  overflow-y: auto;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-md{
  border-radius: 0.375rem;
}

.border{
  border-width: 1px;
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.bg-cyan-300{
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity));
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pl-1{
  padding-left: 0.25rem;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold{
  font-weight: 700;
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.underline-offset-4{
  text-underline-offset: 4px;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline{
  outline-style: solid;
}

.outline-offset-2{
  outline-offset: 2px;
}

.outline-blue-700{
  outline-color: #1d4ed8;
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 768px){
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:mt-4{
    margin-top: 1rem;
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:gap-2{
    gap: 0.5rem;
  }
  .md\:p-0{
    padding: 0px;
  }
  .md\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity));
  }
  .md\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
