@charset "UTF-8";

/*
! tailwindcss v3.2.1 | 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.
*/

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: "adelle-sans", sans-serif;
  /* 4 */
}

/*
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-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;
}

/*
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-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-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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 480px){
  .container{
    max-width: 480px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 600px){
  .container{
    max-width: 600px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 782px){
  .container{
    max-width: 782px;
  }
}

@media (min-width: 960px){
  .container{
    max-width: 960px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1422px){
  .container{
    max-width: 1422px;
  }
}

.prose{
  color: #152B50;
  max-width: 100%;
}

.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  font-size: 20px;
  line-height: 28px;
  overflow-wrap: break-word;
}

@media (max-width: 782px){
  .prose :where(p):not(:where([class~="not-prose"] *)){
    font-size: 18px;
    line-height: 24px;
  }
}

.prose :where(p):not(:where([class~="not-prose"] *)) a{
  font-size: inherit;
  font-weight: inherit;
}

.prose :where(p):not(:where([class~="not-prose"] *)) strong{
  color: inherit;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"] *)){
  color: #152B50;
  text-decoration: underline;
  font-weight: 500;
  overflow-wrap: break-word;
}

.prose :where(a):not(:where([class~="not-prose"] *)):hover{
  color: #00559f;
}

.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 782px){
  .prose :where(ol):not(:where([class~="not-prose"] *)){
    font-size: 18px;
    line-height: 22px;
  }
}

.prose :where(ol):not(:where([class~="not-prose"] *)) a{
  font-size: inherit;
  font-weight: inherit;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 782px){
  .prose :where(ul):not(:where([class~="not-prose"] *)){
    font-size: 18px;
    line-height: 22px;
  }
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.prose :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 38px;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 42px;
  font-family: "adelle", serif;
}

@media (max-width: 782px){
  .prose :where(h1):not(:where([class~="not-prose"] *)){
    font-size: 26px;
    line-height: 32px;
  }
}

.prose :where(h1):not(:where([class~="not-prose"] *)) a{
  font-size: inherit;
  font-weight: inherit;
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 30px;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 34px;
  font-family: "adelle", serif;
  margin: 0 0 2rem 0;
}

@media (max-width: 782px){
  .prose :where(h2):not(:where([class~="not-prose"] *)){
    font-size: 24px;
    line-height: 28px;
  }
}

.prose :where(h2):not(:where([class~="not-prose"] *)) a{
  font-size: inherit;
  font-weight: inherit;
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 25px;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 29px;
  font-family: "adelle", serif;
}

@media (max-width: 782px){
  .prose :where(h3):not(:where([class~="not-prose"] *)){
    font-size: 22px;
    line-height: 26px;
  }
}

.prose :where(h3):not(:where([class~="not-prose"] *)) a{
  font-size: inherit;
  font-weight: inherit;
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 27px;
  font-size: 23px;
  font-family: "adelle", serif;
}

@media (max-width: 782px){
  .prose :where(h4):not(:where([class~="not-prose"] *)){
    font-size: 20px;
    line-height: 24px;
  }
}

.prose :where(h4):not(:where([class~="not-prose"] *)) a{
  font-size: inherit;
  font-weight: inherit;
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
  max-width: 100%;
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}

.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #00559F;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #152B50;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
  max-width: 100%;
}

.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose{
  width: 100%;
}

.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;
}

.sticky{
  position: sticky;
}

.inset-1\/2{
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.top-\[-30px\]{
  top: -30px;
}

.left-\[-900px\]{
  left: -900px;
}

.top-\[3px\]{
  top: 3px;
}

.top-4{
  top: 1rem;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.bottom-0{
  bottom: 0px;
}

.top-0{
  top: 0px;
}

.right-\[10px\]{
  right: 10px;
}

.left-\[-9090px\]{
  left: -9090px;
}

.top-\[-1px\]{
  top: -1px;
}

.top-\[100px\]{
  top: 100px;
}

.right-\[30px\]{
  right: 30px;
}

.left-\[30px\]{
  left: 30px;
}

.top-\[30px\]{
  top: 30px;
}

.bottom-\[30px\]{
  bottom: 30px;
}

.top-px{
  top: 1px;
}

.right-4{
  right: 1rem;
}

.right-6{
  right: 1.5rem;
}

.top-28{
  top: 7rem;
}

.left-\[-5px\]{
  left: -5px;
}

.top-1\/2{
  top: 50%;
}

.top-\[150px\]{
  top: 150px;
}

.left-\[-10px\]{
  left: -10px;
}

.right-\[-10px\]{
  right: -10px;
}

.-right-\[15px\]{
  right: -15px;
}

.-left-\[15px\]{
  left: -15px;
}

.top-\[4px\]{
  top: 4px;
}

.top-\[0px\]{
  top: 0px;
}

.top-\[25px\]{
  top: 25px;
}

.top-\[-2px\]{
  top: -2px;
}

.top-\[80px\]{
  top: 80px;
}

.left-\[15px\]{
  left: 15px;
}

.right-\[15px\]{
  right: 15px;
}

.top-\[15px\]{
  top: 15px;
}

.left-1\/2{
  left: 50%;
}

.right-\[20px\]{
  right: 20px;
}

.left-\[20px\]{
  left: 20px;
}

.top-\[20px\]{
  top: 20px;
}

.bottom-\[20px\]{
  bottom: 20px;
}

.bottom-\[50px\]{
  bottom: 50px;
}

.top-1{
  top: 0.25rem;
}

.z-\[-1\]{
  z-index: -1;
}

.z-30{
  z-index: 30;
}

.z-\[9999999999\]{
  z-index: 9999999999;
}

.z-10{
  z-index: 10;
}

.z-40{
  z-index: 40;
}

.z-20{
  z-index: 20;
}

.z-\[0\]{
  z-index: 0;
}

.z-\[1\]{
  z-index: 1;
}

.z-\[10\]{
  z-index: 10;
}

.z-0{
  z-index: 0;
}

.order-2{
  order: 2;
}

.order-1{
  order: 1;
}

.order-3{
  order: 3;
}

.col-span-12{
  grid-column: span 12 / span 12;
}

.col-span-10{
  grid-column: span 10 / span 10;
}

.col-span-9{
  grid-column: span 9 / span 9;
}

.col-span-7{
  grid-column: span 7 / span 7;
}

.col-span-6{
  grid-column: span 6 / span 6;
}

.col-span-5{
  grid-column: span 5 / span 5;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-4{
  grid-column: span 4 / span 4;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-8{
  grid-column: span 8 / span 8;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-11{
  grid-column: span 11 / span 11;
}

.col-start-2{
  grid-column-start: 2;
}

.col-start-1{
  grid-column-start: 1;
}

.row-span-5{
  grid-row: span 5 / span 5;
}

.row-span-2{
  grid-row: span 2 / span 2;
}

.row-start-1{
  grid-row-start: 1;
}

.row-start-6{
  grid-row-start: 6;
}

.clear-both{
  clear: both;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-7{
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.mx-\[-0\.75rem\]{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.my-\[30px\]{
  margin-top: 30px;
  margin-bottom: 30px;
}

.mb-8{
  margin-bottom: 2rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-4{
  margin-top: 1rem;
}

.mr-\[-6\.5rem\]{
  margin-right: -6.5rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mt-8{
  margin-top: 2rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mt-16{
  margin-top: 4rem;
}

.ml-0{
  margin-left: 0px;
}

.ml-1{
  margin-left: 0.25rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mt-20{
  margin-top: 5rem;
}

.ml-8{
  margin-left: 2rem;
}

.mb-\[8px\]{
  margin-bottom: 8px;
}

.ml-2{
  margin-left: 0.5rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.ml-\[-1rem\]{
  margin-left: -1rem;
}

.mr-\[-1rem\]{
  margin-right: -1rem;
}

.ml-\[5px\]{
  margin-left: 5px;
}

.mt-auto{
  margin-top: auto;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-0{
  margin-top: 0px;
}

.mb-20{
  margin-bottom: 5rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-14{
  margin-top: 3.5rem;
}

.mb-14{
  margin-bottom: 3.5rem;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.ml-auto{
  margin-left: auto;
}

.mt-\[3px\]{
  margin-top: 3px;
}

.ml-\[-1\.3rem\]{
  margin-left: -1.3rem;
}

.mr-\[-1\.3rem\]{
  margin-right: -1.3rem;
}

.ml-\[10px\]{
  margin-left: 10px;
}

.mr-8{
  margin-right: 2rem;
}

.mr-0{
  margin-right: 0px;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.aspect-\[1680\/1080\]{
  aspect-ratio: 1680/1080;
}

.h-\[48px\]{
  height: 48px;
}

.h-full{
  height: 100%;
}

.h-\[96px\]{
  height: 96px;
}

.h-8{
  height: 2rem;
}

.h-6{
  height: 1.5rem;
}

.h-\[40px\]{
  height: 40px;
}

.h-\[60px\]{
  height: 60px;
}

.h-\[56px\]{
  height: 56px;
}

.h-auto{
  height: auto;
}

.h-\[80\%\]{
  height: 80%;
}

.h-\[400px\]{
  height: 400px;
}

.h-\[220px\]{
  height: 220px;
}

.h-\[50px\]{
  height: 50px;
}

.h-\[140px\]{
  height: 140px;
}

.h-16{
  height: 4rem;
}

.h-\[150px\]{
  height: 150px;
}

.h-\[65px\]{
  height: 65px;
}

.h-\[2px\]{
  height: 2px;
}

.h-\[90px\]{
  height: 90px;
}

.h-\[200px\]{
  height: 200px;
}

.h-\[33px\]{
  height: 33px;
}

.max-h-\[80\%\]{
  max-height: 80%;
}

.max-h-full{
  max-height: 100%;
}

.max-h-\[190px\]{
  max-height: 190px;
}

.max-h-\[80px\]{
  max-height: 80px;
}

.max-h-\[75vh\]{
  max-height: 75vh;
}

.max-h-\[548px\]{
  max-height: 548px;
}

.max-h-\[40px\]{
  max-height: 40px;
}

.max-h-\[550px\]{
  max-height: 550px;
}

.max-h-\[350px\]{
  max-height: 350px;
}

.max-h-\[563px\]{
  max-height: 563px;
}

.min-h-screen{
  min-height: 100vh;
}

.min-h-\[48px\]{
  min-height: 48px;
}

.min-h-\[150px\]{
  min-height: 150px;
}

.min-h-\[360px\]{
  min-height: 360px;
}

.min-h-\[490px\]{
  min-height: 490px;
}

.min-h-\[428px\]{
  min-height: 428px;
}

.min-h-\[400px\]{
  min-height: 400px;
}

.min-h-\[80px\]{
  min-height: 80px;
}

.min-h-\[260px\]{
  min-height: 260px;
}

.min-h-\[200px\]{
  min-height: 200px;
}

.min-h-\[75px\]{
  min-height: 75px;
}

.min-h-\[380px\]{
  min-height: 380px;
}

.w-full{
  width: 100%;
}

.w-\[820px\]{
  width: 820px;
}

.w-\[671px\]{
  width: 671px;
}

.w-\[288px\]{
  width: 288px;
}

.w-\[170px\]{
  width: 170px;
}

.w-\[0px\]{
  width: 0px;
}

.w-\[760px\]{
  width: 760px;
}

.w-\[1600px\]{
  width: 1600px;
}

.w-3\/4{
  width: 75%;
}

.w-\[25\%\]{
  width: 25%;
}

.w-\[75\%\]{
  width: 75%;
}

.w-\[90px\]{
  width: 90px;
}

.w-8{
  width: 2rem;
}

.w-\[40px\]{
  width: 40px;
}

.w-6{
  width: 1.5rem;
}

.w-\[250px\]{
  width: 250px;
}

.w-\[450px\]{
  width: 450px;
}

.w-\[200px\]{
  width: 200px;
}

.w-\[190px\]{
  width: 190px;
}

.w-\[644\]{
  width: 644;
}

.w-\[770px\]{
  width: 770px;
}

.w-\[840px\]{
  width: 840px;
}

.w-\[540px\]{
  width: 540px;
}

.w-\[800px\]{
  width: 800px;
}

.w-\[300px\]{
  width: 300px;
}

.w-\[750px\]{
  width: 750px;
}

.w-3\/5{
  width: 60%;
}

.w-\[30px\]{
  width: 30px;
}

.w-2\/5{
  width: 40%;
}

.w-\[50\%\]{
  width: 50%;
}

.w-\[100\%\]{
  width: 100%;
}

.w-\[31\%\]{
  width: 31%;
}

.w-\[21\%\]{
  width: 21%;
}

.w-\[54\%\]{
  width: 54%;
}

.w-\[69\%\]{
  width: 69%;
}

.w-\[1354px\]{
  width: 1354px;
}

.w-\[1250px\]{
  width: 1250px;
}

.w-\[33\%\]{
  width: 33%;
}

.w-\[444px\]{
  width: 444px;
}

.w-1\/4{
  width: 25%;
}

.w-\[850px\]{
  width: 850px;
}

.w-\[570px\]{
  width: 570px;
}

.w-\[140px\]{
  width: 140px;
}

.w-1\/2{
  width: 50%;
}

.w-\[90\%\]{
  width: 90%;
}

.w-\[960px\]{
  width: 960px;
}

.w-\[1040px\]{
  width: 1040px;
}

.w-auto{
  width: auto;
}

.w-\[625px\]{
  width: 625px;
}

.w-\[20px\]{
  width: 20px;
}

.w-\[65px\]{
  width: 65px;
}

.w-\[685px\]{
  width: 685px;
}

.w-\[1500px\]{
  width: 1500px;
}

.w-\[75px\]{
  width: 75px;
}

.w-\[150px\]{
  width: 150px;
}

.w-7{
  width: 1.75rem;
}

.w-96{
  width: 24rem;
}

.w-\[33px\]{
  width: 33px;
}

.w-\[690px\]{
  width: 690px;
}

.w-\[\'\.\$width\.\'\]{
  width: '.$width.';
}

.w-\[1050px\]{
  width: 1050px;
}

.min-w-\[145px\]{
  min-width: 145px;
}

.min-w-\[130px\]{
  min-width: 130px;
}

.min-w-\[33px\]{
  min-width: 33px;
}

.max-w-\[90\%\]{
  max-width: 90%;
}

.max-w-full{
  max-width: 100%;
}

.max-w-\[175px\]{
  max-width: 175px;
}

.max-w-\[98\%\]{
  max-width: 98%;
}

.max-w-\[120px\]{
  max-width: 120px;
}

.max-w-\[1500px\]{
  max-width: 1500px;
}

.max-w-\[80\%\]{
  max-width: 80%;
}

.max-w-\[1390px\]{
  max-width: 1390px;
}

.max-w-\[100\%\]{
  max-width: 100%;
}

.max-w-\[340px\]{
  max-width: 340px;
}

.max-w-\[40px\]{
  max-width: 40px;
}

.max-w-\[300px\]{
  max-width: 300px;
}

.max-w-\[90px\]{
  max-width: 90px;
}

.flex-shrink{
  flex-shrink: 1;
}

.shrink-0{
  flex-shrink: 0;
}

.flex-grow{
  flex-grow: 1;
}

.grow{
  flex-grow: 1;
}

.basis-full{
  flex-basis: 100%;
}

.table-auto{
  table-layout: auto;
}

.border-spacing-x-4{
  --tw-border-spacing-x: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.-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));
}

.-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));
}

.translate-x-\[-1px\]{
  --tw-translate-x: -1px;
  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-\[-50\%\]{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.list-none{
  list-style-type: none;
}

.list-disc{
  list-style-type: disc;
}

.list-decimal{
  list-style-type: decimal;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.columns-3{
  -moz-columns: 3;
       columns: 3;
}

.columns-2{
  -moz-columns: 2;
       columns: 2;
}

.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-rows-4{
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.flex-row{
  flex-direction: row;
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.place-content-center{
  place-content: center;
}

.content-center{
  align-content: center;
}

.content-end{
  align-content: flex-end;
}

.content-baseline{
  align-content: baseline;
}

.items-start{
  align-items: flex-start;
}

.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;
}

.justify-evenly{
  justify-content: space-evenly;
}

.gap-0{
  gap: 0px;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-8{
  gap: 2rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-20{
  gap: 5rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.gap-y-8{
  row-gap: 2rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.self-start{
  align-self: flex-start;
}

.self-end{
  align-self: flex-end;
}

.self-center{
  align-self: center;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.overflow-x-scroll{
  overflow-x: scroll;
}

.overflow-y-scroll{
  overflow-y: scroll;
}



.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-\[3px\]{
  border-radius: 3px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-\[2px\]{
  border-radius: 2px;
}

.border-0{
  border-width: 0px;
}

.border{
  border-width: 1px;
}

.border-4{
  border-width: 4px;
}

.border-2{
  border-width: 2px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-r{
  border-right-width: 1px;
}

.border-t-0{
  border-top-width: 0px;
}

.border-l{
  border-left-width: 1px;
}

.border-b-\[5px\]{
  border-bottom-width: 5px;
}

.border-solid{
  border-style: solid;
}

.border-\[\#CCD5E2\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 213 226 / var(--tw-border-opacity));
}

.border-covblue{
  --tw-border-opacity: 1;
  border-color: rgb(21 43 80 / var(--tw-border-opacity));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(0 85 159 / var(--tw-border-opacity));
}

.border-\[\#f1f1f1\]{
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
}

.border-\[\#152B50\]{
  --tw-border-opacity: 1;
  border-color: rgb(21 43 80 / var(--tw-border-opacity));
}

.border-\[\#979797\]{
  --tw-border-opacity: 1;
  border-color: rgb(151 151 151 / var(--tw-border-opacity));
}

.border-\[\#D7DEE8\]{
  --tw-border-opacity: 1;
  border-color: rgb(215 222 232 / var(--tw-border-opacity));
}

.border-lightgray{
  --tw-border-opacity: 1;
  border-color: rgb(236 236 234 / var(--tw-border-opacity));
}

.border-covyellow{
  --tw-border-opacity: 1;
  border-color: rgb(255 182 18 / var(--tw-border-opacity));
}

.border-\[\#0089C4\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 137 196 / var(--tw-border-opacity));
}

.border-accenttext{
  --tw-border-opacity: 1;
  border-color: rgb(51 79 118 / var(--tw-border-opacity));
}

.border-covred{
  --tw-border-opacity: 1;
  border-color: rgb(157 34 53 / var(--tw-border-opacity));
}

.border-\[\#577298\]{
  --tw-border-opacity: 1;
  border-color: rgb(87 114 152 / var(--tw-border-opacity));
}

.border-\[\#334F76\]{
  --tw-border-opacity: 1;
  border-color: rgb(51 79 118 / var(--tw-border-opacity));
}

.border-\[\#c2c1c1\]{
  --tw-border-opacity: 1;
  border-color: rgb(194 193 193 / var(--tw-border-opacity));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-b-\[\#CCD5E2\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(204 213 226 / var(--tw-border-opacity));
}

.border-b-\[\#757575\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(117 117 117 / var(--tw-border-opacity));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(50 66 88 / var(--tw-bg-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-\[\#f1f1f1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#00559f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 159 / var(--tw-bg-opacity));
}

.bg-covblue{
  --tw-bg-opacity: 1;
  background-color: rgb(21 43 80 / var(--tw-bg-opacity));
}

.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 159 / var(--tw-bg-opacity));
}

.bg-\[\#f5f7f9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 249 / var(--tw-bg-opacity));
}

.bg-\[\#F1F1F1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}

.bg-transparent{
  background-color: transparent;
}

.bg-\[\#152B50\]{
  --tw-bg-opacity: 1;
  background-color: rgb(21 43 80 / var(--tw-bg-opacity));
}

.bg-lightgray{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 234 / var(--tw-bg-opacity));
}

.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.bg-covred{
  --tw-bg-opacity: 1;
  background-color: rgb(157 34 53 / var(--tw-bg-opacity));
}

.bg-\[\#125694\]{
  --tw-bg-opacity: 1;
  background-color: rgb(18 86 148 / var(--tw-bg-opacity));
}

.bg-lightbg{
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}

.bg-gray-600\/50{
  background-color: rgb(75 85 99 / 0.5);
}

.bg-covgray{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 214 / var(--tw-bg-opacity));
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-teal-600{
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}

.bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}

.bg-covyellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 182 18 / var(--tw-bg-opacity));
}

.bg-\[\#ccc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-cover{
  background-size: cover;
}

.bg-top{
  background-position: top;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-top{
  -o-object-position: top;
     object-position: top;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.p-8{
  padding: 2rem;
}

.p-6{
  padding: 1.5rem;
}

.p-4{
  padding: 1rem;
}

.p-2{
  padding: 0.5rem;
}

.p-5{
  padding: 1.25rem;
}

.p-12{
  padding: 3rem;
}

.p-\[15px\]{
  padding: 15px;
}

.p-10{
  padding: 2.5rem;
}

.p-7{
  padding: 1.75rem;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-3{
  padding: 0.75rem;
}

.p-20{
  padding: 5rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}

.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}

.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}

.py-\[70px\]{
  padding-top: 70px;
  padding-bottom: 70px;
}

.px-\[70px\]{
  padding-left: 70px;
  padding-right: 70px;
}

.py-\[40px\]{
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.pt-24{
  padding-top: 6rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pt-20{
  padding-top: 5rem;
}

.pb-14{
  padding-bottom: 3.5rem;
}

.pr-4{
  padding-right: 1rem;
}

.pl-0{
  padding-left: 0px;
}

.pr-0{
  padding-right: 0px;
}

.pt-6{
  padding-top: 1.5rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pt-\[8px\]{
  padding-top: 8px;
}

.pb-\[8px\]{
  padding-bottom: 8px;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-8{
  padding-left: 2rem;
}

.pr-\[90px\]{
  padding-right: 90px;
}

.pt-4{
  padding-top: 1rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-12{
  padding-top: 3rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-1{
  padding-top: 0.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pt-\[100\%\]{
  padding-top: 100%;
}

.pt-8{
  padding-top: 2rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pt-\[60\%\]{
  padding-top: 60%;
}

.pb-\[5\.5rem\]{
  padding-bottom: 5.5rem;
}

.pb-\[90px\]{
  padding-bottom: 90px;
}

.pl-1{
  padding-left: 0.25rem;
}

.pt-\[11px\]{
  padding-top: 11px;
}

.pr-\[20px\]{
  padding-right: 20px;
}

.pl-6{
  padding-left: 1.5rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pl-\[20px\]{
  padding-left: 20px;
}

.pr-\[50px\]{
  padding-right: 50px;
}

.pl-5{
  padding-left: 1.25rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pr-10{
  padding-right: 2.5rem;
}

.pt-\[63\%\]{
  padding-top: 63%;
}

.pb-4{
  padding-bottom: 1rem;
}

.pl-\[15px\]{
  padding-left: 15px;
}

.pt-\[90\%\]{
  padding-top: 90%;
}

.pt-\[50\%\]{
  padding-top: 50%;
}

.pt-\[43\.4\%\]{
  padding-top: 43.4%;
}

.pt-0{
  padding-top: 0px;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-14{
  padding-top: 3.5rem;
}

.pl-10{
  padding-left: 2.5rem;
}

.pt-\[56\.6\%\]{
  padding-top: 56.6%;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.text-justify{
  text-align: justify;
}

.align-middle{
  vertical-align: middle;
}

.font-serif{
  font-family: "adelle", serif;
}

.font-sans{
  font-family: "adelle-sans", sans-serif;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[17px\]{
  font-size: 17px;
}

.text-\[26px\]{
  font-size: 26px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[25px\]{
  font-size: 25px;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-\[30px\]{
  font-size: 30px;
}

.text-\[14px\]{
  font-size: 14px;
}

.text-\[23px\]{
  font-size: 23px;
}

.text-\[35px\]{
  font-size: 35px;
}

.text-regular{
  font-size: 17px;
}

.text-mh1{
  font-size: 26px;
}

.text-\[19px\]{
  font-size: 19px;
}

.text-\[22px\]{
  font-size: 22px;
}

.text-mregular{
  font-size: 16px;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-mh3{
  font-size: 22px;
}

.text-\[8px\]{
  font-size: 8px;
}

.text-mh2{
  font-size: 24px;
}

.text-\[15px\]{
  font-size: 15px;
}

.text-\[21px\]{
  font-size: 21px;
}

.text-\[24px\]{
  font-size: 24px;
}

.text-\[13px\]{
  font-size: 13px;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[28px\]{
  font-size: 28px;
}

.text-h4{
  font-size: 23px;
}

.text-xl{
  font-size: 20px;
}

.text-mhero{
  font-size: 30px;
}

.text-mh4{
  font-size: 20px;
}

.text-mxl{
  font-size: 18px;
}

.text-h3{
  font-size: 25px;
}

.text-\[55px\]{
  font-size: 55px;
}

.text-\[32px\]{
  font-size: 32px;
}

.text-\[50px\]{
  font-size: 50px;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-h2{
  font-size: 30px;
}

.text-h1{
  font-size: 38px;
}

.text-hero{
  font-size: 43px;
}

.text-\[40px\]{
  font-size: 40px;
}

.font-semibold{
  font-weight: 600;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-light{
  font-weight: 300;
}

.font-normal{
  font-weight: 400;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.leading-\[26px\]{
  line-height: 26px;
}

.leading-\[35px\]{
  line-height: 35px;
}

.leading-\[22px\]{
  line-height: 22px;
}

.leading-\[21px\]{
  line-height: 21px;
}

.leading-mh1{
  line-height: 32px;
}

.leading-mxl{
  line-height: 24px;
}

.leading-\[24px\]{
  line-height: 24px;
}

.leading-\[36px\]{
  line-height: 36px;
}

.leading-mregular{
  line-height: 22px;
}

.leading-mh2{
  line-height: 30px;
}

.leading-xl{
  line-height: 26px;
}

.leading-\[18px\]{
  line-height: 18px;
}

.leading-h4{
  line-height: 26px;
}

.leading-\[19px\]{
  line-height: 19px;
}

.leading-mh3{
  line-height: 24px;
}

.leading-\[30px\]{
  line-height: 30px;
}

.leading-\[28px\]{
  line-height: 28px;
}

.leading-\[31px\]{
  line-height: 31px;
}

.leading-regular{
  line-height: 26px;
}

.leading-\[1\.2\]{
  line-height: 1.2;
}

.leading-\[34px\]{
  line-height: 34px;
}

.leading-tight{
  line-height: 1.25;
}

.leading-\[16px\]{
  line-height: 16px;
}

.leading-\[20px\]{
  line-height: 20px;
}

.leading-\[23px\]{
  line-height: 23px;
}

.leading-h3{
  line-height: 34px;
}

.leading-\[1\.3\]{
  line-height: 1.3;
}

.leading-mh4{
  line-height: 32px;
}

.leading-mh5{
  line-height: 32px;
}

.leading-\[60px\]{
  line-height: 60px;
}

.leading-\[44px\]{
  line-height: 44px;
}

.leading-\[33px\]{
  line-height: 33px;
}

.tracking-\[1\.3px\]{
  letter-spacing: 1.3px;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-\[\.17px\]{
  letter-spacing: .17px;
}

.tracking-\[-\.56px\]{
  letter-spacing: -.56px;
}

.text-\[\#586B7D\]{
  --tw-text-opacity: 1;
  color: rgb(88 107 125 / var(--tw-text-opacity));
}

.text-\[\#324258\]{
  --tw-text-opacity: 1;
  color: rgb(50 66 88 / var(--tw-text-opacity));
}

.text-\[\#334F76\]{
  --tw-text-opacity: 1;
  color: rgb(51 79 118 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#152b50\]{
  --tw-text-opacity: 1;
  color: rgb(21 43 80 / var(--tw-text-opacity));
}

.text-brightblue{
  --tw-text-opacity: 1;
  color: rgb(0 137 196 / var(--tw-text-opacity));
}

.text-covblue{
  --tw-text-opacity: 1;
  color: rgb(21 43 80 / var(--tw-text-opacity));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(50 66 88 / var(--tw-text-opacity));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(0 85 159 / var(--tw-text-opacity));
}

.text-\[\#757575\]{
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}

.text-\[\#002F6C\]{
  --tw-text-opacity: 1;
  color: rgb(0 47 108 / var(--tw-text-opacity));
}

.text-\[\#00559F\]{
  --tw-text-opacity: 1;
  color: rgb(0 85 159 / var(--tw-text-opacity));
}

.text-\[\#334f76\]{
  --tw-text-opacity: 1;
  color: rgb(51 79 118 / var(--tw-text-opacity));
}

.text-covyellow{
  --tw-text-opacity: 1;
  color: rgb(255 182 18 / var(--tw-text-opacity));
}

.text-\[\#152B50\]{
  --tw-text-opacity: 1;
  color: rgb(21 43 80 / var(--tw-text-opacity));
}

.text-\[\#0089C4\]{
  --tw-text-opacity: 1;
  color: rgb(0 137 196 / var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-lightgray{
  --tw-text-opacity: 1;
  color: rgb(236 236 234 / var(--tw-text-opacity));
}

.text-accenttext{
  --tw-text-opacity: 1;
  color: rgb(51 79 118 / var(--tw-text-opacity));
}

.text-\[\#577298\]{
  --tw-text-opacity: 1;
  color: rgb(87 114 152 / var(--tw-text-opacity));
}

.text-covred{
  --tw-text-opacity: 1;
  color: rgb(157 34 53 / var(--tw-text-opacity));
}

.text-covgray{
  --tw-text-opacity: 1;
  color: rgb(217 217 214 / var(--tw-text-opacity));
}

.text-light{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.no-underline{
  text-decoration-line: none;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.placeholder-\[\#324258\]::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(50 66 88 / var(--tw-placeholder-opacity));
}

.placeholder-\[\#324258\]::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(50 66 88 / var(--tw-placeholder-opacity));
}

.placeholder-\[\#445265\]::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(68 82 101 / var(--tw-placeholder-opacity));
}

.placeholder-\[\#445265\]::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(68 82 101 / var(--tw-placeholder-opacity));
}

.opacity-0{
  opacity: 0;
}

.opacity-80{
  opacity: 0.8;
}

.opacity-90{
  opacity: 0.9;
}

.opacity-30{
  opacity: 0.3;
}

.shadow-\[0_2px_12px_0_rgba\(31\2c 99\2c 175\2c \.15\)\]{
  --tw-shadow: 0 2px 12px 0 rgba(31,99,175,.15);
  --tw-shadow-colored: 0 2px 12px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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);
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[-2px_2px_15px_0_rgba\(0\2c 0\2c 0\2c 0\.15\)\]{
  --tw-shadow: -2px 2px 15px 0 rgba(0,0,0,0.15);
  --tw-shadow-colored: -2px 2px 15px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

.blur{
  --tw-blur: blur(8px);
  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);
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.saturate-150{
  --tw-saturate: saturate(1.5);
  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);
}

.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;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-150{
  transition-duration: 150ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.content-\[\'\'\]{
  --tw-content: '';
  content: var(--tw-content);
}

.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide{
  margin: 2rem 0;
  max-width: 1280px !important;
}

.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter{
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 600px){
  .alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button){
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a{
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a{
    float: right;
    margin-left: 1rem;
  }
}

.wp-caption{
  display: inline-block;
}

.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text{
  font-size: 0.875rem;
  color: #4b5563;
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */

