/*
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)
*/#ue-app *,
#ue-app ::before,
#ue-app ::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}/*
! tailwindcss v3.0.0 | MIT License | https://tailwindcss.com
*/#ue-app ::before,
#ue-app ::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.
*/#ue-app html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}/*
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.
*/#ue-app 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.
*/#ue-app hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/#ue-app abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/#ue-app h1,
#ue-app h2,
#ue-app h3,
#ue-app h4,
#ue-app h5,
#ue-app h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/#ue-app a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/#ue-app b,
#ue-app 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.
*/#ue-app code,
#ue-app kbd,
#ue-app samp,
#ue-app 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.
*/#ue-app small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/#ue-app sub,
#ue-app sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}#ue-app sub {
  bottom: -0.25em;
}#ue-app 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.
*/#ue-app 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.
*/#ue-app button,
#ue-app input,
#ue-app optgroup,
#ue-app select,
#ue-app 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.
*/#ue-app button,
#ue-app select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/#ue-app button,
#ue-app [type='button'],
#ue-app [type='reset'],
#ue-app [type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/#ue-app :-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)
*/#ue-app :-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/#ue-app progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/#ue-app ::-webkit-inner-spin-button,
#ue-app ::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/#ue-app [type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/#ue-app ::-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.
*/#ue-app ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/#ue-app summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/#ue-app blockquote,
#ue-app dl,
#ue-app dd,
#ue-app h1,
#ue-app h2,
#ue-app h3,
#ue-app h4,
#ue-app h5,
#ue-app h6,
#ue-app hr,
#ue-app figure,
#ue-app p,
#ue-app pre {
  margin: 0;
}#ue-app fieldset {
  margin: 0;
  padding: 0;
}#ue-app legend {
  padding: 0;
}#ue-app ol,
#ue-app ul,
#ue-app menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/#ue-app 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.
*/#ue-app input::-moz-placeholder, #ue-app textarea::-moz-placeholder {
  opacity: 1;  /* 1 */
  color: #9ca3af; /* 2 */
}#ue-app input:-ms-input-placeholder, #ue-app textarea:-ms-input-placeholder {
  opacity: 1;  /* 1 */
  color: #9ca3af; /* 2 */
}#ue-app input::placeholder,
#ue-app textarea::placeholder {
  opacity: 1;  /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/#ue-app button,
