[x-cloak] { display: none !important; }
/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
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 */
}
/*
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;
}
/* Fonts */
@font-face {
    font-family: "ModernEra-Regular";
    src: url("/assets/Fonts/ModernEra-Regular.woff") format("woff"), url("/assets/Fonts/ModernEra-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
  }
@font-face {
    font-family: "ModernEra-Medium";
    src: url("/assets/Fonts/ModernEra-Medium.woff") format("woff"), url("/assets/Fonts/ModernEra-Medium.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
  }
@font-face {
    font-family: "ModernEra-ExtraBold";
    src: url("/assets/Fonts/ModernEra-ExtraBold.woff") format("woff"), url("/assets/Fonts/ModernEra-ExtraBold.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
  }
html { scroll-padding: 3rem; scroll-behavior: smooth; }
@media (min-width: 640px) {
 html { scroll-padding: 5rem; } }
@media (min-width: 768px) {
 html { scroll-padding: 7rem; } }
@media (min-width: 1024px) {
 html { scroll-padding: 8rem; } }
body {
    letter-spacing: 0.05em;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-family: ModernEra-Regular, sans-serif;
  }
.font-bold {
    letter-spacing: 0.08rem;
  }
h2, 
  h3, 
  h4, 
  h5, 
  h6, 
  p, 
  .redactor p, 
  a { --tw-text-opacity: 1; color: rgb(0 60 105 / var(--tw-text-opacity)); }
h1 {
    letter-spacing: 0.08rem;
    font-family: ModernEra-ExtraBold, sans-serif;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 155 0 / var(--tw-text-opacity));
  }
@media (min-width: 640px) {
 h1 { font-size: 3rem; line-height: 1; } }
@media (min-width: 768px) {
 h1 { font-size: 4.5rem; line-height: 1; } }
@media (min-width: 1024px) {
 h1 { font-size: 85px; } }
h2 {
    letter-spacing: 0.08rem;
    font-family: ModernEra-ExtraBold, sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 60 105 / var(--tw-text-opacity));
  }
@media (min-width: 640px) {
 h2 { font-size: 1.875rem; line-height: 2.25rem; } }
@media (min-width: 768px) {
 h2 { font-size: 2.25rem; line-height: 2.5rem; } }
@media (min-width: 1024px) {
 h2 { font-size: 42px; } }
h3 { font-size: 22px; line-height: 1.25; --tw-text-opacity: 1; color: rgb(0 60 105 / var(--tw-text-opacity)); }
@media (min-width: 640px) {
 h3 { font-size: 1.875rem; line-height: 2.25rem; } }
@media (min-width: 768px) {
 h3 { font-size: 2.25rem; line-height: 2.5rem; } }
@media (min-width: 1024px) {
 h3 { font-size: 40px; } }
h4 {
    letter-spacing: 0.08rem;
    font-family: ModernEra-ExtraBold, sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 60 105 / var(--tw-text-opacity));
  }
@media (min-width: 640px) {
 h4 { font-size: 1.5rem; line-height: 2rem; } }
@media (min-width: 768px) {
 h4 { font-size: 1.875rem; line-height: 2.25rem; } }
@media (min-width: 1024px) {
 h4 { font-size: 32px; } }
p { font-size: 1rem; line-height: 1.5rem; }
@media (min-width: 640px) {
 p { font-size: 1.125rem; line-height: 1.75rem; } }
@media (min-width: 768px) {
 p { font-size: 1.25rem; line-height: 1.75rem; } }
@media (min-width: 1024px) {
 p { font-size: 25px; } }
p {
    color: inherit;
  }
ul {
    list-style: unset;
    line-height: 2;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 1.5rem}
ul *::marker { color: rgb(255 155 0 ); }
ul::marker { color: rgb(255 155 0 ); }
li { margin-top: 0px; margin-bottom: 0px; font-size: 1rem; line-height: 1.5rem; }
@media (min-width: 640px) {
 li { font-size: 1.125rem; line-height: 1.75rem; } }
@media (min-width: 768px) {
 li { margin-top: 0.5rem; margin-bottom: 0.5rem; font-size: 1.25rem; line-height: 1.75rem; } }
@media (min-width: 1024px) {
 li { font-size: 25px; } }
li {
    color: inherit;
  }
.hyphen {
    -webkit-hyphens: auto;
            hyphens: auto
  }
/* Redactor */
.redactor > * { display: block; }
.redactor h2 { margin-top: 1.5rem; }
@media (min-width: 640px) {
 .redactor h2 { margin-top: 2.5rem; } }
