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

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

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

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

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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
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%;
}
@media (min-width: 375px) {

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

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

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

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

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

  .container {
    max-width: 1440px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.top-8 {
  top: 2rem;
}
.bottom-0 {
  bottom: 0px;
}
.right-0 {
  right: 0px;
}
.-bottom-0 {
  bottom: -0px;
}
.top-1\/2 {
  top: 50%;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.right-6 {
  right: 1.5rem;
}
.bottom-96 {
  bottom: 24rem;
}
.top-auto {
  top: auto;
}
.-right-20 {
  right: -5rem;
}
.top-14 {
  top: 3.5rem;
}
.bottom-3\/4 {
  bottom: 75%;
}
.top-\[88vw\] {
  top: 88vw;
}
.top-\[128px\] {
  top: 128px;
}
.top-40 {
  top: 10rem;
}
.left-6 {
  left: 1.5rem;
}
.left-auto {
  left: auto;
}
.right-auto {
  right: auto;
}
.top-10 {
  top: 2.5rem;
}
.left-5 {
  left: 1.25rem;
}
.top-5 {
  top: 1.25rem;
}
.-left-10 {
  left: -2.5rem;
}
.-right-10 {
  right: -2.5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.left-4 {
  left: 1rem;
}
.-top-14 {
  top: -3.5rem;
}
.-top-4 {
  top: -1rem;
}
.top-\[78px\] {
  top: 78px;
}
.right-4 {
  right: 1rem;
}
.top-1\/3 {
  top: 33.333333%;
}
.left-1\/2 {
  left: 50%;
}
.right-8 {
  right: 2rem;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-100 {
  z-index: 100;
}
.z-20 {
  z-index: 20;
}
.-z-10 {
  z-index: -10;
}
.z-50 {
  z-index: 50;
}
.z-30 {
  z-index: 30;
}
.order-2 {
  order: 2;
}
.order-1 {
  order: 1;
}
.order-last {
  order: 9999;
}
.order-first {
  order: -9999;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.float-left {
  float: left;
}
.m-auto {
  margin: auto;
}
.m-4 {
  margin: 1rem;
}
.m-1 {
  margin: 0.25rem;
}
.m-0 {
  margin: 0px;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-0 {
  margin-right: 0px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.ml-0 {
  margin-left: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-20 {
  margin-top: 5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.-ml-3 {
  margin-left: -0.75rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-0 {
  margin-top: 0px;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.\!mr-7 {
  margin-right: 1.75rem !important;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mr-auto {
  margin-right: auto;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.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;
}
.h-screen {
  height: 100vh;
}
.h-5 {
  height: 1.25rem;
}
.h-4 {
  height: 1rem;
}
.h-auto {
  height: auto;
}
.h-\[160px\] {
  height: 160px;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-\[120px\] {
  height: 120px;
}
.h-12 {
  height: 3rem;
}
.h-full {
  height: 100%;
}
.h-40 {
  height: 10rem;
}
.h-36 {
  height: 9rem;
}
.h-\[40px\] {
  height: 40px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-\[84px\] {
  height: 84px;
}
.h-\[800px\] {
  height: 800px;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-24 {
  height: 6rem;
}
.h-2\/5 {
  height: 40%;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-32 {
  height: 8rem;
}
.h-64 {
  height: 16rem;
}
.h-1 {
  height: 0.25rem;
}
.h-9 {
  height: 2.25rem;
}
.h-20 {
  height: 5rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[400px\] {
  height: 400px;
}
.h-96 {
  height: 24rem;
}
.h-\[78px\] {
  height: 78px;
}
.h-7 {
  height: 1.75rem;
}
.h-\[177px\] {
  height: 177px;
}
.h-\[75px\] {
  height: 75px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[23px\] {
  height: 23px;
}
.h-\[68px\] {
  height: 68px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[43px\] {
  height: 43px;
}
.h-\[170px\] {
  height: 170px;
}
.h-3 {
  height: 0.75rem;
}
.h-\[58px\] {
  height: 58px;
}
.h-60 {
  height: 15rem;
}
.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-9\/12 {
  width: 75%;
}
.w-full {
  width: 100%;
}
.w-5 {
  width: 1.25rem;
}
.w-4 {
  width: 1rem;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[180px\] {
  width: 180px;
}
.w-auto {
  width: auto;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-14 {
  width: 3.5rem;
}
.w-\[40px\] {
  width: 40px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-\[84px\] {
  width: 84px;
}
.w-32 {
  width: 8rem;
}
.w-6\/12 {
  width: 50%;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-\[200px\] {
  width: 200px;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/5 {
  width: 20%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-48 {
  width: 12rem;
}
.w-24 {
  width: 6rem;
}
.w-20 {
  width: 5rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-9 {
  width: 2.25rem;
}
.w-3\/4 {
  width: 75%;
}
.w-28 {
  width: 7rem;
}
.w-6 {
  width: 1.5rem;
}
.w-40 {
  width: 10rem;
}
.w-8 {
  width: 2rem;
}
.w-12 {
  width: 3rem;
}
.w-10 {
  width: 2.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[250px\] {
  width: 250px;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-\[51px\] {
  width: 51px;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-16 {
  width: 4rem;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-screen-xl {
  max-width: 1281px;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow-0 {
  flex-grow: 0;
}
.basis-2\/6 {
  flex-basis: 33.333333%;
}
.basis-5\/12 {
  flex-basis: 41.666667%;
}
.basis-auto {
  flex-basis: auto;
}
.-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-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-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));
}
.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;
}
.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;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-items-stretch {
  justify-items: stretch;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-0 {
  gap: 0px;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.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;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}
.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}
.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}
.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}
.border-2 {
  border-width: 2px;
}
.border {
  border-width: 1px;
}
.border-8 {
  border-width: 8px;
}
.border-4 {
  border-width: 4px;
}
.border-\[10px\] {
  border-width: 10px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-b-8 {
  border-bottom-width: 8px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-usrgray1 {
  --tw-border-opacity: 1;
  border-color: rgb(229 233 238 / var(--tw-border-opacity));
}
.border-usrblue {
  --tw-border-opacity: 1;
  border-color: rgb(0 42 89 / var(--tw-border-opacity));
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-usrred {
  --tw-border-opacity: 1;
  border-color: rgb(239 16 47 / var(--tw-border-opacity));
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}
.border-usrblue3 {
  --tw-border-opacity: 1;
  border-color: rgb(0 72 144 / var(--tw-border-opacity));
}
.border-usrgray4 {
  --tw-border-opacity: 1;
  border-color: rgb(178 191 205 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-usrblue2 {
  --tw-border-opacity: 1;
  border-color: rgb(52 102 167 / var(--tw-border-opacity));
}
.border-usrblue1 {
  --tw-border-opacity: 1;
  border-color: rgb(88 144 202 / var(--tw-border-opacity));
}
.border-usrgray3 {
  --tw-border-opacity: 1;
  border-color: rgb(240 242 245 / var(--tw-border-opacity));
}
.border-usrgray2 {
  --tw-border-opacity: 1;
  border-color: rgb(76 105 138 / var(--tw-border-opacity));
}
.border-opacity-20 {
  --tw-border-opacity: 0.2;
}
.bg-usrblue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 42 89 / var(--tw-bg-opacity));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-usrred {
  --tw-bg-opacity: 1;
  background-color: rgb(239 16 47 / var(--tw-bg-opacity));
}
.bg-usrgray1 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 233 238 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-usrblue3 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 72 144 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-usrgray3 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 245 / var(--tw-bg-opacity));
}
.bg-usrgray4 {
  --tw-bg-opacity: 1;
  background-color: rgb(178 191 205 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-usrblue1 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 144 202 / var(--tw-bg-opacity));
}
.bg-usrblue2 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 102 167 / var(--tw-bg-opacity));
}
.bg-usryellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 208 0 / var(--tw-bg-opacity));
}
.bg-usrblack {
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 64 / var(--tw-bg-opacity));
}
.bg-usrgray2 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 105 138 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-\[\#FDE102\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 225 2 / var(--tw-bg-opacity));
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-\[url\(\'\/assets\/images\/background-glass\.jpg\'\)\] {
  background-image: url('/assets/images/background-glass.jpg');
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-usrblue2 {
  --tw-gradient-from: #3466A7;
  --tw-gradient-to: rgb(52 102 167 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-usrgray3 {
  --tw-gradient-from: #F0F2F5;
  --tw-gradient-to: rgb(240 242 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-usrgray1 {
  --tw-gradient-from: #E5E9EE;
  --tw-gradient-to: rgb(229 233 238 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-usrgray4 {
  --tw-gradient-from: #B2BFCD;
  --tw-gradient-to: rgb(178 191 205 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-usrblue {
  --tw-gradient-from: #002A59;
  --tw-gradient-to: rgb(0 42 89 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-usrblue3 {
  --tw-gradient-to: #004890;
}
.to-white {
  --tw-gradient-to: #fff;
}
.to-usrgray4 {
  --tw-gradient-to: #B2BFCD;
}
.to-usrgray1 {
  --tw-gradient-to: #E5E9EE;
}
.to-usrblue2 {
  --tw-gradient-to: #3466A7;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-space {
  background-repeat: space;
}
.fill-current {
  fill: currentColor;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-4 {
  padding: 1rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-0 {
  padding: 0px;
}
.p-7 {
  padding: 1.75rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-8 {
  padding: 2rem;
}
.p-12 {
  padding: 3rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-0 {
  padding-left: 0px;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pr-0 {
  padding-right: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.font-heading {
  font-family: var(--font-heading), serif;
}
.font-regular {
  font-family: var(--font-regular), sans-serif;
}
.font-usrthin {
  font-family: var(--font-usr-thin), sans-serif;
}
.font-usrbold {
  font-family: var(--font-usr-bold), sans-serif;
}
.font-usrregular {
  font-family: var(--font-usr-regular), sans-serif;
}
.font-body {
  font-family: var(--font-body), sans-serif;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-\[156px\] {
  font-size: 156px;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-\[96px\] {
  font-size: 96px;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[42px\] {
  font-size: 42px;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[12px\] {
  font-size: 12px;
}
.font-bold {
  font-weight: 800;
}
.font-normalBold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-snug {
  line-height: 1.375;
}
.leading-4 {
  line-height: 1rem;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-\[23px\] {
  line-height: 23px;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-usrred {
  --tw-text-opacity: 1;
  color: rgb(239 16 47 / var(--tw-text-opacity));
}
.text-usrblue {
  --tw-text-opacity: 1;
  color: rgb(0 42 89 / var(--tw-text-opacity));
}
.text-usrgray4 {
  --tw-text-opacity: 1;
  color: rgb(178 191 205 / var(--tw-text-opacity));
}
.text-usrblue1 {
  --tw-text-opacity: 1;
  color: rgb(88 144 202 / var(--tw-text-opacity));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-usrgray1 {
  --tw-text-opacity: 1;
  color: rgb(229 233 238 / var(--tw-text-opacity));
}
.text-usrblue2 {
  --tw-text-opacity: 1;
  color: rgb(52 102 167 / var(--tw-text-opacity));
}
.text-usrbody {
  --tw-text-opacity: 1;
  color: rgb(71 89 108 / var(--tw-text-opacity));
}
.text-usrgray2 {
  --tw-text-opacity: 1;
  color: rgb(76 105 138 / var(--tw-text-opacity));
}
.text-usrblack {
  --tw-text-opacity: 1;
  color: rgb(0 30 64 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.\!text-usrgray2 {
  --tw-text-opacity: 1 !important;
  color: rgb(76 105 138 / var(--tw-text-opacity)) !important;
}
.text-usrblue3 {
  --tw-text-opacity: 1;
  color: rgb(0 72 144 / var(--tw-text-opacity));
}
.no-underline {
  text-decoration-line: none;
}
.placeholder-usrgray1::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 233 238 / var(--tw-placeholder-opacity));
}
.placeholder-usrgray1::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 233 238 / var(--tw-placeholder-opacity));
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-0 {
  opacity: 0;
}
.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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-white\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.text-58 {
    font-size: 40px;
    line-height: 110%;
  }
@media (min-width: 768px) {
    .text-58 {
      font-size: 58px;
    }
  }
h1 {
  font-family: var(--font-usr-bold), sans-serif;
  font-size: 3rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 42 89 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
    h1 {
    font-size: 4.5rem;
      line-height: 0.8;
  }
  }
h1 p {
    line-height: 110%;
  }
h2 {
  font-family: var(--font-usr-bold), sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 42 89 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
    h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  }
h3 {
  font-family: var(--font-usr-bold), sans-serif;
  font-family: var(--font-black), sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(0 42 89 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
    h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  }
h4 {
  font-family: var(--font-usr-bold), sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 42 89 / var(--tw-text-opacity));
  line-height: 1.75rem;
}
h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  font-family: var(--font-usr-bold), sans-serif;
}
@media (min-width: 768px) {
    h5 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 700;
    font-family: var(--font-usr-bold), sans-serif;
  }
  }
h6 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  font-family: var(--font-usr-bold), sans-serif;
}
@media (min-width: 768px) {
    h6 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 700;
    font-family: var(--font-usr-bold), sans-serif;
  }
  }
.bg-usrblue h2, .bg-usrblue h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.progress-bar-heading.bg-usrblue h2 h2,.progress-bar-heading .bg-usrblue h3 h2 {
  color: white;
}
.bg-white h2, .bg-white h3 {
  --tw-text-opacity: 1;
  color: rgb(0 42 89 / var(--tw-text-opacity));
}
.gallery h2, .gallery h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
a {
  font-family: var(--font-regular), sans-serif;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
p {
  line-height: 1.5rem;
}
p a {
  font-family: var(--font-regular), sans-serif;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
header ul li, nav ul li {
  margin-left: 0px;
  list-style-type: none;
}
header ul li a, nav ul li a {
  font-family: var(--font-regular), sans-serif;
  font-weight: 600;
  text-decoration-line: none;
  --tw-text-opacity: 1;
  color: rgb(0 30 64 / var(--tw-text-opacity));
}
p + p,
  p + ul {
  margin-top: 1em;
}
ul li {
  margin-left: 1em;
  list-style-type: disc;
}
.yellow-text-container h1, .yellow-text-container h2, .yellow-text-container h3 {
  --tw-text-opacity: 1;
  color: rgb(255 208 0 / var(--tw-text-opacity));
} /* stylelint-disable */
:root {
  --usrblack: 0, 30, 64;
  --font-body: "Eleron-Regular", Helvetica, sans-serif;
  --font-heading: "Eleron-Bold", Helvetica, sans-serif;
  --font-regular: "Eleron-Regular", Helvetica, sans-serif;
  --font-black: "Eleron-Bold", Helvetica, sans-serif;
  --font-usr-bold: "Eleron-Bold", Helvetica, sans-serif;
  --font-usr-regular: "Eleron-Regular", Helvetica, sans-serif;
  --font-usr-thin: "Eleron-Thin", Helvetica, sans-serif;
}

/* stylelint-enable */
@font-face {
  font-family: "Source Sans Pro", sans-serif;
  src: url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;900&display=swap");
}
@font-face {
  font-family: "SalviaSans-Bold";
  font-style: bold;
  font-weight: 800;
  src: url("/assets/fonts/SalviaSans-Bold.woff2") format("woff2"), url("/assets/fonts/SalviaSans-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SalviaSans-SemiBold";
  font-style: medium;
  font-weight: 500;
  src: url("/assets/fonts/SalviaSans-SemiBold.woff2") format("woff2"), url("/assets/fonts/SalviaSans-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SalviaSans-Regular";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/SalviaSans-Regular.woff2") format("woff2"), url("/assets/fonts/SalviaSans-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SalviaSans-Black";
  font-style: bold;
  font-weight: 500;
  src: url("/assets/fonts/SalviaSans-Black.woff2") format("woff2"), url("/assets/fonts/SalviaSans-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Eleron-Bold";
  font-style: bold;
  font-weight: 800;
  src: url("/assets/fonts/Eleron-Bold.woff2") format("woff2"), url("/assets/fonts/Eleron-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Eleron-Regular";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/Eleron-Regular.woff2") format("woff2"), url("/assets/fonts/Eleron-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Eleron-Thin";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/fonts/Eleron-Thin.woff2") format("woff2"), url("/assets/fonts/Eleron-Thin.woff") format("woff");
  font-display: swap;
}
:root {
  font-size: 100%;
}
@media (min-width: 1024px) {
  :root {
    font-size: 112.5%;
  }
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  margin: 0;
  padding: 0;
}
.red-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 1rem auto, 100%;
}

.main-column-class {
  padding: 0;
}

.letter ul, .important ul {
  padding: 0;
}
.letter ul li, .important ul li {
  margin: 0;
  list-style-type: none;
  padding: 10px 8px 10px 60px;
  background: url("../../assets/icons/checkmark.png") no-repeat 8px center;
}
.letter ul li:nth-child(odd), .important ul li:nth-child(odd) {
  background-color: #ffffff;
}
.letter ul li:nth-child(even), .important ul li:nth-child(even) {
  background-color: #F0F2F5;
}

.text-and-image ul li {
  list-style-type: none;
  margin: 0 0 1.5rem 0;
  padding-left: 28px;
  background: url("../../assets/icons/list-style.svg") no-repeat 0px 9px;
}

.progress-bar-heading h2 {
  font-size: 2.5rem;
  line-height: 1.2;
}
.progress-bar-heading h2 strong {
  color: #ef102f;
}

.progress-bar-heading.text-white h2 {
  color: white;
}

@media (max-width: 640px) {
  .progress-bar-heading h2 {
    font-size: 1.5rem;
  }
}
.text-and-image h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.text-and-image blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 72 144 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.progress-bar-heading.text-and-image blockquote h2 {
  color: white;
}

@media (min-width: 768px) {

  .text-and-image blockquote {
    padding: 2rem;
  }
}

.text-and-image h6 {
  --tw-text-opacity: 1;
  color: rgb(239 16 47 / var(--tw-text-opacity));
}

.text-and-form h4 {
  margin-bottom: 0.25rem;
  display: inline;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.progress-bar-heading.text-and-form h4 h2 {
  color: white;
}
.text-and-form ol {
  list-style-position: inside;
  list-style-type: decimal;
}
.text-and-form ol li {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {

  .text-and-form ol li {
    margin-top: 2rem;
  }
}
.text-and-form ol li::marker {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
}

.headerForm ul[data-field-errors] {
  margin-top: 0.25rem;
}
.headerForm ul[data-field-errors] li {
  --tw-text-opacity: 1;
  color: rgb(239 16 47 / var(--tw-text-opacity));
}

ol.list-red-bullet, ul.list-red-bullet {
  position: relative;
}
ol.list-red-bullet li, ul.list-red-bullet li {
  list-style-position: inside;
}
ol.list-red-bullet li ::marker, ul.list-red-bullet li ::marker {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 800;
}
ol.list-red-bullet li::before, ul.list-red-bullet li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 22px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 16 47 / var(--tw-bg-opacity));
  left: 0;
  position: absolute;
}

/** HEADERS with CONTENT **/
.headerImage h1 {
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.progress-bar-heading.headerImage h1 h2 {
  color: white;
}
.headerImage h1 em {
  font-family: var(--font-usr-thin), sans-serif;
  font-weight: 700;
  font-style: normal;
}
.headerImage h1 strong {
  --tw-text-opacity: 1;
  color: rgb(239 16 47 / var(--tw-text-opacity));
}

/** MAIN TEXT CONTENT **/
@media (min-width: 768px) {

  .text-content ul {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.text-content ul li {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(239 16 47 / var(--tw-border-opacity));
  padding-left: 1rem;
  margin: 0 0 1.5rem 0;
  padding-left: 28px;
  list-style-type: none;
}
.text-content strong {
  --tw-text-opacity: 1;
  color: rgb(239 16 47 / var(--tw-text-opacity));
}
@media (max-width: 768px) {
  .text-content h2, .text-content h3, .text-content h4, .text-content h5 {
    line-height: 1.25;
  }
}
.text-content h2 p, .text-content h3 p, .text-content h4 p, .text-content h5 p {
  line-height: 1;
}

/** TWO COLUMNS **/
.two-text-columns h2 strong, .two-text-columns h3 strong, .two-text-columns h4 strong, .two-text-columns h5 strong {
  --tw-text-opacity: 1;
  color: rgb(239 16 47 / var(--tw-text-opacity));
}

/** CONTENT + IMAGE **/
.contentText h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.contentText h2 strong {
  --tw-text-opacity: 1;
  color: rgb(239 16 47 / var(--tw-text-opacity));
}

.our-team p strong {
  --tw-text-opacity: 1;
  color: rgb(239 16 47 / var(--tw-text-opacity));
}

/** TWO COLUMNS SPLIT **/
.two-columns-split {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 768px) {
  .two-columns-split {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.two-columns-split ol li {
  list-style-type: decimal;
  margin: 0 0 1.6rem 0;
  line-height: 1.5;
}
.two-columns-split ol li::marker {
  font-weight: 800;
}

/** FORM **/
.ff-form-errors,
.ff-errors {
  color: #002A59;
  padding-bottom: 10px;
}

.form-check {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  background: var(--soft-filler-m-10, #E5E9EE);
  padding: 1.15rem;
}
@media (max-width: 768px) {
  .form-check {
    padding: 0.75rem;
  }
}

.form-check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  background: #fff;
  border: 1px solid #4C698A;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  margin-right: 0.5rem;
}

.form-check-input:checked::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.form-check-input:hover {
  background: #5890CA;
  border-color: #5890CA;
  transition: background 0.3s;
}

.form-check-input:hover::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.form-check-input:focus {
  outline: none;
}

.form-check-input:checked {
  background: #5890CA;
  border-color: #5890CA;
}

.custom-radio {
  border-radius: 6.1875rem;
  border: 1px solid var(--m-70, #4C698A);
  background: var(--soft-filler-m-10, #E5E9EE);
  display: flex;
  padding: 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
}

input[type=radio].custom-radio {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: #E5E9EE;
  /* Not removed via appearance */
  margin: 0 10px 0 0;
  font: inherit;
  color: #E5E9EE;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.1em solid #4C698A;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

.custom-radio::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

.custom-radio:checked::before {
  transform: scale(1);
  background-color: #4C698A;
}

.shadow-custom {
  --tw-shadow-color: #002A59;
  --tw-shadow: 0 10px 80px 0 rgba(0, 42, 89, 0.15);
  box-shadow: var(--tw-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow-colored, 0 0 rgba(0, 0, 0, 0));
}

.hover\:border-usrblue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 42 89 / var(--tw-border-opacity));
}

.hover\:border-usrred:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 16 47 / var(--tw-border-opacity));
}

.hover\:border-usrgray4:hover {
  --tw-border-opacity: 1;
  border-color: rgb(178 191 205 / var(--tw-border-opacity));
}

.hover\:border-usrblue3:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 72 144 / var(--tw-border-opacity));
}

.hover\:bg-usrblack:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 64 / var(--tw-bg-opacity));
}

.hover\:bg-usrblue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 42 89 / var(--tw-bg-opacity));
}

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

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

.hover\:bg-usrblue2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 102 167 / var(--tw-bg-opacity));
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.hover\:bg-usrgray4:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(178 191 205 / var(--tw-bg-opacity));
}

.hover\:bg-usrgray2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(76 105 138 / var(--tw-bg-opacity));
}

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

.hover\:text-usrblue2:hover {
  --tw-text-opacity: 1;
  color: rgb(52 102 167 / var(--tw-text-opacity));
}

.hover\:text-usrred:hover {
  --tw-text-opacity: 1;
  color: rgb(239 16 47 / var(--tw-text-opacity));
}

.hover\:text-usrblue:hover {
  --tw-text-opacity: 1;
  color: rgb(0 42 89 / var(--tw-text-opacity));
}

.hover\:text-usrgray4:hover {
  --tw-text-opacity: 1;
  color: rgb(178 191 205 / var(--tw-text-opacity));
}

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

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

.hover\:bg-usrblue:hover h2,.hover\:bg-usrblue:hover h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.progress-bar-heading.hover\:bg-usrblue:hover h2 h2,.progress-bar-heading.hover\:bg-usrblue:hover h3 h2 {
  color: white;
}

.hover\:bg-usrblue:hover h2,.hover\:bg-usrblue:hover h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.progress-bar-heading.hover\:bg-usrblue:hover h2 h2,.progress-bar-heading.hover\:bg-usrblue:hover h3 h2 {
  color: white;
}

.hover\:bg-white:hover h2,.hover\:bg-white:hover h3 {
  --tw-text-opacity: 1;
  color: rgb(0 42 89 / var(--tw-text-opacity));
}

.focus\:border-usrgray2:focus {
  --tw-border-opacity: 1;
  border-color: rgb(76 105 138 / var(--tw-border-opacity));
}

.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.focus\:border-gray-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

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

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:bg-white:focus h2,.focus\:bg-white:focus h3 {
  --tw-text-opacity: 1;
  color: rgb(0 42 89 / var(--tw-text-opacity));
}

.active\:bg-gray-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}

@media (prefers-color-scheme: dark) {

  .dark\:bg-usrred {
    --tw-bg-opacity: 1;
    background-color: rgb(239 16 47 / var(--tw-bg-opacity));
  }
}

@media (min-width: 375px) {

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

@media (min-width: 640px) {

  .sm\:top-\[144px\] {
    top: 144px;
  }

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

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

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

  .sm\:h-1\/2 {
    height: 50%;
  }

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

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

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

  .sm\:w-28 {
    width: 7rem;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:w-32 {
    width: 8rem;
  }

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

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

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

  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .sm\:text-right {
    text-align: right;
  }

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

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

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

@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

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

  .md\:top-14 {
    top: 3.5rem;
  }

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

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

  .md\:left-1\/4 {
    left: 25%;
  }

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

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

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

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

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

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

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

  .md\:bottom-32 {
    bottom: 8rem;
  }

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

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

  .md\:right-14 {
    right: 3.5rem;
  }

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

  .md\:-left-20 {
    left: -5rem;
  }

  .md\:-right-20 {
    right: -5rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

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

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

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

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

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

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

  .md\:mr-4 {
    margin-right: 1rem;
  }

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

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

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

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

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

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

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

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

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

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

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

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

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

  .md\:mr-7 {
    margin-right: 1.75rem;
  }

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

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:h-40 {
    height: 10rem;
  }

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

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

  .md\:h-screen {
    height: 100vh;
  }

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

  .md\:h-80 {
    height: 20rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

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

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

  .md\:h-96 {
    height: 24rem;
  }

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

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

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

  .md\:h-16 {
    height: 4rem;
  }

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

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

  .md\:w-6\/12 {
    width: 50%;
  }

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

  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

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

  .md\:w-32 {
    width: 8rem;
  }

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

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

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

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

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

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

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

  .md\:w-44 {
    width: 11rem;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

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

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:basis-7\/12 {
    flex-basis: 58.333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

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

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

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

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

  .md\:bg-usrred {
    --tw-bg-opacity: 1;
    background-color: rgb(239 16 47 / var(--tw-bg-opacity));
  }

  .md\:bg-top {
    background-position: top;
  }

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

  .md\:p-10 {
    padding: 2.5rem;
  }

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

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

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

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

  .md\:p-14 {
    padding: 3.5rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-9 {
    padding: 2.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

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

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

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

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

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

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

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

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

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

  .md\:pl-20 {
    padding-left: 5rem;
  }

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

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

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

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

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:leading-6 {
    line-height: 1.5rem;
  }

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

  .md\:text-usrblack {
    --tw-text-opacity: 1;
    color: rgb(0 30 64 / var(--tw-text-opacity));
  }

  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .md\:bg-white h2,.md\:bg-white h3 {
    --tw-text-opacity: 1;
    color: rgb(0 42 89 / var(--tw-text-opacity));
  }
}

@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

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

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

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

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:h-3 {
    height: 0.75rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

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

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

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

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

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

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

  .lg\:w-9\/12 {
    width: 75%;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:self-auto {
    align-self: auto;
  }

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

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

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

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

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

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

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

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

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

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

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

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

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

@media (min-width: 1281px) {

  .xl\:right-16 {
    right: 4rem;
  }

  .xl\:block {
    display: block;
  }

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

  .xl\:w-1\/5 {
    width: 20%;
  }

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

  .xl\:w-3\/4 {
    width: 75%;
  }

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

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

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

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

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

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

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

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

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

@media (min-width: 1536px) {

  .\32xl\:relative {
    position: relative;
  }

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

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

  .\32xl\:left-0 {
    left: 0px;
  }

  .\32xl\:right-0 {
    right: 0px;
  }

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

  .\32xl\:w-4\/12 {
    width: 33.333333%;
  }

  .\32xl\:gap-16 {
    gap: 4rem;
  }

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

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

.\[\&\>\*\]\:text-white>* {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\>\*\]\:text-usrblue>* {
  --tw-text-opacity: 1;
  color: rgb(0 42 89 / var(--tw-text-opacity));
}

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