:root{
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1
}

.animate__animated{
  animation-duration:1s;
  animation-duration:var(--animate-duration);
  animation-fill-mode:both
}

.animate__animated.animate__infinite{
  animation-iteration-count:infinite
}

.animate__animated.animate__repeat-1{
  animation-iteration-count:1;
  animation-iteration-count:var(--animate-repeat)
}

.animate__animated.animate__repeat-2{
  animation-iteration-count:2;
  animation-iteration-count:calc(var(--animate-repeat)*2)
}

.animate__animated.animate__repeat-3{
  animation-iteration-count:3;
  animation-iteration-count:calc(var(--animate-repeat)*3)
}

.animate__animated.animate__delay-1s{
  animation-delay:1s;
  animation-delay:var(--animate-delay)
}

.animate__animated.animate__delay-2s{
  animation-delay:2s;
  animation-delay:calc(var(--animate-delay)*2)
}

.animate__animated.animate__delay-3s{
  animation-delay:3s;
  animation-delay:calc(var(--animate-delay)*3)
}

.animate__animated.animate__delay-4s{
  animation-delay:4s;
  animation-delay:calc(var(--animate-delay)*4)
}

.animate__animated.animate__delay-5s{
  animation-delay:5s;
  animation-delay:calc(var(--animate-delay)*5)
}