@media (min-width: 768px) {
 .redactor h2 { margin-top: 3.5rem; } }
.redactor h3 { margin-top: 1rem; }
@media (min-width: 640px) {
 .redactor h3 { margin-top: 1.5rem; } }
@media (min-width: 768px) {
 .redactor h3 { margin-top: 2rem; } }
.redactor p { margin-top: 1rem; margin-bottom: 1rem; --tw-text-opacity: 1; color: rgb(51 51 51 / var(--tw-text-opacity)); }
@media (min-width: 640px) {
 .redactor p { margin-top: 1.5rem; } }
@media (min-width: 1024px) {
 .redactor p { margin-top: 2rem; } }
.redactor ul, 
  .redactor li { --tw-text-opacity: 1; color: rgb(51 51 51 / var(--tw-text-opacity)); }
.container { padding-left: 1rem; padding-right: 1rem; }
section { padding-top: 3rem; padding-bottom: 3rem; }
@media (min-width: 640px) {
 section { padding-top: 5rem; padding-bottom: 5rem; } }
@media (min-width: 768px) {
 section { padding-top: 7rem; padding-bottom: 7rem; } }
@media (min-width: 1024px) {
 section { padding-top: 8rem; padding-bottom: 8rem; }
 .grid-desktop { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); -moz-column-gap: 1rem; column-gap: 1rem; } }
/* .grid-desktop > * {
    @apply col-start-2 
  } */
.clip-path-bubble {
    /* clip-path: ellipse(25% 57% at 100% 50%); */
    -webkit-clip-path: ellipse(100% 58% at 100% 50%);
            clip-path: ellipse(100% 58% at 100% 50%);
  }
*, ::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:  ; }
::-webkit-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:  ; }
::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; }
@media (min-width: 640px) {
 .container { max-width: 640px; } }
@media (min-width: 768px) {
 .container { max-width: 768px; } }
@media (min-width: 1024px) {
 .container { max-width: 1024px; } }
@media (min-width: 1280px) {
 .container { max-width: 1280px; } }
@media (min-width: 1536px) {
 .container { max-width: 1536px; } }
