@charset "UTF-8";
/*
! 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: currentColor; /* 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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;
}
.text-h1{
  font-family: "Proxima Nova", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
@media (min-width: 782px){
  .text-h1{
    font-size: 45px;
    line-height: 55px;
  }
}
.text-h2{
  font-family: "Proxima Nova", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}
@media (min-width: 782px){
  .text-h2{
    font-size: 42px;
    line-height: 50px;
  }
}
.text-h3{
  font-family: "Proxima Nova", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
@media (min-width: 782px){
  .text-h3{
    font-size: 35px;
    line-height: 43px;
  }
}
.text-h4{
  font-family: "Proxima Nova", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
@media (min-width: 782px){
  .text-h4{
    font-size: 30px;
    line-height: 38px;
  }
}
.text-h5{
  font-family: "Proxima Nova", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
}
@media (min-width: 782px){
  .text-h5{
    font-size: 24px;
    line-height: 30px;
  }
}
.text-h6{
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 782px){
  .text-h6{
    font-size: 18px;
    line-height: 26px;
  }
}
.text-lede{
  font-size: 18px;
  line-height: 25px;
}
@media (min-width: 782px){
  .text-lede{
    font-size: 20px;
    line-height: 26px;
  }
}
.text-time{
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 782px){
  .text-time{
    font-size: 16px;
    line-height: 24px;
  }
}
.text-date{
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 782px){
  .text-date{
    font-size: 16px;
    line-height: 24px;
  }
}
.text-date{
  font-weight: 700;
}
.text-meta{
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 782px){
  .text-meta{
    font-size: 14px;
    line-height: 18px;
  }
}
.text-cta{
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.text-tag{
  font-family: "Proxima Nova", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}
@media (min-width: 782px){
  .text-tag{
    font-size: 14px;
    line-height: 22px;
  }
}
.text-first-label{
  font-family: "Proxima Nova", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}
@media (min-width: 782px){
  .text-first-label{
    font-size: 14px;
    line-height: 22px;
  }
}
.text-first-label{
  text-transform: uppercase;
}
.text-second-label{
  font-family: "Proxima Nova", sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 18px;
}
@media (min-width: 782px){
  .text-second-label{
    font-size: 10px;
    line-height: 20px;
  }
}
.text-detail{
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
@media (min-width: 782px){
  .text-detail{
    font-size: 14px;
    line-height: 18px;
  }
}
.text-body{
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 782px){
  .text-body{
    font-size: 18px;
    line-height: 26px;
  }
}
main {
    padding-top: 0;
  }
.container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1166px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.container-wide{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1400px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.header-line{
  position: relative;
}
.header-line span{
  position: relative;
  margin-left: -6px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 782px){
  .header-line span{
    margin-left: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.header-line:before {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    left: -77px;
    right: -77px;
    border-top-width: 3px;
    --tw-border-opacity: 1;
    border-color: rgb(244 185 104 / var(--tw-border-opacity));
  }
.header-line.text-h2:before{
  top: 15px;
}
@media (min-width: 782px){
  .header-line.text-h2:before{
    top: 50%;
  }
  .header-line.header-line-half:before{
    right: 0rem;
  }
}
.header-line.line-fit:before{
  left: 0rem;
  right: 0rem;
}
*, ::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:  ;
}
.prose{
  color: #203959;
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :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;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #203959;
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover{
  color: #EE3E3E;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :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;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :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;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :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;
}
.prose :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;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #203959;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #203959;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #203959;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #203959;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :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;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :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;
}
.prose :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;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :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;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :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;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :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;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #203959;
  --tw-prose-bullets: #203959;
  --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;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :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;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :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;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #203959;
}
.prose :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #203959;
}
.prose :where(mark):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
}
.btn{
  display: inline-block;
  cursor: pointer;
  border-radius: 8px;
  border-width: 2px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
  font-size: 16px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.btn-primary{
  --tw-border-opacity: 1;
  border-color: rgb(238 62 62 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(238 62 62 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(238 62 62 / var(--tw-text-opacity));
}
.btn-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(20 29 56 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(20 29 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(20 29 56 / var(--tw-text-opacity));
}
body:not(.wp-admin) h1.btn-secondary:hover {
  color: #28375a;
}
body:not(.wp-admin) h2.btn-secondary:hover {
  color: #28375a;
}
body:not(.wp-admin) h3.btn-secondary:hover {
  color: #28375a;
}
body:not(.wp-admin) h4.btn-secondary:hover {
  color: #28375a;
}
body:not(.wp-admin) h5.btn-secondary:hover {
  color: #28375a;
}
body:not(.wp-admin) h6.btn-secondary:hover {
  color: #28375a;
}
.btn-tertiary{
  --tw-border-opacity: 1;
  border-color: rgb(32 57 89 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(32 57 89 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-tertiary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(32 57 89 / var(--tw-text-opacity));
  color: #28375a;
}
 body:not(.wp-admin) h1.btn-tertiary:hover {
  color: #28375a;
}
 body:not(.wp-admin) h2.btn-tertiary:hover {
  color: #28375a;
}
 body:not(.wp-admin) h3.btn-tertiary:hover {
  color: #28375a;
}
 body:not(.wp-admin) h4.btn-tertiary:hover {
  color: #28375a;
}
 body:not(.wp-admin) h5.btn-tertiary:hover {
  color: #28375a;
}
 body:not(.wp-admin) h6.btn-tertiary:hover {
  color: #28375a;
}
.btn:disabled,
  .btn[disabled]{
  pointer-events: none;
  opacity: 0.75;
}
.sr-only{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}
.pointer-events-auto{
  pointer-events: auto !important;
}
.visible{
  visibility: visible !important;
}
.static{
  position: static !important;
}
.fixed{
  position: fixed !important;
}
.absolute{
  position: absolute !important;
}
.relative{
  position: relative !important;
}
.sticky{
  position: sticky !important;
}
.inset-0{
  inset: 0rem !important;
}
.inset-x-0{
  left: 0rem !important;
  right: 0rem !important;
}
.inset-x-\[20px\]{
  left: 20px !important;
  right: 20px !important;
}
.inset-y-0{
  top: 0rem !important;
  bottom: 0rem !important;
}
.-left-\[14px\]{
  left: -14px !important;
}
.-top-\[14px\]{
  top: -14px !important;
}
.bottom-0{
  bottom: 0rem !important;
}
.bottom-6{
  bottom: 1.5rem !important;
}
.left-0{
  left: 0rem !important;
}
.left-10{
  left: 2.5rem !important;
}
.left-\[-77px\]{
  left: -77px !important;
}
.left-\[100\%\]{
  left: 100% !important;
}
.left-\[20px\]{
  left: 20px !important;
}
.left-full{
  left: 100% !important;
}
.right-0{
  right: 0rem !important;
}
.right-1\/2{
  right: 50% !important;
}
.right-\[-77px\]{
  right: -77px !important;
}
.right-\[30px\]{
  right: 30px !important;
}
.right-full{
  right: 100% !important;
}
.top-0{
  top: 0rem !important;
}
.top-1\/2{
  top: 50% !important;
}
.top-6{
  top: 1.5rem !important;
}
.top-7{
  top: 1.75rem !important;
}
.top-\[-2px\]{
  top: -2px !important;
}
.top-\[0\]{
  top: 0 !important;
}
.top-\[100px\]{
  top: 100px !important;
}
.top-\[113px\]{
  top: 113px !important;
}
.top-\[15px\]{
  top: 15px !important;
}
.top-\[32px\]{
  top: 32px !important;
}
.top-\[38px\]{
  top: 38px !important;
}
.top-\[4px\]{
  top: 4px !important;
}
.top-\[7px\]{
  top: 7px !important;
}
.top-\[81px\]{
  top: 81px !important;
}
.top-\[calc\(50\%-10px\)\]{
  top: calc(50% - 10px) !important;
}
.z-0{
  z-index: 0 !important;
}
.z-1{
  z-index: 1 !important;
}
.z-10{
  z-index: 10 !important;
}
.z-2{
  z-index: 2 !important;
}
.z-40{
  z-index: 40 !important;
}
.z-50{
  z-index: 50 !important;
}
.z-\[11\]{
  z-index: 11 !important;
}
.mx-0{
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}
.mx-\[20px\]{
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-10{
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.my-\[20px\]{
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.my-\[60px\]{
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.-ml-\[6px\]{
  margin-left: -6px !important;
}
.-ml-px{
  margin-left: -1px !important;
}
.mb-0{
  margin-bottom: 0rem !important;
}
.mb-10{
  margin-bottom: 2.5rem !important;
}
.mb-2{
  margin-bottom: 0.5rem !important;
}
.mb-3{
  margin-bottom: 0.75rem !important;
}
.mb-4{
  margin-bottom: 1rem !important;
}
.mb-5{
  margin-bottom: 1.25rem !important;
}
.mb-6{
  margin-bottom: 1.5rem !important;
}
.mb-8{
  margin-bottom: 2rem !important;
}
.mb-9{
  margin-bottom: 2.25rem !important;
}
.mb-\[10px\]{
  margin-bottom: 10px !important;
}
.mb-\[14px\]{
  margin-bottom: 14px !important;
}
.mb-\[18px\]{
  margin-bottom: 18px !important;
}
.mb-\[20px\]{
  margin-bottom: 20px !important;
}
.mb-\[30px\]{
  margin-bottom: 30px !important;
}
.mb-\[70px\]{
  margin-bottom: 70px !important;
}
.mb-\[9px\]{
  margin-bottom: 9px !important;
}
.ml-0{
  margin-left: 0rem !important;
}
.ml-4{
  margin-left: 1rem !important;
}
.ml-\[10px\]{
  margin-left: 10px !important;
}
.ml-\[14px\]{
  margin-left: 14px !important;
}
.ml-auto{
  margin-left: auto !important;
}
.mr-4{
  margin-right: 1rem !important;
}
.mr-\[10px\]{
  margin-right: 10px !important;
}
.mt-10{
  margin-top: 2.5rem !important;
}
.mt-4{
  margin-top: 1rem !important;
}
.mt-6{
  margin-top: 1.5rem !important;
}
.mt-8{
  margin-top: 2rem !important;
}
.mt-\[10px\]{
  margin-top: 10px !important;
}
.mt-\[110px\]{
  margin-top: 110px !important;
}
.mt-\[14px\]{
  margin-top: 14px !important;
}
.mt-\[16px\]{
  margin-top: 16px !important;
}
.mt-\[20px\]{
  margin-top: 20px !important;
}
.mt-\[24px\]{
  margin-top: 24px !important;
}
.mt-\[26px\]{
  margin-top: 26px !important;
}
.mt-\[30px\]{
  margin-top: 30px !important;
}
.mt-\[40px\]{
  margin-top: 40px !important;
}
.mt-\[60px\]{
  margin-top: 60px !important;
}
.mt-\[6px\]{
  margin-top: 6px !important;
}
.block{
  display: block !important;
}
.inline-block{
  display: inline-block !important;
}
.flex{
  display: flex !important;
}
.inline-flex{
  display: inline-flex !important;
}
.grid{
  display: grid !important;
}
.hidden{
  display: none !important;
}
.aspect-\[408\/229\]{
  aspect-ratio: 408/229 !important;
}
.aspect-\[61\/40\]{
  aspect-ratio: 61/40 !important;
}
.aspect-\[75\/49\]{
  aspect-ratio: 75/49 !important;
}
.aspect-square{
  aspect-ratio: 1 / 1 !important;
}
.h-10{
  height: 2.5rem !important;
}
.h-16{
  height: 4rem !important;
}
.h-4{
  height: 1rem !important;
}
.h-5{
  height: 1.25rem !important;
}
.h-6{
  height: 1.5rem !important;
}
.h-7{
  height: 1.75rem !important;
}
.h-8{
  height: 2rem !important;
}
.h-\[100px\]{
  height: 100px !important;
}
.h-\[12px\]{
  height: 12px !important;
}
.h-\[13px\]{
  height: 13px !important;
}
.h-\[14px\]{
  height: 14px !important;
}
.h-\[15px\]{
  height: 15px !important;
}
.h-\[16px\]{
  height: 16px !important;
}
.h-\[18px\]{
  height: 18px !important;
}
.h-\[20px\]{
  height: 20px !important;
}
.h-\[21px\]{
  height: 21px !important;
}
.h-\[22px\]{
  height: 22px !important;
}
.h-\[24px\]{
  height: 24px !important;
}
.h-\[42px\]{
  height: 42px !important;
}
.h-\[81px\]{
  height: 81px !important;
}
.h-full{
  height: 100% !important;
}
.max-h-0{
  max-height: 0rem !important;
}
.max-h-\[250px\]{
  max-height: 250px !important;
}
.max-h-\[500px\]{
  max-height: 500px !important;
}
.min-h-\[326px\]{
  min-height: 326px !important;
}
.min-h-\[426px\]{
  min-height: 426px !important;
}
.min-h-\[543px\]{
  min-height: 543px !important;
}
.w-10{
  width: 2.5rem !important;
}
.w-24{
  width: 6rem !important;
}
.w-4{
  width: 1rem !important;
}
.w-5{
  width: 1.25rem !important;
}
.w-6{
  width: 1.5rem !important;
}
.w-7{
  width: 1.75rem !important;
}
.w-8{
  width: 2rem !important;
}
.w-\[14px\]{
  width: 14px !important;
}
.w-\[15px\]{
  width: 15px !important;
}
.w-\[160px\]{
  width: 160px !important;
}
.w-\[16px\]{
  width: 16px !important;
}
.w-\[18px\]{
  width: 18px !important;
}
.w-\[20px\]{
  width: 20px !important;
}
.w-\[21px\]{
  width: 21px !important;
}
.w-\[240px\]{
  width: 240px !important;
}
.w-\[24px\]{
  width: 24px !important;
}
.w-\[34px\]{
  width: 34px !important;
}
.w-\[42px\]{
  width: 42px !important;
}
.w-\[6px\]{
  width: 6px !important;
}
.w-\[77px\]{
  width: 77px !important;
}
.w-auto{
  width: auto !important;
}
.w-full{
  width: 100% !important;
}
.min-w-\[250px\]{
  min-width: 250px !important;
}
.min-w-\[calc\(100\%\+4rem\)\]{
  min-width: calc(100% + 4rem) !important;
}
.max-w-\[1166px\]{
  max-width: 1166px !important;
}
.max-w-\[1400px\]{
  max-width: 1400px !important;
}
.max-w-\[1600px\]{
  max-width: 1600px !important;
}
.max-w-\[172px\]{
  max-width: 172px !important;
}
.max-w-\[194px\]{
  max-width: 194px !important;
}
.max-w-\[240px\]{
  max-width: 240px !important;
}
.max-w-\[282px\]{
  max-width: 282px !important;
}
.max-w-\[300px\]{
  max-width: 300px !important;
}
.max-w-\[310px\]{
  max-width: 310px !important;
}
.max-w-\[345px\]{
  max-width: 345px !important;
}
.max-w-\[375px\]{
  max-width: 375px !important;
}
.max-w-\[436px\]{
  max-width: 436px !important;
}
.max-w-\[500px\]{
  max-width: 500px !important;
}
.max-w-\[650px\]{
  max-width: 650px !important;
}
.max-w-\[825px\]{
  max-width: 825px !important;
}
.max-w-\[893px\]{
  max-width: 893px !important;
}
.max-w-full{
  max-width: 100% !important;
}
.flex-1{
  flex: 1 1 0% !important;
}
.flex-none{
  flex: none !important;
}
.flex-shrink{
  flex-shrink: 1 !important;
}
.flex-grow{
  flex-grow: 1 !important;
}
.origin-top{
  transform-origin: top !important;
}
.-translate-y-\[14px\]{
  --tw-translate-y: -14px !important;
  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)) !important;
}
.-translate-y-full{
  --tw-translate-y: -100% !important;
  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)) !important;
}
.translate-y-0{
  --tw-translate-y: 0rem !important;
  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)) !important;
}
.translate-y-\[14px\]{
  --tw-translate-y: 14px !important;
  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)) !important;
}
.-rotate-45{
  --tw-rotate: -45deg !important;
  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)) !important;
}
.rotate-180{
  --tw-rotate: 180deg !important;
  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)) !important;
}
.rotate-45{
  --tw-rotate: 45deg !important;
  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)) !important;
}
.rotate-90{
  --tw-rotate: 90deg !important;
  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)) !important;
}
.scale-100{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  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)) !important;
}
.scale-75{
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
  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)) !important;
}
.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)) !important;
}
.cursor-not-allowed{
  cursor: not-allowed !important;
}
.cursor-pointer{
  cursor: pointer !important;
}
.list-none{
  list-style-type: none !important;
}
.appearance-none{
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-\[1fr\2c 420px\]{
  grid-template-columns: 1fr 420px !important;
}
.flex-row{
  flex-direction: row !important;
}
.flex-row-reverse{
  flex-direction: row-reverse !important;
}
.flex-col{
  flex-direction: column !important;
}
.flex-wrap{
  flex-wrap: wrap !important;
}
.place-items-center{
  place-items: center !important;
}
.items-start{
  align-items: flex-start !important;
}
.items-center{
  align-items: center !important;
}
.justify-center{
  justify-content: center !important;
}
.justify-between{
  justify-content: space-between !important;
}
.gap-10{
  gap: 2.5rem !important;
}
.gap-17{
  gap: 4.25rem !important;
}
.gap-2{
  gap: 0.5rem !important;
}
.gap-3{
  gap: 0.75rem !important;
}
.gap-4{
  gap: 1rem !important;
}
.gap-5{
  gap: 1.25rem !important;
}
.gap-6{
  gap: 1.5rem !important;
}
.gap-7{
  gap: 1.75rem !important;
}
.gap-\[10px\]{
  gap: 10px !important;
}
.gap-\[12px\]{
  gap: 12px !important;
}
.gap-\[14px\]{
  gap: 14px !important;
}
.gap-\[16px\]{
  gap: 16px !important;
}
.gap-\[18px\]{
  gap: 18px !important;
}
.gap-\[20px\]{
  gap: 20px !important;
}
.gap-\[24px\]{
  gap: 24px !important;
}
.gap-\[30px\]{
  gap: 30px !important;
}
.gap-\[47px\]{
  gap: 47px !important;
}
.gap-\[4px\]{
  gap: 4px !important;
}
.gap-\[6px\]{
  gap: 6px !important;
}
.gap-\[9px\]{
  gap: 9px !important;
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.place-self-end{
  place-self: end !important;
}
.self-start{
  align-self: flex-start !important;
}
.self-center{
  align-self: center !important;
}
.overflow-auto{
  overflow: auto !important;
}
.overflow-hidden{
  overflow: hidden !important;
}
.overflow-x-hidden{
  overflow-x: hidden !important;
}
.truncate{
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.whitespace-nowrap{
  white-space: nowrap !important;
}
.rounded-\[20px\]{
  border-radius: 20px !important;
}
.rounded-\[8px\]{
  border-radius: 8px !important;
}
.rounded-full{
  border-radius: 9999px !important;
}
.rounded-lg{
  border-radius: 0.5rem !important;
}
.border{
  border-width: 1px !important;
}
.border-2{
  border-width: 2px !important;
}
.border-\[3px\]{
  border-width: 3px !important;
}
.border-x-0{
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}
.border-y-2{
  border-top-width: 2px !important;
  border-bottom-width: 2px !important;
}
.border-b{
  border-bottom-width: 1px !important;
}
.border-b-2{
  border-bottom-width: 2px !important;
}
.border-b-\[1px\]{
  border-bottom-width: 1px !important;
}
.border-r-2{
  border-right-width: 2px !important;
}
.border-t-\[3px\]{
  border-top-width: 3px !important;
}
.border-none{
  border-style: none !important;
}
.border-\[\#B9BBC3\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 187 195 / var(--tw-border-opacity)) !important;
}
.border-\[\#DEDEDE\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(222 222 222 / var(--tw-border-opacity)) !important;
}
.border-black\/\[\.3\]{
  border-color: rgb(0 0 0 / .3) !important;
}
.border-blue{
  --tw-border-opacity: 1 !important;
  border-color: rgb(32 57 89 / var(--tw-border-opacity)) !important;
}
.border-dark-blue{
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 29 56 / var(--tw-border-opacity)) !important;
}
.border-gray{
  --tw-border-opacity: 1 !important;
  border-color: rgb(222 222 222 / var(--tw-border-opacity)) !important;
}
.border-red{
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 62 62 / var(--tw-border-opacity)) !important;
}
.border-white{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.border-yellow{
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 185 104 / var(--tw-border-opacity)) !important;
}
.bg-blue{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(32 57 89 / var(--tw-bg-opacity)) !important;
}
.bg-dark-blue{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 29 56 / var(--tw-bg-opacity)) !important;
}
.bg-inherit{
  background-color: inherit !important;
}
.bg-light-gray{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 242 250 / var(--tw-bg-opacity)) !important;
}
.bg-red{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 62 62 / var(--tw-bg-opacity)) !important;
}
.bg-transparent{
  background-color: transparent !important;
}
.bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.object-cover{
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.p-0{
  padding: 0rem !important;
}
.p-5{
  padding: 1.25rem !important;
}
.p-6{
  padding: 1.5rem !important;
}
.p-\[20px\]{
  padding: 20px !important;
}
.p-\[30px\]{
  padding: 30px !important;
}
.p-\[65px\]{
  padding: 65px !important;
}
.px-0{
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
.px-1{
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-\[14px\]{
  padding-left: 14px !important;
  padding-right: 14px !important;
}
.px-\[15px\]{
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.px-\[20px\]{
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.px-\[25px\]{
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.px-\[27px\]{
  padding-left: 27px !important;
  padding-right: 27px !important;
}
.px-\[30px\]{
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.px-\[6px\]{
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.py-15{
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}
.py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-\[0\]{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-\[14px\]{
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.py-\[17px\]{
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}
.py-\[18px\]{
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.py-\[20px\]{
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py-\[30px\]{
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.py-\[40px\]{
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.py-\[5px\]{
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.py-\[60px\]{
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.py-\[65px\]{
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
.pb-10{
  padding-bottom: 2.5rem !important;
}
.pb-11{
  padding-bottom: 2.75rem !important;
}
.pb-\[20px\]{
  padding-bottom: 20px !important;
}
.pb-\[34px\]{
  padding-bottom: 34px !important;
}
.pb-\[40px\]{
  padding-bottom: 40px !important;
}
.pb-\[60px\]{
  padding-bottom: 60px !important;
}
.pb-\[70px\]{
  padding-bottom: 70px !important;
}
.pl-4{
  padding-left: 1rem !important;
}
.pl-\[20px\]{
  padding-left: 20px !important;
}
.pl-\[55px\]{
  padding-left: 55px !important;
}
.pl-\[7px\]{
  padding-left: 7px !important;
}
.pr-19{
  padding-right: 4.75rem !important;
}
.pr-2{
  padding-right: 0.5rem !important;
}
.pr-3{
  padding-right: 0.75rem !important;
}
.pr-6{
  padding-right: 1.5rem !important;
}
.pr-\[7px\]{
  padding-right: 7px !important;
}
.pt-0{
  padding-top: 0rem !important;
}
.pt-10{
  padding-top: 2.5rem !important;
}
.pt-6{
  padding-top: 1.5rem !important;
}
.pt-\[30px\]{
  padding-top: 30px !important;
}
.pt-\[34px\]{
  padding-top: 34px !important;
}
.text-left{
  text-align: left !important;
}
.text-center{
  text-align: center !important;
}
.align-middle{
  vertical-align: middle !important;
}
.font-dm-sans{
  font-family: "DMSans", sans-serif !important;
}
.font-helvitica{
  font-family: "helvitica", sans-serif !important;
}
.font-proxima-nova{
  font-family: "Proxima Nova", sans-serif !important;
}
.text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-\[0\.75rem\]{
  font-size: 0.75rem !important;
}
.text-\[1\.125rem\]{
  font-size: 1.125rem !important;
}
.text-\[1\.5rem\]{
  font-size: 1.5rem !important;
}
.text-\[10px\]{
  font-size: 10px !important;
}
.text-\[12px\]{
  font-size: 12px !important;
}
.text-\[14px\]{
  font-size: 14px !important;
}
.text-\[16px\]{
  font-size: 16px !important;
}
.text-\[18px\]{
  font-size: 18px !important;
}
.text-\[20px\]{
  font-size: 20px !important;
}
.text-\[21px\]{
  font-size: 21px !important;
}
.text-\[22px\]{
  font-size: 22px !important;
}
.text-\[26px\]{
  font-size: 26px !important;
}
.text-\[30px\]{
  font-size: 30px !important;
}
.text-\[64px\]{
  font-size: 64px !important;
}
.text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-lg{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.font-bold{
  font-weight: 700 !important;
}
.font-light{
  font-weight: 300 !important;
}
.font-medium{
  font-weight: 500 !important;
}
.font-normal{
  font-weight: 400 !important;
}
.font-semibold{
  font-weight: 600 !important;
}
.uppercase{
  text-transform: uppercase !important;
}
.italic{
  font-style: italic !important;
}
.not-italic{
  font-style: normal !important;
}
.leading-5{
  line-height: 1.25rem !important;
}
.leading-6{
  line-height: 1.5rem !important;
}
.leading-\[0\.915625rem\]{
  line-height: 0.915625rem !important;
}
.leading-\[1\.25rem\]{
  line-height: 1.25rem !important;
}
.leading-\[15px\]{
  line-height: 15px !important;
}
.leading-\[16px\]{
  line-height: 16px !important;
}
.leading-\[18px\]{
  line-height: 18px !important;
}
.leading-\[20px\]{
  line-height: 20px !important;
}
.leading-\[22px\]{
  line-height: 22px !important;
}
.leading-\[24px\]{
  line-height: 24px !important;
}
.leading-\[25px\]{
  line-height: 25px !important;
}
.leading-\[26px\]{
  line-height: 26px !important;
}
.leading-\[28px\]{
  line-height: 28px !important;
}
.leading-\[2rem\]{
  line-height: 2rem !important;
}
.leading-\[30px\]{
  line-height: 30px !important;
}
.leading-\[34px\]{
  line-height: 34px !important;
}
.leading-\[36px\]{
  line-height: 36px !important;
}
.leading-\[78px\]{
  line-height: 78px !important;
}
.text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.text-blue{
  --tw-text-opacity: 1 !important;
  color: rgb(32 57 89 / var(--tw-text-opacity)) !important;
}
.text-dark-blue{
  --tw-text-opacity: 1 !important;
  color: rgb(20 29 56 / var(--tw-text-opacity)) !important;
}
.text-red{
  --tw-text-opacity: 1 !important;
  color: rgb(238 62 62 / var(--tw-text-opacity)) !important;
}
.text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-yellow{
  --tw-text-opacity: 1 !important;
  color: rgb(244 185 104 / var(--tw-text-opacity)) !important;
}
.underline{
  text-decoration-line: underline !important;
}
.no-underline{
  text-decoration-line: none !important;
}
.opacity-0{
  opacity: 0 !important;
}
.opacity-100{
  opacity: 1 !important;
}
.opacity-75{
  opacity: 0.75 !important;
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06)) !important;
  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) !important;
}
.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) !important;
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-all{
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-opacity{
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.duration-100{
  transition-duration: 100ms !important;
}
.duration-1000{
  transition-duration: 1000ms !important;
}
.duration-150{
  transition-duration: 150ms !important;
}
.duration-200{
  transition-duration: 200ms !important;
}
.duration-300{
  transition-duration: 300ms !important;
}
.duration-500{
  transition-duration: 500ms !important;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.break-word {
    word-break: break-word !important;
  }
html :where(.editor-styles-wrapper) {
  font-size: 16px;
  font-family: "DMSans";
}
html :where(.editor-styles-wrapper) h1{
  font-family: "Proxima Nova", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
@media (min-width: 782px){
  html :where(.editor-styles-wrapper) h1{
    font-size: 45px;
    line-height: 55px;
  }
}
html :where(.editor-styles-wrapper) h2{
  font-family: "Proxima Nova", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}
@media (min-width: 782px){
  html :where(.editor-styles-wrapper) h2{
    font-size: 42px;
    line-height: 50px;
  }
}
html.header-line :where(.editor-styles-wrapper) h2:before{
  top: 15px;
}
@media (min-width: 782px){
  html.header-line :where(.editor-styles-wrapper) h2:before{
    top: 50%;
  }
}
html :where(.editor-styles-wrapper) h3{
  font-family: "Proxima Nova", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
@media (min-width: 782px){
  html :where(.editor-styles-wrapper) h3{
    font-size: 35px;
    line-height: 43px;
  }
}
html :where(.editor-styles-wrapper) h4{
  font-family: "Proxima Nova", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
@media (min-width: 782px){
  html :where(.editor-styles-wrapper) h4{
    font-size: 30px;
    line-height: 38px;
  }
}
html :where(.editor-styles-wrapper) h5{
  font-family: "Proxima Nova", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
}
@media (min-width: 782px){
  html :where(.editor-styles-wrapper) h5{
    font-size: 24px;
    line-height: 30px;
  }
}
html :where(.editor-styles-wrapper) h6{
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 782px){
  html :where(.editor-styles-wrapper) h6{
    font-size: 18px;
    line-height: 26px;
  }
}
html :where(.editor-styles-wrapper) p,
html :where(.editor-styles-wrapper) ul,
html :where(.editor-styles-wrapper) ol{
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 782px){
  html :where(.editor-styles-wrapper) p,
html :where(.editor-styles-wrapper) ul,
html :where(.editor-styles-wrapper) ol{
    font-size: 18px;
    line-height: 23.44px;
  }
}
html :where(.editor-styles-wrapper) select.form-control{
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 0.5rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(32 57 89 / var(--tw-border-opacity)) !important;
  padding: 1.25rem !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../../images/caret-down.svg) 98%/20px no-repeat;
}

.edit-post-visual-editor__post-title-wrapper {
  margin-bottom: 30px;
}
.edit-post-visual-editor__post-title-wrapper h1 {
  font-size: 42px !important;
}

.components-flex {
  height: auto !important;
}

/* posts */
body.wp-admin.post-type-post.block-editor-page .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper > *,
body.wp-admin.post-type-post.block-editor-page .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > *{
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
body.wp-admin.post-type-post.block-editor-page .is-root-container{
  padding-bottom: 5rem;
}
select.form-control{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(32 57 89 / var(--tw-border-opacity));
  padding: 1.25rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../../images/caret-down.svg) 98%/20px no-repeat;
}

