@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
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)
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
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 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  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";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    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 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

*, ::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-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-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 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);
}

.ud-container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 540px){
  .ud-container{
    max-width: 540px;
  }
}

@media (min-width: 720px){
  .ud-container{
    max-width: 720px;
  }
}

@media (min-width: 960px){
  .ud-container{
    max-width: 960px;
  }
}

@media (min-width: 1140px){
  .ud-container{
    max-width: 1140px;
  }
}

@media (min-width: 1320px){
  .ud-container{
    max-width: 1320px;
  }
}

.ud-invisible{
  visibility: hidden;
}

.ud-fixed{
  position: fixed;
}

.ud-absolute{
  position: absolute;
}

.ud-relative{
  position: relative;
}

.ud-top-0{
  top: 0px;
}

.ud-left-0{
  left: 0px;
}

.ud-right-4{
  right: 1rem;
}

.ud-top-1\/2{
  top: 50%;
}

.ud-top-full{
  top: 100%;
}

.ud-bottom-0{
  bottom: 0px;
}

.ud-right-3{
  right: 0.75rem;
}

.ud-top-3{
  top: 0.75rem;
}

.ud-bottom-8{
  bottom: 2rem;
}

.ud-right-8{
  right: 2rem;
}

.ud-left-auto{
  left: auto;
}

.ud-right-0{
  right: 0px;
}

.ud-bottom-2{
  bottom: 0.5rem;
}

.ud-top-32{
  top: 8rem;
}

.ud-bottom-1{
  bottom: 0.25rem;
}

.ud-left-1{
  left: 0.25rem;
}

.ud-right-2{
  right: 0.5rem;
}

.ud-top-2{
  top: 0.5rem;
}

.ud-left-2{
  left: 0.5rem;
}

.ud-top-1{
  top: 0.25rem;
}

.ud-z-40{
  z-index: 40;
}

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

.ud--z-1{
  z-index: -1;
}

.ud-z-\[999\]{
  z-index: 999;
}

.ud-z-\[-1\]{
  z-index: -1;
}

.ud-z-0{
  z-index: 0;
}

.ud-mx-\[-16px\]{
  margin-left: -16px;
  margin-right: -16px;
}

.ud-my-\[6px\]{
  margin-top: 6px;
  margin-bottom: 6px;
}

.ud-mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}

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

.ud--mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}

.ud-mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.ud-mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.ud-mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.ud--mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

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

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

.ud-mr-10{
  margin-right: 2.5rem;
}

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

.ud-mr-4{
  margin-right: 1rem;
}

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

.ud-mr-5{
  margin-right: 1.25rem;
}

.ud-mr-3{
  margin-right: 0.75rem;
}

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

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

.ud-ml-3{
  margin-left: 0.75rem;
}

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

.ud-mt-10{
  margin-top: 2.5rem;
}

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

.ud-mb-20{
  margin-bottom: 5rem;
}

.ud-mb-12{
  margin-bottom: 3rem;
}

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

.ud-mt-1{
  margin-top: 0.25rem;
}

.ud-mb-11{
  margin-bottom: 2.75rem;
}

.ud-mt-12{
  margin-top: 3rem;
}

.ud-mb-6{
  margin-bottom: 1.5rem;
}

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

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

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

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

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

.ud-block{
  display: block;
}

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

.ud-flex{
  display: flex;
}

.ud-inline-flex{
  display: inline-flex;
}

.ud-hidden{
  display: none;
}

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

.ud-h-full{
  height: 100%;
}

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

.ud-h-9{
  height: 2.25rem;
}

.ud-h-8{
  height: 2rem;
}

.ud-h-10{
  height: 2.5rem;
}

.ud-h-3{
  height: 0.75rem;
}

.ud-h-2{
  height: 0.5rem;
}

.ud-h-20{
  height: 5rem;
}

.ud-h-4{
  height: 1rem;
}

.ud-h-5{
  height: 1.25rem;
}

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

.ud-h-7{
  height: 1.75rem;
}

.ud-w-full{
  width: 100%;
}

.ud-w-60{
  width: 15rem;
}

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

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

.ud-w-9{
  width: 2.25rem;
}

.ud-w-8{
  width: 2rem;
}

.ud-w-10{
  width: 2.5rem;
}

.ud-w-3{
  width: 0.75rem;
}

.ud-w-2{
  width: 0.5rem;
}

