@tailwind base;@tailwind components;@tailwind utilities; /*
! tailwindcss v3.4.3 | 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: #D5DAE1; /* 2 */
} ::before,
::after {
  --tw-content: '';
} /*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/ html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
} /*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/ body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
} /*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/ hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
} /*
Add the correct text decoration in Chrome, Edge, and Safari.
*/ abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
} /*
Remove the default font size and weight for headings.
*/ h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
} /*
Reset links to optimize for opt-in styling instead of opt-out.
*/ a {
  color: inherit;
  text-decoration: inherit;
} /*
Add the correct font weight in Edge and Safari.
*/ b,
strong {
  font-weight: bolder;
} /*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/ code,
kbd,
samp,
pre {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
} /*
Add the correct font size in all browsers.
*/ small {
  font-size: 80%;
} /*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/ sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
} sub {
  bottom: -0.25em;
} sup {
  top: -0.5em;
} /*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/ table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
} /*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/ button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
} /*
Remove the inheritance of text transform in Edge and Firefox.
*/ button,
select {
  text-transform: none;
} /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/ button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
} /*
Use the modern Firefox focus style for all focusable elements.
*/ :-moz-focusring {
  outline: auto;
} /*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/ :-moz-ui-invalid {
  box-shadow: none;
} /*
Add the correct vertical alignment in Chrome and Firefox.
*/ progress {
  vertical-align: baseline;
} /*
Correct the cursor style of increment and decrement buttons in Safari.
*/ ::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
} /*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/ [type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
} /*
Remove the inner padding in Chrome and Safari on macOS.
*/ ::-webkit-search-decoration {
  -webkit-appearance: none;
} /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/ ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
} /*
Add the correct display in Chrome and Safari.
*/ summary {
  display: list-item;
} /*
Removes the default spacing and border for appropriate elements.
*/ blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
} fieldset {
  margin: 0;
  padding: 0;
} legend {
  padding: 0;
} ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
} /*
Reset default styling for dialogs.
*/ dialog {
  padding: 0;
} /*
Prevent resizing textareas horizontally by default.
*/ textarea {
  resize: vertical;
} /*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/ input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #959AAA; /* 2 */
} input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #959AAA; /* 2 */
} /*
Set the default cursor for buttons.
*/ button,
[role="button"] {
  cursor: pointer;
} /*
Make sure disabled buttons don't get the pointer cursor.
*/ :disabled {
  cursor: default;
} /*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/ img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
} /*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/ img,
video {
  max-width: 100%;
  height: auto;
} /* Make elements with the HTML hidden attribute stay hidden by default */ [hidden] {
  display: none;
} *, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(147 197 253 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
} ::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(147 197 253 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
} .container{
  width: 100%;
} @media (min-width: 480px){ .container{
    max-width: 480px;
  }
} @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;
  }
} .collapse{
  visibility: collapse;
} .absolute{
  position: absolute;
} .relative{
  position: relative;
} .right-0{
  right: 0px;
} .right-full{
  right: 100%;
} .top-0{
  top: 0px;
} .top-1\/2{
  top: 50%;
} .z-20{
  z-index: 20;
} .order-1{
  order: 1;
} .order-2{
  order: 2;
} .order-last{
  order: 9999;
} .m-0{
  margin: 0px;
} .-mx-0{
  margin-left: -0px;
  margin-right: -0px;
} .-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
} .mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
} .mx-auto{
  margin-left: auto;
  margin-right: auto;
} .-mb-4{
  margin-bottom: -1rem;
} .-mb-5{
  margin-bottom: -1.25rem;
} .-mt-28{
  margin-top: -7rem;
} .-mt-6{
  margin-top: -1.5rem;
} .mb-0{
  margin-bottom: 0px;
} .mb-1{
  margin-bottom: 0.25rem;
} .mb-10{
  margin-bottom: 2.5rem;
} .mb-12{
  margin-bottom: 3rem;
} .mb-16{
  margin-bottom: 4rem;
} .mb-2{
  margin-bottom: 0.5rem;
} .mb-20{
  margin-bottom: 5rem;
} .mb-3{
  margin-bottom: 0.75rem;
} .mb-4{
  margin-bottom: 1rem;
} .mb-5{
  margin-bottom: 1.25rem;
} .mb-6{
  margin-bottom: 1.5rem;
} .mb-7{
  margin-bottom: 1.75rem;
} .mb-8{
  margin-bottom: 2rem;
} .ml-4{
  margin-left: 1rem;
} .ml-auto{
  margin-left: auto;
} .mr-1{
  margin-right: 0.25rem;
} .mr-4{
  margin-right: 1rem;
} .mr-9{
  margin-right: 2.25rem;
} .mt-10{
  margin-top: 2.5rem;
} .mt-20{
  margin-top: 5rem;
} .mt-40{
  margin-top: 10rem;
} .mt-5{
  margin-top: 1.25rem;
} .mt-6{
  margin-top: 1.5rem;
} .block{
  display: block;
} .inline-block{
  display: inline-block;
} .flex{
  display: flex;
} .inline-flex{
  display: inline-flex;
} .hidden{
  display: none;
} .h-1{
  height: 0.25rem;
} .h-12{
  height: 3rem;
} .h-28{
  height: 7rem;
} .h-4{
  height: 1rem;
} .h-48{
  height: 12rem;
} .h-6{
  height: 1.5rem;
} .h-8{
  height: 2rem;
} .h-auto{
  height: auto;
} .h-full{
  height: 100%;
} .max-h-16{
  max-height: 4rem;
} .max-h-56{
  max-height: 14rem;
} .w-1\/2{
  width: 50%;
} .w-1\/3{
  width: 33.333333%;
} .w-1\/4{
  width: 25%;
} .w-12{
  width: 3rem;
} .w-2\/3{
  width: 66.666667%;
} .w-28{
  width: 7rem;
} .w-3\/4{
  width: 75%;
} .w-32{
  width: 8rem;
} .w-4{
  width: 1rem;
} .w-5{
  width: 1.25rem;
} .w-52{
  width: 13rem;
} .w-6{
  width: 1.5rem;
} .w-8{
  width: 2rem;
} .w-\[70\%\]{
  width: 70%;
} .w-auto{
  width: auto;
} .w-full{
  width: 100%;
} .w-px{
  width: 1px;
} .max-w-112{
  max-width: 28rem;
} .max-w-2xl{
  max-width: 42rem;
} .max-w-5xl{
  max-width: 64rem;
} .max-w-6xl{
  max-width: 72rem;
} .max-w-7xl{
  max-width: 80rem;
} .max-w-\[150px\]{
  max-width: 150px;
} .max-w-full{
  max-width: 100%;
} .max-w-lg{
  max-width: 32rem;
} .max-w-max{
  max-width: -moz-max-content;
  max-width: max-content;
} .max-w-md{
  max-width: 28rem;
} .max-w-sm{
  max-width: 24rem;
} .flex-shrink-0{
  flex-shrink: 0;
} .flex-grow{
  flex-grow: 1;
} .-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));
} .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;
} .flex-col{
  flex-direction: column;
} .flex-wrap{
  flex-wrap: wrap;
} .items-start{
  align-items: flex-start;
} .items-end{
  align-items: flex-end;
} .items-center{
  align-items: center;
} .justify-start{
  justify-content: flex-start;
} .justify-center{
  justify-content: center;
} .justify-between{
  justify-content: space-between;
} .gap-16{
  gap: 4rem;
} .gap-6{
  gap: 1.5rem;
} .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-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)));
} .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-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-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
} .space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
} .self-start{
  align-self: flex-start;
} .overflow-hidden{
  overflow: hidden;
} .whitespace-nowrap{
  white-space: nowrap;
} .rounded-lg{
  border-radius: 0.5rem;
} .rounded-md{
  border-radius: 0.375rem;
} .border{
  border-width: 1px;
} .border-blue-900{
  --tw-border-opacity: 1;
  border-color: rgb(35 125 213 / var(--tw-border-opacity));
} .border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
} .bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
} .bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(218 232 245 / var(--tw-bg-opacity));
} .bg-blue-300{
  background-color: ;
} .bg-blue-900{
  --tw-bg-opacity: 1;
  background-color: rgb(35 125 213 / var(--tw-bg-opacity));
} .bg-body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
} .bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(149 154 170 / var(--tw-bg-opacity));
} .bg-transparent{
  background-color: transparent;
} .bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
} .bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
} .from-blue-900{
  --tw-gradient-from: #237DD5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 125 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
} .from-white{
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
} .to-blue-900{
  --tw-gradient-to: #237DD5 var(--tw-gradient-to-position);
} .to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
} .object-contain{
  -o-object-fit: contain;
     object-fit: contain;
} .object-cover{
  -o-object-fit: cover;
     object-fit: cover;
} .p-1{
  padding: 0.25rem;
} .p-10{
  padding: 2.5rem;
} .px-0{
  padding-left: 0px;
  padding-right: 0px;
} .px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
} .px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
} .px-4{
  padding-left: 1rem;
  padding-right: 1rem;
} .px-8{
  padding-left: 2rem;
  padding-right: 2rem;
} .py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
} .py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
} .py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
} .py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
} .py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
} .py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
} .py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
} .py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
} .pb-0{
  padding-bottom: 0px;
} .pb-1{
  padding-bottom: 0.25rem;
} .pb-2{
  padding-bottom: 0.5rem;
} .pb-5{
  padding-bottom: 1.25rem;
} .pb-8{
  padding-bottom: 2rem;
} .pl-10{
  padding-left: 2.5rem;
} .pl-12{
  padding-left: 3rem;
} .pl-4{
  padding-left: 1rem;
} .pr-2{
  padding-right: 0.5rem;
} .pr-4{
  padding-right: 1rem;
} .pt-0{
  padding-top: 0px;
} .pt-10{
  padding-top: 2.5rem;
} .pt-24{
  padding-top: 6rem;
} .text-left{
  text-align: left;
} .text-center{
  text-align: center;
} .font-body{
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
} .font-heading{
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
} .text-3xl{
  font-size: 5.00vw;
} .text-4xl{
  font-size: 5.50vw;
} .text-5xl{
  font-size: 6.00vw;
} .text-6xl{
  font-size: 6.50vw;
} .text-base{
  font-size: 1rem;
} .text-lg{
  font-size: 2.50vw;
} .text-sm{
  font-size: 2.00vw;
} .text-xl{
  font-size: 3.00vw;
} .font-bold{
  font-weight: 700;
} .font-semibold{
  font-weight: 600;
} .leading-none{
  line-height: 1;
} .leading-tight{
  line-height: 1.25;
} .text-\[\#0470C5\]{
  --tw-text-opacity: 1;
  color: rgb(4 112 197 / var(--tw-text-opacity));
} .text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
} .text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(35 125 213 / var(--tw-text-opacity));
} .text-body{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
} .text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(149 154 170 / var(--tw-text-opacity));
} .text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(128 129 140 / var(--tw-text-opacity));
} .text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(97 99 114 / var(--tw-text-opacity));
} .text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
} .text-orange-900{
  --tw-text-opacity: 1;
  color: rgb(255 70 12 / var(--tw-text-opacity));
} .text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
} .antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} .transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
} .transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
} .transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
} .duration-200{
  transition-duration: 200ms;
} .duration-300{
  transition-duration: 300ms;
} .duration-500{
  transition-duration: 500ms;
} .ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
} .hover\:border-blue-900:hover{
  --tw-border-opacity: 1;
  border-color: rgb(35 125 213 / var(--tw-border-opacity));
} .hover\:bg-blue-300:hover{
  background-color: ;
} .hover\:bg-blue-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(35 125 213 / var(--tw-bg-opacity));
} .hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
} .hover\:opacity-80:hover{
  opacity: 0.8;
} @media (min-width: 480px){ .xs\:text-6xl{
    font-size: 6.50vw;
  }
} @media (min-width: 640px){ .sm\:mb-10{
    margin-bottom: 2.5rem;
  } .sm\:mb-12{
    margin-bottom: 3rem;
  } .sm\:mb-2{
    margin-bottom: 0.5rem;
  } .sm\:h-14{
    height: 3.5rem;
  } .sm\:max-h-screen{
    max-height: 100vh;
  } .sm\:w-14{
    width: 3.5rem;
  } .sm\:w-2\/5{
    width: 40%;
  } .sm\:w-3\/5{
    width: 60%;
  } .sm\:w-full{
    width: 100%;
  } .sm\:max-w-\[200px\]{
    max-width: 200px;
  } .sm\:max-w-none{
    max-width: none;
  } .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  } .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  } .sm\:pb-24{
    padding-bottom: 6rem;
  } .sm\:pl-14{
    padding-left: 3.5rem;
  } .sm\:pt-8{
    padding-top: 2rem;
  } .sm\:text-2xl{
    font-size: 4.00vw;
  } .sm\:text-xl{
    font-size: 3.00vw;
  } .sm\:text-xs{
    font-size: 1.50vw;
  }
} @media (min-width: 768px){ .md\:order-1{
    order: 1;
  } .md\:order-2{
    order: 2;
  } .md\:-mx-0{
    margin-left: -0px;
    margin-right: -0px;
  } .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  } .md\:-mr-10{
    margin-right: -2.5rem;
  } .md\:-mt-0{
    margin-top: -0px;
  } .md\:mb-0{
    margin-bottom: 0px;
  } .md\:mb-10{
    margin-bottom: 2.5rem;
  } .md\:mb-12{
    margin-bottom: 3rem;
  } .md\:mb-14{
    margin-bottom: 3.5rem;
  } .md\:mb-16{
    margin-bottom: 4rem;
  } .md\:mb-2{
    margin-bottom: 0.5rem;
  } .md\:mb-4{
    margin-bottom: 1rem;
  } .md\:mb-5{
    margin-bottom: 1.25rem;
  } .md\:mb-7{
    margin-bottom: 1.75rem;
  } .md\:mb-8{
    margin-bottom: 2rem;
  } .md\:mr-2{
    margin-right: 0.5rem;
  } .md\:mr-6{
    margin-right: 1.5rem;
  } .md\:mt-0{
    margin-top: 0px;
  } .md\:mt-20{
    margin-top: 5rem;
  } .md\:flex{
    display: flex;
  } .md\:hidden{
    display: none;
  } .md\:h-10{
    height: 2.5rem;
  } .md\:h-14{
    height: 3.5rem;
  } .md\:h-6{
    height: 1.5rem;
  } .md\:h-72{
    height: 18rem;
  } .md\:h-8{
    height: 2rem;
  } .md\:h-full{
    height: 100%;
  } .md\:max-h-128{
    max-height: 32rem;
  } .md\:w-1\/2{
    width: 50%;
  } .md\:w-1\/3{
    width: 33.333333%;
  } .md\:w-10{
    width: 2.5rem;
  } .md\:w-14{
    width: 3.5rem;
  } .md\:w-2\/3{
    width: 66.666667%;
  } .md\:w-2\/5{
    width: 40%;
  } .md\:w-28{
    width: 7rem;
  } .md\:w-3\/5{
    width: 60%;
  } .md\:w-32{
    width: 8rem;
  } .md\:w-6{
    width: 1.5rem;
  } .md\:w-7{
    width: 1.75rem;
  } .md\:w-8{
    width: 2rem;
  } .md\:w-\[80\%\]{
    width: 80%;
  } .md\:w-auto{
    width: auto;
  } .md\:w-full{
    width: 100%;
  } .md\:max-w-4xl{
    max-width: 56rem;
  } .md\:max-w-\[200px\]{
    max-width: 200px;
  } .md\:flex-row{
    flex-direction: row;
  } .md\:items-start{
    align-items: flex-start;
  } .md\:items-end{
    align-items: flex-end;
  } .md\:items-center{
    align-items: center;
  } .md\:justify-start{
    justify-content: flex-start;
  } .md\:justify-end{
    justify-content: flex-end;
  } .md\:justify-center{
    justify-content: center;
  } .md\:gap-4{
    gap: 1rem;
  } .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-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-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  } .md\: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));
  } .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  } .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  } .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  } .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  } .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  } .md\:pb-0{
    padding-bottom: 0px;
  } .md\:pb-2{
    padding-bottom: 0.5rem;
  } .md\:pb-8{
    padding-bottom: 2rem;
  } .md\:pl-0{
    padding-left: 0px;
  } .md\:pl-12{
    padding-left: 3rem;
  } .md\:pl-20{
    padding-left: 5rem;
  } .md\:pl-8{
    padding-left: 2rem;
  } .md\:pr-0{
    padding-right: 0px;
  } .md\:pr-14{
    padding-right: 3.5rem;
  } .md\:pr-4{
    padding-right: 1rem;
  } .md\:pt-0{
    padding-top: 0px;
  } .md\:pt-16{
    padding-top: 4rem;
  } .md\:pt-8{
    padding-top: 2rem;
  } .md\:text-left{
    text-align: left;
  } .md\:text-center{
    text-align: center;
  } .md\:text-2xl{
    font-size: 4.00vw;
  } .md\:text-5xl{
    font-size: 6.00vw;
  } .md\:text-sm{
    font-size: 2.00vw;
  } .md\:text-xs{
    font-size: 1.50vw;
  } .md\:leading-none{
    line-height: 1;
  }
} @media (min-width: 1024px){ .lg\:-mr-16{
    margin-right: -4rem;
  } .lg\:-mt-0{
    margin-top: -0px;
  } .lg\:mb-0{
    margin-bottom: 0px;
  } .lg\:mb-12{
    margin-bottom: 3rem;
  } .lg\:mb-14{
    margin-bottom: 3.5rem;
  } .lg\:mb-18{
    margin-bottom: 4.5rem;
  } .lg\:mb-24{
    margin-bottom: 6rem;
  } .lg\:mb-5{
    margin-bottom: 1.25rem;
  } .lg\:mb-6{
    margin-bottom: 1.5rem;
  } .lg\:mb-7{
    margin-bottom: 1.75rem;
  } .lg\:mr-3{
    margin-right: 0.75rem;
  } .lg\:mt-20{
    margin-top: 5rem;
  } .lg\:block{
    display: block;
  } .lg\:h-14{
    height: 3.5rem;
  } .lg\:h-20{
    height: 5rem;
  } .lg\:h-24{
    height: 6rem;
  } .lg\:h-8{
    height: 2rem;
  } .lg\:h-\[60px\]{
    height: 60px;
  } .lg\:w-1\/2{
    width: 50%;
  } .lg\:w-10{
    width: 2.5rem;
  } .lg\:w-12{
    width: 3rem;
  } .lg\:w-14{
    width: 3.5rem;
  } .lg\:w-2\/5{
    width: 40%;
  } .lg\:w-2\/6{
    width: 33.333333%;
  } .lg\:w-20{
    width: 5rem;
  } .lg\:w-24{
    width: 6rem;
  } .lg\:w-3\/5{
    width: 60%;
  } .lg\:w-8{
    width: 2rem;
  } .lg\:w-auto{
    width: auto;
  } .lg\:w-full{
    width: 100%;
  } .lg\:max-w-3xl{
    max-width: 48rem;
  } .lg\:max-w-5xl{
    max-width: 64rem;
  } .lg\:max-w-6xl{
    max-width: 72rem;
  } .lg\:max-w-7xl{
    max-width: 80rem;
  } .lg\:max-w-\[250px\]{
    max-width: 250px;
  } .lg\:max-w-md{
    max-width: 28rem;
  } .lg\:flex-row{
    flex-direction: row;
  } .lg\:items-start{
    align-items: flex-start;
  } .lg\:items-end{
    align-items: flex-end;
  } .lg\:justify-end{
    justify-content: flex-end;
  } .lg\:gap-6{
    gap: 1.5rem;
  } .lg\: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)));
  } .lg\: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));
  } .lg\: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));
  } .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  } .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  } .lg\:pb-0{
    padding-bottom: 0px;
  } .lg\:pb-10{
    padding-bottom: 2.5rem;
  } .lg\:pb-14{
    padding-bottom: 3.5rem;
  } .lg\:pl-0{
    padding-left: 0px;
  } .lg\:pl-20{
    padding-left: 5rem;
  } .lg\:pr-0{
    padding-right: 0px;
  } .lg\:pr-4{
    padding-right: 1rem;
  } .lg\:pt-10{
    padding-top: 2.5rem;
  } .lg\:pt-20{
    padding-top: 5rem;
  } .lg\:text-center{
    text-align: center;
  } .lg\:text-2xl{
    font-size: 4.00vw;
  } .lg\:text-base{
    font-size: 1rem;
  } .lg\:text-sm{
    font-size: 2.00vw;
  } .lg\:text-xs{
    font-size: 1.50vw;
  } .lg\:font-semibold{
    font-weight: 600;
  } .lg\:leading-tight{
    line-height: 1.25;
  }
} @media (min-width: 1280px){ .xl\:w-auto{
    width: auto;
  } .xl\:max-w-5xl{
    max-width: 64rem;
  } .xl\:max-w-\[300px\]{
    max-width: 300px;
  } .xl\:max-w-xl{
    max-width: 36rem;
  } .xl\:pb-3{
    padding-bottom: 0.75rem;
  }
} 