.visible { visibility: visible; }
.invisible { visibility: hidden; }
.static { position: static; }
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.sticky { position: -webkit-sticky; position: sticky; }
.inset-y-0 { top: 0px; bottom: 0px; }
.right-12 { right: 3rem; }
.top-0 { top: 0px; }
.bottom-0 { bottom: 0px; }
.left-0 { left: 0px; }
.right-0 { right: 0px; }
.bottom-4 { bottom: 1rem; }
.left-1 { left: 0.25rem; }
.bottom-1 { bottom: 0.25rem; }
.top-3 { top: 0.75rem; }
.top-5 { top: 1.25rem; }
.left-5 { left: 1.25rem; }
.z-50 { z-index: 50; }
.z-40 { z-index: 40; }
.z-10 { z-index: 10; }
.col-span-full { grid-column: 1 / -1; }
.col-span-7 { grid-column: span 7 / span 7; }
.col-span-9 { grid-column: span 9 / span 9; }
.col-span-3 { grid-column: span 3 / span 3; }
.col-span-4 { grid-column: span 4 / span 4; }
.col-span-5 { grid-column: span 5 / span 5; }
.col-start-1 { grid-column-start: 1; }
.m-1 { margin: 0.25rem; }
.m-2 { margin: 0.5rem; }
.m-3 { margin: 0.75rem; }
.my-4 { margin-top: 1rem; margin-bottom: 1rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.my-8 { margin-top: 2rem; margin-bottom: 2rem; }
.my-6 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-0 { margin-bottom: 0px; }
.mt-8 { margin-top: 2rem; }
.mt-14 { margin-top: 3.5rem; }
.mr-8 { margin-right: 2rem; }
.ml-4 { margin-left: 1rem; }
.mr-6 { margin-right: 1.5rem; }
.mr-4 { margin-right: 1rem; }
.mt-4 { margin-top: 1rem; }
.-ml-2 { margin-left: -0.5rem; }
.-mr-2 { margin-right: -0.5rem; }
.mt-2 { margin-top: 0.5rem; }
.-mt-8 { margin-top: -2rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mt-0 { margin-top: 0px; }
.mr-2 { margin-right: 0.5rem; }
.mr-1 { margin-right: 0.25rem; }
.mt-6 { margin-top: 1.5rem; }
.block { display: block; }
.\!block { display: block !important; }
.inline-block { display: inline-block; }
.inline { display: inline; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.table { display: table; }
.table-row-group { display: table-row-group; }
.table-row { display: table-row; }
.grid { display: grid; }
.contents { display: contents; }
.list-item { display: list-item; }
.hidden { display: none; }
.aspect-square { aspect-ratio: 1 / 1; }
.h-screen { height: 100vh; }
.h-\[2px\] { height: 2px; }
.h-full { height: 100%; }
.h-6 { height: 1.5rem; }
.h-10 { height: 2.5rem; }
.h-8 { height: 2rem; }
.min-h-\[50vh\] { min-height: 50vh; }
.min-h-\[10rem\] { min-height: 10rem; }
.min-h-\[50px\] { min-height: 50px; }
.min-h-\[5rem\] { min-height: 5rem; }
.w-full { width: 100%; }
.w-\[90\%\] { width: 90%; }
.w-screen { width: 100vw; }
.w-\[50px\] { width: 50px; }
.w-20 { width: 5rem; }
.w-\[7rem\] { width: 7rem; }
.w-8 { width: 2rem; }
.w-4 { width: 1rem; }
.w-10 { width: 2.5rem; }
.w-6 { width: 1.5rem; }
.w-2\/3 { width: 66.666667%; }
.w-1 { width: 0.25rem; }
.w-1\/4 { width: 25%; }
.w-16 { width: 4rem; }
.max-w-none { max-width: none; }
.max-w-\[12rem\] { max-width: 12rem; }
.max-w-\[8rem\] { max-width: 8rem; }
.max-w-sm { max-width: 24rem; }
.max-w-xs { max-width: 20rem; }
.flex-1 { flex: 1 1 0%; }
.shrink { flex-shrink: 1; }
.flex-grow { flex-grow: 1; }
.grow { flex-grow: 1; }
.basis-1\/2 { flex-basis: 50%; }
.translate-y-2 { --tw-translate-y: 0.5rem; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.translate-y-0 { --tw-translate-y: 0px; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.-translate-y-0 { --tw-translate-y: -0px; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.translate-x-full { --tw-translate-x: 100%; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.translate-x-0 { --tw-translate-x: 0px; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.rotate-45 { --tw-rotate: 45deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.-rotate-45 { --tw-rotate: -45deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.-rotate-90 { --tw-rotate: -90deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.-rotate-0 { --tw-rotate: -0deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.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)); }
.\!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)) !important; }
.cursor-pointer { cursor: pointer; }
.select-all { -webkit-user-select: all; -moz-user-select: all; user-select: all; }
.resize { resize: both; }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.flex-row { flex-direction: row; }
.flex-col { flex-direction: column; }
.flex-nowrap { flex-wrap: nowrap; }
.place-items-center { place-items: center; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.items-baseline { align-items: baseline; }
.justify-start { justify-content: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-12 { gap: 3rem; }
.gap-10 { gap: 2.5rem; }
.gap-y-4 { row-gap: 1rem; }
.gap-x-16 { -moz-column-gap: 4rem; column-gap: 4rem; }
.gap-x-2 { -moz-column-gap: 0.5rem; column-gap: 0.5rem; }
.self-end { align-self: flex-end; }
.overflow-hidden { overflow: hidden; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rounded-\[5px\] { border-radius: 5px; }
.rounded-xl { border-radius: 0.75rem; }
.rounded { border-radius: 0.25rem; }
.rounded-full { border-radius: 9999px; }
.rounded-\[10px\] { border-radius: 10px; }
.border { border-width: 1px; }
.border-2 { border-width: 2px; }
.border-b { border-bottom-width: 1px; }
.border-t { border-top-width: 1px; }
.border-solid { border-style: solid; }
.border-lightgrey { --tw-border-opacity: 1; border-color: rgb(204 216 225 / var(--tw-border-opacity)); }
.bg-blue { --tw-bg-opacity: 1; background-color: rgb(0 60 105 / var(--tw-bg-opacity)); }
.bg-white { --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); }
.bg-orange { --tw-bg-opacity: 1; background-color: rgb(255 155 0 / var(--tw-bg-opacity)); }
.bg-\[\#003C69\] { --tw-bg-opacity: 1; background-color: rgb(0 60 105 / var(--tw-bg-opacity)); }
.bg-grey { --tw-bg-opacity: 1; background-color: rgb(51 51 51 / var(--tw-bg-opacity)); }
.bg-opacity-5 { --tw-bg-opacity: 0.05; }
.fill-white { fill: #ffffff; }
.stroke-blue { stroke: #003C69; }
.stroke-white { stroke: #ffffff; }
.object-cover { -o-object-fit: cover; object-fit: cover; }
.object-top { -o-object-position: top; object-position: top; }
.p-1 { padding: 0.25rem; }
.p-4 { padding: 1rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.pr-8 { padding-right: 2rem; }
.pl-4 { padding-left: 1rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-6 { padding-bottom: 1.5rem; }
.pt-6 { padding-top: 1.5rem; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.font-bold { font-family: ModernEra-ExtraBold, sans-serif; }
.text-\[31px\] { font-size: 31px; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-\[27px\] { font-size: 27px; }
.text-\[22px\] { font-size: 22px; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.font-bold { font-weight: 700; }
.uppercase { text-transform: uppercase; }
.capitalize { text-transform: capitalize; }
.italic { font-style: italic; }
.ordinal { --tw-ordinal: ordinal; font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction); }
.leading-\[1\.2\] { line-height: 1.2; }
.text-blue { --tw-text-opacity: 1; color: rgb(0 60 105 / var(--tw-text-opacity)); }
.text-grey { --tw-text-opacity: 1; color: rgb(51 51 51 / var(--tw-text-opacity)); }
.text-white { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); }
.text-orange { --tw-text-opacity: 1; color: rgb(255 155 0 / var(--tw-text-opacity)); }
.text-\[\#A5BACB\] { --tw-text-opacity: 1; color: rgb(165 186 203 / var(--tw-text-opacity)); }
.underline { -webkit-text-decoration-line: underline; text-decoration-line: underline; }
.overline { -webkit-text-decoration-line: overline; text-decoration-line: overline; }
.line-through { -webkit-text-decoration-line: line-through; text-decoration-line: line-through; }
.no-underline { -webkit-text-decoration-line: none; text-decoration-line: none; }
.shadow { --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }
.outline { outline-style: solid; }
.ring { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); }
.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); }
.drop-shadow-none { --tw-drop-shadow: drop-shadow(0 0 #0000); 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); }
.invert { --tw-invert: invert(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); }
.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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.delay-100 { transition-delay: 100ms; }
.duration-300 { transition-duration: 300ms; }
.ease-in { transition-timing-function: cubic-bezier(0.4, 0, 1, 1); }
.ease-out { transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }
.ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.\[a-zA-Z0-9\:\._-\] { a-z-a--z0-9: . -; }
.last\:mb-0:last-child { margin-bottom: 0px; }
.last\:hidden:last-child { display: none; }
.hover\:border-blue:hover { --tw-border-opacity: 1; border-color: rgb(0 60 105 / var(--tw-border-opacity)); }
.hover\:bg-orange:hover { --tw-bg-opacity: 1; background-color: rgb(255 155 0 / var(--tw-bg-opacity)); }
.hover\:bg-blue:hover { --tw-bg-opacity: 1; background-color: rgb(0 60 105 / var(--tw-bg-opacity)); }
.hover\:text-orange:hover { --tw-text-opacity: 1; color: rgb(255 155 0 / var(--tw-text-opacity)); }
.hover\:no-underline:hover { -webkit-text-decoration-line: none; text-decoration-line: none; }
.hover\:opacity-70:hover { opacity: 0.7; }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.group:hover .group-hover\:-translate-y-2 { --tw-translate-y: -0.5rem; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.group:hover .group-hover\:bg-white { --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); }
.group:hover .group-hover\:fill-orange { fill: #FF9B00; }
.group:hover .group-hover\:stroke-orange { stroke: #FF9B00; }
.group:hover .group-hover\:stroke-blue { stroke: #003C69; }
.group:hover .group-hover\:text-white { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); }
.group:hover .group-hover\:text-orange { --tw-text-opacity: 1; color: rgb(255 155 0 / var(--tw-text-opacity)); }
.group:hover .group-hover\:text-blue { --tw-text-opacity: 1; color: rgb(0 60 105 / var(--tw-text-opacity)); }
.group:hover .group-hover\:opacity-70 { opacity: 0.7; }
@media (min-width: 640px) {
 .sm\:static { position: static; }
 .sm\:left-auto { left: auto; }
 .sm\:mb-4 { margin-bottom: 1rem; }
 .sm\:mb-10 { margin-bottom: 2.5rem; }
 .sm\:mt-10 { margin-top: 2.5rem; }
 .sm\:block { display: block; }
 .sm\:flex { display: flex; }
 .sm\:w-\[8rem\] { width: 8rem; }
 .sm\:max-w-\[40\%\] { max-width: 40%; }
 .sm\:max-w-\[16rem\] { max-width: 16rem; }
 .sm\:max-w-xl { max-width: 36rem; }
 .sm\:flex-row { flex-direction: row; }
 .sm\:overflow-hidden { overflow: hidden; }
 .sm\:px-8 { padding-left: 2rem; padding-right: 2rem; }
 .sm\:py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
 .sm\:py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
 .sm\:pl-0 { padding-left: 0px; }
 .sm\:text-5xl { font-size: 3rem; line-height: 1; }
 .sm\:text-base { font-size: 1rem; line-height: 1.5rem; } }
@media (min-width: 768px) {
 .md\:col-span-2 { grid-column: span 2 / span 2; }
 .md\:col-end-13 { grid-column-end: 13; }
 .md\:my-6 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
 .md\:my-8 { margin-top: 2rem; margin-bottom: 2rem; }
 .md\:mb-12 { margin-bottom: 3rem; }
 .md\:mb-8 { margin-bottom: 2rem; }
 .md\:mb-6 { margin-bottom: 1.5rem; }
 .md\:mt-16 { margin-top: 4rem; }
 .md\:mr-6 { margin-right: 1.5rem; }
 .md\:ml-auto { margin-left: auto; }
 .md\:mt-6 { margin-top: 1.5rem; }
 .md\:block { display: block; }
 .md\:flex { display: flex; }
 .md\:hidden { display: none; }
 .md\:min-h-\[60px\] { min-height: 60px; }
 .md\:min-h-\[8rem\] { min-height: 8rem; }
 .md\:max-w-xl { max-width: 36rem; }
 .md\:max-w-2xl { max-width: 42rem; }
 .md\:max-w-md { max-width: 28rem; }
 .md\:flex-row { flex-direction: row; }
 .md\:items-center { align-items: center; }
 .md\:gap-x-4 { -moz-column-gap: 1rem; column-gap: 1rem; }
 .md\:py-8 { padding-top: 2rem; padding-bottom: 2rem; }
 .md\:pr-12 { padding-right: 3rem; }
 .md\:text-6xl { font-size: 3.75rem; line-height: 1; }
 .md\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
 .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; } }
@media (min-width: 1024px) {
 .lg\:my-8 { margin-top: 2rem; margin-bottom: 2rem; }
 .lg\:my-12 { margin-top: 3rem; margin-bottom: 3rem; }
 .lg\:mb-16 { margin-bottom: 4rem; }
 .lg\:mb-8 { margin-bottom: 2rem; }
 .lg\:mb-20 { margin-bottom: 5rem; }
 .lg\:mt-12 { margin-top: 3rem; }
 .lg\:mb-12 { margin-bottom: 3rem; }
 .lg\:mr-8 { margin-right: 2rem; }
 .lg\:mt-8 { margin-top: 2rem; }
 .lg\:-ml-4 { margin-left: -1rem; }
 .lg\:-mr-4 { margin-right: -1rem; }
 .lg\:mr-4 { margin-right: 1rem; }
 .lg\:ml-4 { margin-left: 1rem; }
 .lg\:flex { display: flex; }
 .lg\:hidden { display: none; }
 .lg\:h-10 { height: 2.5rem; }
 .lg\:min-h-\[70px\] { min-height: 70px; }
 .lg\:w-\[3px\] { width: 3px; }
 .lg\:w-\[40px\] { width: 40px; }
 .lg\:min-w-max { min-width: -webkit-max-content; min-width: -moz-max-content; min-width: max-content; }
 .lg\:flex-1 { flex: 1 1 0%; }
 .lg\:basis-1\/2 { flex-basis: 50%; }
 .lg\:flex-row { flex-direction: row; }
 .lg\:gap-x-12 { -moz-column-gap: 3rem; column-gap: 3rem; }
 .lg\:py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
 .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
 .lg\:pr-8 { padding-right: 2rem; }
 .lg\:pl-8 { padding-left: 2rem; }
 .lg\:text-7xl { font-size: 4.5rem; line-height: 1; }
 .lg\:text-\[25px\] { font-size: 25px; } }
@media (min-width: 1280px) {
 .xl\:my-6 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
 .xl\:mr-12 { margin-right: 3rem; }
 .xl\:w-\[50px\] { width: 50px; }
 .xl\:gap-x-16 { -moz-column-gap: 4rem; column-gap: 4rem; }
 .xl\:py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; } }
@media (min-width: 1536px) {
 .\32xl\:mr-16 { margin-right: 4rem; } }
