.__nuxt-error-page{padding:1rem;background:#f7f8fb;color:#47494e;text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column;font-family:sans-serif;font-weight:100!important;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;position:absolute;top:0;left:0;right:0;bottom:0}.__nuxt-error-page .error{max-width:450px}.__nuxt-error-page .title{font-size:1.5rem;margin-top:15px;color:#47494e;margin-bottom:8px}.__nuxt-error-page .description{color:#7f828b;line-height:21px;margin-bottom:10px}.__nuxt-error-page a{color:#7f828b!important;text-decoration:none}.__nuxt-error-page .logo{position:fixed;left:12px;bottom:12px}
.nuxt-progress{position:fixed;top:0;left:0;right:0;height:2px;width:0;opacity:1;transition:width .1s,opacity .4s;background-color:#000;z-index:999999}.nuxt-progress.nuxt-progress-notransition{transition:none}.nuxt-progress-failed{background-color:red}
/*! tailwindcss v3.0.24 | 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: sans-serif; /* 4 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}body{font-family:Poppins, sans-serif;}h1{position:relative;margin-bottom:2rem;border-bottom-width:2px;--tw-border-opacity:1;border-color:rgb(156 163 175 / var(--tw-border-opacity));padding-bottom:0.5rem;font-size:1.875rem;line-height:2.25rem;text-transform:uppercase;}@media (min-width: 1024px){h1{margin-bottom:4rem;}}h2{position:relative;margin-bottom:1rem;display:inline-block;border-bottom-width:2px;--tw-border-opacity:1;border-color:rgb(156 163 175 / var(--tw-border-opacity));font-size:1.25rem;line-height:1.75rem;text-transform:uppercase;}h2.central{text-align:center;}h2.central:after{left:50%;--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));}h4{position:relative;margin-bottom:1rem;border-bottom-width:2px;--tw-border-opacity:1;border-color:rgb(156 163 175 / var(--tw-border-opacity));padding-bottom:0.5rem;}h1:after{position:absolute;left:0px;--tw-bg-opacity:1;background-color:rgb(251 191 36 / var(--tw-bg-opacity));--tw-content:"";content:var(--tw-content);height:2px;width:50px;bottom:-2px;}h2:after{position:absolute;left:0px;--tw-bg-opacity:1;background-color:rgb(251 191 36 / var(--tw-bg-opacity));}h2:after,h4:after{height:2px;width:50px;bottom:-2px;content:""}h4:after{position:absolute;left:0px;--tw-bg-opacity:1;background-color:rgb(251 191 36 / var(--tw-bg-opacity));}a{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}a:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):hover{--tw-text-opacity:1;color:rgb(251 191 36 / var(--tw-text-opacity));}p a{-webkit-text-decoration-line:underline;text-decoration-line:underline;}input, select, textarea{padding:0.5rem;font-family:Poppins, sans-serif;font-size:0.875rem;line-height:1.25rem;line-height:16.8px;letter-spacing:0em;}::-moz-placeholder{--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity));}:-ms-input-placeholder{--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity));}::placeholder{--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity));}*, ::before, ::after{--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-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;}}.aspect-w-16{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:16;}.aspect-w-16 > *{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0;}.aspect-h-9{--tw-aspect-h:9;}.pointer-events-none{pointer-events:none;}.pointer-events-auto{pointer-events:auto;}.fixed{position:fixed;}.absolute{position:absolute;}.relative{position:relative;}.sticky{position:-webkit-sticky;position:sticky;}.inset-0{top:0px;right:0px;bottom:0px;left:0px;}.top-4{top:1rem;}.right-4{right:1rem;}.top-2{top:0.5rem;}.right-2{right:0.5rem;}.left-2{left:0.5rem;}.bottom-4{bottom:1rem;}.bottom-0{bottom:0px;}.left-0{left:0px;}.right-0{right:0px;}.top-0{top:0px;}.z-10{z-index:10;}.z-max{z-index:9999;}.z-20{z-index:20;}.z-40{z-index:40;}.col-span-6{grid-column:span 6 / span 6;}.col-span-2{grid-column:span 2 / span 2;}.col-span-4{grid-column:span 4 / span 4;}.mx-auto{margin-left:auto;margin-right:auto;}.my-4{margin-top:1rem;margin-bottom:1rem;}.my-8{margin-top:2rem;margin-bottom:2rem;}.my-6{margin-top:1.5rem;margin-bottom:1.5rem;}.my-2{margin-top:0.5rem;margin-bottom:0.5rem;}.mx-2{margin-left:0.5rem;margin-right:0.5rem;}.mb-4{margin-bottom:1rem;}.mb-6{margin-bottom:1.5rem;}.mb-8{margin-bottom:2rem;}.mt-6{margin-top:1.5rem;}.mt-2{margin-top:0.5rem;}.mb-16{margin-bottom:4rem;}.mr-2{margin-right:0.5rem;}.mt-12{margin-top:3rem;}.mt-8{margin-top:2rem;}.mt-4{margin-top:1rem;}.mt-16{margin-top:4rem;}.mb-2{margin-bottom:0.5rem;}.mr-4{margin-right:1rem;}.ml-1{margin-left:0.25rem;}.mb-12{margin-bottom:3rem;}.ml-4{margin-left:1rem;}.mb-1{margin-bottom:0.25rem;}.mt-1{margin-top:0.25rem;}.ml-0\.5{margin-left:0.125rem;}.ml-0{margin-left:0px;}.ml-2{margin-left:0.5rem;}.mb-0{margin-bottom:0px;}.mt-10{margin-top:2.5rem;}.block{display:block;}.inline-block{display:inline-block;}.inline{display:inline;}.flex{display:flex;}.inline-flex{display:inline-flex;}.table{display:table;}.grid{display:grid;}.hidden{display:none;}.h-full{height:100%;}.h-12{height:3rem;}.h-4{height:1rem;}.h-0\.5{height:0.125rem;}.h-0{height:0px;}.h-16{height:4rem;}.h-8{height:2rem;}.max-h-250{max-height:250px;}.w-full{width:100%;}.w-12{width:3rem;}.w-4{width:1rem;}.w-16{width:4rem;}.w-1\/4{width:25%;}.w-6{width:1.5rem;}.w-8{width:2rem;}.max-w-2xl{max-width:42rem;}.max-w-3xl{max-width:48rem;}.max-w-5xl{max-width:64rem;}.flex-grow{flex-grow:1;}.border-collapse{border-collapse:collapse;}.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-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));}.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));}@-webkit-keyframes spin{to{transform:rotate(360deg);}}@keyframes spin{to{transform:rotate(360deg);}}.animate-spin{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;}.cursor-pointer{cursor:pointer;}.cursor-not-allowed{cursor:not-allowed;}.select-none{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.list-inside{list-style-position:inside;}.list-disc{list-style-type:disc;}.list-decimal{list-style-type:decimal;}.list-lower-alpha{list-style-type:lower-alpha;}.grid-cols-6{grid-template-columns:repeat(6, minmax(0, 1fr));}.grid-cols-7{grid-template-columns:repeat(7, minmax(0, 1fr));}.flex-col{flex-direction:column;}.flex-col-reverse{flex-direction:column-reverse;}.flex-wrap{flex-wrap:wrap;}.items-center{align-items:center;}.justify-end{justify-content:flex-end;}.justify-center{justify-content:center;}.justify-between{justify-content:space-between;}.gap-4{gap:1rem;}.gap-2{gap:0.5rem;}.gap-8{gap:2rem;}.gap-12{gap:3rem;}.gap-6{gap:1.5rem;}.overflow-hidden{overflow:hidden;}.overflow-visible{overflow:visible;}.whitespace-nowrap{white-space:nowrap;}.rounded-half{border-radius:50%;}.rounded-lg{border-radius:0.5rem;}.rounded{border-radius:0.25rem;}.rounded-full{border-radius:9999px;}.border{border-width:1px;}.border-4{border-width:4px;}.border-0{border-width:0px;}.border-2{border-width:2px;}.border-b{border-bottom-width:1px;}.border-t{border-top-width:1px;}.border-t-4{border-top-width:4px;}.border-r{border-right-width:1px;}.border-black{--tw-border-opacity:1;border-color:rgb(0 0 0 / var(--tw-border-opacity));}.border-gold{--tw-border-opacity:1;border-color:rgb(251 191 36 / var(--tw-border-opacity));}.border-danger{--tw-border-opacity:1;border-color:rgb(255 0 0 / var(--tw-border-opacity));}.border-success{--tw-border-opacity:1;border-color:rgb(21 87 36 / var(--tw-border-opacity));}.border-grey-400{--tw-border-opacity:1;border-color:rgb(156 163 175 / var(--tw-border-opacity));}.border-grey-600{--tw-border-opacity:1;border-color:rgb(75 85 99 / var(--tw-border-opacity));}.border-grey-800{--tw-border-opacity:1;border-color:rgb(31 41 55 / var(--tw-border-opacity));}.border-grey-200{--tw-border-opacity:1;border-color:rgb(229 231 235 / var(--tw-border-opacity));}.border-b-gold{--tw-border-opacity:1;border-bottom-color:rgb(251 191 36 / var(--tw-border-opacity));}.bg-grey-200{--tw-bg-opacity:1;background-color:rgb(229 231 235 / var(--tw-bg-opacity));}.bg-gold{--tw-bg-opacity:1;background-color:rgb(251 191 36 / var(--tw-bg-opacity));}.bg-blackish{--tw-bg-opacity:1;background-color:rgb(34 34 34 / var(--tw-bg-opacity));}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));}.bg-danger{--tw-bg-opacity:1;background-color:rgb(255 0 0 / var(--tw-bg-opacity));}.bg-success-bg{--tw-bg-opacity:1;background-color:rgb(212 237 218 / var(--tw-bg-opacity));}.bg-info{--tw-bg-opacity:1;background-color:rgb(0 64 133 / var(--tw-bg-opacity));}.bg-grey-400{--tw-bg-opacity:1;background-color:rgb(156 163 175 / var(--tw-bg-opacity));}.bg-grey-900{--tw-bg-opacity:1;background-color:rgb(17 24 39 / var(--tw-bg-opacity));}.bg-opacity-50{--tw-bg-opacity:0.5;}.bg-opacity-70{--tw-bg-opacity:0.7;}.bg-cover{background-size:cover;}.bg-center{background-position:center;}.p-4{padding:1rem;}.p-8{padding:2rem;}.p-0{padding:0px;}.p-2{padding:0.5rem;}.p-6{padding:1.5rem;}.p-3{padding:0.75rem;}.p-px{padding:1px;}.py-8{padding-top:2rem;padding-bottom:2rem;}.px-4{padding-left:1rem;padding-right:1rem;}.py-2{padding-top:0.5rem;padding-bottom:0.5rem;}.py-4{padding-top:1rem;padding-bottom:1rem;}.py-12{padding-top:3rem;padding-bottom:3rem;}.px-6{padding-left:1.5rem;padding-right:1.5rem;}.px-8{padding-left:2rem;padding-right:2rem;}.py-1{padding-top:0.25rem;padding-bottom:0.25rem;}.py-3{padding-top:0.75rem;padding-bottom:0.75rem;}.pb-4{padding-bottom:1rem;}.pb-8{padding-bottom:2rem;}.pl-0{padding-left:0px;}.pr-0{padding-right:0px;}.pt-8{padding-top:2rem;}.pl-10{padding-left:2.5rem;}.pb-2{padding-bottom:0.5rem;}.pt-4{padding-top:1rem;}.pl-4{padding-left:1rem;}.pb-6{padding-bottom:1.5rem;}.pr-6{padding-right:1.5rem;}.pr-4{padding-right:1rem;}.pl-5{padding-left:1.25rem;}.pb-16{padding-bottom:4rem;}.pt-16{padding-top:4rem;}.text-left{text-align:left;}.text-center{text-align:center;}.text-right{text-align:right;}.align-top{vertical-align:top;}.align-middle{vertical-align:middle;}.font-serif{font-family:TimesNewRoman, Times, Times New Roman, serif;}.text-xs{font-size:0.75rem;line-height:1rem;}.text-lg{font-size:1.125rem;line-height:1.75rem;}.text-sm{font-size:0.875rem;line-height:1.25rem;}.text-4xl{font-size:2.25rem;line-height:2.5rem;}.text-2xl{font-size:1.5rem;line-height:2rem;}.text-5xl{font-size:3rem;line-height:1;}.text-6xl{font-size:3.75rem;line-height:1;}.text-xl{font-size:1.25rem;line-height:1.75rem;}.text-3xl{font-size:1.875rem;line-height:2.25rem;}.text-\[3\.6rem\]{font-size:3.6rem;}.font-bold{font-weight:700;}.font-semibold{font-weight:600;}.font-normal{font-weight:400;}.uppercase{text-transform:uppercase;}.italic{font-style:italic;}.text-danger{--tw-text-opacity:1;color:rgb(255 0 0 / var(--tw-text-opacity));}.text-black{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity));}.text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity));}.text-gold{--tw-text-opacity:1;color:rgb(251 191 36 / var(--tw-text-opacity));}.text-grey-600{--tw-text-opacity:1;color:rgb(75 85 99 / var(--tw-text-opacity));}.text-success{--tw-text-opacity:1;color:rgb(21 87 36 / var(--tw-text-opacity));}.text-grey-400{--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity));}.text-grey-700{--tw-text-opacity:1;color:rgb(55 65 81 / var(--tw-text-opacity));}.text-opacity-50{--tw-text-opacity:0.5;}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline;}.line-through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through;}.no-underline{-webkit-text-decoration-line:none;text-decoration-line:none;}.opacity-50{opacity:0.5;}.opacity-100{opacity:1;}.opacity-0{opacity:0;}.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-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.transition{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);transition-duration:150ms;}.transition-colors{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);transition-duration:150ms;}.transition-transform{transition-property:transform;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-300{transition-duration:300ms;}.border-b-gold{border-bottom-color:#fbbf24;}.v-modal{z-index:999}@media (min-width: 768px){.v-modal--wide .v-modal__content{max-width:72rem;}}.v-modal__backdrop{position:fixed !important;cursor:pointer;}.v-modal__holder{padding:0.5rem !important;}@media (min-width: 768px){.v-modal__holder{padding:0px !important;}.v-modal__content{max-width:768px;}}.first\:ml-0:first-child{margin-left:0px;}.first\:mt-0:first-child{margin-top:0px;}.first\:pt-0:first-child{padding-top:0px;}.last\:mb-0:last-child{margin-bottom:0px;}.last\:border-b-0:last-child{border-bottom-width:0px;}.last\:pb-0:last-child{padding-bottom:0px;}.hover\:border-gold:hover{--tw-border-opacity:1;border-color:rgb(251 191 36 / var(--tw-border-opacity));}.hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));}.hover\:bg-gold:hover{--tw-bg-opacity:1;background-color:rgb(251 191 36 / var(--tw-bg-opacity));}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity));}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity));}.hover\:text-gold:hover{--tw-text-opacity:1;color:rgb(251 191 36 / var(--tw-text-opacity));}.hover\:text-opacity-100:hover{--tw-text-opacity:1;}.hover\:underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline;}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px;}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed;}.disabled\:bg-gold:disabled{--tw-bg-opacity:1;background-color:rgb(251 191 36 / var(--tw-bg-opacity));}.disabled\:text-black:disabled{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity));}.disabled\:opacity-50:disabled{opacity:0.5;}.first-of-type\:mt-0:first-of-type{margin-top:0px;}@media (min-width: 768px){.md\:left-auto{left:auto;}.md\:right-8{right:2rem;}.md\:top-36{top:9rem;}.md\:bottom-auto{bottom:auto;}.md\:order-2{order:2;}.md\:order-1{order:1;}.md\:col-span-2{grid-column:span 2 / span 2;}.md\:col-span-1{grid-column:span 1 / span 1;}.md\:my-12{margin-top:3rem;margin-bottom:3rem;}.md\:mb-12{margin-bottom:3rem;}.md\:mt-12{margin-top:3rem;}.md\:flex{display:flex;}.md\:grid{display:grid;}.md\:w-auto{width:auto;}.md\:w-full{width:100%;}.md\:w-1\/4{width:25%;}.md\:w-96{width:24rem;}.md\:w-1\/2{width:50%;}.md\:max-w-lg{max-width:32rem;}.md\:max-w-2xl{max-width:42rem;}.md\:flex-\[0_0_75\%\]{flex:0 0 75%;}.md\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr));}.md\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr));}.md\:flex-row{flex-direction:row;}.md\:justify-end{justify-content:flex-end;}.md\:justify-between{justify-content:space-between;}.md\:gap-16{gap:4rem;}.md\:gap-12{gap:3rem;}.md\:border-l{border-left-width:1px;}.md\:border-black{--tw-border-opacity:1;border-color:rgb(0 0 0 / var(--tw-border-opacity));}}@media (min-width: 1024px){.lg\:pointer-events-none{pointer-events:none;}.lg\:absolute{position:absolute;}.lg\:relative{position:relative;}.lg\:-bottom-20{bottom:-5rem;}.lg\:top-6{top:1.5rem;}.lg\:left-0{left:0px;}.lg\:right-0{right:0px;}.lg\:bottom-0{bottom:0px;}.lg\:top-36{top:9rem;}.lg\:z-50{z-index:50;}.lg\:order-first{order:-9999;}.lg\:col-span-6{grid-column:span 6 / span 6;}.lg\:m-0{margin:0px;}.lg\:mb-16{margin-bottom:4rem;}.lg\:mb-4{margin-bottom:1rem;}.lg\:mb-0{margin-bottom:0px;}.lg\:mb-8{margin-bottom:2rem;}.lg\:ml-2{margin-left:0.5rem;}.lg\:block{display:block;}.lg\:flex{display:flex;}.lg\:grid{display:grid;}.lg\:hidden{display:none;}.lg\:w-7\/12{width:58.333333%;}.lg\:w-1\/4{width:25%;}.lg\:w-auto{width:auto;}.lg\:auto-cols-fr{grid-auto-columns:minmax(0, 1fr);}.lg\:grid-flow-col{grid-auto-flow:column;}.lg\:grid-cols-12{grid-template-columns:repeat(12, minmax(0, 1fr));}.lg\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr));}.lg\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr));}.lg\:grid-cols-5{grid-template-columns:repeat(5, minmax(0, 1fr));}.lg\:grid-cols-none{grid-template-columns:none;}.lg\:items-center{align-items:center;}.lg\:justify-between{justify-content:space-between;}.lg\:gap-8{gap:2rem;}.lg\:gap-16{gap:4rem;}.lg\:whitespace-nowrap{white-space:nowrap;}.lg\:border-b-0{border-bottom-width:0px;}.lg\:border-none{border-style:none;}.lg\:bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));}.lg\:bg-opacity-0{--tw-bg-opacity:0;}.lg\:px-0{padding-left:0px;padding-right:0px;}.lg\:px-16{padding-left:4rem;padding-right:4rem;}.lg\:py-36{padding-top:9rem;padding-bottom:9rem;}.lg\:py-8{padding-top:2rem;padding-bottom:2rem;}.lg\:pt-32{padding-top:8rem;}.lg\:pb-24{padding-bottom:6rem;}.lg\:pb-16{padding-bottom:4rem;}.lg\:pt-0{padding-top:0px;}.lg\:pb-0{padding-bottom:0px;}.lg\:pr-4{padding-right:1rem;}.lg\:text-center{text-align:center;}.lg\:text-5xl{font-size:3rem;line-height:1;}.lg\:text-sm{font-size:0.875rem;line-height:1.25rem;}.lg\:leading-snug{line-height:1.375;}.lg\:opacity-0{opacity:0;}.lg\:transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.lg\:hover\:text-gold:hover{--tw-text-opacity:1;color:rgb(251 191 36 / var(--tw-text-opacity));}}
