/*! tailwindcss v3.0.7 | MIT License | https://tailwindcss.com*/
#app *,
#app :after,
#app :before {
  border: 0 solid;
  box-sizing: border-box;
}
#app :after,
#app :before {
  --tw-content: "";
}
#app {
  -webkit-text-size-adjust: 100%;
  font-family: Core Sans, sans-serif;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
#app body {
  line-height: inherit;
  margin: 0;
}
#app hr {
  border-top-width: 1px;
  color: inherit;
  height: 0;
}
#app abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
#app h1,
#app h2,
#app h3,
#app h4,
#app h5,
#app h6 {
  font-size: inherit;
  font-weight: inherit;
}
#app a {
  color: inherit;
  text-decoration: inherit;
}
#app b,
#app strong {
  font-weight: bolder;
}
#app code,
#app kbd,
#app pre,
#app samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-size: 1em;
}
#app small {
  font-size: 80%;
}
#app sub,
#app sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#app sub {
  bottom: -0.25em;
}
#app sup {
  top: -0.5em;
}
#app table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}
#app button,
#app input,
#app optgroup,
#app select,
#app textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
#app button,
#app select {
  text-transform: none;
}
#app [type="button"],
#app [type="reset"],
#app [type="submit"],
#app button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
#app :-moz-focusring {
  outline: auto;
}
#app :-moz-ui-invalid {
  box-shadow: none;
}
#app progress {
  vertical-align: baseline;
}
#app ::-webkit-inner-spin-button,
#app ::-webkit-outer-spin-button {
  height: auto;
}
#app [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
#app ::-webkit-search-decoration {
  -webkit-appearance: none;
}
#app ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
#app summary {
  display: list-item;
}
#app blockquote,
#app dd,
#app dl,
#app figure,
#app h1,
#app h2,
#app h3,
#app h4,
#app h5,
#app h6,
#app hr,
#app p,
#app pre {
  margin: 0;
}
#app fieldset {
  margin: 0;
  padding: 0;
}
#app legend {
  padding: 0;
}
#app menu,
#app ol,
#app ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#app textarea {
  resize: vertical;
}
#app input::-moz-placeholder,
#app textarea::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}
#app input:-ms-input-placeholder,
#app textarea:-ms-input-placeholder {
  color: #9ca3af;
  opacity: 1;
}
#app input::placeholder,
#app textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}
#app [role="button"],
#app button {
  cursor: pointer;
}
#app :disabled {
  cursor: default;
}
#app audio,
#app canvas,
#app embed,
#app iframe,
#app img,
#app object,
#app svg,
#app video {
  display: block;
  vertical-align: middle;
}
#app img,
#app video {
  height: auto;
  max-width: 100%;
}
#app [hidden] {
  display: none;
}
#app *,
#app :after,
#app :before {
  --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-transform: translateX(var(--tw-translate-x))
    translateY(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));
  --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: var(--tw-empty, /*!*/ /*!*/);
  --tw-brightness: var(--tw-empty, /*!*/ /*!*/);
  --tw-contrast: var(--tw-empty, /*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty, /*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty, /*!*/ /*!*/);
  --tw-invert: var(--tw-empty, /*!*/ /*!*/);
  --tw-saturate: var(--tw-empty, /*!*/ /*!*/);
  --tw-sepia: var(--tw-empty, /*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty, /*!*/ /*!*/);
  --tw-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);
  border-color: currentColor;
}
#app .container {
  width: 100%;
}
@media (min-width: 768px) {
  #app .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  #app .container {
    max-width: 1024px;
  }
}
@media (min-width: 1440px) {
  #app .container {
    max-width: 1440px;
  }
}
#app .pointer-events-none {
  pointer-events: none;
}
#app .pointer-events-auto {
  pointer-events: auto;
}
#app .visible {
  visibility: visible;
}
#app .invisible {
  visibility: hidden;
}
#app .static {
  position: static;
}
#app .fixed {
  position: fixed;
}
#app .absolute {
  position: absolute;
}
#app .relative {
  position: relative;
}
#app .inset-0 {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
#app .inset-\[50px\] {
  bottom: 50px;
  left: 50px;
  right: 50px;
  top: 50px;
}
#app .-inset-0\.5 {
  bottom: -0.125rem;
  left: -0.125rem;
  right: -0.125rem;
  top: -0.125rem;
}
#app .-inset-0 {
  left: 0;
  right: 0;
}
#app .-inset-0,
#app .inset-y-0 {
  bottom: 0;
  top: 0;
}
#app .inset-x-0 {
  left: 0;
  right: 0;
}
#app .-inset-y-2 {
  bottom: -0.5rem;
  top: -0.5rem;
}
#app .inset-y-\[-50px\] {
  bottom: -50px;
  top: -50px;
}
#app .right-0 {
  right: 0;
}
#app .left-14 {
  left: 3.5rem;
}
#app .left-0 {
  left: 0;
}
#app .bottom-0 {
  bottom: 0;
}
#app .left-1\/2 {
  left: 50%;
}
#app .-bottom-16 {
  bottom: -4rem;
}
#app .left-10 {
  left: 2.5rem;
}
#app .top-5 {
  top: 1.25rem;
}
#app .right-5 {
  right: 1.25rem;
}
#app .top-0 {
  top: 0;
}
#app .left-\[calc\(50\%-4px\)\] {
  left: calc(50% - 4px);
}
#app .right-px {
  right: 1px;
}
#app .left-px {
  left: 1px;
}
#app .bottom-5 {
  bottom: 1.25rem;
}
#app .top-1\/2 {
  top: 50%;
}
#app .top-full {
  top: 100%;
}
#app .top-\[-2px\] {
  top: -2px;
}
#app .top-\[100px\] {
  top: 100px;
}
#app .bottom-full {
  bottom: 100%;
}
#app .z-10 {
  z-index: 10;
}
#app .z-1 {
  z-index: 1;
}
#app .z-50 {
  z-index: 50;
}
#app .z-5 {
  z-index: 5;
}
#app .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
#app .my-40 {
  margin-bottom: 10rem;
  margin-top: 10rem;
}
#app .mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
#app .mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}
#app .mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
#app .mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
#app .my-24 {
  margin-bottom: 6rem;
  margin-top: 6rem;
}
#app .ml-\[-6rem\] {
  margin-left: -6rem;
}
#app .mb-3\.5 {
  margin-bottom: 0.875rem;
}
#app .mb-3 {
  margin-bottom: 0.75rem;
}
#app .mr-28 {
  margin-right: 7rem;
}
#app .mb-6 {
  margin-bottom: 1.5rem;
}
#app .mb-8 {
  margin-bottom: 2rem;
}
#app .mb-24 {
  margin-bottom: 6rem;
}
#app .mb-1 {
  margin-bottom: 0.25rem;
}
#app .mb-2 {
  margin-bottom: 0.5rem;
}
#app .mb-5 {
  margin-bottom: 1.25rem;
}
#app .mb-12 {
  margin-bottom: 3rem;
}
#app .-mr-1 {
  margin-right: -0.25rem;
}
#app .-ml-1 {
  margin-left: -0.25rem;
}
#app .mt-10 {
  margin-top: 2.5rem;
}
#app .mb-10 {
  margin-bottom: 2.5rem;
}
#app .ml-auto {
  margin-left: auto;
}
#app .mb-7 {
  margin-bottom: 1.75rem;
}
#app .mr-2\.5 {
  margin-right: 0.625rem;
}
#app .mr-2 {
  margin-right: 0.5rem;
}
#app .mt-24 {
  margin-top: 6rem;
}
#app .ml-5 {
  margin-left: 1.25rem;
}
#app .mr-3 {
  margin-right: 0.75rem;
}
#app .mr-1 {
  margin-right: 0.25rem;
}
#app .ml-8 {
  margin-left: 2rem;
}
#app .mt-\[15px\] {
  margin-top: 15px;
}
#app .mt-3 {
  margin-top: 0.75rem;
}
#app .ml-2 {
  margin-left: 0.5rem;
}
#app .mt-1 {
  margin-top: 0.25rem;
}
#app .-mb-20 {
  margin-bottom: -5rem;
}
#app .block {
  display: block;
}
#app .flex {
  display: flex;
}
#app .inline-flex {
  display: inline-flex;
}
#app .grid {
  display: grid;
}
#app .hidden {
  display: none;
}
#app .h-\[3\.5rem\] {
  height: 3.5rem;
}
#app .h-\[3rem\] {
  height: 3rem;
}
#app .h-3 {
  height: 0.75rem;
}
#app .h-full {
  height: 100%;
}
#app .h-\[calc\(100vh-7\.25rem\)\] {
  height: calc(100vh - 7.25rem);
}
#app .h-16 {
  height: 4rem;
}
#app .h-screen {
  height: 100vh;
}
#app .h-\[44rem\] {
  height: 44rem;
}
#app .h-\[4rem\] {
  height: 4rem;
}
#app .h-\[min\(50rem\2c 100vh\)\] {
  height: min(50rem, 100vh);
}
#app .h-\[min\(40rem\2c calc\(100vh-4rem\)\)\] {
  height: min(40rem, calc(100vh - 4rem));
}
#app .h-\[max\(16rem\2c calc\(40vh-4rem\)\)\] {
  height: max(16rem, calc(40vh - 4rem));
}
#app .h-\[min\(50rem\2c calc\(100vh-4rem\)\)\] {
  height: min(50rem, calc(100vh - 4rem));
}
#app .h-auto {
  height: auto;
}
#app .h-14 {
  height: 3.5rem;
}
#app .h-0 {
  height: 0;
}
#app .h-20 {
  height: 5rem;
}
#app .h-\[14rem\] {
  height: 14rem;
}
#app .h-px {
  height: 1px;
}
#app .h-\[7px\] {
  height: 7px;
}
#app .h-\[5px\] {
  height: 5px;
}
#app .h-\[calc\(100vh-4rem\)\] {
  height: calc(100vh - 4rem);
}
#app .h-\[calc\(100\%\+8px\)\] {
  height: calc(100% + 8px);
}
#app .h-\[72px\] {
  height: 72px;
}
#app .h-\[calc\(100\%\+100px\)\] {
  height: calc(100% + 100px);
}
#app .max-h-\[calc\(100vh-5rem\)\] {
  max-height: calc(100vh - 5rem);
}
#app .max-h-\[calc\(100vh-4rem\)\] {
  max-height: calc(100vh - 4rem);
}
#app .max-h-full {
  max-height: 100%;
}
#app .max-h-\[2rem\] {
  max-height: 2rem;
}
#app .min-h-\[20rem\] {
  min-height: 20rem;
}
#app .min-h-\[30rem\] {
  min-height: 30rem;
}
#app .min-h-\[25rem\] {
  min-height: 25rem;
}
#app .min-h-\[35rem\] {
  min-height: 35rem;
}
#app .min-h-\[40rem\] {
  min-height: 40rem;
}
#app .w-\[10rem\] {
  width: 10rem;
}
#app .w-\[2rem\] {
  width: 2rem;
}
#app .w-3 {
  width: 0.75rem;
}
#app .w-full {
  width: 100%;
}
#app .w-px {
  width: 1px;
}
#app .w-\[9\.375rem\] {
  width: 9.375rem;
}
#app .w-14 {
  width: 3.5rem;
}
#app .w-48 {
  width: 12rem;
}
#app .w-0 {
  width: 0;
}
#app .w-20 {
  width: 5rem;
}
#app .w-auto {
  width: auto;
}
#app .w-\[7px\] {
  width: 7px;
}
#app .w-40 {
  width: 10rem;
}
#app .w-\[calc\(100vw-100px\)\] {
  width: calc(100vw - 100px);
}
#app .w-\[105px\] {
  width: 105px;
}
#app .w-1\/3 {
  width: 33.333333%;
}
#app .max-w-\[17rem\] {
  max-width: 17rem;
}
#app .max-w-\[22rem\] {
  max-width: 22rem;
}
#app .max-w-5xl {
  max-width: 64rem;
}
#app .max-w-\[56rem\] {
  max-width: 56rem;
}
#app .max-w-\[16rem\] {
  max-width: 16rem;
}
#app .max-w-xs {
  max-width: 20rem;
}
#app .max-w-3xl {
  max-width: 48rem;
}
#app .max-w-\[39rem\] {
  max-width: 39rem;
}
#app .max-w-\[30rem\] {
  max-width: 30rem;
}
#app .max-w-full {
  max-width: 100%;
}
#app .max-w-\[10rem\] {
  max-width: 10rem;
}
#app .max-w-\[60vw\] {
  max-width: 60vw;
}
#app .max-w-2xl {
  max-width: 42rem;
}
#app .max-w-\[35rem\] {
  max-width: 35rem;
}
#app .max-w-\[80rem\] {
  max-width: 80rem;
}
#app .max-w-lg {
  max-width: 32rem;
}
#app .max-w-\[20rem\] {
  max-width: 20rem;
}
#app .flex-1 {
  flex: 1 1 0%;
}
#app .flex-\[1_0_50\%\] {
  flex: 1 0 50%;
}
#app .flex-shrink-0 {
  flex-shrink: 0;
}
#app .flex-grow {
  flex-grow: 1;
}
#app .translate-x-full {
  --tw-translate-x: 100%;
  transform: var(--tw-transform);
}
#app .-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
}
#app .translate-x-0 {
  --tw-translate-x: 0px;
  transform: var(--tw-transform);
}
#app .rotate-90 {
  --tw-rotate: 90deg;
  transform: var(--tw-transform);
}
#app .-rotate-90 {
  --tw-rotate: -90deg;
}
#app .-rotate-90,
#app .transform {
  transform: var(--tw-transform);
}
#app .cursor-default {
  cursor: default;
}
#app .select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#app .resize {
  resize: both;
}
#app .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#app .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#app .grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
#app .flex-row {
  flex-direction: row;
}
#app .flex-col {
  flex-direction: column;
}
#app .flex-col-reverse {
  flex-direction: column-reverse;
}
#app .items-start {
  align-items: flex-start;
}
#app .items-end {
  align-items: flex-end;
}
#app .items-center {
  align-items: center;
}
#app .items-stretch {
  align-items: stretch;
}
#app .justify-start {
  justify-content: flex-start;
}
#app .justify-center {
  justify-content: center;
}
#app .gap-5 {
  gap: 1.25rem;
}
#app .gap-x-10 {
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}
#app .overflow-hidden {
  overflow: hidden;
}
#app .overflow-y-auto {
  overflow-y: auto;
}
#app .overflow-x-hidden {
  overflow-x: hidden;
}
#app .rounded-full {
  border-radius: 9999px;
}
#app .rounded-md {
  border-radius: 0.375rem;
}
#app .rounded-l-md {
  border-bottom-left-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