.gravity-theme label{
  margin-bottom: 9px;
  display: inline-block;
  font-weight: 500;
}
.gravity-theme input:not([type=submit]){
  margin-bottom: 1.5rem;
  display: inline-block;
  width: 100%;
  max-width: 436px;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(222 222 222 / var(--tw-border-opacity));
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.gravity-theme input[type=submit]{
  display: inline-block;
  cursor: pointer;
  border-radius: 8px;
  border-width: 2px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
  font-size: 16px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-border-opacity: 1;
  border-color: rgb(238 62 62 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(238 62 62 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.gravity-theme input[type=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(238 62 62 / var(--tw-text-opacity));
}
.gravity-theme input[type=submit]:disabled,.gravity-theme input[type=submit][disabled]{
  pointer-events: none;
  opacity: 0.75;
}
.gravity-theme input[type=submit]{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(238 62 62 / var(--tw-bg-opacity));
}
@media (max-width: 1023px) {
  .single-report aside.side-post-content [data-block=reports-navigation-sidebar] .filter-share-report-container .report-download-button-container a.gravity-theme input[type=submit] {
    padding-block: 10px;
  }
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar] a.gravity-theme input[type=submit] {
  padding-inline: 30px;
  flex-shrink: 1;
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-footer .gravity-theme input[type=submit] {
  width: 100%;
}

.gform_confirmation_wrapper{
  text-align: center;
}
header{
  position: sticky;
  top: 0rem;
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  filter: drop-shadow(0px 4px 20px rgba(32, 57, 89, 0.3));
}

.menu{
  position: fixed;
  left: 0rem;
  right: 0rem;
  bottom: 0rem;
  top: 81px;
  z-index: 40;
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 3.75rem;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 1024px){
  .menu{
    bottom: auto;
    top: 100px;
  }
}

.menu {
  box-shadow: 0px 4px 20px rgba(45, 56, 86, 0.3), 0px 4px 20px rgba(32, 57, 89, 0.3);
}
.menu #menu-header{
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px){
  .menu #menu-header{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1400px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 4.5rem;
    display: grid;
    grid-auto-flow: column dense;
    flex-direction: row;
    gap: 1.5rem;
  }
}
.menu #menu-header > li{
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1024px){
  .menu #menu-header > li{
    padding: 0rem;
  }
}
.menu #menu-header > li:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(244 185 104 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}
@media (min-width: 1024px){
  .menu #menu-header > li:after{
    display: none;
  }
}
.menu #menu-header > li:first-child{
  padding-top: 2.5rem !important;
}
@media (min-width: 1024px){
  .menu #menu-header > li:first-child{
    padding-top: 0rem !important;
  }
}
.menu #menu-header > li:first-child > button > svg{
  position: absolute;
  top: 2.75rem;
}
.menu #menu-header > li:last-child{
  padding-bottom: 0rem;
}
.menu #menu-header > li:last-child:after{
  margin-bottom: 2.5rem;
  border-style: none;
}
@media (min-width: 1024px){
  .menu #menu-header > li:last-child:after{
    margin-bottom: 0rem;
  }
}
.menu #menu-header > li > a{
  position: relative;
  z-index: 2;
  font-family: "DMSans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(20 29 56 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
