@charset "UTF-8";
/*!
 *# Crate Stylesheet */
/*! tailwindcss v3.4.10 | 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 */ /* 3 */
  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::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where([class~="lead"]):not(:where([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"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([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"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
}
.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
}
.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}
.prose :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
}
.prose :where(pre):not(:where([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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([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"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([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"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-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-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(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose > :where(ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose > :where(:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose > :where(:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.size-full{
  width: 100%;
  height: 100%;
}
.resize{
  resize: both;
}
.content-center{
  align-content: center;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.underline{
  text-decoration-line: underline;
}
.outline{
  outline-style: solid;
}
.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);
}
/* Reset a Tailwind base style that conflicts with WP's base styles */
.size-full {
  width: auto;
  height: auto;
}
:root {
  --tec-color-border-secondary-month-grid: black;
}
.margin-y-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.margin-none {
  margin: 0 !important;
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
}
*:focus-visible{
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--wp--preset--color--blue);
}
body{
  margin: 0px;
  background-color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--primary);
  font-size: 2rem;
  line-height: 2.8rem;
  color: var(--wp--preset--color--black);
}
.alignfull, .custom-header,
.alignfull[class^=wp-container] {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
}
.rtl{
  text-align: right;
  font-family: var(--wp--preset--font-family--rtl);
}
.rtl *,
.rtl [class^=wp-block] * {
  font-family: inherit !important;
}
*[dir=rtl] {
  direction: rtl;
  unicode-bidi: embed;
  font-family: var(--wp--preset--font-family--rtl);
}
*[dir=rtl] *,
*[dir=rtl] [class^=wp-block] * {
  font-family: inherit !important;
}
bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
  font-family: var(--wp--preset--font-family--rtl);
}
bdo[dir=rtl] *,
bdo[dir=rtl] [class^=wp-block] * {
  font-family: inherit !important;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.alignleft {
  float: left;
  margin: 0.8rem 1.6rem 0.8rem 0;
}
.alignright {
  float: right;
  margin: 0.8rem 0 0.8rem 1.6rem;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wp-caption {
  text-align: center;
}
.gallery {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  width: 100%;
  padding: 2rem;
  margin: 2rem auto;
}
.gallery li {
  display: inline-flex;
  flex: 33.333%;
  margin: 0;
}
.gallery a {
  display: block;
}
.icon-cshop {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAIJ0lEQVRYw4WXe3BV1RXGf3ufc+89eSpCCIEYR4hFNIQZFRloa6cFeWinVQxpmcIM6fBXW9raqkOl4xAc63Scjp1WdEYtI63WUpnSIlZttZVo1aYj1gcmwQZRkRAkPJL7OPc89uof59xz70XQPXOSc+5+fWutb31rb3XgwLtks1lAbtOW9Q2trPYg9FXz1Kk0NTURBAGgQIGtNRPZLMc+Po6lFGhNqYVBQFNTE42N9YRhiKBAwLYtxsbGGD32MZalMUYOGWOeALmzvq4O2xiDiDyXStmL05kMlmVjTJpMJkMqlcJOpRAxKBRKKVLpNLW1tVhag1KoaB/CICSTSZNKpbEsQSEorQBFOp2hrq4WrTVhGM4tFr25vu9db4z5vJ3P539kWdZip6YGy7LQShMo4skgEUAEwbIslFJYlvUJAAig4jnxeGVAa4XSCh3P0UqjlAYxC/IFd4ttjPme4zjoeEERiR/O2aJ+Qzabp7+/nzfffINDhw6hgPb2dpYvX87ChQsrJyTrAlhak0qnCfKFHq20atXaiiwQKVvzKc0PAn736GOsXtXF/bduwHpxN9/iCN+Ujyg+v5P1X1vBli1bzkBd9Q9La5RSk20FHpAqWaZiN56rbX/kEe7ZtJGbr27nuWtncX7Hl+FEloODh6lrrOWGZVdyz6kcdz+5i8WL+3j22WfjTSsRSOnLswFTbfIZUCvakiVLmJ89zKGNXXBeLdgWj/7pZdb+5d/JmF8tvYINX53PT1Z/iRd+vpPOzk7++cILpUicubDoEhaJQ4AQx6oawcKFC9kw2ePub1+LKRTBC/jlrvLmLc3NrF27lv6jJyAIwQ+55pIZDA0NsX3btoRTQnWYNVJySEQ8if5Ubb9u3Tq+35bm64vn4R4aRdc77Bs8zM1PvwbA5y6+mFf6+5l/9dWsmNUCoQEnxYlsAYCBgYGEiBWuAMCuMD8SnBLGeMzu3bvJvPMKa9Yvw3v/WMQRS3Pr3/YB0OA4PNf3Ilt6e/H6/872W1ZCzmVo3/+47+UBAOrr6hIPl9YuGWuXto7QlfO4hOCu3l7+et2VcCpLIELt+XW8PHCYfxw8CsCmO+5ARJjW0sLTo6e45f6neP9Ujt0HPsITIQUsXb48NivyghIVe92gMVJGhqEy/Hv37mWB49I0fTL58UIEz0mz850PAJjR3MzqNWsAoaenh8f2vsrzbg07Bw/jG8GxLP7wxBN84YvXgJg4vFTtZUsc+6RDmUSIHn/8cdZ0XAR5F6UVKa1hvMAz7x4BYPl112HExOQytLRM5/XXX+fA0BC5fJ45c+bgOA5jY2MYEXSSb1LiO7ZUqpRSqPj97bffYmjff1hw/aUwEZHJzti8d/w0Ax+fjtJy6dJy1poytWe1t0c/JtIc9YsukV0SUurIfJOQoiSzg4ODpE6Okqp1KIaRlaRt3juZjV5TKebO7USMJM/ZJPtcclwipW0AI6DFROSI68Hw8DCt9RlIWZjSIpbFsawLwEVtbdTUOBULhuX3M1ItCq5JSjQoRAwiBpsKd6AERCMijI6OMqMuU22Spcn7AQBNU6ZUZcuZ1kYRqKiOIhUEL/PMpqJTEBQGMUIQBKSTkhsjN4kvqKmpST5V3PVpFTQiYZL0ZQBldxnEKFARBxoaGjjpemAMQRBgjMHJ5zgvHVkVhCESB8fEvDlXGRWJeaJNvLlKOKCrXRMhMyK0tbXxwaksuHmKvovnu5hcjta6FADHT5xI4hgdWsynVlGJdcAkhSDSHl06vRhJ9BERYfbs2ZxO1+OfnsD4Pp7vMZbNM7MhzfT6DB9++CEmlCi9KqQVIJvN0tXVxcMPPph4wEg5/RBJQOuEIKZ6UGdnJ+e3X8abI2PU24Lv+2TdIk21mmvbJjE+Ps7Q0EDZC7GFIyMjLFq0iJWn32Drph+zefPmaN2YJJVgRIgAGCnrdOm7saGBVatWsefdEWoyCtcrEvgeY+M5vtMxDQvYseOPeJ7H/v37+fOuXdx0000su2wmz1yh6bggw1snC/T29vLKSy9V6YDE1VZEUC/29Y07NbUNlm1ROgv5nseM1lamTZtG58UX0rfiItwg5GTBxw8NF9anOXi6wNY3Rjha8Jmcsbh0UoarJtewYvYkho/l6NgxhCswY+pUnu/rY2JiglQqVT7Gh4Z8IT9hJzpqFIbolFvig9aaH/x0Mz/8xSZ+u6wdr1jkRDHg4MkiUxybrde04ocGC6Eho8EI2187yndfHcGVqNbf98ADNDY2Mj4+XiVUEpNHV1PVlGMU/9TT00Pjkm5W7xlEQp8552kuqbdo1CFesYjxPY5ni+wYGGPJ7mHW/esIuVCwgV9v3coNK1dGqWoMRgRjTJVo2ALqjHyB+C5Qavfeey8PX345C27ewFda6mitS2EryAeGI/mA/465DOf8RJSmNzezc9curpo/v0oJy8qVbKlsIHOOxK36XL9+PYsWLaK7u5sd+w98YrgC5nV0cNvGjXR1d3M2o86yR9oWY0aMMW2WZfFZbd68eTy1Zw+/2baN4eFh8rkcTjrNlClTmDlrFl3d3cycORPf9z9DlKJQiMgpWyn1kO/7d2rLii6cJe0/R5t0wQWsvPHG5JpWWjAIAhobG886R8WFSVXcvGKQv9eO4/wsDMP+ouvihyFh/CST44kJqBj92Z7KKlg5xwChMcnaxWKRIAjecRzndtuyLAMsCILgLmPMjUqpGW6xqDzfJwxDXNf9xLXMdV201qj4ei4iBL6P5/sEQUCxWEzGO5kMvu9TKBRKbh8RkSeB27XW3v8BQoVdeYpK5gEAAAAASUVORK5CYII=");
  width: 32px;
  height: 32px;
}
.icon-arrow-black, .wp-block-button.is-style-arrow > .wp-block-button__link:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.4375 1.09375C6.125 1.40625 6.15625 1.875 6.4375 2.1875L10.2188 5.75H1.25C0.8125 5.75 0.5 6.09375 0.5 6.5V7.5C0.5 7.9375 0.8125 8.25 1.25 8.25H10.2188L6.4375 11.8438C6.15625 12.1562 6.15625 12.625 6.4375 12.9375L7.125 13.625C7.4375 13.9062 7.90625 13.9062 8.1875 13.625L14.2812 7.53125C14.5625 7.25 14.5625 6.78125 14.2812 6.46875L8.1875 0.40625C7.90625 0.125 7.4375 0.125 7.125 0.40625L6.4375 1.09375Z' fill='black'/%3E%3C/svg%3E");
  width: 15px;
  height: 14px;
}
.icon-arrow-white {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.4375 1.09375C6.125 1.40625 6.15625 1.875 6.4375 2.1875L10.2188 5.75H1.25C0.8125 5.75 0.5 6.09375 0.5 6.5V7.5C0.5 7.9375 0.8125 8.25 1.25 8.25H10.2188L6.4375 11.8438C6.15625 12.1562 6.15625 12.625 6.4375 12.9375L7.125 13.625C7.4375 13.9062 7.90625 13.9062 8.1875 13.625L14.2812 7.53125C14.5625 7.25 14.5625 6.78125 14.2812 6.46875L8.1875 0.40625C7.90625 0.125 7.4375 0.125 7.125 0.40625L6.4375 1.09375Z' fill='white'/%3E%3C/svg%3E");
  width: 15px;
  height: 14px;
}
.icon-dropdown-arrow {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='11px' height='6px' viewBox='0 0 11 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E    %3Cpolygon stroke='none' fill='%23000000' fill-rule='evenodd' points='5.5 6 11 0 0 0'%3E%3C/polygon%3E%3C/svg%3E");
  width: 11px;
  height: 6px;
}
.icon-logo-white {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 350.96 66.94'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23fff;}.cls-2{fill:%2388bd56;}%3C/style%3E%3C/defs%3E%3Ctitle%3EArtboard 1%3C/title%3E%3Cpath class='cls-1' d='M94.06,17c-5.37,0-8.46,1-11.6,4.44l5.12,5c1.67-1.91,3.09-2.65,6.18-2.65,4.26,0,6,1.55,6,5.07v1.6h-7.6c-7.47,0-11,4.2-11,9.32A10.3,10.3,0,0,0,83.81,47c1.92,1.91,4.57,2.84,8.21,2.84s5.74-.93,7.9-3.09v2.78h7.84V28.38C107.76,20.84,103.07,17,94.06,17ZM99.74,37.7c0,2-.31,3.27-1.18,4.07-1.42,1.35-2.84,1.54-5.06,1.54-3.15,0-4.63-1.48-4.63-3.7S90.48,36,93.38,36h6.36Zm25.32,12.22c-6.42,0-14.38-3.45-14.38-16.48S118.65,17,125.06,17a13.71,13.71,0,0,1,10.62,4.32l-5.43,5.43c-1.66-1.79-3.09-2.53-5.18-2.53a5.57,5.57,0,0,0-4.57,2.1c-1.24,1.54-1.79,3.7-1.79,7.1s.55,5.62,1.79,7.15a5.55,5.55,0,0,0,4.57,2.1c2.1,0,3.52-.74,5.18-2.53l5.43,5.37A13.76,13.76,0,0,1,125.06,49.91Zm25.29,0c-6.42,0-14.38-3.45-14.38-16.48S143.93,17,150.35,17A13.71,13.71,0,0,1,161,21.34l-5.43,5.43c-1.66-1.79-3.09-2.53-5.18-2.53a5.57,5.57,0,0,0-4.57,2.1c-1.24,1.54-1.79,3.7-1.79,7.1s.55,5.62,1.79,7.15a5.55,5.55,0,0,0,4.57,2.1c2.1,0,3.52-.74,5.18-2.53L161,45.53A13.76,13.76,0,0,1,150.35,49.91Zm38.71-17.52C189.06,23.56,184,17,175,17c-8.33,0-14,5.92-14,16.41,0,13,7.28,16.48,14.88,16.48,5.8,0,9-1.79,12.22-5.06l-4.88-4.75a8.88,8.88,0,0,1-7.28,3c-4.5,0-7-3-7-7.15h20.13Zm-20.13-1.92a8.83,8.83,0,0,1,.74-3.45,6,6,0,0,1,10.74,0,8.8,8.8,0,0,1,.74,3.45Zm35.49,19.44c-5.06,0-9.63-.56-13.7-4.63L196,40c2.65,2.65,6.11,3,8.58,3,2.78,0,5.68-.92,5.68-3.33,0-1.6-.87-2.72-3.39-3l-5.06-.5c-5.8-.56-9.38-3.08-9.38-9,0-6.66,5.86-10.24,12.4-10.24,5,0,9.2.86,12.28,3.76l-4.94,5c-1.85-1.66-4.69-2.16-7.47-2.16-3.21,0-4.57,1.48-4.57,3.09,0,1.17.49,2.53,3.33,2.77l5.06.49c6.36.62,9.57,4,9.57,9.45C218.07,46.52,212,49.91,204.43,49.91Zm28.33,0c-5.06,0-9.63-.56-13.71-4.63L224.29,40c2.65,2.65,6.11,3,8.58,3,2.78,0,5.68-.92,5.68-3.33,0-1.6-.87-2.72-3.39-3l-5.06-.5c-5.81-.56-9.38-3.08-9.38-9,0-6.66,5.86-10.24,12.4-10.24,5,0,9.2.86,12.28,3.76l-4.94,5c-1.85-1.66-4.69-2.16-7.47-2.16-3.21,0-4.57,1.48-4.57,3.09,0,1.17.49,2.53,3.33,2.77l5.06.49c6.36.62,9.57,4,9.57,9.45C246.39,46.52,240.34,49.91,232.75,49.91Zm38.63-.45V29.83c0-5.64-3-8.49-7.84-8.49s-7.91,2.92-7.91,8.49V49.46H251V17.58h4.67v3.5a11.5,11.5,0,0,1,8.94-3.89,11.17,11.17,0,0,1,8.17,3C275,22.37,276,25.35,276,29V49.46Zm30.39-28.65a13.32,13.32,0,0,0-18.28,0c-3.24,3.31-3.89,7.78-3.89,12.7s.65,9.4,3.89,12.7a13.32,13.32,0,0,0,18.28,0c3.24-3.31,3.89-7.78,3.89-12.7S305,24.12,301.77,20.82Zm-3.3,22.55a8.17,8.17,0,0,1-5.83,2.33,8,8,0,0,1-5.77-2.33c-2.33-2.33-2.59-6.29-2.59-9.85s.26-7.52,2.59-9.85a8,8,0,0,1,5.77-2.33,8.17,8.17,0,0,1,5.83,2.33C300.8,26,301,30,301,33.52S300.8,41,298.47,43.37Zm42.44,6.09h-4.34l-8.36-24.76-8.3,24.76h-4.34L305.46,17.58h5.05l7.32,25.6,8.36-25.6h4l8.43,25.6,7.26-25.6H351Z'/%3E%3Cpath class='cls-2' d='M5.66,43.16q-2.39-.38-4.73-.89A34.4,34.4,0,0,0,23.52,66.93c0-.12,0-.24,0-.36a12.3,12.3,0,0,1,2.4-7.3,76.81,76.81,0,0,1-5.18-6.65A10.76,10.76,0,0,1,5.66,43.16Zm43.8-3.44A120.76,120.76,0,0,0,64.9,50a34.17,34.17,0,0,0,3.79-15.67A34.55,34.55,0,0,0,68,27.7,82.88,82.88,0,0,1,61,32.45,75.8,75.8,0,0,1,57,43.57l-1.21-.81a74.35,74.35,0,0,0,3.35-9.27,82.08,82.08,0,0,1-32,10.24A10.77,10.77,0,0,1,22,51.95a75.27,75.27,0,0,0,4.83,6.21,12.31,12.31,0,0,1,14.61-2.62A119.46,119.46,0,0,0,45.25,41.3l1.57-.55A120.94,120.94,0,0,1,42.7,56.27a12.43,12.43,0,0,1,3.15,3A75,75,0,0,0,54,46.69l1.21.79a76.46,76.46,0,0,1-8.5,13.08,12.29,12.29,0,0,1,1.53,5.21,34.48,34.48,0,0,0,16-14.49,122.38,122.38,0,0,1-16.3-11Zm13.9-21.93a75.86,75.86,0,0,1-1.9,12.68q3.23-2,6.25-4.31a34.1,34.1,0,0,0-3.45-8.69A3.56,3.56,0,0,1,63.35,17.79ZM7,22.51c-2,1.06-4,2.2-5.92,3.42A34.34,34.34,0,0,0,.6,40.73q2.51.57,5.09,1a10.77,10.77,0,0,1,5.36-8.32A75.78,75.78,0,0,1,7.23,13.27a34.24,34.24,0,0,0-5.6,10.59Q4.12,22.37,6.7,21C6.79,21.52,6.87,22,7,22.51Zm52.1-8.25a3.55,3.55,0,0,1,0-.5q-3.33-.5-6.74-.73a6,6,0,0,1-3.29,4.4A122.23,122.23,0,0,1,47.68,35.8l-1.55.6-.49.19-1.56.56A122.92,122.92,0,0,1,30.52,23.44a7.66,7.66,0,0,1-11.69-6q-4,1.38-7.85,3.13c-.08-.49-.16-1-.23-1.47a86.26,86.26,0,0,1,8.13-3.19,7.65,7.65,0,0,1,2.53-4.71q-2.12-3.27-4-6.67A34.48,34.48,0,0,0,8.6,11.62a74.35,74.35,0,0,0,3.75,21.13,10.76,10.76,0,0,1,14.82,9.53A80.69,80.69,0,0,0,59.71,31.53a74.37,74.37,0,0,0,2.21-13.74A3.59,3.59,0,0,1,59.05,14.27Zm-6.62-2.66q3.62.25,7.16.78a3.56,3.56,0,0,1,.55-.7A34.42,34.42,0,0,0,48.22,2.93q.21,1.74.37,3.5A6,6,0,0,1,52.44,11.61Zm-6,6.44a6,6,0,0,1-5.92-5q-3.56.24-7,.78a7.65,7.65,0,0,1-1.83,8.75,121.39,121.39,0,0,0,14,14l.49-.19a120.76,120.76,0,0,0,1.51-18.48A5.79,5.79,0,0,1,46.45,18ZM32.73,12.48q3.81-.61,7.73-.87a6,6,0,0,1,6-5.57,6.14,6.14,0,0,1,.65,0q-.18-1.9-.42-3.77A34.32,34.32,0,0,0,18.63,3.81q1.87,3.32,3.93,6.52a7.65,7.65,0,0,1,10.16,2.15Z'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
}
form input[type=text],
form input[type=email],
form input[type=url],
form input[type=password],
form input[type=number],
form input[type=date],
form input[type=datetime-local],
form input[type=month],
form input[type=search],
form input[type=tel],
form input[type=time],
form input[type=week],
form input[multiple],
form textarea,
form select{
  border-width: 2px;
  border-color: var(--wp--preset--color--black);
  font-size: 2rem;
  line-height: 2.8rem;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=url]:focus,
form input[type=password]:focus,
form input[type=number]:focus,
form input[type=date]:focus,
form input[type=datetime-local]:focus,
form input[type=month]:focus,
form input[type=search]:focus,
form input[type=tel]:focus,
form input[type=time]:focus,
form input[type=week]:focus,
form input[multiple]:focus,
form textarea:focus,
form select:focus{
  border-color: var(--wp--preset--color--black);
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--wp--preset--color--yellow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
form select {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'><path stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/></svg> ");
}
.entry-content .gform_footer {
  text-align: center;
}
.gform_wrapper.gravity-theme {
  direction: ltr;
  margin-bottom: 1.2rem;
}
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea{
  width: 100%;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.gform_wrapper.gravity-theme input[type=submit]{
  width: 100%;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--black);
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--wp--preset--color--white);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.gform_wrapper.gravity-theme input[type=submit]:hover{
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
}
.newsletter-form .gform_required_legend{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
@media (min-width: 768px){
  .newsletter-form .gform_wrapper .gform_fields{
    gap: 1.6rem;
  }
}
.newsletter-form .gform_wrapper .gform_fields .gfield{
  padding: 0px;
}
@media (min-width: 768px){
  .newsletter-form .gform_wrapper .gform_fields .gfield{
    margin-top: 0px;
  }
  .newsletter-form .gform_wrapper .gform_fields .gfield:first-child{
    width: 50%;
    flex-grow: 1;
  }
}
.newsletter-form .gform_wrapper .gform_fields .gfield input[type=text],
.newsletter-form .gform_wrapper .gform_fields .gfield input[type=email],
.newsletter-form .gform_wrapper .gform_fields .gfield select,
.newsletter-form .gform_wrapper .gform_fields .gfield textarea{
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
  font-size: 1.8rem;
  color: var(--wp--preset--color--black);
}
.newsletter-form .gform_wrapper .gform_fields .gfield input[type=text]::placeholder,
.newsletter-form .gform_wrapper .gform_fields .gfield input[type=email]::placeholder,
.newsletter-form .gform_wrapper .gform_fields .gfield select::placeholder,
.newsletter-form .gform_wrapper .gform_fields .gfield textarea::placeholder{
  color: var(--wp--preset--color--black);
}
@media (min-width: 768px){
  .newsletter-form .gform_wrapper .gform_footer{
    margin: 0px;
    padding: 0px;
  }
}
.newsletter-form .wp-block-button{
  margin-right: .4rem;
}
.newsletter-form .wp-block-button a{
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  padding-right: 30px;
  padding-top: 3px;
  font-size: 18px;
  color: var(--wp--preset--color--black);
}
.form-title{
  margin-top: 2.0rem;
  max-width: 45rem;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.2;
}
@media (min-width: 768px){
  .form-title{
    margin-top: 0px;
  }
}
@media screen and (max-width: 900px) {
  .gform_wrapper.gravity-theme .gform_fields,
  .gform_wrapper .gform_fields{
    display: flex;
    flex-direction: column;
  }
}
.modal-content .gform_wrapper.gravity-theme .gform_fields .gfield,
.wp-popup-content .gform_wrapper.gravity-theme .gform_fields .gfield{
  grid-column: span 6 / span 6;
}
.modal-content .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full), .modal-content .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),
.wp-popup-content .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full),
.wp-popup-content .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full){
  padding-right: 1%;
}
.modal-content #field_submit,
.wp-popup-content #field_submit{
  grid-column: span 12 / span 12;
}
.modal-content .gform_wrapper.gravity-theme .gform_footer,
.wp-popup-content .gform_wrapper.gravity-theme .gform_footer{
  margin: 0px;
  padding: 0px;
}
.modal-container .modal-header{
  justify-content: flex-end;
}
.modal-container .modal-header .modal-close{
  margin-top: .4rem;
  margin-right: .8rem;
}
.newsletter-form .form-title{
  max-width: 31rem;
}
.newsletter-form .wp-block-cover-image,
.newsletter-form .wp-block-cover{
  min-height: 0px;
}
.newsletter-form .ginput_complex > span {
  padding-right: 0 !important;
}
.newsletter-form .wp-block-cover__inner-container > .wp-block-columns{
  justify-content: center;
}
@media (min-width: 768px){
  .newsletter-form .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:first-child{
    max-width: 37.2rem;
  }
  .newsletter-form .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:nth-child(2){
    max-width: 73rem;
  }
}
#newsletter-signup .modal-container,
.wp-popup .wp-popup-content {
  background-image: url(../../images/form-bg@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
}
.wp-popup-content {
  border-radius: 4px;
}
.wp-popup-content .wp-popup-close {
  margin-top: 0.2rem;
}
.wp-popup-content .wp-popup-inner .gform_heading {
  margin-top: 0 !important;
}
.modal-container .modal-content,
.wp-popup-content .modal-content{
  margin: 0px;
}
.modal-container form,
.wp-popup-content form{
  padding-left: 2.0rem;
  padding-right: 2.0rem;
}
.modal-container input[type=text],
.modal-container input[type=email],
.modal-container input[type=phone],
.modal-container select,
.wp-popup-content input[type=text],
.wp-popup-content input[type=email],
.wp-popup-content input[type=phone],
.wp-popup-content select {
  font-size: 1.4rem !important;
  min-height: 4.6rem;
  border-width: 0px;
  background-color: var(--wp--preset--color--white);
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.modal-container .ginput_complex > span:last-child,
.modal-container .gform_fields > li:nth-child(2),
.modal-container .gform_fields > li:nth-child(4),
.wp-popup-content .ginput_complex > span:last-child,
.wp-popup-content .gform_fields > li:nth-child(2),
.wp-popup-content .gform_fields > li:nth-child(4) {
  padding: 0 !important;
}
.modal-container input[type=submit]:hover,
.wp-popup-content input[type=submit]:hover{
  background-color: var(--wp--preset--color--green);
  color: var(--wp--preset--color--white);
}
.modal-container .ginput_complex label,
.modal-container .gfield_label,
.wp-popup-content .ginput_complex label,
.wp-popup-content .gfield_label{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.modal-container .gform_footer,
.wp-popup-content .gform_footer{
  text-align: center;
}
.modal-container .gform_required_legend,
.wp-popup-content .gform_required_legend{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.modal-container .gform_heading,
.wp-popup-content .gform_heading{
  margin-top: -3.2rem;
  margin-bottom: 1.6rem;
  background-color: var(--wp--preset--color--white);
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-top: 2.0rem;
  padding-bottom: 2.0rem;
  text-align: center;
}
.modal-container .gform_heading .gform_title,
.wp-popup-content .gform_heading .gform_title{
  margin: 0px;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
.modal-container .gform_heading .gform_description,
.wp-popup-content .gform_heading .gform_description{
  margin: 0px;
  font-size: 1.4rem;
  line-height: 2.0rem;
  font-style: italic;
}
.wp-block-social-links.modal-share{
  gap: 0px;
}
.wp-block-social-links.modal-share .wp-social-link{
  width: 33.333333%;
  border-radius: 0px;
  transition-property: none;
}
.wp-block-social-links.modal-share .wp-social-link:hover{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.wp-block-social-links.modal-share .wp-social-link.wp-social-link-twitter{
  --tw-bg-opacity: 1;
  background-color: rgb(0 171 240 / var(--tw-bg-opacity));
}
.wp-block-social-links.modal-share .wp-social-link.wp-social-link-facebook{
  --tw-bg-opacity: 1;
  background-color: rgb(58 87 154 / var(--tw-bg-opacity));
}
.wp-block-social-links.modal-share .wp-social-link.wp-social-link-instagram{
  --tw-bg-opacity: 1;
  background-color: rgb(53 70 92 / var(--tw-bg-opacity));
}
.wp-block-social-links.modal-share .wp-block-social-link-anchor{
  display: flex;
  height: 6.8rem;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  padding: 0px;
}
.wp-block-social-links.modal-share .wp-block-social-link-anchor svg{
  order: 2;
  font-size: 3.8rem;
  line-height: 1;
}
.wp-block-social-links.modal-share .wp-block-social-link-anchor span:not(.screen-reader-text){
  margin: 0px;
}
.wp-block-social-links.modal-share .wp-block-social-link-anchor .wp-block-social-link-label{
  order: 1;
  font-size: 1.9rem;
  line-height: 2.7rem;
}
.secure-message{
  margin: 0px;
  margin-bottom: .8rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.secure-message a{
  display: inline-block;
  background-color: var(--wp--preset--color--white);
  padding-top: .4rem;
  padding-bottom: .4rem;
  padding-left: .8rem;
  padding-right: .8rem;
  line-height: 1.25;
  text-decoration-line: underline;
  text-decoration-line: none;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-container {
  background-color: #fff;
  padding: 30px;
  width: 500px;
  max-width: 90%;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-block .modal-header {
  justify-content: flex-end;
}
.modal-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  box-sizing: border-box;
}
.modal-close {
  background: transparent;
  border: 0;
}
.modal-close:before {
  content: "✕";
}
.modal-content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden=false] .modal-overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=false] .modal-container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal-overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal-container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.wp-popup-content nav.wp-block-navigation {
  background-color: #fff;
  padding: 1.5rem 2rem 1.2rem;
  gap: 2.5rem;
  margin-top: 4rem;
}
.wp-popup-content nav.wp-block-navigation svg {
  height: 35px;
  width: 35px;
}
.post-grid-block{
  margin-left: calc(50% - 50vw);
  margin-top: 4.0rem;
  margin-bottom: 4.0rem;
  width: 100vw;
}
.no-results-text{
  padding-left: 2.0rem;
  padding-right: 2.0rem;
}
.post-grid-heading{
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 3.6rem;
  line-height: 4.0rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--wp--preset--color--dark-gray);
}
.post-grid-header{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.2rem;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
}
@media (min-width: 1024px) {
  .post-grid-header{
    display: flex;
  }
}
@media screen and (min-width: 1440px) {
  .post-grid-header{
    max-width: 1440px;
  }
}
.post-grid-area-right{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 768px){
  .post-grid-area-right{
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .post-grid-area-right{
    margin-left: 3.2rem;
  }
}
.post-grid-area-right > *{
  flex: none;
}
.post-grid-filters{
  position: relative;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  gap: 2.0rem;
}
@media (min-width: 640px){
  .post-grid-filters{
    flex-direction: row;
  }
}
@media (min-width: 768px){
  .post-grid-filters{
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.home .post-grid-filters {
  display: none;
}
@media (min-width: 768px){
  .post-grid-filters.show-2 + .view-buttons, .post-grid-filters.show-3 + .view-buttons, .post-grid-filters.show-4 + .view-buttons{
    margin-top: 0px;
    margin-bottom: 0px;
    align-self: center;
  }
}
.post-grid-filters > *{
  width: 18rem;
  max-width: 18rem;
  flex-shrink: 1;
  flex-grow: 1;
  color: var(--wp--preset--color--black);
}
@media (min-width: 640px){
  .post-grid-filters > *{
    width: auto;
  }
}
.post-grid-button{
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}
.post-grid-button button.facetwp-load-more {
  background: url(../../images/decorative-button-bg.png) center center/cover no-repeat;
  min-width: 12.8rem;
  border-radius: 0px;
  border-width: 2px;
  border-color: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--black);
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  text-align: center;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: var(--wp--preset--color--black);
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.post-grid-button button.facetwp-load-more:hover{
  border-color: var(--wp--preset--color--black);
  background-color: transparent;
  background-image: none;
  color: var(--wp--preset--color--black);
}
.post-grid-button button.facetwp-load-more:focus{
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--wp--preset--color--yellow);
}
.post-grid{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-items: center;
  gap: 2.0rem;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
}
@media (min-width: 640px){
  .post-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .post-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .post-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1440px) {
  .post-grid{
    max-width: 1440px;
  }
}
.post-grid.list-view {
  grid-auto-rows: minmax(min-content, max-content);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.4rem;
}
@media (min-width: 640px){
  .post-grid.list-view{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .post-grid.list-view{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .post-grid.list-view{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.post-grid.list-view .post-grid-item--overlay,
.post-grid.list-view .post-grid-item--issue{
  display: none;
}
.post-grid.list-view .post-grid-item--content{
  padding-bottom: 3.2rem;
}
.post-grid.list-view .post-grid-item{
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: auto;
  width: 314px;
  max-width: 100%;
  border-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  border-bottom-color: var(--wp--preset--color--black);
  padding: 0px;
}
@media (min-width: 640px){
  .post-grid.list-view .post-grid-item{
    width: 100%;
  }
}
.post-grid.list-view .post-grid-item:last-child{
  border-bottom-width: 0px;
}
.post-grid.list-view .post-grid-item--main{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0px;
}
@media (min-width: 640px){
  .post-grid.list-view .post-grid-item--main{
    gap: 2.8rem;
    grid-template-columns: minmax(min-content, max-content) auto;
  }
}
.post-grid.list-view .post-grid-item--thumbnail{
  margin-bottom: 0px;
  min-height: 140px;
  width: 100%;
}
@media (min-width: 640px){
  .post-grid.list-view .post-grid-item--thumbnail{
    height: 100%;
    width: 255px;
  }
}
.post-grid.list-view .post-grid-item--title{
  padding: 0px;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.post-grid-item{
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 334px;
  overflow: visible;
  border-width: 8px;
  border-style: solid;
  border-color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
}
.post-grid-item:hover .post-grid-item--overlay{
  visibility: visible;
  opacity: 1;
}
#back-to-top.post-grid-item:hover .post-grid-item--overlay{
  display: block;
}
.post-grid-item.external-link:hover .post-grid-item--overlay{
  background-color: var(--wp--preset--color--light-gray);
}
.post-grid-item.external-link .post-grid-item--overlay {
  grid-template-rows: minmax(min-content, max-content) auto auto minmax(min-content, max-content);
}
.post-grid-item.campaign-status-inactive .post-grid-item--thumbnail img{
  --tw-grayscale: grayscale(100%);
  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);
}
.post-grid-item.campaign-status-inactive:hover .post-grid-item--overlay{
  background-color: var(--wp--preset--color--light-gray);
}
.post-grid-item .tribe-events-schedule__datetime {
  font-size: inherit;
  margin: 0px;
  line-height: 1;
}
.post-grid-item .post-grid-item-datetime{
  margin-top: .4rem;
  margin-bottom: .4rem;
}
.post-grid-item .post-grid-item-datetime .tribe-events-schedule__datetime{
  font-size: 1.4rem;
  line-height: 2.0rem;
  color: var(--wp--preset--color--gray);
}
.post-grid-item .post-grid-item--content{
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.post-grid-item--title{
  margin: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
}
.post-grid-item--thumbnail{
  position: relative;
  margin-bottom: 1.6rem;
  display: grid;
  height: 177px;
  max-width: 100%;
  overflow: hidden;
  background-color: var(--wp--preset--color--gray);
}
@media (min-width: 768px){
  .post-grid-item--thumbnail{
    height: 125px;
  }
}
@media (min-width: 1280px){
  .post-grid-item--thumbnail{
    height: 177px;
  }
}
.post-grid-item--thumbnail img{
  position: absolute;
  z-index: 0;
  margin: 0px;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.post-grid-item--meta-badge{
  position: relative;
  z-index: 10;
  max-width: max-content;
  justify-content: flex-start;
  align-self: flex-end;
  background-color: var(--wp--preset--color--white);
  padding-top: .8rem;
  padding-bottom: .8rem;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
  font-size: 1.4rem;
  line-height: 2.0rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--wp--preset--color--black);
}
.list-view .post-grid-item--meta-badge{
  display: none;
}
.post-grid-item--link{
  z-index: 30;
}
.post-grid-item--link span{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.post-grid-item--link,
.post-grid-item--overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
}
.post-grid-item--overlay{
  visibility: hidden;
  left: -.8rem;
  top: -.8rem;
  z-index: 20;
  display: grid;
  height: calc(100% + 1.6rem);
  width: calc(100% + 1.6rem);
  border-width: 1px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--green);
  padding: 2.0rem;
  opacity: 0;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  grid-template-rows: minmax(min-content, max-content) minmax(min-content, max-content) auto;
}
.post-grid-item--type{
  font-size: 1.4rem;
  line-height: 2.0rem;
  font-weight: 700;
  text-transform: uppercase;
}
.post-grid-item--date{
  align-self: flex-end;
  font-size: 1.4rem;
  line-height: 2.0rem;
  font-weight: 700;
  text-transform: uppercase;
}
.post-grid-item--overlay-title{
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
}
.post-grid-item--source{
  font-weight: 700;
  text-decoration-line: underline;
}
.list-view .post-grid-item--source{
  font-size: 1.4rem;
  line-height: 2.0rem;
}
.post-grid-item--external-icon{
  align-self: flex-end;
  font-size: 6.0rem;
  line-height: 1;
  font-weight: 700;
}
.post-grid-button{
  margin-top: 4.0rem;
}
.post-grid-button.wp-block-buttons{
  margin-top: 4.0rem;
}
.post-grid-item--excerpt{
  display: none;
  color: var(--wp--preset--color--black);
}
.list-view .post-grid-item--excerpt{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: block;
}
.post-grid-item--excerpt span{
  font-weight: 700;
}
.external-link .post-grid-item--excerpt span:after{
  --tw-content: none;
  content: var(--tw-content);
}
.post-grid-item--excerpt p{
  display: inline;
}
.post-grid-item--meta{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.list-view .post-grid-item--meta{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.post-grid-item--meta-list{
  display: none;
}
.list-view .post-grid-item--meta-list{
  display: block;
}
.post-grid-item--meta-list span{
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2.0rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--wp--preset--color--gray);
}
.post-grid-item--meta-list span + span:before{
  margin-left: .8rem;
  margin-right: .8rem;
  display: inline-block;
  --tw-content: "•";
  content: var(--tw-content);
}
.grid-view-button{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 3px;
}
.grid-view-button span{
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 3px;
  border-width: 2px;
}
.grid-view-button.active span{
  border-color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--black);
}
.view-buttons{
  margin-top: 3.2rem;
  margin-bottom: 1.2rem;
  display: grid;
  gap: 1.2rem;
  align-self: center;
}
@media (min-width: 768px){
  .view-buttons{
    margin-top: 0px;
    margin-left: 3.2rem;
    align-self: flex-end;
  }
}
.view-buttons {
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content);
}
.view-buttons button{
  width: max-content;
}
.list-view-button{
  margin-top: 2px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 3px;
}
.list-view-button span{
  display: block;
  height: 10px;
  width: 2.8rem;
  border-radius: 3px;
  border-width: 2px;
}
.list-view-button.active span{
  border-color: var(--wp--preset--color--green);
  background-color: var(--wp--preset--color--green);
}
.facetwp-type-search .facetwp-icon::before {
  content: none;
}
.facetwp-type-search .facetwp-search {
  height: 4.8rem;
  padding: 1rem;
  font-size: 1.9rem;
  line-height: 2.7rem;
}
.facetwp-type-sort select {
  height: 4.8rem;
  padding: 1rem;
  font-size: 1.9rem;
  line-height: 2.7rem;
}
.facetwp-pager{
  margin-top: 2.0rem;
}
.entry-content .fs-wrap .fs-search input,
.search-sidebar .fs-wrap .fs-search input,
.author-archive .fs-wrap .fs-search input{
  font-size: 1.9rem;
  line-height: 2.7rem;
}
.entry-content .fs-label-wrap,
.search-sidebar .fs-label-wrap,
.author-archive .fs-label-wrap{
  position: relative;
}
.entry-content .facetwp-facet,
.search-sidebar .facetwp-facet,
.author-archive .facetwp-facet{
  margin: 0px;
}
.entry-content .fs-wrap,
.search-sidebar .fs-wrap,
.author-archive .fs-wrap{
  width: 100%;
}
.entry-content .fs-label-wrap,
.search-sidebar .fs-label-wrap,
.author-archive .fs-label-wrap{
  display: flex;
  height: 4.8rem;
  flex-direction: column;
  justify-content: center;
  border-color: var(--wp--preset--color--black);
}
.entry-content .fs-label,
.search-sidebar .fs-label,
.author-archive .fs-label{
  font-size: 1.8rem;
}
.entry-content .fs-label:after,
.search-sidebar .fs-label:after,
.author-archive .fs-label:after{
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 0;
  display: block;
  height: 4.0rem;
  width: 4.0rem;
  --tw-translate-y: -50%;
  --tw-translate-x: -.4rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: var(--wp--preset--color--black);
  --tw-content: "";
  content: var(--tw-content);
}
.entry-content .fs-arrow,
.search-sidebar .fs-arrow,
.author-archive .fs-arrow{
  right: 14px;
  top: .4rem;
  z-index: 10;
  border-width: 9px;
  border-top-width: 14px;
  border-bottom-width: 0px;
  border-top-color: var(--wp--preset--color--white);
}
.entry-content .fs-open .fs-arrow,
.search-sidebar .fs-open .fs-arrow,
.author-archive .fs-open .fs-arrow{
  top: 0px;
}
.search-sidebar .facetwp-facet{
  margin-bottom: 2.0rem;
}
.search-sidebar .facetwp-facet .facetwp-input-wrap {
  display: block;
}
.search-sidebar .facetwp-facet input.facetwp-search,
.search-sidebar .facetwp-facet .fs-wrap {
  min-width: auto;
  width: 250px;
  max-width: 100%;
}
/* Styles for the skip link */
#primary-skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: white;
  padding: 8px 16px;
  z-index: 100;
  transition: top 0.3s;
}
#primary-skip-link:focus {
  top: 10px;
}
/* Force display labels in Get Alerts form */
.modal-container .ginput_complex label,
.modal-container .gfield_label,
.wp-popup-content .ginput_complex label,
.wp-popup-content .gfield_label {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  overflow: unset;
}
/* transparency reporting table on this page /campaign/transparency-reporting-index/ */
#post-2762 table {
  overflow-x: scroll;
  min-width: 928px;
}
/**
 * Fix table compression -> scroll on this page https://www.accessnow.org/campaign/transparency-reporting-index/ */
.postid-2762 .wp-block-table {
  width: 100% !important;
  overflow-x: scroll !important;
  display: block !important;
}
.postid-2762 table {
  min-width: 928px;
}
/** Search in header for mobile **/
@media screen and (max-width: 1024px) {
  .header-main #search {
    position: absolute;
    display: block;
    right: calc((100% - 768px) / 2 + 75px);
    left: unset;
    width: auto;
    top: 8px;
  }
  .header-main #search #search-submit {
    display: none;
  }
  .header-main #search #search-toggle {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header-main #search {
    right: 75px;
  }
}
body.menu-open {
  overflow-y: hidden;
}
.site-header{
  position: sticky;
  top: 0px;
  z-index: 50;
  background-color: var(--wp--preset--color--white);
}
.admin-bar .site-header {
  top: 32px;
}
.header-top{
  border-bottom-width: 1px;
  border-bottom-color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--black);
}
.header-top-wrapper{
  width: 100%;
}
@media (min-width: 640px){
  .header-top-wrapper{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .header-top-wrapper{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .header-top-wrapper{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .header-top-wrapper{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .header-top-wrapper{
    max-width: 1536px;
  }
}
.header-top-wrapper{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
}
@media (min-width: 768px){
  .header-top-wrapper{
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
@media (min-width: 1024px){
  .header-top-wrapper{
    padding-left: 4.0rem;
    padding-right: 4.0rem;
  }
}
.icon span:not(.wp-block-navigation-item__label){
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
#menu-social-menu li{
  display: inline-block;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: .8rem;
  padding-right: 0px;
}
#menu-social-menu li a{
  font-size: 2rem;
  line-height: 2.8rem;
}
#menu-social-menu li a > svg path{
  fill: var(--wp--preset--color--white);
  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: 300ms;
}
#menu-social-menu li a > svg path:hover{
  fill: var(--wp--preset--color--green);
}
#alerts-button{
  margin-right: .8rem;
  display: inline-grid;
  display: none;
  grid-auto-flow: column;
  align-items: center;
  gap: .8rem;
  border-left-width: 1px;
  border-right-width: 1px;
  border-left-color: var(--wp--preset--color--white);
  border-right-color: var(--wp--preset--color--white);
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  font-size: 2rem;
  line-height: 2.8rem;
  color: var(--wp--preset--color--white);
}
@media (min-width: 640px){
  #alerts-button{
    display: block;
  }
}
.site-logo {
  max-width: 150px;
  display: grid;
  align-items: center;
  padding-top: 2.0rem;
  padding-bottom: 2.0rem;
}
@media (min-width: 1024px) {
  .site-logo {
    max-width: 200px;
  }
}
.site-logo svg {
  width: 100%;
  height: auto;
}
.header-main{
  position: relative;
  display: flex;
  flex-direction: column;
  border-bottom-width: 1px;
  border-bottom-color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--white);
}
@media (min-width: 1024px){
  .header-main{
    flex-direction: row;
  }
}
.header-main-wrapper{
  width: 100%;
}
@media (min-width: 640px){
  .header-main-wrapper{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .header-main-wrapper{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .header-main-wrapper{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .header-main-wrapper{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .header-main-wrapper{
    max-width: 1536px;
  }
}
.header-main-wrapper{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
}
.primary-nav-container{
  margin-left: -2.0rem;
  margin-right: -2.0rem;
  width: 100vw;
}
@media (min-width: 1024px){
  .primary-nav-container{
    margin-left: 0px;
    margin-right: 0px;
    display: grid;
    width: auto;
    flex: 1 1 0%;
    justify-content: center;
  }
  .primary-nav-container > ul > li{
    margin-left: .4rem;
    margin-right: .4rem;
    margin-top: 1.2rem;
    display: inline-block;
  }
}
.primary-nav-container > ul > li > a{
  display: block;
  background-color: var(--wp--preset--color--white);
  padding-left: 2.0rem;
  padding-right: 2.0rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  font-size: 1.9rem;
  line-height: 2.7rem;
  color: var(--wp--preset--color--black);
}
.primary-nav-container > ul > li > a:hover{
  color: var(--wp--preset--color--green);
}
.primary-nav-container > ul > li > a:focus{
  color: var(--wp--preset--color--green);
}
@media (min-width: 1024px){
  .primary-nav-container > ul > li > a{
    background-color: var(--wp--preset--color--white);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1.6rem;
    padding-bottom: 2.4rem;
    font-size: 1.9rem;
    line-height: 2.7rem;
    color: var(--wp--preset--color--black);
  }
}
@media (min-width: 1280px){
  .primary-nav-container > ul > li > a{
    padding-left: 2.0rem;
    padding-right: 2.0rem;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.primary-nav-container > ul > li > a{
  font-weight: 700;
  text-transform: uppercase;
}
.primary-nav-container > ul > li > a:hover{
  color: var(--wp--preset--color--green);
}
.primary-nav-container > ul > li > a:focus{
  color: var(--wp--preset--color--green);
}
#search{
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 50;
  display: none;
  width: 100%;
  flex-grow: 0;
}
@media (min-width: 1024px){
  #search{
    position: static;
    display: block;
    width: 8.0rem;
    border-left-width: 1px;
    border-left-color: var(--wp--preset--color--black);
  }
}
.menu-open #search{
  display: block;
}
#search .form-group{
  right: 0px;
  z-index: 0;
  overflow: hidden;
}
@media (min-width: 1024px){
  #search .form-group{
    position: absolute;
    height: 100%;
    padding-right: 8.0rem;
  }
}
.search-form{
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.search-field {
  background: linear-gradient(306.78deg, #77C043 0%, #D6DF22 119.31%);
  flex: 1 1 0%;
}
@media (min-width: 1024px){
  .search-field{
    --tw-translate-x: 100%;
    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));
  }
}
.search-field{
  height: 100%;
  width: 100%;
  border-style: none;
  padding: 1.2rem;
  color: var(--wp--preset--color--white);
}
.search-field::placeholder{
  color: var(--wp--preset--color--black);
}
@media (min-width: 1024px){
  .search-field{
    width: auto;
    padding: 2.0rem;
  }
}
.search-field {
  visibility: hidden;
  transition: transform 0.3s, visibility 0s 0.3s;
  outline: none !important;
}
@media (min-width: 1024px){
  #search.show .search-field{
    --tw-translate-x: 0px;
    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));
  }
}
#search.show .search-field {
  visibility: visible;
  transition: transform 0.3s, visibility 0s;
}
.search-button{
  position: relative;
  z-index: 10;
  display: grid;
  height: 6.4rem;
  width: 6.4rem;
  align-content: center;
  justify-content: center;
  background-color: var(--wp--preset--color--white);
  font-size: 2.4rem;
  line-height: 3.2rem;
}
@media (min-width: 1024px){
  .search-button{
    height: 8.0rem;
    width: 8.0rem;
  }
}
.search-button > svg > path{
  fill: var(--wp--preset--color--black);
  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: 300ms;
}
.search-button:hover > svg > path{
  fill: var(--wp--preset--color--green);
}
#search-toggle{
  display: none;
}
@media (min-width: 1024px){
  #search-toggle{
    display: grid;
  }
}
#search-submit{
  display: grid;
}
@media (min-width: 1024px){
  #search-submit{
    display: none;
  }
}
/* Reveal the search field when the mobile menu is open */
.menu-open .search-form .search-field {
  visibility: visible;
  width: calc(100vw - 65px);
}
#menu-main-menu{
  position: absolute;
  left: 0px;
  top: 100%;
  display: none;
  height: calc(100vh - 132px);
  width: 100vw;
  overflow-y: scroll;
  background-color: var(--wp--preset--color--white);
  padding-bottom: 3.2rem;
}
@media (min-width: 1024px){
  #menu-main-menu{
    position: static;
    display: block;
    height: auto;
    width: auto;
    overflow: auto;
    background-color: var(--wp--preset--color--white);
    padding-bottom: 0px;
  }
}
#menu-main-menu.show{
  display: block;
}
#main-menu-toggle{
  display: grid;
  height: 8.0rem;
  width: 8.0rem;
  align-content: center;
  justify-content: center;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