.ud-w-20{
  width: 5rem;
}

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

.ud-w-4{
  width: 1rem;
}

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

.ud-max-w-full{
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ud-translate-y-\[-50\%\]{
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

.ud-rotate-45{
  --tw-rotate: 45deg;
  transform: var(--tw-transform);
}

.ud-cursor-not-allowed{
  cursor: not-allowed;
}

.ud-resize-none{
  resize: none;
}

.ud-list-inside{
  list-style-position: inside;
}

.ud-list-disc{
  list-style-type: disc;
}

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

.ud-items-center{
  align-items: center;
}

.ud-justify-end{
  justify-content: flex-end;
}

.ud-justify-center{
  justify-content: center;
}

.ud-justify-between{
  justify-content: space-between;
}

.ud-self-end{
  align-self: flex-end;
}

.ud-self-center{
  align-self: center;
}

.ud-overflow-hidden{
  overflow: hidden;
}

.ud-truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.ud-rounded-sm{
  border-radius: 0.125rem;
}

.ud-rounded{
  border-radius: 0.25rem;
}

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

.ud-rounded-xl{
  border-radius: 0.75rem;
}

.ud-rounded-md{
  border-radius: 0.375rem;
}

.ud-rounded-2xl{
  border-radius: 1rem;
}

.ud-border{
  border-width: 1px;
}

.ud-border-4{
  border-width: 4px;
}

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

.ud-border-t{
  border-top-width: 1px;
}

.ud-border-l{
  border-left-width: 1px;
}

.ud-border-t-2{
  border-top-width: 2px;
}

.ud-border-r-2{
  border-right-width: 2px;
}

.ud-border-\[\#E9ECF8\]{
  --tw-border-opacity: 1;
  border-color: rgba(233, 236, 248, var(--tw-border-opacity));
}

.ud-border-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.ud-border-body-color{
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.ud-border-\[\#E5E8F2\]{
  --tw-border-opacity: 1;
  border-color: rgba(229, 232, 242, var(--tw-border-opacity));
}

.ud-border-primary{
  --tw-border-opacity: 1;
  border-color: rgba(20, 20, 20, var(--tw-bg-opacity));
}

.ud-border-\[\#d7dfff\]{
  --tw-border-opacity: 1;
  border-color: rgba(215, 223, 255, var(--tw-border-opacity));
}

.ud-border-\[\#D7DFFF\]{
  --tw-border-opacity: 1;
  border-color: rgba(215, 223, 255, var(--tw-border-opacity));
}

.ud-border-opacity-10{
  --tw-border-opacity: 0.1;
}

.ud-border-opacity-\[13\%\]{
  --tw-border-opacity: 13%;
}

.ud-bg-transparent{
  background-color: transparent;
}

.ud-bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(29, 33, 68, var(--tw-bg-opacity));
}

.ud-bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.ud-bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
}

.ud-bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
}