.animate__animated.animate__faster{
  animation-duration:.5s;
  animation-duration:calc(var(--animate-duration)/2)
}

.animate__animated.animate__fast{
  animation-duration:.8s;
  animation-duration:calc(var(--animate-duration)*0.8)
}

.animate__animated.animate__slow{
  animation-duration:2s;
  animation-duration:calc(var(--animate-duration)*2)
}

.animate__animated.animate__slower{
  animation-duration:3s;
  animation-duration:calc(var(--animate-duration)*3)
}

@media (prefers-reduced-motion:reduce), print{
  .animate__animated{
    animation-duration:1ms!important;
    transition-duration:1ms!important;
    animation-iteration-count:1!important
  }

  .animate__animated[class*=Out]{
    opacity:0
  }
}

@keyframes bounce{
  0%,20%,53%,to{
    animation-timing-function:cubic-bezier(.215,.61,.355,1);
    transform:translateZ(0)
  }

  40%,43%{
    animation-timing-function:cubic-bezier(.755,.05,.855,.06);
    transform:translate3d(0,-30px,0) scaleY(1.1)
  }

  70%{
    animation-timing-function:cubic-bezier(.755,.05,.855,.06);
    transform:translate3d(0,-15px,0) scaleY(1.05)
  }

  80%{
    transition-timing-function:cubic-bezier(.215,.61,.355,1);
    transform:translateZ(0) scaleY(.95)
  }

  90%{
    transform:translate3d(0,-4px,0) scaleY(1.02)
  }
}

.animate__bounce{
  animation-name:bounce;
  transform-origin:center bottom
}

@keyframes flash{
  0%,50%,to{
    opacity:1
  }

  25%,75%{
    opacity:0
  }
}

.animate__flash{
  animation-name:flash
}

@keyframes pulse{
  0%{
    transform:scaleX(1)
  }

  50%{
    transform:scale3d(1.05,1.05,1.05)
  }

  to{
    transform:scaleX(1)
  }
}

.animate__pulse{
  animation-name:pulse;
  animation-timing-function:ease-in-out
}

@keyframes rubberBand{
  0%{
    transform:scaleX(1)
  }

  30%{
    transform:scale3d(1.25,.75,1)
  }

  40%{
    transform:scale3d(.75,1.25,1)
  }

  50%{
    transform:scale3d(1.15,.85,1)
  }

  65%{
    transform:scale3d(.95,1.05,1)
  }

  75%{
    transform:scale3d(1.05,.95,1)
  }

  to{
    transform:scaleX(1)
  }
}

.animate__rubberBand{
  animation-name:rubberBand
}

@keyframes shakeX{
  0%,to{
    transform:translateZ(0)
  }

  10%,30%,50%,70%,90%{
    transform:translate3d(-10px,0,0)
  }

  20%,40%,60%,80%{
    transform:translate3d(10px,0,0)
  }
}

.animate__shakeX{
  animation-name:shakeX
}

@keyframes shakeY{
  0%,to{
    transform:translateZ(0)
  }

  10%,30%,50%,70%,90%{
    transform:translate3d(0,-10px,0)
  }

  20%,40%,60%,80%{
    transform:translate3d(0,10px,0)
  }
}

.animate__shakeY{
  animation-name:shakeY
}

@keyframes headShake{
  0%{
    transform:translateX(0)
  }

  6.5%{
    transform:translateX(-6px) rotateY(-9deg)
  }

  18.5%{
    transform:translateX(5px) rotateY(7deg)
  }

  31.5%{
    transform:translateX(-3px) rotateY(-5deg)
  }

  43.5%{
    transform:translateX(2px) rotateY(3deg)
  }

  50%{
    transform:translateX(0)
  }
}

.animate__headShake{
  animation-timing-function:ease-in-out;
  animation-name:headShake
}

@keyframes swing{
  20%{
    transform:rotate(15deg)
  }

  40%{
    transform:rotate(-10deg)
  }

  60%{
    transform:rotate(5deg)
  }

  80%{
    transform:rotate(-5deg)
  }

  to{
    transform:rotate(0deg)
  }
}

.animate__swing{
  transform-origin:top center;
  animation-name:swing
}

@keyframes tada{
  0%{
    transform:scaleX(1)
  }

  10%,20%{
    transform:scale3d(.9,.9,.9) rotate(-3deg)
  }

  30%,50%,70%,90%{
    transform:scale3d(1.1,1.1,1.1) rotate(3deg)
  }

  40%,60%,80%{
    transform:scale3d(1.1,1.1,1.1) rotate(-3deg)
  }

  to{
    transform:scaleX(1)
  }
}

.animate__tada{
  animation-name:tada
}

@keyframes wobble{
  0%{
    transform:translateZ(0)
  }

  15%{
    transform:translate3d(-25%,0,0) rotate(-5deg)
  }

  30%{
    transform:translate3d(20%,0,0) rotate(3deg)
  }

  45%{
    transform:translate3d(-15%,0,0) rotate(-3deg)
  }

  60%{
    transform:translate3d(10%,0,0) rotate(2deg)
  }

  75%{
    transform:translate3d(-5%,0,0) rotate(-1deg)
  }

  to{
    transform:translateZ(0)
  }
}

.animate__wobble{
  animation-name:wobble
}

