/*
! 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: 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.
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]) {
  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:-ms-input-placeholder,
textarea:-ms-input-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:  ;
}

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-bottom-\[2px\] {
  bottom: -2px;
}

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

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

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

.top-0 {
  top: 0px;
}

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

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

.\!my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.\!mb-2 {
  margin-bottom: 0.5rem !important;
}

.\!mb-9 {
  margin-bottom: 2.25rem !important;
}

.\!mb-\[15px\] {
  margin-bottom: 15px !important;
}

.\!mb-\[16px\] {
  margin-bottom: 16px !important;
}

.\!mb-\[20px\] {
  margin-bottom: 20px !important;
}

.\!ml-0 {
  margin-left: 0px !important;
}

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

.\!mt-2 {
  margin-top: 0.5rem !important;
}

.\!mt-\[10px\] {
  margin-top: 10px !important;
}

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

.mb-1 {
  margin-bottom: 0.25rem;
}

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

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-\[12px\] {
  margin-bottom: 12px;
}

.mb-\[13px\] {
  margin-bottom: 13px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[16px\] {
  margin-bottom: 16px;
}

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

.mb-\[18px\] {
  margin-bottom: 18px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[22px\] {
  margin-bottom: 22px;
}

.mb-\[24px\] {
  margin-bottom: 24px;
}

.mb-\[25px\] {
  margin-bottom: 25px;
}

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

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

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

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

.mb-\[5px\] {
  margin-bottom: 5px;
}

.mb-\[60px\] {
  margin-bottom: 60px;
}

.mb-\[78px\] {
  margin-bottom: 78px;
}

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

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

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!block {
  display: block !important;
}

.block {
  display: block;
}

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

.flex {
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.table {
  display: table;
}

.\!grid {
  display: -ms-grid !important;
  display: grid !important;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.w-4\/5 {
  width: 80%;
}

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-none {
  max-width: none;
}

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

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

.grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

.rotate-180 {
  --tw-rotate: 180deg;
  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;
}

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

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

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

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

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

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.items-start {
  -ms-flex-align: start;
      align-items: flex-start;
}

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

.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

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

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

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

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

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

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

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

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

.gap-y-\[10px\] {
  row-gap: 10px;
}

.gap-y-\[26px\] {
  row-gap: 26px;
}

.overflow-x-auto {
  overflow-x: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.\!rounded-none {
  border-radius: 0px !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[19px\] {
  border-radius: 19px;
}

.rounded-\[2px\] {
  border-radius: 2px;
}

.rounded-\[7px\] {
  border-radius: 7px;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-tl-\[10px\] {
  border-top-left-radius: 10px;
}

.rounded-tr-\[10px\] {
  border-top-right-radius: 10px;
}

.\!border-0 {
  border-width: 0px !important;
}

.border-b {
  border-bottom-width: 1px;
}

.border-solid {
  border-style: solid;
}

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

.\!border-t-\[\#737373\] {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(115 115 115 / var(--tw-border-opacity)) !important;
}

.\!bg-brand-light-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(218 224 235 / var(--tw-bg-opacity)) !important;
}

.\!bg-brand-purple {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(164 56 127 / var(--tw-bg-opacity)) !important;
}

.\!bg-transparent {
  background-color: transparent !important;
}

.bg-\[\#0a0303\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 3 3 / var(--tw-bg-opacity));
}

.bg-\[\#435667\] {
  --tw-bg-opacity: 1;
  background-color: rgb(67 86 103 / var(--tw-bg-opacity));
}

.bg-\[\#80B754\] {
  --tw-bg-opacity: 1;
  background-color: rgb(128 183 84 / var(--tw-bg-opacity));
}

.bg-\[\#DD85BA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 133 186 / var(--tw-bg-opacity));
}

.bg-\[\#E25152\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 81 82 / var(--tw-bg-opacity));
}

.bg-\[\#F2D1DE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 209 222 / var(--tw-bg-opacity));
}

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

.bg-\[\#FAC7BC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 199 188 / var(--tw-bg-opacity));
}

.bg-\[\#FEBB39\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 187 57 / var(--tw-bg-opacity));
}

.bg-\[\#FEDA8E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 218 142 / var(--tw-bg-opacity));
}

.bg-\[\#fdd67f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 214 127 / var(--tw-bg-opacity));
}

.bg-brand-brimstone-green {
  --tw-bg-opacity: 1;
  background-color: rgb(211 237 154 / var(--tw-bg-opacity));
}

.bg-brand-dark-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(10 15 26 / var(--tw-bg-opacity));
}

.bg-brand-green {
  --tw-bg-opacity: 1;
  background-color: rgb(37 149 128 / var(--tw-bg-opacity));
}

.bg-brand-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(218 224 235 / var(--tw-bg-opacity));
}

.bg-brand-light-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(97 107 167 / var(--tw-bg-opacity));
}

.bg-brand-light-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 97 / var(--tw-bg-opacity));
}

.bg-brand-mid-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(52 132 178 / var(--tw-bg-opacity));
}

.bg-brand-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(164 56 127 / var(--tw-bg-opacity));
}

.bg-brand-red {
  --tw-bg-opacity: 1;
  background-color: rgb(226 80 82 / var(--tw-bg-opacity));
}

.bg-brand-tan {
  --tw-bg-opacity: 1;
  background-color: rgb(242 218 214 / var(--tw-bg-opacity));
}

.bg-brand-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 188 34 / 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));
}

.p-4 {
  padding: 1rem;
}

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

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

.\!px-\[9px\] {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

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

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

.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}

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

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

.py-\[64px\] {
  padding-top: 64px;
  padding-bottom: 64px;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

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

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

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

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

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

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

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

.pr-\[18px\] {
  padding-right: 18px;
}

.pr-\[8px\] {
  padding-right: 8px;
}

.pt-\[10px\] {
  padding-top: 10px;
}

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

.pt-\[60px\] {
  padding-top: 60px;
}

.pt-\[77px\] {
  padding-top: 77px;
}

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

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

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

.font-font-2 {
  font-family: GTF CN B, sans-serif;
}

.font-font-4 {
  font-family: GTF, sans-serif;
}

.font-font-6 {
  font-family: GTF CN REG, sans-serif;
}

.\!text-\[15px\] {
  font-size: 15px !important;
}

.\!text-\[24px\] {
  font-size: 24px !important;
}

.\!text-sm {
  font-size: 0.888em !important;
}

.\!text-xs {
  font-size: 0.777rem !important;
}

.text-3xl {
  font-size: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.166rem;
}

.text-sm {
  font-size: 0.888em;
}

.text-xs {
  font-size: 0.777rem;
}

.font-black {
  font-weight: 900;
}

.font-medium {
  font-weight: 500;
}

.\!uppercase {
  text-transform: uppercase !important;
}

.uppercase {
  text-transform: uppercase;
}

.\!normal-case {
  text-transform: none !important;
}

.normal-case {
  text-transform: none;
}

.\!not-italic {
  font-style: normal !important;
}

.leading-\[1\.2rem\] {
  line-height: 1.2rem;
}

.leading-\[118\%\] {
  line-height: 118%;
}

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

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

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

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

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[1px\] {
  letter-spacing: 1px;
}

.\!text-brand-red {
  --tw-text-opacity: 1 !important;
  color: rgb(226 80 82 / var(--tw-text-opacity)) !important;
}

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

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

.text-\[\#435667\] {
  --tw-text-opacity: 1;
  color: rgb(67 86 103 / var(--tw-text-opacity));
}

.text-\[\#8a96a0\] {
  --tw-text-opacity: 1;
  color: rgb(138 150 160 / var(--tw-text-opacity));
}

.text-\[\#E25152\] {
  --tw-text-opacity: 1;
  color: rgb(226 81 82 / var(--tw-text-opacity));
}

.text-brand-blue {
  --tw-text-opacity: 1;
  color: rgb(54 93 154 / var(--tw-text-opacity));
}

.text-brand-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(0 45 90 / var(--tw-text-opacity));
}

.text-brand-dark-navy {
  --tw-text-opacity: 1;
  color: rgb(10 15 26 / var(--tw-text-opacity));
}

.text-brand-dark-purple {
  --tw-text-opacity: 1;
  color: rgb(60 38 89 / var(--tw-text-opacity));
}

.text-brand-green {
  --tw-text-opacity: 1;
  color: rgb(37 149 128 / var(--tw-text-opacity));
}

.text-brand-purple {
  --tw-text-opacity: 1;
  color: rgb(164 56 127 / var(--tw-text-opacity));
}

.text-brand-red {
  --tw-text-opacity: 1;
  color: rgb(226 80 82 / var(--tw-text-opacity));
}

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

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.line-through {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

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

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

.hover\:text-brand-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(54 93 154 / var(--tw-text-opacity));
}

.hover\:text-brand-dark-navy:hover {
  --tw-text-opacity: 1;
  color: rgb(10 15 26 / var(--tw-text-opacity));
}

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

@media (min-width: 768px) {
  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

  .md\:\!mb-\[38px\] {
    margin-bottom: 38px !important;
  }

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

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

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

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

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:mb-\[13px\] {
    margin-bottom: 13px;
  }

  .md\:mb-\[18px\] {
    margin-bottom: 18px;
  }

  .md\:mb-\[19px\] {
    margin-bottom: 19px;
  }

  .md\:mb-\[23px\] {
    margin-bottom: 23px;
  }

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

  .md\:mb-\[35px\] {
    margin-bottom: 35px;
  }

  .md\:mb-\[37px\] {
    margin-bottom: 37px;
  }

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

  .md\:mb-\[41px\] {
    margin-bottom: 41px;
  }

  .md\:mb-\[45px\] {
    margin-bottom: 45px;
  }

  .md\:mb-\[56px\] {
    margin-bottom: 56px;
  }

  .md\:mb-\[78px\] {
    margin-bottom: 78px;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

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

  .md\:inline {
    display: inline;
  }

  .md\:grid {
    display: -ms-grid;
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-4\/5 {
    height: 80%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-\[20px\] {
    gap: 20px;
  }

  .md\:gap-\[26px\] {
    gap: 26px;
  }

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

  .md\:gap-\[37px\] {
    gap: 37px;
  }

  .md\:gap-\[58px\] {
    gap: 58px;
  }

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

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:whitespace-nowrap {
    white-space: nowrap;
  }

  .md\:\!px-\[18px\] {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

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

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

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

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

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

  .md\:py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

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

  .md\:pr-\[10px\] {
    padding-right: 10px;
  }

  .md\:pr-\[28px\] {
    padding-right: 28px;
  }

  .md\:\!text-2xl {
    font-size: 1.777rem !important;
  }

  .md\:\!text-\[24px\] {
    font-size: 24px !important;
  }

  .md\:\!text-\[26px\] {
    font-size: 26px !important;
  }

  .md\:text-2xl {
    font-size: 1.777rem;
  }

  .md\:text-3xl {
    font-size: 2.5rem;
  }

  .md\:text-4xl {
    font-size: 3.333rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-lg {
    font-size: 1.166rem;
  }

  .md\:text-xl {
    font-size: 1.388rem;
  }

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

@media (min-width: 1024px) {
  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:gap-\[52px\] {
    gap: 52px;
  }

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

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[35px\] {
    font-size: 35px;
  }
}