body:not(.wp-admin) h1.menu #menu-header > li > a {
  color: #28375a;
}
body:not(.wp-admin) h2.menu #menu-header > li > a {
  color: #28375a;
}
body:not(.wp-admin) h3.menu #menu-header > li > a {
  color: #28375a;
}
body:not(.wp-admin) h4.menu #menu-header > li > a {
  color: #28375a;
}
body:not(.wp-admin) h5.menu #menu-header > li > a {
  color: #28375a;
}
body:not(.wp-admin) h6.menu #menu-header > li > a {
  color: #28375a;
}
@media (min-width: 1024px){
  .menu #menu-header > li > a{
    font-family: "Proxima Nova", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
  }
  @media (min-width: 782px){
    .menu #menu-header > li > a{
      font-size: 30px;
      line-height: 38px;
    }
  }
}
.menu #menu-header > li > a:hover{
  --tw-text-opacity: 1;
  color: rgb(238 62 62 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .menu #menu-header > li > a{
    margin-bottom: 1.5rem;
    display: inline-block;
  }
}
.menu #menu-header > li > button{
  position: absolute;
  top: 4px;
  right: 0rem;
  z-index: 1;
  height: 100%;
  width: 100%;
}
@media (min-width: 1024px){
  .menu #menu-header > li > button{
    display: none;
  }
}
.menu #menu-header > li > button > svg{
  position: absolute;
  top: 1.75rem;
  right: 30px;
  margin-left: auto;
  --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(32 57 89 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  color: #28375a;
}
 body:not(.wp-admin) h1.menu #menu-header > li > button > svg {
  color: #28375a;
}
 body:not(.wp-admin) h2.menu #menu-header > li > button > svg {
  color: #28375a;
}
 body:not(.wp-admin) h3.menu #menu-header > li > button > svg {
  color: #28375a;
}
 body:not(.wp-admin) h4.menu #menu-header > li > button > svg {
  color: #28375a;
}
 body:not(.wp-admin) h5.menu #menu-header > li > button > svg {
  color: #28375a;
}
 body:not(.wp-admin) h6.menu #menu-header > li > button > svg {
  color: #28375a;
}
.menu #menu-header > li > button > svg:hover{
  --tw-text-opacity: 1;
  color: rgb(238 62 62 / var(--tw-text-opacity));
}
.menu #menu-header > li .sub-menu{
  position: relative;
  z-index: 0;
  display: flex;
  max-height: 0rem;
  flex-direction: column;
  gap: 24px;
  padding-left: 20px;
  font-family: "DMSans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1024px){
  .menu #menu-header > li .sub-menu{
    max-height: 100%;
    gap: 14px;
    opacity: 1;
  }
  .menu #menu-header > li .sub-menu:after {
    content: "";
    position: absolute;
    top: 0rem;
    bottom: 0rem;
    left: -14px;
    border-right-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(244 185 104 / var(--tw-border-opacity));
  }
}
.menu #menu-header > li .sub-menu > li{
  position: relative;
}
.menu #menu-header > li .sub-menu button{
  position: absolute;
  top: 7px;
  right: 0rem;
  z-index: 1;
}
@media (min-width: 1024px){
  .menu #menu-header > li .sub-menu button{
    display: none;
  }
}
.menu #menu-header > li .sub-menu button > 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(32 57 89 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  color: #28375a;
}
 body:not(.wp-admin) h1.menu #menu-header > li .sub-menu button > svg {
  color: #28375a;
}
 body:not(.wp-admin) h2.menu #menu-header > li .sub-menu button > svg {
  color: #28375a;
}
 body:not(.wp-admin) h3.menu #menu-header > li .sub-menu button > svg {
  color: #28375a;
}
 body:not(.wp-admin) h4.menu #menu-header > li .sub-menu button > svg {
  color: #28375a;
}
 body:not(.wp-admin) h5.menu #menu-header > li .sub-menu button > svg {
  color: #28375a;
}
 body:not(.wp-admin) h6.menu #menu-header > li .sub-menu button > svg {
  color: #28375a;
}
.menu #menu-header > li .sub-menu button > svg:hover{
  --tw-text-opacity: 1;
  color: rgb(238 62 62 / var(--tw-text-opacity));
}
.menu #menu-header > li .sub-menu a{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(32 57 89 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  color: #28375a;
}
 body:not(.wp-admin) h1.menu #menu-header > li .sub-menu a {
  color: #28375a;
}
 body:not(.wp-admin) h2.menu #menu-header > li .sub-menu a {
  color: #28375a;
}
 body:not(.wp-admin) h3.menu #menu-header > li .sub-menu a {
  color: #28375a;
}
 body:not(.wp-admin) h4.menu #menu-header > li .sub-menu a {
  color: #28375a;
}
 body:not(.wp-admin) h5.menu #menu-header > li .sub-menu a {
  color: #28375a;
}
 body:not(.wp-admin) h6.menu #menu-header > li .sub-menu a {
  color: #28375a;
}
.menu #menu-header > li .sub-menu a:hover{
  --tw-text-opacity: 1;
  color: rgb(238 62 62 / var(--tw-text-opacity));
}
.menu #menu-header > li.open{
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 250 / var(--tw-bg-opacity));
}
.menu #menu-header > li.open:before {
  content: "";
  position: absolute;
  left: 0rem;
  right: 0rem;
  top: -2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(244 185 104 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}
@media (min-width: 1024px){
  .menu #menu-header > li.open:before{
    display: none;
  }
}
.menu #menu-header > li.open:after{
  left: 0rem;
  right: 0rem;
}
.menu #menu-header > li.open .sub-menu{
  position: relative;
  z-index: 2;
  margin-top: 24px;
  max-height: 500px;
  opacity: 1;
}
.menu #menu-header > li.open .sub-menu > li.open:after{
  left: 0rem;
  right: 0rem;
}
.menu #menu-header > li.open .sub-menu > li.open ul.sub-menu{
  position: relative;
  z-index: 2;
  margin-top: 16px;
  max-height: 500px;
  opacity: 1;
}
.menu #menu-header > li.open .sub-menu > li.open > button > svg{
  --tw-text-opacity: 1;
  color: rgb(238 62 62 / var(--tw-text-opacity));
  transform: rotate(-90deg);
}
.menu #menu-header > li.open .sub-menu > li ul.sub-menu{
  z-index: 0;
  margin-top: 0rem;
  max-height: 0rem;
  gap: 16px;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.menu #menu-header > li.open > a{
  --tw-text-opacity: 1;
  color: rgb(238 62 62 / var(--tw-text-opacity));
}
.menu #menu-header > li.open > button > svg{
  --tw-text-opacity: 1;
  color: rgb(238 62 62 / var(--tw-text-opacity));
  transform: rotate(-90deg);
}
.menu #menu-header > li:not(.menu-item-has-children){
  padding: 0rem;
}
.menu #menu-header > li:not(.menu-item-has-children) > a{
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1024px){
  .menu #menu-header > li:not(.menu-item-has-children) > a{
    padding: 0rem;
  }
}

.admin-bar header{
  top: 32px;
}
.admin-bar .menu{
  top: 113px;
}
@media (min-width: 1024px){
  .admin-bar .menu{
    top: 132px;
  }
}

/* nav menu */
#main-menu > li{
  position: relative !important;
  margin-left: 0rem !important;
}
#main-menu > li:first-child{
  margin-left: 0rem !important;
}
#main-menu > li > a{
  display: inline-block;
  height: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 34px;
  padding-bottom: 34px;
  font-family: "DMSans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(32 57 89 / var(--tw-text-opacity));
  color: #28375a;
}
 body:not(.wp-admin) h1#main-menu > li > a {
  color: #28375a;
}
 body:not(.wp-admin) h2#main-menu > li > a {
  color: #28375a;
}
 body:not(.wp-admin) h3#main-menu > li > a {
  color: #28375a;
}
 body:not(.wp-admin) h4#main-menu > li > a {
  color: #28375a;
}
 body:not(.wp-admin) h5#main-menu > li > a {
  color: #28375a;
}
 body:not(.wp-admin) h6#main-menu > li > a {
  color: #28375a;
}
#main-menu > li > a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(238 62 62 / var(--tw-text-opacity));
}
@media (min-width: 1280px){
  #main-menu > li > a{
    font-size: 20px;
    line-height: 28px;
  }
}
#main-menu > li.hasSubMenu:hover > ul.sub-menu-wrapper{
  pointer-events: auto;
  display: block;
  opacity: 1;
}
#main-menu > li.hasSubMenu:hover > ul.sub-menu-wrapper li:hover > a{
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 250 / var(--tw-bg-opacity));
}
#main-menu > li.hasSubMenu:hover > ul.sub-menu-wrapper li > a {
  padding-right: 50px;
}
#main-menu > li.hasSubMenu:hover > ul.sub-menu-wrapper li.hasSubMenu {
  position: relative;
}
#main-menu > li.hasSubMenu:hover > ul.sub-menu-wrapper li.hasSubMenu > button {
  display: block !important;
  position: absolute;
  pointer-events: none;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#main-menu > li.hasSubMenu:hover > ul.sub-menu-wrapper li.hasSubMenu > ul.sub-menu-wrapper{
  top: 0;
  left: 100%;
  min-width: 250px;
}
#main-menu > li.hasSubMenu:hover > ul.sub-menu-wrapper li.hasSubMenu:hover > ul.sub-menu-wrapper{
  pointer-events: auto;
  display: block;
  opacity: 1;
}
#main-menu > li.hasSubMenu:hover > ul.sub-menu-wrapper li.hasSubMenu:hover > ul.sub-menu-wrapper li > a{
  font-weight: 400;
}
#main-menu > li.hasSubMenu ul{
  pointer-events: none;
  position: absolute;
  top: 100px;
  width: auto;
  min-width: calc(100% + 4rem);
  max-width: 375px;
  transform-origin: top;
  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));
  padding: 0rem;
  font-weight: 300;
  opacity: 0;
}
.group:hover #main-menu > li.hasSubMenu ul{
  opacity: 1;
}
#main-menu > li.hasSubMenu ul li a{
  display: block;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 20px;
  font-family: "DMSans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(32 57 89 / var(--tw-text-opacity));
  color: #28375a;
}
 body:not(.wp-admin) h1#main-menu > li.hasSubMenu ul li a {
  color: #28375a;
}
 body:not(.wp-admin) h2#main-menu > li.hasSubMenu ul li a {
  color: #28375a;
}
 body:not(.wp-admin) h3#main-menu > li.hasSubMenu ul li a {
  color: #28375a;
}
 body:not(.wp-admin) h4#main-menu > li.hasSubMenu ul li a {
  color: #28375a;
}
 body:not(.wp-admin) h5#main-menu > li.hasSubMenu ul li a {
  color: #28375a;
}
 body:not(.wp-admin) h6#main-menu > li.hasSubMenu ul li a {
  color: #28375a;
}
#main-menu > li.hasSubMenu ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(238 62 62 / var(--tw-text-opacity));
}
@media (min-width: 1280px){
  #main-menu > li.hasSubMenu ul li a{
    font-size: 20px;
    line-height: 28px;
  }
}