@keyframes jello{
  0%,11.1%,to{
    transform:translateZ(0)
  }

  22.2%{
    transform:skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3%{
    transform:skewX(6.25deg) skewY(6.25deg)
  }

  44.4%{
    transform:skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5%{
    transform:skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6%{
    transform:skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7%{
    transform:skewX(.390625deg) skewY(.390625deg)
  }

  88.8%{
    transform:skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.animate__jello{
  animation-name:jello;
  transform-origin:center
}

@keyframes heartBeat{
  0%{
    transform:scale(1)
  }

  14%{
    transform:scale(1.3)
  }

  28%{
    transform:scale(1)
  }

  42%{
    transform:scale(1.3)
  }

  70%{
    transform:scale(1)
  }
}

.animate__heartBeat{
  animation-name:heartBeat;
  animation-duration:1.3s;
  animation-duration:calc(var(--animate-duration)*1.3);
  animation-timing-function:ease-in-out
}

@keyframes backInDown{
  0%{
    transform:translateY(-1200px) scale(.7);
    opacity:.7
  }

  80%{
    transform:translateY(0) scale(.7);
    opacity:.7
  }

  to{
    transform:scale(1);
    opacity:1
  }
}

.animate__backInDown{
  animation-name:backInDown
}

@keyframes backInLeft{
  0%{
    transform:translateX(-2000px) scale(.7);
    opacity:.7
  }

  80%{
    transform:translateX(0) scale(.7);
    opacity:.7
  }

  to{
    transform:scale(1);
    opacity:1
  }
}

.animate__backInLeft{
  animation-name:backInLeft
}

@keyframes backInRight{
  0%{
    transform:translateX(2000px) scale(.7);
    opacity:.7
  }

  80%{
    transform:translateX(0) scale(.7);
    opacity:.7
  }

  to{
    transform:scale(1);
    opacity:1
  }
}

.animate__backInRight{
  animation-name:backInRight
}

@keyframes backInUp{
  0%{
    transform:translateY(1200px) scale(.7);
    opacity:.7
  }

  80%{
    transform:translateY(0) scale(.7);
    opacity:.7
  }

  to{
    transform:scale(1);
    opacity:1
  }
}

.animate__backInUp{
  animation-name:backInUp
}

@keyframes backOutDown{
  0%{
    transform:scale(1);
    opacity:1
  }

  20%{
    transform:translateY(0) scale(.7);
    opacity:.7
  }

  to{
    transform:translateY(700px) scale(.7);
    opacity:.7
  }
}

.animate__backOutDown{
  animation-name:backOutDown
}

@keyframes backOutLeft{
  0%{
    transform:scale(1);
    opacity:1
  }

  20%{
    transform:translateX(0) scale(.7);
    opacity:.7
  }

  to{
    transform:translateX(-2000px) scale(.7);
    opacity:.7
  }
}

.animate__backOutLeft{
  animation-name:backOutLeft
}

@keyframes backOutRight{
  0%{
    transform:scale(1);
    opacity:1
  }

  20%{
    transform:translateX(0) scale(.7);
    opacity:.7
  }

  to{
    transform:translateX(2000px) scale(.7);
    opacity:.7
  }
}

.animate__backOutRight{
  animation-name:backOutRight
}

@keyframes backOutUp{
  0%{
    transform:scale(1);
    opacity:1
  }

  20%{
    transform:translateY(0) scale(.7);
    opacity:.7
  }

  to{
    transform:translateY(-700px) scale(.7);
    opacity:.7
  }
}

.animate__backOutUp{
  animation-name:backOutUp
}

@keyframes bounceIn{
  0%,20%,40%,60%,80%,to{
    animation-timing-function:cubic-bezier(.215,.61,.355,1)
  }

  0%{
    opacity:0;
    transform:scale3d(.3,.3,.3)
  }

  20%{
    transform:scale3d(1.1,1.1,1.1)
  }

  40%{
    transform:scale3d(.9,.9,.9)
  }

  60%{
    opacity:1;
    transform:scale3d(1.03,1.03,1.03)
  }

  80%{
    transform:scale3d(.97,.97,.97)
  }

  to{
    opacity:1;
    transform:scaleX(1)
  }
}

.animate__bounceIn{
  animation-duration:.75s;
  animation-duration:calc(var(--animate-duration)*0.75);
  animation-name:bounceIn
}

@keyframes bounceInDown{
  0%,60%,75%,90%,to{
    animation-timing-function:cubic-bezier(.215,.61,.355,1)
  }

  0%{
    opacity:0;
    transform:translate3d(0,-3000px,0) scaleY(3)
  }

  60%{
    opacity:1;
    transform:translate3d(0,25px,0) scaleY(.9)
  }

  75%{
    transform:translate3d(0,-10px,0) scaleY(.95)
  }

  90%{
    transform:translate3d(0,5px,0) scaleY(.985)
  }

  to{
    transform:translateZ(0)
  }
}

.animate__bounceInDown{
  animation-name:bounceInDown
}

@keyframes bounceInLeft{
  0%,60%,75%,90%,to{
    animation-timing-function:cubic-bezier(.215,.61,.355,1)
  }

  0%{
    opacity:0;
    transform:translate3d(-3000px,0,0) scaleX(3)
  }

  60%{
    opacity:1;
    transform:translate3d(25px,0,0) scaleX(1)
  }

  75%{
    transform:translate3d(-10px,0,0) scaleX(.98)
  }

  90%{
    transform:translate3d(5px,0,0) scaleX(.995)
  }

  to{
    transform:translateZ(0)
  }
}

.animate__bounceInLeft{
  animation-name:bounceInLeft
}

@keyframes bounceInRight{
  0%,60%,75%,90%,to{
    animation-timing-function:cubic-bezier(.215,.61,.355,1)
  }

  0%{
    opacity:0;
    transform:translate3d(3000px,0,0) scaleX(3)
  }

  60%{
    opacity:1;
    transform:translate3d(-25px,0,0) scaleX(1)
  }

  75%{
    transform:translate3d(10px,0,0) scaleX(.98)
  }

  90%{
    transform:translate3d(-5px,0,0) scaleX(.995)
  }

  to{
    transform:translateZ(0)
  }
}

.animate__bounceInRight{
  animation-name:bounceInRight
}

@keyframes bounceInUp{
  0%,60%,75%,90%,to{
    animation-timing-function:cubic-bezier(.215,.61,.355,1)
  }

  0%{
    opacity:0;
    transform:translate3d(0,3000px,0) scaleY(5)
  }

  60%{
    opacity:1;
    transform:translate3d(0,-20px,0) scaleY(.9)
  }

  75%{
    transform:translate3d(0,10px,0) scaleY(.95)
  }

  90%{
    transform:translate3d(0,-5px,0) scaleY(.985)
  }

  to{
    transform:translateZ(0)
  }
}

.animate__bounceInUp{
  animation-name:bounceInUp
}

@keyframes bounceOut{
  20%{
    transform:scale3d(.9,.9,.9)
  }

  50%,55%{
    opacity:1;
    transform:scale3d(1.1,1.1,1.1)
  }

  to{
    opacity:0;
    transform:scale3d(.3,.3,.3)
  }
}

.animate__bounceOut{
  animation-duration:.75s;
  animation-duration:calc(var(--animate-duration)*0.75);
  animation-name:bounceOut
}

@keyframes bounceOutDown{
  20%{
    transform:translate3d(0,10px,0) scaleY(.985)
  }

  40%,45%{
    opacity:1;
    transform:translate3d(0,-20px,0) scaleY(.9)
  }

  to{
    opacity:0;
    transform:translate3d(0,2000px,0) scaleY(3)
  }
}

.animate__bounceOutDown{
  animation-name:bounceOutDown
}

@keyframes bounceOutLeft{
  20%{
    opacity:1;
    transform:translate3d(20px,0,0) scaleX(.9)
  }

  to{
    opacity:0;
    transform:translate3d(-2000px,0,0) scaleX(2)
  }
}

.animate__bounceOutLeft{
  animation-name:bounceOutLeft
}

@keyframes bounceOutRight{
  20%{
    opacity:1;
    transform:translate3d(-20px,0,0) scaleX(.9)
  }

  to{
    opacity:0;
    transform:translate3d(2000px,0,0) scaleX(2)
  }
}

.animate__bounceOutRight{
  animation-name:bounceOutRight
}

@keyframes bounceOutUp{
  20%{
    transform:translate3d(0,-10px,0) scaleY(.985)
  }

  40%,45%{
    opacity:1;
    transform:translate3d(0,20px,0) scaleY(.9)
  }

  to{
    opacity:0;
    transform:translate3d(0,-2000px,0) scaleY(3)
  }
}

.animate__bounceOutUp{
  animation-name:bounceOutUp
}

@keyframes fadeIn{
  0%{
    opacity:0
  }

  to{
    opacity:1
  }
}

.animate__fadeIn{
  animation-name:fadeIn
}

@keyframes fadeInDown{
  0%{
    opacity:0;
    transform:translate3d(0,-100%,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInDown{
  animation-name:fadeInDown
}

@keyframes fadeInDownBig{
  0%{
    opacity:0;
    transform:translate3d(0,-2000px,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInDownBig{
  animation-name:fadeInDownBig
}

@keyframes fadeInLeft{
  0%{
    opacity:0;
    transform:translate3d(-100%,0,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInLeft{
  animation-name:fadeInLeft
}

@keyframes fadeInLeftBig{
  0%{
    opacity:0;
    transform:translate3d(-2000px,0,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInLeftBig{
  animation-name:fadeInLeftBig
}

@keyframes fadeInRight{
  0%{
    opacity:0;
    transform:translate3d(100%,0,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInRight{
  animation-name:fadeInRight
}

@keyframes fadeInRightBig{
  0%{
    opacity:0;
    transform:translate3d(2000px,0,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInRightBig{
  animation-name:fadeInRightBig
}

@keyframes fadeInUp{
  0%{
    opacity:0;
    transform:translate3d(0,100%,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInUp{
  animation-name:fadeInUp
}

@keyframes fadeInUpBig{
  0%{
    opacity:0;
    transform:translate3d(0,2000px,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInUpBig{
  animation-name:fadeInUpBig
}

@keyframes fadeInTopLeft{
  0%{
    opacity:0;
    transform:translate3d(-100%,-100%,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInTopLeft{
  animation-name:fadeInTopLeft
}

@keyframes fadeInTopRight{
  0%{
    opacity:0;
    transform:translate3d(100%,-100%,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInTopRight{
  animation-name:fadeInTopRight
}

@keyframes fadeInBottomLeft{
  0%{
    opacity:0;
    transform:translate3d(-100%,100%,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInBottomLeft{
  animation-name:fadeInBottomLeft
}

@keyframes fadeInBottomRight{
  0%{
    opacity:0;
    transform:translate3d(100%,100%,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInBottomRight{
  animation-name:fadeInBottomRight
}

@keyframes fadeOut{
  0%{
    opacity:1
  }

  to{
    opacity:0
  }
}

.animate__fadeOut{
  animation-name:fadeOut
}

@keyframes fadeOutDown{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(0,100%,0)
  }
}

.animate__fadeOutDown{
  animation-name:fadeOutDown
}

@keyframes fadeOutDownBig{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(0,2000px,0)
  }
}

.animate__fadeOutDownBig{
  animation-name:fadeOutDownBig
}

@keyframes fadeOutLeft{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(-100%,0,0)
  }
}

.animate__fadeOutLeft{
  animation-name:fadeOutLeft
}

@keyframes fadeOutLeftBig{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(-2000px,0,0)
  }
}

.animate__fadeOutLeftBig{
  animation-name:fadeOutLeftBig
}

@keyframes fadeOutRight{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(100%,0,0)
  }
}

.animate__fadeOutRight{
  animation-name:fadeOutRight
}

@keyframes fadeOutRightBig{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(2000px,0,0)
  }
}

.animate__fadeOutRightBig{
  animation-name:fadeOutRightBig
}

@keyframes fadeOutUp{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(0,-100%,0)
  }
}

.animate__fadeOutUp{
  animation-name:fadeOutUp
}

@keyframes fadeOutUpBig{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(0,-2000px,0)
  }
}

.animate__fadeOutUpBig{
  animation-name:fadeOutUpBig
}

@keyframes fadeOutTopLeft{
  0%{
    opacity:1;
    transform:translateZ(0)
  }

  to{
    opacity:0;
    transform:translate3d(-100%,-100%,0)
  }
}

.animate__fadeOutTopLeft{
  animation-name:fadeOutTopLeft
}

@keyframes fadeOutTopRight{
  0%{
    opacity:1;
    transform:translateZ(0)
  }

  to{
    opacity:0;
    transform:translate3d(100%,-100%,0)
  }
}

.animate__fadeOutTopRight{
  animation-name:fadeOutTopRight
}

@keyframes fadeOutBottomRight{
  0%{
    opacity:1;
    transform:translateZ(0)
  }

  to{
    opacity:0;
    transform:translate3d(100%,100%,0)
  }
}

.animate__fadeOutBottomRight{
  animation-name:fadeOutBottomRight
}

@keyframes fadeOutBottomLeft{
  0%{
    opacity:1;
    transform:translateZ(0)
  }

  to{
    opacity:0;
    transform:translate3d(-100%,100%,0)
  }
}

.animate__fadeOutBottomLeft{
  animation-name:fadeOutBottomLeft
}

@keyframes flip{
  0%{
    transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function:ease-out
  }

  40%{
    transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function:ease-out
  }

  50%{
    transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function:ease-in
  }

  80%{
    transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
    animation-timing-function:ease-in
  }

  to{
    transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function:ease-in
  }
}

.animate__animated.animate__flip{
  -webkit-backface-visibility:visible;
  backface-visibility:visible;
  animation-name:flip
}

@keyframes flipInX{
  0%{
    transform:perspective(400px) rotateX(90deg);
    animation-timing-function:ease-in;
    opacity:0
  }

  40%{
    transform:perspective(400px) rotateX(-20deg);
    animation-timing-function:ease-in
  }

  60%{
    transform:perspective(400px) rotateX(10deg);
    opacity:1
  }

  80%{
    transform:perspective(400px) rotateX(-5deg)
  }

  to{
    transform:perspective(400px)
  }
}

.animate__flipInX{
  -webkit-backface-visibility:visible!important;
  backface-visibility:visible!important;
  animation-name:flipInX
}

@keyframes flipInY{
  0%{
    transform:perspective(400px) rotateY(90deg);
    animation-timing-function:ease-in;
    opacity:0
  }

  40%{
    transform:perspective(400px) rotateY(-20deg);
    animation-timing-function:ease-in
  }

  60%{
    transform:perspective(400px) rotateY(10deg);
    opacity:1
  }

  80%{
    transform:perspective(400px) rotateY(-5deg)
  }

  to{
    transform:perspective(400px)
  }
}

.animate__flipInY{
  -webkit-backface-visibility:visible!important;
  backface-visibility:visible!important;
  animation-name:flipInY
}

@keyframes flipOutX{
  0%{
    transform:perspective(400px)
  }

  30%{
    transform:perspective(400px) rotateX(-20deg);
    opacity:1
  }

  to{
    transform:perspective(400px) rotateX(90deg);
    opacity:0
  }
}

.animate__flipOutX{
  animation-duration:.75s;
  animation-duration:calc(var(--animate-duration)*0.75);
  animation-name:flipOutX;
  -webkit-backface-visibility:visible!important;
  backface-visibility:visible!important
}

@keyframes flipOutY{
  0%{
    transform:perspective(400px)
  }

  30%{
    transform:perspective(400px) rotateY(-15deg);
    opacity:1
  }

  to{
    transform:perspective(400px) rotateY(90deg);
    opacity:0
  }
}

.animate__flipOutY{
  animation-duration:.75s;
  animation-duration:calc(var(--animate-duration)*0.75);
  -webkit-backface-visibility:visible!important;
  backface-visibility:visible!important;
  animation-name:flipOutY
}

@keyframes lightSpeedInRight{
  0%{
    transform:translate3d(100%,0,0) skewX(-30deg);
    opacity:0
  }

  60%{
    transform:skewX(20deg);
    opacity:1
  }

  80%{
    transform:skewX(-5deg)
  }

  to{
    transform:translateZ(0)
  }
}

.animate__lightSpeedInRight{
  animation-name:lightSpeedInRight;
  animation-timing-function:ease-out
}

@keyframes lightSpeedInLeft{
  0%{
    transform:translate3d(-100%,0,0) skewX(30deg);
    opacity:0
  }

  60%{
    transform:skewX(-20deg);
    opacity:1
  }

  80%{
    transform:skewX(5deg)
  }

  to{
    transform:translateZ(0)
  }
}

.animate__lightSpeedInLeft{
  animation-name:lightSpeedInLeft;
  animation-timing-function:ease-out
}

@keyframes lightSpeedOutRight{
  0%{
    opacity:1
  }

  to{
    transform:translate3d(100%,0,0) skewX(30deg);
    opacity:0
  }
}

.animate__lightSpeedOutRight{
  animation-name:lightSpeedOutRight;
  animation-timing-function:ease-in
}

@keyframes lightSpeedOutLeft{
  0%{
    opacity:1
  }

  to{
    transform:translate3d(-100%,0,0) skewX(-30deg);
    opacity:0
  }
}

.animate__lightSpeedOutLeft{
  animation-name:lightSpeedOutLeft;
  animation-timing-function:ease-in
}

@keyframes rotateIn{
  0%{
    transform:rotate(-200deg);
    opacity:0
  }

  to{
    transform:translateZ(0);
    opacity:1
  }
}

.animate__rotateIn{
  animation-name:rotateIn;
  transform-origin:center
}

@keyframes rotateInDownLeft{
  0%{
    transform:rotate(-45deg);
    opacity:0
  }

  to{
    transform:translateZ(0);
    opacity:1
  }
}

.animate__rotateInDownLeft{
  animation-name:rotateInDownLeft;
  transform-origin:left bottom
}

@keyframes rotateInDownRight{
  0%{
    transform:rotate(45deg);
    opacity:0
  }

  to{
    transform:translateZ(0);
    opacity:1
  }
}

.animate__rotateInDownRight{
  animation-name:rotateInDownRight;
  transform-origin:right bottom
}

@keyframes rotateInUpLeft{
  0%{
    transform:rotate(45deg);
    opacity:0
  }

  to{
    transform:translateZ(0);
    opacity:1
  }
}

.animate__rotateInUpLeft{
  animation-name:rotateInUpLeft;
  transform-origin:left bottom
}

@keyframes rotateInUpRight{
  0%{
    transform:rotate(-90deg);
    opacity:0
  }

  to{
    transform:translateZ(0);
    opacity:1
  }
}

.animate__rotateInUpRight{
  animation-name:rotateInUpRight;
  transform-origin:right bottom
}

@keyframes rotateOut{
  0%{
    opacity:1
  }

  to{
    transform:rotate(200deg);
    opacity:0
  }
}

.animate__rotateOut{
  animation-name:rotateOut;
  transform-origin:center
}

@keyframes rotateOutDownLeft{
  0%{
    opacity:1
  }

  to{
    transform:rotate(45deg);
    opacity:0
  }
}

.animate__rotateOutDownLeft{
  animation-name:rotateOutDownLeft;
  transform-origin:left bottom
}

@keyframes rotateOutDownRight{
  0%{
    opacity:1
  }

  to{
    transform:rotate(-45deg);
    opacity:0
  }
}

.animate__rotateOutDownRight{
  animation-name:rotateOutDownRight;
  transform-origin:right bottom
}

@keyframes rotateOutUpLeft{
  0%{
    opacity:1
  }

  to{
    transform:rotate(-45deg);
    opacity:0
  }
}

.animate__rotateOutUpLeft{
  animation-name:rotateOutUpLeft;
  transform-origin:left bottom
}

@keyframes rotateOutUpRight{
  0%{
    opacity:1
  }

  to{
    transform:rotate(90deg);
    opacity:0
  }
}

.animate__rotateOutUpRight{
  animation-name:rotateOutUpRight;
  transform-origin:right bottom
}

@keyframes hinge{
  0%{
    animation-timing-function:ease-in-out
  }

  20%,60%{
    transform:rotate(80deg);
    animation-timing-function:ease-in-out
  }

  40%,80%{
    transform:rotate(60deg);
    animation-timing-function:ease-in-out;
    opacity:1
  }

  to{
    transform:translate3d(0,700px,0);
    opacity:0
  }
}

.animate__hinge{
  animation-duration:2s;
  animation-duration:calc(var(--animate-duration)*2);
  animation-name:hinge;
  transform-origin:top left
}

@keyframes jackInTheBox{
  0%{
    opacity:0;
    transform:scale(.1) rotate(30deg);
    transform-origin:center bottom
  }

  50%{
    transform:rotate(-10deg)
  }

  70%{
    transform:rotate(3deg)
  }

  to{
    opacity:1;
    transform:scale(1)
  }
}

.animate__jackInTheBox{
  animation-name:jackInTheBox
}

@keyframes rollIn{
  0%{
    opacity:0;
    transform:translate3d(-100%,0,0) rotate(-120deg)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__rollIn{
  animation-name:rollIn
}

@keyframes rollOut{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(100%,0,0) rotate(120deg)
  }
}

.animate__rollOut{
  animation-name:rollOut
}

@keyframes zoomIn{
  0%{
    opacity:0;
    transform:scale3d(.3,.3,.3)
  }

  50%{
    opacity:1
  }
}

.animate__zoomIn{
  animation-name:zoomIn
}

@keyframes zoomInDown{
  0%{
    opacity:0;
    transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    animation-timing-function:cubic-bezier(.55,.055,.675,.19)
  }

  60%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
    animation-timing-function:cubic-bezier(.175,.885,.32,1)
  }
}

.animate__zoomInDown{
  animation-name:zoomInDown
}

@keyframes zoomInLeft{
  0%{
    opacity:0;
    transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    animation-timing-function:cubic-bezier(.55,.055,.675,.19)
  }

  60%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(10px,0,0);
    animation-timing-function:cubic-bezier(.175,.885,.32,1)
  }
}

.animate__zoomInLeft{
  animation-name:zoomInLeft
}

@keyframes zoomInRight{
  0%{
    opacity:0;
    transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);
    animation-timing-function:cubic-bezier(.55,.055,.675,.19)
  }

  60%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);
    animation-timing-function:cubic-bezier(.175,.885,.32,1)
  }
}

.animate__zoomInRight{
  animation-name:zoomInRight
}

@keyframes zoomInUp{
  0%{
    opacity:0;
    transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);
    animation-timing-function:cubic-bezier(.55,.055,.675,.19)
  }

  60%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
    animation-timing-function:cubic-bezier(.175,.885,.32,1)
  }
}

.animate__zoomInUp{
  animation-name:zoomInUp
}

@keyframes zoomOut{
  0%{
    opacity:1
  }

  50%{
    opacity:0;
    transform:scale3d(.3,.3,.3)
  }

  to{
    opacity:0
  }
}

.animate__zoomOut{
  animation-name:zoomOut
}

@keyframes zoomOutDown{
  40%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
    animation-timing-function:cubic-bezier(.55,.055,.675,.19)
  }

  to{
    opacity:0;
    transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);
    animation-timing-function:cubic-bezier(.175,.885,.32,1)
  }
}

.animate__zoomOutDown{
  animation-name:zoomOutDown;
  transform-origin:center bottom
}

@keyframes zoomOutLeft{
  40%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(42px,0,0)
  }

  to{
    opacity:0;
    transform:scale(.1) translate3d(-2000px,0,0)
  }
}

.animate__zoomOutLeft{
  animation-name:zoomOutLeft;
  transform-origin:left center
}

@keyframes zoomOutRight{
  40%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)
  }

  to{
    opacity:0;
    transform:scale(.1) translate3d(2000px,0,0)
  }
}

.animate__zoomOutRight{
  animation-name:zoomOutRight;
  transform-origin:right center
}

@keyframes zoomOutUp{
  40%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
    animation-timing-function:cubic-bezier(.55,.055,.675,.19)
  }

  to{
    opacity:0;
    transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    animation-timing-function:cubic-bezier(.175,.885,.32,1)
  }
}

.animate__zoomOutUp{
  animation-name:zoomOutUp;
  transform-origin:center bottom
}

@keyframes slideInDown{
  0%{
    transform:translate3d(0,-100%,0);
    visibility:visible
  }

  to{
    transform:translateZ(0)
  }
}

.animate__slideInDown{
  animation-name:slideInDown
}

@keyframes slideInLeft{
  0%{
    transform:translate3d(-100%,0,0);
    visibility:visible
  }

  to{
    transform:translateZ(0)
  }
}

.animate__slideInLeft{
  animation-name:slideInLeft
}

@keyframes slideInRight{
  0%{
    transform:translate3d(100%,0,0);
    visibility:visible
  }

  to{
    transform:translateZ(0)
  }
}

.animate__slideInRight{
  animation-name:slideInRight
}

@keyframes slideInUp{
  0%{
    transform:translate3d(0,100%,0);
    visibility:visible
  }

  to{
    transform:translateZ(0)
  }
}

.animate__slideInUp{
  animation-name:slideInUp
}

@keyframes slideOutDown{
  0%{
    transform:translateZ(0)
  }

  to{
    visibility:hidden;
    transform:translate3d(0,100%,0)
  }
}

.animate__slideOutDown{
  animation-name:slideOutDown
}

@keyframes slideOutLeft{
  0%{
    transform:translateZ(0)
  }

  to{
    visibility:hidden;
    transform:translate3d(-100%,0,0)
  }
}

.animate__slideOutLeft{
  animation-name:slideOutLeft
}

@keyframes slideOutRight{
  0%{
    transform:translateZ(0)
  }

  to{
    visibility:hidden;
    transform:translate3d(100%,0,0)
  }
}

.animate__slideOutRight{
  animation-name:slideOutRight
}

@keyframes slideOutUp{
  0%{
    transform:translateZ(0)
  }

  to{
    visibility:hidden;
    transform:translate3d(0,-100%,0)
  }
}

.animate__slideOutUp{
  animation-name:slideOutUp
}

article > *:not(.entry-content),
.entry-content > *{
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

#headerMain{
  box-shadow: 0px 0px 7px rgba(00,00,00,0.1);
}

#headerMain.scroll-active{
  top: -300px;
  transition: all 0.4s ease-in-out;
}

#headerMain.scroll-active .topNav{
  position: relative;
  top: -90px;
  transition: all 0.4s ease-in-out;
}

#headerMain.scroll-active.sticky{
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999999;
  height: -moz-fit-content;
  height: fit-content;
}

#headerMain.scroll-active.sticky .topNav{
  top: 0;
  position: relative;
}

@media (max-width: 768px){
  #headerMain.scroll-active.sticky .topNav{
    top: 0
  }
}

.entry-content h1, .block-editor-block-list__layout h1{
  font-size: 1.5rem;
  line-height: 2rem;
}

.entry-content h2, .block-editor-block-list__layout h2{
  font-size: 20px;
}

.entry-content h3, .block-editor-block-list__layout h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
  text-decoration-line: none;
}

.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
  margin-bottom: 2rem;
}

.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
  list-style-position: inside;
  list-style-type: disc;
}

.entry-content ol li, .block-editor-block-list__layout ol li{
  list-style-position: inside;
  list-style-type: decimal;
}

.custom-logo-link img{
  width: 280px;
  max-width: 90%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#mobile-utility-menu li a img,#location_utility li a img{
  margin-right: 12px!important;
}

.alt-mobile-menu-wrapper.active .alt-mobile-menu{
  display: block;
}

.alt-mobile-menu-wrapper #alt-mobile-nav{
  position: absolute;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: #f1f1f1;
  box-shadow: 0px 10px 10px rgba(00,00,00,0.2);
}

.alt-mobile-menu-wrapper #alt-mobile-nav li{
  border-bottom: 1px solid #002F6C;
}

.alt-mobile-menu-wrapper #alt-mobile-nav li:last-of-type{
  border: 0;
}

.alt-mobile-menu-wrapper #alt-mobile-nav li ul{
  display: none;
}

#menu-primary-menu .super-sub-menu,#primary-menu .super-sub-menu{
  height: 0px;
  visibility: hidden;
  opacity: 0;
  transition: 0s;
  display: none;
}

#menu-primary-menu .super-sub-menu .menu-content,#primary-menu .super-sub-menu .menu-content{
  transform: translateY(-50px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: relative;
  height: 0px;
  overflow: hidden;
}

#menu-primary-menu .super-sub-menu li a,#primary-menu .super-sub-menu li a{
  font-weight: 400;
  color: #324258;
}

#menu-primary-menu .super-sub-menu li a.navtitle,#primary-menu .super-sub-menu li a.navtitle{
  font-weight: 900;
}

#menu-primary-menu .super-sub-menu li a.navtitle:hover,#primary-menu .super-sub-menu li a.navtitle:hover{
  color: #00559F !important;
}

#menu-primary-menu .super-sub-menu .aboveimglink,#primary-menu .super-sub-menu .aboveimglink{
  color: #00559F;
}

#menu-primary-menu .super-sub-menu .aboveimglink:hover,#primary-menu .super-sub-menu .aboveimglink:hover{
  color: #002F6C;
}

#menu-primary-menu .super-sub-menu .belowimglink,#primary-menu .super-sub-menu .belowimglink{
  color: #00559F;
}

#menu-primary-menu .super-sub-menu .belowimglink:hover,#primary-menu .super-sub-menu .belowimglink:hover{
  color: #002F6C;
}

#menu-primary-menu .menu-item a,#primary-menu .menu-item a{
  font-weight: 600;
  color: #002F6C;
}

#menu-primary-menu .menu-item a.navtitle,#primary-menu .menu-item a.navtitle{
  font-weight: 900;
}

