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

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

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

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

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

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 */
  font-variation-settings: normal;
  /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  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(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-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(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: 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;
}

.static {
  position: static;
}

.\!fixed {
  position: fixed !important;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-48 {
  bottom: 48px;
}

.bottom-50 {
  bottom: 50px;
}

.left-0 {
  left: 0px;
}

.left-10 {
  left: 10px;
}

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

.left-\[\.56rem\] {
  left: .56rem;
}

.right-0 {
  right: 0px;
}

.right-10 {
  right: 10px;
}

.right-15 {
  right: 15px;
}

.top-0 {
  top: 0px;
}

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

.top-79 {
  top: 79px;
}

.top-80 {
  top: 80px;
}

.top-\[\.96rem\] {
  top: .96rem;
}

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

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

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

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

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

.my-\[\.38rem\] {
  margin-top: .38rem;
  margin-bottom: .38rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-\[\.02rem\] {
  margin-bottom: .02rem;
}

.mb-\[\.17rem\] {
  margin-bottom: .17rem;
}

.mb-\[\.26rem\] {
  margin-bottom: .26rem;
}

.mb-\[\.27rem\] {
  margin-bottom: .27rem;
}

.mb-\[\.28rem\] {
  margin-bottom: .28rem;
}

.mb-\[\.29rem\] {
  margin-bottom: .29rem;
}

.mb-\[\.2rem\] {
  margin-bottom: .2rem;
}

.mb-\[\.31rem\] {
  margin-bottom: .31rem;
}

.mb-\[\.38rem\] {
  margin-bottom: .38rem;
}

.mb-\[\.39rem\] {
  margin-bottom: .39rem;
}

.mb-\[\.42rem\] {
  margin-bottom: .42rem;
}

.mb-\[\.4rem\] {
  margin-bottom: .4rem;
}

.mb-\[\.52rem\] {
  margin-bottom: .52rem;
}

.mb-\[\.55rem\] {
  margin-bottom: .55rem;
}

.mb-\[\.58rem\] {
  margin-bottom: .58rem;
}

.mb-\[\.59rem\] {
  margin-bottom: .59rem;
}

.ml-56 {
  margin-left: 56px;
}

.ml-6 {
  margin-left: 6px;
}

.ml-7 {
  margin-left: 7px;
}

.ml-72 {
  margin-left: 72px;
}

.ml-73 {
  margin-left: 73px;
}

.ml-83 {
  margin-left: 83px;
}

.ml-\[\.1rem\] {
  margin-left: .1rem;
}

.ml-\[141px\] {
  margin-left: 141px;
}

.mr-13 {
  margin-right: 13px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-19 {
  margin-right: 19px;
}

.mr-3 {
  margin-right: 3px;
}

.mr-\[\.12rem\] {
  margin-right: .12rem;
}

.mr-\[\.16rem\] {
  margin-right: .16rem;
}

.mr-\[\.21rem\] {
  margin-right: .21rem;
}

.mr-\[\.24rem\] {
  margin-right: .24rem;
}

.mr-\[\.27rem\] {
  margin-right: .27rem;
}

.mr-\[\.5em\] {
  margin-right: .5em;
}

.mr-\[153px\] {
  margin-right: 153px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-\[\.09rem\] {
  margin-top: .09rem;
}

.mt-\[\.12rem\] {
  margin-top: .12rem;
}

.mt-\[\.15rem\] {
  margin-top: .15rem;
}

.mt-\[\.16rem\] {
  margin-top: .16rem;
}

.mt-\[\.1rem\] {
  margin-top: .1rem;
}

.mt-\[\.23rem\] {
  margin-top: .23rem;
}

.mt-\[\.29rem\] {
  margin-top: .29rem;
}

.mt-\[\.42rem\] {
  margin-top: .42rem;
}

.mt-\[\.46rem\] {
  margin-top: .46rem;
}

.mt-\[\.48rem\] {
  margin-top: .48rem;
}

.mt-\[\.4rem\] {
  margin-top: .4rem;
}

.mt-\[\.51rem\] {
  margin-top: .51rem;
}

.mt-\[\.61rem\] {
  margin-top: .61rem;
}

.mt-\[2rem\] {
  margin-top: 2rem;
}

.mt-\[\.3rem\] {
  margin-top: .3rem;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 1px;
}

.h-2 {
  height: 2px;
}

.h-20 {
  height: 20px;
}

.h-30 {
  height: 30px;
}

.h-32 {
  height: 32px;
}

.h-40 {
  height: 40px;
}

.h-50 {
  height: 50px;
}

.h-53 {
  height: 53px;
}

.h-60 {
  height: 60px;
}

.h-7 {
  height: 7px;
}

.h-71 {
  height: 71px;
}

.h-80 {
  height: 80px;
}

.h-94 {
  height: 94px;
}

.h-\[\.04rem\] {
  height: .04rem;
}

.h-\[\.23rem\] {
  height: .23rem;
}

.h-\[\.27rem\] {
  height: .27rem;
}

.h-\[\.29rem\] {
  height: .29rem;
}

.h-\[\.33rem\] {
  height: .33rem;
}

.h-\[\.45rem\] {
  height: .45rem;
}

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

.h-\[\.81rem\] {
  height: .81rem;
}

.h-\[\.96rem\] {
  height: .96rem;
}

.h-\[1\.1rem\] {
  height: 1.1rem;
}

.h-\[1\.23rem\] {
  height: 1.23rem;
}

.h-\[1\.4rem\] {
  height: 1.4rem;
}

.h-\[1\.84rem\] {
  height: 1.84rem;
}

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

.h-\[12\.19rem\] {
  height: 12.19rem;
}

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

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

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

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

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

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

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

.h-\[3\.07rem\] {
  height: 3.07rem;
}

.h-\[3\.48rem\] {
  height: 3.48rem;
}

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

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

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

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

.h-\[4\.88rem\] {
  height: 4.88rem;
}

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

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-27 {
  width: 27px;
}

.w-4 {
  width: 4px;
}

.w-40 {
  width: 40px;
}

.w-60 {
  width: 60px;
}

.w-66 {
  width: 66px;
}

.w-\[\.04rem\] {
  width: .04rem;
}

.w-\[\.05rem\] {
  width: .05rem;
}

.w-\[\.08rem\] {
  width: .08rem;
}

.w-\[\.09rem\] {
  width: .09rem;
}

.w-\[\.15rem\] {
  width: .15rem;
}

.w-\[\.19rem\] {
  width: .19rem;
}

.w-\[\.22rem\] {
  width: .22rem;
}

.w-\[\.44rem\] {
  width: .44rem;
}

.w-\[\.84rem\] {
  width: .84rem;
}

.w-\[1\.03rem\] {
  width: 1.03rem;
}

.w-\[1\.67rem\] {
  width: 1.67rem;
}

.w-\[1\.8rem\] {
  width: 1.8rem;
}

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

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

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

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

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

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

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

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

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

.w-\[2rem\] {
  width: 2rem;
}

.w-\[3\.08rem\] {
  width: 3.08rem;
}

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

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

.w-\[4\.34rem\] {
  width: 4.34rem;
}

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

.\!translate-x-0 {
  --tw-translate-x: 0px !important;
  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;
}

.-translate-x-2\/4 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-2\/4 {
  --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-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));
}

.rotate-\[45deg\] {
  --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));
}

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

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

.grid-cols-\[1fr_1\.12rem\] {
  grid-template-columns: 1fr 1.12rem;
}

.grid-cols-\[1fr_105px\] {
  grid-template-columns: 1fr 105px;
}

.grid-cols-\[1fr_325px\] {
  grid-template-columns: 1fr 325px;
}

.grid-cols-\[2\.13rem_1fr\] {
  grid-template-columns: 2.13rem 1fr;
}

.grid-cols-\[200px\2c repeat\(7\2c 1fr\)\] {
  grid-template-columns: 200px repeat(7,1fr);
}

.grid-rows-\[1fr_187px\] {
  grid-template-rows: 1fr 187px;
}

.grid-rows-\[1fr_2\.02rem\] {
  grid-template-rows: 1fr 2.02rem;
}

.grid-rows-\[4\.32rem_4\.32rem\] {
  grid-template-rows: 4.32rem 4.32rem;
}

.grid-rows-\[repeat\(5\2c 1fr\)\] {
  grid-template-rows: repeat(5,1fr);
}

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

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

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

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

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

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

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

.gap-\[\.25rem\] {
  gap: .25rem;
}

.gap-\[\.42rem\] {
  gap: .42rem;
}

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

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

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

.gap-x-15 {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.gap-x-16 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.gap-x-47 {
  -moz-column-gap: 47px;
       column-gap: 47px;
}

.gap-x-\[\.11rem\] {
  -moz-column-gap: .11rem;
       column-gap: .11rem;
}

.gap-x-\[\.15rem\] {
  -moz-column-gap: .15rem;
       column-gap: .15rem;
}

.gap-x-\[\.19rem\] {
  -moz-column-gap: .19rem;
       column-gap: .19rem;
}

.gap-x-\[\.33rem\] {
  -moz-column-gap: .33rem;
       column-gap: .33rem;
}

.gap-x-\[\.59rem\] {
  -moz-column-gap: .59rem;
       column-gap: .59rem;
}

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

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

.gap-y-\[\.25rem\] {
  row-gap: .25rem;
}

.gap-y-\[\.38rem\] {
  row-gap: .38rem;
}

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

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

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

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

.space-y-\[\.2rem\] > :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));
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-8 {
  border-radius: 8px;
}