.main-menu button {
  display: none !important;
}

ul.sub-menu-wrapper {
  display: none;
}

/*ul.sub-menu-wrapper{
	@apply  font-light absolute p-0 max-w-[300px] w-auto transform opacity-0 group-hover:opacity-100 top-[100px] transition hover:duration-200 ease-in origin-top pointer-events-none;

	ul.sub-menu-wrapper {
		@apply pointer-events-none;
	}
}
.menu-item.hasSubMenu:hover > ul.sub-menu-wrapper {
	@apply pointer-events-auto;

	ul.sub-menu-wrapper {
		@apply pointer-events-none;
	}
}*/
footer {
  margin-top: 40px;
  padding-block: 40px;
  background: #F0F2FA;
}
footer .container-wide {
  max-width: 1352px;
}
@media (min-width: 1392px) {
  footer .container-wide {
    padding-inline: 0;
  }
}

#footer{
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 14px;
  line-height: 16px;
}
#footer a{
  --tw-text-opacity: 1;
  color: rgb(20 29 56 / var(--tw-text-opacity));
}
body:not(.wp-admin) h1#footer a {
  color: #28375a;
}
body:not(.wp-admin) h2#footer a {
  color: #28375a;
}
body:not(.wp-admin) h3#footer a {
  color: #28375a;
}
body:not(.wp-admin) h4#footer a {
  color: #28375a;
}
body:not(.wp-admin) h5#footer a {
  color: #28375a;
}
body:not(.wp-admin) h6#footer a {
  color: #28375a;
}
#footer li > a:hover{
  --tw-text-opacity: 1;
  color: rgb(238 62 62 / var(--tw-text-opacity));
}

#CybotCookiebotDialog {
  font-family: "Proxima Nova", sans-serif !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogPoweredbyImage {
  max-height: 60px;
}
#CybotCookiebotDialog #CybotCookiebotDialogPoweredbyCybot,
#CybotCookiebotDialog #CybotCookiebotDialogPoweredByText {
  display: none;
}

#CookiebotWidget {
  font-family: "Proxima Nova", sans-serif !important;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
  justify-content: flex-start !important;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo a {
  display: none;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo:after {
  content: "";
  display: block;
  width: 96px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='222px' height='138px' viewBox='0 0 222 138' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Ecepa-logo%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='cepa-logo' fill-rule='nonzero'%3E%3Cpath d='M124.405002,39.674002 C121.84656,34.8248802 118.649167,30.2752746 114.821729,26.1508102 C103.400773,13.8435354 87.8822187,6.73018968 71.1240273,6.12190061 C36.1707476,4.88185043 7.36617346,31.9450943 6.10839373,66.7200551 C5.5001205,83.5161066 11.4545348,99.5425402 22.8745018,111.849815 C34.2957883,124.156759 49.8140127,131.270105 66.5725338,131.878725 C67.3473895,131.907156 68.1235646,131.92104 68.8928125,131.92104 C93.957364,131.92104 115.521706,117.374336 125.580645,96.0676889 L131.045867,98.6059734 C127.520918,106.040654 122.667926,112.855145 116.5941,118.712572 C103.090699,131.737231 85.1888613,138.634701 66.3531728,137.954012 C47.9746789,137.286216 30.956553,129.486231 18.4328538,115.989817 C5.90882469,102.494395 -0.620216521,84.9184774 0.0464430196,66.5002115 C0.696939118,48.5236163 8.17467545,31.7569875 21.1034503,19.2877226 C33.9995685,6.84986395 50.9405057,2.84842379e-14 68.8057279,2.84842379e-14 C69.6478762,2.84842379e-14 70.4949725,0.0158684107 71.3430585,0.0462828645 C96.809387,0.971609563 118.5667,15.7295621 129.715517,36.8259529 L124.405002,39.674002 Z' id='C' fill='%23F6BD5C' transform='translate(65.522934, 69.000000) scale(-1, 1) rotate(-180.000000) translate(-65.522934, -69.000000) '%3E%3C/path%3E%3Cpath d='M92.9225078,56.444138 C96.4801145,56.444138 99.8282562,57.8098131 102.873251,60.5021534 L104.235928,61.7061691 L110.229267,56.377689 L108.547279,54.8351473 C103.863179,50.5424116 98.6064319,48.3657946 92.9225078,48.3657946 C86.814046,48.3657946 81.5384963,50.5599329 77.2400101,54.8883725 C72.9448227,59.214498 70.7663864,64.4910752 70.7663864,70.5703294 C70.7663864,76.6902465 72.9461421,81.9760802 77.2446283,86.2820395 C81.5437741,90.5906436 86.8183343,92.7751948 92.9225078,92.7751948 C98.6031333,92.7751948 103.857901,90.6190745 108.542001,86.3666711 L110.228607,84.8323941 L104.236918,79.4520111 L102.867643,80.6702422 C99.8249576,83.3787816 96.4784652,84.7520603 92.9225078,84.7520603 C88.9924822,84.7520603 85.7274668,83.3939888 82.9400976,80.6018097 C80.1540479,77.8083082 78.7989577,74.5275143 78.7989577,70.5703294 C78.7989577,66.6319882 80.1530583,63.3650792 82.9381184,60.5824872 C85.7254876,57.7975812 88.9911628,56.444138 92.9225078,56.444138 M115.453192,90.316583 L141.51262,90.316583 L141.51262,83.3741533 L123.369981,83.3741533 L123.369981,74.1175804 L141.51262,74.1175804 L141.51262,67.1751507 L123.369981,67.1751507 L123.369981,57.9185778 L141.51262,57.9185778 L141.51262,50.9761481 L115.453192,50.9761481 L115.453192,90.316583 Z M149.860115,50.924146 L166.2891,50.9416674 C169.51651,51.3625109 172.551939,52.863398 174.648238,54.9815003 C177.444184,57.8037632 178.903842,61.1556344 178.903842,64.5891618 C178.903842,68.3400573 177.544133,71.7815189 174.971507,74.368731 C172.234937,77.1219003 168.946172,78.757669 165.460476,78.757669 L156.587735,78.757669 L156.587735,90.3164838 L149.860115,90.3164838 L149.860115,50.924146 Z M203.102297,50.9761481 L222,90.316583 L214.173595,90.316583 L207.986955,77.4234993 L192.550208,77.4234993 L186.319036,90.316583 L178.461293,90.316583 L197.527558,50.9761481 L203.102297,50.9761481 Z M200.296125,61.3964045 L195.266326,71.8034372 L205.289969,71.8034372 L200.296125,61.3964045 Z M165.460476,58.8514089 L156.587735,58.8514089 L156.587735,71.3732379 L165.460476,71.3732379 C167.036246,71.3732379 168.50613,70.7358568 169.952263,69.2878643 C171.155285,68.0805427 171.817986,66.4401458 171.817986,64.5458542 C171.817986,62.8238011 171.260843,61.6016029 169.955892,60.2994014 C168.87492,59.222333 167.573269,58.8514089 165.460476,58.8514089 Z' id='CEPA' fill='%232A3759'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

footer {
  margin-top: 40px;
  padding-block: 40px;
  background: #F0F2FA;
}
footer .container-wide {
  max-width: 1352px;
}
@media (min-width: 1392px) {
  footer .container-wide {
    padding-inline: 0;
  }
}

#footer{
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 14px;
  line-height: 16px;
}
#footer a{
  --tw-text-opacity: 1;
  color: rgb(20 29 56 / var(--tw-text-opacity));
}
body:not(.wp-admin) h1#footer a {
  color: #28375a;
}
body:not(.wp-admin) h2#footer a {
  color: #28375a;
}
body:not(.wp-admin) h3#footer a {
  color: #28375a;
}
body:not(.wp-admin) h4#footer a {
  color: #28375a;
}
body:not(.wp-admin) h5#footer a {
  color: #28375a;
}
body:not(.wp-admin) h6#footer a {
  color: #28375a;
}
#footer li > a:hover{
  --tw-text-opacity: 1;
  color: rgb(238 62 62 / var(--tw-text-opacity));
}

:root .post-content{
  color: #203959;
  max-width: 65ch;
}

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

:root .post-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;
}

:root .post-content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #203959;
  text-decoration: underline;
  font-weight: 500;
}

:root .post-content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover{
  color: #EE3E3E;
}

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

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

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

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

:root .post-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;
}

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

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

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

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

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

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

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

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

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

:root .post-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;
}

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

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

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

:root .post-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;
}

:root .post-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;
}

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

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

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

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

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

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

:root .post-content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #203959;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

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

:root .post-content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #203959;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

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

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

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

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

:root .post-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;
}

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

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

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

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

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

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

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

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

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

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

:root .post-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;
}

:root .post-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;
}

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

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

:root .post-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;
}

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

:root .post-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;
}

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

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

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

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

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

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

:root .post-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;
}

:root .post-content{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #203959;
  --tw-prose-bullets: #203959;
  --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;
}

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

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

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

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

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

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

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

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

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

:root .post-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;
}

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

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

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

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

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

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

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

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

:root .post-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;
}

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

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

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

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

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

:root .post-content :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #203959;
}

:root .post-content :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #203959;
}

:root .post-content :where(mark):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
}