#menu-primary-menu .menu-item a:hover,#primary-menu .menu-item a:hover{
  color: #00559F;
  transition: all 0.4s ease-in-out;
}

#menu-primary-menu .menu-item .super-sub-menu,#primary-menu .menu-item .super-sub-menu{
  transition: all 0.7s ease-in-out;
}

#menu-primary-menu .menu-item:hover .super-sub-menu,#primary-menu .menu-item:hover .super-sub-menu{
  display: block;
  height: auto;
  visibility: visible;
  opacity: 1;
}

#menu-primary-menu .menu-item:hover .super-sub-menu .menu-content,#primary-menu .menu-item:hover .super-sub-menu .menu-content{
  transform: translateY(0px);
  opacity: 1;
  height: auto;
}

.home-hero-slider-wrapper .slick-dots-holder .slick-dots{
  display: flex;
  -moz-column-gap: 11px;
       column-gap: 11px;
}

.home-hero-slider-wrapper .slick-dots-holder .slick-dots .slick-active button{
  border: 1px solid #ffb612;
  background-color: #ffb612;
  height: 14px;
  width: 14px;
  font-size: 0;
  border-radius: 50%;
}

.home-hero-slider-wrapper .slick-dots-holder .slick-dots li button{
  border: 1px solid white;
  height: 14px;
  width: 14px;
  font-size: 0;
  border-radius: 50%;
}

@media (max-width:960px){
  .home-hero-slider-wrapper .slick-dots-holder .slick-dots .slick-active button{
    border-color: #00559F;
    background-color: #00559F;
  }

  .home-hero-slider-wrapper .slick-dots-holder .slick-dots li button{
    border-color: #00559F;
  }
}

.stories-slides .slick-track{
  display: flex !important;
}

@media (max-width: 767.98px){
  .stories-slides .slick-list{
    overflow: visible;
  }

  .awards-slides .slick-slide{
    padding: 0 10px
  }
}

.stories-slides .slick-dots, .awsl-dots .slick-dots{
  display: flex;
  -moz-column-gap: 11px;
       column-gap: 11px;
  justify-content: center;
  margin-top: 20px;
}

.stories-slides .slick-dots .slick-active button,.awsl-dots .slick-dots .slick-active button{
  border-color: #00559F;
  background-color: #00559F;
  height: 14px;
  width: 14px;
  font-size: 0;
  border-radius: 50%;
}

.stories-slides .slick-dots li button,.awsl-dots .slick-dots li button{
  border: 1px solid #00559f;
  height: 14px;
  width: 14px;
  font-size: 0;
  border-radius: 50%;
}

@media (min-width: 960px){
  .home-hero-slider .slick-list {
    height: 100%;
  }

  .home-hero-slider .slick-track{
    height: 100%;
  }
}

.super-sub-menu{
  display: none;
}

#mobile-nav li,#off-canvas-menu li{
  border-bottom: 1px solid #CCD5E2;
}

#mobile-nav li.top-level .toggleChildren span,#off-canvas-menu li.top-level .toggleChildren span{
  transition: all 0.3s ease-in-out;
}

#mobile-nav li.top-level.open .toggleChildren span,#off-canvas-menu li.top-level.open .toggleChildren span{
  transform: rotate(180deg);
}

#mobile-nav .sub-menu,#off-canvas-menu .sub-menu{
  padding-bottom: 20px;
}

#mobile-nav .sub-menu li,#off-canvas-menu .sub-menu li{
  border: 0;
}

#mobile-nav .sub-menu li a,#off-canvas-menu .sub-menu li a{
  border: 0;
  font-size: 17px;
  color: #324258;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "adelle-sans", sans-serif;
}

#mobile-nav .sub-menu li a:hover,#off-canvas-menu .sub-menu li a:hover{
  color: #0a55a0;
}

.stories-slides .slick-track {
  display: flex !important;
  justify-content: space-between;
}

.stories-slides .slick-track .slick-slide {
  height: inherit !important;
  display: flex !important;
}

.patient-information-slider{
  overflow: hidden;
}

@media (max-width: 780px){
  .patient-information-slider .patient-slides .slick-list{
    overflow: visible;
  }
}

.patient-information-slider .slick-dots{
  display: flex;
  -moz-column-gap: 11px;
       column-gap: 11px;
  justify-content: center;
}

.patient-information-slider .slick-dots .slick-active button{
  border: 1px solid #00559F;
  background-color: #00559F;
  height: 14px;
  width: 14px;
  font-size: 0;
  border-radius: 50%;
}

.patient-information-slider .slick-dots li button{
  border: 1px solid #00559F;
  height: 14px;
  width: 14px;
  font-size: 0;
  border-radius: 50%;
}

.img-slider-dots .slick-dots{
  display: flex;
  -moz-column-gap: 11px;
       column-gap: 11px;
  justify-content: start;
}

.img-slider-dots .slick-dots .slick-active button{
  border: 1px solid #00559F;
  background-color: #00559F;
  height: 14px;
  width: 14px;
  font-size: 0;
  border-radius: 50%;
}

.img-slider-dots .slick-dots li button{
  border: 1px solid #00559F;
  height: 14px;
  width: 14px;
  font-size: 0;
  border-radius: 50%;
}

.review-slider .r-dots{
  margin-left: 75px;
}

@media (max-width: 991.98px){
  .review-slider .r-dots{
    margin-left: 25px
  }
}

.review-slider .r-dots .slick-dots{
  display: flex;
  -moz-column-gap: 11px;
       column-gap: 11px;
  justify-content: center;
}

@media (max-width: 991.98px){
  .review-slider .r-dots .slick-dots{
    justify-content: start
  }
}

.review-slider .r-dots .slick-dots .slick-active button{
  border: 1px solid #ffb612;
  background-color: #ffb612;
  height: 14px;
  width: 14px;
  font-size: 0;
  border-radius: 50%;
}

.review-slider .r-dots .slick-dots li button{
  border: 1px solid white;
  height: 14px;
  width: 14px;
  font-size: 0;
  border-radius: 50%;
}

.quote-slider .slick-track{
  display: flex;
}

.quote-slider .slick-track .slide{
  height: inherit;
  display: flex;
}

.quote-slider .q-dots{
  margin-left: 75px;
}

@media (max-width: 991.98px){
  .quote-slider .q-dots{
    margin-left: 25px
  }
}

.quote-slider .q-dots .slick-dots{
  display: flex;
  -moz-column-gap: 11px;
       column-gap: 11px;
  justify-content: center;
}

@media (max-width: 991.98px){
  .quote-slider .q-dots .slick-dots{
    justify-content: start
  }
}

.quote-slider .q-dots .slick-dots .slick-active button{
  border: 1px solid #ffb612;
  background-color: #ffb612;
  height: 14px;
  width: 14px;
  font-size: 0;
  border-radius: 50%;
}

.quote-slider .q-dots .slick-dots li button{
  border: 1px solid white;
  height: 14px;
  width: 14px;
  font-size: 0;
  border-radius: 50%;
}

.olocations-dots .slick-dots{
  display: flex;
  -moz-column-gap: 11px;
       column-gap: 11px;
  justify-content: center;
}

.olocations-dots .slick-dots .slick-active button{
  border: 1px solid #00559f;
  background-color: #00559f;
  height: 14px;
  width: 14px;
  font-size: 0;
  border-radius: 50%;
}

.olocations-dots .slick-dots li button{
  border: 1px solid #00559f;
  height: 14px;
  width: 14px;
  font-size: 0;
  border-radius: 50%;
}

.careers-header .slideNav .slick-dots{
  display: flex;
  -moz-column-gap: 11px;
       column-gap: 11px;
}

.careers-header .slideNav .slick-dots .slick-active button{
  border: 1px solid #ffb612;
  background-color: #ffb612;
  height: 14px;
  width: 14px;
  font-size: 0;
  border-radius: 50%;
}

.careers-header .slideNav .slick-dots li button{
  border: 1px solid white;
  height: 14px;
  width: 14px;
  font-size: 0;
  border-radius: 50%;
}

.pledge-dots .slick-dots{
  display: flex;
  -moz-column-gap: 11px;
       column-gap: 11px;
  justify-content: center;
}

.pledge-dots .slick-dots .slick-active button{
  border: 1px solid #ffb612;
  background-color: #ffb612;
  height: 14px;
  width: 14px;
  font-size: 0;
  border-radius: 50%;
}

.pledge-dots .slick-dots li button{
  border: 1px solid white;
  height: 14px;
  width: 14px;
  font-size: 0;
  border-radius: 50%;
}

.event-card-sl .event-cards .slide{
  height: inherit;
}

.event-card-sl .event-cards .slide .event-card{
  height: 100%;
}

.event-card-sl .event-cards .slick-track{
  display: flex !important;
}

@media (max-width: 767.98px){
  .event-card-sl .event-cards .slick-list{
    overflow: visible;
  }
}

.event-card-sl .slick-dots{
  display: flex;
  -moz-column-gap: 11px;
       column-gap: 11px;
  justify-content: center;
}

.event-card-sl .slick-dots .slick-active button{
  border: 1px solid #ffb612;
  background-color: #ffb612;
  height: 14px;
  width: 14px;
  font-size: 0;
  border-radius: 50%;
}

.event-card-sl .slick-dots li button{
  border: 1px solid #00559f;
  height: 14px;
  width: 14px;
  font-size: 0;
  border-radius: 50%;
}

.patient-slides .slick-track {
  display: flex !important;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: space-between;
}

.patient-slides .slick-track .slick-slide {
  height: inherit !important;
  display: flex !important;
  flex-direction: column;
}

.bg-covblue .icon-hospital svg polygon {
  stroke: white !important;
}

.bg-covblue .icon-hospital svg path {
  stroke: white !important;
}

.bg-covblue .icon-hospital svg line {
  stroke: white !important;
}

@media(min-width: 1280px){
  .lg\:bg-covblue .icon-hospital svg polygon {
    stroke: white !important;
  }

  .lg\:bg-covblue .icon-hospital svg path {
    stroke: white !important;
  }

  .lg\:bg-covblue .icon-hospital svg line {
    stroke: white !important;
  }

  .lg\:bg-covblue .icon-calendar svg polygon, .lg\:bg-covblue .icon-calendar svg path, .lg\:bg-covblue .icon-calendar svg line{
    stroke: white !important;
  }

  .lg\:bg-secondary .icon-calendar svg polygon, .lg\:bg-secondary .icon-calendar svg path, .lg\:bg-secondary .icon-calendar svg line{
    stroke: white !important;
  }
}

.bg-lightgray .icon-hospital svg polygon, .lg\:bg-lightgray .icon-hospital svg polygon {
  stroke: #00559f;
}

.bg-lightgray .icon-hospital svg path, .lg\:bg-lightgray .icon-hospital svg path {
  stroke: #00559f;
}

.bg-lightgray .icon-hospital svg line, .lg\:bg-lightgray .icon-hospital svg line {
  stroke: #00559f;
}