.ud-bg-body-color{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.ud-bg-\[\#f8f9ff\]{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.ud-bg-\[\#d7dfff\]{
  --tw-bg-opacity: 1;
  background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
}

.ud-bg-\[\#F8F9FF\]{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.ud-bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.ud-bg-opacity-\[15\%\]{
  --tw-bg-opacity: 15%;
}

.ud-bg-opacity-\[17\%\]{
  --tw-bg-opacity: 17%;
}

.ud-fill-current{
  fill: currentColor;
}

.ud-object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.ud-object-center{
  -o-object-position: center;
     object-position: center;
}

.ud-p-4{
  padding: 1rem;
}

.ud-p-8{
  padding: 2rem;
}

.ud-p-10{
  padding: 2.5rem;
}

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

.ud-py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

.ud-py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

.ud-py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.ud-px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.ud-px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

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

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

.ud-px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

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

.ud-py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.ud-pr-16{
  padding-right: 4rem;
}

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

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

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

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

.ud-pb-12{
  padding-bottom: 3rem;
}

.ud-pt-12{
  padding-top: 3rem;
}

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

.ud-pr-1{
  padding-right: 0.25rem;
}

.ud-pb-20{
  padding-bottom: 5rem;
}

.ud-pt-8{
  padding-top: 2rem;
}

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

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

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

.ud-pt-20{
  padding-top: 5rem;
}

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

.ud-pl-8{
  padding-left: 2rem;
}

.ud-pt-14{
  padding-top: 3.5rem;
}

.ud-pb-11{
  padding-bottom: 2.75rem;
}

.ud-pt-4{
  padding-top: 1rem;
}

.ud-pl-5{
  padding-left: 1.25rem;
}

.ud-pr-2{
  padding-right: 0.5rem;
}

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

.ud-text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.ud-text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.ud-text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

.ud-text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.ud-text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.ud-text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.ud-text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.ud-text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

.ud-font-bold{
  font-weight: 700;
}

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

.ud-font-semibold{
  font-weight: 600;
}

.ud-italic{
  font-style: italic;
}

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

.ud-leading-relaxed{
  line-height: 1.625;
}

.ud-text-black{
  --tw-text-opacity: 1;
  color: rgba(9, 14, 52, var(--tw-text-opacity));
}

.ud-text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.ud-text-body-color{
  --tw-text-opacity: 1;
  color: rgba(20, 20, 20, var(--tw-text-opacity));
}

.ud-footer-body-color {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.ud-text-primary{
  --tw-text-opacity: 1;
  color: rgba(20, 20, 20, var(--tw-bg-opacity));
}

.ud-underline{
  text-decoration: underline;
}

.ud-placeholder-white::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.ud-placeholder-white:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.ud-placeholder-white::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.ud-placeholder-opacity-70::-moz-placeholder{
  --tw-placeholder-opacity: 0.7;
}

.ud-placeholder-opacity-70:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.7;
}

.ud-placeholder-opacity-70::placeholder{
  --tw-placeholder-opacity: 0.7;
}

.ud-opacity-70{
  opacity: 0.7;
}

.ud-opacity-0{
  opacity: 0;
}

.ud-opacity-60{
  opacity: 0.6;
}

.ud-shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ud-shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ud-shadow-blog{
  --tw-shadow: 0px 40px 150px -35px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ud-shadow-service{
  --tw-shadow: 0px 11px 41px -11px rgba(9, 14, 52, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ud-shadow-testimonial{
  --tw-shadow: 0px 8px 40px -10px rgba(9, 14, 52, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ud-outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ud-ring-primary{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 108, 247, var(--tw-ring-opacity));
}

.ud-grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-filter);
}

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

.ud-duration-300{
  transition-duration: 300ms;
}

.ud-duration-200{
  transition-duration: 200ms;
}

.ud-ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  font-family: "Inter", sans-serif;
}

.sticky{
  position: fixed;
  z-index: 9999;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  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;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

.sticky .header-logo{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 960px){
  .sticky .header-logo{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.sticky .menu-scroll.active{
  --tw-text-opacity: 1;
  color: rgba(20, 20, 20, var(--tw-bg-opacity));
}

.navbarTogglerActive > span:nth-child(1){
  top: 7px;
  --tw-rotate: 45deg;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
}

.navbarTogglerActive > span:nth-child(2){
  opacity: 0;
}

.navbarTogglerActive > span:nth-child(3){
  top: -8px;
  --tw-rotate: 135deg;
  transform: var(--tw-transform);
}

.input-field{
  width: 100%;
  border-radius: 0.125rem;
  border-bottom-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 249, var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(149, 156, 177, var(--tw-text-opacity));
}

.input-field::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(149, 156, 177, var(--tw-placeholder-opacity));
}

.input-field:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(149, 156, 177, var(--tw-placeholder-opacity));
}

.input-field::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(149, 156, 177, var(--tw-placeholder-opacity));
}

.input-field{
  outline: 2px solid transparent;
  outline-offset: 2px;
  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;
}

.input-field:focus{
  --tw-border-opacity: 1;
  border-color: rgba(20, 20, 20, var(--tw-bg-opacity));
}

.input-field:focus-visible{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.portfolio-buttons button.active{
  --tw-bg-opacity: 1;
  background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.after\:ud-absolute::after{
  content: "";
  position: absolute;
}

.after\:ud-right-1::after{
  content: "";
  right: 0.25rem;
}

.after\:ud-top-1\/2::after{
  content: "";
  top: 50%;
}

.after\:ud-mt-\[-2px\]::after{
  content: "";
  margin-top: -2px;
}

.after\:ud-h-2::after{
  content: "";
  height: 0.5rem;
}

.after\:ud-w-2::after{
  content: "";
  width: 0.5rem;
}

.after\:ud-translate-y-\[-50\%\]::after{
  content: "";
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

.after\:ud-rotate-45::after{
  content: "";
  --tw-rotate: 45deg;
  transform: var(--tw-transform);
}

.after\:ud-border-b-2::after{
  content: "";
  border-bottom-width: 2px;
}

.after\:ud-border-r-2::after{
  content: "";
  border-right-width: 2px;
}

.after\:ud-border-current::after{
  content: "";
  border-color: currentColor;
}

.hover\:ud-border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgba(20, 20, 20, var(--tw-bg-opacity));
}

.hover\:ud-bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
}

.hover\:ud-bg-opacity-90:hover{
  --tw-bg-opacity: 0.9;
}

.hover\:ud-bg-opacity-100:hover{
  --tw-bg-opacity: 1;
}

.hover\:ud-text-primary:hover{
  --tw-text-opacity: 1;
  color: rgba(20, 20, 20, var(--tw-bg-opacity));
}

.hover\:ud-text-white:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:ud-no-underline:hover{
  text-decoration: none;
}

.hover\:ud-opacity-100:hover{
  opacity: 1;
}

.hover\:ud-shadow-signUp:hover{
  --tw-shadow: 0px 5px 10px rgba(4, 10, 34, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:ud-shadow-pricing:hover{
  --tw-shadow: 0px 34px 68px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:ud-grayscale-0:hover{
  --tw-grayscale: grayscale(0);
  filter: var(--tw-filter);
}

.focus\:ud-border-opacity-100:focus{
  --tw-border-opacity: 1;
}

.focus\:ud-ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ud-shadow-none:focus-visible{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ud-group:hover .group-hover\:ud-visible{
  visibility: visible;
}

.ud-group:hover .group-hover\:ud-bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.ud-group:hover .group-hover\:ud-text-primary{
  --tw-text-opacity: 1;
  color: rgba(20, 20, 20, var(--tw-bg-opacity));
}

.ud-group:hover .group-hover\:ud-text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.ud-group:hover .group-hover\:ud-opacity-100{
  opacity: 1;
}

@media (min-width: 540px){
  .sm\:ud-absolute{
    position: absolute;
  }

  .sm\:ud-mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:ud-ml-3{
    margin-left: 0.75rem;
  }

  .sm\:ud-mb-0{
    margin-bottom: 0px;
  }

  .sm\:ud-flex{
    display: flex;
  }

  .sm\:ud-w-auto{
    width: auto;
  }

  .sm\:ud-justify-end{
    justify-content: flex-end;
  }

  .sm\:ud-p-9{
    padding: 2.25rem;
  }

  .sm\:ud-px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

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

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

  .sm\:ud-pl-11{
    padding-left: 2.75rem;
  }

  .sm\:ud-text-right{
    text-align: right;
  }

  .sm\:ud-text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:ud-text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:ud-text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:ud-text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:ud-text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:ud-leading-tight{
    line-height: 1.25;
  }

  .sm\:ud-leading-relaxed{
    line-height: 1.625;
  }
}

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

  .md\:ud-mb-0{
    margin-bottom: 0px;
  }

  .md\:ud-w-1\/2{
    width: 50%;
  }

  .md\:ud-w-8\/12{
    width: 66.666667%;
  }

  .md\:ud-w-4\/12{
    width: 33.333333%;
  }

  .md\:ud-justify-end{
    justify-content: flex-end;
  }

  .md\:ud-p-9{
    padding: 2.25rem;
  }

  .md\:ud-px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

  .md\:ud-text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:ud-text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:ud-text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

  .md\:ud-leading-tight{
    line-height: 1.25;
  }
}

@media (min-width: 960px){
  .lg\:ud-invisible{
    visibility: hidden;
  }

  .lg\:ud-static{
    position: static;
  }

  .lg\:ud-absolute{
    position: absolute;
  }

  .lg\:ud-top-\[110\%\]{
    top: 110%;
  }

  .lg\:ud-left-1\/2{
    left: 50%;
  }

  .lg\:ud-left-auto{
    left: auto;
  }

  .lg\:ud--right-11{
    right: -2.75rem;
  }

  .lg\:ud--left-11{
    left: -2.75rem;
  }

  .lg\:ud-mr-0{
    margin-right: 0px;
  }

  .lg\:ud-ml-8{
    margin-left: 2rem;
  }

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

  .lg\:ud-mb-0{
    margin-bottom: 0px;
  }

  .lg\:ud-mr-5{
    margin-right: 1.25rem;
  }

  .lg\:ud-ml-5{
    margin-left: 1.25rem;
  }

  .lg\:ud-block{
    display: block;
  }

  .lg\:ud-flex{
    display: flex;
  }

  .lg\:ud-inline-flex{
    display: inline-flex;
  }

  .lg\:ud-hidden{
    display: none;
  }

  .lg\:ud-w-full{
    width: 100%;
  }

  .lg\:ud-w-8\/12{
    width: 66.666667%;
  }

  .lg\:ud-w-4\/12{
    width: 33.333333%;
  }

  .lg\:ud-w-3\/12{
    width: 25%;
  }

  .lg\:ud-w-2\/12{
    width: 16.666667%;
  }

  .lg\:ud-w-7\/12{
    width: 58.333333%;
  }

  .lg\:ud-w-5\/12{
    width: 41.666667%;
  }

  .lg\:ud-w-1\/2{
    width: 50%;
  }

  .lg\:ud-w-1\/3{
    width: 33.333333%;
  }

  .lg\:ud-w-9\/12{
    width: 75%;
  }

  .lg\:ud-max-w-full{
    max-width: 100%;
  }

  .lg\:ud-max-w-\[130px\]{
    max-width: 130px;
  }

  .lg\:ud-max-w-\[428px\]{
    max-width: 428px;
  }

  .lg\:ud-flex-wrap{
    flex-wrap: wrap;
  }

  .lg\:ud-bg-transparent{
    background-color: transparent;
  }

  .lg\:ud-p-8{
    padding: 2rem;
  }

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

  .lg\:ud-py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .lg\:ud-py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:ud-px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:ud-px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .lg\:ud-px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:ud-pl-0{
    padding-left: 0px;
  }

  .lg\:ud-pr-4{
    padding-right: 1rem;
  }

  .lg\:ud-pr-0{
    padding-right: 0px;
  }

  .lg\:ud-pt-\[100px\]{
    padding-top: 100px;
  }

  .lg\:ud-text-right{
    text-align: right;
  }

  .lg\:ud-text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:ud-text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:ud-text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:ud-leading-relaxed{
    line-height: 1.625;
  }

  .lg\:ud-leading-tight{
    line-height: 1.25;
  }

  .lg\:ud-opacity-0{
    opacity: 0;
  }

  .lg\:ud-shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:ud-shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:after\:ud-right-0::after{
    content: "";
    right: 0px;
  }

  .ud-group:hover .lg\:group-hover\:ud-visible{
    visibility: visible;
  }

  .ud-group:hover .lg\:group-hover\:ud-top-full{
    top: 100%;
  }
}

@media (min-width: 1140px){
  .xl\:ud-mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:ud-ml-12{
    margin-left: 3rem;
  }

  .xl\:ud-w-1\/3{
    width: 33.333333%;
  }

  .xl\:ud-w-7\/12{
    width: 58.333333%;
  }

  .xl\:ud-w-5\/12{
    width: 41.666667%;
  }

  .xl\:ud-w-1\/4{
    width: 25%;
  }

  .xl\:ud-w-10\/12{
    width: 83.333333%;
  }

  .xl\:ud-max-w-\[150px\]{
    max-width: 150px;
  }

  .xl\:ud-max-w-\[490px\]{
    max-width: 490px;
  }

  .xl\:ud-flex-nowrap{
    flex-wrap: nowrap;
  }

  .xl\:ud-p-9{
    padding: 2.25rem;
  }

  .xl\:ud-px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:ud-px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

  .xl\:ud-pl-5{
    padding-left: 1.25rem;
  }

  .xl\:ud-text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:ud-text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:ud-leading-relaxed{
    line-height: 1.625;
  }

  .xl\:ud-leading-tight{
    line-height: 1.25;
  }
}

@media (min-width: 1320px){
  .\32xl\:ud-absolute{
    position: absolute;
  }

  .\32xl\:ud-bottom-0{
    bottom: 0px;
  }

  .\32xl\:ud-right-40{
    right: 10rem;
  }

  .\32xl\:ud-mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:ud-flex{
    display: flex;
  }

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

  .\32xl\:ud-max-w-\[160px\]{
    max-width: 160px;
  }

  .\32xl\:ud-px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32xl\:ud-text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
