  /*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Marr Sans Web, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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 */
  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,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::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:  ;
}

::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:  ;
}
.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;
  }
}
.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;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.\!relative {
  position: relative !important;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-left-\[30px\] {
  left: -30px;
}
.-right-\[30px\] {
  right: -30px;
}
.-top-\[80px\] {
  top: -80px;
}
.-top-\[90px\] {
  top: -90px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-4 {
  bottom: 1rem;
}
.left-0 {
  left: 0px;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-\[2px\] {
  left: 2px;
}
.left-auto {
  left: auto;
}
.right-0 {
  right: 0px;
}
.right-1\/2 {
  right: 50%;
}
.right-3 {
  right: 0.75rem;
}
.right-5 {
  right: 1.25rem;
}
.right-8 {
  right: 2rem;
}
.right-auto {
  right: auto;
}
.top-0 {
  top: 0px;
}
.top-6 {
  top: 1.5rem;
}
.top-8 {
  top: 2rem;
}
.top-\[calc\(var\(--steds-menu-offset\2c 83px\)\)\] {
  top: calc(var(--steds-menu-offset,83px));
}
.top-full {
  top: 100%;
}
.-z-\[1\] {
  z-index: -1;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[101\] {
  z-index: 101;
}
.z-\[200\] {
  z-index: 200;
}
.z-\[999\] {
  z-index: 999;
}
.-order-1 {
  order: -1;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-first {
  order: -9999;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.clear-both {
  clear: both;
}
.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.-mx-\[30px\] {
  margin-left: -30px;
  margin-right: -30px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[27px\] {
  margin-top: 27px;
  margin-bottom: 27px;
}
.\!mb-4 {
  margin-bottom: 1rem !important;
}
.-mb-4 {
  margin-bottom: -1rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-ml-2\.5 {
  margin-left: -0.625rem;
}
.-ml-3 {
  margin-left: -0.75rem;
}
.-ml-\[30px\] {
  margin-left: -30px;
}
.-mr-3 {
  margin-right: -0.75rem;
}
.-mr-\[30px\] {
  margin-right: -30px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[1px\] {
  margin-bottom: 1px;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-auto {
  margin-top: auto;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.\!table {
  display: table !important;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.\!h-10 {
  height: 2.5rem !important;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-16 {
  height: 4rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-\[0px\] {
  height: 0px;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[calc\(100vh-var\(--steds-header-height\2c 0px\)\)\] {
  height: calc(100vh - var(--steds-header-height,0px));
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.\!w-10 {
  width: 2.5rem !important;
}
.w-10 {
  width: 2.5rem;
}
.w-20 {
  width: 5rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[134px\] {
  width: 134px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[340px\] {
  width: 340px;
}
.w-\[50px\] {
  width: 50px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[138px\] {
  min-width: 138px;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-\[1220px\] {
  max-width: 1220px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[199px\] {
  max-width: 199px;
}
.max-w-\[580px\] {
  max-width: 580px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[750px\] {
  max-width: 750px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[834px\] {
  max-width: 834px;
}
.max-w-\[850px\] {
  max-width: 850px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-screen-sm {
  max-width: 640px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\!rotate-180 {
  --tw-rotate: 180deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-rotate-180 {
  --tw-rotate: -180deg;
  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));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[\.8\] {
  --tw-scale-x: .8;
  --tw-scale-y: .8;
  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));
}
.\!transform-none {
  transform: none !important;
}
.transform-none {
  transform: none;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.scroll-mt-\[--steds-header-height\] {
  scroll-margin-top: var(--steds-header-height);
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-start {
  align-content: flex-start;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-start {
  justify-items: start;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-y-\[14px\] {
  row-gap: 14px;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.justify-self-start {
  justify-self: start;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[16px\] {
  border-bottom-width: 16px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-\[16px\] {
  border-left-width: 16px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-solid {
  border-style: solid;
}
.border-dotted {
  border-style: dotted;
}
.\!border-blue-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(25 46 86 / var(--tw-border-opacity)) !important;
}
.\!border-transparent {
  border-color: transparent !important;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(178 189 209 / var(--tw-border-opacity));
}
.border-blue-950 {
  --tw-border-opacity: 1;
  border-color: rgb(25 46 86 / var(--tw-border-opacity));
}
.border-cyan-300 {
  --tw-border-opacity: 1;
  border-color: rgb(139 202 239 / var(--tw-border-opacity));
}
.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity));
}
.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-neutral-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}
.border-stone-300 {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(237 185 32 / var(--tw-border-opacity));
}
.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(237 185 32 / var(--tw-border-opacity));
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.border-t-blue-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(25 46 86 / var(--tw-border-opacity));
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(25 46 86 / var(--tw-bg-opacity));
}
.bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 202 239 / var(--tw-bg-opacity));
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
.bg-sky-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(25 46 86 / var(--tw-bg-opacity));
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 244 / var(--tw-bg-opacity));
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 236 244 / var(--tw-bg-opacity));
}
.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 244 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 185 32 / var(--tw-bg-opacity));
}
.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.from-stone-100 {
  --tw-gradient-from: #f5f6f4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 246 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.\!fill-transparent {
  fill: transparent !important;
}
.fill-sky-800 {
  fill: #192e56;
}
.fill-transparent {
  fill: transparent;
}
.fill-white {
  fill: #fff;
}
.\!stroke-blue-950 {
  stroke: #192e56 !important;
}
.\!stroke-transparent {
  stroke: transparent !important;
}
.stroke-blue-950 {
  stroke: #192e56;
}
.stroke-transparent {
  stroke: transparent;
}
.stroke-white {
  stroke: #fff;
}
.stroke-yellow-300 {
  stroke: #edb920;
}
.stroke-yellow-500 {
  stroke: #edb920;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[95px\] {
  padding-top: 95px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-sans {
  font-family: Marr Sans Web, sans-serif;
}
.font-serif {
  font-family: Noe Display, serif;
}
.font-serif-text {
  font-family: Noe Text, serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 28px;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 46px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-\[44px\] {
  font-size: 44px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm\/6 {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 300;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.not-italic {
  font-style: normal;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[38\.8px\] {
  line-height: 38.8px;
}
.leading-\[52px\] {
  line-height: 52px;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[3px\] {
  letter-spacing: 3px;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(25 46 86 / var(--tw-text-opacity));
}
.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(139 202 239 / var(--tw-text-opacity));
}
.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(25 46 86 / var(--tw-text-opacity));
}
.text-sky-950 {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(237 185 32 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.decoration-blue-950 {
  text-decoration-color: #192e56;
}
.decoration-transparent {
  text-decoration-color: transparent;
}
.decoration-white {
  text-decoration-color: #fff;
}
.decoration-1 {
  text-decoration-thickness: 1px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-75 {
  opacity: 0.75;
}
.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);
}
.\!transition-none {
  transition-property: none !important;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[stroke\] {
  transition-property: stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-none {
  transition-property: none;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-\[\.6s\] {
  transition-duration: .6s;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@font-face {
  font-family: "Marr Sans Web";
  src: url("/themes/st_edwards/fonts/MarrSans-Semibold-Web.eot");
  src: url("/themes/st_edwards/fonts/MarrSans-Semibold-Web.eot?#iefix")
      format("embedded-opentype"),
    url("/themes/st_edwards/fonts/MarrSans-Semibold-Web.woff2") format("woff2"),
    url("/themes/st_edwards/fonts/MarrSans-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Marr Sans Web";
  src: url("/themes/st_edwards/fonts/MarrSans-Medium-Web.eot");
  src: url("/themes/st_edwards/fonts/MarrSans-Medium-Web.eot?#iefix")
      format("embedded-opentype"),
    url("/themes/st_edwards/fonts/MarrSans-Medium-Web.woff2") format("woff2"),
    url("/themes/st_edwards/fonts/MarrSans-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Marr Sans Web";
  src: url("/themes/st_edwards/fonts/MarrSans-Bold-Web.woff");
  src: url("/themes/st_edwards/fonts/MarrSans-Bold-Web.woff2") format("woff2"),
    url("/themes/st_edwards/fonts/MarrSans-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: "Marr Sans Web";
  src: url("/themes/st_edwards/fonts/MarrSans-Regular-Web.eot");
  src: url("/themes/st_edwards/fonts/MarrSans-Regular-Web.eot?#iefix")
      format("embedded-opentype"),
    url("/themes/st_edwards/fonts/MarrSans-Regular-Web.woff2") format("woff2"),
    url("/themes/st_edwards/fonts/MarrSans-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Noe Display";
  src: url("/themes/st_edwards/fonts/Noe-Display-Regular.eot");
  src: url("/themes/st_edwards/fonts/Noe-Display-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("/themes/st_edwards/fonts/Noe-Display-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noe Display";
  src: url("/themes/st_edwards/fonts/Noe-Display-Medium.eot");
  src: url("/themes/st_edwards/fonts/Noe-Display-Medium.eot?#iefix") format("embedded-opentype"),
    url("/themes/st_edwards/fonts/Noe-Display-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noe Display";
  src: url("/themes/st_edwards/fonts/Noe-Display-Bold.eot");
  src: url("/themes/st_edwards/fonts/Noe-Display-Bold.eot?#iefix") format("embedded-opentype"),
    url("/themes/st_edwards/fonts/Noe-Display-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noe Display";
  src: url("/themes/st_edwards/fonts/Noe-Display-Black.eot");
  src: url("/themes/st_edwards/fonts/Noe-Display-Black.eot?#iefix") format("embedded-opentype"),
    url("/themes/st_edwards/fonts/Noe-Display-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noe Text";
  src: url("/themes/st_edwards/fonts/NoeText-Semibold.eot");
  src: url("/themes/st_edwards/fonts/NoeText-Semibold.eot?#iefix") format("embedded-opentype"),
    url("/themes/st_edwards/fonts/NoeText-Semibold.woff2") format("woff2"),
    url("/themes/st_edwards/fonts/NoeText-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noe Text";
  src: url("/themes/st_edwards/fonts/NoeText-Regular.eot");
  src: url("/themes/st_edwards/fonts/NoeText-Regular.eot?#iefix") format("embedded-opentype"),
    url("/themes/st_edwards/fonts/NoeText-Regular.woff2") format("woff2"),
    url("/themes/st_edwards/fonts/NoeText-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --steds-header-height: 83px;
}

@media (min-width: 640px) {
  :root {
    --steds-header-height: 85px;
  }
}

@media (min-width: 1024px) {
  :root {
    --steds-header-height: 148px;
  }
}

/* admin menu adjustments */

a {
  text-decoration: underline;
}

.container {
  margin: auto;
  padding: 0 30px;
}

.container-fluid {
  margin: auto;
  padding: 0 30px;
}

.container-small {
  max-width: 1137px;
}

@media (max-width: 767px) {

.mobile-break-container {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}
  }

@media (max-width: 1023px) {

.inner-sidebar {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}
  }

p {
  margin-bottom: 1em;
}

/* wysiwyg  */
.ck-content,
.wysiwyg {
  color: #262626;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Marr Sans Web";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.ck-content b,
  .ck-content strong,
  .wysiwyg b,
  .wysiwyg strong {
    font-weight: 600;
  }
.ck-content ol,
  .ck-content ul,
  .wysiwyg ol,
  .wysiwyg ul {
    margin: 1rem 1.6rem;
  }
.ck-content ul, .wysiwyg ul {
    list-style: disc;
  }
.ck-content ol, .wysiwyg ol {
    list-style-type: decimal;
  }
.ck-content li, .wysiwyg li {
    padding-bottom: 0.4rem;
  }
.ck-content h2, .wysiwyg h2 {
    color: #192e56;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Noe Display";
    font-style: normal;
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
    margin-top: 24px;
    margin-bottom: 16px;
  }
@media (min-width: 1024px) {
.ck-content h2, .wysiwyg h2 {
      font-size: 44px;
      line-height: 52px
  }
    }
.ck-content h3, .wysiwyg h3 {
    color: #192e56;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Noe Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 142.857% */
    margin-top: 24px;
    margin-bottom: 16px;
  }
@media (min-width: 1024px) {
.ck-content h3, .wysiwyg h3 {
      font-size: 35px;
      line-height: 40px
  }
    }
.ck-content h4, .wysiwyg h4 {
    color: #192e56;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Marr Sans Web";
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.25px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
@media (min-width: 1024px) {
.ck-content h4, .wysiwyg h4 {
      font-size: 21px
  }
    }
.ck-content h5, .wysiwyg h5 {
    color: #192e56;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Marr Sans Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.25px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
.ck-content h6, .wysiwyg h6 {
    color: #192e56;
    font-family: "Marr Sans Web";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.25px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
/* dividers  */
.ck-content h2.title-divider-dark-blue:after, .ck-content h3.title-divider-dark-blue:after, .ck-content h4.title-divider-dark-blue:after, .ck-content h5.title-divider-dark-blue:after, .ck-content h6.title-divider-dark-blue:after, .wysiwyg h2.title-divider-dark-blue:after, .wysiwyg h3.title-divider-dark-blue:after, .wysiwyg h4.title-divider-dark-blue:after, .wysiwyg h5.title-divider-dark-blue:after, .wysiwyg h6.title-divider-dark-blue:after {
        border-top: 5px solid #192e56;
        margin: 30px 0;
        content: "";
        display: block;
        width: 64px;
      }
.ck-content h2.title-divider-light-blue:after, .ck-content h3.title-divider-light-blue:after, .ck-content h4.title-divider-light-blue:after, .ck-content h5.title-divider-light-blue:after, .ck-content h6.title-divider-light-blue:after, .wysiwyg h2.title-divider-light-blue:after, .wysiwyg h3.title-divider-light-blue:after, .wysiwyg h4.title-divider-light-blue:after, .wysiwyg h5.title-divider-light-blue:after, .wysiwyg h6.title-divider-light-blue:after {
        border-top: 5px solid #8bcaef;
        margin: 30px 0;
        content: "";
        display: block;
        width: 64px;
      }
.ck-content h2.title-divider-yellow, .ck-content h3.title-divider-yellow, .ck-content h4.title-divider-yellow, .ck-content h5.title-divider-yellow, .ck-content h6.title-divider-yellow, .wysiwyg h2.title-divider-yellow, .wysiwyg h3.title-divider-yellow, .wysiwyg h4.title-divider-yellow, .wysiwyg h5.title-divider-yellow, .wysiwyg h6.title-divider-yellow {
      position: relative;
    }
.ck-content h2.title-divider-yellow:after, .ck-content h3.title-divider-yellow:after, .ck-content h4.title-divider-yellow:after, .ck-content h5.title-divider-yellow:after, .ck-content h6.title-divider-yellow:after, .wysiwyg h2.title-divider-yellow:after, .wysiwyg h3.title-divider-yellow:after, .wysiwyg h4.title-divider-yellow:after, .wysiwyg h5.title-divider-yellow:after, .wysiwyg h6.title-divider-yellow:after {
        border-top: 5px solid #edb920;
        margin: 30px 0;
        content: "";
        display: block;
        width: 64px;
      }
.ck-content h2.title-divider-green:after, .ck-content h3.title-divider-green:after, .ck-content h4.title-divider-green:after, .ck-content h5.title-divider-green:after, .ck-content h6.title-divider-green:after, .wysiwyg h2.title-divider-green:after, .wysiwyg h3.title-divider-green:after, .wysiwyg h4.title-divider-green:after, .wysiwyg h5.title-divider-green:after, .wysiwyg h6.title-divider-green:after {
        border-top: 5px solid #8bcaef;
        margin: 30px 0;
        content: "";
        display: block;
        width: 64px;
      }
.ck-content h2.title-divider-stone:after, .ck-content h3.title-divider-stone:after, .ck-content h4.title-divider-stone:after, .ck-content h5.title-divider-stone:after, .ck-content h6.title-divider-stone:after, .wysiwyg h2.title-divider-stone:after, .wysiwyg h3.title-divider-stone:after, .wysiwyg h4.title-divider-stone:after, .wysiwyg h5.title-divider-stone:after, .wysiwyg h6.title-divider-stone:after {
        border-top: 5px solid #f7f3ed;
        margin: 30px 0;
        content: "";
        display: block;
        width: 64px;
      }
.ck-content h2.title-divider-sky:after, .ck-content h3.title-divider-sky:after, .ck-content h4.title-divider-sky:after, .ck-content h5.title-divider-sky:after, .ck-content h6.title-divider-sky:after, .wysiwyg h2.title-divider-sky:after, .wysiwyg h3.title-divider-sky:after, .wysiwyg h4.title-divider-sky:after, .wysiwyg h5.title-divider-sky:after, .wysiwyg h6.title-divider-sky:after {
        border-top: 5px solid #192e56;
        margin: 30px 0;
        content: "";
        display: block;
        width: 64px;
      }
/* reset margins */
.ck-content h3.title-divider-dark-blue:after, .ck-content h3.title-divider-light-blue:after, .ck-content h3.title-divider-light-blue:after, .ck-content h3.title-divider-light-blue:after, .ck-content h3.title-divider-yellow:after, .ck-content h3.title-divider-green:after, .ck-content h3.title-divider-stone:after, .ck-content h3.title-divider-sky:after, .ck-content h4.title-divider-dark-blue:after, .ck-content h4.title-divider-light-blue:after, .ck-content h4.title-divider-light-blue:after, .ck-content h4.title-divider-light-blue:after, .ck-content h4.title-divider-yellow:after, .ck-content h4.title-divider-green:after, .ck-content h4.title-divider-stone:after, .ck-content h4.title-divider-sky:after, .ck-content h5.title-divider-dark-blue:after, .ck-content h5.title-divider-light-blue:after, .ck-content h5.title-divider-light-blue:after, .ck-content h5.title-divider-light-blue:after, .ck-content h5.title-divider-yellow:after, .ck-content h5.title-divider-green:after, .ck-content h5.title-divider-stone:after, .ck-content h5.title-divider-sky:after, .ck-content h6.title-divider-dark-blue:after, .ck-content h6.title-divider-light-blue:after, .ck-content h6.title-divider-light-blue:after, .ck-content h6.title-divider-light-blue:after, .ck-content h6.title-divider-yellow:after, .ck-content h6.title-divider-green:after, .ck-content h6.title-divider-stone:after, .ck-content h6.title-divider-sky:after, .wysiwyg h3.title-divider-dark-blue:after, .wysiwyg h3.title-divider-light-blue:after, .wysiwyg h3.title-divider-light-blue:after, .wysiwyg h3.title-divider-light-blue:after, .wysiwyg h3.title-divider-yellow:after, .wysiwyg h3.title-divider-green:after, .wysiwyg h3.title-divider-stone:after, .wysiwyg h3.title-divider-sky:after, .wysiwyg h4.title-divider-dark-blue:after, .wysiwyg h4.title-divider-light-blue:after, .wysiwyg h4.title-divider-light-blue:after, .wysiwyg h4.title-divider-light-blue:after, .wysiwyg h4.title-divider-yellow:after, .wysiwyg h4.title-divider-green:after, .wysiwyg h4.title-divider-stone:after, .wysiwyg h4.title-divider-sky:after, .wysiwyg h5.title-divider-dark-blue:after, .wysiwyg h5.title-divider-light-blue:after, .wysiwyg h5.title-divider-light-blue:after, .wysiwyg h5.title-divider-light-blue:after, .wysiwyg h5.title-divider-yellow:after, .wysiwyg h5.title-divider-green:after, .wysiwyg h5.title-divider-stone:after, .wysiwyg h5.title-divider-sky:after, .wysiwyg h6.title-divider-dark-blue:after, .wysiwyg h6.title-divider-light-blue:after, .wysiwyg h6.title-divider-light-blue:after, .wysiwyg h6.title-divider-light-blue:after, .wysiwyg h6.title-divider-yellow:after, .wysiwyg h6.title-divider-green:after, .wysiwyg h6.title-divider-stone:after, .wysiwyg h6.title-divider-sky:after {
        margin: 8px 0;
      }
.ck-content p.Large, .wysiwyg p.Large {
    font-family: "Marr Sans Web";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.15px;
  }
.ck-content a, .wysiwyg a {
    color: #262626;
    text-decoration: underline;
  }
.ck-content a:hover, .wysiwyg a:hover {
      text-decoration: underline;
      color: #192e56;
    }
.ck-content a.blue-button, .wysiwyg a.blue-button {
  margin-bottom: 2rem;
  display: inline-block;
  min-width: 138px;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(25 46 86 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-color: transparent;
  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;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ck-content a.blue-button:hover, .wysiwyg a.blue-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 46 86 / var(--tw-bg-opacity));
  text-decoration-color: #fff;
}
.ck-content a.blue-button:focus, .wysiwyg a.blue-button:focus {
  text-decoration-color: #fff;
  outline-color: #edb920;
}
.ck-content a.light-blue-button, .wysiwyg a.light-blue-button {
    text-decoration: none;
    padding: 16px 24px 14px 24px;
    color: #192e56;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Marr Sans Web";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 6px;
    background: #e9ecf4;
    display: inline-block;
    text-align: center;
    margin-bottom: 32px;
    transition: all 300ms ease-in-out;
    border: 1px solid var(--st-eds-blue-80, #192e56);
  }
.ck-content a.light-blue-button:hover, .wysiwyg a.light-blue-button:hover {
      background: #192e56;
      color: white;
    }
.ck-content a.white-button, .wysiwyg a.white-button {
    text-decoration: none;
    padding: 16px 24px 14px 24px;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Marr Sans Web";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    margin-bottom: 32px;
    transition: all 300ms ease-in-out;
    color: #262626;
    background: white;
    border: 1px solid #262626;
  }
.ck-content a.white-button:hover, .wysiwyg a.white-button:hover {
      color: white;
      background: #192e56;
    }
.ck-content a.arrow-button, .wysiwyg a.arrow-button {
    color: var(--Sorin, #192e56);
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Marr Sans Web";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.25px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: between;
    gap: 4px;
    transition: all 300ms ease-in-out;
    text-decoration: none;
  }
.ck-content a.arrow-button:hover, .wysiwyg a.arrow-button:hover {
      gap: 8px;
      text-decoration: underline;
    }
.ck-content a.arrow-button:after, .wysiwyg a.arrow-button:after {
      background: url(/themes/st_edwards/images/arrow.svg) center center no-repeat;
      background-size: 16px auto;
      width: 24px;
      height: 24px;
      display: inline-block;
      content: "";
    }
.ck-content table, .wysiwyg table {
    width: 100%;
    text-align: left;
    color: #192e56;
  }
.ck-content table thead th, .wysiwyg table thead th {
      background: white;
      padding: 15px;
      font-size: 18px;
      font-weight: bold;
    }
@media (min-width: 1024px) {
.ck-content table thead th, .wysiwyg table thead th {
        padding: 32px
    }
      }
.ck-content table tbody th, .wysiwyg table tbody th {
      font-weight: bold;
    }
.ck-content table tbody tr:nth-child(odd) td,
    .ck-content table tbody tr:nth-child(odd) th,
    .wysiwyg table tbody tr:nth-child(odd) td,
    .wysiwyg table tbody tr:nth-child(odd) th {
      background-color: #e9ecf4;
    }
.ck-content table tbody td,
    .ck-content table tbody th,
    .wysiwyg table tbody td,
    .wysiwyg table tbody th {
      background-color: #c4d3e0;
      font-size: 16px;
      font-style: normal;
      line-height: 20px;
      padding: 15px;
    }
@media (min-width: 1024px) {
.ck-content table tbody td,
    .ck-content table tbody th,
    .wysiwyg table tbody td,
    .wysiwyg table tbody th {
        padding: 32px
    }
      }
.ck-content table tbody td a, .ck-content table tbody th a, .wysiwyg table tbody td a, .wysiwyg table tbody th a {
        color: rgb(25, 46, 86);
      }
.ck-content hr, .wysiwyg hr {
    margin: 30px auto;
    border-top: 1px solid #262626;
  }
.ck-content blockquote, .wysiwyg blockquote {
    color: #192e56;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Noe Text";
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.5px;
    /* override ckeditor styles  */
    font-style: normal !important;
    border: none !important;
    padding-left: 0 !important;
  }
.ck-content .video-container, .wysiwyg .video-container {
    position: relative;
    padding-bottom: 56.25%; /* Aspect ratio: 16:9 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
.ck-content .video-container iframe,
  .ck-content .video-container object,
  .ck-content .video-container embed,
  .wysiwyg .video-container iframe,
  .wysiwyg .video-container object,
  .wysiwyg .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.ck-content video, .wysiwyg video {
    width: 100%;
    height: auto;
  }

/* fix for opening wysiwyg editor links  */
.ck-content a {
  pointer-events: none !important;
}

/* Hide the throbber */
.ajax-progress-fullscreen,
.ajax-progress-throbber {
  display: none !important;
}

.exposed-finders {
  margin-bottom: 20px;
}

.exposed-finders .bef-datepicker,
  .exposed-finders select,
  .exposed-finders .form-text {
    padding: 12px;
    border: 1px solid #192e56;
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 32px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 6px;
    background: white;
    color: #192e56;
    font-size: 16px;
    font-weight: 500;
  }

.exposed-finders .bef-datepicker {
    background-color: #f5f6f4;
  }

.exposed-finders label {
    font-style: normal;
    line-height: normal;
    padding-bottom: 10px;
    display: block;
    color: #192e56;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.25px;
  }

/* Search  */

.exposed-finders .js-form-type-textfield input {
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 1px solid #192e56;
      background: url(/themes/st_edwards/images/search-field-icon.svg) no-repeat white 97%
        center;
      border-radius: 0;
      margin-bottom: 32px;
      font-size: 16px;
      padding-right: 44px;
    }

@media (min-width: 1024px) {

.exposed-finders .js-form-type-textfield input {
        background: url(/themes/st_edwards/images/search-field-icon.svg) no-repeat #f5f6f4 95%
          center
    }
      }

.exposed-finders select {
    cursor: pointer;
    padding-right: 40px;
    border-radius: 6px;
    border: 1px solid #192e56;
    background: url(/themes/st_edwards/images/dropdown-carrot.svg) no-repeat 97% center white;
  }

@media (min-width: 1024px) {

.exposed-finders select {
      background: url(/themes/st_edwards/images/dropdown-carrot.svg) no-repeat 95% center
        #f5f6f4
  }
    }

.exposed-finders .bef-checkboxes {
    margin-bottom: 30px;
  }

.exposed-finders .bef-checkboxes ul {
      display: flex;
      flex-wrap: wrap;
    }

.exposed-finders .bef-checkboxes li {
      width: 50%;
      margin-bottom: 20px;
    }

.exposed-finders .bef-checkboxes li .form-item {
        display: flex;
        flex-direction: row;
        gap: 10px;
        align-items: center;
      }

.exposed-finders .bef-checkboxes label {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 0.25px;
      margin-bottom: 0;
      padding-bottom: 0;
      cursor: pointer;
    }

.exposed-finders .bef-checkboxes input {
      cursor: pointer;
      height: 16px;
      width: 16px;
      accent-color: #192e56;
    }

.exposed-finders .bef-checkboxes input:hover {
        accent-color: #192e56;
      }

.exposed-finders .form-actions {
    margin-top: 16px;
  }

.exposed-finders .form-submit {
    cursor: pointer;
    padding: 16px 28px;
    border-radius: 6px;
    background: #192e56;
    color: White;
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
  }

.exposed-finders .form-submit:hover {
      background: #192e56;
    }

/* hide directory type label  */

.exposed-finders [data-drupal-selector^="edit-field-directory-type-target-id-1"] legend {
    display: none;
  }

/* user login  */
.logged-out .user-pass-reset,
  .logged-out .node-form,
  .logged-out .user-pass,
  .logged-out .user-login-form {
    margin: 10rem auto;
    max-width: 600px;
    background: #e9ecf4;
    padding: 3rem;
    border-radius: 2px;
    border: 1px solid #192e56;
  }
.logged-out .user-pass-reset label, .logged-out .node-form label, .logged-out .user-pass label, .logged-out .user-login-form label {
      font-weight: 600;
      display: block;
      margin-bottom: 5px;
    }
.logged-out .user-pass-reset .form-item, .logged-out .node-form .form-item, .logged-out .user-pass .form-item, .logged-out .user-login-form .form-item {
      margin-bottom: 1rem;
      width: 100%;
    }
.logged-out .user-pass-reset textarea,
    .logged-out .user-pass-reset input,
    .logged-out .node-form textarea,
    .logged-out .node-form input,
    .logged-out .user-pass textarea,
    .logged-out .user-pass input,
    .logged-out .user-login-form textarea,
    .logged-out .user-login-form input {
      padding: 10px;
      width: 100%;
      border-radius: 2px;
      border: 1px solid #000;
    }
.logged-out .user-pass-reset .description, .logged-out .node-form .description, .logged-out .user-pass .description, .logged-out .user-login-form .description {
      font-size: 0.8rem;
      margin-top: 5px;
    }
.logged-out .user-pass-reset .form-submit, .logged-out .node-form .form-submit, .logged-out .user-pass .form-submit, .logged-out .user-login-form .form-submit {
      padding: 15px 10px;
      background: #192e56;
      transition: all;
      display: block;
      width: 100%;
      color: white;
      font-weight: 600;
      border-radius: 2px;
    }
.logged-out .user-pass-reset .form-submit:hover, .logged-out .node-form .form-submit:hover, .logged-out .user-pass .form-submit:hover, .logged-out .user-login-form .form-submit:hover {
        background: #192e56;
      }

/* event form  */
.logged-out .node-form {
  margin: 2rem auto;
}
.logged-out .node-form .ck-editor label {
    display: none;
  }
.logged-out .node-form h1 {
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
.logged-out .node-form .field-add-more-submit,
  .logged-out .node-form .counter,
  .logged-out .node-form .js-form-item-field-smart-date-0-time-wrapper-end-value-date,
  .logged-out .node-form .duration-wrapper,
  .logged-out .node-form #edit-field-event-body-0-format,
  .logged-out .node-form .field--name-field-event-registration-link,
  .logged-out .node-form .form-item-field-event-categories-4146,
  .logged-out .node-form .form-item-field-event-categories-4156,
  .logged-out .node-form .form-item-field-event-categories-4191,
  .logged-out .node-form .form-item-field-event-categories-4151 {
    display: none !important;
  }
.logged-out .node-form legend {
    font-weight: bold;
  }
.logged-out .node-form h4 {
    font-size: 16px;
    font-weight: bold;
  }
.logged-out .node-form #edit-field-smart-date-0-time-wrapper-value {
    width: 100%;
  }
.logged-out .node-form .field-multiple-drag,
  .logged-out .node-form .tabledrag-toggle-weight-wrapper {
    display: none;
  }
.logged-out .node-form table {
    width: 100%;
  }
.logged-out .node-form table .label {
      display: none;
    }
.logged-out .node-form table td:nth-child(3) {
      display: none;
    }
.logged-out .node-form .smartdate--widget .smartdate--time-inline {
      gap: 10px;
    }
.logged-out .node-form .smartdate--widget .smartdate--separator {
      margin: 0;
      padding: 0;
    }
.logged-out .node-form .smartdate--widget .allday {
      margin: 0;
      padding: 0;
    }
.logged-out .node-form .smartdate--widget .allday-label {
      float: none;
      display: flex;
      flex-direction: row;
      align-items: center;
    }
.logged-out .node-form .smartdate--widget .allday-label input {
        width: auto;
        margin-right: 5px;
      }
.logged-out .node-form .smartdate--widget .field-add-more-submit {
      display: none;
    }
.logged-out .node-form .field--name-field-event-categories .form-checkboxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
  }
.logged-out .node-form .field--name-field-event-categories .js-form-type-checkbox {
    display: flex;
    gap: 0 10px;
    align-items: center;
  }
.logged-out .node-form .field--name-field-event-categories input {
    flex: 0;
  }
.logged-out .node-form fieldset {
    background: #e9ecf4;
    padding: 1rem;
    border-radius: 2px;
    border: 1px solid #192e56;
  }
.logged-out .node-form .form-required {
    position: relative;
  }
.logged-out .node-form .form-required:after {
      content: "*";
      position: relative;
      display: inline-block;
    }
.logged-out .node-form .error {
    border: 2px dotted red;
  }

/* Responsive Tables */

.responsive-table {
  width: 100%;
}

/* slate forms */

.slate-embed label {
    font-weight: 500;
    padding-bottom: 5px;
  }

.slate-embed input,
  .slate-embed textarea,
  .slate-embed select {
    width: 100%;
    padding: 8px;
    border: 1px solid #192e56;
    color: #192e56;
  }

.slate-embed button {
    transition: all;
    padding: 15px 30px;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    background: #192e56;
    text-align: center;
  }

.slate-embed button:hover {
      background: #192e56;
    }

/* google  custom search
*/

.google-search #google-cse-results {
    margin: 40px auto;
  }

.google-search .gsc-control-cse {
    padding: 0;
  }

.google-search h2,
  .google-search .search-help-link,
  .google-search .google-cse-results-suffix,
  .google-search .gcsc-more-maybe-branding-root {
    display: none;
  }

.google-search .google-cse {
    margin: 40px auto;
  }

.google-search .google-cse .form-wrapper {
      display: flex;
      gap: 10px;
      align-items: flex-end;
    }

.google-search .google-cse label {
      font-style: normal;
      line-height: normal;
      padding-bottom: 10px;
      display: block;
      color: #192e56;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.25px;
    }

.google-search .google-cse input[type="search"] {
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 1px solid #192e56;
      background: url(/themes/st_edwards/images/search-field-icon.svg) no-repeat;
      background-position: 93% center;
      border-radius: 0;
      font-size: 16px;
      background: #f7f3ed !important;
      width: 100%;
      padding: 10px;
    }

.google-search .google-cse .form-actions {
      margin-top: 16px;
    }

.google-search .google-cse .form-submit {
      padding: 12px 28px;
      border-radius: 6px;
      background: #192e56;
      color: White;
      font-weight: 500;
      font-size: 16px;
      font-style: normal;
      margin-bottom: 0;
    }

.google-search .google-cse .form-submit:hover {
        background: #192e56;
      }

.google-search .gsc-cursor {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
  }

.google-search .gsc-cursor-page {
    padding: 0.25rem 0.5rem;
    margin: 0 !important;
  }

/* Simplebar */

/**
* Reinstate scrolling for non-JS clients
*/
.simplebar-content-wrapper {
  scrollbar-width: auto;
  -ms-overflow-style: auto;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: initial;
  width: initial;
  height: initial;
}

.simplebar-track {
  top: 0px;
  bottom: auto;
}
.simplebar-horizontal {
  height: 0.5rem !important;
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 244 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.simplebar-horizontal .simplebar-scrollbar {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(25 46 86 / var(--tw-bg-opacity));
}

.mapplic-list-category > a {
    background-color: transparent;
    color: #192e56;
    position: relative;
    padding-left: 24px;
    line-height: 1.7;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
  }

.mapplic-list-category > a::before {
      content: "";
      position: absolute;
      background: transparent url("../images/caret-right-solid-blue.svg")
        no-repeat;
      background-position: center center;
      background-size: 10px;
      width: 24px;
      height: 24px;
      top: 11px;
      left: 0px;
      transform: rotate(0deg);
      transition: transform 0.35s ease;
    }

.mapplic-list-category.mapplic-opened > a::before {
        transform: rotate(90deg);
      }

.mapplic-search-form {
  background-color: transparent;
  border-bottom: 0px;
  border-right: 0px;
  padding: 0px;
}

.mapplic-sidebar {
  width: 25%;
  margin-right: 30px;
}

.mapplic-levels {
  display: none;
}

.mapplic-zoom-buttons {
  margin: 10px;
  right: 40px;
  left: unset;
  top: 0px;
}

.mapplic-zoom-buttons > a {
    display: inline-block;
  }

.mapplic-fullscreen-button {
  right: 0px;
  left: unset;
  top: 0px;
}

.mapplic-list-location {
  padding-left: 0px !important;
}

.mapplic-list-location::before {
    content: "";
    display: none;
  }

.mapplic-list-location h4 {
  font-weight: normal;
  margin-top: 0px !important;
  clear: none;
}

.mapplic-list-thumbnail {
  width: 50px !important;
}

.mapplic-list-location > a:hover {
  background-color: transparent;
  border-left: 1px solid transparent;
  border-color: transparent;
}

.mapplic-list-location > a:hover h4 {
  font-weight: 600;
}

.mapplic-tooltip-thumbnail {
  border-radius: 0% !important;
  width: 125px;
  height: 94px !important;
}

.mapplic-tooltip {
  background-color: #f5f6f4;
  box-shadow: 0 0 6px rgba(0, 0, 0, 1);
  max-width: 460px;
  min-width: 100px;
  padding: 0;
}

.mapplic-tooltip-title {
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 12px 0 0 !important;
  color: #192e56 !important;
  font-family: "Noe Display";
  padding-bottom: 5px;
}

.mapplic-tooltip-content {
  padding: 8px 16px 0 0;
}

.mapplic-tooltip-close {
  background-image: url(/themes/st_edwards/images/icons/times-circle-solid-tundora.svg);
  background-size: 12px 14px;
  width: 24px;
  height: 24px;
  right: 0px;
  top: 0px;
  padding: 4px;
  opacity: 1;
}

.mapplic-tooltip p {
  color: #494949;
  margin-top: 0px;
}

.mapplic-hovertip .mapplic-tooltip-title {
  margin: 0 !important;
  line-height: 24px;
  line-height: 1.5;
  text-align: center;
  padding: 5px 10px;
}

.mapplic-pin.medallion-yellow {
  background-image: url(/themes/st_edwards/images/pin-medallion-yellow@2x.png);
}

.mapplic-popup-link {
  background-color: transparent !important;
  color: #192e56 !important;
  float: none !important;
  padding: 0px !important;
}

.mapplic-popup-link:hover {
    background-color: transparent !important;
  }

.mapplic-search-clear {
  min-width: auto !important;
  top: 3px !important;
  right: 0px !important;
  margin: 0 !important;
}

.mapplic-tooltip-description {
  color: black;
}

.messages__wrapper {
  max-width: 1536px;
  margin: 1rem auto;
}

.messages__wrapper .messages {
    font-size: 16px;
    padding: 1rem;
    background: #192e56;
    color: white;
    border: 1px dotted #f7f3ed;
  }

.messages__wrapper .messages.messages--error {
      background: rgb(164, 80, 80);
    }

.path-academics .form-item-field-program-interest-target-id {
  display: none;
}

/*
Submit button Styles for EAB-Mautic grad leadgen forms
*/

.mauticform-button.btn {
  background: #192e56;
  color: #fff;
  padding: 16px 24px 14px 24px;
  border-radius: 6px;
  border: none;
  font-family: "Marr Sans Web", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}

.mauticform-button.btn:hover {
  background: #192e56;
  color: #fff;
  text-decoration: underline;
}

/* Padding for the Mautic form container */
.mauticform-innerform,
.mauticform-wrapper {
  padding: 4px;
}

/* Shared base styles for all Mautic form inputs */
.mauticform-input,
.mauticform-selectbox,
.mauticform-textarea {
  /* Typography */
  font-family: "Marr Sans Web", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #192e56;
  
  /* Sizing & spacing */
  width: 100%;
  padding: 12px;
  
  /* Border & background */
  border: 1px solid #192e56;
  border-radius: 6px;
  background-color: white;
  
  /* Interactions */
  transition: all 300ms ease-in-out;
}

/* Focus state for all inputs */
.mauticform-input:focus,
.mauticform-selectbox:focus,
.mauticform-textarea:focus {
  outline: none;
  border-color: #edb920;
  box-shadow: 0 0 0 2px #edb920;
}

/* Hover state for all inputs */
.mauticform-input:hover,
.mauticform-selectbox:hover,
.mauticform-textarea:hover {
  border-color: #192e56;
}

/* Disabled state for all inputs */
.mauticform-input:disabled,
.mauticform-selectbox:disabled,
.mauticform-textarea:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #f5f6f4;
}

/* Specific select box styling */
.mauticform-selectbox {
  /* Reset default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  /* Extra padding for custom arrow */
  padding-right: 40px;
  cursor: pointer;
  
  /* Custom dropdown arrow */
  background-image: url(/themes/st_edwards/images/dropdown-carrot.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 16px;
}

/* Remove default arrow in IE */
.mauticform-selectbox::-ms-expand {
  display: none;
}

/* Textarea specific - allow vertical resize */
.mauticform-textarea {
  min-height: 100px;
  resize: vertical;
}

/* Option styling for select boxes */
.mauticform-selectbox option {
  padding: 8px;
  background-color: white;
  color: #192e56;
}

/* Light background variant (optional) */
.mauticform-input.light-bg,
.mauticform-selectbox.light-bg,
.mauticform-textarea.light-bg {
  background-color: #f5f6f4;
}

/* Placeholder styling */
.mauticform-input::-moz-placeholder, .mauticform-textarea::-moz-placeholder {
  color: #64748b;
  opacity: 1;
}
.mauticform-input::placeholder,
.mauticform-textarea::placeholder {
  color: #64748b;
  opacity: 1;
}

/* Hero title drop shadow */
.hero-title-shadow {
  filter: drop-shadow(0 0 1px rgb(0 0 0 / 0.4));
}

/* Hero title Font Size */
.text-\[75px\] {
  font-size: 75px;
}
.text-\[100px\] {
  font-size: 100px;
}
@media not all and (min-width: 1024px) {

  .max-lg\:container {
    width: 100%;
  }

  @media (min-width: 640px) {

    .max-lg\:container {
      max-width: 640px;
    }
  }

  .max-lg\:container {
    width: 100%;
  }

  @media (min-width: 640px) {

    .max-lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .max-lg\:container {
      max-width: 768px;
    }
  }

  .max-lg\:container {
    width: 100%;
  }

  @media (min-width: 640px) {

    .max-lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .max-lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .max-lg\:container {
      max-width: 1024px;
    }
  }

  .max-lg\:container {
    width: 100%;
  }

  @media (min-width: 640px) {

    .max-lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .max-lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .max-lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .max-lg\:container {
      max-width: 1280px;
    }
  }

  .max-lg\:container {
    width: 100%;
  }

  @media (min-width: 640px) {

    .max-lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .max-lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .max-lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .max-lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    .max-lg\:container {
      max-width: 1536px;
    }
  }
}
.before\:pointer-events-none::before {
  content: var(--tw-content);
  pointer-events: none;
}
.before\:-z-10::before {
  content: var(--tw-content);
  z-index: -10;
}
.before\:-mt-\[--steds-header-height\]::before {
  content: var(--tw-content);
  margin-top: calc(var(--steds-header-height) * -1);
}
.before\:block::before {
  content: var(--tw-content);
  display: block;
}
.before\:inline-block::before {
  content: var(--tw-content);
  display: inline-block;
}
.before\:h-14::before {
  content: var(--tw-content);
  height: 3.5rem;
}
.before\:h-\[--steds-header-height\]::before {
  content: var(--tw-content);
  height: var(--steds-header-height);
}
.before\:w-0::before {
  content: var(--tw-content);
  width: 0px;
}
.before\:w-0\.5::before {
  content: var(--tw-content);
  width: 0.125rem;
}
@keyframes waterfall {

  0% {
    content: var(--tw-content);
    transform: translateY(-100%);
  }

  100% {
    content: var(--tw-content);
    transform: translateY(110%);
  }
}
.before\:animate-waterfall::before {
  content: var(--tw-content);
  animation: waterfall 3000ms infinite;
}
.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:-bottom-\[1px\]::after {
  content: var(--tw-content);
  bottom: -1px;
}
.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}
.after\:h-\[1px\]::after {
  content: var(--tw-content);
  height: 1px;
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:bg-blue-950::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(25 46 86 / var(--tw-bg-opacity));
}
.focus-within\:not-sr-only:focus-within {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.focus-within\:absolute:focus-within {
  position: absolute;
}
.hover\:mb-0:hover {
  margin-bottom: 0px;
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:border-b-2:hover {
  border-bottom-width: 2px;
}
.hover\:border-b-\[2px\]:hover {
  border-bottom-width: 2px;
}
.hover\:border-b-\[3px\]:hover {
  border-bottom-width: 3px;
}
.hover\:border-blue-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(25 46 86 / var(--tw-border-opacity));
}
.hover\:bg-blue-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 46 86 / var(--tw-bg-opacity));
}
.hover\:bg-sky-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 46 86 / var(--tw-bg-opacity));
}
.hover\:fill-blue-950:hover {
  fill: #192e56;
}
.hover\:fill-yellow-300:hover {
  fill: #edb920;
}
.hover\:stroke-slate-300:hover {
  stroke: #cbd5e1;
}
.hover\:stroke-yellow-300:hover {
  stroke: #edb920;
}
.hover\:text-blue-950:hover {
  --tw-text-opacity: 1;
  color: rgb(25 46 86 / var(--tw-text-opacity));
}
.hover\:text-sky-800:hover {
  --tw-text-opacity: 1;
  color: rgb(25 46 86 / var(--tw-text-opacity));
}
.hover\:text-stone-100:hover {
  --tw-text-opacity: 1;
  color: rgb(245 246 244 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:decoration-blue-950:hover {
  text-decoration-color: #192e56;
}
.hover\:decoration-current:hover {
  text-decoration-color: currentColor;
}
.hover\:decoration-stone-100:hover {
  text-decoration-color: #f5f6f4;
}
.hover\:decoration-white:hover {
  text-decoration-color: #fff;
}
.hover\:decoration-2:hover {
  text-decoration-thickness: 2px;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:text-blue-950:focus {
  --tw-text-opacity: 1;
  color: rgb(25 46 86 / var(--tw-text-opacity));
}
.focus\:underline:focus {
  text-decoration-line: underline;
}
.focus\:decoration-white:focus {
  text-decoration-color: #fff;
}
.focus\:outline:focus {
  outline-style: solid;
}
.focus\:outline-yellow-300:focus {
  outline-color: #edb920;
}
.group:hover .group-hover\:left-1 {
  left: 0.25rem;
}
.group:hover .group-hover\:left-2 {
  left: 0.5rem;
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  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));
}
.group:hover .group-hover\:translate-x-2 {
  --tw-translate-x: 0.5rem;
  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));
}
.group:hover .group-hover\:bg-sky-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(25 46 86 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:fill-transparent {
  fill: transparent;
}
.group:hover .group-hover\:stroke-blue-950 {
  stroke: #192e56;
}
.group:hover .group-hover\:stroke-slate-100 {
  stroke: #f5f6f4;
}
.group:hover .group-hover\:stroke-white {
  stroke: #fff;
}
.group:hover .group-hover\:text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(237 185 32 / var(--tw-text-opacity));
}
.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}
.group:hover .group-hover\:decoration-blue-950 {
  text-decoration-color: #192e56;
}
.group:hover .group-hover\:decoration-current {
  text-decoration-color: currentColor;
}
.group:hover .group-hover\:decoration-sky-950 {
  text-decoration-color: #082f49;
}
.group:hover .group-hover\:opacity-40 {
  opacity: 0.4;
}
.group\/body.toolbar-fixed .group-\[\.toolbar-fixed\]\/body\:top-\[calc\(var\(--steds-header-height\2c 0px\)\+var\(--drupal-displace-offset-top\2c 0px\)\)\] {
  top: calc(var(--steds-header-height,0px) + var(--drupal-displace-offset-top,0px));
}
.group\/body.toolbar-fixed .group-\[\.toolbar-fixed\]\/body\:top-\[var\(--drupal-displace-offset-top\2c 0px\)\] {
  top: var(--drupal-displace-offset-top,0px);
}
.group\/body.toolbar-fixed .group-\[\.toolbar-fixed\]\/body\:h-\[calc\(100vh-var\(--steds-header-height\2c 0px\)-var\(--drupal-displace-offset-top\2c 0px\)\)\] {
  height: calc(100vh - var(--steds-header-height,0px) - var(--drupal-displace-offset-top,0px));
}
.child\:mr-\[1px\] > * {
  margin-right: 1px;
}
.child\:rounded-t-\[3px\] > * {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.child\:border > * {
  border-width: 1px;
}
.child\:border-solid > * {
  border-style: solid;
}
.child\:border-blue-950 > * {
  --tw-border-opacity: 1;
  border-color: rgb(25 46 86 / var(--tw-border-opacity));
}
.child\:bg-blue-950 > * {
  --tw-bg-opacity: 1;
  background-color: rgb(25 46 86 / var(--tw-bg-opacity));
}
.child\:px-4 > * {
  padding-left: 1rem;
  padding-right: 1rem;
}
.child\:py-2 > * {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.child\:text-xs > * {
  font-size: 0.75rem;
  line-height: 1rem;
}
.child\:font-bold > * {
  font-weight: 700;
}
.child\:uppercase > * {
  text-transform: uppercase;
}
.child\:text-white > * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.child\:transition-all > * {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.child-hover\:bg-slate-300 > *:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
@media not all and (min-width: 1024px) {

  .max-lg\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media not all and (min-width: 768px) {

  .max-md\:\!block {
    display: block !important;
  }
}
@media (min-width: 640px) {

  .sm\:left-0 {
    left: 0px;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:\!grid {
    display: grid !important;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:w-\[175px\] {
    width: 175px;
  }

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

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:-right-\[60px\] {
    right: -60px;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:top-\[calc\(var\(--steds-header-height\2c 0px\)\)\] {
    top: calc(var(--steds-header-height,0px));
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:\!order-first {
    order: -9999 !important;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:order-none {
    order: 0;
  }

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

  .md\:m-0 {
    margin: 0px;
  }

  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-mx-\[15px\] {
    margin-left: -15px;
    margin-right: -15px;
  }

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

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mr-\[280px\] {
    margin-right: 280px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[250vh\] {
    height: 250vh;
  }

  .md\:h-\[310px\] {
    height: 310px;
  }

  .md\:h-\[350px\] {
    height: 350px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-\[140px\] {
    width: 140px;
  }

  .md\:w-\[218px\] {
    width: 218px;
  }

  .md\:w-\[292px\] {
    width: 292px;
  }

  .md\:w-\[400px\] {
    width: 400px;
  }

  .md\:w-\[500px\] {
    width: 500px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:min-w-\[400px\] {
    min-width: 400px;
  }

  .md\:min-w-\[500px\] {
    min-width: 500px;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

  .md\:max-w-\[100vh\] {
    max-width: 100vh;
  }

  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .md\:max-w-\[600px\] {
    max-width: 600px;
  }

  .md\:max-w-\[624px\] {
    max-width: 624px;
  }

  .md\:max-w-\[650px\] {
    max-width: 650px;
  }

  .md\:max-w-\[70\%\] {
    max-width: 70%;
  }

  .md\:max-w-\[75\%\] {
    max-width: 75%;
  }

  .md\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .md\:shrink-0 {
    flex-shrink: 0;
  }

  .md\:translate-x-0 {
    --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));
  }

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

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

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:border-x {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .md\:border-transparent {
    border-color: transparent;
  }

  .md\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

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

  .md\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

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

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 46px;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-\[21px\] {
    font-size: 21px;
  }

  .md\:text-\[35px\] {
    font-size: 35px;
  }

  .md\:text-\[44px\] {
    font-size: 44px;
  }

  .md\:text-\[55px\] {
    font-size: 55px;
  }

  .md\:text-sm {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:leading-7 {
    line-height: 1.75rem;
  }

  .md\:leading-\[52px\] {
    line-height: 52px;
  }

  .md\:leading-\[55\.93px\] {
    line-height: 55.93px;
  }

  .md\:leading-\[64px\] {
    line-height: 64px;
  }

  .md\:tracking-normal {
    letter-spacing: 0em;
  }

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

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:duration-\[\.6s\] {
    transition-duration: .6s;
  }

  .md\:before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
  }

  .md\:before\:left-0::before {
    content: var(--tw-content);
    left: 0px;
  }

  .md\:before\:top-1\/2::before {
    content: var(--tw-content);
    top: 50%;
  }

  .before\:md\:h-14::before {
    content: var(--tw-content);
    height: 3.5rem;
  }

  .md\:before\:h-\[1px\]::before {
    content: var(--tw-content);
    height: 1px;
  }

  .md\:before\:w-full::before {
    content: var(--tw-content);
    width: 100%;
  }

  .md\:before\:bg-blue-300::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(178 189 209 / var(--tw-bg-opacity));
  }

  .md\:before\:opacity-70::before {
    content: var(--tw-content);
    opacity: 0.7;
  }
}
@media (min-width: 1024px) {

  .lg\:visible {
    visibility: visible;
  }

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:inset-0 {
    inset: 0px;
  }

  .lg\:-right-\[30px\] {
    right: -30px;
  }

  .lg\:-top-\[130px\] {
    top: -130px;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:top-1\/2 {
    top: 50%;
  }

  .lg\:top-\[64px\] {
    top: 64px;
  }

  .lg\:top-\[calc\(var\(--drupal-displace-offset-top\2c 0\)\+5px\)\] {
    top: calc(var(--drupal-displace-offset-top,0) + 5px);
  }

  .lg\:top-\[calc\(var\(--steds-header-height\2c 0px\)\+var\(--drupal-displace-offset-top\2c 0px\)\)\] {
    top: calc(var(--steds-header-height,0px) + var(--drupal-displace-offset-top,0px));
  }

  .lg\:top-full {
    top: 100%;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-\[110\] {
    z-index: 110;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-none {
    order: 0;
  }

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

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

  .lg\:-mt-\[8\%\] {
    margin-top: -8%;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:mr-\[342px\] {
    margin-right: 342px;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:\!block {
    display: block !important;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:\!grid {
    display: grid !important;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[100vh\] {
    height: 100vh;
  }

  .lg\:h-\[310px\] {
    height: 310px;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:min-h-\[500px\] {
    min-height: 500px;
  }

  .lg\:min-h-\[630px\] {
    min-height: 630px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-\[134px\] {
    width: 134px;
  }

  .lg\:w-\[342px\] {
    width: 342px;
  }

  .lg\:w-\[349px\] {
    width: 349px;
  }

  .lg\:w-\[384px\] {
    width: 384px;
  }

  .lg\:w-\[400px\] {
    width: 400px;
  }

  .lg\:w-\[416px\] {
    width: 416px;
  }

  .lg\:w-\[950px\] {
    width: 950px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:min-w-\[400px\] {
    min-width: 400px;
  }

  .lg\:min-w-\[450px\] {
    min-width: 450px;
  }

  .lg\:\!max-w-\[850px\] {
    max-width: 850px !important;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-\[520px\] {
    max-width: 520px;
  }

  .lg\:max-w-\[553px\] {
    max-width: 553px;
  }

  .lg\:max-w-\[750px\] {
    max-width: 750px;
  }

  .lg\:max-w-\[793px\] {
    max-width: 793px;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:shrink-0 {
    flex-shrink: 0;
  }

  .lg\:grow-0 {
    flex-grow: 0;
  }

  .lg\:basis-1\/4 {
    flex-basis: 25%;
  }

  .lg\:basis-3\/4 {
    flex-basis: 75%;
  }

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

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

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .lg\:justify-normal {
    justify-content: normal;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

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

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-11 {
    gap: 2.75rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-\[135px\] {
    gap: 135px;
  }

  .lg\:gap-\[42px\] {
    gap: 42px;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .lg\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .lg\:\!overflow-auto {
    overflow: auto !important;
  }

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

  .lg\:\!overflow-y-visible {
    overflow-y: visible !important;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-t-0 {
    border-top-width: 0px;
  }

  .lg\:border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgb(100 116 139 / var(--tw-border-opacity));
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

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

  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:from-\[650px\] {
    --tw-gradient-from-position: 650px;
  }

  .lg\:to-90\% {
    --tw-gradient-to-position: 90%;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:px-\[55px\] {
    padding-left: 55px;
    padding-right: 55px;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-\[106px\] {
    padding-top: 106px;
    padding-bottom: 106px;
  }

  .lg\:py-\[55px\] {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .lg\:py-\[72px\] {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-\[76px\] {
    padding-top: 76px;
  }

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

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

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 46px;
  }

  .lg\:text-\[35px\] {
    font-size: 35px;
  }

  .lg\:text-\[75px\] {
    font-size: 75px;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    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);
  }

  .lg\:backdrop\:mb-8::backdrop {
    margin-bottom: 2rem;
  }

  .before\:lg\:h-24::before {
    content: var(--tw-content);
    height: 6rem;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration-line: none;
  }
}
@media (min-width: 1280px) {

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

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

  .xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-\[1100px\] {
    width: 1100px;
  }

  .xl\:max-w-\[80\%\] {
    max-width: 80%;
  }

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

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-28 {
    gap: 7rem;
  }

  .xl\:gap-36 {
    gap: 9rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:gap-y-12 {
    row-gap: 3rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:px-\[4\.5rem\] {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
.\[\&\>\.is-active\]\:border-b-0>.is-active {
  border-bottom-width: 0px;
}
.\[\&\>\.is-active\]\:bg-white>.is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\[\&\>\.is-active\]\:text-blue-950>.is-active {
  --tw-text-opacity: 1;
  color: rgb(25 46 86 / var(--tw-text-opacity));
}
.\[\&\>nav\:first-child\]\:order-2>nav:first-child {
  order: 2;
}
.\[\&\>nav\:first-child\]\:mr-auto>nav:first-child {
  margin-right: auto;
}
@media (min-width: 1024px) {

  .lg\:\[\&\>nav\:first-child\]\:order-first>nav:first-child {
    order: -9999;
  }
}
@media not all and (min-width: 1024px) {

  .max-lg\:\[\&\>nav\]\:\!static>nav {
    position: static !important;
  }
}
.\[\&\>p\:last-child\]\:mb-0>p:last-child {
  margin-bottom: 0px;
}
.\[\&_\*\]\:\!text-white * {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.\[\&_a\:hover\]\:fill-yellow-300 a:hover {
  fill: #edb920;
}
.\[\&_a\:hover\]\:stroke-yellow-300 a:hover {
  stroke: #edb920;
}
.\[\&_a\:hover\]\:stroke-yellow-500 a:hover {
  stroke: #edb920;
}
.\[\&_a\:hover\]\:transition-all a:hover {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.hover\:\[\&_a\]\:text-blue-300 a:hover {
  --tw-text-opacity: 1;
  color: rgb(178 189 209 / var(--tw-text-opacity));
}
.\[\&_a\]\:hover\:no-underline:hover a {
  text-decoration-line: none;
}
.\[\&_h2\]\:text-blue-950 h2 {
  --tw-text-opacity: 1;
  color: rgb(25 46 86 / var(--tw-text-opacity));
}
.\[\&_p\]\:m-0 p {
  margin: 0px;
}
.\[\&_p\]\:text-\[19px\] p {
  font-size: 19px;
}
.\[\&_strong\]\:font-medium strong {
  font-weight: 500;
}
.\[\&_svg\]\:transition-all svg {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_svg\]\:transition-colors svg {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_svg\]\:duration-300 svg {
  transition-duration: 300ms;
}