.lg\:bg-lightgray .icon-calendar svg polygon, .bg-lightgray .icon-calendar svg polygon {
  stroke: #00559f;
}

.lg\:bg-lightgray .icon-calendar svg path, .bg-lightgray .icon-calendar svg path {
  stroke: #00559f;
}

.lg\:bg-lightgray .icon-calendar svg line, .bg-lightgray .icon-calendar svg line {
  stroke: #00559f;
}

.lg\:bg-secondary .icon-badge svg, .bg-secondary .icon-badge svg{
  width: 31px;
  fill: white;
  margin-bottom: .5rem;
}

.lg\:bg-secondary .icon-doctor svg line, .bg-secondary .icon-doctor svg line,.lg\:bg-secondary .icon-doctor svg path, .bg-secondary .icon-doctor svg path{
  stroke: white;
}

.lg\:bg-covblue .icon-doctor svg line, .bg-covblue .icon-doctor svg line,.lg\:bg-covblue .icon-doctor svg path, .bg-covblue .icon-doctor svg path{
  stroke: white;
}

.lg\:bg-secondary .icon-tools svg line, .bg-secondary .icon-tools svg line,.lg\:bg-secondary .icon-tools svg path, .bg-secondary .icon-tools svg path{
  stroke: white;
}

.bg-covblue .icon-calendar svg line, .bg-covblue .icon-calendar svg path, .bg-covblue .icon-calendar svg polygon{
  stroke: white;
}

.bg-secondary .icon-calendar svg line, .bg-secondary .icon-calendar svg path, .bg-secondary .icon-calendar svg polygon{
  stroke: white;
}

.lg\:bg-lightgray .icon-calendar svg line, .bg-lightgray .icon-calendar svg line,.lg\:bg-lightgray .icon-calendar svg path, .bg-lightgray .icon-calendar svg path,.lg\:bg-lightgray .icon-calendar svg polygon, .bg-lightgray .icon-calendar svg polygon{
  stroke: #00559f;
}

.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

/* Styling Switches */

.switch {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 28px;
}

/* Hide default HTML checkbox */

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #586B7D;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0089C4;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0089C4;
}

input:checked + .slider:before {
  transform: translateX(30px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.window-warning, .ofscr {
  position: absolute;
  left: -9000px;
  width: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
}

.custom-select{
  background-image: url(/wp-content/themes/covenant/images/chevron-down-solid.svg);
  background-size: 16px;
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* Algolia Style Overrides */

.ais-SearchBox-form{
  height: 56px !important;
  margin: 12px auto;
  background: transparent;
}

.ais-SearchBox-input{
  padding: 1rem;
  border: 1px solid #577298 !important;
  border-radius: .25rem !important;
  color: #324258 !important;
  font-family: adelle-sans, sans-serif;
  font-size: 16px !important;
}

.ais-ToggleRefinement-label {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.ais-ToggleRefinement-labelText{
  order: 1;
}

input.ais-ToggleRefinement-checkbox {
  width: 58px;
  height: 28px;
  background-color: #586B7D;
  order: 2;
}

.ais-ToggleRefinement-checkbox::after {
  position: absolute;
  content: "";
  height: 24px !important;
  width: 24px !important;
  left: 2px !important;
  bottom: 2px !important;
  top: unset !important;
  background-color: white !important;
  transition: .4s !important;
  border-radius: 50% !important;
}

.ais-ToggleRefinement-checkbox:checked{
  background-color: #0089C4 !important;
}

.ais-ToggleRefinement-checkbox:checked::after{
  transform: translateX(30px) !important;
}

.ais-InfiniteHits-list{
  row-gap: 1rem;
  justify-content: start;
  display: flex;
  flex-direction: column;
}

.ais-InfiniteHits-item, .ais-InfiniteInfiniteHits-item {
  align-items: center;
  background: #fff;
  box-shadow: none !important;
  display: flex;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 0 !important;
}

.ais-InfiniteHits-item > div, .ais-InfiniteInfiniteHits-item > div{
  width: 100%;
}

.ais-Pagination{
  margin-top: 40px;
}

.ais-Pagination .ais-Pagination-list{
  display: flex;
  justify-content: center;
}

.ais-Pagination .ais-Pagination-list .pagination__item{
  border: 0;
}

.ais-Pagination .ais-Pagination-list .pagination__item .ais-Pagination-link{
  box-shadow: none;
  font-size: 17px;
  color: #00559F;
  width: 38px;
  height: 38px;
  display: inline-block;
  line-height: 38px;
  border: 0;
  background: none;
  font-family: "adelle-sans", sans-serif;
}

.ais-Pagination .ais-Pagination-list .pagination__item .ais-Pagination-link:hover{
  background: none !important;
}

.ais-Pagination .ais-Pagination-list .pagination__item.ais-Pagination-item--previousPage{
}

.ais-Pagination .ais-Pagination-list .pagination__item.ais-Pagination-item--nextPage{
}

.ais-Pagination .ais-Pagination-list .pagination__item.ais-Pagination-item--selected .ais-Pagination-link{
  color: #fff;
  background-color: #00559F;
  border-radius: 50%;
}

.ais-Pagination .ais-Pagination-list .pagination__item.ais-Pagination-item--selected .ais-Pagination-link:hover{
  background: #00559F !important;
}

.video-wrapper iframe{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hospital-accordions .accordions .accordion.active .accordion-toggle,.cmg-accordions .accordions .accordion.active .accordion-toggle{
  background-color: #152B50;
  color: white;
}

.hospital-accordions .accordions .accordion.active .accordion-toggle *,.cmg-accordions .accordions .accordion.active .accordion-toggle *{
  color: white;
}

.accordions .accordion .open-icon{
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}

.accordions .accordion.active .open-icon{
  transform: rotate(0deg);
}

.gform_wrapper .gfield--type-date .select2-container .select2-selection--single{
  padding-right: 30px !important;
  position: relative;
  margin-top: 0!important;
  margin-bottom: 0!important;
  min-width: 100px;
}

@media (max-width: 450px){
  .gform_wrapper .gfield--type-date .gform-grid-row{
    display: block
  }

  .gform_wrapper .gfield--type-date .gform-grid-row .ginput_container_date{
    margin-left: 0px !important;
    min-width: 100%;
    max-width: 100% !important;
  }
}

.gform_wrapper .select2-container--default .select2-selection--single{
  padding-right: 30px !important;
  position: relative;
  margin-top: 0!important;
  margin-bottom: 0!important;
}

.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b{
  height: 36px;
}

.gform_wrapper .select2-container .select2-selection--single{
  padding-right: 30px;
  position: relative;
  margin-top: 0!important;
  margin-bottom: 0!important;
}

.gform_wrapper .select2-container .select2-selection--single .select2-selection__arrow b{
  height: 36px;
}

.gform_wrapper .gform_heading{
  font-size: 25px;
  line-height: 36px;
  color: #00559F;
  font-family: "adelle", serif;
  font-weight: 600;
  margin-bottom: 30px;
}

.gform_wrapper .gform_heading .gform_title{
  font-weight: 600;
}

.gform_wrapper .ginput_complex .ginput_full{
  display: block;
  margin-bottom: 20px;
}

.gform_wrapper .ginput_complex .ginput_left{
  padding-bottom: 10px;
}

.gform_wrapper .ginput_complex .ginput_right{
  padding-bottom: 10px;
}

.gform_wrapper form .gform_body .gform_page_fields .gform_fields .gfield{
  padding-left: 0;
}

.gform_wrapper form .gform_body .gform_page_fields .gform_fields .gfield .ginput_container input{
  max-width: 99%;
}

.gform_wrapper form .gform_body .gform_page_fields .gform_fields .gfield .ginput_container select{
  max-width: 99%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-text input{
  padding: 0 20px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-textarea input {
  padding: 20px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .gfield_label{
  font-size: 17px;
  font-weight: 400;
  color: #324258;
  line-height: 24px;
}

@media (max-width: 767.98px){
  .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600
  }
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_radio{
  margin-bottom: 20px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice{
  display: flex;
  margin-bottom: 10px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice input[type=radio]{
  width: 20px;
  order: 0;
  margin: 0 10px 0 0;
  height: 20px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice label{
  order: 1;
  align-self: center;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_fileupload input{
  border: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield input{
  height: 56px;
  border: 1px solid #152B50;
  color: #324258;
  font-size: 17px;
  width: 100%;
  border-radius: 4px;
}

.gform_wrapper form .gform_body .gform_fields .gfield select{
  height: 56px;
  border: 1px solid #152B50;
  color: #324258;
  font-size: 17px;
  width: 100%;
  border-radius: 4px;
  margin: 0 !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield textarea{
  border: 1px solid #152B50;
  color: #324258;
  font-size: 17px;
  width: 100%;
  border-radius: 4px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .gfield_checkbox .gchoice{
  display: flex;
}

.gform_wrapper form .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input{
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.gform_wrapper form .gform_footer{
}

.gform_wrapper form .gform_page_footer{
  position: relative;
  min-height: 65px;
}

.gform_wrapper form .gform_page_footer .gform_previous_button{
  cursor: pointer;
  padding: 7px 20px;
  background-color: #00559f;
  border-radius: 4px;
  color: #fff;
  position: absolute;
  left: 0;
  max-width: 120px;
}

.gform_wrapper form .gform_page_footer .gform_previous_button:hover{
  background-color: #152B50;
}

.gform_wrapper form .gform_page_footer .gform_next_button{
  cursor: pointer;
  padding: 7px 20px;
  background-color: #00559f;
  border-radius: 4px;
  color: #fff;
  position: absolute;
  right: 0;
  max-width: 120px;
}

.gform_wrapper form .gform_page_footer .gform_next_button:hover{
  background-color: #152B50;
}

.gfield_required_asterisk{
  color: #586B7D !important;
  font-size: 16px !important;
}

.greeting-card-form .gform_wrapper form{
  width: 490px;
  max-width: 100%;
}

.our-locations-slider-slides .slick-track{
  display: flex !important;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-left: unset !important;
}

.our-locations-slider-slides .slick-track .slick-slide{
  height: inherit !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.olocations-dots .slick-dots li:only-child{
  display: none;
}

.slick-dots li:only-child {
  display: none !important;
}

.video-play-btn{
  transition: opacity .8s ease-in-out;
}

.video-play-btn.playing{
  opacity: 0;
}

.pagination-bar .page-numbers{
  font-size: 17px;
  color: #00559F;
  line-height: 38px;
  display: inline-block;
  margin: 0 5px;
}

.pagination-bar .page-numbers.current{
  border-radius: 100%;
  height: 38px;
  width: 38px;
  background-color: #00559F;
  color: #fff;
  text-align: center;
}

#breadcrumbs{
  color: #fff;
}

#breadcrumbs a {
  color: #FFF;
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}

#breadcrumbs a:hover{
  color: #fff;
  border-bottom: 1px solid #fff;
}

#breadcrumbs svg{
  color: #fff;
}

#breadcrumbs .breadcrumb_last{
  color: #fff;
  font-weight: 900;
}

#serviceNav.sticky .inner{
  padding-top: 10px;
  padding-bottom: 10px;
}

#serviceNav.sticky .inner .alphabetLinks li a{
  font-size: 24px;
}

.filter-toggle{
  transition: transform 300ms ease-in-out;
}

.filter-toggle.toggled{
  transform: rotate(180deg);
}

.map-view, .list-view{
  background: white;
}

.map-view svg,.list-view svg{
  color: #00559f;
}

.map-view span,.list-view span{
  color: #334f76;
}

.map-view.active,.list-view.active{
  background: #00559f;
}

.map-view.active svg,.list-view.active svg{
  color: white;
}

.map-view.active span,.list-view.active span{
  color: white;
}

.hour-tab.active:after{
  content: '';
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  height: 5px;
  background-color: #324258;
}

.hour-tab:not(.active):hover:after{
  content: '';
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  height: 5px;
  background-color: rgba(50,60,88,50%);
}

#get-care-distance:active{
  outline: none;
  border: 0;
}

#get-care-distance:focus{
  outline: none;
  border: 0;
}

#secondary-header .box-icon{
  margin-bottom: 10px;
}

#secondary-header .box-icon svg{
  max-width: 100%;
  max-height: 38px;
}

#secondary-header .box-icon-img{
  margin-bottom: 10px;
  max-width: 40px;
  max-height: 38px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

#secondary-header .index-2 svg path{
  stroke: #fff;
}

#secondary-header .index-2 svg polygon{
  stroke: #fff;
}

#secondary-header .index-2 svg line{
  stroke: #fff;
}

#secondary-header .index-3 svg path{
  stroke: #fff;
}

@media (max-width: 959px){
  #secondary-header .index-3 svg path{
    stroke: #00559f;
  }
}

.gm-style-iw-d{
  max-width: 375px;
}

.gm-style-iw.gm-style-iw-c {
  border-bottom: 5px solid #9D2235;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.gm-style .gm-style-iw-tc::after {
  background-color: #9D2235 !important;
}

.infoname{
  font-family: 'adelle';
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #00559F;
}

.info-content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#bodyContent{
  font-size: 16px;
  line-height: 22px;
  font-family: 'adelle-sans';
  color: #324258;
}

.profile-link{
  font-family: 'adelle-sans';
  font-size: 15px;
  line-height: 31px;
  font-weight: 600;
  display: inline-flex;
  color: #00559F;
  justify-content: start;
  align-items: center;
}

.profile-link i, .profile-link svg{
  font-size: 10px;
}

.select2-container .select2-selection__arrow b{
  transition: all 0.4s ease-in-out;
}

.select2-container.select2-container--open .select2-selection__arrow b{
  transform: rotate(180deg);
}

#map-hits::-webkit-scrollbar-track {
  background: #ECF0F5;
}

#map-hits::-webkit-scrollbar-thumb{
  background: #334F76;
  border-radius: 5px
}

input[name="zip"]::-moz-placeholder{
  color: #324258;
}

input[name="zip"]::placeholder{
  color: #324258;
}

.loadMore {
  background-image: linear-gradient(0deg, #FFFFFF 28%, rgba(255,255,255,0.00) 100%);
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(-300px);
  height: 300px;
  display: flex !important;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.loadingDone{
  height: 100px;
  transform: translateY(0);
}

#loadMoreMsg{
  font-family: 'adelle-sans';
  font-size: 14px;
  color: #334F76;
  letter-spacing: 0.51px;
  text-align: center;
  line-height: 16px;
}

.loading-spinner {
  font-size: 44px;
  margin-bottom: 20px;
  color: #3371B6;
}

.sort-filter:focus{
  outline-color: transparent;
}

.gm-ui-hover-effect > span{
  display: none;
}

.gm-ui-hover-effect{
  opacity: 1 !important;
  background: url('/wp-content/themes/covenant/images/icons/xmark-regular.svg') center center !important;
  background-repeat: no-repeat !important;
  background-size: 20px 20px !important;
  right: 0px !important;
  top: 0 !important;
}

@media (max-width: 560px){
  .gm-style-iw.gm-style-iw-c {
    max-width: 95vw !important;
    left: 0px;
    width: 100%;
    padding: 0;
  }

  .gm-style-iw-d{
    max-width: 95vw !important;
  }
}

.select2-selection.no-border{
  border: 0 !important;
  border-radius: 0 !important;
  border-color: transparent !important;
  color: #00559f !important;
}

.hour-tabs::-webkit-scrollbar{
  display: none;
}

.hour-tabs{
  -ms-overflow-style: none;
  scrollbar-width: none;
}

iframe{
  max-width: 100%;
}

.single .prose{
  overflow: hidden;
}

#our-locations #provider-results .ais-Hits-item{
  align-items: baseline;
  background: #fff;
  box-shadow: none;
}

.pledge-slider{
  display: none;
}