#ue-app [role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/#ue-app :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.
*/#ue-app img,
#ue-app svg,
#ue-app video,
#ue-app canvas,
#ue-app audio,
#ue-app iframe,
#ue-app embed,
#ue-app 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)
*/#ue-app img,
#ue-app video {
  max-width: 100%;
  height: auto;
}/*
Ensure the default browser behavior of the `hidden` attribute.
*/#ue-app [hidden] {
  display: none;
}#ue-app input, #ue-app textarea, #ue-app .divide-y > *, #ue-app .divide-x > *, #ue-app .border, #ue-app .border-0, #ue-app .border-2, #ue-app .border-b, #ue-app [type='range'], #ue-app [type='range']::-moz-range-thumb, #ue-app [type=range]::-webkit-slider-thumb {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}#ue-app .shadow-sm {
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}#ue-app .ring, #ue-app .focus\:ring-2 {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --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;
}#ue-app .filter {
  --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);
}#ue-app input, #ue-app textarea {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}#ue-app .fixed {
  z-index: 1000;
}#ue-app .gfield input, #ue-app .gfield textarea {
  border-width: 1px;
}#ue-app .gfield input, #ue-app .gfield textarea {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}#ue-app .gfield input, #ue-app .gfield textarea {
  padding: 0.5rem;
}#ue-app .gform_button {
  padding-top: 0.75rem;
}#ue-app .gform_button {
  padding-bottom: 0.75rem;
}#ue-app .gform_button {
  padding-left: 1.5rem;
}#ue-app .gform_button {
  padding-right: 1.5rem;
}@media (min-width: 461px) and (max-width: 768px) {#ue-app .full-mob {
    width: 500%;
  }
}@media (max-width: 460px) {#ue-app .full-mob {
    width: 700%;
  }
}@media (min-width: 461px) and (max-width: 768px) {#ue-app .full-mob .justify-center {
    display: none;
  }
}@media (max-width: 460px) {#ue-app .full-mob .justify-center {
    display: none;
  }
}#ue-app .fixed {
  position: fixed;
}#ue-app .absolute {
  position: absolute;
}#ue-app .relative {
  position: relative;
}#ue-app .inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}#ue-app .top-2 {
  top: 0.5rem;
}#ue-app .right-2 {
  right: 0.5rem;
}#ue-app .z-\[1000\] {
  z-index: 1000;
}#ue-app .col-span-6 {
  grid-column: span 6 / span 6;
}#ue-app .col-span-3 {
  grid-column: span 3 / span 3;
}#ue-app .col-span-5 {
  grid-column: span 5 / span 5;
}#ue-app .col-span-2 {
  grid-column: span 2 / span 2;
}#ue-app .mx-auto {
  margin-left: auto;
  margin-right: auto;
}#ue-app .mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}#ue-app .my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}#ue-app .\!my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}#ue-app .\!mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}#ue-app .my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}#ue-app .my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}#ue-app .mb-7 {
  margin-bottom: 1.75rem;
}#ue-app .mt-1 {
  margin-top: 0.25rem;
}#ue-app .mb-6 {
  margin-bottom: 1.5rem;
}#ue-app .mt-10 {
  margin-top: 2.5rem;
}#ue-app .mt-3 {
  margin-top: 0.75rem;
}#ue-app .mt-6 {
  margin-top: 1.5rem;
}#ue-app .mb-2 {
  margin-bottom: 0.5rem;
}#ue-app .mt-4 {
  margin-top: 1rem;
}#ue-app .mb-9 {
  margin-bottom: 2.25rem;
}#ue-app .mb-0 {
  margin-bottom: 0px;
}#ue-app .mb-1 {
  margin-bottom: 0.25rem;
}#ue-app .ml-2 {
  margin-left: 0.5rem;
}#ue-app .block {
  display: block;
}#ue-app .inline-block {
  display: inline-block;
}#ue-app .flex {
  display: flex;
}#ue-app .inline-flex {
  display: inline-flex;
}#ue-app .grid {
  display: grid;
}#ue-app .hidden {
  display: none;
}#ue-app .h-screen {
  height: 100vh;
}#ue-app .h-6 {
  height: 1.5rem;
}#ue-app .h-\[160px\] {
  height: 160px;
}#ue-app .max-h-\[99vh\] {
  max-height: 99vh;
}#ue-app .max-h-\[535px\] {
  max-height: 535px;
}#ue-app .w-\[90vw\] {
  width: 90vw;
}#ue-app .w-6 {
  width: 1.5rem;
}#ue-app .w-full {
  width: 100%;
}#ue-app .w-\[38px\] {
  width: 38px;
}#ue-app .w-\[200px\] {
  width: 200px;
}#ue-app .w-0 {
  width: 0px;
}#ue-app .w-\[9ch\] {
  width: 9ch;
}#ue-app .w-16 {
  width: 4rem;
}#ue-app .max-w-6xl {
  max-width: 72rem;
}#ue-app .max-w-5xl {
  max-width: 64rem;
}#ue-app .flex-shrink-0 {
  flex-shrink: 0;
}#ue-app .flex-grow {
  flex-grow: 1;
}#ue-app .cursor-pointer {
  cursor: pointer;
}#ue-app .list-inside {
  list-style-position: inside;
}#ue-app .list-disc {
  list-style-type: disc;
}#ue-app .grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}#ue-app .grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}#ue-app .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}#ue-app .flex-col {
  flex-direction: column;
}#ue-app .flex-nowrap {
  flex-wrap: nowrap;
}#ue-app .items-end {
  align-items: flex-end;
}#ue-app .items-center {
  align-items: center;
}#ue-app .items-baseline {
  align-items: baseline;
}#ue-app .items-stretch {
  align-items: stretch;
}#ue-app .justify-end {
  justify-content: flex-end;
}#ue-app .justify-center {
  justify-content: center;
}#ue-app .justify-between {
  justify-content: space-between;
}#ue-app .gap-6 {
  gap: 1.5rem;
}#ue-app .gap-4 {
  gap: 1rem;
}#ue-app .gap-y-16 {
  row-gap: 4rem;
}#ue-app .gap-x-\[108px\] {
  -moz-column-gap: 108px;
       column-gap: 108px;
}#ue-app .space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}#ue-app .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)));
}#ue-app .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)));
}#ue-app .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));
}#ue-app .space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}#ue-app .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));
}#ue-app .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)));
}#ue-app .divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}#ue-app .divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-divide-opacity));
}#ue-app .divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}#ue-app .divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25;
}#ue-app .divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5;
}#ue-app .overflow-y-auto {
  overflow-y: auto;
}#ue-app .overflow-x-hidden {
  overflow-x: hidden;
}#ue-app .whitespace-nowrap {
  white-space: nowrap;
}#ue-app .rounded-md {
  border-radius: 0.375rem;
}#ue-app .border {
  border-width: 1px;
}#ue-app .border-0 {
  border-width: 0px;
}#ue-app .border-2 {
  border-width: 2px;
}#ue-app .border-b {
  border-bottom-width: 1px;
}#ue-app .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}#ue-app .border-transparent {
  border-color: transparent;
}#ue-app .border-\[\#CCCCCC\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}#ue-app .border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}#ue-app .border-\[\#37691E\] {
  --tw-border-opacity: 1;
  border-color: rgb(55 105 30 / var(--tw-border-opacity));
}#ue-app .\!border-brand-primary {
  border-color: var(--color-brand-primary) !important;
}#ue-app .border-opacity-80 {
  --tw-border-opacity: 0.8;
}#ue-app .bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}#ue-app .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}#ue-app .bg-\[\#f2f2f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}#ue-app .bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}#ue-app .bg-\[\#CCCCCC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}#ue-app .bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}#ue-app .bg-brand-primary {
  background-color: var(--color-brand-primary);
}#ue-app .bg-\[\#F3F3F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
}#ue-app .bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}#ue-app .bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}#ue-app .stroke-2 {
  stroke-width: 2;
}#ue-app .stroke-3 {
  stroke-width: 3px;
}#ue-app .object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}#ue-app .object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}#ue-app .p-8 {
  padding: 2rem;
}#ue-app .\!p-2 {
  padding: 0.5rem !important;
}#ue-app .\!p-6 {
  padding: 1.5rem !important;
}#ue-app .\!p-4 {
  padding: 1rem !important;
}#ue-app .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}#ue-app .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}#ue-app .py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}#ue-app .\!px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}#ue-app .\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}#ue-app .\!py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}#ue-app .\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}#ue-app .\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}#ue-app .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}#ue-app .\!py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}#ue-app .\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}#ue-app .\!px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}#ue-app .\!py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}#ue-app .\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}#ue-app .\!py-3\.5 {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}#ue-app .\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}#ue-app .\!px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}#ue-app .\!py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}#ue-app .\!px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}#ue-app .\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}#ue-app .\!pt-8 {
  padding-top: 2rem !important;
}#ue-app .\!pb-16 {
  padding-bottom: 4rem !important;
}#ue-app .pt-8 {
  padding-top: 2rem;
}#ue-app .pt-5 {
  padding-top: 1.25rem;
}#ue-app .pb-7 {
  padding-bottom: 1.75rem;
}#ue-app .pl-4 {
  padding-left: 1rem;
}#ue-app .\!pb-3 {
  padding-bottom: 0.75rem !important;
}#ue-app .\!pt-4 {
  padding-top: 1rem !important;
}#ue-app .text-center {
  text-align: center;
}#ue-app .text-right {
  text-align: right;
}#ue-app .text-\[24px\] {
  font-size: 24px;
}#ue-app .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}#ue-app .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}#ue-app .text-\[35px\] {
  font-size: 35px;
}#ue-app .text-\[15px\] {
  font-size: 15px;
}#ue-app .text-\[18px\] {
  font-size: 18px;
}#ue-app .text-\[13px\] {
  font-size: 13px;
}#ue-app .text-\[20px\] {
  font-size: 20px;
}#ue-app .font-bold {
  font-weight: 700;
}#ue-app .font-medium {
  font-weight: 500;
}#ue-app .uppercase {
  text-transform: uppercase;
}#ue-app .leading-none {
  line-height: 1;
}#ue-app .leading-tight {
  line-height: 1.25;
}#ue-app .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}#ue-app .text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}#ue-app .text-brand-primary-reverse {
  color: var(--color-brand-primary-reverse);
}#ue-app .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);
}#ue-app .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}#ue-app .ring {
  --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(3px + 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);
}#ue-app .ring-\[\#CCCCCC\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(204 204 204 / var(--tw-ring-opacity));
}#ue-app .filter {
  filter: var(--tw-filter);
}#ue-app .transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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;
}#ue-app [x-cloak] {
  display: none;
}#ue-app div.range {
  position: relative;
}#ue-app div.range {
  display: flex;
}#ue-app div.range {
  height: 1rem;
}#ue-app div.range {
  width: 100%;
}#ue-app div.range {
  align-items: center;
}#ue-app div.range {
        --min: 0%;
        --max: 100%;
    }#ue-app div.range::before {
  position: absolute;
}#ue-app div.range::before {
  top: 0.5rem;
}#ue-app div.range::before {
  left: 0.25rem;
}#ue-app div.range::before {
  right: 0.25rem;
}#ue-app div.range::before {
  z-index: 0;
}#ue-app div.range::before {
  margin-top: -3px;
}#ue-app div.range::before {
  display: block;
}#ue-app div.range::before {
  height: 6px;
}#ue-app div.range::before {
  border-radius: 9999px;
}#ue-app div.range::before {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}#ue-app div.range::before {
        content: '';
    }#ue-app div.range::after {
  position: absolute;
}#ue-app div.range::after {
  top: 0.5rem;
}#ue-app div.range::after {
  z-index: 10;
}#ue-app div.range::after {
  margin-top: -3px;
}#ue-app div.range::after {
  display: block;
}#ue-app div.range::after {
  height: 6px;
}#ue-app div.range::after {
  background-color: var(--color-brand-primary);
}#ue-app div.range::after {
        content: '';
        left:    var(--min, 0);
        right:   var(--max, 0);
    }#ue-app div.range input[type='range'] {
  pointer-events: none;
}#ue-app div.range input[type='range'] {
  position: absolute;
}#ue-app div.range input[type='range'] {
  top: 0px;
}#ue-app div.range input[type='range'] {
  left: 0px;
}#ue-app div.range input[type='range'] {
  z-index: 20;
}#ue-app div.range input[type='range'] {
  height: 100%;
}#ue-app div.range input[type='range'] {
  width: 100%;
}#ue-app div.range input[type='range'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}#ue-app div.range input[type='range'] {
  border-width: 0px;
}#ue-app div.range input[type='range'] {
  background-color: transparent;
}#ue-app div.range input[type='range'] {
  padding: 0px;
}#ue-app div.range input[type='range'] {
        -webkit-appearance: none;
    }#ue-app div.range input[type='range']::-moz-range-thumb {
  pointer-events: auto;
}#ue-app div.range input[type='range']::-moz-range-thumb {
  height: 1rem;
}#ue-app div.range input[type='range']::-moz-range-thumb {
  width: 1rem;
}#ue-app div.range input[type='range']::-moz-range-thumb {
  cursor: pointer;
}#ue-app div.range input[type='range']::-moz-range-thumb {
  border-radius: 9999px;
}#ue-app div.range input[type='range']::-moz-range-thumb {
  border-width: 0px;
}#ue-app div.range input[type='range']::-moz-range-thumb {
  background-color: var(--color-brand-primary);
}#ue-app div.range input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
    }#ue-app div.range input[type=range]::-webkit-slider-thumb {
  pointer-events: auto;
}#ue-app div.range input[type=range]::-webkit-slider-thumb {
  height: 1rem;
}#ue-app div.range input[type=range]::-webkit-slider-thumb {
  width: 1rem;
}#ue-app div.range input[type=range]::-webkit-slider-thumb {
  cursor: pointer;
}#ue-app div.range input[type=range]::-webkit-slider-thumb {
  border-radius: 9999px;
}#ue-app div.range input[type=range]::-webkit-slider-thumb {
  border-width: 0px;
}#ue-app div.range input[type=range]::-webkit-slider-thumb {
  background-color: var(--color-brand-primary);
}#ue-app div.range input[type=range]:focus {
        outline: none;
    }#ue-app div.range input[type=range]::-ms-track {
        width:        100%;
        cursor:       pointer;

        /* Hides the slider so custom styles can be added */
        background:   transparent;
        border-color: transparent;
        color:        transparent;
    }#ue-app div.range input[type='range'] + input[type='range'] {
  z-index: 30;
}#ue-app .gfield input, #ue-app .gfield textarea {
  border-width: 1px;
}#ue-app .gfield input, #ue-app .gfield textarea {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}#ue-app .gfield input, #ue-app .gfield textarea {
  padding: 0.5rem;
}#ue-app .gform_button {
  margin-top: 1.5rem;
}#ue-app .gform_button {
  display: inline-block;
}#ue-app .gform_button {
  cursor: pointer;
}#ue-app .gform_button {
  border-radius: 0px;
}#ue-app .gform_button {
  background-color: var(--color-brand-primary);
}#ue-app .gform_button {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}#ue-app .gform_button {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}#ue-app .gform_button {
  text-align: center;
}#ue-app .gform_button {
  font-weight: 700;
}#ue-app .gform_button {
  color: var(--color-brand-primary-reverse);
}#ue-app .first\:pt-0:first-child {
  padding-top: 0px;
}#ue-app .last\:pb-0:last-child {
  padding-bottom: 0px;
}#ue-app .odd\:bg-\[\#F3F3F5\]:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
}#ue-app .visited\:text-current:visited {
  color: currentColor;
}#ue-app .hover\:border-\[\#CCCCCC\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}#ue-app .hover\:border-opacity-100:hover {
  --tw-border-opacity: 1;
}#ue-app .hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}#ue-app .hover\:bg-\[\#999999\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}#ue-app .hover\:text-current:hover {
  color: currentColor;
}#ue-app .hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}#ue-app .hover\:underline:hover {
  text-decoration: underline;
}#ue-app .focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}#ue-app .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}#ue-app .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);
}#ue-app .focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}#ue-app .focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}@media (min-width: 640px) {#ue-app .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}@media (min-width: 640px) {#ue-app .sm\:block {
    display: block;
  }
}@media (min-width: 640px) {#ue-app .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (min-width: 640px) {#ue-app .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}@media (min-width: 768px) {#ue-app .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
}@media (min-width: 768px) {#ue-app .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}@media (min-width: 768px) {#ue-app .md\:block {
    display: block;
  }
}@media (min-width: 768px) {#ue-app .md\:flex {
    display: flex;
  }
}@media (min-width: 768px) {#ue-app .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}@media (min-width: 768px) {#ue-app .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (min-width: 768px) {#ue-app .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}@media (min-width: 768px) {#ue-app .md\:\!bg-\[\#F3F3F5\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 243 245 / var(--tw-bg-opacity)) !important;
  }
}@media (min-width: 768px) {#ue-app .md\:\!bg-\[\#FFFFFF\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  }
}@media (min-width: 768px) {#ue-app .md\:\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}@media (min-width: 768px) {#ue-app .md\:\!pt-6 {
    padding-top: 1.5rem !important;
  }
}@media (min-width: 1024px) {#ue-app .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}@media (min-width: 1280px) {#ue-app .xl\:container {
    width: 100%;
  }
}@media (min-width: 1280px) {@media (min-width: 1357px) {#ue-app .xl\:container {
      max-width: 1357px;
    }
  }
}

:root {
    --color-brand-primary:         #FFC425;
    --color-brand-primary-reverse: #000000;
    --color-brand-secondary:       #bd9806;
}