@media (min-width: 1024px){
  #main-menu-toggle{
    display: none;
  }
}
#main-menu-toggle .fas {
  overflow: hidden;
}
#main-menu-toggle[aria-expanded=true] .fa-bars{
  display: none;
}
#main-menu-toggle[aria-expanded=true] .fa-xmark{
  display: block;
}
.menuizer-container.menuizer-stack-horizontal{
  display: none;
  background-color: var(--wp--preset--color--white);
}
@media (min-width: 1024px){
  .menuizer-container.menuizer-stack-horizontal{
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -10;
    display: block;
    width: 100vw;
    --tw-translate-y: -100%;
    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));
  }
}
.menuizer-container.menuizer-stack-horizontal {
  visibility: hidden;
  transition: transform 0.5s ease-in-out, visibility 0s linear 0.5s;
}
.menuizer-container.menuizer-stack-horizontal .widget{
  width: 100%;
}
@media (min-width: 640px){
  .menuizer-container.menuizer-stack-horizontal .widget{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .menuizer-container.menuizer-stack-horizontal .widget{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .menuizer-container.menuizer-stack-horizontal .widget{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .menuizer-container.menuizer-stack-horizontal .widget{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .menuizer-container.menuizer-stack-horizontal .widget{
    max-width: 1536px;
  }
}
.menuizer-container.menuizer-stack-horizontal .widget{
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 8.0rem;
  padding-right: 8.0rem;
}
.sub-menu.show .menuizer-container {
  visibility: visible;
  transition-delay: 0s;
  display: block;
}
@media (min-width: 1024px){
  .sub-menu.show .menuizer-container{
    --tw-translate-y: 0px;
    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));
  }
}
.menuizer-container .wp-block-cover{
  margin-bottom: 1.6rem;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
}
.menuizer-container .wp-block-cover figure{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 4.8rem;
}
.menuizer-container h3{
  margin-bottom: .8rem;
  font-size: 1.4rem;
  line-height: 2.0rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--wp--preset--color--green);
}
.menuizer-container h5{
  margin-bottom: .8rem;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
}
.menuizer-container .wp-block-image{
  margin-bottom: 1.6rem;
}
.menuizer-container h1, .menuizer-container h2, .menuizer-container h3, .menuizer-container h4, .menuizer-container h5, .menuizer-container h6{
  margin-top: 0px;
  margin-bottom: .8rem;
  text-transform: none;
  letter-spacing: 0em;
}
.menuizer-container p {
  margin-top: 0 !important;
  margin-bottom: 1.6rem !important;
  font-size: 1.4rem !important;
  line-height: 2.0rem !important;
}
.menuizer-container a{
  display: block;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
}
.menuizer-container a:hover{
  color: var(--wp--preset--color--green);
}
.menuizer-container a:focus{
  color: var(--wp--preset--color--green);
}
.menuizer-container .page-previews h5{
  line-height: 1.25;
}
.menuizer-container .page-previews h5 a{
  line-height: 1;
}
.menuizer-container ul{
  margin: 0px;
  padding: 0px;
}
.menuizer-container li{
  margin-bottom: 1.2rem;
  list-style-type: none;
}
.menuizer-container li a{
  display: block;
  line-height: 1;
}
#back-to-top{
  position: fixed;
  bottom: 0px;
  right: 4.0rem;
  z-index: 50;
  display: none;
}
#back-to-top.visible{
  display: block;
}
.btt-button{
  position: relative;
  display: grid;
  height: 4.0rem;
  width: 5.6rem;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 8px 8px 0 0;
}
.btt-icon:after{
  margin-top: .8rem;
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  --tw-rotate: -45deg;
  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));
  border-style: solid;
  border-color: var(--wp--preset--color--white);
  border-width: 3px 3px 0 0;
  content: "";
}
@media screen and (max-width: 640px) {
  .alert-banner .wp-block-button__link {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
#body-wrapper{
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.site-content{
  flex: 1 1 0%;
}
.site-main{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 3.2rem;
}
.site-footer{
  display: grid;
  justify-items: center;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
.site-footer .creative-commons{
  display: flex;
}
@media (min-width: 768px){
  .site-footer .creative-commons{
    margin-left: 1.2rem;
  }
}
.site-footer .footer-menu-wrap{
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px){
  .site-footer .footer-menu-wrap{
    flex-direction: row;
    align-items: center;
  }
}
.site-footer .wp-block-column{
  display: flex;
  align-items: center;
}
.site-footer .wp-block-column.footer-area-2{
  flex-direction: column;
  align-items: flex-start;
}
.site-footer .wp-block-columns{
  margin: 0px;
  align-items: center;
}
.site-footer .footer-content{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1337px;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
}
.site-footer .footer-content .wp-block-image {
  float: right;
}
@media (min-width: 768px){
  .site-footer figure{
    margin-bottom: 0px;
  }
}
.site-footer .menu{
  margin-bottom: 1.6rem;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 768px){
  .site-footer .menu{
    margin-bottom: 0px;
    display: flex;
  }
  .site-footer .menu li{
    margin-right: 2.0rem;
  }
  .site-footer .menu li:last-child{
    margin-right: 0px;
  }
}
.site-footer .menu a{
  font-size: 1.8rem;
}
@media (min-width: 768px){
  .site-footer .menu a{
    line-height: 1;
  }
}
.site-footer .menu-social-menu-container .menu{
  margin-top: 2.8rem;
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
}
@media (min-width: 768px){
  .site-footer .menu-social-menu-container .menu{
    margin-top: 1.2rem;
  }
}
.site-footer .menu-social-menu-container .menu li{
  margin: 0px;
  display: flex;
  justify-content: center;
}
.site-footer .menu-social-menu-container a{
  font-size: 2.2rem;
  line-height: 2.8rem;
}
.credit {
  grid-template-columns: max-content !important;
  position: relative;
  margin-top: .8rem;
}
.credit .wp-block-media-text__content{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.credit .wp-block-media-text__media {
  margin-bottom: 0 !important;
  display: block;
  width: 1.6rem;
}
.credit .wp-block-media-text__media a{
  display: block;
  cursor: pointer;
}
.credit .wp-block-media-text__media img{
  display: block;
  height: 1.6rem;
  width: 1.6rem;
}
.credit .wp-block-media-text__media:hover + .wp-block-media-text__content{
  height: auto;
  width: max-content;
}
.content-area .entry-content ul:not(.tribe-events-c-subscribe-dropdown__list),
.site-content .entry-content ul:not(.tribe-events-c-subscribe-dropdown__list){
  list-style-position: inside;
  list-style-type: disc;
}
.content-area .entry-content ul:not(.tribe-events-c-subscribe-dropdown__list) li + li,
.site-content .entry-content ul:not(.tribe-events-c-subscribe-dropdown__list) li + li{
  margin-top: .8rem;
}
.content-area .entry-content ul:not(.tribe-events-c-subscribe-dropdown__list) ul,
.site-content .entry-content ul:not(.tribe-events-c-subscribe-dropdown__list) ul{
  padding-left: 2.4rem;
}
.content-area .entry-content ol,
.site-content .entry-content ol{
  list-style-position: inside;
  list-style-type: decimal;
}
.content-area .entry-content ol li + li,
.site-content .entry-content ol li + li{
  margin-top: .8rem;
}
.content-area .entry-content ol ol,
.site-content .entry-content ol ol{
  padding-left: 2.4rem;
}
.content-area .entry-content .section-title,
.site-content .entry-content .section-title{
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 3.6rem;
  line-height: 4.0rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px){
  .content-area .entry-content .section-title,
.site-content .entry-content .section-title{
    font-size: 5.4rem;
  }
}
.content-area .entry-content .archive-section .alt-section-title,
.site-content .entry-content .archive-section .alt-section-title{
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.1px;
}
.content-area .entry-content .archive-section p,
.site-content .entry-content .archive-section p{
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
.content-area .entry-content .page-hero,
.site-content .entry-content .page-hero{
  margin-top: -35px;
}
.content-area .entry-content .page-hero h1,
.site-content .entry-content .page-hero h1{
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.025em;
}
.content-area .entry-content .page-hero .small-heading,
.site-content .entry-content .page-hero .small-heading{
  font-size: 44px;
  line-height: 1;
}
.content-area .entry-content .page-hero .smaller-width,
.site-content .entry-content .page-hero .smaller-width{
  max-width: 500px;
}
.content-area .entry-content .page-hero p,
.site-content .entry-content .page-hero p{
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}
.content-area .entry-content .full-width-columns,
.site-content .entry-content .full-width-columns{
  gap: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
}
.content-area .entry-content .full-width-columns .wp-block-column,
.site-content .entry-content .full-width-columns .wp-block-column{
  min-height: 450px;
  align-self: stretch;
  padding-top: 80px;
  padding-bottom: 80px;
}
.content-area .entry-content .full-width-columns .wp-block-column .wp-block-cover,
.site-content .entry-content .full-width-columns .wp-block-column .wp-block-cover{
  height: 100%;
}
.content-area .entry-content .full-width-columns .wp-block-column .wp-block-cover .wp-block-cover__inner-container,
.site-content .entry-content .full-width-columns .wp-block-column .wp-block-cover .wp-block-cover__inner-container{
  display: flex;
  height: 130px;
  align-items: center;
  justify-content: center;
}
.content-area .entry-content .full-width-columns .wp-block-column .wp-block-cover .wp-block-cover__inner-container h4,
.site-content .entry-content .full-width-columns .wp-block-column .wp-block-cover .wp-block-cover__inner-container h4{
  margin: auto;
  display: flex;
  height: 100%;
  width: 320px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 30px;
}
.content-area .entry-content .full-width-columns .wp-block-column .wp-block-group,
.site-content .entry-content .full-width-columns .wp-block-column .wp-block-group{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 270px;
  flex-direction: column;
  justify-content: center;
}
.content-area .entry-content .full-width-columns .wp-block-column .wp-block-group h4,
.site-content .entry-content .full-width-columns .wp-block-column .wp-block-group h4{
  margin-left: auto;
  margin-right: auto;
  max-width: 220px;
  font-size: 30px;
  line-height: 1;
}
.content-area .entry-content .full-width-columns .wp-block-column:first-child, .content-area .entry-content .full-width-columns .wp-block-column:nth-child(2),
.site-content .entry-content .full-width-columns .wp-block-column:first-child,
.site-content .entry-content .full-width-columns .wp-block-column:nth-child(2){
  border-right-width: 1px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
}
.content-area .entry-content .full-width-columns.bg-img-columns .wp-block-column,
.site-content .entry-content .full-width-columns.bg-img-columns .wp-block-column{
  padding: 0px;
}
.resources-section{
  padding-top: 100px;
  padding-bottom: 100px;
}
.resources-section .wp-block-columns{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  max-width: 1100px;
}
.resources-section .wp-block-columns .wp-block-column{
  padding: 20px;
}
.resources-section .wp-block-columns .wp-block-column p, .resources-section .wp-block-columns .wp-block-column h3{
  margin: 0px;
  margin-bottom: 1.6rem;
  display: block;
  width: 100%;
  max-width: 100%;
}
.centered-grid .post-grid-header {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.centered-grid .post-grid-header .post-grid-area-right {
  justify-content: center;
}
.news-section p{
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.resources-footer .wp-block-buttons .is-style-fill a{
  border-width: 0px;
  padding: 10px;
  font-size: 18px;
  text-transform: none;
  line-height: 1;
}
.home-buttons-section{
  margin-bottom: 0px;
  gap: 0px;
  border-top-width: 1px;
  border-style: solid;
}
.home-buttons-section .wp-block-column:nth-child(2){
  border-top-width: 1px;
}
@media (min-width: 768px) {
  .home-buttons-section .wp-block-column:nth-child(2){
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 0px;
  }
}
.home-buttons-section .wp-block-column:nth-child(3){
  border-top-width: 1px;
  border-bottom-width: 1px;
}
@media (min-width: 768px) {
  .home-buttons-section .wp-block-column:nth-child(3){
    border-width: 0px;
  }
}
.home-buttons-section .wp-block-buttons{
  margin: 0px;
  height: 100%;
}
.home-buttons-section .wp-block-button{
  height: 100%;
  width: 100%;
}
.home-buttons-section .wp-block-button .wp-block-button__link{
  border-width: 0px;
}
.home-buttons-section .wp-block-button .wp-block-button__link:hover{
  border-width: 0px;
}
.single-whyid .site-main {
  padding-top: 0 !important;
}
.single-whyid .hentry {
  margin-bottom: 0 !important;
}
/* CSS to change the section styling in /access-now-code-of-conduct/ added 07/12/22 by steven@AN */
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}
.timeline-date {
  position: relative;
  z-index: 2;
  width: 25px;
  height: 25px;
  padding: 2px;
  color: #fff;
  background-color: #000;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
}
/* for Desktop */
@media (min-width: 640px) {
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-content {
    position: relative;
    z-index: 1;
    width: 85%;
    float: left;
    border-left: 1px #d3d3d3 solid;
    padding-left: 25px;
    padding-top: 20px;
  }
  .timeline-date {
    position: relative;
    z-index: 2;
    width: 25px;
    height: 25px;
    padding: 2px;
    color: #fff;
    background-color: #000;
    float: left;
    margin-top: 15px;
    margin-right: -13px;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
  }
}
.report_button {
  background-color: #edf6e7;
  border: solid #000;
  stroke: 4px;
  color: #000;
  padding: 10px 14px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
}
a.report_button:hover {
  background-color: #77c043;
}
.COC {
  font-size: 1.1em !important;
  font-weight: 400 !important;
  line-height: 1.3;
}
.COC_list li {
  padding-bottom: 10px;
}
.COC_team table {
  width: 100%;
}
.COC_team td {
  width: 25%;
}
/* CSS to remove block styling in /all pages added 09/12/22 by steven@AN */
.no-spacing-all-round {
  margin-left: 0px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}
/* CSS to enable Right to left paragraphs /all pages added 10/01/23 by steven@AN --Gutenberg text directionality --
*/
.rtl {
  direction: rtl !important;
}
/* CSS to overlap buttons on the cover image/helpline pages 11/01/23 by steven@AN
*/
.btn_overlap {
  margin-top: -70px;
}
.btn_overlap_bg,
.is-style-button-overlap-bg {
  z-index: -1;
}
.equal_vh1 {
  dispaly: table;
}
.equal_vh {
  dispaly: table-cell;
}
/* CSS to overlap header description/key issue pages 25/01/23 by steven@AN
*/
.bg_overlap {
  margin-bottom: -350px;
}
#authorArchive .post-grid-area-right{
  justify-content: flex-start;
}
#authorArchive #authorWrapper{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding-top: 4.0rem;
}
@media (min-width: 768px){
  #authorArchive #authorWrapper{
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2.0rem;
  }
}
#authorArchive #authorWrapper #authorIntro{
  grid-column: span 1 / span 1;
  text-align: center;
}
@media (min-width: 768px){
  #authorArchive #authorWrapper #authorIntro{
    grid-column: span 3 / span 3;
  }
}
#authorArchive #authorWrapper #authorIntro img{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.2rem;
}
#authorArchive #authorWrapper #authorIntro a{
  margin-bottom: .4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  font-weight: 700;
  color: var(--wp--preset--color--white);
}
#authorArchive #authorWrapper #authorIntro .twitter a {
  background-color: #4099ff;
}
#authorArchive #authorWrapper #authorIntro .twitter a svg{
  margin-right: 1.2rem;
  font-size: 3.0rem;
  line-height: 3.6rem;
}
#authorArchive #authorWrapper #authorIntro .email a {
  background-color: #57449e;
}
#authorArchive #authorWrapper #authorIntro .pgp a {
  background-color: #77c043;
}
#authorArchive #authorWrapper #authorBio{
  grid-column: span 1 / span 1;
}
@media (min-width: 768px){
  #authorArchive #authorWrapper #authorBio{
    grid-column: span 9 / span 9;
  }
}
#authorArchive #authorWrapper #authorBio h1 {
  font-family: "League Spartan", "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  font-size: 3.0rem;
  line-height: 3.6rem;
  font-weight: 700;
}
@media (min-width: 640px){
  #authorArchive #authorWrapper #authorBio h1{
    flex-direction: row;
  }
}
#authorArchive #authorWrapper #authorBio h2 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  margin-bottom: 2.0rem;
  font-size: 3.0rem;
  line-height: 3.6rem;
  font-weight: 400;
}
#authorArchive #authorWrapper #authorBio .bio{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
#authorArchive #authorWrapper #authorBio .bio :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
#authorArchive #authorWrapper #authorBio .bio :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
#authorArchive #authorWrapper #authorBio .bio :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
#authorArchive #authorWrapper #authorBio .bio :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  padding-left: 1.625em;
}
#authorArchive #authorWrapper #authorBio .bio :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
#authorArchive #authorWrapper #authorBio .bio :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
#authorArchive #authorWrapper #authorBio .bio :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
#authorArchive #authorWrapper #authorBio .bio :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
#authorArchive #authorWrapper #authorBio .bio :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
#authorArchive #authorWrapper #authorBio .bio :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
#authorArchive #authorWrapper #authorBio .bio :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
#authorArchive #authorWrapper #authorBio .bio :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
#authorArchive #authorWrapper #authorBio .bio :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}
#authorArchive #authorWrapper #authorBio .bio :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  padding-left: 1.625em;
}
#authorArchive #authorWrapper #authorBio .bio :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
#authorArchive #authorWrapper #authorBio .bio :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
#authorArchive #authorWrapper #authorBio .bio :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
#authorArchive #authorWrapper #authorBio .bio :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
#authorArchive #authorWrapper #authorBio .bio :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}
#authorArchive #authorWrapper #authorBio .bio :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}
#authorArchive #authorWrapper #authorBio .bio :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
#authorArchive #authorWrapper #authorBio .bio :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
}
#authorArchive #authorWrapper #authorBio .bio :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
#authorArchive #authorWrapper #authorBio .bio :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
}
#authorArchive #authorWrapper #authorBio .bio :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
#authorArchive #authorWrapper #authorBio .bio :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}
#authorArchive #authorWrapper #authorBio .bio :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
#authorArchive #authorWrapper #authorBio .bio :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}
#authorArchive #authorWrapper #authorBio .bio :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
#authorArchive #authorWrapper #authorBio .bio :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
#authorArchive #authorWrapper #authorBio .bio :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
#authorArchive #authorWrapper #authorBio .bio :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}
#authorArchive #authorWrapper #authorBio .bio :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}
#authorArchive #authorWrapper #authorBio .bio :where(a code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
}
#authorArchive #authorWrapper #authorBio .bio :where(pre):not(:where([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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
#authorArchive #authorWrapper #authorBio .bio :where(pre code):not(:where([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;
}
#authorArchive #authorWrapper #authorBio .bio :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}
#authorArchive #authorWrapper #authorBio .bio :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}
#authorArchive #authorWrapper #authorBio .bio :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
#authorArchive #authorWrapper #authorBio .bio :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
#authorArchive #authorWrapper #authorBio .bio :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
#authorArchive #authorWrapper #authorBio .bio :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
#authorArchive #authorWrapper #authorBio .bio :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}
#authorArchive #authorWrapper #authorBio .bio :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
#authorArchive #authorWrapper #authorBio .bio{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-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-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;
}
#authorArchive #authorWrapper #authorBio .bio :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
#authorArchive #authorWrapper #authorBio .bio :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
#authorArchive #authorWrapper #authorBio .bio :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
#authorArchive #authorWrapper #authorBio .bio :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
#authorArchive #authorWrapper #authorBio .bio :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
}
#authorArchive #authorWrapper #authorBio .bio :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}
#authorArchive #authorWrapper #authorBio .bio :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#authorArchive #authorWrapper #authorBio .bio :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
#authorArchive #authorWrapper #authorBio .bio :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
#authorArchive #authorWrapper #authorBio .bio > :where(ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
#authorArchive #authorWrapper #authorBio .bio > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
#authorArchive #authorWrapper #authorBio .bio > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
#authorArchive #authorWrapper #authorBio .bio > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
#authorArchive #authorWrapper #authorBio .bio > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
#authorArchive #authorWrapper #authorBio .bio :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
#authorArchive #authorWrapper #authorBio .bio :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
#authorArchive #authorWrapper #authorBio .bio :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
#authorArchive #authorWrapper #authorBio .bio :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
#authorArchive #authorWrapper #authorBio .bio :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
#authorArchive #authorWrapper #authorBio .bio :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
#authorArchive #authorWrapper #authorBio .bio :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
#authorArchive #authorWrapper #authorBio .bio :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
#authorArchive #authorWrapper #authorBio .bio :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
#authorArchive #authorWrapper #authorBio .bio > :where(:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
#authorArchive #authorWrapper #authorBio .bio > :where(:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
#authorArchive #authorWrapper #authorBio .bio{
  max-width: none;
}
#authorArchive #authorWrapper #authorBio .bio :where(p):not(:where([class~=not-prose] *)){
  margin-top: 0px;
  margin-bottom: 2.8rem;
}
#authorArchive #authorWrapper #authorBio .bio a[href^="mailto:"]{
  hyphens: none;
}
#authorArchive #authorWrapper .author-bio-badge{
  position: relative;
  bottom: .4rem;
  background-color: var(--wp--preset--color--green);
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: .8rem;
  padding-bottom: .4rem;
  text-align: center;
  font-size: 2rem;
  line-height: 2.8rem;
  text-transform: uppercase;
  color: var(--wp--preset--color--white);
}
#authorArchive .post-grid-header{
  display: block;
}
#searchArchive{
  max-width: 1440px;
}
#searchArchive header {
  background-image: url("/wp-content/themes/crate/images/shapes-blog.png");
  background-position: calc(50% - 130px) 0;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 1.2rem;
  display: flex;
  height: 216px;
  align-items: center;
  justify-content: center;
  background-repeat: repeat-x;
}
#searchArchive header .page-title{
  text-align: center;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 5rem;
}
#searchArchive #searchWrapper{
  max-width: 1440px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px){
  #searchArchive #searchWrapper{
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2.0rem;
  }
}
#searchArchive #searchWrapper .is-hidden .facet-header,
#searchArchive #searchWrapper .is-empty .facet-header{
  display: none;
}
#searchArchive #searchWrapper main{
  grid-column: span 1 / span 1;
}
@media (min-width: 768px){
  #searchArchive #searchWrapper main{
    grid-column: span 9 / span 9;
  }
}
#searchArchive #searchWrapper main article a{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px){
  #searchArchive #searchWrapper main article a{
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.2rem;
  }
}
#searchArchive #searchWrapper main article a figure{
  grid-column: span 1 / span 1;
}
@media (min-width: 768px){
  #searchArchive #searchWrapper main article a figure{
    grid-column: span 3 / span 3;
  }
}
#searchArchive #searchWrapper main article a main{
  grid-column: span 1 / span 1;
}
@media (min-width: 768px){
  #searchArchive #searchWrapper main article a main{
    grid-column: span 9 / span 9;
  }
}
#searchArchive #searchWrapper aside{
  grid-column: span 1 / span 1;
}
@media (min-width: 768px){
  #searchArchive #searchWrapper aside{
    grid-column: span 3 / span 3;
  }
}
#searchArchive #searchWrapper aside .facet-header{
  font-weight: 700;
}
.hentry{
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 1.9rem;
  line-height: 2.7rem;
}
.hentry.has-sidebar{
  width: 100%;
  max-width: 100%;
}
.size-single{
  height: 18rem;
  width: 100%;
  max-width: 1344px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px){
  .size-single{
    height: 341px;
  }
}
.tribe-events-pg-template,
.tribe-events{
  margin-left: auto;
  margin-right: auto;
  max-width: 100ch;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 1.9rem;
  line-height: 2.7rem;
}
.tribe-events-c-search__input-group{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.tribe-events-c-search__input-group > *{
  max-width: 48%;
}
.single .site-content{
  padding-bottom: 3.2rem;
}
.single #post-container{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px){
  .single #post-container{
    grid-auto-flow: column dense;
    gap: 2.0rem;
  }
  .single #post-container main{
    max-width: 97.4rem;
  }
  .single #post-container aside{
    max-width: 31rem;
  }
}
.single #post-container aside .addtoany_list{
  max-width: 25rem;
}
.single #post-container aside .author{
  margin-bottom: 2.0rem;
  display: flex;
  align-items: center;
}
.single #post-container aside .author .profilePic{
  margin-right: 2.0rem;
}
.single #post-container aside .author .profilePic img{
  margin: 0px;
  width: 14.4rem;
}
.single #post-container aside .author .authorInfo{
  display: flex;
  flex-direction: column;
}
.single #post-container aside .author .authorInfo .name{
  font-weight: 700;
  text-transform: uppercase;
  color: var(--wp--preset--color--black);
}
.single #post-container aside .author .authorInfo .name a{
  color: var(--wp--preset--color--black);
}
.single #post-container aside .author .authorInfo a {
  color: #4099ff;
  font-weight: bold;
  text-decoration: none;
}
.single #post-container aside .author .authorInfo .guest-author{
  margin-bottom: .8rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .4rem;
  font-size: 1.4rem;
  line-height: 2.0rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--wp--preset--color--gray);
}
.single #post-container aside .badges{
  margin-bottom: 1.6rem;
}
.single #post-container aside .badges.black a{
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
.single #post-container aside .badges.gray a {
  background: #efefef;
  color: var(--wp--preset--color--black);
}
.single #post-container aside .badges .terms{
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  padding-left: 0px;
}
.single #post-container aside .badges .terms li{
  margin: 0px;
  padding: 0px;
}
.single #post-container aside .badges .terms a{
  margin-right: 1.6rem;
  margin-bottom: 1.6rem;
  display: inline-block;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: .8rem;
  padding-bottom: .8rem;
  font-size: 1.4rem;
  line-height: 2.0rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration-line: none;
}
.single #post-container aside #related .header {
  color: #919191;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #919191;
  padding-bottom: 10px;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.single #post-container aside #related #relatedPosts {
  list-style: none;
  padding-left: 0;
}
.single #post-container aside #related #relatedPosts .related-post {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: solid 1px #919191;
  margin-bottom: 15px;
}
.single #post-container aside #related #relatedPosts .related-post a {
  text-decoration: none;
  font-weight: 700;
}
.single #post-container aside #related #relatedPosts .related-post a:hover, .single #post-container aside #related #relatedPosts .related-post a:focus{
  color: var(--wp--preset--color--green);
}
.single #post-container aside #related #relatedPosts .related-post .title{
  margin: 0px;
  display: inline;
  font-size: 1.9rem;
  line-height: 2.7rem;
  font-weight: 700;
}
.single #post-container aside #related #relatedPosts .related-post .more {
  text-align: right;
}
.single #post-container aside #related #relatedPosts .related-post .more span {
  color: #808080;
  transition: all 0.3s ease;
  font-size: 1.5rem;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 400ms ease;
}
.single #post-container aside #related #relatedPosts .related-post .more span svg {
  margin-left: 5px;
  transform: translateX(0);
  transition: all 400ms ease;
}
.single #post-container aside #related #relatedPosts .related-post .more a:hover span, .single #post-container aside #related #relatedPosts .related-post .more a:focus span{
  opacity: 0.9;
}
.single #post-container aside #related #relatedPosts .related-post .more a:hover span svg, .single #post-container aside #related #relatedPosts .related-post .more a:focus span svg{
  --tw-translate-x: .4rem;
  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));
}
.single #post-container aside #related #relatedPosts .related-post:last-of-type {
  border: 0;
}
#breadcrumbs{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 1.2rem;
  max-width: 1440px;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
  font-size: 1.4rem;
  line-height: 2.0rem;
  font-weight: 600;
}
#breadcrumbs + .hentry > .entry-content > *:first-child{
  margin-top: 0px;
}
.site-main{
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
.site-main.bc{
  padding-top: 1.2rem;
}
.addtoany_content_bottom {
  display: none !important;
}
#contact{
  margin-bottom: 3.2rem;
}
#contact p:first-of-type{
  margin-top: 1.6rem;
}
.contact-heading{
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 1.4rem;
  line-height: 2.0rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--wp--preset--color--black);
}
@media (min-width: 640px){
  #sharing .addtoany_shortcode .addtoany_list{
    margin-left: 0px;
    margin-right: 0px;
  }
}
.addtoany_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.addtoany_list a {
  flex: 0 0 45%;
  justify-content: center;
  align-items: center;
  display: inline-flex !important;
  padding: 0.5rem 2rem !important;
  border-radius: 0;
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  max-width: 116px;
}
.addtoany_list a span {
  display: flex !important;
}
.addtoany_list a:after {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.addtoany_list a:hover{
  background-color: var(--wp--preset--color--black);
}
.addtoany_list a:hover span {
  opacity: 1;
  background-color: var(--wp--preset--color--black) !important;
}
.addtoany_list .a2a_button_x {
  background: rgb(26, 26, 26);
}
.addtoany_list .a2a_button_x:after {
  content: "SHARE";
}
.addtoany_list .a2a_button_facebook {
  background: rgb(8, 102, 255);
}
.addtoany_list .a2a_button_facebook:after {
  content: "SHARE";
}
.addtoany_list .a2a_button_whatsapp {
  background: rgb(18, 175, 10);
}
.addtoany_list .a2a_button_whatsapp:after {
  content: "SHARE";
}
.addtoany_list .a2a_button_linkedin {
  background: rgb(0, 123, 181);
}
.addtoany_list .a2a_button_linkedin:after {
  content: "SHARE";
}
.entry-meta{
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 2.0rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  color: var(--wp--preset--color--gray);
}
@media (min-width: 768px){
  .entry-meta{
    flex-direction: row;
    line-height: 1;
  }
}
.entry-meta span{
  margin-left: 1rem;
  margin-right: 1rem;
}
.custom-header{
  position: relative;
  margin-bottom: 2.0rem;
  display: flex;
  min-height: 326px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.custom-header .featured-image{
  position: absolute;
  inset: 0px;
  z-index: 0;
  grid-row: 1 / -1;
  grid-row-start: 1;
  overflow: hidden;
}
.custom-header .featured-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.custom-header .entry-title{
  position: relative;
  z-index: 10;
  grid-row: span 1 / span 1;
  grid-row-start: 3;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.8rem;
  display: table;
  width: max-content;
  max-width: 100%;
  background-color: var(--wp--preset--color--white);
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 4.0rem;
  padding-right: 4.0rem;
  text-align: center;
  font-size: 3.0rem;
  line-height: 3.6rem;
}
@media (min-width: 768px){
  .custom-header .entry-title{
    max-width: 74rem;
    font-size: 3.8rem;
    line-height: 1;
  }
}
.custom-header .entry-meta{
  position: relative;
  z-index: 10;
  grid-row-start: 5;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.6rem;
  display: flex;
  width: auto;
  width: 90vw;
  max-width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
  align-self: flex-end;
  background-color: var(--wp--preset--color--white);
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 4.0rem;
  padding-right: 4.0rem;
  text-align: center;
}
@media (min-width: 768px){
  .custom-header .entry-meta{
    width: 74rem;
    max-width: 74rem;
  }
}
.custom-header .site,
.custom-header .contact{
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
}
.entry-content p img{
  margin-right: 1.2rem;
  margin-bottom: 1.2rem;
  display: inline-block;
  --tw-translate-y: .4rem;
  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));
}
.entry-content > .wp-block-cover:first-child,
.entry-content > .slider-block-bg-video:first-child{
  margin-top: -3.2rem;
}
.entry-content > .region-map-block:last-child,
.entry-content > .wp-block-group.has-background:last-child {
  margin-bottom: -100px;
  margin-bottom: -3.2rem;
}
/**
 * Event Styles
 */