.single-tribe_events .tribe-events-single .tribe-events-single-section{
  width: 100%;
}

#leadership-single-content .prose .container-wrapper:first-of-type{
  margin-top: 0;
}

.tribe-events-page-template .tribe-events .tribe-events-c-search__button{
  border-radius: 0.125rem;
  background: #152B50;
  color: #fff;
}

.tribe-events .tribe-events-c-search__button{
  border-radius: 0.125rem;
  background: #152B50;
  color: #fff;
}

.tribe-common-c-btn{
  border-radius: 0.125rem;
  background: #152B50;
  color: #fff;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button{
  border-radius: 0.125rem;
  background: #152B50;
  color: #fff;
  border: 1px solid #152B50;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover{
  background: #00559f;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text{
  color: #fff;
}

.tribe-events-meta-group a{
  color: #00559f;
}

.tribe-events-meta-group a:hover{
  color: #152B50;
}

.tribe-events-content a{
  color: #00559f;
  border-bottom: 0;
}

.tribe-events-content a:hover{
  color: #152B50;
}

.sr-only {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

.mapboxgl-popup {
  position: absolute;
  right: 75px !important;
  transform: none !important;
  left: unset !important;
  top: unset !important;
  bottom: 90px !important;
  width: 400px;
  max-width: 400px !important;
}

.mapboxgl-popup-tip {
  display: none;
}

.mapboxgl-popup-content img {
}

.mapboxgl-popup-content {
  padding: 25px !important;
}

button.mapboxgl-popup-close-button {
  display: none;
}

.placeholder\:text-lg::-moz-placeholder{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.placeholder\:text-lg::placeholder{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.placeholder\:text-black::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.placeholder\:text-black::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#757575\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#757575\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}

.placeholder\:text-covblue::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(21 43 80 / var(--tw-text-opacity));
}

.placeholder\:text-covblue::placeholder{
  --tw-text-opacity: 1;
  color: rgb(21 43 80 / var(--tw-text-opacity));
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:inset-0::after{
  content: var(--tw-content);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.after\:bottom-0::after{
  content: var(--tw-content);
  bottom: 0px;
}

.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}

.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}

.after\:right-0::after{
  content: var(--tw-content);
  right: 0px;
}

.after\:max-w-full::after{
  content: var(--tw-content);
  max-width: 100%;
}

.after\:bg-covred::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(157 34 53 / var(--tw-bg-opacity));
}

.after\:bg-brightblue::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 137 196 / var(--tw-bg-opacity));
}

.after\:bg-covblue::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(21 43 80 / var(--tw-bg-opacity));
}

.after\:bg-gradient-to-b::after{
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.after\:from-transparent::after{
  content: var(--tw-content);
  --tw-gradient-from: transparent;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:to-black::after{
  content: var(--tw-content);
  --tw-gradient-to: #000;
}

.after\:opacity-\[\.47\]::after{
  content: var(--tw-content);
  opacity: .47;
}

.after\:opacity-70::after{
  content: var(--tw-content);
  opacity: 0.7;
}

.after\:opacity-0::after{
  content: var(--tw-content);
  opacity: 0;
}

.after\:transition::after{
  content: var(--tw-content);
  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;
}

.after\:duration-300::after{
  content: var(--tw-content);
  transition-duration: 300ms;
}

.after\:ease-in-out::after{
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}

.after\:before\:content-\[attr\(before\)\]::after::before{
  --tw-content: attr(before);
  content: var(--tw-content);
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.last-of-type\:border-0:last-of-type{
  border-width: 0px;
}

.hover\:border-b:hover{
  border-bottom-width: 1px;
}

.hover\:border-covblue:hover{
  --tw-border-opacity: 1;
  border-color: rgb(21 43 80 / var(--tw-border-opacity));
}

.hover\:border-\[\#152B50\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(21 43 80 / var(--tw-border-opacity));
}

.hover\:border-secondary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 85 159 / var(--tw-border-opacity));
}

.hover\:border-\[\#0089C4\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 137 196 / var(--tw-border-opacity));
}

.hover\:border-covred:hover{
  --tw-border-opacity: 1;
  border-color: rgb(157 34 53 / var(--tw-border-opacity));
}

.hover\:border-white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:border-brightblue:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 137 196 / var(--tw-border-opacity));
}

.hover\:bg-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 159 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#152B50\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 43 80 / var(--tw-bg-opacity));
}

.hover\:bg-brightblue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 137 196 / var(--tw-bg-opacity));
}

.hover\:bg-lightgray:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 234 / var(--tw-bg-opacity));
}

.hover\:bg-covblue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 43 80 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:font-bold:hover{
  font-weight: 700;
}

.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(0 85 159 / var(--tw-text-opacity));
}