.rounded-\[\.15rem\] {
  border-radius: .15rem;
}

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

.border {
  border-width: 1px;
}

.\!bg-\[\#5E5E5E\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(94 94 94 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#005BAC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 91 172 / var(--tw-bg-opacity));
}

.bg-\[\#158FD4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 143 212 / var(--tw-bg-opacity));
}

.bg-\[\#181628\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 22 40 / var(--tw-bg-opacity));
}

.bg-\[\#201D33\] {
  --tw-bg-opacity: 1;
  background-color: rgb(32 29 51 / var(--tw-bg-opacity));
}

.bg-\[\#203DE1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(32 61 225 / var(--tw-bg-opacity));
}

.bg-\[\#282828\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
}

.bg-\[\#2A2B30\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 43 48 / var(--tw-bg-opacity));
}

.bg-\[\#32B0E6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(50 176 230 / var(--tw-bg-opacity));
}

.bg-\[\#3797EB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(55 151 235 / var(--tw-bg-opacity));
}

.bg-\[\#387EE8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(56 126 232 / var(--tw-bg-opacity));
}

.bg-\[\#3AA6D7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(58 166 215 / var(--tw-bg-opacity));
}

.bg-\[\#E3E3E3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}

.bg-\[\#F4F4F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.bg-\[rgba\(0\2c 91\2c 172\2c 1\)\] {
  background-color: rgba(0,91,172,1);
}

.bg-\[rgba\(255\2c 255\2c 255\2c \.1\)\] {
  background-color: rgba(255,255,255,.1);
}

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

.stroke-white {
  stroke: #fff;
}

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

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

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

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

.px-\[\.23rem\] {
  padding-left: .23rem;
  padding-right: .23rem;
}

.px-\[\.27rem\] {
  padding-left: .27rem;
  padding-right: .27rem;
}

.px-\[\.33rem\] {
  padding-left: .33rem;
  padding-right: .33rem;
}

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

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

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

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

.py-\[\.2rem\] {
  padding-top: .2rem;
  padding-bottom: .2rem;
}

.py-\[\.33rem\] {
  padding-top: .33rem;
  padding-bottom: .33rem;
}

.py-\[\.36rem\] {
  padding-top: .36rem;
  padding-bottom: .36rem;
}

.py-\[\.38rem\] {
  padding-top: .38rem;
  padding-bottom: .38rem;
}

.py-\[\.4rem\] {
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.py-\[\.58rem\] {
  padding-top: .58rem;
  padding-bottom: .58rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pb-\[\.08rem\] {
  padding-bottom: .08rem;
}

.pb-\[\.12rem\] {
  padding-bottom: .12rem;
}

.pb-\[\.19rem\] {
  padding-bottom: .19rem;
}

.pb-\[\.1rem\] {
  padding-bottom: .1rem;
}

.pb-\[\.27rem\] {
  padding-bottom: .27rem;
}

.pb-\[\.33rem\] {
  padding-bottom: .33rem;
}

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

.pb-\[\.38rem\] {
  padding-bottom: .38rem;
}

.pb-\[\.3rem\] {
  padding-bottom: .3rem;
}

.pb-\[\.42rem\] {
  padding-bottom: .42rem;
}

.pb-\[\.4rem\] {
  padding-bottom: .4rem;
}

.pb-\[\.56rem\] {
  padding-bottom: .56rem;
}

.pb-\[\.57rem\] {
  padding-bottom: .57rem;
}

.pb-\[\.58rem\] {
  padding-bottom: .58rem;
}

.pb-\[\.59rem\] {
  padding-bottom: .59rem;
}

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

.pl-23 {
  padding-left: 23px;
}

.pl-29 {
  padding-left: 29px;
}

.pl-74 {
  padding-left: 74px;
}

.pl-\[\.15rem\] {
  padding-left: .15rem;
}

.pl-\[\.31rem\] {
  padding-left: .31rem;
}

.pl-\[\.33rem\] {
  padding-left: .33rem;
}

.pl-\[\.38rem\] {
  padding-left: .38rem;
}

.pl-\[\.5rem\] {
  padding-left: .5rem;
}

.pl-\[\.69rem\] {
  padding-left: .69rem;
}

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

.pl-\[30vw\] {
  padding-left: 30vw;
}

.pr-35 {
  padding-right: 35px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-74 {
  padding-right: 74px;
}

.pr-\[\.33rem\] {
  padding-right: .33rem;
}

.pr-\[\.38rem\] {
  padding-right: .38rem;
}

.pr-\[\.5rem\] {
  padding-right: .5rem;
}

.pr-\[\.6rem\] {
  padding-right: .6rem;
}

.pt-14 {
  padding-top: 14px;
}

.pt-18 {
  padding-top: 18px;
}

.pt-21 {
  padding-top: 21px;
}

.pt-34 {
  padding-top: 34px;
}

.pt-41 {
  padding-top: 41px;
}

.pt-47 {
  padding-top: 47px;
}

.pt-68 {
  padding-top: 68px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-91 {
  padding-top: 91px;
}

.pt-92 {
  padding-top: 92px;
}

.pt-93 {
  padding-top: 93px;
}

.pt-97 {
  padding-top: 97px;
}

.pt-98 {
  padding-top: 98px;
}

.pt-\[\.05rem\] {
  padding-top: .05rem;
}

.pt-\[\.21rem\] {
  padding-top: .21rem;
}

.pt-\[\.25rem\] {
  padding-top: .25rem;
}

.pt-\[\.27rem\] {
  padding-top: .27rem;
}

.pt-\[\.28rem\] {
  padding-top: .28rem;
}

.pt-\[\.29rem\] {
  padding-top: .29rem;
}

.pt-\[\.2rem\] {
  padding-top: .2rem;
}

.pt-\[\.33rem\] {
  padding-top: .33rem;
}

.pt-\[\.35rem\] {
  padding-top: .35rem;
}

.pt-\[\.48rem\] {
  padding-top: .48rem;
}

.pt-\[\.4rem\] {
  padding-top: .4rem;
}

.pt-\[\.52rem\] {
  padding-top: .52rem;
}

.pt-\[\.58rem\] {
  padding-top: .58rem;
}

.pt-\[\.67rem\] {
  padding-top: .67rem;
}

.pt-\[\.6rem\] {
  padding-top: .6rem;
}

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

.pb-\[\.37rem\] {
  padding-bottom: .37rem;
}

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

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

.text-14 {
  font-size: 14px;
}

.text-15 {
  font-size: 15px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-24 {
  font-size: 24px;
}

.text-30 {
  font-size: 30px;
}

.text-32 {
  font-size: 32px;
}

.text-36 {
  font-size: 36px;
}

.text-38 {
  font-size: 38px;
}

.text-48 {
  font-size: 48px;
}

.text-72 {
  font-size: 72px;
}

.text-\[\.19rem\] {
  font-size: .19rem;
}

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

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

.text-\[\.25rem\] {
  font-size: .25rem;
}

.text-\[\.27rem\] {
  font-size: .27rem;
}

.text-\[\.28rem\] {
  font-size: .28rem;
}

.text-\[\.2rem\] {
  font-size: .2rem;
}

.text-\[\.31rem\] {
  font-size: .31rem;
}

.text-\[\.36rem\] {
  font-size: .36rem;
}

.text-\[\.38rem\] {
  font-size: .38rem;
}

.text-\[\.3rem\] {
  font-size: .3rem;
}

.text-\[\.46rem\] {
  font-size: .46rem;
}

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

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

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

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

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

.capitalize {
  text-transform: capitalize;
}

.leading-\[\.58rem\] {
  line-height: .58rem;
}

.leading-\[\.72rem\] {
  line-height: .72rem;
}

.leading-\[\.7rem\] {
  line-height: .7rem;
}

.leading-\[\.81rem\] {
  line-height: .81rem;
}

.leading-\[1\.4em\] {
  line-height: 1.4em;
}

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

.leading-\[2\.5em\] {
  line-height: 2.5em;
}

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

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

.leading-\[3em\] {
  line-height: 3em;
}

.leading-\[4em\] {
  line-height: 4em;
}

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

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

.text-\[\#050C14\] {
  --tw-text-opacity: 1;
  color: rgb(5 12 20 / var(--tw-text-opacity));
}

.text-\[\#212121\] {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.text-\[\#231815\] {
  --tw-text-opacity: 1;
  color: rgb(35 24 21 / var(--tw-text-opacity));
}

.text-\[\#2A82E4\] {
  --tw-text-opacity: 1;
  color: rgb(42 130 228 / var(--tw-text-opacity));
}

.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-\[\#3797EB\] {
  --tw-text-opacity: 1;
  color: rgb(55 151 235 / var(--tw-text-opacity));
}

.text-\[\#3B3C73\] {
  --tw-text-opacity: 1;
  color: rgb(59 60 115 / var(--tw-text-opacity));
}

.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-\[\#888\] {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}

.text-\[\#AAA\] {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity));
}

.text-\[\#ccc\] {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}

.text-\[rgba\(102\2c 102\2c 102\2c 1\)\] {
  color: rgba(102,102,102,1);
}

.text-\[rgba\(51\2c 51\2c 51\2c 1\)\] {
  color: rgba(51,51,51,1);
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.underline-offset-4 {
  text-underline-offset: 4px;
}

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

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

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

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.hover\:bg-\[\#203DE1\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(32 61 225 / var(--tw-bg-opacity));
}

.hover\:bg-\[rgba\(8\2c 33\2c 72\2c \.7\)\]:hover {
  background-color: rgba(8,33,72,.7);
}

.hover\:text-\[\#005BAC\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 91 172 / var(--tw-text-opacity));
}

.hover\:text-\[rgba\(0\2c 91\2c 172\2c 1\)\]:hover {
  color: rgba(0,91,172,1);
}

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

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

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

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