.single-tribe_events .entry-title{
  background-color: transparent;
  padding: 0px;
}
.single-tribe_events .excerpt{
  margin-top: 2.0rem;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  text-transform: none;
  color: var(--wp--preset--color--black);
}
@media (min-width: 768px){
  .single-tribe_events .excerpt{
    font-size: 3.8rem;
    line-height: 1;
  }
}
.single-tribe_events .event-header{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8.0rem;
  display: flex;
  height: 341px;
  width: 1355px;
  max-width: 100%;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
.single-tribe_events .event-header .featured-image{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.single-tribe_events .event-header .featured-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.single-tribe_events .event-header--content{
  position: relative;
  z-index: 10;
  display: flex;
  width: calc(100% - 4rem);
  max-width: 1355px;
  --tw-translate-y: 6.4rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  background-color: var(--wp--preset--color--white);
}
@media (min-width: 768px){
  .single-tribe_events .event-header--content{
    max-width: 740px;
  }
  .single-tribe_events .tribe-events-event-meta{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.0rem;
  }
  .single-tribe_events .tribe-events-event-meta::before, .single-tribe_events .tribe-events-event-meta::after {
    content: none;
  }
}
.single-tribe_events .tribe-events-event-url {
  word-break: break-word;
}
.single-tribe_events .tribe-events-schedule{
  margin-bottom: 4.0rem;
  text-align: center;
}
.single-tribe_events .tribe-events-schedule span{
  text-align: center;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 900;
  text-transform: uppercase;
}
.single-tribe_events .event-label{
  background-color: var(--wp--preset--color--black);
  padding: 1.6rem;
  padding-bottom: 1.2rem;
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: var(--wp--preset--color--white);
}
.single-tribe_events .event-title{
  margin: 0px;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
  padding-top: 3.6rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
@media (min-width: 768px){
  .single-tribe_events .event-title{
    padding-left: 4.4rem;
    padding-right: 4.4rem;
    font-size: 3.8rem;
    line-height: 1;
  }
}
.single-tribe_events .subscribe{
  margin-bottom: 4.0rem;
  text-align: center;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 1.9rem;
  line-height: 2.7rem;
  font-weight: 700;
  text-transform: uppercase;
}
.date-location{
  padding-top: 4.0rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: var(--wp--preset--color--black);
}
.date-location .tribe-block__venue__name,
.date-location .tribe-events-schedule__date{
  font-family: var(--wp--preset--font-family--primary);
  text-transform: uppercase;
}
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address,
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__phone,
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__website{
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
}
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__name h3{
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
}
.tribe-block__venue{
  border-top-width: 0px;
}
.tribe-events-schedule__all-day,
.tribe-events-schedule__separator,
.tribe-events-schedule__timezone{
  color: var(--wp--preset--color--black);
}
.tribe-block__events-link{
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  flex-direction: column;
}
.tribe-events-c-subscribe-dropdown__list{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.2rem;
}
@media (min-width: 768px){
  .tribe-events-c-subscribe-dropdown__list{
    flex-direction: row;
  }
}
.tribe-events-c-subscribe-dropdown__list-item a{
  display: flex;
  min-width: 11.3rem;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
  gap: .8rem;
  border-radius: 2.4rem;
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  text-align: center;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tribe-events-c-subscribe-dropdown__list-item a:hover{
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
.tribe-events-c-subscribe-dropdown__list-item .svg-inline--fa{
  height: 1.6em;
}
.newsletter-section{
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
.newsletter-section:before{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100%;
  width: 15%;
  background-image: url("/wp-content/uploads/2022/07/newsletter-left.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}
.newsletter-section:after{
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 500px;
  width: 100%;
  max-width: 70%;
  background-image: url("/wp-content/uploads/2022/07/newsletter-right.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}
.newsletter-section .content-wrap{
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1200px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}
.newsletter-section .content-wrap .section-title{
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.newsletter-section .content-wrap .form-wrap{
  grid-column: span 2 / span 2;
}
.newsletter-section .content-wrap .form-wrap h3{
  margin-bottom: 30px;
  font-size: 3.0rem;
  line-height: 3.6rem;
  font-weight: 700;
}
:root {
  --tec-color-border-secondary-month-grid: black;
}
.icon-arrow-black, .wp-block-button.is-style-arrow > .wp-block-button__link:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.4375 1.09375C6.125 1.40625 6.15625 1.875 6.4375 2.1875L10.2188 5.75H1.25C0.8125 5.75 0.5 6.09375 0.5 6.5V7.5C0.5 7.9375 0.8125 8.25 1.25 8.25H10.2188L6.4375 11.8438C6.15625 12.1562 6.15625 12.625 6.4375 12.9375L7.125 13.625C7.4375 13.9062 7.90625 13.9062 8.1875 13.625L14.2812 7.53125C14.5625 7.25 14.5625 6.78125 14.2812 6.46875L8.1875 0.40625C7.90625 0.125 7.4375 0.125 7.125 0.40625L6.4375 1.09375Z' fill='black'/%3E%3C/svg%3E");
  width: 15px;
  height: 14px;
}
.icon-arrow-white {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.4375 1.09375C6.125 1.40625 6.15625 1.875 6.4375 2.1875L10.2188 5.75H1.25C0.8125 5.75 0.5 6.09375 0.5 6.5V7.5C0.5 7.9375 0.8125 8.25 1.25 8.25H10.2188L6.4375 11.8438C6.15625 12.1562 6.15625 12.625 6.4375 12.9375L7.125 13.625C7.4375 13.9062 7.90625 13.9062 8.1875 13.625L14.2812 7.53125C14.5625 7.25 14.5625 6.78125 14.2812 6.46875L8.1875 0.40625C7.90625 0.125 7.4375 0.125 7.125 0.40625L6.4375 1.09375Z' fill='white'/%3E%3C/svg%3E");
  width: 15px;
  height: 14px;
}
.icon-dropdown-arrow {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='11px' height='6px' viewBox='0 0 11 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E    %3Cpolygon stroke='none' fill='%23000000' fill-rule='evenodd' points='5.5 6 11 0 0 0'%3E%3C/polygon%3E%3C/svg%3E");
  width: 11px;
  height: 6px;
}
.icon-logo-white {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 350.96 66.94'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23fff;}.cls-2{fill:%2388bd56;}%3C/style%3E%3C/defs%3E%3Ctitle%3EArtboard 1%3C/title%3E%3Cpath class='cls-1' d='M94.06,17c-5.37,0-8.46,1-11.6,4.44l5.12,5c1.67-1.91,3.09-2.65,6.18-2.65,4.26,0,6,1.55,6,5.07v1.6h-7.6c-7.47,0-11,4.2-11,9.32A10.3,10.3,0,0,0,83.81,47c1.92,1.91,4.57,2.84,8.21,2.84s5.74-.93,7.9-3.09v2.78h7.84V28.38C107.76,20.84,103.07,17,94.06,17ZM99.74,37.7c0,2-.31,3.27-1.18,4.07-1.42,1.35-2.84,1.54-5.06,1.54-3.15,0-4.63-1.48-4.63-3.7S90.48,36,93.38,36h6.36Zm25.32,12.22c-6.42,0-14.38-3.45-14.38-16.48S118.65,17,125.06,17a13.71,13.71,0,0,1,10.62,4.32l-5.43,5.43c-1.66-1.79-3.09-2.53-5.18-2.53a5.57,5.57,0,0,0-4.57,2.1c-1.24,1.54-1.79,3.7-1.79,7.1s.55,5.62,1.79,7.15a5.55,5.55,0,0,0,4.57,2.1c2.1,0,3.52-.74,5.18-2.53l5.43,5.37A13.76,13.76,0,0,1,125.06,49.91Zm25.29,0c-6.42,0-14.38-3.45-14.38-16.48S143.93,17,150.35,17A13.71,13.71,0,0,1,161,21.34l-5.43,5.43c-1.66-1.79-3.09-2.53-5.18-2.53a5.57,5.57,0,0,0-4.57,2.1c-1.24,1.54-1.79,3.7-1.79,7.1s.55,5.62,1.79,7.15a5.55,5.55,0,0,0,4.57,2.1c2.1,0,3.52-.74,5.18-2.53L161,45.53A13.76,13.76,0,0,1,150.35,49.91Zm38.71-17.52C189.06,23.56,184,17,175,17c-8.33,0-14,5.92-14,16.41,0,13,7.28,16.48,14.88,16.48,5.8,0,9-1.79,12.22-5.06l-4.88-4.75a8.88,8.88,0,0,1-7.28,3c-4.5,0-7-3-7-7.15h20.13Zm-20.13-1.92a8.83,8.83,0,0,1,.74-3.45,6,6,0,0,1,10.74,0,8.8,8.8,0,0,1,.74,3.45Zm35.49,19.44c-5.06,0-9.63-.56-13.7-4.63L196,40c2.65,2.65,6.11,3,8.58,3,2.78,0,5.68-.92,5.68-3.33,0-1.6-.87-2.72-3.39-3l-5.06-.5c-5.8-.56-9.38-3.08-9.38-9,0-6.66,5.86-10.24,12.4-10.24,5,0,9.2.86,12.28,3.76l-4.94,5c-1.85-1.66-4.69-2.16-7.47-2.16-3.21,0-4.57,1.48-4.57,3.09,0,1.17.49,2.53,3.33,2.77l5.06.49c6.36.62,9.57,4,9.57,9.45C218.07,46.52,212,49.91,204.43,49.91Zm28.33,0c-5.06,0-9.63-.56-13.71-4.63L224.29,40c2.65,2.65,6.11,3,8.58,3,2.78,0,5.68-.92,5.68-3.33,0-1.6-.87-2.72-3.39-3l-5.06-.5c-5.81-.56-9.38-3.08-9.38-9,0-6.66,5.86-10.24,12.4-10.24,5,0,9.2.86,12.28,3.76l-4.94,5c-1.85-1.66-4.69-2.16-7.47-2.16-3.21,0-4.57,1.48-4.57,3.09,0,1.17.49,2.53,3.33,2.77l5.06.49c6.36.62,9.57,4,9.57,9.45C246.39,46.52,240.34,49.91,232.75,49.91Zm38.63-.45V29.83c0-5.64-3-8.49-7.84-8.49s-7.91,2.92-7.91,8.49V49.46H251V17.58h4.67v3.5a11.5,11.5,0,0,1,8.94-3.89,11.17,11.17,0,0,1,8.17,3C275,22.37,276,25.35,276,29V49.46Zm30.39-28.65a13.32,13.32,0,0,0-18.28,0c-3.24,3.31-3.89,7.78-3.89,12.7s.65,9.4,3.89,12.7a13.32,13.32,0,0,0,18.28,0c3.24-3.31,3.89-7.78,3.89-12.7S305,24.12,301.77,20.82Zm-3.3,22.55a8.17,8.17,0,0,1-5.83,2.33,8,8,0,0,1-5.77-2.33c-2.33-2.33-2.59-6.29-2.59-9.85s.26-7.52,2.59-9.85a8,8,0,0,1,5.77-2.33,8.17,8.17,0,0,1,5.83,2.33C300.8,26,301,30,301,33.52S300.8,41,298.47,43.37Zm42.44,6.09h-4.34l-8.36-24.76-8.3,24.76h-4.34L305.46,17.58h5.05l7.32,25.6,8.36-25.6h4l8.43,25.6,7.26-25.6H351Z'/%3E%3Cpath class='cls-2' d='M5.66,43.16q-2.39-.38-4.73-.89A34.4,34.4,0,0,0,23.52,66.93c0-.12,0-.24,0-.36a12.3,12.3,0,0,1,2.4-7.3,76.81,76.81,0,0,1-5.18-6.65A10.76,10.76,0,0,1,5.66,43.16Zm43.8-3.44A120.76,120.76,0,0,0,64.9,50a34.17,34.17,0,0,0,3.79-15.67A34.55,34.55,0,0,0,68,27.7,82.88,82.88,0,0,1,61,32.45,75.8,75.8,0,0,1,57,43.57l-1.21-.81a74.35,74.35,0,0,0,3.35-9.27,82.08,82.08,0,0,1-32,10.24A10.77,10.77,0,0,1,22,51.95a75.27,75.27,0,0,0,4.83,6.21,12.31,12.31,0,0,1,14.61-2.62A119.46,119.46,0,0,0,45.25,41.3l1.57-.55A120.94,120.94,0,0,1,42.7,56.27a12.43,12.43,0,0,1,3.15,3A75,75,0,0,0,54,46.69l1.21.79a76.46,76.46,0,0,1-8.5,13.08,12.29,12.29,0,0,1,1.53,5.21,34.48,34.48,0,0,0,16-14.49,122.38,122.38,0,0,1-16.3-11Zm13.9-21.93a75.86,75.86,0,0,1-1.9,12.68q3.23-2,6.25-4.31a34.1,34.1,0,0,0-3.45-8.69A3.56,3.56,0,0,1,63.35,17.79ZM7,22.51c-2,1.06-4,2.2-5.92,3.42A34.34,34.34,0,0,0,.6,40.73q2.51.57,5.09,1a10.77,10.77,0,0,1,5.36-8.32A75.78,75.78,0,0,1,7.23,13.27a34.24,34.24,0,0,0-5.6,10.59Q4.12,22.37,6.7,21C6.79,21.52,6.87,22,7,22.51Zm52.1-8.25a3.55,3.55,0,0,1,0-.5q-3.33-.5-6.74-.73a6,6,0,0,1-3.29,4.4A122.23,122.23,0,0,1,47.68,35.8l-1.55.6-.49.19-1.56.56A122.92,122.92,0,0,1,30.52,23.44a7.66,7.66,0,0,1-11.69-6q-4,1.38-7.85,3.13c-.08-.49-.16-1-.23-1.47a86.26,86.26,0,0,1,8.13-3.19,7.65,7.65,0,0,1,2.53-4.71q-2.12-3.27-4-6.67A34.48,34.48,0,0,0,8.6,11.62a74.35,74.35,0,0,0,3.75,21.13,10.76,10.76,0,0,1,14.82,9.53A80.69,80.69,0,0,0,59.71,31.53a74.37,74.37,0,0,0,2.21-13.74A3.59,3.59,0,0,1,59.05,14.27Zm-6.62-2.66q3.62.25,7.16.78a3.56,3.56,0,0,1,.55-.7A34.42,34.42,0,0,0,48.22,2.93q.21,1.74.37,3.5A6,6,0,0,1,52.44,11.61Zm-6,6.44a6,6,0,0,1-5.92-5q-3.56.24-7,.78a7.65,7.65,0,0,1-1.83,8.75,121.39,121.39,0,0,0,14,14l.49-.19a120.76,120.76,0,0,0,1.51-18.48A5.79,5.79,0,0,1,46.45,18ZM32.73,12.48q3.81-.61,7.73-.87a6,6,0,0,1,6-5.57,6.14,6.14,0,0,1,.65,0q-.18-1.9-.42-3.77A34.32,34.32,0,0,0,18.63,3.81q1.87,3.32,3.93,6.52a7.65,7.65,0,0,1,10.16,2.15Z'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
}
*[dir=rtl] {
  direction: rtl;
  unicode-bidi: embed;
  font-family: var(--wp--preset--font-family--rtl);
}
*[dir=rtl] [class^=wp-block] * {
  font-family: inherit !important;
}
strong {
  color: inherit !important;
}
.has-white-color > a:not([class]){
  color: var(--wp--preset--color--white) !important;
}
.has-black-color > a:not([class]){
  color: var(--wp--preset--color--black) !important;
}
.has-blue-color > a:not([class]){
  color: var(--wp--preset--color--blue) !important;
}
.has-purple-color > a:not([class]){
  color: var(--wp--preset--color--purple) !important;
}
.has-green-color > a:not([class]){
  color: var(--wp--preset--color--green) !important;
}
.has-yellow-color > a:not([class]){
  color: var(--wp--preset--color--yellow) !important;
}
.has-gold-color > a:not([class]){
  color: var(--wp--preset--color--gold) !important;
}
.has-sky-blue-color > a:not([class]){
  color: var(--wp--preset--color--sky-blue) !important;
}
.has-fuchsia-color > a:not([class]){
  color: var(--wp--preset--color--fuchsia) !important;
}
.has-green-cyan-color > a:not([class]){
  color: var(--wp--preset--color--green-cyan) !important;
}
.has-sunset-orange-color > a:not([class]){
  color: var(--wp--preset--color--sunset-orange) !important;
}
.has-lime-color > a:not([class]){
  color: var(--wp--preset--color--lime) !important;
}
.has-peach-color > a:not([class]){
  color: var(--wp--preset--color--peach) !important;
}
.has-teal-color > a:not([class]){
  color: var(--wp--preset--color--teal) !important;
}
.has-dark-sky-blue-color > a:not([class]){
  color: var(--wp--preset--color--dark-sky-blue) !important;
}
.has-aqua-color > a:not([class]){
  color: var(--wp--preset--color--aqua) !important;
}
.has-eggshell-color > a:not([class]){
  color: var(--wp--preset--color--eggshell-blue) !important;
}
.has-mint-color > a:not([class]){
  color: var(--wp--preset--color--mint) !important;
}
.has-light-brown-color > a:not([class]){
  color: var(--wp--preset--color--light-brown) !important;
}
.has-red-color > a:not([class]){
  color: var(--wp--preset--color--red) !important;
}
.has-light-red-color > a:not([class]){
  color: var(--wp--preset--color--light-red) !important;
}
.wp-block-image.aligncenter{
  margin-left: auto;
  margin-right: auto;
}
.wp-block-spacer{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
.rtl{
  text-align: right;
}
ul:not([class]){
  margin-bottom: 4.0rem;
  padding-left: 1.6rem;
}
ul:not([class]) li img,
ol:not([class]) li img{
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.page-title,
.entry-title{
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 800;
}
.wp-block-cover.bg-contain .wp-block-cover__image-background{
  object-fit: contain;
}
.wp-block-cover.is-style-hero{
  margin-top: -35px;
}
.wp-block-cover.is-style-hero h1{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 68px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.025em;
}
.wp-block-cover.is-style-hero h1:not(.inherit-width){
  max-width: 780px;
}
.wp-block-cover.is-style-hero .small-heading{
  font-size: 44px;
  line-height: 1;
}
.wp-block-cover.is-style-hero .smaller-width{
  max-width: 500px;
}
.wp-block-cover.is-style-hero p{
  margin-left: auto;
  margin-right: auto;
}
.wp-block-cover.is-style-hero p:not(.inherit-width){
  max-width: 780px;
}
.wp-block-search__button{
  margin-left: auto;
  margin-right: auto;
  display: block;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--black);
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 1.2rem;
  padding-bottom: .8rem;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--wp--preset--color--white);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-block-search__button:hover{
  background-color: transparent;
  color: var(--wp--preset--color--black);
}
.wp-block-search__button:focus{
  background-color: transparent;
  color: var(--wp--preset--color--black);
}
@media (min-width: 640px){
  .wp-block-search__button{
    min-width: 23rem;
  }
}
.wp-block-button__link{
  min-width: 12.8rem;
  border-radius: 0px;
  border-width: 2px;
  border-color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--black);
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  text-align: center;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: var(--wp--preset--color--white);
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-block-button__link:hover{
  border-color: var(--wp--preset--color--black);
  background-color: transparent;
  color: var(--wp--preset--color--black);
}
.wp-block-button__link:focus{
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--wp--preset--color--yellow);
}
.wp-block-button__link:not(.has-background){
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
.wp-block-button__link:not(.has-background):hover{
  background-color: transparent;
  color: var(--wp--preset--color--black);
}
.wp-block-button__link.has-background{
  color: var(--wp--preset--color--black);
}
.wp-block-button__link.has-background:hover{
  background-color: transparent !important;
}
.wp-block-button__link.has-blue-background-color, .wp-block-button__link.has-purple-background-color, .wp-block-button__link.has-fuchsia-background-color{
  color: var(--wp--preset--color--white);
}
.wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-purple-background-color:hover, .wp-block-button__link.has-fuchsia-background-color:hover{
  color: var(--wp--preset--color--black);
}
.wp-block-button__link.has-white-background-color{
  border-color: var(--wp--preset--color--white);
}
.wp-block-button__link.has-white-background-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-button__link.has-black-background-color{
  border-color: var(--wp--preset--color--black);
}
.wp-block-button__link.has-black-background-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-button__link.has-blue-background-color{
  border-color: var(--wp--preset--color--blue);
}
.wp-block-button__link.has-blue-background-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-button__link.has-purple-background-color{
  border-color: var(--wp--preset--color--purple);
}
.wp-block-button__link.has-purple-background-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-button__link.has-green-background-color{
  border-color: var(--wp--preset--color--green);
}
.wp-block-button__link.has-green-background-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-button__link.has-yellow-background-color{
  border-color: var(--wp--preset--color--yellow);
}
.wp-block-button__link.has-yellow-background-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-button__link.has-gold-background-color{
  border-color: var(--wp--preset--color--gold);
}
.wp-block-button__link.has-gold-background-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-button__link.has-sky-blue-background-color{
  border-color: var(--wp--preset--color--sky-blue);
}
.wp-block-button__link.has-sky-blue-background-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-button__link.has-fuchsia-background-color{
  border-color: var(--wp--preset--color--fuchsia);
}
.wp-block-button__link.has-fuchsia-background-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-button__link.has-green-cyan-background-color{
  border-color: var(--wp--preset--color--green-cyan);
}
.wp-block-button__link.has-green-cyan-background-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-button__link.has-sunset-orange-background-color{
  border-color: var(--wp--preset--color--sunset-orange);
}
.wp-block-button__link.has-sunset-orange-background-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-button__link.has-lime-background-color{
  border-color: var(--wp--preset--color--lime);
}
.wp-block-button__link.has-lime-background-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-button__link.has-peach-background-color{
  border-color: var(--wp--preset--color--peach);
}
.wp-block-button__link.has-peach-background-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-button__link.has-teal-background-color{
  border-color: var(--wp--preset--color--teal);
}
.wp-block-button__link.has-teal-background-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-button__link.has-dark-sky-blue-background-color{
  border-color: var(--wp--preset--color--dark-sky-blue);
}
.wp-block-button__link.has-dark-sky-blue-background-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-button__link.has-aqua-background-color{
  border-color: var(--wp--preset--color--aqua);
}
.wp-block-button__link.has-aqua-background-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-button__link.has-eggshell-background-color{
  border-color: var(--wp--preset--color--eggshell-blue);
}
.wp-block-button__link.has-eggshell-background-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-button__link.has-mint-background-color{
  border-color: var(--wp--preset--color--mint);
}
.wp-block-button__link.has-mint-background-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-button__link.has-light-brown-background-color{
  border-color: var(--wp--preset--color--light-brown);
}
.wp-block-button__link.has-light-brown-background-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-button__link.has-red-background-color{
  border-color: var(--wp--preset--color--red);
}
.wp-block-button__link.has-red-background-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-button__link.has-light-red-background-color{
  border-color: var(--wp--preset--color--light-red);
}
.wp-block-button__link.has-light-red-background-color:hover{
  border-color: var(--wp--preset--color--black);
}
.is-style-fill > .wp-block-button__link.has-background.has-background.has-white-background-color:hover{
  border-color: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--white) !important;
}
.is-style-fill > .wp-block-button__link.has-background.has-background.has-black-background-color:hover{
  border-color: var(--wp--preset--color--black) !important;
  color: var(--wp--preset--color--black) !important;
}
.is-style-fill > .wp-block-button__link.has-background.has-background.has-blue-background-color:hover{
  border-color: var(--wp--preset--color--blue) !important;
  color: var(--wp--preset--color--blue) !important;
}
.is-style-fill > .wp-block-button__link.has-background.has-background.has-purple-background-color:hover{
  border-color: var(--wp--preset--color--purple) !important;
  color: var(--wp--preset--color--purple) !important;
}
.is-style-fill > .wp-block-button__link.has-background.has-background.has-green-background-color:hover{
  border-color: var(--wp--preset--color--green) !important;
  color: var(--wp--preset--color--green) !important;
}
.is-style-fill > .wp-block-button__link.has-background.has-background.has-yellow-background-color:hover{
  border-color: var(--wp--preset--color--yellow) !important;
  color: var(--wp--preset--color--yellow) !important;
}
.is-style-fill > .wp-block-button__link.has-background.has-background.has-gold-background-color:hover{
  border-color: var(--wp--preset--color--gold) !important;
  color: var(--wp--preset--color--gold) !important;
}
.is-style-fill > .wp-block-button__link.has-background.has-background.has-sky-blue-background-color:hover{
  border-color: var(--wp--preset--color--sky-blue) !important;
  color: var(--wp--preset--color--sky-blue) !important;
}
.is-style-fill > .wp-block-button__link.has-background.has-background.has-fuchsia-background-color:hover{
  border-color: var(--wp--preset--color--fuchsia) !important;
  color: var(--wp--preset--color--fuchsia) !important;
}
.is-style-fill > .wp-block-button__link.has-background.has-background.has-green-cyan-background-color:hover{
  border-color: var(--wp--preset--color--green-cyan) !important;
  color: var(--wp--preset--color--green-cyan) !important;
}
.is-style-fill > .wp-block-button__link.has-background.has-background.has-sunset-orange-background-color:hover{
  border-color: var(--wp--preset--color--sunset-orange) !important;
  color: var(--wp--preset--color--sunset-orange) !important;
}
.is-style-fill > .wp-block-button__link.has-background.has-background.has-lime-background-color:hover{
  border-color: var(--wp--preset--color--lime) !important;
  color: var(--wp--preset--color--lime) !important;
}
.is-style-fill > .wp-block-button__link.has-background.has-background.has-peach-background-color:hover{
  border-color: var(--wp--preset--color--peach) !important;
  color: var(--wp--preset--color--peach) !important;
}
.is-style-fill > .wp-block-button__link.has-background.has-background.has-teal-background-color:hover{
  border-color: var(--wp--preset--color--teal) !important;
  color: var(--wp--preset--color--teal) !important;
}
.is-style-fill > .wp-block-button__link.has-background.has-background.has-dark-sky-blue-background-color:hover{
  border-color: var(--wp--preset--color--dark-sky-blue) !important;
  color: var(--wp--preset--color--dark-sky-blue) !important;
}
.is-style-fill > .wp-block-button__link.has-background.has-background.has-aqua-background-color:hover{
  border-color: var(--wp--preset--color--aqua) !important;
  color: var(--wp--preset--color--aqua) !important;
}
.is-style-fill > .wp-block-button__link.has-background.has-background.has-eggshell-background-color:hover{
  border-color: var(--wp--preset--color--eggshell-blue) !important;
  color: var(--wp--preset--color--eggshell-blue) !important;
}
.is-style-fill > .wp-block-button__link.has-background.has-background.has-mint-background-color:hover{
  border-color: var(--wp--preset--color--mint) !important;
  color: var(--wp--preset--color--mint) !important;
}
.is-style-fill > .wp-block-button__link.has-background.has-background.has-light-brown-background-color:hover{
  border-color: var(--wp--preset--color--light-brown) !important;
  color: var(--wp--preset--color--light-brown) !important;
}
.is-style-fill > .wp-block-button__link.has-background.has-background.has-red-background-color:hover{
  border-color: var(--wp--preset--color--red) !important;
  color: var(--wp--preset--color--red) !important;
}
.is-style-fill > .wp-block-button__link.has-background.has-background.has-light-red-background-color:hover{
  border-color: var(--wp--preset--color--light-red) !important;
  color: var(--wp--preset--color--light-red) !important;
}
.is-style-inverse > .wp-block-button__link.has-background{
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  background-color: transparent !important;
  color: var(--wp--preset--color--black) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-white-color:hover{
  color: var(--wp--preset--color--white) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-background.has-white-background-color:hover{
  background-color: var(--wp--preset--color--white) !important;
  border-color: var(--wp--preset--color--white) !important;
}
.is-style-inverse > .wp-block-button__link.has-background{
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  background-color: transparent !important;
  color: var(--wp--preset--color--black) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-black-color:hover{
  color: var(--wp--preset--color--black) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-background.has-black-background-color:hover{
  background-color: var(--wp--preset--color--black) !important;
  border-color: var(--wp--preset--color--black) !important;
}
.is-style-inverse > .wp-block-button__link.has-background{
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  background-color: transparent !important;
  color: var(--wp--preset--color--black) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-blue-color:hover{
  color: var(--wp--preset--color--blue) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-background.has-blue-background-color:hover{
  background-color: var(--wp--preset--color--blue) !important;
  border-color: var(--wp--preset--color--blue) !important;
}
.is-style-inverse > .wp-block-button__link.has-background{
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  background-color: transparent !important;
  color: var(--wp--preset--color--black) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-purple-color:hover{
  color: var(--wp--preset--color--purple) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-background.has-purple-background-color:hover{
  background-color: var(--wp--preset--color--purple) !important;
  border-color: var(--wp--preset--color--purple) !important;
}
.is-style-inverse > .wp-block-button__link.has-background{
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  background-color: transparent !important;
  color: var(--wp--preset--color--black) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-green-color:hover{
  color: var(--wp--preset--color--green) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-background.has-green-background-color:hover{
  background-color: var(--wp--preset--color--green) !important;
  border-color: var(--wp--preset--color--green) !important;
}
.is-style-inverse > .wp-block-button__link.has-background{
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  background-color: transparent !important;
  color: var(--wp--preset--color--black) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-yellow-color:hover{
  color: var(--wp--preset--color--yellow) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-background.has-yellow-background-color:hover{
  background-color: var(--wp--preset--color--yellow) !important;
  border-color: var(--wp--preset--color--yellow) !important;
}
.is-style-inverse > .wp-block-button__link.has-background{
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  background-color: transparent !important;
  color: var(--wp--preset--color--black) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-gold-color:hover{
  color: var(--wp--preset--color--gold) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-background.has-gold-background-color:hover{
  background-color: var(--wp--preset--color--gold) !important;
  border-color: var(--wp--preset--color--gold) !important;
}
.is-style-inverse > .wp-block-button__link.has-background{
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  background-color: transparent !important;
  color: var(--wp--preset--color--black) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-sky-blue-color:hover{
  color: var(--wp--preset--color--sky-blue) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-background.has-sky-blue-background-color:hover{
  background-color: var(--wp--preset--color--sky-blue) !important;
  border-color: var(--wp--preset--color--sky-blue) !important;
}
.is-style-inverse > .wp-block-button__link.has-background{
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  background-color: transparent !important;
  color: var(--wp--preset--color--black) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-fuchsia-color:hover{
  color: var(--wp--preset--color--fuchsia) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-background.has-fuchsia-background-color:hover{
  background-color: var(--wp--preset--color--fuchsia) !important;
  border-color: var(--wp--preset--color--fuchsia) !important;
}
.is-style-inverse > .wp-block-button__link.has-background{
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  background-color: transparent !important;
  color: var(--wp--preset--color--black) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-green-cyan-color:hover{
  color: var(--wp--preset--color--green-cyan) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-background.has-green-cyan-background-color:hover{
  background-color: var(--wp--preset--color--green-cyan) !important;
  border-color: var(--wp--preset--color--green-cyan) !important;
}
.is-style-inverse > .wp-block-button__link.has-background{
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  background-color: transparent !important;
  color: var(--wp--preset--color--black) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-sunset-orange-color:hover{
  color: var(--wp--preset--color--sunset-orange) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-background.has-sunset-orange-background-color:hover{
  background-color: var(--wp--preset--color--sunset-orange) !important;
  border-color: var(--wp--preset--color--sunset-orange) !important;
}
.is-style-inverse > .wp-block-button__link.has-background{
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  background-color: transparent !important;
  color: var(--wp--preset--color--black) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-lime-color:hover{
  color: var(--wp--preset--color--lime) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-background.has-lime-background-color:hover{
  background-color: var(--wp--preset--color--lime) !important;
  border-color: var(--wp--preset--color--lime) !important;
}
.is-style-inverse > .wp-block-button__link.has-background{
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  background-color: transparent !important;
  color: var(--wp--preset--color--black) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-peach-color:hover{
  color: var(--wp--preset--color--peach) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-background.has-peach-background-color:hover{
  background-color: var(--wp--preset--color--peach) !important;
  border-color: var(--wp--preset--color--peach) !important;
}
.is-style-inverse > .wp-block-button__link.has-background{
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  background-color: transparent !important;
  color: var(--wp--preset--color--black) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-teal-color:hover{
  color: var(--wp--preset--color--teal) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-background.has-teal-background-color:hover{
  background-color: var(--wp--preset--color--teal) !important;
  border-color: var(--wp--preset--color--teal) !important;
}
.is-style-inverse > .wp-block-button__link.has-background{
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  background-color: transparent !important;
  color: var(--wp--preset--color--black) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-dark-sky-blue-color:hover{
  color: var(--wp--preset--color--dark-sky-blue) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-background.has-dark-sky-blue-background-color:hover{
  background-color: var(--wp--preset--color--dark-sky-blue) !important;
  border-color: var(--wp--preset--color--dark-sky-blue) !important;
}
.is-style-inverse > .wp-block-button__link.has-background{
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  background-color: transparent !important;
  color: var(--wp--preset--color--black) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-aqua-color:hover{
  color: var(--wp--preset--color--aqua) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-background.has-aqua-background-color:hover{
  background-color: var(--wp--preset--color--aqua) !important;
  border-color: var(--wp--preset--color--aqua) !important;
}
.is-style-inverse > .wp-block-button__link.has-background{
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  background-color: transparent !important;
  color: var(--wp--preset--color--black) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-eggshell-color:hover{
  color: var(--wp--preset--color--eggshell-blue) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-background.has-eggshell-background-color:hover{
  background-color: var(--wp--preset--color--eggshell-blue) !important;
  border-color: var(--wp--preset--color--eggshell-blue) !important;
}
.is-style-inverse > .wp-block-button__link.has-background{
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  background-color: transparent !important;
  color: var(--wp--preset--color--black) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-mint-color:hover{
  color: var(--wp--preset--color--mint) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-background.has-mint-background-color:hover{
  background-color: var(--wp--preset--color--mint) !important;
  border-color: var(--wp--preset--color--mint) !important;
}
.is-style-inverse > .wp-block-button__link.has-background{
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  background-color: transparent !important;
  color: var(--wp--preset--color--black) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-light-brown-color:hover{
  color: var(--wp--preset--color--light-brown) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-background.has-light-brown-background-color:hover{
  background-color: var(--wp--preset--color--light-brown) !important;
  border-color: var(--wp--preset--color--light-brown) !important;
}
.is-style-inverse > .wp-block-button__link.has-background{
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  background-color: transparent !important;
  color: var(--wp--preset--color--black) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-red-color:hover{
  color: var(--wp--preset--color--red) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-background.has-red-background-color:hover{
  background-color: var(--wp--preset--color--red) !important;
  border-color: var(--wp--preset--color--red) !important;
}
.is-style-inverse > .wp-block-button__link.has-background{
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  background-color: transparent !important;
  color: var(--wp--preset--color--black) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-light-red-color:hover{
  color: var(--wp--preset--color--light-red) !important;
}
.is-style-inverse > .wp-block-button__link.has-background.has-background.has-light-red-background-color:hover{
  background-color: var(--wp--preset--color--light-red) !important;
  border-color: var(--wp--preset--color--light-red) !important;
}
.is-content-justification-center .is-content-justification-left,
.is-content-justification-right{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.wp-block-group.has-white-background-color{
  background-color: var(--wp--preset--color--white);
}
.wp-block-group.has-black-background-color{
  background-color: var(--wp--preset--color--black);
}
.wp-block-group.has-blue-background-color{
  background-color: var(--wp--preset--color--blue);
}
.wp-block-group.has-purple-background-color{
  background-color: var(--wp--preset--color--purple);
}
.wp-block-group.has-green-background-color{
  background-color: var(--wp--preset--color--green);
}
.wp-block-group.has-yellow-background-color{
  background-color: var(--wp--preset--color--yellow);
}
.wp-block-group.has-gold-background-color{
  background-color: var(--wp--preset--color--gold);
}
.wp-block-group.has-sky-blue-background-color{
  background-color: var(--wp--preset--color--sky-blue);
}
.wp-block-group.has-fuchsia-background-color{
  background-color: var(--wp--preset--color--fuchsia);
}
.wp-block-group.has-green-cyan-background-color{
  background-color: var(--wp--preset--color--green-cyan);
}
.wp-block-group.has-sunset-orange-background-color{
  background-color: var(--wp--preset--color--sunset-orange);
}
.wp-block-group.has-lime-background-color{
  background-color: var(--wp--preset--color--lime);
}
.wp-block-group.has-peach-background-color{
  background-color: var(--wp--preset--color--peach);
}
.wp-block-group.has-teal-background-color{
  background-color: var(--wp--preset--color--teal);
}
.wp-block-group.has-dark-sky-blue-background-color{
  background-color: var(--wp--preset--color--dark-sky-blue);
}
.wp-block-group.has-aqua-background-color{
  background-color: var(--wp--preset--color--aqua);
}
.wp-block-group.has-eggshell-background-color{
  background-color: var(--wp--preset--color--eggshell-blue);
}
.wp-block-group.has-mint-background-color{
  background-color: var(--wp--preset--color--mint);
}
.wp-block-group.has-light-brown-background-color{
  background-color: var(--wp--preset--color--light-brown);
}
.wp-block-group.has-red-background-color{
  background-color: var(--wp--preset--color--red);
}
.wp-block-group.has-light-red-background-color{
  background-color: var(--wp--preset--color--light-red);
}
.wp-block-group.has-fuchsia-background-color a:not([class]), .wp-block-group.has-blue-background-color a:not([class]), .wp-block-group.has-black-background-color a:not([class]){
  color: var(--wp--preset--color--white) !important;
}
.wp-block-group.has-fuchsia-background-color .wp-block-button .wp-block-button__link:hover, .wp-block-group.has-blue-background-color .wp-block-button .wp-block-button__link:hover, .wp-block-group.has-black-background-color .wp-block-button .wp-block-button__link:hover{
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--white) !important;
}
.wp-block-group.has-yellow-background-color .wp-block-button.is-style-outline .wp-block-button__link{
  border-color: var(--wp--preset--color--black) !important;
}
.wp-block-group.has-black-background-color a:not([class]){
  font-weight: 700;
  text-decoration-line: underline;
}
.wp-block-group.has-black-background-color a:not([class]):after {
  content: none !important;
}
.wp-block-group.has-border-color.has-white-border-color{
  border-color: var(--wp--preset--color--white);
}
.wp-block-group.has-border-color.has-white-border-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-group.has-border-color.has-black-border-color{
  border-color: var(--wp--preset--color--black);
}
.wp-block-group.has-border-color.has-black-border-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-group.has-border-color.has-blue-border-color{
  border-color: var(--wp--preset--color--blue);
}
.wp-block-group.has-border-color.has-blue-border-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-group.has-border-color.has-purple-border-color{
  border-color: var(--wp--preset--color--purple);
}
.wp-block-group.has-border-color.has-purple-border-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-group.has-border-color.has-green-border-color{
  border-color: var(--wp--preset--color--green);
}
.wp-block-group.has-border-color.has-green-border-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-group.has-border-color.has-yellow-border-color{
  border-color: var(--wp--preset--color--yellow);
}
.wp-block-group.has-border-color.has-yellow-border-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-group.has-border-color.has-gold-border-color{
  border-color: var(--wp--preset--color--gold);
}
.wp-block-group.has-border-color.has-gold-border-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-group.has-border-color.has-sky-blue-border-color{
  border-color: var(--wp--preset--color--sky-blue);
}
.wp-block-group.has-border-color.has-sky-blue-border-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-group.has-border-color.has-fuchsia-border-color{
  border-color: var(--wp--preset--color--fuchsia);
}
.wp-block-group.has-border-color.has-fuchsia-border-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-group.has-border-color.has-green-cyan-border-color{
  border-color: var(--wp--preset--color--green-cyan);
}
.wp-block-group.has-border-color.has-green-cyan-border-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-group.has-border-color.has-sunset-orange-border-color{
  border-color: var(--wp--preset--color--sunset-orange);
}
.wp-block-group.has-border-color.has-sunset-orange-border-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-group.has-border-color.has-lime-border-color{
  border-color: var(--wp--preset--color--lime);
}
.wp-block-group.has-border-color.has-lime-border-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-group.has-border-color.has-peach-border-color{
  border-color: var(--wp--preset--color--peach);
}
.wp-block-group.has-border-color.has-peach-border-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-group.has-border-color.has-teal-border-color{
  border-color: var(--wp--preset--color--teal);
}
.wp-block-group.has-border-color.has-teal-border-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-group.has-border-color.has-dark-sky-blue-border-color{
  border-color: var(--wp--preset--color--dark-sky-blue);
}
.wp-block-group.has-border-color.has-dark-sky-blue-border-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-group.has-border-color.has-aqua-border-color{
  border-color: var(--wp--preset--color--aqua);
}
.wp-block-group.has-border-color.has-aqua-border-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-group.has-border-color.has-eggshell-border-color{
  border-color: var(--wp--preset--color--eggshell-blue);
}
.wp-block-group.has-border-color.has-eggshell-border-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-group.has-border-color.has-mint-border-color{
  border-color: var(--wp--preset--color--mint);
}
.wp-block-group.has-border-color.has-mint-border-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-group.has-border-color.has-light-brown-border-color{
  border-color: var(--wp--preset--color--light-brown);
}
.wp-block-group.has-border-color.has-light-brown-border-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-group.has-border-color.has-red-border-color{
  border-color: var(--wp--preset--color--red);
}
.wp-block-group.has-border-color.has-red-border-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-group.has-border-color.has-light-red-border-color{
  border-color: var(--wp--preset--color--light-red);
}
.wp-block-group.has-border-color.has-light-red-border-color:hover{
  border-color: var(--wp--preset--color--black);
}
.wp-block-group.has-background{
  padding-top: 4.0rem;
  padding-bottom: 4.0rem;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
}
.wp-block-group.has-border-color{
  border-width: 2px;
  border-style: solid;
}
.wp-block-group.is-style-content-center{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wp-block-group.is-style-content-center > *:last-child{
  margin-bottom: 0px;
}
.wp-block-group.is-style-content-fill{
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.wp-block-group.is-style-content-fill > .wp-block-columns{
  display: flex;
  align-items: stretch;
}
.wp-block-group.is-style-content-fill > .wp-block-columns > .wp-block-column > .wp-block-group{
  height: 100%;
}
.is-style-outline > .wp-block-button__link,
.wp-block-button__link.is-style-outline {
  border: 2px solid currentColor;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.is-style-outline > .wp-block-button__link:hover,
.wp-block-button__link.is-style-outline:hover{
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
.is-style-outline > .wp-block-button__link:not(.has-background):hover,
.wp-block-button__link.is-style-outline:not(.has-background):hover{
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
.wp-block-buttons{
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  align-items: stretch;
}
.wp-block-buttons.is-content-justification-center{
  display: flex;
}
.wp-block-buttons.full > .wp-block-button{
  flex: 1 1 auto;
}
@media (min-width: 640px){
  .wp-block-buttons.full > .wp-block-button > .wp-block-button__link{
    width: 100%;
  }
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link{
  display: grid;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.wp-block-buttons.is-style-button-overlap{
  z-index: 1;
  flex-direction: column;
  align-items: stretch;
  gap: 1.6rem;
}
@media (min-width: 768px){
  .wp-block-buttons.is-style-button-overlap{
    flex-direction: row;
  }
}
@media (min-width: 1024px){
  .wp-block-buttons.is-style-button-overlap{
    margin-top: -70px;
  }
}
.wp-block-buttons.is-style-button-overlap .wp-block-button{
  flex-grow: 1;
}
.wp-block-buttons.is-style-button-overlap .wp-block-button__link{
  padding-top: 2.0rem;
  padding-bottom: 2.0rem;
  padding-left: .4rem;
  padding-right: .4rem;
  font-family: var(--wp--preset--font-family--secondary);
}
.wp-block-buttons.is-style-button-overlap .wp-block-button__link, .wp-block-buttons.is-style-button-overlap .wp-block-button__link:hover, .wp-block-buttons.is-style-button-overlap .wp-block-button__link.has-background:hover{
  border-color: var(--wp--preset--color--black) !important;
  background-color: var(--wp--preset--color--black) !important;
  color: var(--wp--preset--color--white) !important;
}
@media (min-width: 1024px){
  .wp-block-buttons.is-style-button-overlap .wp-block-button__link, .wp-block-buttons.is-style-button-overlap .wp-block-button__link:hover, .wp-block-buttons.is-style-button-overlap .wp-block-button__link.has-background:hover{
    border-color: var(--wp--preset--color--white) !important;
    background-color: var(--wp--preset--color--white) !important;
    color: var(--wp--preset--color--black) !important;
  }
}
.wp-block-buttons:not(:last-child){
  margin-bottom: 4.0rem;
}
.wp-block-button.is-style-arrow{
  position: relative;
  z-index: 0;
}
.wp-block-button.is-style-arrow > .wp-block-button__link {
  background: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: 0 !important;
  position: relative;
  padding-right: 3.6rem;
  color: var(--wp--preset--color--black);
}
.wp-block-button.is-style-arrow > .wp-block-button__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  display: inline-block;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.wp-block-button.is-style-bg-brand .wp-block-button__link {
  background: url(../../images/decorative-button-bg.png) center center/cover no-repeat;
  border-color: transparent;
  color: var(--wp--preset--color--black);
}
.wp-block-button.is-style-bg-brand .wp-block-button__link:hover{
  border-color: var(--wp--preset--color--black);
  background-image: none;
}
.wp-block-button.is-style-inverse .wp-block-button__link{
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  background-color: transparent;
  color: var(--wp--preset--color--black);
}
.wp-block-button.is-style-inverse .wp-block-button__link:not(.has-background-color):hover{
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-solid-white .wp-block-button__link{
  border-color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
}
.wp-block-button.is-style-solid-white .wp-block-button__link:hover{
  border-color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-solid-black .wp-block-button__link{
  border-color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-solid-black .wp-block-button__link:hover{
  border-color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
}
.wp-block-separator{
  margin-top: 2.0rem;
  margin-bottom: 2.0rem;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-separator.is-style-small{
  width: 2.4rem;
}
.wp-block-media-text.alignfull, .wp-block-media-text.custom-header{
  padding: 0px;
}
@media (min-width: 640px){
  .wp-block-media-text.alignfull .wp-block-media-text__content, .wp-block-media-text.custom-header .wp-block-media-text__content{
    display: grid;
    min-height: 50vh;
    align-content: center;
  }
}
.wp-block-media-text .wp-block-media-text__media{
  margin-bottom: 2.0rem;
  max-height: 44rem;
  justify-content: flex-end;
}
@media (min-width: 768px){
  .wp-block-media-text .wp-block-media-text__media{
    margin-bottom: 0px;
  }
}
.wp-block-media-text .wp-block-media-text__content{
  height: 100%;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
  justify-content: flex-start;
}
.wp-block-embed{
  display: table;
}
figure a:after {
  content: none !important;
}
.wp-block-table.is-style-stripes .has-background tbody tr:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
/* !Styles for blocks built by Cornershop.

	 These styles are included in the front-end via _front.scss and into the editor via _editor.scss.

	 If this file starts to get unwieldy, free feel to segment individual block styles in separate _custom-block-blockname.scss files
*/
.placeholder{
  background-color: var(--wp--preset--color--light-gray);
  padding-left: 2.0rem;
  padding-right: 2.0rem;
  padding-top: 4.0rem;
  padding-bottom: 4.0rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
}
.form-wrapper{
  padding-left: 2.0rem;
  padding-right: 2.0rem;
  padding-top: 4.0rem;
  padding-bottom: 4.0rem;
}
.post-intro{
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  max-width: 100%;
}
.advanced-nav .wp-block-column{
  padding-left: 2.0rem;
  padding-right: 2.0rem;
}
.advanced-nav .wp-block-column .wp-block-buttons{
  margin-left: -2.0rem;
  margin-right: -2.0rem;
}
.less-padding{
  padding-top: .8rem !important;
  padding-bottom: .8rem !important;
}
.no-margin{
  margin: 0px !important;
}
.additional-time-zones{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: max-content;
  flex-direction: column;
  gap: .8rem;
}
@media (min-width: 768px){
  .additional-time-zones{
    flex-direction: row;
    gap: 1.6rem;
  }
}
.additional-time-zones span{
  font-size: 1.4rem;
  line-height: 2.0rem;
  color: var(--wp--preset--color--gray);
}
.linked-icons a {
  text-decoration: none !important;
  font-size: 1.9rem;
  line-height: 2.7rem;
  font-weight: 700;
  text-transform: uppercase;
}
.linked-icons a:after {
  content: none !important;
}
.linked-icons.linked-icons--light .wp-block-column:hover figure img {
  filter: invert(100%);
}
.linked-icons.linked-icons--light .wp-block-column:hover a{
  color: var(--wp--preset--color--white);
}
.linked-icons.linked-icons--dark .wp-block-column:hover figure img {
  filter: invert(72%) sepia(53%) saturate(490%) hue-rotate(48deg) brightness(84%) contrast(95%);
}
.linked-icons.linked-icons--dark .wp-block-column:hover a{
  color: var(--wp--preset--color--green);
}
@keyframes bouncer {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.arrow-animated {
  animation: bouncer 1s infinite alternate;
}
.embed-containerkio {
  position: relative;
  padding-bottom: 20.25%;
  min-height: 700px;
  overflow: hidden;
}
.embed-containerkio iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.inline-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .8rem;
  list-style: none !important;
}
.inline-list li + li {
  margin-top: 0 !important;
}
.facetwp-facet-pagination {
  text-align: center;
}
.facetwp-facet-pagination .facetwp-page{
  border-width: 1px;
  border-color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--white);
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: .8rem;
  padding-right: .8rem;
  font-weight: 700;
  color: var(--wp--preset--color--black);
}
.facetwp-facet-pagination .facetwp-page:hover{
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
.facetwp-facet-pagination .facetwp-page.active{
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
.facetwp-facet-pagination .facetwp-page:not(.next):not(.prev) {
  min-width: 40px;
}
.has-peach-background-color .facetwp-facet-pagination .facetwp-page{
  border-color: var(--wp--preset--color--black);
  background-color: transparent;
  color: var(--wp--preset--color--black);
}
.has-peach-background-color .facetwp-facet-pagination .facetwp-page:hover{
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--peach);
}
.has-peach-background-color .facetwp-facet-pagination .facetwp-page.active{
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--peach);
}
.field{
  padding: 3.2rem;
}
.kio_btn{
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  body .is-style-desktop-only{
    display: none;
  }
}
@media (min-width: 768px){
  body .is-style-mobile-only{
    display: none;
  }
  .entry-content .wp-block-media-text .wp-block-media-text__content{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.entry-content a:not([class]){
  text-decoration-line: underline;
}
.entry-content a:not([class]):hover{
  text-decoration-line: none;
}
.entry-content a:not([class]):focus{
  text-decoration-line: none;
}
.entry-content p:not(.has-link-color) a:not([class]){
  position: relative;
  z-index: 10;
  display: inline;
  color: var(--wp--preset--color--black);
}
.entry-content p:not(.has-link-color) a:not([class]):after{
  position: absolute;
  bottom: 6px;
  left: 0px;
  z-index: -10;
  display: block;
  height: 1em;
  width: 0px;
  background-color: var(--wp--preset--color--yellow);
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: "";
  content: var(--tw-content);
}
.entry-content p:not(.has-link-color) a:not([class]):hover::after{
  width: 100%;
}
.entry-content .has-background a:not([class]):after {
  content: none !important;
}
.entry-content .has-blue-background-color a:not([class]),
.entry-content .has-purple-background-color a:not([class]),
.entry-content .has-fuchsia-background-color a:not([class]){
  color: var(--wp--preset--color--white);
}
.entry-content .has-blue-background-color a:not([class]):hover,
.entry-content .has-purple-background-color a:not([class]):hover,
.entry-content .has-fuchsia-background-color a:not([class]):hover{
  color: var(--wp--preset--color--black);
}
/**
 * Entry Content Styles
 */
h1{
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 700;
  line-height: 5rem;
}
h2{
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 5rem;
}
h3{
  font-family: var(--wp--preset--font-family--primary);
  font-size: 3.1rem;
  line-height: 4rem;
}
h4{
  font-family: var(--wp--preset--font-family--primary);
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 4.4rem;
}
h5{
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
}
h6{
  font-family: var(--wp--preset--font-family--primary);
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 4.4rem;
  letter-spacing: 0.05em;
}
h1,
h2,
h3,
h4,
h5,
h6{
  margin-top: 1.2rem;
  margin-bottom: 2.0rem;
}
h1.is-style-subtitle,
h2.is-style-subtitle,
h3.is-style-subtitle,
h4.is-style-subtitle,
h5.is-style-subtitle,
h6.is-style-subtitle{
  margin-bottom: 2.0rem;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 400;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  text-decoration: none !important;
  display: block !important;
}
h1 > a:after,
h2 > a:after,
h3 > a:after,
h4 > a:after,
h5 > a:after,
h6 > a:after {
  content: none !important;
}
p{
  margin-bottom: 3.6rem;
  font-size: 1.9rem;
  line-height: 2.7rem;
}
.prose :where(p):not(:where([class~=not-prose] *)),
.entry-meta{
  margin-top: 0px;
  margin-bottom: 2.8rem;
}
.entry-content a[href^="mailto:"],
.prose a[href^="mailto:"]{
  hyphens: none;
}
.addtoany_shortcode .addtoany_list{
  margin-left: auto;
  margin-right: auto;
  width: auto;
  gap: .8rem;
}
@media (min-width: 640px){
  .addtoany_shortcode .addtoany_list{
    max-width: 50rem;
  }
}
.addtoany_shortcode .addtoany_list a{
  width: 115px;
  flex: 1 1 auto;
}
@media (min-width: 768px){
  .addtoany_shortcode .addtoany_list a{
    margin-bottom: 0px;
  }
}
.gform_button{
  margin-left: auto;
  margin-right: auto;
  display: block;
  min-width: 23rem;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--black);
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 1.2rem;
  padding-bottom: .8rem;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--wp--preset--color--white);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.gform_button:hover{
  background-color: transparent;
  color: var(--wp--preset--color--black);
}
.gform_button:focus{
  background-color: transparent;
  color: var(--wp--preset--color--black);
}
ul {
  list-style-position: outside;
}
/* Access Revisions 11.19.22 */
header.site-header #alerts-button svg {
  margin-left: 5px;
}
.post-grid-button a.wp-block-button__link {
  max-width: 375px;
  margin: auto;
}
.entry-content ul:not(.tribe-events-c-subscribe-dropdown__list) {
  margin-left: 35px;
  list-style-position: outside !important;
}
#tabs-block_62e319fd9ceb3.tabs-block > .wp-block-group.is-active, #tabs-block_62e319fd9ceb3.tabs-block .tab-panel {
  padding: 0;
}
@media (max-width: 641px) {
  .wp-block-cover.is-style-hero h1 {
    font-size: 48px;
  }
}
@media print{
  .print\:block{
    display: block;
  }
}