*, ::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(53 128 222 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(53 128 222 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: "proxima-nova", sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.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;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.-right-1 {
  right: -0.25rem;
}

.-right-10 {
  right: -2.5rem;
}

.-right-2 {
  right: -0.5rem;
}

.-top-5 {
  top: -1.25rem;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-8 {
  right: 2rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

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

.top-4 {
  top: 1rem;
}

.top-8 {
  top: 2rem;
}

.top-full {
  top: 100%;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.right-10 {
  right: 2.5rem;
}

.right-auto {
  right: auto;
}

.top-auto {
  top: auto;
}

.-z-\[9999\] {
  z-index: -9999;
}

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

.z-10 {
  z-index: 10;
}

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

.z-50 {
  z-index: 50;
}

.z-\[9999\] {
  z-index: 9999;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

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

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

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

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

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

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

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

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

.col-start-10 {
  grid-column-start: 10;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.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-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

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

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

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

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

.mr-8 {
  margin-right: 2rem;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

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

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

.mt-6 {
  margin-top: 1.5rem;
}

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

.mt-\[70px\] {
  margin-top: 70px;
}

.mt-\[var\(--header-height\)\] {
  margin-top: var(--header-height);
}

.mt-auto {
  margin-top: auto;
}

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

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

.ml-5 {
  margin-left: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.block {
  display: block;
}

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

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.\!flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-11 {
  height: 2.75rem;
}

.h-2 {
  height: 0.5rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

.min-h-full {
  min-height: 100%;
}

.min-h-0 {
  min-height: 0px;
}

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

.w-11 {
  width: 2.75rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

.w-\[36\.8px\] {
  width: 36.8px;
}

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

.flex-none {
  flex: none;
}

.flex-shrink {
  flex-shrink: 1;
}

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

.flex-grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.origin-top-right {
  transform-origin: top right;
}

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

.-translate-y-1 {
  --tw-translate-y: -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));
}

.-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));
}

.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));
}

.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));
}

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

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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 {
  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));
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, 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));
}

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

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

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

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

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

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