:root .post-content{
  max-width: none;
}
:root .post-content > :first-child{
  margin-top: 0rem;
}
:root .post-content > :last-child{
  margin-bottom: 0rem;
}
:root .post-content h1{
  font-family: "Proxima Nova", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
@media (min-width: 782px){
  :root .post-content h1{
    font-size: 45px;
    line-height: 55px;
  }
}
:root .post-content h2{
  font-family: "Proxima Nova", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}
@media (min-width: 782px){
  :root .post-content h2{
    font-size: 42px;
    line-height: 50px;
  }
}
.header-line:root .post-content h2:before{
  top: 15px;
}
@media (min-width: 782px){
  .header-line:root .post-content h2:before{
    top: 50%;
  }
}
:root .post-content h3{
  font-family: "Proxima Nova", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
@media (min-width: 782px){
  :root .post-content h3{
    font-size: 35px;
    line-height: 43px;
  }
}
:root .post-content h4{
  font-family: "Proxima Nova", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
@media (min-width: 782px){
  :root .post-content h4{
    font-size: 30px;
    line-height: 38px;
  }
}
:root .post-content h5{
  font-family: "Proxima Nova", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
}
@media (min-width: 782px){
  :root .post-content h5{
    font-size: 24px;
    line-height: 30px;
  }
}
:root .post-content h6{
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 782px){
  :root .post-content h6{
    font-size: 18px;
    line-height: 26px;
  }
}

:root .block-editor-block-list__layout ul,
:root .block-editor-block-list__layout ol {
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:root .block-editor-block-list__layout ul li,
:root .block-editor-block-list__layout ol li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 0.375em;
}
:root .block-editor-block-list__layout ul{
  list-style-type: disc;
}
:root .block-editor-block-list__layout ol{
  list-style-type: decimal;
}
:root .block-editor-block-list__layout .post-content{
  color: #203959;
  max-width: 65ch;
}
:root .block-editor-block-list__layout .post-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:root .block-editor-block-list__layout .post-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;
}
:root .block-editor-block-list__layout .post-content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #203959;
  text-decoration: underline;
  font-weight: 500;
}
:root .block-editor-block-list__layout .post-content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover{
  color: #EE3E3E;
}
:root .block-editor-block-list__layout .post-content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
:root .block-editor-block-list__layout .post-content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
:root .block-editor-block-list__layout .post-content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
:root .block-editor-block-list__layout .post-content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
:root .block-editor-block-list__layout .post-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;
}
:root .block-editor-block-list__layout .post-content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
:root .block-editor-block-list__layout .post-content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
:root .block-editor-block-list__layout .post-content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
:root .block-editor-block-list__layout .post-content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
:root .block-editor-block-list__layout .post-content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
:root .block-editor-block-list__layout .post-content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
:root .block-editor-block-list__layout .post-content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
:root .block-editor-block-list__layout .post-content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
:root .block-editor-block-list__layout .post-content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
:root .block-editor-block-list__layout .post-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;
}
:root .block-editor-block-list__layout .post-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
:root .block-editor-block-list__layout .post-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
:root .block-editor-block-list__layout .post-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
:root .block-editor-block-list__layout .post-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;
}
:root .block-editor-block-list__layout .post-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;
}
:root .block-editor-block-list__layout .post-content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
:root .block-editor-block-list__layout .post-content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
:root .block-editor-block-list__layout .post-content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #203959;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
:root .block-editor-block-list__layout .post-content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
:root .block-editor-block-list__layout .post-content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #203959;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
:root .block-editor-block-list__layout .post-content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
:root .block-editor-block-list__layout .post-content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #203959;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
:root .block-editor-block-list__layout .post-content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
:root .block-editor-block-list__layout .post-content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #203959;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
:root .block-editor-block-list__layout .post-content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
:root .block-editor-block-list__layout .post-content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
:root .block-editor-block-list__layout .post-content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:root .block-editor-block-list__layout .post-content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
:root .block-editor-block-list__layout .post-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;
}
:root .block-editor-block-list__layout .post-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
:root .block-editor-block-list__layout .post-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
:root .block-editor-block-list__layout .post-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
:root .block-editor-block-list__layout .post-content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
:root .block-editor-block-list__layout .post-content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
:root .block-editor-block-list__layout .post-content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
:root .block-editor-block-list__layout .post-content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
:root .block-editor-block-list__layout .post-content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
:root .block-editor-block-list__layout .post-content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
:root .block-editor-block-list__layout .post-content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
:root .block-editor-block-list__layout .post-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;
}
:root .block-editor-block-list__layout .post-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;
}
:root .block-editor-block-list__layout .post-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
:root .block-editor-block-list__layout .post-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
:root .block-editor-block-list__layout .post-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;
}
:root .block-editor-block-list__layout .post-content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:root .block-editor-block-list__layout .post-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;
}
:root .block-editor-block-list__layout .post-content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:root .block-editor-block-list__layout .post-content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
:root .block-editor-block-list__layout .post-content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
:root .block-editor-block-list__layout .post-content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:root .block-editor-block-list__layout .post-content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
:root .block-editor-block-list__layout .post-content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
:root .block-editor-block-list__layout .post-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;
}
:root .block-editor-block-list__layout .post-content{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #203959;
  --tw-prose-bullets: #203959;
  --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;
}
:root .block-editor-block-list__layout .post-content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
:root .block-editor-block-list__layout .post-content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:root .block-editor-block-list__layout .post-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
:root .block-editor-block-list__layout .post-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
:root .block-editor-block-list__layout .post-content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:root .block-editor-block-list__layout .post-content :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
:root .block-editor-block-list__layout .post-content :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
:root .block-editor-block-list__layout .post-content :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
:root .block-editor-block-list__layout .post-content :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
:root .block-editor-block-list__layout .post-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;
}
:root .block-editor-block-list__layout .post-content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:root .block-editor-block-list__layout .post-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
:root .block-editor-block-list__layout .post-content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
:root .block-editor-block-list__layout .post-content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
:root .block-editor-block-list__layout .post-content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
:root .block-editor-block-list__layout .post-content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
:root .block-editor-block-list__layout .post-content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
:root .block-editor-block-list__layout .post-content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
:root .block-editor-block-list__layout .post-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;
}
:root .block-editor-block-list__layout .post-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
:root .block-editor-block-list__layout .post-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
:root .block-editor-block-list__layout .post-content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
:root .block-editor-block-list__layout .post-content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
:root .block-editor-block-list__layout .post-content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
:root .block-editor-block-list__layout .post-content :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #203959;
}
:root .block-editor-block-list__layout .post-content :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #203959;
}
:root .block-editor-block-list__layout .post-content :where(mark):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
}
:root .block-editor-block-list__layout .post-content{
  max-width: none;
}
:root .block-editor-block-list__layout .post-content > :first-child{
  margin-top: 0rem;
}
:root .block-editor-block-list__layout .post-content > :last-child{
  margin-bottom: 0rem;
}
:root .block-editor-block-list__layout .post-content h1{
  font-family: "Proxima Nova", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
@media (min-width: 782px){
  :root .block-editor-block-list__layout .post-content h1{
    font-size: 45px;
    line-height: 55px;
  }
}
:root .block-editor-block-list__layout .post-content h2{
  font-family: "Proxima Nova", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
@media (min-width: 782px){
  :root .block-editor-block-list__layout .post-content h2{
    font-size: 35px;
    line-height: 43px;
  }
}
:root .block-editor-block-list__layout .post-content h3{
  font-family: "Proxima Nova", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
@media (min-width: 782px){
  :root .block-editor-block-list__layout .post-content h3{
    font-size: 35px;
    line-height: 43px;
  }
}
:root .block-editor-block-list__layout .post-content h4{
  font-family: "Proxima Nova", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
@media (min-width: 782px){
  :root .block-editor-block-list__layout .post-content h4{
    font-size: 30px;
    line-height: 38px;
  }
}
:root .block-editor-block-list__layout .post-content h5{
  font-family: "Proxima Nova", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
}
@media (min-width: 782px){
  :root .block-editor-block-list__layout .post-content h5{
    font-size: 24px;
    line-height: 30px;
  }
}
:root .block-editor-block-list__layout .post-content h6{
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 782px){
  :root .block-editor-block-list__layout .post-content h6{
    font-size: 18px;
    line-height: 26px;
  }
}

:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: none;
}

.block-editor-rich-text__editable a {
  text-decoration: underline;
}

:root .post-content.post-container.single-report > *:not([data-block], .not-post-content),
:root .block-editor-block-list__layout.post-container.single-report > *:not([data-block], .not-post-content){
  margin-left: auto;
  margin-right: auto;
  max-width: 825px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
:root .post-content iframe,
:root .block-editor-block-list__layout iframe {
  width: 100% !important;
}
:root .post-content.post-container > .main-post-content > *:not([data-block]),
:root .block-editor-block-list__layout.post-container > .main-post-content > *:not([data-block]){
  margin-left: auto;
  margin-right: auto;
  max-width: 825px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
:root .post-content > p a, :root .post-content .main-post-content p a,
:root .block-editor-block-list__layout > p a,
:root .block-editor-block-list__layout .main-post-content p a{
  font-weight: 400;
  text-decoration-line: underline;
}
:root .post-content > p a:hover, :root .post-content .main-post-content p a:hover,
:root .block-editor-block-list__layout > p a:hover,
:root .block-editor-block-list__layout .main-post-content p a:hover{
  --tw-text-opacity: 1;
  color: rgb(238 62 62 / var(--tw-text-opacity));
}
:root .post-content > p strong, :root .post-content .main-post-content p strong,
:root .block-editor-block-list__layout > p strong,
:root .block-editor-block-list__layout .main-post-content p strong{
  --tw-text-opacity: 1;
  color: rgb(32 57 89 / var(--tw-text-opacity));
  color: #28375a;
}
 body:not(.wp-admin) h1:root .post-content > p strong, body:not(.wp-admin) h1 :root .post-content .main-post-content p strong, body:not(.wp-admin) h1
:root .block-editor-block-list__layout > p strong, body:not(.wp-admin) h1
:root .block-editor-block-list__layout .main-post-content p strong {
  color: #28375a;
}
 body:not(.wp-admin) h2:root .post-content > p strong, body:not(.wp-admin) h2 :root .post-content .main-post-content p strong, body:not(.wp-admin) h2
:root .block-editor-block-list__layout > p strong, body:not(.wp-admin) h2
:root .block-editor-block-list__layout .main-post-content p strong {
  color: #28375a;
}
 body:not(.wp-admin) h3:root .post-content > p strong, body:not(.wp-admin) h3 :root .post-content .main-post-content p strong, body:not(.wp-admin) h3
:root .block-editor-block-list__layout > p strong, body:not(.wp-admin) h3
:root .block-editor-block-list__layout .main-post-content p strong {
  color: #28375a;
}
 body:not(.wp-admin) h4:root .post-content > p strong, body:not(.wp-admin) h4 :root .post-content .main-post-content p strong, body:not(.wp-admin) h4
:root .block-editor-block-list__layout > p strong, body:not(.wp-admin) h4
:root .block-editor-block-list__layout .main-post-content p strong {
  color: #28375a;
}
 body:not(.wp-admin) h5:root .post-content > p strong, body:not(.wp-admin) h5 :root .post-content .main-post-content p strong, body:not(.wp-admin) h5
:root .block-editor-block-list__layout > p strong, body:not(.wp-admin) h5
:root .block-editor-block-list__layout .main-post-content p strong {
  color: #28375a;
}
 body:not(.wp-admin) h6:root .post-content > p strong, body:not(.wp-admin) h6 :root .post-content .main-post-content p strong, body:not(.wp-admin) h6
:root .block-editor-block-list__layout > p strong, body:not(.wp-admin) h6
:root .block-editor-block-list__layout .main-post-content p strong {
  color: #28375a;
}
:root .post-content > h2, :root .post-content > h3, :root .post-content > h4, :root .post-content > h5, :root .post-content .main-post-content h2, :root .post-content .main-post-content h3, :root .post-content .main-post-content h4, :root .post-content .main-post-content h5,
:root .block-editor-block-list__layout > h2,
:root .block-editor-block-list__layout > h3,
:root .block-editor-block-list__layout > h4,
:root .block-editor-block-list__layout > h5,
:root .block-editor-block-list__layout .main-post-content h2,
:root .block-editor-block-list__layout .main-post-content h3,
:root .block-editor-block-list__layout .main-post-content h4,
:root .block-editor-block-list__layout .main-post-content h5 {
  margin-block: 40px 10px;
}
:root .post-content > hr.wp-block-separator, :root .post-content .main-post-content hr.wp-block-separator,
:root .block-editor-block-list__layout > hr.wp-block-separator,
:root .block-editor-block-list__layout .main-post-content hr.wp-block-separator {
  margin-block: 40px !important;
}
@media (min-width: 1023px) {
  :root .post-content > h2, :root .post-content .main-post-content h2,
  :root .block-editor-block-list__layout > h2,
  :root .block-editor-block-list__layout .main-post-content h2 {
    font-size: 35px;
    line-height: 43px;
  }
}
:root .post-content > ul, :root .post-content .main-post-content ul,
:root .block-editor-block-list__layout > ul,
:root .block-editor-block-list__layout .main-post-content ul {
  padding-left: 2rem !important;
}
:root .post-content > blockquote, :root .post-content .main-post-content blockquote,
:root .block-editor-block-list__layout > blockquote,
:root .block-editor-block-list__layout .main-post-content blockquote{
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 0px;
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(244 185 104 / var(--tw-border-opacity));
  padding: 0rem;
}
:root .post-content > blockquote *, :root .post-content .main-post-content blockquote *,
:root .block-editor-block-list__layout > blockquote *,
:root .block-editor-block-list__layout .main-post-content blockquote *{
  font-family: "Proxima Nova", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}
@media (min-width: 782px){
  :root .post-content > blockquote *, :root .post-content .main-post-content blockquote *,
:root .block-editor-block-list__layout > blockquote *,
:root .block-editor-block-list__layout .main-post-content blockquote *{
    font-size: 40px;
    line-height: 48px;
  }
}
:root .post-content > blockquote:before, :root .post-content > blockquote:after, :root .post-content .main-post-content blockquote:before, :root .post-content .main-post-content blockquote:after,
:root .block-editor-block-list__layout > blockquote:before,
:root .block-editor-block-list__layout > blockquote:after,
:root .block-editor-block-list__layout .main-post-content blockquote:before,
:root .block-editor-block-list__layout .main-post-content blockquote:after{
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 30px;
  text-align: center;
  font-family: "Proxima Nova", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 78px;
  --tw-text-opacity: 1;
  color: rgb(244 185 104 / var(--tw-text-opacity));
}
@media (min-width: 782px){
  :root .post-content > blockquote:before, :root .post-content > blockquote:after, :root .post-content .main-post-content blockquote:before, :root .post-content .main-post-content blockquote:after,
:root .block-editor-block-list__layout > blockquote:before,
:root .block-editor-block-list__layout > blockquote:after,
:root .block-editor-block-list__layout .main-post-content blockquote:before,
:root .block-editor-block-list__layout .main-post-content blockquote:after{
    padding-top: 2.5rem;
    font-size: 100px;
    line-height: 100px;
  }
}
:root .post-content > blockquote:before, :root .post-content .main-post-content blockquote:before,
:root .block-editor-block-list__layout > blockquote:before,
:root .block-editor-block-list__layout .main-post-content blockquote:before {
  content: "“" !important;
}
:root .post-content > blockquote:after, :root .post-content .main-post-content blockquote:after,
:root .block-editor-block-list__layout > blockquote:after,
:root .block-editor-block-list__layout .main-post-content blockquote:after {
  content: "”" !important;
}
:root .post-content > blockquote p, :root .post-content .main-post-content blockquote p,
:root .block-editor-block-list__layout > blockquote p,
:root .block-editor-block-list__layout .main-post-content blockquote p{
  margin-top: 0rem;
  margin-bottom: 0rem;
}

:root ol.footnotes {
  --tw-prose-counters: #ee3e3e;
  margin-top: 60px;
  list-style-position: inside;
  border-top-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(185 187 195 / var(--tw-border-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(32 57 89 / var(--tw-text-opacity));
  color: #28375a;
}

 body:not(.wp-admin) h1:root ol.footnotes {
  color: #28375a;
}

 body:not(.wp-admin) h2:root ol.footnotes {
  color: #28375a;
}

 body:not(.wp-admin) h3:root ol.footnotes {
  color: #28375a;
}

 body:not(.wp-admin) h4:root ol.footnotes {
  color: #28375a;
}

 body:not(.wp-admin) h5:root ol.footnotes {
  color: #28375a;
}

 body:not(.wp-admin) h6:root ol.footnotes {
  color: #28375a;
}

@media (min-width: 782px){
  :root ol.footnotes{
    margin-top: 75px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
:root ol.footnotes::before{
  font-family: "Proxima Nova", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
@media (min-width: 782px){
  :root ol.footnotes::before{
    font-size: 30px;
    line-height: 38px;
  }
}
:root ol.footnotes::before{
  margin-bottom: 1.25rem;
  margin-left: -1rem;
  display: block;
  content: "Footnotes";
}
:root ol.footnotes li {
  font-size: 100%;
  word-break: break-word;
}
:root ol.footnotes li::marker{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(238 62 62 / var(--tw-text-opacity));
}

@media (min-width: 767px) {
  .has-curve {
    display: inline-flex;
    position: relative;
    padding-left: 50px;
    padding-top: 50px;
  }
  .has-curve:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100px;
    height: 100px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_30_25779)'%3E%3Cg clip-path='url(%23clip1_30_25779)'%3E%3Cpath d='M15.5331 96.3832C6.32361 85.3296 1.67216 71.1826 2.52542 56.8204C3.37868 42.4584 9.67252 28.9613 20.126 19.0759C30.5794 9.19051 44.407 3.65994 58.7942 3.60972C73.1812 3.5595 87.0471 8.99347 97.5697 18.8056' stroke='%23F4B968' stroke-width='4.85841'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_30_25779'%3E%3Crect width='100' height='100' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_30_25779'%3E%3Crect width='100' height='100' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}

.post-type-bg-color {
  background: #FFE4BF;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.inner-terms-container {
  gap: 12px 16px !important;
}

:root .post-content :where(strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: #203959;
}

ul.wp-block-list {
  list-style-type: disc;
  padding-left: 2rem;
  margin-bottom: 1.25em;
  overflow: auto;
}
ul.wp-block-list li {
  padding-inline-start: 0.375em;
}

ol.wp-block-list {
  list-style-type: decimal;
  padding-left: 2rem;
  margin-bottom: 1.25em;
  overflow: auto;
}
ol.wp-block-list li {
  padding-inline-start: 0.375em;
}

.wp-block-image figcaption {
  word-break: break-word;
}

.copy-notification {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  border-radius: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 150px;
  margin-top: -30px;
  margin-left: -85px;
  display: none;
  text-align: center;
}

.wp-block-image figcaption {
  word-break: break-word;
}

[data-template=article] [data-block=heading-with-content] {
  margin-bottom: 20px !important;
}
@media (min-width: 1024px) {
  [data-template=article] [data-block=heading-with-content] {
    margin-top: -40px;
  }
}
[data-template=article] [data-block=heading-with-content] .has-curve {
  padding-left: 0;
  padding-top: 0;
}
[data-template=article] [data-block=heading-with-content] .has-curve:before {
  display: none;
}
[data-template=article] [data-block=heading-with-content] .container {
  background-color: #F9F9F9;
  padding: 20px;
  max-width: 1256px;
}
@media (min-width: 1024px) {
  [data-template=article] [data-block=heading-with-content] .container {
    padding: 40px;
  }
}
@media (min-width: 1250px) {
  [data-template=article] [data-block=heading-with-content] .container {
    border-radius: 8px;
  }
}
[data-template=article] [data-block=feature-image-with-sidebar] .feature-image-container {
  max-width: 1512px;
  margin: 0 auto;
}
[data-template=article] [data-block=feature-image-with-sidebar] .feature-image-container img {
  max-width: 1512px;
  aspect-ratio: 390/262;
}
@media (min-width: 767px) {
  [data-template=article] [data-block=feature-image-with-sidebar] .feature-image-container img {
    aspect-ratio: 1512/490;
  }
}
[data-template=article] hr {
  margin: 12px 1.25rem 32px !important;
  max-width: 750px !important;
  height: 2px;
  border: 0;
  background: #F0F2FA !important;
}
@media (min-width: 1023px) {
  [data-template=article] hr {
    margin: 25px auto 45px !important;
  }
}
@media (min-width: 767px) {
  [data-template=article] [data-block=related-post] {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
[data-template=article] [data-block=related-post] .related-post-container {
  max-width: 1256px;
}
@media (min-width: 1296px) {
  [data-template=article] [data-block=related-post] .related-post-container {
    padding-inline: 0;
  }
}
[data-template=article] [data-block=related-post] .related-issue-tags-container {
  margin-top: 20px;
  background-color: #F9F9F9;
  padding: 30px;
  max-width: 1256px;
}
@media (min-width: 767px) {
  [data-template=article] [data-block=related-post] .related-issue-tags-container {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  [data-template=article] [data-block=related-post] .related-issue-tags-container {
    margin-top: 80px;
    padding: 40px;
  }
}
@media (min-width: 1250px) {
  [data-template=article] [data-block=related-post] .related-issue-tags-container {
    border-radius: 8px;
  }
}
[data-template=article] [data-block=image-credit] {
  margin-block: 0;
}
@media (min-width: 767px) {
  [data-template=article] [data-block=image-credit] {
    margin-bottom: 40px;
  }
}
[data-template=article] [data-block=image-credit] .image-credit-container {
  background-color: #F9F9F9;
  padding: 30px;
  max-width: 1256px;
}
@media (min-width: 1024px) {
  [data-template=article] [data-block=image-credit] .image-credit-container {
    padding: 40px;
  }
}
@media (min-width: 1250px) {
  [data-template=article] [data-block=image-credit] .image-credit-container {
    border-radius: 8px;
  }
}
[data-template=article] [data-block=image-credit] .image-credit-container .text-detail {
  color: rgba(32, 57, 89, 0.75);
  font-weight: 400;
}
[data-template=article] [data-block=image-credit] .image-credit-container .text-detail svg {
  flex-shrink: 0;
}

.single-events [data-block=heading-with-content] {
  background: #203959;
}
@media (min-width: 1200px) {
  .single-events [data-block=heading-with-content].has-media .container {
    padding-right: 0 !important;
  }
  .single-events [data-block=heading-with-content].no-media {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: -80px;
  }
}
@media (min-width: 767px) {
  .single-events [data-block=heading-with-content].no-media .filter-heading-with-content-inner {
    max-width: 814px;
    margin: 0 auto;
  }
}
.single-events [data-block=heading-with-content].no-media .filter-heading-with-content-inner .filter-heading-with-content-content {
  padding-right: 0;
}
@media (min-width: 767px) {
  .single-events [data-block=heading-with-content].no-media .filter-heading-with-content-inner .filter-heading-with-content-content {
    text-align: center;
    align-items: center;
  }
  .single-events [data-block=heading-with-content].no-media .filter-heading-with-content-inner .social-media-icons {
    justify-content: center;
  }
}
.single-events [data-block=heading-with-content] .container {
  max-width: 1512px;
}
@media (min-width: 1552px) {
  .single-events [data-block=heading-with-content] .container {
    padding-inline: 0;
  }
}
.single-events [data-block=heading-with-content] h1 {
  color: #fff !important;
}
@media (min-width: 1200px) {
  .single-events [data-block=heading-with-content] .filter-heading-with-content-inner {
    display: flex;
    align-items: center;
  }
}
.single-events [data-block=heading-with-content] .filter-heading-with-content-inner .filter-heading-with-content-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 1200px) {
  .single-events [data-block=heading-with-content] .filter-heading-with-content-inner .filter-heading-with-content-content {
    padding-right: 40px;
  }
}
.single-events [data-block=heading-with-content] .filter-heading-with-content-inner .filter-heading-with-content-embeds {
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media (min-width: 1200px) {
  .single-events [data-block=heading-with-content] .filter-heading-with-content-inner .filter-heading-with-content-embeds {
    width: 52%;
    flex-shrink: 0;
    margin-left: 0;
  }
}
.single-events [data-block=featured-post-event] {
  margin-top: 20px;
}
@media (min-width: 767px) {
  .single-events [data-block=featured-post-event] {
    margin-top: 40px;
  }
}
.single-events [data-block=featured-post-event] .container {
  background-color: #F9F9F9;
  padding: 20px;
  max-width: 1256px;
}
@media (min-width: 1024px) {
  .single-events [data-block=featured-post-event] .container {
    padding: 40px;
  }
}
@media (min-width: 1250px) {
  .single-events [data-block=featured-post-event] .container {
    border-radius: 8px;
  }
}
.single-events [data-block=featured-post-event] .container .content h2{
  font-family: "Proxima Nova", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
@media (min-width: 782px){
  .single-events [data-block=featured-post-event] .container .content h2{
    font-size: 35px;
    line-height: 43px;
  }
}
.single-events [data-block=featured-post-event] .container .content .speakers-wrapper p {
  margin-bottom: 10px;
  color: #203959;
}
.single-events [data-block=featured-post-event] .container .content .speakers-wrapper p:last-child {
  margin-bottom: 0;
}
.single-events [data-block=featured-post-event] .container .content .speakers-wrapper .speakers-heading {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .single-events [data-block=newsletter] .container {
    margin-bottom: 40px;
  }
}

.event-list-container {
  gap: 30px 20px !important;
}
@media (min-width: 1296px) {
  .event-list-container {
    gap: 40px 20px !important;
  }
}

.page-events [data-block=heading-with-content] .container {
  max-width: 1256px;
}
@media (min-width: 1296px) {
  .page-events [data-block=heading-with-content] .container {
    padding-inline: 0;
  }
}
.page-events [data-block=heading-with-content] .filter-heading-content-wrapper {
  gap: 20px;
}
.page-events [data-block=past-events] {
  margin-block: 40px;
}
.page-events [data-block=past-events] h2{
  font-family: "Proxima Nova", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
@media (min-width: 782px){
  .page-events [data-block=past-events] h2{
    font-size: 35px;
    line-height: 43px;
  }
}

[data-block=past-events]:before, [data-block=past-events]:after {
  display: none;
}
[data-block=past-events] .container {
  max-width: 1256px;
}
@media (min-width: 1296px) {
  [data-block=past-events] .container {
    padding-inline: 0;
  }
}

.wp-block-video{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1166px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.single-post .overflow-x-hidden {
  overflow-x: visible !important;
}

@media (max-width: 1023px) {
  .filter-floating-header.keep-nav-sticky {
    top: 0 !important;
  }
}

@media (min-width: 1024px) {
  .single-report {
    margin-top: 20px;
  }
}
.single-report .report-container {
  max-width: 1256px !important;
  padding: 0 1.25rem !important;
}
@media (min-width: 1024px) {
  .single-report .report-container {
    display: grid;
    grid-template-columns: 389px minmax(10px, 1fr);
    grid-gap: 40px;
  }
}
@media (min-width: 1296px) {
  .single-report .report-container {
    padding-inline: 0 !important;
  }
}
.single-report [data-block=reports-navigation] {
  display: none;
}
.single-report .report-navigation-toggle-icon {
  position: fixed;
  top: 91px;
  right: 10px;
  background: rgb(249, 249, 249);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1023px) {
  .single-report .report-navigation-toggle-icon {
    display: none;
  }
}
.single-report aside.side-post-content {
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .single-report aside.side-post-content {
    position: sticky;
    top: 40px;
    align-self: start;
    padding-bottom: 60px;
    width: 389px;
  }
}
.single-report aside.side-post-content .background-with-border {
  border-radius: 8px;
  background-color: #F9F9F9;
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1023px) {
  .single-report aside.side-post-content [data-block=reports-navigation-sidebar] {
    position: fixed;
    top: 81px;
    width: 100%;
    left: 0;
    z-index: 1;
  }
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar].open-navigation .close-report-navigation-mobile {
  display: block;
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar].open-navigation .report-navigation-section {
  display: flex;
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar] .close-report-navigation-mobile {
  display: none;
  padding: 5px;
  position: absolute;
  top: 25px;
  right: 26px;
  z-index: 1;
  background: rgb(249, 249, 249);
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar] .report-navigation-section {
  width: 100%;
  flex-direction: column;
  max-height: calc(100vh - 156px);
  display: flex;
}
@media (max-width: 1023px) {
  .single-report aside.side-post-content [data-block=reports-navigation-sidebar] .report-navigation-section {
    border-radius: 0;
    display: none;
  }
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar] .filter-share-report-container {
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .single-report aside.side-post-content [data-block=reports-navigation-sidebar] .filter-share-report-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 1rem;
    justify-content: center;
    flex-wrap: nowrap;
    z-index: 1;
  }
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar] .filter-share-report-container .report-download-button-container {
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .single-report aside.side-post-content [data-block=reports-navigation-sidebar] .filter-share-report-container .report-download-button-container a.btn {
    padding-block: 10px;
  }
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar] .filter-share-report-container .filter-share-wrapper {
  position: relative;
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar] .filter-share-report-container .filter-share-wrapper .filter-share-popup-option {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  border: 2px solid #EE3E3E;
  border-radius: 8px;
  padding: 10px 16px 16px;
  min-width: 150px;
  display: none;
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar] .filter-share-report-container .filter-share-wrapper .filter-share-popup-option.popup-active {
  display: block;
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar] .filter-share-report-container .filter-share-wrapper .filter-share-popup-option .filter-share-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  font-weight: 500;
  border-bottom: 2px solid #F9F9F9;
  padding-bottom: 6px;
}
@media (max-width: 1023px) {
  .single-report aside.side-post-content [data-block=reports-navigation-sidebar] .filter-share-report-container .link-with-icon {
    background: #fff;
    width: 45px;
    padding-inline: 0;
  }
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar] hr {
  margin: 20px auto 20px !important;
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar] .sidebar-heading {
  gap: 10px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #F0F2FA;
  flex-shrink: 0;
  padding: 30px 20px 20px 20px;
  margin: 0 30px 20px 30px;
}
@media (max-width: 1023px) {
  .single-report aside.side-post-content [data-block=reports-navigation-sidebar] .sidebar-heading {
    display: none;
  }
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar] #filter-report-navigation-list-items-container {
  overflow: auto;
  overflow-x: hidden;
  padding: 0 10px 10px 30px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .single-report aside.side-post-content [data-block=reports-navigation-sidebar] #filter-report-navigation-list-items-container {
    padding: 0 20px 20px 16px;
    margin-block: 30px;
    min-height: calc(100vh - 220px);
  }
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar] ul.report-navigation-list-items-container li {
  position: relative;
  margin-bottom: 10px;
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar] ul.report-navigation-list-items-container li button.report-item-button {
  display: inline-block;
  font-size: 21px;
  line-height: 28px;
  padding: 5px 40px 5px 20px;
  text-align: left;
  border-left: 4px solid transparent;
}
@media (max-width: 767px) {
  .single-report aside.side-post-content [data-block=reports-navigation-sidebar] ul.report-navigation-list-items-container li button.report-item-button {
    font-size: 16px;
    line-height: 21px;
    padding: 5px 40px 5px 16px;
  }
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar] ul.report-navigation-list-items-container li button.report-item-button.item-active {
  border-left-color: #203959;
  font-weight: 700;
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar] ul.report-navigation-list-items-container li button.toggle-child-list-container {
  position: absolute;
  right: 0;
  top: 3px;
  padding: 12px;
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar] ul.report-navigation-list-items-container li button.toggle-child-list-container > svg {
  width: 12px;
  height: 8px;
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar] ul.report-navigation-list-items-container li.show-child-items > .toggle-child-list-container {
  transform: rotate(180deg);
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar] ul.report-navigation-list-items-container li.show-child-items > ul {
  display: block;
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar] ul.report-navigation-list-items-container li ul {
  margin-top: 10px;
  margin-left: 24px;
  display: none;
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar] ul.report-navigation-list-items-container li ul li button.report-item-button {
  padding: 5px 40px 5px 16px;
  border-left-color: rgba(32, 57, 89, 0.15);
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar] ul.report-navigation-list-items-container li ul li.show-child-items > ul {
  display: block;
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar] ul.report-navigation-list-items-container > li:last-child {
  margin-bottom: 0;
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar] .link-with-icon {
  padding: 6px 12px;
  width: 60px;
  gap: 5px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.single-report aside.side-post-content [data-block=reports-navigation-sidebar] a.btn {
  padding-inline: 30px;
  flex-shrink: 1;
}
.single-report .main-post-content .wp-block-heading {
  scroll-margin-top: 100px;
}
@media (min-width: 1023px) {
  .single-report .main-post-content .wp-block-heading {
    scroll-margin-top: 40px;
  }
}
.single-report .main-post-content h2:first-of-type {
  margin-top: 0 !important;
}

.page-template-template-search-results .container {
  max-width: 1256px;
}
@media (min-width: 1552px) {
  .page-template-template-search-results .container {
    padding-inline: 0;
  }
}
.page-template-template-search-results .search-list-wrapper {
  position: relative;
  min-height: 300px;
}
.page-template-template-search-results .search-list-wrapper .search-results-loading-container {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.page-template-template-search-results .search-list-wrapper .search-results-loading-container.loading-active {
  display: flex;
}
.page-template-template-search-results .search-list .search-list__heading {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .page-template-template-search-results .search-list .search-list__heading {
    flex-direction: column;
  }
}
.page-template-template-search-results .search-list .search-list__heading .search-list-result-count {
  margin-right: auto;
}
@media (max-width: 767px) {
  .page-template-template-search-results .search-list .search-list__heading .search-list-result-count {
    margin-bottom: 1rem;
  }
}
.page-template-template-search-results .search-list .search-list__heading .search-list-filter {
  display: flex;
  gap: 0.5rem 1rem;
}
@media (max-width: 767px) {
  .page-template-template-search-results .search-list .search-list__heading .search-list-filter {
    flex-direction: column;
  }
}
.page-template-template-search-results .search-list .search-list__heading .custom-select {
  position: relative;
}
.page-template-template-search-results .search-list .search-list__heading .custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.5rem;
  border: 1px solid #141D38;
  border-radius: 8px;
  padding: 14px 15px 14px 20px;
  width: 200px;
  height: 52px;
}
@media (max-width: 767px) {
  .page-template-template-search-results .search-list .search-list__heading .custom-select select {
    width: 100%;
  }
}
.page-template-template-search-results .search-list .search-list__heading .custom-select:after {
  cursor: pointer;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.17758 0.580078L6.76758 5.17008L11.3576 0.580078L12.7676 2.00008L6.76758 8.00008L0.767578 2.00008L2.17758 0.580078Z' fill='%23141D38'/%3E%3C/svg%3E%0A");
  width: 13px;
  height: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
}
.page-template-template-search-results .search-list .search-list__heading .search-filters-button {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-size: 1rem;
  line-height: 1.5rem;
  border: 1px solid #141D38;
  border-radius: 8px;
  padding: 14px 40px 14px 62px;
  height: 52px;
}
.page-template-template-search-results .search-list .search-list__heading .search-filters-button:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.01758 17.75V12.25H9.51753V14.25H17.5175V15.75H9.51753V17.75H8.01758ZM0.0175781 15.75V14.25H5.51753V15.75H0.0175781ZM4.01758 11.75V9.74995H0.0175781V8.25H4.01758V6.25H5.51753V11.75H4.01758ZM8.01758 9.74995V8.25H17.5175V9.74995H8.01758ZM12.0176 5.74995V0.25H13.5175V2.25H17.5175V3.74995H13.5175V5.74995H12.0176ZM0.0175781 3.74995V2.25H9.51753V3.74995H0.0175781Z' fill='%23141D38'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
@media (max-width: 767px) {
  .page-template-template-search-results .search-list .search-list__heading .search-filters-button {
    width: 100%;
  }
}
.page-template-template-search-results .search-list .search-list__list {
  gap: 1.5rem 1.25rem;
}
.page-template-template-search-results .search-list .search-list__list .search-list__item .search-excerpt {
  max-height: 92px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-template-template-search-results .search-list .search-list__list .search-list__item .search-authors a {
  text-decoration: underline;
  color: rgb(238 62 62/var(--tw-text-opacity)) !important;
}
.page-template-template-search-results .search-list .load-more-container {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}
.page-template-template-search-results .filter-popup-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.page-template-template-search-results .filter-popup-dialog.dialog-open {
  display: block;
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-dialog-inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 767px) {
  .page-template-template-search-results .filter-popup-dialog .filter-popup-dialog-inner {
    max-height: 620px;
    max-width: 500px;
    border-radius: 8px;
  }
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-screens {
  height: calc(100% - 84px);
  position: relative;
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-screens .filter-popup-screen {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #F9F9F9;
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-screens .filter-popup-screen#popup-screen-1 .filter-pubs-taxonomies__list-container {
  border-bottom: 1px solid #F9F9F9;
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-screens .filter-popup-screen.screen-active {
  opacity: 1;
  pointer-events: visible;
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-screens .filter-popup-screen .filter-popup-header {
  text-align: center;
  position: relative;
  border-bottom: 1px solid #F9F9F9;
  padding: 16px 20px;
  flex-shrink: 0;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-screens .filter-popup-screen .filter-popup-header .filter-popup-clear {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 24px;
  color: #9CA3AF;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-screens .filter-popup-screen .filter-popup-header .filter-popup-title {
  color: #203959;
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-screens .filter-popup-screen .filter-popup-header .filter-popup-close {
  padding: 10px;
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-screens .filter-popup-screen .filter-popup-header .filter-popup-close .filter-close-icon {
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.4 14L0 12.6L5.6 7L0 1.4L1.4 0L7 5.6L12.6 0L14 1.4L8.4 7L14 12.6L12.6 14L7 8.4L1.4 14Z' fill='%23141D38'/%3E%3C/svg%3E%0A");
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-screens .filter-popup-screen .filter-popup-header .filter-popup-go-back {
  padding: 10px;
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-screens .filter-popup-screen .filter-popup-header .filter-popup-go-back .filter-go-back-icon {
  display: block;
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12L0 6L6 0L7.4 1.4L2.8 6L7.4 10.6L6 12Z' fill='%23141D38'/%3E%3C/svg%3E%0A");
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-screens .filter-popup-screen .filter-popup-screens-inner {
  flex-grow: 1;
  overflow-y: auto;
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-screens .filter-popup-screen .filter-type-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #203959;
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-screens .filter-popup-screen .filter-type-title.type-title {
  margin-bottom: 1rem;
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-screens .filter-popup-screen .filter-type-title .tag-number-container {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: #141D38;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  display: none;
  text-align: center;
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-screens .filter-popup-screen .filter-pubs-taxonomies__list-container {
  padding: 16px 20px;
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-screens .filter-popup-screen .filter-pubs-taxonomies__list-container ul.filter-pubs-taxonomies__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-screens .filter-popup-screen .filter-pubs-taxonomies__list-container ul.filter-pubs-taxonomies__list li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-screens .filter-popup-screen .filter-pubs-taxonomies__list-container ul.filter-pubs-taxonomies__list li input {
  flex-shrink: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #141D38;
  border-radius: 4px;
  accent-color: #141D38;
  cursor: pointer;
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-screens .filter-popup-screen .filter-pubs-taxonomies__list-container ul.filter-pubs-taxonomies__list li label {
  color: #141D38;
  cursor: pointer;
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-screens .filter-popup-screen .filter-pubs-taxonomies__list-container ul.filter-pubs-taxonomies__list li ul {
  margin-left: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 1rem;
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-screens .filter-popup-screen .popup-tag-nav-list > li a {
  position: relative;
  display: block;
  border-bottom: 1px solid #F9F9F9;
  padding: 16px 20px;
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-screens .filter-popup-screen .popup-tag-nav-list > li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
  width: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.6 6L0 1.4L1.4 0L7.4 6L1.4 12L0 10.6L4.6 6Z' fill='%23141D38'/%3E%3C/svg%3E%0A");
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-footer {
  padding: 16px 20px;
  flex-shrink: 0;
  height: 84px;
}
.page-template-template-search-results .filter-popup-dialog .filter-popup-footer .btn {
  width: 100%;
}

.search-loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #141D38; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
[x-cloak] {
  display: none;
}

.text-blue {
  color: #28375a !important;
}

body,
html {
  margin: 0 !important;
  padding: 0 !important;
  scroll-behavior: smooth;
}

body:not(.wp-admin) {
  font-size: 16px;
  font-family: "DMSans";
}
body:not(.wp-admin) h1{
  font-family: "Proxima Nova", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
@media (min-width: 782px){
  body:not(.wp-admin) h1{
    font-size: 45px;
    line-height: 55px;
  }
}
body:not(.wp-admin) h1.text-dark-blue, body:not(.wp-admin) h1.text-blue {
  color: #28375a !important;
}
body:not(.wp-admin) h2{
  font-family: "Proxima Nova", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}
@media (min-width: 782px){
  body:not(.wp-admin) h2{
    font-size: 42px;
    line-height: 50px;
  }
}
body.header-line:not(.wp-admin) h2:before{
  top: 15px;
}
@media (min-width: 782px){
  body.header-line:not(.wp-admin) h2:before{
    top: 50%;
  }
}
body:not(.wp-admin) h2.text-dark-blue, body:not(.wp-admin) h2.text-blue {
  color: #28375a !important;
}
body:not(.wp-admin) h3{
  font-family: "Proxima Nova", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
@media (min-width: 782px){
  body:not(.wp-admin) h3{
    font-size: 35px;
    line-height: 43px;
  }
}
body:not(.wp-admin) h3.text-dark-blue, body:not(.wp-admin) h3.text-blue {
  color: #28375a !important;
}
body:not(.wp-admin) h4{
  font-family: "Proxima Nova", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
@media (min-width: 782px){
  body:not(.wp-admin) h4{
    font-size: 30px;
    line-height: 38px;
  }
}
body:not(.wp-admin) h4.text-dark-blue, body:not(.wp-admin) h4.text-blue {
  color: #28375a !important;
}
body:not(.wp-admin) h5{
  font-family: "Proxima Nova", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
}
@media (min-width: 782px){
  body:not(.wp-admin) h5{
    font-size: 24px;
    line-height: 30px;
  }
}
body:not(.wp-admin) h5.text-dark-blue, body:not(.wp-admin) h5.text-blue {
  color: #28375a !important;
}
body:not(.wp-admin) h6{
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 782px){
  body:not(.wp-admin) h6{
    font-size: 18px;
    line-height: 26px;
  }
}
body:not(.wp-admin) h6.text-dark-blue, body:not(.wp-admin) h6.text-blue {
  color: #28375a !important;
}
body:not(.wp-admin) p,
body:not(.wp-admin) ul,
body:not(.wp-admin) ol{
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 782px){
  body:not(.wp-admin) p,
body:not(.wp-admin) ul,
body:not(.wp-admin) ol{
    font-size: 20px;
    line-height: 30px;
  }
}
body:not(.wp-admin) .line-header-padding{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
body:not(.wp-admin) .line-header-padding:before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 0rem;
  bottom: 0rem;
  z-index: 10;
  background-color: inherit;
  padding-left: 7px;
}
@media (min-width: 782px){
  body:not(.wp-admin) .line-header-padding:before{
    padding-left: 10px;
  }
}
@media (min-width: 1280px){
  body:not(.wp-admin) .line-header-padding:before{
    padding-left: 40px;
  }
}
body:not(.wp-admin) .line-header-padding:after {
  content: "";
  position: absolute;
  right: 0rem;
  top: 0rem;
  bottom: 0rem;
  z-index: 10;
  background-color: inherit;
  padding-right: 7px;
}
@media (min-width: 782px){
  body:not(.wp-admin) .line-header-padding:after{
    padding-right: 10px;
  }
}
@media (min-width: 1280px){
  body:not(.wp-admin) .line-header-padding:after{
    padding-right: 40px;
  }
}

.wrapper{
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 1024px){
  .wrapper{
    margin-left: 40px;
    margin-right: 40px;
  }
}
.wrapper .container{
  padding-left: 0rem;
  padding-right: 0rem;
}

.block-space{
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 782px){
  .block-space{
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.block-padding{
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 782px){
  .block-padding{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.overlap-text {
  background-image: linear-gradient(white 50%, #f0f2fa 50%);
}

:focus-visible {
  outline-color: #f4b968;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pagination{
  margin-top: 2rem;
  text-align: center;
}

@media (min-width: 782px){
  .pagination{
    margin-top: 4rem;
  }
}
.pagination .nav-links{
  position: relative;
  display: inline-flex;
  gap: 1rem;
}
.pagination .page-numbers{
  border-bottom-width: 2px;
  border-color: transparent;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.pagination .current{
  --tw-border-opacity: 1;
  border-color: rgb(222 222 222 / var(--tw-border-opacity));
  font-weight: 700;
}
.pagination .prev{
  position: absolute;
  right: 100%;
  margin-right: 1rem;
}
@media (min-width: 782px){
  .pagination .prev{
    margin-right: 6.25rem;
  }
}
.pagination .next{
  position: absolute;
  left: 100%;
  margin-left: 1rem;
}
@media (min-width: 782px){
  .pagination .next{
    margin-left: 6.25rem;
  }
}

.event-speakers h3, .event-speakers h5{
  font-family: "Proxima Nova", sans-serif !important;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  font-weight: 700 !important;
  font-style: normal !important;
  --tw-text-opacity: 1 !important;
  color: rgb(32 57 89 / var(--tw-text-opacity)) !important;
  color: #28375a !important;
}

 body:not(.wp-admin) h1.event-speakers h3, body:not(.wp-admin) h1 .event-speakers h5 {
  color: #28375a !important;
}

 body:not(.wp-admin) h2.event-speakers h3, body:not(.wp-admin) h2 .event-speakers h5 {
  color: #28375a !important;
}

 body:not(.wp-admin) h3.event-speakers h3, body:not(.wp-admin) h3 .event-speakers h5 {
  color: #28375a !important;
}

 body:not(.wp-admin) h4.event-speakers h3, body:not(.wp-admin) h4 .event-speakers h5 {
  color: #28375a !important;
}

 body:not(.wp-admin) h5.event-speakers h3, body:not(.wp-admin) h5 .event-speakers h5 {
  color: #28375a !important;
}

 body:not(.wp-admin) h6.event-speakers h3, body:not(.wp-admin) h6 .event-speakers h5 {
  color: #28375a !important;
}
.event-speakers p.speakers-heading{
  font-family: "Proxima Nova", sans-serif !important;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  font-weight: 700 !important;
  font-style: normal !important;
  --tw-text-opacity: 1 !important;
  color: rgb(32 57 89 / var(--tw-text-opacity)) !important;
  color: #28375a !important;
}
 body:not(.wp-admin) h1.event-speakers p.speakers-heading {
  color: #28375a !important;
}
 body:not(.wp-admin) h2.event-speakers p.speakers-heading {
  color: #28375a !important;
}
 body:not(.wp-admin) h3.event-speakers p.speakers-heading {
  color: #28375a !important;
}
 body:not(.wp-admin) h4.event-speakers p.speakers-heading {
  color: #28375a !important;
}
 body:not(.wp-admin) h5.event-speakers p.speakers-heading {
  color: #28375a !important;
}
 body:not(.wp-admin) h6.event-speakers p.speakers-heading {
  color: #28375a !important;
}
.event-speakers p.speakers-heading i, .event-speakers p.speakers-heading em{
  font-weight: 700;
  font-style: normal;
}
.event-speakers p:not(.speakers-heading){
  font-style: normal !important;
}
.event-speakers p:not(.speakers-heading) a{
  --tw-text-opacity: 1 !important;
  color: rgb(238 62 62 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}
.event-speakers p:not(.speakers-heading) a:hover{
  text-decoration-line: underline !important;
}
.event-speakers p:not(.speakers-heading) a strong, .event-speakers p:not(.speakers-heading) a b{
  --tw-text-opacity: 1 !important;
  color: rgb(238 62 62 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}
.event-speakers p:not(.speakers-heading) a strong:hover, .event-speakers p:not(.speakers-heading) a b:hover{
  text-decoration-line: underline !important;
}
@media (min-width: 782px){
  .md\:header-line{
    position: relative;
  }
  .md\:header-line span{
    position: relative;
    margin-left: -6px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 6px;
    padding-right: 6px;
  }
  @media (min-width: 782px){
    .md\:header-line span{
      margin-left: -1.5rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }
  .md\:header-line:before {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    left: -77px;
    right: -77px;
    border-top-width: 3px;
    --tw-border-opacity: 1;
    border-color: rgb(244 185 104 / var(--tw-border-opacity));
  }
  .md\:header-line.text-h2:before{
    top: 15px;
  }
  @media (min-width: 782px){
    .md\:header-line.text-h2:before{
      top: 50%;
    }
    .md\:header-line.header-line-half:before{
      right: 0rem;
    }
  }
  .md\:header-line.line-fit:before{
    left: 0rem;
    right: 0rem;
  }
}
@media (min-width: 1024px){
  .lg\:text-h4{
    font-family: "Proxima Nova", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
  }
  @media (min-width: 782px){
    .lg\:text-h4{
      font-size: 30px;
      line-height: 38px;
    }
  }
  .lg\:container-wide{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1400px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.last-of-type\:border-none:last-of-type{
  border-style: none !important;
}
.hover\:bg-blue:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(32 57 89 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-light-gray:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 242 250 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.hover\:font-bold:hover{
  font-weight: 700 !important;
}
.hover\:text-dark-blue:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(20 29 56 / var(--tw-text-opacity)) !important;
}
.hover\:text-light-gray:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(240 242 250 / var(--tw-text-opacity)) !important;
}
.hover\:text-red:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(238 62 62 / var(--tw-text-opacity)) !important;
}
.hover\:underline:hover{
  text-decoration-line: underline !important;
}
.hover\:duration-200:hover{
  transition-duration: 200ms !important;
}
.focus\:z-10:focus{
  z-index: 10 !important;
}
.group:hover .group-hover\:hidden{
  display: none !important;
}
.group:hover .group-hover\:text-\[\#636674\]{
  --tw-text-opacity: 1 !important;
  color: rgb(99 102 116 / var(--tw-text-opacity)) !important;
}
.group:hover .group-hover\:text-red{
  --tw-text-opacity: 1 !important;
  color: rgb(238 62 62 / var(--tw-text-opacity)) !important;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1 !important;
}
@media (min-width: 640px){
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 782px){
  .md\:absolute{
    position: absolute !important;
  }
  .md\:-top-\[22px\]{
    top: -22px !important;
  }
  .md\:left-\[-30\%\]{
    left: -30% !important;
  }
  .md\:right-\[-10\%\]{
    right: -10% !important;
  }
  .md\:right-\[-100\%\]{
    right: -100% !important;
  }
  .md\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }
  .md\:col-start-1{
    grid-column-start: 1 !important;
  }
  .md\:col-start-2{
    grid-column-start: 2 !important;
  }
  .md\:row-start-2{
    grid-row-start: 2 !important;
  }
  .md\:mx-0{
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .md\:my-\[80px\]{
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .md\:my-\[95px\]{
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .md\:mb-0{
    margin-bottom: 0rem !important;
  }
  .md\:mb-20{
    margin-bottom: 5rem !important;
  }
  .md\:mb-5{
    margin-bottom: 1.25rem !important;
  }
  .md\:mb-6{
    margin-bottom: 1.5rem !important;
  }
  .md\:mb-\[14px\]{
    margin-bottom: 14px !important;
  }
  .md\:mb-\[18px\]{
    margin-bottom: 18px !important;
  }
  .md\:mb-\[24px\]{
    margin-bottom: 24px !important;
  }
  .md\:mb-\[30px\]{
    margin-bottom: 30px !important;
  }
  .md\:mb-\[40px\]{
    margin-bottom: 40px !important;
  }
  .md\:mb-\[95px\]{
    margin-bottom: 95px !important;
  }
  .md\:mb-\[9px\]{
    margin-bottom: 9px !important;
  }
  .md\:ml-auto{
    margin-left: auto !important;
  }
  .md\:mt-0{
    margin-top: 0rem !important;
  }
  .md\:mt-15{
    margin-top: 3.75rem !important;
  }
  .md\:mt-\[0\]{
    margin-top: 0 !important;
  }
  .md\:mt-\[10px\]{
    margin-top: 10px !important;
  }
  .md\:mt-\[14px\]{
    margin-top: 14px !important;
  }
  .md\:mt-\[64px\]{
    margin-top: 64px !important;
  }
  .md\:mt-\[75px\]{
    margin-top: 75px !important;
  }
  .md\:block{
    display: block !important;
  }
  .md\:flex{
    display: flex !important;
  }
  .md\:grid{
    display: grid !important;
  }
  .md\:hidden{
    display: none !important;
  }
  .md\:aspect-\[193\/129\]{
    aspect-ratio: 193/129 !important;
  }
  .md\:aspect-\[64\/43\]{
    aspect-ratio: 64/43 !important;
  }
  .md\:aspect-auto{
    aspect-ratio: auto !important;
  }
  .md\:h-\[143px\]{
    height: 143px !important;
  }
  .md\:h-\[170px\]{
    height: 170px !important;
  }
  .md\:w-1\/2{
    width: 50% !important;
  }
  .md\:w-\[143px\]{
    width: 143px !important;
  }
  .md\:w-\[170px\]{
    width: 170px !important;
  }
  .md\:w-\[50px\]{
    width: 50px !important;
  }
  .md\:w-auto{
    width: auto !important;
  }
  .md\:min-w-\[379px\]{
    min-width: 379px !important;
  }
  .md\:max-w-\[280px\]{
    max-width: 280px !important;
  }
  .md\:max-w-\[310px\]{
    max-width: 310px !important;
  }
  .md\:max-w-\[413px\]{
    max-width: 413px !important;
  }
  .md\:max-w-\[427px\]{
    max-width: 427px !important;
  }
  .md\:max-w-\[543px\]{
    max-width: 543px !important;
  }
  .md\:max-w-\[576px\]{
    max-width: 576px !important;
  }
  .md\:max-w-full{
    max-width: 100% !important;
  }
  .md\:max-w-none{
    max-width: none !important;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-\[1fr\2c 280px\]{
    grid-template-columns: 1fr 280px !important;
  }
  .md\:grid-cols-\[1fr\2c 310px\]{
    grid-template-columns: 1fr 310px !important;
  }
  .md\:grid-cols-\[1fr\2c 420px\]{
    grid-template-columns: 1fr 420px !important;
  }
  .md\:flex-row{
    flex-direction: row !important;
  }
  .md\:items-center{
    align-items: center !important;
  }
  .md\:justify-start{
    justify-content: flex-start !important;
  }
  .md\:justify-center{
    justify-content: center !important;
  }
  .md\:gap-0{
    gap: 0rem !important;
  }
  .md\:gap-10{
    gap: 2.5rem !important;
  }
  .md\:gap-\[10px\]{
    gap: 10px !important;
  }
  .md\:gap-\[14px\]{
    gap: 14px !important;
  }
  .md\:gap-\[158px\]{
    gap: 158px !important;
  }
  .md\:gap-\[20px\]{
    gap: 20px !important;
  }
  .md\:gap-\[43px\]{
    gap: 43px !important;
  }
  .md\:gap-\[9px\]{
    gap: 9px !important;
  }
  .md\:gap-x-10{
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .md\:gap-y-6{
    row-gap: 1.5rem !important;
  }
  .md\:self-start{
    align-self: flex-start !important;
  }
  .md\:p-\[0\]{
    padding: 0 !important;
  }
  .md\:p-\[75px\]{
    padding: 75px !important;
  }
  .md\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .md\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .md\:px-29{
    padding-left: 7.25rem !important;
    padding-right: 7.25rem !important;
  }
  .md\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .md\:px-\[30px\]{
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .md\:px-\[58px\]{
    padding-left: 58px !important;
    padding-right: 58px !important;
  }
  .md\:px-\[65px\]{
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .md\:py-15{
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .md\:py-25{
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .md\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .md\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .md\:py-\[30px\]{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .md\:py-\[60px\]{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .md\:py-\[65px\]{
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .md\:py-\[70px\]{
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .md\:py-\[80px\]{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .md\:pb-\[40px\]{
    padding-bottom: 40px !important;
  }
  .md\:pb-\[60px\]{
    padding-bottom: 60px !important;
  }
  .md\:pb-\[95px\]{
    padding-bottom: 95px !important;
  }
  .md\:pl-\[10px\]{
    padding-left: 10px !important;
  }
  .md\:pl-\[116px\]{
    padding-left: 116px !important;
  }
  .md\:pl-\[65px\]{
    padding-left: 65px !important;
  }
  .md\:pr-\[10px\]{
    padding-right: 10px !important;
  }
  .md\:pr-\[65px\]{
    padding-right: 65px !important;
  }
  .md\:pt-10{
    padding-top: 2.5rem !important;
  }
  .md\:pt-15{
    padding-top: 3.75rem !important;
  }
  .md\:text-left{
    text-align: left !important;
  }
  .md\:text-\[1\.125rem\]{
    font-size: 1.125rem !important;
  }
  .md\:text-\[100px\]{
    font-size: 100px !important;
  }
  .md\:text-\[10px\]{
    font-size: 10px !important;
  }
  .md\:text-\[14px\]{
    font-size: 14px !important;
  }
  .md\:text-\[16px\]{
    font-size: 16px !important;
  }
  .md\:text-\[18px\]{
    font-size: 18px !important;
  }
  .md\:text-\[20px\]{
    font-size: 20px !important;
  }
  .md\:text-\[24px\]{
    font-size: 24px !important;
  }
  .md\:text-\[30px\]{
    font-size: 30px !important;
  }
  .md\:text-\[35px\]{
    font-size: 35px !important;
  }
  .md\:text-\[40px\]{
    font-size: 40px !important;
  }
  .md\:text-\[42px\]{
    font-size: 42px !important;
  }
  .md\:text-\[45px\]{
    font-size: 45px !important;
  }
  .md\:leading-\[100px\]{
    line-height: 100px !important;
  }
  .md\:leading-\[18px\]{
    line-height: 18px !important;
  }
  .md\:leading-\[20px\]{
    line-height: 20px !important;
  }
  .md\:leading-\[22px\]{
    line-height: 22px !important;
  }
  .md\:leading-\[23\.44px\]{
    line-height: 23.44px !important;
  }
  .md\:leading-\[24px\]{
    line-height: 24px !important;
  }
  .md\:leading-\[26px\]{
    line-height: 26px !important;
  }
  .md\:leading-\[29px\]{
    line-height: 29px !important;
  }
  .md\:leading-\[2rem\]{
    line-height: 2rem !important;
  }
  .md\:leading-\[30px\]{
    line-height: 30px !important;
  }
  .md\:leading-\[38px\]{
    line-height: 38px !important;
  }
  .md\:leading-\[43px\]{
    line-height: 43px !important;
  }
  .md\:leading-\[48px\]{
    line-height: 48px !important;
  }
  .md\:leading-\[50px\]{
    line-height: 50px !important;
  }
  .md\:leading-\[55px\]{
    line-height: 55px !important;
  }
}
@media (min-width: 1024px){
  .lg\:bottom-auto{
    bottom: auto !important;
  }
  .lg\:top-\[100px\]{
    top: 100px !important;
  }
  .lg\:top-\[132px\]{
    top: 132px !important;
  }
  .lg\:mx-\[40px\]{
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem !important;
  }
  .lg\:mt-18{
    margin-top: 4.5rem !important;
  }
  .lg\:flex{
    display: flex !important;
  }
  .lg\:grid{
    display: grid !important;
  }
  .lg\:hidden{
    display: none !important;
  }
  .lg\:h-12{
    height: 3rem !important;
  }
  .lg\:h-\[100px\]{
    height: 100px !important;
  }
  .lg\:max-h-full{
    max-height: 100% !important;
  }
  .lg\:w-12{
    width: 3rem !important;
  }
  .lg\:flex-row{
    flex-direction: row !important;
  }
  .lg\:gap-6{
    gap: 1.5rem !important;
  }
  .lg\:gap-\[14px\]{
    gap: 14px !important;
  }
  .lg\:pt-0{
    padding-top: 0rem !important;
  }
  .lg\:opacity-100{
    opacity: 1 !important;
  }
}
@media (min-width: 1280px){
  .xl\:h-8{
    height: 2rem !important;
  }
  .xl\:w-8{
    width: 2rem !important;
  }
  .xl\:w-\[130px\]{
    width: 130px !important;
  }
  .xl\:pl-\[40px\]{
    padding-left: 40px !important;
  }
  .xl\:pr-\[40px\]{
    padding-right: 40px !important;
  }
  .xl\:text-\[20px\]{
    font-size: 20px !important;
  }
  .xl\:text-lg{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  .xl\:leading-\[28px\]{
    line-height: 28px !important;
  }
}
.\[\&\:not\(\:last-child\)\]\:border-b:not(:last-child){
  border-bottom-width: 1px !important;
}
.\[\&\:not\(\:last-child\)\]\:pb-\[14px\]:not(:last-child){
  padding-bottom: 14px !important;
}
.\[\&\>\*\]\:origin-center>*{
  transform-origin: center !important;
}
.\[\&\>\*\]\:leading-\[26px\]>*{
  line-height: 26px !important;
}
.\[\&\>\*\]\:transition-all>*{
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.\[\&\>a\:hover\]\:text-red>a:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(238 62 62 / var(--tw-text-opacity)) !important;
}
.\[\&\>p\]\:px-0>p{
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
@media (min-width: 782px){
  .md\:\[\&\>p\]\:px-\[1\.25rem\]>p{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}
