@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Vollkorn:wght@500&display=swap);
/*
! tailwindcss v3.4.1 | 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.
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: ui-sans-serif, system-ui, 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: 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;
}[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}::-webkit-datetime-edit{
  display: inline-flex;
}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}[type='checkbox']{
  border-radius: 0px;
}[type='radio']{
  border-radius: 100%;
}[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}@media (forced-colors: active) {[type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}@media (forced-colors: active) {[type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}@media (forced-colors: active) {[type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}*, ::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;
  }
}.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.pointer-events-none{
  pointer-events: none;
}.invisible{
  visibility: hidden;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.sticky{
  position: sticky;
}.-inset-0{
  inset: -0px;
}.-inset-0\.5{
  inset: -0.125rem;
}.-inset-1{
  inset: -0.25rem;
}.-inset-1\.5{
  inset: -0.375rem;
}.inset-0{
  inset: 0px;
}.inset-x-0{
  left: 0px;
  right: 0px;
}.inset-y-0{
  top: 0px;
  bottom: 0px;
}.-left-1{
  left: -0.25rem;
}.-top-40{
  top: -10rem;
}.bottom-0{
  bottom: 0px;
}.left-0{
  left: 0px;
}.left-1\/2{
  left: 50%;
}.left-3{
  left: 0.75rem;
}.left-5{
  left: 1.25rem;
}.left-\[77vw\]{
  left: 77vw;
}.left-\[calc\(50\%\+3rem\)\]{
  left: calc(50% + 3rem);
}.left-\[calc\(50\%-11rem\)\]{
  left: calc(50% - 11rem);
}.right-0{
  right: 0px;
}.right-\[24px\]{
  right: 24px;
}.top-0{
  top: 0px;
}.top-1\/2{
  top: 50%;
}.top-\[-24px\]{
  top: -24px;
}.top-\[24px\]{
  top: 24px;
}.top-\[45px\]{
  top: 45px;
}.top-\[calc\(100\%-20rem\)\]{
  top: calc(100% - 20rem);
}.top-auto{
  top: auto;
}.top-px{
  top: 1px;
}.isolate{
  isolation: isolate;
}.-z-10{
  z-index: -10;
}.z-10{
  z-index: 10;
}.z-20{
  z-index: 20;
}.z-30{
  z-index: 30;
}.z-50{
  z-index: 50;
}.col-span-1{
  grid-column: span 1 / span 1;
}.col-span-12{
  grid-column: span 12 / span 12;
}.col-start-1{
  grid-column-start: 1;
}.float-right{
  float: right;
}.-m-1{
  margin: -0.25rem;
}.-m-1\.5{
  margin: -0.375rem;
}.-m-2{
  margin: -0.5rem;
}.-m-2\.5{
  margin: -0.625rem;
}.-m-6{
  margin: -1.5rem;
}.-m-8{
  margin: -2rem;
}.m-0{
  margin: 0px;
}.m-1{
  margin: 0.25rem;
}.m-\[8px\]{
  margin: 8px;
}.m-auto{
  margin: auto;
}.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}.-my-6{
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}.mx-\[12px\]{
  margin-left: 12px;
  margin-right: 12px;
}.mx-\[16px\]{
  margin-left: 16px;
  margin-right: 16px;
}.mx-\[20px\]{
  margin-left: 20px;
  margin-right: 20px;
}.mx-\[24px\]{
  margin-left: 24px;
  margin-right: 24px;
}.mx-\[32px\]{
  margin-left: 32px;
  margin-right: 32px;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}.my-\[10px\]{
  margin-top: 10px;
  margin-bottom: 10px;
}.my-\[12px\]{
  margin-top: 12px;
  margin-bottom: 12px;
}.my-\[16px\]{
  margin-top: 16px;
  margin-bottom: 16px;
}.my-\[20px\]{
  margin-top: 20px;
  margin-bottom: 20px;
}.my-\[24px\]{
  margin-top: 24px;
  margin-bottom: 24px;
}.my-\[32px\]{
  margin-top: 32px;
  margin-bottom: 32px;
}.my-\[3px\]{
  margin-top: 3px;
  margin-bottom: 3px;
}.my-\[40px\]{
  margin-top: 40px;
  margin-bottom: 40px;
}.my-\[60px\]{
  margin-top: 60px;
  margin-bottom: 60px;
}.my-\[8px\]{
  margin-top: 8px;
  margin-bottom: 8px;
}.mb-3{
  margin-bottom: 0.75rem;
}.mb-5{
  margin-bottom: 1.25rem;
}.mb-\[10px\]{
  margin-bottom: 10px;
}.mb-\[12px\]{
  margin-bottom: 12px;
}.mb-\[16px\]{
  margin-bottom: 16px;
}.mb-\[20px\]{
  margin-bottom: 20px;
}.mb-\[24px\]{
  margin-bottom: 24px;
}.mb-\[32px\]{
  margin-bottom: 32px;
}.mb-\[40px\]{
  margin-bottom: 40px;
}.mb-\[60px\]{
  margin-bottom: 60px;
}.mb-\[6px\]{
  margin-bottom: 6px;
}.mb-\[8px\]{
  margin-bottom: 8px;
}.mb-\[96px\]{
  margin-bottom: 96px;
}.ml-2{
  margin-left: 0.5rem;
}.ml-3{
  margin-left: 0.75rem;
}.ml-4{
  margin-left: 1rem;
}.ml-\[-24px\]{
  margin-left: -24px;
}.ml-\[12px\]{
  margin-left: 12px;
}.ml-\[15px\]{
  margin-left: 15px;
}.ml-\[16px\]{
  margin-left: 16px;
}.ml-\[20px\]{
  margin-left: 20px;
}.ml-\[4px\]{
  margin-left: 4px;
}.ml-\[8px\]{
  margin-left: 8px;
}.mr-\[12px\]{
  margin-right: 12px;
}.mr-\[8px\]{
  margin-right: 8px;
}.mt-1{
  margin-top: 0.25rem;
}.mt-10{
  margin-top: 2.5rem;
}.mt-12{
  margin-top: 3rem;
}.mt-2{
  margin-top: 0.5rem;
}.mt-3{
  margin-top: 0.75rem;
}.mt-4{
  margin-top: 1rem;
}.mt-6{
  margin-top: 1.5rem;
}.mt-8{
  margin-top: 2rem;
}.mt-\[12px\]{
  margin-top: 12px;
}.mt-\[16px\]{
  margin-top: 16px;
}.mt-\[20px\]{
  margin-top: 20px;
}.mt-\[24px\]{
  margin-top: 24px;
}.mt-\[30px\]{
  margin-top: 30px;
}.mt-\[32px\]{
  margin-top: 32px;
}.mt-\[35px\]{
  margin-top: 35px;
}.mt-\[40px\]{
  margin-top: 40px;
}.mt-\[50px\]{
  margin-top: 50px;
}.mt-\[56px\]{
  margin-top: 56px;
}.mt-\[5px\]{
  margin-top: 5px;
}.mt-\[68px\]{
  margin-top: 68px;
}.mt-\[8px\]{
  margin-top: 8px;
}.mt-auto{
  margin-top: auto;
}.box-border{
  box-sizing: border-box;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.inline{
  display: inline;
}.flex{
  display: flex;
}.inline-flex{
  display: inline-flex;
}.table{
  display: table;
}.flow-root{
  display: flow-root;
}.grid{
  display: grid;
}.hidden{
  display: none;
}.aspect-\[1155\/678\]{
  aspect-ratio: 1155/678;
}.aspect-auto{
  aspect-ratio: auto;
}.h-0{
  height: 0px;
}.h-0\.5{
  height: 0.125rem;
}.h-1{
  height: 0.25rem;
}.h-1\.5{
  height: 0.375rem;
}.h-10{
  height: 2.5rem;
}.h-16{
  height: 4rem;
}.h-3{
  height: 0.75rem;
}.h-4{
  height: 1rem;
}.h-5{
  height: 1.25rem;
}.h-6{
  height: 1.5rem;
}.h-8{
  height: 2rem;
}.h-\[100px\]{
  height: 100px;
}.h-\[100vh-\(260px\+56px\)\]{
  height: 100vh-(260px+56px);
}.h-\[15px\]{
  height: 15px;
}.h-\[16px\]{
  height: 16px;
}.h-\[200px\]{
  height: 200px;
}.h-\[20px\]{
  height: 20px;
}.h-\[24px\]{
  height: 24px;
}.h-\[28px\]{
  height: 28px;
}.h-\[30px\]{
  height: 30px;
}.h-\[32px\]{
  height: 32px;
}.h-\[38px\]{
  height: 38px;
}.h-\[40px\]{
  height: 40px;
}.h-\[48px\]{
  height: 48px;
}.h-\[50px\]{
  height: 50px;
}.h-\[52px\]{
  height: 52px;
}.h-\[56px\]{
  height: 56px;
}.h-\[64px\]{
  height: 64px;
}.h-\[6px\]{
  height: 6px;
}.h-\[87px\]{
  height: 87px;
}.h-\[calc\(100vh-56px\)\]{
  height: calc(100vh - 56px);
}.h-auto{
  height: auto;
}.h-full{
  height: 100%;
}.h-max{
  height: -moz-max-content;
  height: max-content;
}.h-screen{
  height: 100vh;
}.max-h-\[100px\]{
  max-height: 100px;
}.max-h-\[370px\]{
  max-height: 370px;
}.min-h-\[100px\]{
  min-height: 100px;
}.min-h-\[200px\]{
  min-height: 200px;
}.min-h-\[320px\]{
  min-height: 320px;
}.min-h-\[56px\]{
  min-height: 56px;
}.min-h-full{
  min-height: 100%;
}.min-h-screen{
  min-height: 100vh;
}.w-0{
  width: 0px;
}.w-0\.5{
  width: 0.125rem;
}.w-10{
  width: 2.5rem;
}.w-11{
  width: 2.75rem;
}.w-16{
  width: 4rem;
}.w-3{
  width: 0.75rem;
}.w-4{
  width: 1rem;
}.w-48{
  width: 12rem;
}.w-5{
  width: 1.25rem;
}.w-6{
  width: 1.5rem;
}.w-72{
  width: 18rem;
}.w-\[100\%\]{
  width: 100%;
}.w-\[100px\]{
  width: 100px;
}.w-\[117px\]{
  width: 117px;
}.w-\[165px\]{
  width: 165px;
}.w-\[200px\]{
  width: 200px;
}.w-\[225px\]{
  width: 225px;
}.w-\[24px\]{
  width: 24px;
}.w-\[250px\]{
  width: 250px;
}.w-\[260px\]{
  width: 260px;
}.w-\[30px\]{
  width: 30px;
}.w-\[350px\]{
  width: 350px;
}.w-\[36\.125rem\]{
  width: 36.125rem;
}.w-\[360px\]{
  width: 360px;
}.w-\[38px\]{
  width: 38px;
}.w-\[40px\]{
  width: 40px;
}.w-\[450\%\]{
  width: 450%;
}.w-\[52px\]{
  width: 52px;
}.w-\[56px\]{
  width: 56px;
}.w-\[60\%\]{
  width: 60%;
}.w-\[64px\]{
  width: 64px;
}.w-\[6px\]{
  width: 6px;
}.w-\[72vw\]{
  width: 72vw;
}.w-\[75\%\]{
  width: 75%;
}.w-\[80px\]{
  width: 80px;
}.w-\[85\%\]{
  width: 85%;
}.w-\[87px\]{
  width: 87px;
}.w-\[calc\(100vw-32px\)\]{
  width: calc(100vw - 32px);
}.w-auto{
  width: auto;
}.w-full{
  width: 100%;
}.w-max{
  width: -moz-max-content;
  width: max-content;
}.w-screen{
  width: 100vw;
}.min-w-0{
  min-width: 0px;
}.min-w-\[210px\]{
  min-width: 210px;
}.min-w-full{
  min-width: 100%;
}.max-w-3xl{
  max-width: 48rem;
}.max-w-6xl{
  max-width: 72rem;
}.max-w-7xl{
  max-width: 80rem;
}.max-w-\[100\%\]{
  max-width: 100%;
}.max-w-\[1140px\]{
  max-width: 1140px;
}.max-w-\[1232px\]{
  max-width: 1232px;
}.max-w-\[1560px\]{
  max-width: 1560px;
}.max-w-\[1920px\]{
  max-width: 1920px;
}.max-w-\[300px\]{
  max-width: 300px;
}.max-w-\[500px\]{
  max-width: 500px;
}.max-w-lg{
  max-width: 32rem;
}.max-w-max{
  max-width: -moz-max-content;
  max-width: max-content;
}.max-w-xl{
  max-width: 36rem;
}.flex-1{
  flex: 1 1 0%;
}.flex-\[1_0_0\]{
  flex: 1 0 0;
}.flex-auto{
  flex: 1 1 auto;
}.flex-none{
  flex: none;
}.flex-shrink-0{
  flex-shrink: 0;
}.flex-grow{
  flex-grow: 1;
}.origin-top-right{
  transform-origin: top right;
}.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-x-5{
  --tw-translate-x: 1.25rem;
  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-\[80px\]{
  --tw-translate-x: 80px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-\[30deg\]{
  --tw-rotate: 30deg;
  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));
}.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform-gpu{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@keyframes gradient{0%{
    background: linear-gradient(-30deg,  #FFB42A, #FFBC42, #FFC55C, #FFCF78);
  }25%{
    background: linear-gradient(-30deg, #FFBC42, #FFC55C, #FFCF78, #FFB42A);
  }50%{
    background: linear-gradient(-30deg, #FFC55C, #FFCF78, #FFB42A, #FFBC42);
  }75%{
    background: linear-gradient(-30deg,  #FFCF78, #FFB42A, #FFBC42, #FFC55C);
  }100%{
    background: linear-gradient(-30deg,#FFB42A, #FFBC42, #FFC55C, #FFCF78);
  }
}.animate-gradient-animation{
  animation: gradient 1s linear infinite;
}@keyframes pulse{50%{
    opacity: .5;
  }
}.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}@keyframes ticker{from{
    transform: translateX(0%);
  }to{
    transform: translateX(-50%);
  }
}.animate-ticker-animation{
  animation: ticker 25s linear infinite;
}.cursor-default{
  cursor: default;
}.cursor-not-allowed{
  cursor: not-allowed;
}.cursor-pointer{
  cursor: pointer;
}.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}.resize-none{
  resize: none;
}.list-disc{
  list-style-type: disc;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}.flex-row{
  flex-direction: row;
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.flex-nowrap{
  flex-wrap: nowrap;
}.place-items-center{
  place-items: center;
}.content-center{
  align-content: center;
}.items-start{
  align-items: flex-start;
}.items-center{
  align-items: center;
}.items-baseline{
  align-items: baseline;
}.items-stretch{
  align-items: stretch;
}.justify-start{
  justify-content: flex-start;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.justify-around{
  justify-content: space-around;
}.justify-evenly{
  justify-content: space-evenly;
}.gap-1{
  gap: 0.25rem;
}.gap-10{
  gap: 2.5rem;
}.gap-2{
  gap: 0.5rem;
}.gap-3{
  gap: 0.75rem;
}.gap-4{
  gap: 1rem;
}.gap-6{
  gap: 1.5rem;
}.gap-8{
  gap: 2rem;
}.gap-\[10px\]{
  gap: 10px;
}.gap-\[12px\]{
  gap: 12px;
}.gap-\[20px\]{
  gap: 20px;
}.gap-\[24px\]{
  gap: 24px;
}.gap-\[32px\]{
  gap: 32px;
}.gap-\[4px\]{
  gap: 4px;
}.gap-\[5px\]{
  gap: 5px;
}.gap-\[6px\]{
  gap: 6px;
}.gap-\[80px\]{
  gap: 80px;
}.gap-\[8px\]{
  gap: 8px;
}.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}.gap-x-1\.5{
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}.gap-x-2\.5{
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}.gap-y-2{
  row-gap: 0.5rem;
}.gap-y-4{
  row-gap: 1rem;
}.gap-y-6{
  row-gap: 1.5rem;
}.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}.space-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));
}.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}.divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style: solid;
}.divide-dark-5 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-divide-opacity));
}.divide-dark-5\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(107 114 128 / 0.1);
}.divide-dark-6 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-divide-opacity));
}.divide-dark-7 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}.divide-dark-8 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}.divide-white\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(255 255 255 / 0.05);
}.self-center{
  align-self: center;
}.self-stretch{
  align-self: stretch;
}.overflow-hidden{
  overflow: hidden;
}.overflow-x-auto{
  overflow-x: auto;
}.overflow-y-auto{
  overflow-y: auto;
}.overflow-y-scroll{
  overflow-y: scroll;
}.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.text-ellipsis{
  text-overflow: ellipsis;
}.whitespace-nowrap{
  white-space: nowrap;
}.whitespace-pre-line{
  white-space: pre-line;
}.rounded{
  border-radius: 0.25rem;
}.rounded-2xl{
  border-radius: 1rem;
}.rounded-3xl{
  border-radius: 1.5rem;
}.rounded-\[100px\]{
  border-radius: 100px;
}.rounded-\[10px\]{
  border-radius: 10px;
}.rounded-\[12px\]{
  border-radius: 12px;
}.rounded-\[14px\]{
  border-radius: 14px;
}.rounded-\[15px\]{
  border-radius: 15px;
}.rounded-\[16px\]{
  border-radius: 16px;
}.rounded-\[30px\]{
  border-radius: 30px;
}.rounded-\[4px\]{
  border-radius: 4px;
}.rounded-\[8px\]{
  border-radius: 8px;
}.rounded-full{
  border-radius: 9999px;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded-md{
  border-radius: 0.375rem;
}.rounded-none{
  border-radius: 0px;
}.rounded-xl{
  border-radius: 0.75rem;
}.rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}.border{
  border-width: 1px;
}.border-0{
  border-width: 0px;
}.border-2{
  border-width: 2px;
}.border-\[1\.5px\]{
  border-width: 1.5px;
}.border-\[1px\]{
  border-width: 1px;
}.border-b{
  border-bottom-width: 1px;
}.border-b-2{
  border-bottom-width: 2px;
}.border-t{
  border-top-width: 1px;
}.border-\[\#411D75\]{
  --tw-border-opacity: 1;
  border-color: rgb(65 29 117 / var(--tw-border-opacity));
}.border-\[\#E5E7EB\]{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}.border-dark-1{
  --tw-border-opacity: 1;
  border-color: rgb(17 25 40 / var(--tw-border-opacity));
}.border-dark-1\/5{
  border-color: rgb(17 25 40 / 0.05);
}.border-dark-4{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}.border-dark-7{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}.border-gray-3{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}.border-gray-5{
  --tw-border-opacity: 1;
  border-color: rgb(206 212 218 / var(--tw-border-opacity));
}.border-orange{
  --tw-border-opacity: 1;
  border-color: rgb(255 195 85 / var(--tw-border-opacity));
}.border-primary-60{
  --tw-border-opacity: 1;
  border-color: rgb(128 104 163 / var(--tw-border-opacity));
}.border-primary-70{
  --tw-border-opacity: 1;
  border-color: rgb(107 79 148 / var(--tw-border-opacity));
}.border-secondary-40{
  --tw-border-opacity: 1;
  border-color: rgb(210 213 240 / var(--tw-border-opacity));
}.border-transparent{
  border-color: transparent;
}.border-b-dark-1\/10{
  border-bottom-color: rgb(17 25 40 / 0.1);
}.\!bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}.bg-\[rgba\(17\2c 25\2c 40\2c \.9\)\]{
  background-color: rgba(17,25,40,.9);
}.bg-background-1{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-background-2{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}.bg-blue-light-1{
  --tw-bg-opacity: 1;
  background-color: rgb(84 117 229 / var(--tw-bg-opacity));
}.bg-blue-light-5{
  --tw-bg-opacity: 1;
  background-color: rgb(225 232 255 / var(--tw-bg-opacity));
}.bg-dark-2{
  --tw-bg-opacity: 1;
  background-color: rgb(31 42 55 / var(--tw-bg-opacity));
}.bg-dark-3{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}.bg-dark-6{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}.bg-dark-7{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}.bg-dark-8{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.bg-gray-2{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.bg-gray-3{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(34 173 92 / var(--tw-bg-opacity));
}.bg-green-light-3{
  --tw-bg-opacity: 1;
  background-color: rgb(130 230 172 / var(--tw-bg-opacity));
}.bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(255 195 85 / var(--tw-bg-opacity));
}.bg-primary-10{
  --tw-bg-opacity: 1;
  background-color: rgb(234 230 240 / var(--tw-bg-opacity));
}.bg-primary-30{
  --tw-bg-opacity: 1;
  background-color: rgb(192 180 209 / var(--tw-bg-opacity));
}.bg-primary-5{
  --tw-bg-opacity: 1;
  background-color: rgb(244 242 247 / var(--tw-bg-opacity));
}.bg-primary-60{
  --tw-bg-opacity: 1;
  background-color: rgb(128 104 163 / var(--tw-bg-opacity));
}.bg-primary-70{
  --tw-bg-opacity: 1;
  background-color: rgb(107 79 148 / var(--tw-bg-opacity));
}.bg-primary-80{
  --tw-bg-opacity: 1;
  background-color: rgb(86 54 133 / var(--tw-bg-opacity));
}.bg-primary-90{
  --tw-bg-opacity: 1;
  background-color: rgb(65 29 117 / var(--tw-bg-opacity));
}.bg-red-light-4{
  --tw-bg-opacity: 1;
  background-color: rgb(253 216 216 / var(--tw-bg-opacity));
}.bg-secondary-10{
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 251 / var(--tw-bg-opacity));
}.bg-secondary-20{
  --tw-bg-opacity: 1;
  background-color: rgb(232 234 248 / var(--tw-bg-opacity));
}.bg-secondary-90{
  --tw-bg-opacity: 1;
  background-color: rgb(143 150 219 / var(--tw-bg-opacity));
}.bg-stroke-1{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 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-yellow-light-1{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}.bg-yellow-light-2{
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}.from-\[\#ff80b525\]{
  --tw-gradient-from: #ff80b525 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 128 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[\#ff80b5\]{
  --tw-gradient-from: #ff80b5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 128 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.to-\[\#9089fc\]{
  --tw-gradient-to: #9089fc var(--tw-gradient-to-position);
}.to-\[\#9189fc28\]{
  --tw-gradient-to: #9189fc28 var(--tw-gradient-to-position);
}.stroke-blue{
  stroke: #2D68F8;
}.stroke-dark-2{
  stroke: #1F2A37;
}.stroke-dark-7{
  stroke: #D1D5DB;
}.stroke-primary-80{
  stroke: #563685;
}.stroke-red-light-1{
  stroke: #F56060;
}.p-1{
  padding: 0.25rem;
}.p-1\.5{
  padding: 0.375rem;
}.p-2{
  padding: 0.5rem;
}.p-2\.5{
  padding: 0.625rem;
}.p-4{
  padding: 1rem;
}.p-6{
  padding: 1.5rem;
}.p-8{
  padding: 2rem;
}.p-\[16px\]{
  padding: 16px;
}.p-\[20px\]{
  padding: 20px;
}.p-\[24px\]{
  padding: 24px;
}.p-\[2px\]{
  padding: 2px;
}.p-\[40px\]{
  padding: 40px;
}.p-\[8px\]{
  padding: 8px;
}.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.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-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}.px-\[13px\]{
  padding-left: 13px;
  padding-right: 13px;
}.px-\[16px\]{
  padding-left: 16px;
  padding-right: 16px;
}.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}.px-\[22px\]{
  padding-left: 22px;
  padding-right: 22px;
}.px-\[24px\]{
  padding-left: 24px;
  padding-right: 24px;
}.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}.px-\[32px\]{
  padding-left: 32px;
  padding-right: 32px;
}.px-\[40px\]{
  padding-left: 40px;
  padding-right: 40px;
}.px-\[4px\]{
  padding-left: 4px;
  padding-right: 4px;
}.px-\[6px\]{
  padding-left: 6px;
  padding-right: 6px;
}.px-\[8px\]{
  padding-left: 8px;
  padding-right: 8px;
}.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}.py-\[24px\]{
  padding-top: 24px;
  padding-bottom: 24px;
}.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}.py-\[32px\]{
  padding-top: 32px;
  padding-bottom: 32px;
}.py-\[40px\]{
  padding-top: 40px;
  padding-bottom: 40px;
}.py-\[48px\]{
  padding-top: 48px;
  padding-bottom: 48px;
}.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}.py-\[7px\]{
  padding-top: 7px;
  padding-bottom: 7px;
}.py-\[8px\]{
  padding-top: 8px;
  padding-bottom: 8px;
}.pb-3{
  padding-bottom: 0.75rem;
}.pb-4{
  padding-bottom: 1rem;
}.pb-\[16px\]{
  padding-bottom: 16px;
}.pb-\[20px\]{
  padding-bottom: 20px;
}.pb-\[24px\]{
  padding-bottom: 24px;
}.pb-\[92px\]{
  padding-bottom: 92px;
}.pl-10{
  padding-left: 2.5rem;
}.pl-2{
  padding-left: 0.5rem;
}.pl-3{
  padding-left: 0.75rem;
}.pl-4{
  padding-left: 1rem;
}.pl-5{
  padding-left: 1.25rem;
}.pl-\[10px\]{
  padding-left: 10px;
}.pl-\[12px\]{
  padding-left: 12px;
}.pl-\[16px\]{
  padding-left: 16px;
}.pl-\[20px\]{
  padding-left: 20px;
}.pl-\[40px\]{
  padding-left: 40px;
}.pl-\[6px\]{
  padding-left: 6px;
}.pl-\[8px\]{
  padding-left: 8px;
}.pr-0{
  padding-right: 0px;
}.pr-3{
  padding-right: 0.75rem;
}.pr-4{
  padding-right: 1rem;
}.pr-\[16px\]{
  padding-right: 16px;
}.pr-\[24px\]{
  padding-right: 24px;
}.pr-\[80px\]{
  padding-right: 80px;
}.pt-14{
  padding-top: 3.5rem;
}.pt-2{
  padding-top: 0.5rem;
}.pt-4{
  padding-top: 1rem;
}.pt-\[16px\]{
  padding-top: 16px;
}.pt-\[20px\]{
  padding-top: 20px;
}.pt-\[32px\]{
  padding-top: 32px;
}.pt-\[40px\]{
  padding-top: 40px;
}.pt-\[48px\]{
  padding-top: 48px;
}.pt-\[64px\]{
  padding-top: 64px;
}.pt-\[72px\]{
  padding-top: 72px;
}.text-left{
  text-align: left;
}.text-center{
  text-align: center;
}.text-right{
  text-align: right;
}.text-justify{
  text-align: justify;
}.align-middle{
  vertical-align: middle;
}.font-inter{
  font-family: Inter, sans-serif;
}.font-vollkorn{
  font-family: Vollkorn, serif;
}.text-2xl{
  font-size: 24px;
}.text-3xl{
  font-size: 28px;
}.text-4xl{
  font-size: 30px;
}.text-5xl{
  font-size: 40px;
}.text-6xl{
  font-size: 48px;
}.text-\[10px\]{
  font-size: 10px;
}.text-\[8px\]{
  font-size: 8px;
}.text-base{
  font-size: 16px;
}.text-lg{
  font-size: 18px;
}.text-sm{
  font-size: 14px;
}.text-xl{
  font-size: 20px;
}.text-xs{
  font-size: 12px;
}.font-bold{
  font-weight: 700;
}.font-extrabold{
  font-weight: 800;
}.font-light{
  font-weight: 300;
}.font-medium{
  font-weight: 500;
}.font-normal{
  font-weight: 400;
}.font-semibold{
  font-weight: 600;
}.font-thin{
  font-weight: 100;
}.not-italic{
  font-style: normal;
}.leading-10{
  line-height: 2.5rem;
}.leading-5{
  line-height: 1.25rem;
}.leading-6{
  line-height: 1.5rem;
}.leading-7{
  line-height: 1.75rem;
}.leading-8{
  line-height: 2rem;
}.leading-9{
  line-height: 2.25rem;
}.leading-\[12px\]{
  line-height: 12px;
}.leading-\[16px\]{
  line-height: 16px;
}.leading-\[20px\]{
  line-height: 20px;
}.leading-\[22px\]{
  line-height: 22px;
}.leading-\[24px\]{
  line-height: 24px;
}.leading-\[26px\]{
  line-height: 26px;
}.leading-\[28px\]{
  line-height: 28px;
}.leading-\[38px\]{
  line-height: 38px;
}.leading-\[48px\]{
  line-height: 48px;
}.leading-\[50px\]{
  line-height: 50px;
}.leading-relaxed{
  line-height: 1.625;
}.leading-snug{
  line-height: 1.375;
}.tracking-tight{
  letter-spacing: -0.025em;
}.text-\[\#212B36\]{
  --tw-text-opacity: 1;
  color: rgb(33 43 54 / var(--tw-text-opacity));
}.text-background-2{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}.text-blue{
  --tw-text-opacity: 1;
  color: rgb(45 104 248 / var(--tw-text-opacity));
}.text-blue-light-1{
  --tw-text-opacity: 1;
  color: rgb(84 117 229 / var(--tw-text-opacity));
}.text-dark-1{
  --tw-text-opacity: 1;
  color: rgb(17 25 40 / var(--tw-text-opacity));
}.text-dark-2{
  --tw-text-opacity: 1;
  color: rgb(31 42 55 / var(--tw-text-opacity));
}.text-dark-3{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}.text-dark-4{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}.text-dark-5{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.text-dark-6{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}.text-gray-3{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}.text-green{
  --tw-text-opacity: 1;
  color: rgb(34 173 92 / var(--tw-text-opacity));
}.text-orange{
  --tw-text-opacity: 1;
  color: rgb(255 195 85 / var(--tw-text-opacity));
}.text-primary-30{
  --tw-text-opacity: 1;
  color: rgb(192 180 209 / var(--tw-text-opacity));
}.text-primary-40{
  --tw-text-opacity: 1;
  color: rgb(171 155 194 / var(--tw-text-opacity));
}.text-primary-60{
  --tw-text-opacity: 1;
  color: rgb(128 104 163 / var(--tw-text-opacity));
}.text-primary-70{
  --tw-text-opacity: 1;
  color: rgb(107 79 148 / var(--tw-text-opacity));
}.text-primary-80{
  --tw-text-opacity: 1;
  color: rgb(86 54 133 / var(--tw-text-opacity));
}.text-primary-90{
  --tw-text-opacity: 1;
  color: rgb(65 29 117 / var(--tw-text-opacity));
}.text-primary-text{
  --tw-text-opacity: 1;
  color: rgb(99 115 129 / var(--tw-text-opacity));
}.text-red{
  --tw-text-opacity: 1;
  color: rgb(242 48 48 / var(--tw-text-opacity));
}.text-red-dark-1{
  --tw-text-opacity: 1;
  color: rgb(225 14 14 / var(--tw-text-opacity));
}.text-red-light-2{
  --tw-text-opacity: 1;
  color: rgb(248 144 144 / var(--tw-text-opacity));
}.text-secondary-90{
  --tw-text-opacity: 1;
  color: rgb(143 150 219 / var(--tw-text-opacity));
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}.underline{
  text-decoration-line: underline;
}.opacity-0{
  opacity: 0;
}.opacity-100{
  opacity: 1;
}.opacity-30{
  opacity: 0.3;
}.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);
}.shadow-\[0px_-5px_0_5px_\#fafafa\]{
  --tw-shadow: 0px -5px 0 5px #fafafa;
  --tw-shadow-colored: 0px -5px 0 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_1px_3px_0px_rgba\(166\2c 175\2c 195\2c 0\.40\)\]{
  --tw-shadow: 0px 1px 3px 0px rgba(166,175,195,0.40);
  --tw-shadow-colored: 0px 1px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.ring-inset{
  --tw-ring-inset: inset;
}.ring-dark-1\/10{
  --tw-ring-color: rgb(17 25 40 / 0.1);
}.ring-gray-3{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}.ring-primary-40{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(171 155 194 / var(--tw-ring-opacity));
}.ring-red{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(242 48 48 / var(--tw-ring-opacity));
}.ring-stroke-1{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}.ring-yellow{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity));
}.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}.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);
}.blur-3xl{
  --tw-blur: blur(64px);
  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;
}.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  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;
}.\!duration-150{
  transition-duration: 150ms !important;
}.duration-100{
  transition-duration: 100ms;
}.duration-1000{
  transition-duration: 1000ms;
}.duration-200{
  transition-duration: 200ms;
}.duration-75{
  transition-duration: 75ms;
}.duration-\[300ms\]{
  transition-duration: 300ms;
}.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}html,body{padding:0;margin:0;font-family:"Inter",sans-serif}html{overflow:hidden}body{height:100vh;overflow-y:auto;-webkit-overflow-scrolling:touch}a{color:inherit;text-decoration:none}ol{list-style-type:decimal;margin-left:20px}ul{list-style-type:disc;margin-left:40px}*{box-sizing:border-box;padding:0;margin:0}.placeholder\:text-dark-6::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}.placeholder\:text-dark-6::placeholder{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}.placeholder\:text-primary-40::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(171 155 194 / var(--tw-text-opacity));
}.placeholder\:text-primary-40::placeholder{
  --tw-text-opacity: 1;
  color: rgb(171 155 194 / var(--tw-text-opacity));
}.hover\:-translate-y-4:hover{
  --tw-translate-y: -1rem;
  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));
}.hover\:border-dark-3:hover{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}.hover\:border-primary-70:hover{
  --tw-border-opacity: 1;
  border-color: rgb(107 79 148 / var(--tw-border-opacity));
}.hover\:bg-blue-light-2:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(128 153 236 / var(--tw-bg-opacity));
}.hover\:bg-blue-light-5:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(225 232 255 / var(--tw-bg-opacity));
}.hover\:bg-dark-7:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}.hover\:bg-gray-1:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.hover\:bg-primary-70:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(107 79 148 / var(--tw-bg-opacity));
}.hover\:bg-red-light-4:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(253 216 216 / var(--tw-bg-opacity));
}.hover\:stroke-blue:hover{
  stroke: #2D68F8;
}.hover\:stroke-red-light-1:hover{
  stroke: #F56060;
}.hover\:text-primary-90:hover{
  --tw-text-opacity: 1;
  color: rgb(65 29 117 / 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;
}.hover\:ring-blue:hover{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(45 104 248 / var(--tw-ring-opacity));
}.hover\:ring-dark-1\/20:hover{
  --tw-ring-color: rgb(17 25 40 / 0.2);
}.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.focus\:text-primary-90:focus{
  --tw-text-opacity: 1;
  color: rgb(65 29 117 / var(--tw-text-opacity));
}.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-inset:focus{
  --tw-ring-inset: inset;
}.focus\:ring-blue:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(45 104 248 / var(--tw-ring-opacity));
}.focus\:ring-primary-60:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(128 104 163 / var(--tw-ring-opacity));
}.focus\:ring-red:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(242 48 48 / var(--tw-ring-opacity));
}.focus\:ring-white:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}.focus\:ring-offset-dark-7:focus{
  --tw-ring-offset-color: #D1D5DB;
}.focus\:ring-offset-primary-80:focus{
  --tw-ring-offset-color: #563685;
}.focus-visible\:outline:focus-visible{
  outline-style: solid;
}.focus-visible\:outline-2:focus-visible{
  outline-width: 2px;
}.focus-visible\:outline-offset-2:focus-visible{
  outline-offset: 2px;
}.group:hover .group-hover\:visible{
  visibility: visible;
}.group:hover .group-hover\:bg-dark-7{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}.group:focus .group-focus\:visible{
  visibility: visible;
}@media (min-width: 640px){.sm\:-top-80{
    top: -20rem;
  }.sm\:left-\[calc\(50\%\+36rem\)\]{
    left: calc(50% + 36rem);
  }.sm\:left-\[calc\(50\%-30rem\)\]{
    left: calc(50% - 30rem);
  }.sm\:top-\[calc\(100\%-40rem\)\]{
    top: calc(100% - 40rem);
  }.sm\:col-span-3{
    grid-column: span 3 / span 3;
  }.sm\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }.sm\:my-\[20px\]{
    margin-top: 20px;
    margin-bottom: 20px;
  }.sm\:mb-8{
    margin-bottom: 2rem;
  }.sm\:ml-16{
    margin-left: 4rem;
  }.sm\:mt-0{
    margin-top: 0px;
  }.sm\:block{
    display: block;
  }.sm\:flex{
    display: flex;
  }.sm\:w-\[72\.1875rem\]{
    width: 72.1875rem;
  }.sm\:min-w-\[300px\]{
    min-width: 300px;
  }.sm\:max-w-sm{
    max-width: 24rem;
  }.sm\:max-w-xs{
    max-width: 20rem;
  }.sm\:flex-auto{
    flex: 1 1 auto;
  }.sm\:flex-none{
    flex: none;
  }.sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.sm\:flex-row{
    flex-direction: row;
  }.sm\:flex-wrap{
    flex-wrap: wrap;
  }.sm\:items-center{
    align-items: center;
  }.sm\:justify-end{
    justify-content: flex-end;
  }.sm\:justify-center{
    justify-content: center;
  }.sm\:border-l{
    border-left-width: 1px;
  }.sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }.sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.sm\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }.sm\:pl-0{
    padding-left: 0px;
  }.sm\:pr-0{
    padding-right: 0px;
  }.sm\:text-5xl{
    font-size: 40px;
  }.sm\:text-6xl{
    font-size: 48px;
  }.sm\:text-sm{
    font-size: 14px;
  }.sm\:text-xs{
    font-size: 12px;
  }.sm\:leading-6{
    line-height: 1.5rem;
  }.sm\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }.sm\:ring-dark-1\/10{
    --tw-ring-color: rgb(17 25 40 / 0.1);
  }
}@media (min-width: 768px){.md\:fixed{
    position: fixed;
  }.md\:right-0{
    right: 0px;
  }.md\:col-span-3{
    grid-column: span 3 / span 3;
  }.md\:col-span-6{
    grid-column: span 6 / span 6;
  }.md\:col-span-9{
    grid-column: span 9 / span 9;
  }.md\:col-start-4{
    grid-column-start: 4;
  }.md\:m-0{
    margin: 0px;
  }.md\:m-auto{
    margin: auto;
  }.md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }.md\:mx-\[200px\]{
    margin-left: 200px;
    margin-right: 200px;
  }.md\:my-\[120px\]{
    margin-top: 120px;
    margin-bottom: 120px;
  }.md\:my-\[28px\]{
    margin-top: 28px;
    margin-bottom: 28px;
  }.md\:my-\[30px\]{
    margin-top: 30px;
    margin-bottom: 30px;
  }.md\:my-\[35px\]{
    margin-top: 35px;
    margin-bottom: 35px;
  }.md\:my-\[80px\]{
    margin-top: 80px;
    margin-bottom: 80px;
  }.md\:mb-0{
    margin-bottom: 0px;
  }.md\:mb-\[120px\]{
    margin-bottom: 120px;
  }.md\:mb-\[15px\]{
    margin-bottom: 15px;
  }.md\:mb-\[16px\]{
    margin-bottom: 16px;
  }.md\:mb-\[240px\]{
    margin-bottom: 240px;
  }.md\:mb-\[35px\]{
    margin-bottom: 35px;
  }.md\:ml-0{
    margin-left: 0px;
  }.md\:ml-\[10px\]{
    margin-left: 10px;
  }.md\:ml-\[24px\]{
    margin-left: 24px;
  }.md\:ml-\[280px\]{
    margin-left: 280px;
  }.md\:mr-0{
    margin-right: 0px;
  }.md\:mr-\[20px\]{
    margin-right: 20px;
  }.md\:mt-12{
    margin-top: 3rem;
  }.md\:mt-4{
    margin-top: 1rem;
  }.md\:mt-\[10px\]{
    margin-top: 10px;
  }.md\:mt-\[120px\]{
    margin-top: 120px;
  }.md\:mt-\[20px\]{
    margin-top: 20px;
  }.md\:mt-\[24px\]{
    margin-top: 24px;
  }.md\:mt-\[32px\]{
    margin-top: 32px;
  }.md\:mt-\[35px\]{
    margin-top: 35px;
  }.md\:mt-\[40px\]{
    margin-top: 40px;
  }.md\:mt-\[72px\]{
    margin-top: 72px;
  }.md\:mt-\[80px\]{
    margin-top: 80px;
  }.md\:mt-\[8px\]{
    margin-top: 8px;
  }.md\:block{
    display: block;
  }.md\:inline{
    display: inline;
  }.md\:flex{
    display: flex;
  }.md\:grid{
    display: grid;
  }.md\:hidden{
    display: none;
  }.md\:h-\[240px\]{
    height: 240px;
  }.md\:h-\[24px\]{
    height: 24px;
  }.md\:h-\[38px\]{
    height: 38px;
  }.md\:h-\[45px\]{
    height: 45px;
  }.md\:min-h-\[225px\]{
    min-height: 225px;
  }.md\:min-h-screen{
    min-height: 100vh;
  }.md\:w-1\/2{
    width: 50%;
  }.md\:w-\[1000px\]{
    width: 1000px;
  }.md\:w-\[1150px\]{
    width: 1150px;
  }.md\:w-\[240px\]{
    width: 240px;
  }.md\:w-\[300px\]{
    width: 300px;
  }.md\:w-\[38px\]{
    width: 38px;
  }.md\:w-\[50\%\]{
    width: 50%;
  }.md\:w-\[500px\]{
    width: 500px;
  }.md\:w-\[550px\]{
    width: 550px;
  }.md\:w-\[750px\]{
    width: 750px;
  }.md\:w-\[800px\]{
    width: 800px;
  }.md\:w-\[90\%\]{
    width: 90%;
  }.md\:w-max{
    width: -moz-max-content;
    width: max-content;
  }.md\:max-w-xs{
    max-width: 20rem;
  }@keyframes ticker{from{
      transform: translateX(0%);
    }to{
      transform: translateX(-50%);
    }
  }.md\:animate-ticker-animation{
    animation: ticker 25s linear infinite;
  }.md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.md\:flex-row{
    flex-direction: row;
  }.md\:flex-wrap{
    flex-wrap: wrap;
  }.md\:items-end{
    align-items: flex-end;
  }.md\:items-center{
    align-items: center;
  }.md\:justify-end{
    justify-content: flex-end;
  }.md\:gap-10{
    gap: 2.5rem;
  }.md\:gap-\[20px\]{
    gap: 20px;
  }.md\:gap-\[40px\]{
    gap: 40px;
  }.md\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }.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\:rounded-2xl{
    border-radius: 1rem;
  }.md\:border{
    border-width: 1px;
  }.md\:border-gray-3{
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }.md\:bg-background-1{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }.md\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }.md\:p-\[72px\]{
    padding: 72px;
  }.md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.md\:px-\[10px\]{
    padding-left: 10px;
    padding-right: 10px;
  }.md\:px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px;
  }.md\:px-\[80px\]{
    padding-left: 80px;
    padding-right: 80px;
  }.md\:py-\[128px\]{
    padding-top: 128px;
    padding-bottom: 128px;
  }.md\:py-\[80px\]{
    padding-top: 80px;
    padding-bottom: 80px;
  }.md\:pb-\[32px\]{
    padding-bottom: 32px;
  }.md\:pl-4{
    padding-left: 1rem;
  }.md\:text-left{
    text-align: left;
  }.md\:text-2xl{
    font-size: 24px;
  }.md\:text-3xl{
    font-size: 28px;
  }.md\:text-5xl{
    font-size: 40px;
  }.md\:text-6xl{
    font-size: 48px;
  }.md\:text-lg{
    font-size: 18px;
  }.md\:leading-6{
    line-height: 1.5rem;
  }.md\:leading-7{
    line-height: 1.75rem;
  }.md\:leading-8{
    line-height: 2rem;
  }.md\:leading-\[32px\]{
    line-height: 32px;
  }.md\:leading-\[50px\]{
    line-height: 50px;
  }.md\:leading-\[58px\]{
    line-height: 58px;
  }.md\:leading-\[64px\]{
    line-height: 64px;
  }
}@media (min-width: 1024px){.lg\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }.lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }.lg\:my-\[40px\]{
    margin-top: 40px;
    margin-bottom: 40px;
  }.lg\:ml-4{
    margin-left: 1rem;
  }.lg\:ml-6{
    margin-left: 1.5rem;
  }.lg\:ml-\[-32px\]{
    margin-left: -32px;
  }.lg\:ml-\[340px\]{
    margin-left: 340px;
  }.lg\:mr-\[80px\]{
    margin-right: 80px;
  }.lg\:block{
    display: block;
  }.lg\:flex{
    display: flex;
  }.lg\:hidden{
    display: none;
  }.lg\:h-auto{
    height: auto;
  }.lg\:w-\[1000px\]{
    width: 1000px;
  }.lg\:w-\[1150px\]{
    width: 1150px;
  }.lg\:w-\[350\%\]{
    width: 350%;
  }.lg\:w-\[400px\]{
    width: 400px;
  }.lg\:w-\[48\%\]{
    width: 48%;
  }.lg\:w-\[50\%\]{
    width: 50%;
  }.lg\:w-\[544px\]{
    width: 544px;
  }.lg\:w-\[800px\]{
    width: 800px;
  }.lg\:min-w-\[200px\]{
    min-width: 200px;
  }.lg\:max-w-xs{
    max-width: 20rem;
  }.lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.lg\:flex-row{
    flex-direction: row;
  }.lg\:flex-nowrap{
    flex-wrap: nowrap;
  }.lg\:items-end{
    align-items: flex-end;
  }.lg\:items-center{
    align-items: center;
  }.lg\:justify-end{
    justify-content: flex-end;
  }.lg\:gap-0{
    gap: 0px;
  }.lg\:gap-6{
    gap: 1.5rem;
  }.lg\:gap-\[32px\]{
    gap: 32px;
  }.lg\:gap-\[80px\]{
    gap: 80px;
  }.lg\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }.lg\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }.lg\:rounded-\[12px\]{
    border-radius: 12px;
  }.lg\:border-l{
    border-left-width: 1px;
  }.lg\:border-t{
    border-top-width: 1px;
  }.lg\:border-t-0{
    border-top-width: 0px;
  }.lg\:border-white\/5{
    border-color: rgb(255 255 255 / 0.05);
  }.lg\:border-t-dark-1\/5{
    border-top-color: rgb(17 25 40 / 0.05);
  }.lg\:p-\[72px\]{
    padding: 72px;
  }.lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }.lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.lg\:px-\[250px\]{
    padding-left: 250px;
    padding-right: 250px;
  }.lg\:py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
  }.lg\:pt-\[40px\]{
    padding-top: 40px;
  }.lg\:text-5xl{
    font-size: 40px;
  }.lg\:text-6xl{
    font-size: 48px;
  }.lg\:text-\[64px\]{
    font-size: 64px;
  }
}@media (min-width: 1280px){.xl\:w-\[70\%\]{
    width: 70%;
  }.xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1;
}