#app .border {
  border-width: 1px;
}
#app .border-\[3px\] {
  border-width: 3px;
}
#app .border-0 {
  border-width: 0;
}
#app .border-r {
  border-right-width: 1px;
}
#app .border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
#app .border-blue-dark {
  --tw-border-opacity: 1;
  border-color: rgb(33 46 62 / var(--tw-border-opacity));
}
#app .border-\[\#ba6e3b\] {
  --tw-border-opacity: 1;
  border-color: rgb(186 110 59 / var(--tw-border-opacity));
}
#app .border-\[\#37a5a3\] {
  --tw-border-opacity: 1;
  border-color: rgb(55 165 163 / var(--tw-border-opacity));
}
#app .border-\[\#87afd9\] {
  --tw-border-opacity: 1;
  border-color: rgb(135 175 217 / var(--tw-border-opacity));
}
#app .border-\[\#0180c9\] {
  --tw-border-opacity: 1;
  border-color: rgb(1 128 201 / var(--tw-border-opacity));
}
#app .border-\[\#7c6148\] {
  --tw-border-opacity: 1;
  border-color: rgb(124 97 72 / var(--tw-border-opacity));
}
#app .border-\[\#87CCA4\] {
  --tw-border-opacity: 1;
  border-color: rgb(135 204 164 / var(--tw-border-opacity));
}
#app .border-\[\#71bebe\] {
  --tw-border-opacity: 1;
  border-color: rgb(113 190 190 / var(--tw-border-opacity));
}
#app .border-mint {
  --tw-border-opacity: 1;
  border-color: rgb(150 202 167 / var(--tw-border-opacity));
}
#app .border-\[\#6F6F6F\] {
  --tw-border-opacity: 1;
  border-color: rgb(111 111 111 / var(--tw-border-opacity));
}
#app .border-\[\#97A268\] {
  --tw-border-opacity: 1;
  border-color: rgb(151 162 104 / var(--tw-border-opacity));
}
#app .border-base-25 {
  --tw-border-opacity: 1;
  border-color: rgb(188 199 211 / var(--tw-border-opacity));
}
#app .border-peach {
  --tw-border-opacity: 1;
  border-color: rgb(245 126 107 / var(--tw-border-opacity));
}
#app .bg-base\/75 {
  background-color: rgba(91, 109, 129, 0.75);
}
#app .bg-\[gray\]\/20 {
  background-color: hsla(0, 0%, 50%, 0.2);
}
#app .bg-base-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
}
#app .bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(53 128 195 / var(--tw-bg-opacity));
}
#app .bg-blue-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(33 46 62 / var(--tw-bg-opacity));
}
#app .bg-base {
  --tw-bg-opacity: 1;
  background-color: rgb(91 109 129 / var(--tw-bg-opacity));
}
#app .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#app .bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(13 23 35 / var(--tw-bg-opacity));
}
#app .bg-mint {
  --tw-bg-opacity: 1;
  background-color: rgb(150 202 167 / var(--tw-bg-opacity));
}
#app .bg-peach {
  --tw-bg-opacity: 1;
  background-color: rgb(245 126 107 / var(--tw-bg-opacity));
}
#app .bg-\[\#eab577\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 181 119 / var(--tw-bg-opacity));
}
#app .bg-\[\#e9b97f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 185 127 / var(--tw-bg-opacity));
}
#app .bg-\[\#3c3c3c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(60 60 60 / var(--tw-bg-opacity));
}
#app .bg-\[\#1a5790\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 87 144 / var(--tw-bg-opacity));
}
#app .bg-\[\#243448\] {
  --tw-bg-opacity: 1;
  background-color: rgb(36 52 72 / var(--tw-bg-opacity));
}
#app .bg-\[\#4d3b2f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(77 59 47 / var(--tw-bg-opacity));
}
#app .bg-\[\#ba6e3b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(186 110 59 / var(--tw-bg-opacity));
}
#app .bg-\[\#37a5a3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(55 165 163 / var(--tw-bg-opacity));
}
#app .bg-\[\#87afd9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(135 175 217 / var(--tw-bg-opacity));
}
#app .bg-\[\#0180c9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 128 201 / var(--tw-bg-opacity));
}
#app .bg-\[\#7c6148\] {
  --tw-bg-opacity: 1;
  background-color: rgb(124 97 72 / var(--tw-bg-opacity));
}
#app .bg-\[\#87CCA4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(135 204 164 / var(--tw-bg-opacity));
}
#app .bg-\[\#2c557e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 85 126 / var(--tw-bg-opacity));
}
#app .bg-\[\#0f478e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 71 142 / var(--tw-bg-opacity));
}
#app .bg-\[\#71bebe\] {
  --tw-bg-opacity: 1;
  background-color: rgb(113 190 190 / var(--tw-bg-opacity));
}
#app .bg-\[\#6F6F6F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(111 111 111 / var(--tw-bg-opacity));
}
#app .bg-\[\#97A268\] {
  --tw-bg-opacity: 1;
  background-color: rgb(151 162 104 / var(--tw-bg-opacity));
}
#app .bg-base-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(188 199 211 / var(--tw-bg-opacity));
}
#app .bg-\[\#1e2e3f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 46 63 / var(--tw-bg-opacity));
}
#app .bg-\[\#1b1f22\] {
  --tw-bg-opacity: 1;
  background-color: rgb(27 31 34 / var(--tw-bg-opacity));
}
#app .bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
#app .fill-white {
  fill: #fff;
}
#app .object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
#app .object-scale-down {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
#app .object-\[75\%_50\%\] {
  -o-object-position: 75% 50%;
  object-position: 75% 50%;
}
#app .object-left {
  -o-object-position: left;
  object-position: left;
}
#app .p-5 {
  padding: 1.25rem;
}
#app .p-10 {
  padding: 2.5rem;
}
#app .px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
#app .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#app .py-2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
#app .py-10 {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
#app .px-0 {
  padding-left: 0;
  padding-right: 0;
}
#app .px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
#app .px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
#app .py-3 {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}
#app .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
#app .px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
#app .py-40 {
  padding-bottom: 10rem;
  padding-top: 10rem;
}
#app .pb-16 {
  padding-bottom: 4rem;
}
#app .pl-10 {
  padding-left: 2.5rem;
}
#app .pt-10 {
  padding-top: 2.5rem;
}
#app .pr-10 {
  padding-right: 2.5rem;
}
#app .pt-12 {
  padding-top: 3rem;
}
#app .pb-5 {
  padding-bottom: 1.25rem;
}
#app .text-left {
  text-align: left;
}
#app .text-center {
  text-align: center;
}
#app .font-sans {
  font-family: Core Sans, sans-serif;
}
#app .text-\[14px\] {
  font-size: 14px;
}
#app .text-24 {
  font-size: 24px;
  line-height: 28px;
}
#app .text-16 {
  font-size: 16px;
  line-height: 20px;
}
#app .text-12 {
  font-size: 12px;
  line-height: 13px;
}
#app .text-30 {
  font-size: 20px;
  line-height: 36px;
}
#app .text-\[12px\] {
  font-size: 12px;
}
#app .text-14 {
  font-size: 14px;
  line-height: 14px;
}
#app .text-44 {
  font-size: 44px;
  line-height: 48px;
}
#app .text-18 {
  font-size: 18px;
  line-height: 24px;
}
#app .text-\[22px\] {
  font-size: 22px;
}
#app .text-\[28px\] {
  font-size: 28px;
}
#app .text-18-sm {
  font-size: 18px;
  line-height: 20px;
}
#app .font-extrabold {
  font-weight: 800;
}
#app .font-medium {
  font-weight: 500;
}
#app .font-bold {
  font-weight: 700;
}
#app .leading-none {
  line-height: 1;
}
#app .leading-tight {
  line-height: 1.25;
}
#app .text-base-50 {
  --tw-text-opacity: 1;
  color: rgb(154 168 182 / var(--tw-text-opacity));
}
#app .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#app .text-blue-dark {
  --tw-text-opacity: 1;
  color: rgb(33 46 62 / var(--tw-text-opacity));
}
#app .text-\[\#ba6e3b\] {
  --tw-text-opacity: 1;
  color: rgb(186 110 59 / var(--tw-text-opacity));
}
#app .text-\[\#37a5a3\] {
  --tw-text-opacity: 1;
  color: rgb(55 165 163 / var(--tw-text-opacity));
}
#app .text-\[\#87afd9\] {
  --tw-text-opacity: 1;
  color: rgb(135 175 217 / var(--tw-text-opacity));
}
#app .text-\[\#0180c9\] {
  --tw-text-opacity: 1;
  color: rgb(1 128 201 / var(--tw-text-opacity));
}
#app .text-\[\#7c6148\] {
  --tw-text-opacity: 1;
  color: rgb(124 97 72 / var(--tw-text-opacity));
}
#app .text-\[\#87CCA4\] {
  --tw-text-opacity: 1;
  color: rgb(135 204 164 / var(--tw-text-opacity));
}
#app .text-\[\#71bebe\] {
  --tw-text-opacity: 1;
  color: rgb(113 190 190 / var(--tw-text-opacity));
}
#app .text-\[\#6F6F6F\] {
  --tw-text-opacity: 1;
  color: rgb(111 111 111 / var(--tw-text-opacity));
}
#app .text-\[\#97A268\] {
  --tw-text-opacity: 1;
  color: rgb(151 162 104 / var(--tw-text-opacity));
}
#app .text-base-25 {
  --tw-text-opacity: 1;
  color: rgb(188 199 211 / var(--tw-text-opacity));
}
#app .text-mint {
  --tw-text-opacity: 1;
  color: rgb(150 202 167 / var(--tw-text-opacity));
}
#app .text-black {
  --tw-text-opacity: 1;
  color: rgb(13 23 35 / var(--tw-text-opacity));
}
#app .text-peach {
  --tw-text-opacity: 1;
  color: rgb(245 126 107 / var(--tw-text-opacity));
}
#app .opacity-0 {
  opacity: 0;
}
#app .opacity-100 {
  opacity: 1;
}
#app .opacity-60 {
  opacity: 0.6;
}
#app .opacity-40 {
  opacity: 0.4;
}
#app .opacity-\[0\.001\] {
  opacity: 0.001;
}
#app .opacity-50 {
  opacity: 0.5;
}
#app .opacity-30 {
  opacity: 0.3;
}
#app .shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#app .blur {
  --tw-blur: blur(8px);
  filter: var(--tw-filter);
}
#app .invert {
  --tw-invert: invert(100%);
}
#app .filter,
#app .invert {
  filter: var(--tw-filter);
}
#app .transition {
  transition-duration: 0.15s;
  transition-property: color, background-color, border-color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#app .transition-transform {
  transition-duration: 0.15s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#app .transition-\[margin\] {
  transition-duration: 0.15s;
  transition-property: margin;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#app .transition-\[left\2c width\] {
  transition-duration: 0.15s;
  transition-property: left, width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#app .transition-colors {
  transition-duration: 0.15s;
  transition-property: color, background-color, border-color, fill, stroke,
    -webkit-text-decoration-color;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#app .transition-opacity {
  transition-duration: 0.15s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#app .duration-1000 {
  transition-duration: 1s;
}
#app .duration-500 {
  transition-duration: 0.5s;
}
#app .duration-\[1s\] {
  transition-duration: 1s;
}
#app .duration-300 {
  transition-duration: 0.3s;
}
#app .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
#app .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#app .ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#app {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: CoreSansC, Helvetica, Arial, "sans-serif";
  line-height: 1.5;
}
html {
  font-size: 16px !important;
}
body {
  margin: 0;
  padding: 0;
}
#app [x-cloak] {
  display: none;
}
#app img.lazyload,
#app img.lazyloading {
  filter: blur(3px);
}
#app img.lazyloaded {
  filter: blur(0);
}
#app .__no-scrollbar {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
}
#app .__no-scrollbar::-webkit-scrollbar {
  height: 0 !important;
  width: 0 !important;
}
#app .__scrollbar {
  scrollbar-color: #5b6d81 #212e3e;
  scrollbar-width: thin;
}
#app .__scrollbar::-webkit-scrollbar {
  border-radius: 2px;
  height: 4px;
  width: 4px;
}
#app .__scrollbar::-webkit-scrollbar-thumb {
  background: #5b6d81;
  border-radius: 2px;
}
#app .__scrollbar::-webkit-scrollbar-thumb:hover {
  background: #212e3e;
}
#app .__scrollbar::-webkit-scrollbar-track {
  background: #212e3e;
  border-radius: 2px;
  box-shadow: inset 0 0 0 0 #f0f0f0;
}
#app .hover\:ml-\[-6\.5rem\]:hover {
  margin-left: -6.5rem;
}
@media (min-width: 768px) {
  #app .sm\:left-20 {
    left: 5rem;
  }
  #app .sm\:top-0 {
    top: 0;
  }
  #app .sm\:left-0 {
    left: 0;
  }
  #app .sm\:top-20 {
    top: 5rem;
  }
  #app .sm\:left-5 {
    left: 1.25rem;
  }
  #app .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  #app .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  #app .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  #app .sm\:mb-20 {
    margin-bottom: 5rem;
  }
  #app .sm\:mt-24 {
    margin-top: 6rem;
  }
  #app .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }
  #app .sm\:mb-0 {
    margin-bottom: 0;
  }
  #app .sm\:mr-10 {
    margin-right: 2.5rem;
  }
  #app .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }
  #app .sm\:block {
    display: block;
  }
  #app .sm\:flex {
    display: flex;
  }
  #app .sm\:inline-flex {
    display: inline-flex;
  }
  #app .sm\:grid {
    display: grid;
  }
  #app .sm\:hidden {
    display: none;
  }
  #app .sm\:h-\[calc\(100vh-9\.375rem\)\] {
    height: calc(100vh - 9.375rem);
  }
  #app .sm\:h-32 {
    height: 8rem;
  }
  #app .sm\:h-\[min\(40rem\2c calc\(100vh-4rem\)\)\] {
    height: min(40rem, calc(100vh - 4rem));
  }
  #app .sm\:h-auto {
    height: auto;
  }
  #app .sm\:h-\[143px\] {
    height: 143px;
  }
  #app .sm\:min-h-\[40rem\] {
    min-height: 40rem;
  }
  #app .sm\:w-1\/2 {
    width: 50%;
  }
  #app .sm\:w-1\/3 {
    width: 33.333333%;
  }
  #app .sm\:w-\[210px\] {
    width: 210px;
  }
  #app .sm\:max-w-2xl {
    max-width: 42rem;
  }
  #app .sm\:max-w-xl {
    max-width: 36rem;
  }
  #app .sm\:max-w-\[30rem\] {
    max-width: 30rem;
  }
  #app .sm\:max-w-full {
    max-width: 100%;
  }
  #app .sm\:max-w-\[24rem\] {
    max-width: 24rem;
  }
  #app .sm\:max-w-none {
    max-width: none;
  }
  #app .sm\:max-w-\[26rem\] {
    max-width: 26rem;
  }
  #app .sm\:max-w-\[20rem\] {
    max-width: 20rem;
  }
  #app .sm\:max-w-\[50rem\] {
    max-width: 50rem;
  }
  #app .sm\:max-w-\[35rem\] {
    max-width: 35rem;
  }
  #app .sm\:max-w-\[48rem\] {
    max-width: 48rem;
  }
  #app .sm\:max-w-\[25rem\] {
    max-width: 25rem;
  }
  #app .sm\:flex-1 {
    flex: 1 1 0%;
  }
  #app .sm\:flex-none {
    flex: none;
  }
  #app .sm\:translate-y-5 {
    --tw-translate-y: 1.25rem;
    transform: var(--tw-transform);
  }
  #app .sm\:cursor-pointer {
    cursor: pointer;
  }
  #app .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #app .sm\:grid-rows-none {
    grid-template-rows: none;
  }
  #app .sm\:flex-row {
    flex-direction: row;
  }
  #app .sm\:justify-start {
    justify-content: flex-start;
  }
  #app .sm\:gap-10 {
    gap: 2.5rem;
  }
  #app .sm\:bg-transparent {
    background-color: transparent;
  }
  #app .sm\:p-10 {
    padding: 2.5rem;
  }
  #app .sm\:p-16 {
    padding: 4rem;
  }
  #app .sm\:py-10 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
  #app .sm\:py-20 {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  #app .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  #app .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  #app .sm\:pb-0 {
    padding-bottom: 0;
  }
  #app .sm\:pt-20 {
    padding-top: 5rem;
  }
  #app .sm\:pl-16 {
    padding-left: 4rem;
  }
  #app .sm\:pr-16 {
    padding-right: 4rem;
  }
  #app .sm\:pl-10 {
    padding-left: 2.5rem;
  }
  #app .sm\:text-left {
    text-align: left;
  }
  #app .sm\:text-30 {
    font-size: 30px;
    line-height: 36px;
  }
  #app .sm\:text-44 {
    font-size: 44px;
    line-height: 48px;
  }
  #app .sm\:text-18 {
    font-size: 18px;
    line-height: 24px;
  }
  #app .sm\:text-16 {
    font-size: 16px;
    line-height: 20px;
  }
  #app .sm\:text-22 {
    font-size: 22px;
    line-height: 26px;
  }
  #app .sm\:opacity-60 {
    opacity: 0.6;
  }
  #app .sm\:transition-opacity {
    transition-duration: 0.15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  #app .sm\:transition-transform {
    transition-duration: 0.15s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  #app .sm\:transition-\[left\2c width\] {
    transition-duration: 0.15s;
    transition-property: left, width;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  #app .sm\:transition-colors {
    transition-duration: 0.15s;
    transition-property: color, background-color, border-color, fill, stroke,
      -webkit-text-decoration-color;
    transition-property: color, background-color, border-color,
      text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color,
      text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  #app .sm\:duration-300 {
    transition-duration: 0.3s;
  }
  #app .sm\:duration-1000 {
    transition-duration: 1s;
  }
  #app .sm\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  #app .sm\:hover\:opacity-100:hover {
    opacity: 1;
  }
  #app .group:hover .sm\:group-hover\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: var(--tw-transform);
  }
}
@media (min-width: 1024px) {
  #app .md\:inset-\[100px\] {
    bottom: 100px;
    left: 100px;
    right: 100px;
    top: 100px;
  }
  #app .md\:left-32 {
    left: 8rem;
  }
  #app .md\:left-\[50px\] {
    left: 50px;
  }
  #app .md\:ml-0 {
    margin-left: 0;
  }
  #app .md\:block {
    display: block;
  }
  #app .md\:flex {
    display: flex;
  }
  #app .md\:hidden {
    display: none;
  }
  #app .md\:h-\[min\(50rem\2c calc\(100vh-4rem\)\)\] {
    height: min(50rem, calc(100vh - 4rem));
  }
  #app .md\:max-h-\[31rem\] {
    max-height: 31rem;
  }
  #app .md\:max-w-md {
    max-width: 28rem;
  }
  #app .md\:p-32 {
    padding: 8rem;
  }
  #app .md\:p-20 {
    padding: 5rem;
  }
  #app .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  #app .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  #app .md\:pl-16 {
    padding-left: 4rem;
  }
  #app .md\:pr-16 {
    padding-right: 4rem;
  }
  #app .md\:pl-28 {
    padding-left: 7rem;
  }
  #app .md\:pt-10 {
    padding-top: 2.5rem;
  }
  #app .md\:pr-0 {
    padding-right: 0;
  }
  #app .md\:text-54 {
    font-size: 54px;
    line-height: 60px;
  }
  #app .md\:text-18 {
    font-size: 18px;
    line-height: 24px;
  }
  #app .md\:duration-\[2s\] {
    transition-duration: 2s;
  }
  #app .md\:duration-1000 {
    transition-duration: 1s;
  }
}
@media (min-width: 1440px) {
  #app .lg\:left-\[175px\] {
    left: 175px;
  }
  #app .lg\:mr-40 {
    margin-right: 10rem;
  }
  #app .lg\:ml-auto {
    margin-left: auto;
  }
  #app .lg\:ml-10 {
    margin-left: 2.5rem;
  }
  #app .lg\:ml-12 {
    margin-left: 3rem;
  }
  #app .lg\:block {
    display: block;
  }
  #app .lg\:w-1\/2 {
    width: 50%;
  }
  #app .lg\:max-w-\[22rem\] {
    max-width: 22rem;
  }
  #app .lg\:max-w-2xl {
    max-width: 42rem;
  }
  #app .lg\:max-w-4xl {
    max-width: 56rem;
  }
  #app .lg\:max-w-\[46rem\] {
    max-width: 46rem;
  }
  #app .lg\:max-w-\[50rem\] {
    max-width: 50rem;
  }
  #app .lg\:object-right {
    -o-object-position: right;
    object-position: right;
  }
  #app .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  #app .lg\:pl-40 {
    padding-left: 10rem;
  }
  #app .lg\:pr-24 {
    padding-right: 6rem;
  }
  #app .lg\:text-44 {
    font-size: 44px;
    line-height: 48px;
  }
  #app .lg\:text-18 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-height: 699px) {
  #app .shallow\:inset-\[50px\] {
    bottom: 50px;
    left: 50px;
    right: 50px;
    top: 50px;
  }
  #app .shallow\:mb-5 {
    margin-bottom: 1.25rem;
  }
  #app .shallow\:block {
    display: block;
  }
  #app .shallow\:hidden {
    display: none;
  }
  #app .shallow\:h-16 {
    height: 4rem;
  }
  #app .shallow\:py-10 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
  #app .shallow\:text-16-sm {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-height: 699px) and (min-width: 768px) {
  #app .shallow-sm\:overflow-y-auto {
    overflow-y: auto;
  }
  #app .shallow-sm\:overflow-x-hidden {
    overflow-x: hidden;
  }
}
@media (min-height: 900px) and (min-width: 1440px) {
  #app .tall-lg\:inset-\[150px\] {
    bottom: 150px;
    left: 150px;
    right: 150px;
    top: 150px;
  }
}