.hover\:text-covblue:hover{
  --tw-text-opacity: 1;
  color: rgb(21 43 80 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-\[\#00559F\]:hover{
  --tw-text-opacity: 1;
  color: rgb(0 85 159 / var(--tw-text-opacity));
}

.hover\:text-\[\#152B50\]:hover{
  --tw-text-opacity: 1;
  color: rgb(21 43 80 / var(--tw-text-opacity));
}

.hover\:text-covyellow:hover{
  --tw-text-opacity: 1;
  color: rgb(255 182 18 / var(--tw-text-opacity));
}

.hover\:text-brightblue:hover{
  --tw-text-opacity: 1;
  color: rgb(0 137 196 / var(--tw-text-opacity));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:opacity-70:hover{
  opacity: 0.7;
}

.hover\:shadow-lg:hover{
  --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);
}

.hover\:after\:opacity-100:hover::after{
  content: var(--tw-content);
  opacity: 1;
}

.group:hover .group-hover\:left-\[0\]{
  left: 0;
}

.group:hover .group-hover\:left-\[10px\]{
  left: 10px;
}

.group:hover .group-hover\:translate-x-\[5px\]{
  --tw-translate-x: 5px;
  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-\[2px\]{
  --tw-translate-x: 2px;
  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\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:text-covblue{
  --tw-text-opacity: 1;
  color: rgb(21 43 80 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-covyellow{
  --tw-text-opacity: 1;
  color: rgb(255 182 18 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-\[\#152B50\]{
  --tw-text-opacity: 1;
  color: rgb(21 43 80 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightgray{
  --tw-text-opacity: 1;
  color: rgb(236 236 234 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-brightblue{
  --tw-text-opacity: 1;
  color: rgb(0 137 196 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-secondary{
  --tw-text-opacity: 1;
  color: rgb(0 85 159 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.group.active .group-\[\&\.active\]\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose-headings\:font-semibold :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  font-weight: 600;
}

.prose-headings\:text-secondary :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(0 85 159 / var(--tw-text-opacity));
}

.prose-h2\:mb-2 :is(:where(h2):not(:where([class~="not-prose"] *))){
  margin-bottom: 0.5rem;
}

.prose-h2\:text-mh2 :is(:where(h2):not(:where([class~="not-prose"] *))){
  font-size: 24px;
}

.prose-h2\:text-h2 :is(:where(h2):not(:where([class~="not-prose"] *))){
  font-size: 30px;
}

.prose-h2\:text-secondary :is(:where(h2):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(0 85 159 / var(--tw-text-opacity));
}

.prose-p\:mb-6 :is(:where(p):not(:where([class~="not-prose"] *))){
  margin-bottom: 1.5rem;
}

.prose-p\:mb-4 :is(:where(p):not(:where([class~="not-prose"] *))){
  margin-bottom: 1rem;
}

.prose-p\:mb-0 :is(:where(p):not(:where([class~="not-prose"] *))){
  margin-bottom: 0px;
}

.prose-p\:mt-0 :is(:where(p):not(:where([class~="not-prose"] *))){
  margin-top: 0px;
}

.prose-p\:text-\[16px\] :is(:where(p):not(:where([class~="not-prose"] *))){
  font-size: 16px;
}

.prose-p\:text-regular :is(:where(p):not(:where([class~="not-prose"] *))){
  font-size: 17px;
}

.prose-p\:text-xl :is(:where(p):not(:where([class~="not-prose"] *))){
  font-size: 20px;
}

.prose-p\:text-mregular :is(:where(p):not(:where([class~="not-prose"] *))){
  font-size: 16px;
}

.prose-p\:text-mh4 :is(:where(p):not(:where([class~="not-prose"] *))){
  font-size: 20px;
}

.prose-p\:leading-\[22px\] :is(:where(p):not(:where([class~="not-prose"] *))){
  line-height: 22px;
}

.prose-p\:leading-xl :is(:where(p):not(:where([class~="not-prose"] *))){
  line-height: 26px;
}

.prose-p\:leading-\[26px\] :is(:where(p):not(:where([class~="not-prose"] *))){
  line-height: 26px;
}

.prose-p\:leading-tight :is(:where(p):not(:where([class~="not-prose"] *))){
  line-height: 1.25;
}

.prose-p\:text-white :is(:where(p):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose-p\:last-of-type\:mb-0:last-of-type :is(:where(p):not(:where([class~="not-prose"] *))){
  margin-bottom: 0px;
}

.prose-a\:text-regular :is(:where(a):not(:where([class~="not-prose"] *))){
  font-size: 17px;
}

.prose-a\:leading-xl :is(:where(a):not(:where([class~="not-prose"] *))){
  line-height: 26px;
}

.prose-a\:text-white :is(:where(a):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose-a\:text-secondary :is(:where(a):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(0 85 159 / var(--tw-text-opacity));
}

.prose-a\:underline :is(:where(a):not(:where([class~="not-prose"] *))){
  text-decoration-line: underline;
}

.prose-a\:duration-300 :is(:where(a):not(:where([class~="not-prose"] *))){
  transition-duration: 300ms;
}

.prose-a\:ease-in-out :is(:where(a):not(:where([class~="not-prose"] *))){
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.prose-a\:hover\:text-white:hover :is(:where(a):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose-a\:hover\:text-covyellow:hover :is(:where(a):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(255 182 18 / var(--tw-text-opacity));
}

.prose-img\:max-w-full :is(:where(img):not(:where([class~="not-prose"] *))){
  max-width: 100%;
}

@media (min-width: 600px){
  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .sm\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:ml-0{
    margin-left: 0px;
  }

  .sm\:mr-0{
    margin-right: 0px;
  }

  .sm\:mt-0{
    margin-top: 0px;
  }

  .sm\:w-\[48\%\]{
    width: 48%;
  }

  .sm\:w-\[80\%\]{
    width: 80%;
  }

  .sm\:w-full{
    width: 100%;
  }

  .sm\:max-w-\[180px\]{
    max-width: 180px;
  }

  .sm\:justify-between{
    justify-content: space-between;
  }
}

@media (min-width: 782px){
  .md\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 480px){
    .md\:container{
      max-width: 480px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 600px){
    .md\:container{
      max-width: 600px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

  @media (min-width: 782px){
    .md\:container{
      max-width: 782px;
    }
  }

  @media (min-width: 960px){
    .md\:container{
      max-width: 960px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

  @media (min-width: 1280px){
    .md\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1422px){
    .md\:container{
      max-width: 1422px;
    }
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:relative{
    position: relative;
  }

  .md\:left-\[32px\]{
    left: 32px;
  }

  .md\:right-\[32px\]{
    right: 32px;
  }

  .md\:left-\[-10px\]{
    left: -10px;
  }

  .md\:right-\[-10px\]{
    right: -10px;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:order-3{
    order: 3;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .md\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .md\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-start-3{
    grid-column-start: 3;
  }

  .md\:clear-none{
    clear: none;
  }

  .md\:mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:ml-10{
    margin-left: 2.5rem;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mb-14{
    margin-bottom: 3.5rem;
  }

  .md\:mb-4{
    margin-bottom: 1rem;
  }

  .md\:mt-4{
    margin-top: 1rem;
  }

  .md\:mb-16{
    margin-bottom: 4rem;
  }

  .md\:mt-10{
    margin-top: 2.5rem;
  }

  .md\:mt-3{
    margin-top: 0.75rem;
  }

  .md\:mt-6{
    margin-top: 1.5rem;
  }

  .md\:mt-8{
    margin-top: 2rem;
  }

  .md\:mt-14{
    margin-top: 3.5rem;
  }

  .md\:mt-20{
    margin-top: 5rem;
  }

  .md\:mb-3{
    margin-bottom: 0.75rem;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem;
  }

  .md\:mb-20{
    margin-bottom: 5rem;
  }

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:block{
    display: block;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:inline-flex{
    display: inline-flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-\[320px\]{
    height: 320px;
  }

  .md\:h-\[190px\]{
    height: 190px;
  }

  .md\:h-\[290px\]{
    height: 290px;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:max-h-\[136px\]{
    max-height: 136px;
  }

  .md\:min-h-\[280px\]{
    min-height: 280px;
  }

  .md\:min-h-\[300px\]{
    min-height: 300px;
  }

  .md\:w-\[1300px\]{
    width: 1300px;
  }

  .md\:w-\[320px\]{
    width: 320px;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-\[782px\]{
    width: 782px;
  }

  .md\:w-2\/5{
    width: 40%;
  }

  .md\:w-3\/5{
    width: 60%;
  }

  .md\:w-\[27\%\]{
    width: 27%;
  }

  .md\:w-\[46\%\]{
    width: 46%;
  }

  .md\:w-\[75\%\]{
    width: 75%;
  }

  .md\:w-\[220px\]{
    width: 220px;
  }

  .md\:w-\[80\%\]{
    width: 80%;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:w-\[49\%\]{
    width: 49%;
  }

  .md\:w-\[100\%\]{
    width: 100%;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-\[70\%\]{
    width: 70%;
  }

  .md\:w-10\/12{
    width: 83.333333%;
  }

  .md\:max-w-\[80\%\]{
    max-width: 80%;
  }

  .md\:max-w-\[200px\]{
    max-width: 200px;
  }

  .md\:max-w-\[90\%\]{
    max-width: 90%;
  }

  .md\:max-w-none{
    max-width: none;
  }

  .md\:max-w-\[740px\]{
    max-width: 740px;
  }

  .md\:max-w-full{
    max-width: 100%;
  }

  .md\:max-w-\[520px\]{
    max-width: 520px;
  }

  .md\:max-w-\[600px\]{
    max-width: 600px;
  }

  .md\:max-w-\[500px\]{
    max-width: 500px;
  }

  .md\:max-w-\[400px\]{
    max-width: 400px;
  }

  .md\:max-w-\[430px\]{
    max-width: 430px;
  }

  .md\:cursor-auto{
    cursor: auto;
  }

  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-9{
    grid-template-columns: repeat(9, 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\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-rows-none{
    grid-template-rows: none;
  }

  .md\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:content-center{
    align-content: center;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:gap-10{
    gap: 2.5rem;
  }

  .md\:gap-20{
    gap: 5rem;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-y-0{
    row-gap: 0px;
  }

  .md\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:self-end{
    align-self: flex-end;
  }

  .md\:border-0{
    border-width: 0px;
  }

  .md\:border{
    border-width: 1px;
  }

  .md\:border-t{
    border-top-width: 1px;
  }

  .md\:border-l-4{
    border-left-width: 4px;
  }

  .md\:border-r-0{
    border-right-width: 0px;
  }

  .md\:border-t-0{
    border-top-width: 0px;
  }

  .md\:border-b-0{
    border-bottom-width: 0px;
  }

  .md\:border-r{
    border-right-width: 1px;
  }

  .md\:border-b-\[5px\]{
    border-bottom-width: 5px;
  }

  .md\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .md\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:p-16{
    padding: 4rem;
  }

  .md\:p-10{
    padding: 2.5rem;
  }

  .md\:p-0{
    padding: 0px;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-\[70px\]{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:pt-28{
    padding-top: 7rem;
  }

  .md\:pb-40{
    padding-bottom: 10rem;
  }

  .md\:pr-0{
    padding-right: 0px;
  }

  .md\:pt-4{
    padding-top: 1rem;
  }

  .md\:pb-12{
    padding-bottom: 3rem;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:pt-0{
    padding-top: 0px;
  }

  .md\:pt-3{
    padding-top: 0.75rem;
  }

  .md\:pt-6{
    padding-top: 1.5rem;
  }

  .md\:pt-8{
    padding-top: 2rem;
  }

  .md\:pt-10{
    padding-top: 2.5rem;
  }

  .md\:pt-14{
    padding-top: 3.5rem;
  }

  .md\:pt-20{
    padding-top: 5rem;
  }

  .md\:pr-8{
    padding-right: 2rem;
  }

  .md\:pr-20{
    padding-right: 5rem;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-center{
    text-align: center;
  }

  .md\:text-\[30px\]{
    font-size: 30px;
  }

  .md\:text-\[20px\]{
    font-size: 20px;
  }

  .md\:text-\[15px\]{
    font-size: 15px;
  }

  .md\:text-h4{
    font-size: 23px;
  }

  .md\:text-\[38px\]{
    font-size: 38px;
  }

  .md\:text-h3{
    font-size: 25px;
  }

  .md\:text-\[19px\]{
    font-size: 19px;
  }

  .md\:text-h2{
    font-size: 30px;
  }

  .md\:text-\[25px\]{
    font-size: 25px;
  }

  .md\:text-\[16px\]{
    font-size: 16px;
  }

  .md\:text-\[22px\]{
    font-size: 22px;
  }

  .md\:text-xl{
    font-size: 20px;
  }

  .md\:text-\[28px\]{
    font-size: 28px;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-\[23px\]{
    font-size: 23px;
  }

  .md\:text-\[17px\]{
    font-size: 17px;
  }

  .md\:text-\[18px\]{
    font-size: 18px;
  }

  .md\:text-mhero{
    font-size: 30px;
  }

  .md\:text-mh4{
    font-size: 20px;
  }

  .md\:text-\[21px\]{
    font-size: 21px;
  }

  .md\:text-\[40px\]{
    font-size: 40px;
  }

  .md\:text-\[34px\]{
    font-size: 34px;
  }

  .md\:text-\[36px\]{
    font-size: 36px;
  }

  .md\:text-regular{
    font-size: 17px;
  }

  .md\:normal-case{
    text-transform: none;
  }

  .md\:leading-\[36px\]{
    line-height: 36px;
  }

  .md\:leading-\[40px\]{
    line-height: 40px;
  }

  .md\:leading-h4{
    line-height: 26px;
  }

  .md\:leading-\[24px\]{
    line-height: 24px;
  }

  .md\:leading-\[42px\]{
    line-height: 42px;
  }

  .md\:leading-h2{
    line-height: 36px;
  }

  .md\:leading-h3{
    line-height: 34px;
  }

  .md\:leading-\[32px\]{
    line-height: 32px;
  }

  .md\:leading-normal{
    line-height: 1.5;
  }

  .md\:leading-\[26px\]{
    line-height: 26px;
  }

  .md\:leading-xl{
    line-height: 26px;
  }

  .md\:leading-\[34px\]{
    line-height: 34px;
  }

  .md\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .prose-p\:md\:text-\[20px\] :is(:where(p):not(:where([class~="not-prose"] *))){
    font-size: 20px;
  }

  .md\:prose-p\:text-\[18px\] :is(:where(p):not(:where([class~="not-prose"] *))){
    font-size: 18px;
  }

  .prose-p\:md\:text-xl :is(:where(p):not(:where([class~="not-prose"] *))){
    font-size: 20px;
  }

  .prose-p\:md\:leading-\[26px\] :is(:where(p):not(:where([class~="not-prose"] *))){
    line-height: 26px;
  }
}

@media (min-width: 960px){
  .lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 480px){
    .lg\:container{
      max-width: 480px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 600px){
    .lg\:container{
      max-width: 600px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

  @media (min-width: 782px){
    .lg\:container{
      max-width: 782px;
    }
  }

  @media (min-width: 960px){
    .lg\:container{
      max-width: 960px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1422px){
    .lg\:container{
      max-width: 1422px;
    }
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:top-\[-13px\]{
    top: -13px;
  }

  .lg\:left-0{
    left: 0px;
  }

  .lg\:right-0{
    right: 0px;
  }

  .lg\:left-\[20px\]{
    left: 20px;
  }

  .lg\:right-\[20px\]{
    right: 20px;
  }

  .lg\:top-1\/2{
    top: 50%;
  }

  .lg\:bottom-\[25px\]{
    bottom: 25px;
  }

  .lg\:left-\[40px\]{
    left: 40px;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:col-start-5{
    grid-column-start: 5;
  }

  .lg\:col-start-4{
    grid-column-start: 4;
  }

  .lg\:col-start-6{
    grid-column-start: 6;
  }

  .lg\:col-start-7{
    grid-column-start: 7;
  }

  .lg\:col-end-5{
    grid-column-end: 5;
  }

  .lg\:col-end-6{
    grid-column-end: 6;
  }

  .lg\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .lg\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .lg\:row-start-1{
    grid-row-start: 1;
  }

  .lg\:row-start-3{
    grid-row-start: 3;
  }

  .lg\:row-start-5{
    grid-row-start: 5;
  }

  .lg\:row-end-6{
    grid-row-end: 6;
  }

  .lg\:m-0{
    margin: 0px;
  }

  .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:mb-4{
    margin-bottom: 1rem;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mt-3{
    margin-top: 0.75rem;
  }

  .lg\:mt-4{
    margin-top: 1rem;
  }

  .lg\:mt-6{
    margin-top: 1.5rem;
  }

  .lg\:mt-8{
    margin-top: 2rem;
  }

  .lg\:mt-10{
    margin-top: 2.5rem;
  }

  .lg\:mt-14{
    margin-top: 3.5rem;
  }

  .lg\:mt-20{
    margin-top: 5rem;
  }

  .lg\:mb-3{
    margin-bottom: 0.75rem;
  }

  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }

  .lg\:mb-8{
    margin-bottom: 2rem;
  }

  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }

  .lg\:mb-14{
    margin-bottom: 3.5rem;
  }

  .lg\:mb-20{
    margin-bottom: 5rem;
  }

  .lg\:mb-7{
    margin-bottom: 1.75rem;
  }

  .lg\:mr-6{
    margin-right: 1.5rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:aspect-\[1920\/900\]{
    aspect-ratio: 1920/900;
  }

  .lg\:h-\[65px\]{
    height: 65px;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:h-\[133px\]{
    height: 133px;
  }

  .lg\:max-h-full{
    max-height: 100%;
  }

  .lg\:max-h-\[610px\]{
    max-height: 610px;
  }

  .lg\:max-h-\[220px\]{
    max-height: 220px;
  }

  .lg\:max-h-\[225px\]{
    max-height: 225px;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-\[1500px\]{
    width: 1500px;
  }

  .lg\:w-\[710px\]{
    width: 710px;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-\[80\%\]{
    width: 80%;
  }

  .lg\:w-\[133px\]{
    width: 133px;
  }

  .lg\:w-8\/12{
    width: 66.666667%;
  }

  .lg\:max-w-\[276px\]{
    max-width: 276px;
  }

  .lg\:max-w-\[80\%\]{
    max-width: 80%;
  }

  .lg\:max-w-full{
    max-width: 100%;
  }

  .lg\:max-w-\[1500px\]{
    max-width: 1500px;
  }

  .lg\:max-w-\[415px\]{
    max-width: 415px;
  }

  .lg\:max-w-\[133px\]{
    max-width: 133px;
  }

  .lg\:max-w-\[570px\]{
    max-width: 570px;
  }

  .lg\:max-w-\[653px\]{
    max-width: 653px;
  }

  .lg\:-translate-y-1\/4{
    --tw-translate-y: -25%;
    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-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:gap-20{
    gap: 5rem;
  }

  .lg\:gap-y-8{
    row-gap: 2rem;
  }

  .lg\:gap-y-0{
    row-gap: 0px;
  }

  .lg\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .lg\:border-0{
    border-width: 0px;
  }

  .lg\:border-\[\#577298\]{
    --tw-border-opacity: 1;
    border-color: rgb(87 114 152 / var(--tw-border-opacity));
  }

  .lg\:border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .lg\:bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgb(0 85 159 / var(--tw-bg-opacity));
  }

  .lg\:bg-covblue{
    --tw-bg-opacity: 1;
    background-color: rgb(21 43 80 / var(--tw-bg-opacity));
  }

  .lg\:bg-lightgray{
    --tw-bg-opacity: 1;
    background-color: rgb(236 236 234 / var(--tw-bg-opacity));
  }

  .lg\:p-0{
    padding: 0px;
  }

  .lg\:p-10{
    padding: 2.5rem;
  }

  .lg\:p-7{
    padding: 1.75rem;
  }

  .lg\:p-12{
    padding: 3rem;
  }

  .lg\:p-8{
    padding: 2rem;
  }

  .lg\:p-3{
    padding: 0.75rem;
  }

  .lg\:p-6{
    padding: 1.5rem;
  }

  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-\[80px\]{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:px-\[15px\]{
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-\[70px\]{
    padding-left: 70px;
    padding-right: 70px;
  }

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:pt-16{
    padding-top: 4rem;
  }

  .lg\:pb-20{
    padding-bottom: 5rem;
  }

  .lg\:pl-10{
    padding-left: 2.5rem;
  }

  .lg\:pl-12{
    padding-left: 3rem;
  }

  .lg\:pt-20{
    padding-top: 5rem;
  }

  .lg\:pt-12{
    padding-top: 3rem;
  }

  .lg\:pr-3{
    padding-right: 0.75rem;
  }

  .lg\:pl-4{
    padding-left: 1rem;
  }

  .lg\:pr-0{
    padding-right: 0px;
  }

  .lg\:pl-0{
    padding-left: 0px;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pl-\[\.8\%\]{
    padding-left: .8%;
  }

  .lg\:pr-\[\.8\%\]{
    padding-right: .8%;
  }

  .lg\:pt-3{
    padding-top: 0.75rem;
  }

  .lg\:pt-4{
    padding-top: 1rem;
  }

  .lg\:pt-6{
    padding-top: 1.5rem;
  }

  .lg\:pt-8{
    padding-top: 2rem;
  }

  .lg\:pt-10{
    padding-top: 2.5rem;
  }

  .lg\:pt-14{
    padding-top: 3.5rem;
  }

  .lg\:pt-\[50\%\]{
    padding-top: 50%;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-center{
    text-align: center;
  }

  .lg\:text-h1{
    font-size: 38px;
  }

  .lg\:text-xl{
    font-size: 20px;
  }

  .lg\:text-\[30px\]{
    font-size: 30px;
  }

  .lg\:text-\[17px\]{
    font-size: 17px;
  }

  .lg\:text-\[16px\]{
    font-size: 16px;
  }

  .lg\:text-h2{
    font-size: 30px;
  }

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-\[25px\]{
    font-size: 25px;
  }

  .lg\:text-mh4{
    font-size: 20px;
  }

  .lg\:text-regular{
    font-size: 17px;
  }

  .lg\:text-mh3{
    font-size: 22px;
  }

  .lg\:text-mxl{
    font-size: 18px;
  }

  .lg\:text-h4{
    font-size: 23px;
  }

  .lg\:text-\[21px\]{
    font-size: 21px;
  }

  .lg\:text-mh1{
    font-size: 26px;
  }

  .lg\:text-\[28px\]{
    font-size: 28px;
  }

  .lg\:text-\[23px\]{
    font-size: 23px;
  }

  .lg\:text-\[22px\]{
    font-size: 22px;
  }

  .lg\:text-h3{
    font-size: 25px;
  }

  .lg\:text-\[80px\]{
    font-size: 80px;
  }

  .lg\:text-\[75px\]{
    font-size: 75px;
  }

  .lg\:leading-h1{
    line-height: 42px;
  }

  .lg\:leading-\[26px\]{
    line-height: 26px;
  }

  .lg\:leading-h2{
    line-height: 36px;
  }

  .lg\:leading-\[28px\]{
    line-height: 28px;
  }

  .lg\:leading-mregular{
    line-height: 22px;
  }

  .lg\:leading-mh3{
    line-height: 24px;
  }

  .lg\:leading-mh1{
    line-height: 32px;
  }

  .lg\:leading-h3{
    line-height: 34px;
  }

  .lg\:leading-\[34px\]{
    line-height: 34px;
  }

  .lg\:leading-h4{
    line-height: 26px;
  }

  .lg\:leading-mxl{
    line-height: 24px;
  }

  .lg\:tracking-normal{
    letter-spacing: 0em;
  }

  .lg\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .lg\:text-covyellow{
    --tw-text-opacity: 1;
    color: rgb(255 182 18 / var(--tw-text-opacity));
  }

  .lg\:text-secondary{
    --tw-text-opacity: 1;
    color: rgb(0 85 159 / var(--tw-text-opacity));
  }

  .lg\:text-accenttext{
    --tw-text-opacity: 1;
    color: rgb(51 79 118 / var(--tw-text-opacity));
  }

  .lg\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .lg\:hover\:bg-\[\#f1f1f1\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(241 241 241 / var(--tw-bg-opacity));
  }

  .lg\:hover\:text-secondary:hover{
    --tw-text-opacity: 1;
    color: rgb(0 85 159 / var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-covyellow{
    --tw-text-opacity: 1;
    color: rgb(255 182 18 / var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lightgray{
    --tw-text-opacity: 1;
    color: rgb(236 236 234 / var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-covblue{
    --tw-text-opacity: 1;
    color: rgb(21 43 80 / var(--tw-text-opacity));
  }

  .prose-p\:lg\:text-\[17px\] :is(:where(p):not(:where([class~="not-prose"] *))){
    font-size: 17px;
  }

  .prose-p\:lg\:leading-\[26px\] :is(:where(p):not(:where([class~="not-prose"] *))){
    line-height: 26px;
  }
}

@media (min-width: 1280px){
  .xl\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 480px){
    .xl\:container{
      max-width: 480px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 600px){
    .xl\:container{
      max-width: 600px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

  @media (min-width: 782px){
    .xl\:container{
      max-width: 782px;
    }
  }

  @media (min-width: 960px){
    .xl\:container{
      max-width: 960px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

  @media (min-width: 1280px){
    .xl\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1422px){
    .xl\:container{
      max-width: 1422px;
    }
  }

  .xl\:relative{
    position: relative;
  }

  .xl\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .xl\:block{
    display: block;
  }

  .xl\:inline-block{
    display: inline-block;
  }

  .xl\:inline{
    display: inline;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:w-1\/3{
    width: 33.333333%;
  }

  .xl\:w-3\/12{
    width: 25%;
  }

  .xl\:w-2\/3{
    width: 66.666667%;
  }

  .xl\:w-9\/12{
    width: 75%;
  }

  .xl\:w-8\/12{
    width: 66.666667%;
  }

  .xl\:w-4\/12{
    width: 33.333333%;
  }

  .xl\:w-1\/4{
    width: 25%;
  }

  .xl\:gap-28{
    gap: 7rem;
  }

  .xl\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:overflow-visible{
    overflow: visible;
  }

  .xl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl\:text-\[15px\]{
    font-size: 15px;
  }

  .xl\:text-\[16px\]{
    font-size: 16px;
  }

  .xl\:leading-\[24px\]{
    line-height: 24px;
  }
}

@media (min-width: 1422px){
  .\32xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.\[\&\.active\]\:border-secondary.active{
  --tw-border-opacity: 1;
  border-color: rgb(0 85 159 / var(--tw-border-opacity));
}

.\[\&\.active\]\:bg-secondary.active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 159 / var(--tw-bg-opacity));
}