.justify-around {
  justify-content: space-around;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-7\.5 {
  gap: 1.875rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[9px\] {
  gap: 9px;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-20 {
  gap: 5rem;
}

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

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-\[18px\] {
  -moz-column-gap: 18px;
       column-gap: 18px;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

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

.gap-y-8 {
  row-gap: 2rem;
}

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

.self-stretch {
  align-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.hyphens-none {
  -webkit-hyphens: none;
          hyphens: none;
}

.text-wrap {
  text-wrap: wrap;
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[50px\] {
  border-radius: 50px;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

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

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-bl-\[20px\] {
  border-bottom-left-radius: 20px;
}

.rounded-br-\[60px\] {
  border-bottom-right-radius: 60px;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

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

.border-solid {
  border-style: solid;
}

.border-dotted {
  border-style: dotted;
}

.border-none {
  border-style: none;
}

.border-blue-500 {
  border-color: #3580de;
}

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

.border-blue-950 {
  border-color: #13294b;
}

.border-gray-200 {
  border-color: #e5e7eb;
}

.border-sky-900 {
  border-color: #04306b;
}

.border-sky-950 {
  border-color: #13294b;
}

.border-white {
  border-color: #fff;
}

.bg-\[\#2272D3\] {
  background-color: #2272D3;
}

.bg-blue-950 {
  background-color: #13294b;
}

.bg-gray-200 {
  background-color: #e5e7eb;
}

.bg-red-300 {
  background-color: #fca5a5;
}

.bg-sky-200 {
  background-color: #acdcf4;
}

.bg-sky-50 {
  background-color: #f0f9ff;
}

.bg-sky-700 {
  background-color: #0b56a4;
}

.bg-sky-900 {
  background-color: #04306b;
}

.bg-slate-50 {
  background-color: #f8fafc;
}

.bg-stone-50 {
  background-color: #f9faf8;
}

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

.bg-white {
  background-color: #fff;
}

.bg-zinc-100 {
  background-color: #f1f1f1;
}

.bg-\[url\(\.\.\/images\/header-bg\.png\)\] {
  background-image: url(../images/header-bg.png);
}

.bg-\[url\(\.\.\/images\/page-bg\.svg\)\] {
  background-image: url(../images/page-bg.svg);
}

.bg-\[150\%_auto\] {
  background-size: 150% auto;
}

.bg-\[-200px_top\] {
  background-position: -200px top;
}

.bg-\[right_center\] {
  background-position: right center;
}

.bg-bottom {
  background-position: bottom;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.stroke-blue-950 {
  stroke: #13294b;
}

.stroke-sky-900 {
  stroke: #04306b;
}

.stroke-white {
  stroke: #fff;
}

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

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-0 {
  padding: 0px;
}

.p-11 {
  padding: 2.75rem;
}

.p-8 {
  padding: 2rem;
}

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

.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-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}

.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-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

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

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

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

.pb-\[17px\] {
  padding-bottom: 17px;
}

.pb-\[90px\] {
  padding-bottom: 90px;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-\[24px\] {
  padding-left: 24px;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-\[36px\] {
  padding-right: 36px;
}

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

.pt-11 {
  padding-top: 2.75rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

.pb-0 {
  padding-bottom: 0px;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-32 {
  padding-top: 8rem;
}

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

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

.align-baseline {
  vertical-align: baseline;
}

.font-sans {
  font-family: "proxima-nova", sans-serif;
}

.font-serif {
  font-family: "nocturne-serif", serif;
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

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

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

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

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

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

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

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

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

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

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-lg-strong {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: normal;
  font-weight: 700;
}

.text-p1 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 400;
}

.font-\[600\] {
  font-weight: 600;
}

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

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

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

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

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

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

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

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

.leading-normal {
  line-height: 1.5;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[-1px\] {
  letter-spacing: -1px;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-blue-900 {
  color: #1e3a8a;
}

.text-blue-950 {
  color: #13294b;
}

.text-gray-500 {
  color: #6b7280;
}

.text-gray-900 {
  color: #111827;
}

.text-red-500 {
  color: #ef4444;
}

.text-sky-200 {
  color: #acdcf4;
}

.text-sky-900 {
  color: #04306b;
}

.text-slate-800 {
  color: #1e293b;
}

.text-stone-50 {
  color: #f9faf8;
}

.text-white {
  color: #fff;
}

.text-zinc-500 {
  color: #71717a;
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

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

.outline {
  outline-style: solid;
}

.ring-offset-0 {
  --tw-ring-offset-width: 0px;
}

.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 {
  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-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-opacity {
  transition-property: opacity;
  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-75 {
  transition-duration: 75ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding, 24px);
  padding-right: var(--container-padding, 24px);
}

@media (min-width: 1024px) {
  .container {
    max-width: 1120px;
  }
}

:root {
  --container-padding: 24px;
  --container-margin: auto;
  --container-max-width: 1120px;
  --header-height: 70px;
  --color-blue-950: #13294b;
  --color-sky-900: #04306b;
  --color-sky-700: #0b56a4;
  --color-sky-200: #acdcf4;
  --color-blue-500: #3580de;
  --color-slate-800: #1e293b;
  --color-stone-50: #f9faf8;
  --color-slate-500: #64748b;
  --color-zinc-100: #f1f1f1;
  --font-sans: "proxima-nova", sans-serif;
  --font-serif: "nocturne-serif", serif;
  --text-xl: 48px;
  --text-xl--font-weight: 400;
  --text-xl--line-height: 56px;
  --text-xl--letter-spacing: -1px;
  --text-lg-strong: 36px;
  --text-lg-strong--font-weight: 700;
  --text-lg-strong--line-height: 44px;
  --text-lg-strong--letter-spacing: -1px;
  --text-p1: 18px;
  --text-p1--font-weight: 400;
  --text-p1--line-height: 1.5;
  --text-p1--letter-spacing: -1px;
  --text-sm: 14px;
  --text-base--line-height: 1.5;
}

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

/* Base styles and custom properties */

:root {
  /* Custom colors */
  --color-blue-950: #13294b;
  --color-sky-900: #04306b;
  --color-sky-700: #0b56a4;
  --color-sky-200: #acdcf4;
  --color-blue-500: #3580de;
  --color-slate-800: #1e293b;
  --color-stone-50: #f9faf8;
  --color-slate-500: #64748b;
  --color-zinc-100: #f1f1f1;
  /* Custom fonts */
  --font-sans: "proxima-nova", sans-serif;
  --font-serif: "nocturne-serif", serif;
  /* Custom text sizes and properties */
  --text-xl: 48px;
  --text-xl--font-weight: 400;
  --text-xl--line-height: 56px;
  --text-xl--letter-spacing: -1px;
  --text-lg-strong: 36px;
  --text-lg-strong--font-weight: 700;
  --text-lg-strong--line-height: 44px;
  --text-p1: 18px;
  --text-p1--font-weight: 400;
  --text-p1--line-height: 1.5;
  --text-sm: 14px;
  --text-base--line-height: 1.5;
  /* Container settings */
  --container-padding: 24px;
  --container-margin: auto;
  --container-max-width: 1120px;
  --header-height: 70px;
}

/* Container utility */

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}

@media (min-width: 1024px) {
  .container {
    max-width: 1120px;
  }
}

/* Cloak utility */

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

/* Custom text size */

.text-lg {
  font-size: 18px;
  line-height: 1.875rem;
}

/* User login styles */

.user-pass,
.user-login-form {
  margin: 10rem auto;
  max-width: 600px;
  background: #f9faf8;
  padding: 3rem;
  border-radius: 2px;
  border: 1px solid #17532a;
}

.user-pass label,
.user-login-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.user-pass .form-item,
.user-login-form .form-item {
  margin-bottom: 1rem;
  width: 100%;
}

.user-pass input,
.user-login-form input {
  padding: 10px;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #17532a;
  background: white;
}

.user-pass .description,
.user-login-form .description {
  font-size: 0.8rem;
  margin-top: 5px;
}

.user-pass .form-submit,
.user-login-form .form-submit {
  padding: 15px 10px;
  background: #13294b;
  display: block;
  width: 100%;
  color: white;
  font-weight: 600;
  border-radius: 2px;
  transition: all 300ms ease-in-out;
}

.user-pass .form-submit:hover,
.user-login-form .form-submit:hover {
  background: #0b56a4;
}

/* Site search styles */

.site-search h2 {
  color: #1e293b;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: var(--font-serif);
}

@media (min-width: 768px) {
  .site-search h2 {
    font-size: 2.25rem;
  }
}

.site-search .search-form .search-help-link {
  display: none;
}

.site-search .search-form .container-inline {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .site-search .search-form .container-inline {
    flex-direction: row;
  }
}

.site-search .search-form .form-item {
  width: 100%;
}

.site-search .search-form label {
  color: #1e293b;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block;
}

.site-search .search-form input {
  padding: 0.75rem;
  width: 100%;
  border-radius: 0.125rem;
  border: 1px solid var(--color-blue-950);
  background: white;
}

.site-search .search-form .description {
  font-size: 0.8rem;
  margin-top: 5px;
}

.site-search .search-form .form-submit {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
  background-color: var(--color-sky-900);
  color: white;
  border-radius: 0.375rem;
  border: 1px solid #1e293b;
  transition: colors 150ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

@media (min-width: 768px) {
  .site-search .search-form .form-submit {
    width: 10rem;
  }
}

.site-search .search-form .form-submit:hover {
  color: var(--color-blue-500);
  background-color: #fafafa;
}

/* WYSIWYG styles */

.wysiwyg {
  color: var(--color-blue-950);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-sans);
  line-height: 1.5;
  letter-spacing: normal;
}

@media (min-width: 768px) {
  .wysiwyg {
    font-size: 18px;
  }
}

.wysiwyg a {
  color: var(--color-sky-900);
  text-decoration: underline;
}

.wysiwyg a:hover {
  color: var(--color-blue-950);
}

.wysiwyg ol,
.wysiwyg ul {
  margin: 1.5rem 1.6rem;
}

.wysiwyg ul {
  list-style-type: disc;
}

.wysiwyg ol {
  list-style-type: decimal;
}

.wysiwyg hr {
  margin: 1.25rem 0;
}

.wysiwyg h2 {
  color: var(--color-blue-950);
  font-size: 1.875rem;
  font-weight: 700;
  font-family: var(--font-serif);
  margin-bottom: 1.75rem;
}

@media (min-width: 768px) {
  .wysiwyg h2 {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .wysiwyg h2 {
    line-height: 56px;
  }
}

.wysiwyg h3 {
  font-size: 1.875rem;
  font-weight: 700;
  font-family: var(--font-serif);
  margin-bottom: 1.75rem;
}

@media (min-width: 768px) {
  .wysiwyg h3 {
    font-size: 2.25rem;
    line-height: 44px;
    margin-bottom: 2rem;
  }
}

.wysiwyg h4 {
  font-weight: 700;
  font-family: var(--font-serif);
  font-size: 1.5rem;
  margin-bottom: 1.75rem;
}

@media (min-width: 768px) {
  .wysiwyg h4 {
    font-size: 2rem;
    line-height: 38px;
    margin-bottom: 2rem;
  }
}

.wysiwyg h5 {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: var(--font-serif);
  margin-bottom: 1.75rem;
}

@media (min-width: 768px) {
  .wysiwyg h5 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

.wysiwyg h6 {
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--font-serif);
  margin-bottom: 1.75rem;
}

@media (min-width: 768px) {
  .wysiwyg h6 {
    font-size: 1.125rem;
    margin-bottom: 2rem;
  }
}

.wysiwyg p {
  margin-bottom: 1rem;
}

/* .wysiwyg p:last-of-type {
  margin-bottom: 0;
} */

.wysiwyg strong {
  font-weight: 700;
}

.wysiwyg table {
  width: 100%;
  font-size: 1rem;
  margin: 2rem 0;
}

.wysiwyg table tr:nth-child(odd) td {
  background-color: #cbd5e1;
}

.wysiwyg table td {
  background-color: #f1f5f9;
  padding: 1.25rem;
}

.wysiwyg blockquote {
  padding-left: 1.875rem;
  border-left: 4px solid var(--color-slate-500);
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 700;
  margin: 2rem auto;
}

@media (min-width: 768px) {
  .wysiwyg blockquote {
    font-size: 24px;
  }
}

.wysiwyg.dark h2,
.wysiwyg.dark h3,
.wysiwyg.dark h4,
.wysiwyg.dark h5,
.wysiwyg.dark h6,
.wysiwyg.dark a,
.wysiwyg.dark blockquote,
.wysiwyg.dark ol,
.wysiwyg.dark ul,
.wysiwyg.dark li,
.wysiwyg.dark p {
  color: white;
}

@media print {
  .wysiwyg.dark h2,
  .wysiwyg.dark h3,
  .wysiwyg.dark h4,
  .wysiwyg.dark h5,
  .wysiwyg.dark h6,
  .wysiwyg.dark a,
  .wysiwyg.dark blockquote,
  .wysiwyg.dark ol,
  .wysiwyg.dark ul,
  .wysiwyg.dark li,
  .wysiwyg.dark p {
    color: var(--color-blue-950);
  }
}

.wysiwyg.dark h5 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 1.5rem;
}

.wysiwyg img {
  margin: 1rem 0;
}

.wysiwyg figure,
.wysiwyg img {
  margin: 1rem 0;
}

@media (min-width: 1024px) {
  .wysiwyg figure.align-right,
  .wysiwyg img.align-right {
    margin-left: 1rem;
  }

  .wysiwyg figure.align-left,
  .wysiwyg img.align-left {
    margin-right: 1rem;
  }
}

.wysiwyg iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

/* Accordion print styles */

@media print {
  .accordion details::details-content {
    display: contents;
  }
}

/* Footer block contextual menu fix */

#block-creighton-om-legaltextblock .contextual {
  position: relative !important;
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }
}

.placeholder\:text-white::-moz-placeholder {
  color: #fff;
}

.placeholder\:text-white::placeholder {
  color: #fff;
}

.placeholder\:opacity-50::-moz-placeholder {
  opacity: 0.5;
}

.placeholder\:opacity-50::placeholder {
  opacity: 0.5;
}

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

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

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

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

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

.before\:-z-0::before {
  content: var(--tw-content);
  z-index: 0;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:bg-blue-950::before {
  content: var(--tw-content);
  background-color: #13294b;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

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

.focus-within\:absolute:focus-within {
  position: absolute;
}

.focus-within\:z-\[9999\]:focus-within {
  z-index: 9999;
}

.focus-within\:\!block:focus-within {
  display: block !important;
}

.focus-within\:h-auto:focus-within {
  height: auto;
}

.focus-within\:w-auto:focus-within {
  width: auto;
}

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

.hover\:bg-\[\#5AC6FC\]:hover {
  background-color: #5AC6FC;
}

.hover\:bg-blue-500:hover {
  background-color: #3580de;
}

.hover\:bg-blue-950:hover {
  background-color: #13294b;
}

.hover\:bg-sky-200:hover {
  background-color: #acdcf4;
}

.hover\:bg-sky-900:hover {
  background-color: #04306b;
}

.hover\:bg-slate-500:hover {
  background-color: #64748b;
}

.hover\:text-sky-700:hover {
  color: #0b56a4;
}

.hover\:text-slate-500:hover {
  color: #64748b;
}

.hover\:text-white:hover {
  color: #fff;
}

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

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

.focus\:bg-white:focus {
  background-color: #fff;
}

.focus\:text-blue-950:focus {
  color: #13294b;
}

.focus\:text-sky-900:focus {
  color: #04306b;
}

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

.focus\:outline:focus {
  outline-style: solid;
}

.focus\:placeholder\:text-sky-900:focus::-moz-placeholder {
  color: #04306b;
}

.focus\:placeholder\:text-sky-900:focus::placeholder {
  color: #04306b;
}

.group[open] .group-open\: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));
}

.group[open] .group-open\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:stroke-white {
  stroke: #fff;
}

@media not all and (min-width: 1024px) {
  .max-lg\:hidden {
    display: none;
  }
}

@media (min-width: 640px) {
  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:text-xl\/8 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {
  .md\:right-10 {
    right: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:col-start-10 {
    grid-column-start: 10;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

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

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

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

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

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mt-\[148px\] {
    margin-top: 148px;
  }

  .md\:mt-\[62px\] {
    margin-top: 62px;
  }

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

  .md\:grid {
    display: grid;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

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

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

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-9 {
    width: 2.25rem;
  }

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

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

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

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

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

  .md\:flex-none {
    flex: none;
  }

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

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

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

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

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

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

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

  .md\:gap-\[90px\] {
    gap: 90px;
  }

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

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

  .md\:border-l-\[20px\] {
    border-left-width: 20px;
  }

  .md\:bg-\[100\%_auto\] {
    background-size: 100% auto;
  }

  .md\:bg-\[center_top\] {
    background-position: center top;
  }

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

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

  .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-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

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

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

  .md\:pt-4 {
    padding-top: 1rem;
  }

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .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-0 {
    top: 0px;
  }

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

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

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

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

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

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

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

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

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

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

  .lg\:mt-auto {
    margin-top: auto;
  }

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

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

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

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

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

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-\[77\.05px\] {
    width: 77.05px;
  }

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

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

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

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

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

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

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

  .lg\:gap-y-\[56px\] {
    row-gap: 56px;
  }

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

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

  .lg\:border-none {
    border-style: none;
  }

  .lg\:bg-white {
    background-color: #fff;
  }

  .lg\:p-11 {
    padding: 2.75rem;
  }

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

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

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

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

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

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

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

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

  .lg\:pb-\[34px\] {
    padding-bottom: 34px;
  }

  .lg\:pr-\[54px\] {
    padding-right: 54px;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

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

  .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: 3rem;
    line-height: 1;
  }

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

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

  .lg\:text-lg-strong {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: normal;
    font-weight: 700;
  }

  .lg\:text-p1 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 400;
  }

  .lg\:leading-\[56px\] {
    line-height: 56px;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

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

  .lg\:container {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--container-padding, 24px);
    padding-right: var(--container-padding, 24px);
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1120px;
    }
  }

  .lg\:placeholder\:text-sky-900::-moz-placeholder {
    color: #04306b;
  }

  .lg\:placeholder\:text-sky-900::placeholder {
    color: #04306b;
  }

  .lg\:before\:-left-\[100vw\]::before {
    content: var(--tw-content);
    left: -100vw;
  }

  .lg\:before\:-right-5::before {
    content: var(--tw-content);
    right: -1.25rem;
  }

  .lg\:before\:rounded-tr-xl::before {
    content: var(--tw-content);
    border-top-right-radius: 0.75rem;
  }

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

@media (min-width: 1280px) {
  .xl\:gap-\[290px\] {
    gap: 290px;
  }

  .xl\:gap-\[36px\] {
    gap: 36px;
  }
}

@media print {
  .print\:order-1 {
    order: 1;
  }

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

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

  .print\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .print\:col-span-8 {
    grid-column: span 8 / span 8;
  }

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

  .print\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

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

  .print\:grid {
    display: grid;
  }

  .print\:hidden {
    display: none;
  }

  .print\:min-h-0 {
    min-height: 0px;
  }

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

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

  .print\:items-start {
    align-items: flex-start;
  }

  .print\:border-blue-950 {
    border-color: #13294b;
  }

  .print\:bg-white {
    background-color: #fff;
  }

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

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

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

  .print\:text-blue-950 {
    color: #13294b;
  }
}

.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker {
  display: none;
}

.\[\&\:\:details-content\]\:h-0::details-content {
  height: 0px;
}

.\[\&\:\:details-content\]\:overflow-y-hidden::details-content {
  overflow-y: hidden;
}

.\[\&\:\:details-content\]\:duration-300::details-content {
  transition-duration: 300ms;
}

.\[\&\:\:details-content\]\:\[interpolate-size\:allow-keywords\]::details-content {
  interpolate-size: allow-keywords;
}

.\[\&\:\:details-content\]\:\[transition-behavior\:allow-discrete\]::details-content {
  transition-behavior: allow-discrete;
}

.open\:\[\&\:\:details-content\]\:h-max[open]::details-content {
  height: -moz-max-content;
  height: max-content;
}

.\[\&\>\.is-active\]\:border-b-0>.is-active {
  border-bottom-width: 0px;
}

.\[\&\>\.is-active\]\:bg-white>.is-active {
  background-color: #fff;
}

.\[\&\>\.is-active\]\:text-sky-900>.is-active {
  color: #04306b;
}

.\[\&_a\]\:mr-\[1px\] a {
  margin-right: 1px;
}

.\[\&_a\]\:inline-block a {
  display: inline-block;
}

.\[\&_a\]\:w-1\/2 a {
  width: 50%;
}

.\[\&_a\]\:rounded-t-\[3px\] a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.\[\&_a\]\:border a {
  border-width: 1px;
}

.\[\&_a\]\:border-solid a {
  border-style: solid;
}

.\[\&_a\]\:border-sky-900 a {
  border-color: #04306b;
}

.\[\&_a\]\:bg-sky-900 a {
  background-color: #04306b;
}

.\[\&_a\]\:px-4 a {
  padding-left: 1rem;
  padding-right: 1rem;
}

.\[\&_a\]\:py-2 a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.\[\&_a\]\:py-3 a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\[\&_a\]\:text-\[14px\] a {
  font-size: 14px;
}

.\[\&_a\]\:text-lg a {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.\[\&_a\]\:font-bold a {
  font-weight: 700;
}

.\[\&_a\]\:leading-\[27px\] a {
  line-height: 27px;
}

.\[\&_a\]\:text-blue-950 a {
  color: #13294b;
}

.\[\&_a\]\:text-white a {
  color: #fff;
}

.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}

.\[\&_a\]\:transition-all a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&_a\]\:hover\:bg-sky-200:hover a {
  background-color: #acdcf4;
}

.\[\&_a\]\:hover\:text-sky-900:hover a {
  color: #04306b;
}

.\[\&_a\]\:hover\:underline:hover a {
  text-decoration-line: underline;
}

.\[\&_li\]\:list-none li {
  list-style-type: none;
}

.\[\&_p\]\:relative p {
  position: relative;
}

.\[\&_p\]\:z-10 p {
  z-index: 10;
}

.\[\&_p\]\:mb-2 p {
  margin-bottom: 0.5rem;
}

.\[\&_select\]\:hidden select {
  display: none;
}

.\[\&_svg\]\:stroke-white svg {
  stroke: #fff;
}

.focus-within\:\[\&_svg\]\:stroke-sky-900 svg:focus-within {
  stroke: #04306b;
}

.\[\&_ul\]\:flex ul {
  display: flex;
}

.\[\&_ul\]\:flex-col ul {
  flex-direction: column;
}

.\[\&_ul\]\:gap-y-8 ul {
  row-gap: 2rem;
}

.\[\&_ul\]\:pl-14 ul {
  padding-left: 3.5rem;
}
.table-responsive
{
    overflow-x: auto;
}

/* CENTER aligned image */
.media.align-center {
  text-align: center;
}

.media.align-center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* LEFT aligned image */
.media.align-left {
  text-align: left;
}

.media.align-left img {
  display: block;
  margin-left: 0;
  margin-right: auto;
}

/* CENTER aligned image */
figure.align-center {
  text-align: center;
}

figure.align-center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* LEFT aligned image */
figure.align-left {
  text-align: left;
}

figure.align-left img {
  display: block;
  margin-left: 0;
  margin-right: auto;
}
h2.ckeditor-auto-heading, h3.ckeditor-auto-heading, h1.ckeditor-auto-heading,
 h4.ckeditor-auto-heading,h5.ckeditor-auto-heading,h6.ckeditor-auto-heading
 {
   font-family: var(--font-sans) !important;
   margin-bottom: 1rem !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
}
.auto-generated-list  li
{
  margin-bottom: 0.7rem;
}


