:root {
    --fui-field-gutter: 1.125rem !important;
    --formie-disabled: red;
}

.form-heading {
    font-family: ivyora-test, serif;
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    padding-bottom: 15px;
    line-height: 42px;
}

.form-description p {
    font-family: Inter, serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    padding-bottom: 50px;
    line-height: 20px;
}

.fui-form .fui-type-html p {
    font-family: Inter;
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    word-break: break-word;
    margin-bottom: 3px;
}

.fui-form .fui-label,
.fui-form .fui-legend {
    color: #222222;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
}

.fui-form .fui-label-above-input .fui-label {
    margin-bottom: 4px;
}

.fui-form .fui-checkbox-label {
    font-family: Inter;
    color: #999999;
    font-size: 14px;
}

.fui-form .fui-input,
.fui-form .fui-select {
    display: inline-block;
    width: 100%;
    height: 40px;
    max-width: 100%;
    background: none;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #cad5e2;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;

}

/* All forms go to 90% width at 768px+ */
@media screen and (min-width: 768px) {
    .fui-form .fui-input,
    .fui-form .fui-select {
        width: 90%;
    }
}

/* Override: Keep card forms at 100% width between 768px and 1439px */
@media screen and (min-width: 768px) and (max-width: 1439px) {
    .card-form .fui-form .fui-input,
    .card-form .fui-form .fui-select {
        width: 100%;
    }
}

/* Card forms finally go to 90% width at 1440px+ */
@media screen and (min-width: 1440px) {
    .card-form .fui-form .fui-input,
    .card-form .fui-form .fui-select {
        width: 90%;
    }
}

.fui-form .fui-row[data-fui-field-count="2"] .fui-field:last-child .fui-input,
.fui-form .fui-select,
.fui-form .fui-type-multi-line-text textarea {
    width: 100%;
}

.fui-form .fui-select:invalid {
    color: #bfbfbf !important;
}

.fui-form .fui-select:valid {
    color: #33475b;
}

.fui-form .fui-type-multi-line-text textarea {
    height: auto;
}

.fui-form .fui-submit {
    background: #FED044;
    border-color: #FED044;
    color: #FFFFFF;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 19px;
    padding: 12px 24px;
}

.fui-form .fui-submit:hover {
    color: rgb(19 113 142);
    background: #FED044;
    border-color: #FED044;
}
/*
! tailwindcss v3.4.9 | 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, sans-serif; /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::-ms-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 480px) {

  .container {
    max-width: 480px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 900px) {

  .container {
    max-width: 900px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1440px) {

  .container {
    max-width: 1440px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0;
}
.top-0 {
  top: 0;
}
.top-\[165px\] {
  top: 165px;
}
.top-\[90px\] {
  top: 90px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2;
}
.mx-\[10px\] {
  margin-left: 10px;
  margin-right: 10px;
}
.mx-\[30px\] {
  margin-left: 30px;
  margin-right: 30px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mt-\[40px\] {
  margin-top: -40px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[35px\] {
  margin-bottom: 35px;
}
.mb-\[45px\] {
  margin-bottom: 45px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[45px\] {
  margin-top: 45px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: -webkit-box;
  display: flex;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[20\%\] {
  height: 20%;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[31px\] {
  height: 31px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[80\%\] {
  height: 80%;
}
.h-\[90px\] {
  height: 90px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[120\] {
  width: 120;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[31px\] {
  width: 31px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[476px\] {
  width: 476px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80vw\] {
  width: 80vw;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  -webkit-box-flex: 1;
          flex: 1 1 0%;
}
.rotate-\[180deg\] {
  --tw-rotate: 180deg;
  -webkit-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[45deg\] {
  --tw-rotate: 45deg;
  -webkit-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: 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 {
  -webkit-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: 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));
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.content-end {
  align-content: flex-end;
}
.items-start {
  -webkit-box-align: start;
          align-items: flex-start;
}
.items-end {
  -webkit-box-align: end;
          align-items: flex-end;
}
.items-center {
  -webkit-box-align: center;
          align-items: center;
}
.justify-start {
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
          justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[11px\] {
  gap: 11px;
}
.gap-\[13px\] {
  gap: 13px;
}
.gap-\[17px\] {
  gap: 17px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[35px\] {
  gap: 35px;
}
.gap-\[3px\] {
  gap: 3px;
}
.gap-\[45px\] {
  gap: 45px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[60px\] {
  gap: 60px;
}
.gap-x-\[25px\] {
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
.gap-y-\[25px\] {
  row-gap: 25px;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[1\.5rem\] {
  border-radius: 1.5rem;
}
.rounded-\[2rem\] {
  border-radius: 2rem;
}
.rounded-\[3rem\] {
  border-radius: 3rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(19 113 142 / var(--tw-border-opacity));
}
.border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(28 73 100 / var(--tw-border-opacity));
}
.border-slate {
  --tw-border-opacity: 1;
  border-color: rgb(90 127 149 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(254 208 68 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(19 113 142 / var(--tw-bg-opacity));
}
.bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 243 / var(--tw-bg-opacity));
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(28 73 100 / var(--tw-bg-opacity));
}
.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.bg-slate {
  --tw-bg-opacity: 1;
  background-color: rgb(90 127 149 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(254 208 68 / var(--tw-bg-opacity));
}
.bg-\[linear-gradient\(87deg\2c _\#5A7F95_0\%\2c _\#13718E_153\.06\%\)\] {
  background-image: linear-gradient(87deg, #5A7F95 0%, #13718E 153.06%);
}
.bg-\[linear-gradient\(_to_bottom\2c _rgba\(19\2c _113\2c _142\2c _0\)_0\%\2c _rgba\(19\2c _113\2c _142\2c _1\)_40\%\)\] {
  background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(19, 113, 142, 0)), color-stop(40%, rgba(19, 113, 142, 1)));
  background-image: linear-gradient( to bottom, rgba(19, 113, 142, 0) 0%, rgba(19, 113, 142, 1) 40%);
}
.bg-\[linear-gradient\(_to_bottom\2c _rgba\(19\2c _113\2c _142\2c _0\)_0\%\2c _rgba\(19\2c _113\2c _142\2c _1\)_96\.61\%\)\] {
  background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(19, 113, 142, 0)), color-stop(96.61%, rgba(19, 113, 142, 1)));
  background-image: linear-gradient( to bottom, rgba(19, 113, 142, 0) 0%, rgba(19, 113, 142, 1) 96.61%);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4 {
  padding: 4px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[45px\] {
  padding: 45px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[35px\] {
  padding-top: 35px;
  padding-bottom: 35px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[17px\] {
  padding-bottom: 17px;
}
.pb-\[25px\] {
  padding-bottom: 25px;
}
.pb-\[35px\] {
  padding-bottom: 35px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[45px\] {
  padding-bottom: 45px;
}
.pb-\[65px\] {
  padding-bottom: 65px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[45px\] {
  padding-top: 45px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[65px\] {
  padding-top: 65px;
}
.text-center {
  text-align: center;
}
.font-sans {
  font-family: Inter, sans-serif;
}
.font-serif {
  font-family: ivyora-text, serif;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-\[64px\] {
  font-size: 64px;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[38px\] {
  line-height: 38px;
}
.leading-\[42px\] {
  line-height: 42px;
}
.leading-\[68px\] {
  line-height: 68px;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(19 113 142 / var(--tw-text-opacity));
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(28 73 100 / var(--tw-text-opacity));
}
.text-slate {
  --tw-text-opacity: 1;
  color: rgb(90 127 149 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(254 208 68 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.decoration-from-font {
  text-decoration-thickness: from-font;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-40 {
  opacity: 0.4;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-box-shadow {
  --tw-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition-all {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.duration-300 {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* Ensure critical border and shadow utilities */
.border-blue { border-color: #13718E; }
.shadow-box-shadow { -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }
/* Mobile navigation and interactive states */
/* Responsive text colors for conditional classes */
.text-white { color: #FFFFFF; }
.text-black { color: #000000; }
.text-blue { color: #13718E; }
.text-dark { color: #1C4964; }
.text-slate { color: #5A7F95; }
.text-yellow { color: #FED044; }
/* Background colors */
.bg-white { background-color: #FFFFFF; }
.bg-yellow { background-color: #FED044; }
.bg-blue { background-color: #13718E; }
.bg-cream { background-color: #F8F5F3; }
.bg-grey { background-color: #D9D9D9; }
/* Interactive states */
/* Ensure opacity utilities */
.opacity-0 { opacity: 0; }
.opacity-100 { opacity: 1; }
/* Transitions */
.transition-all { -webkit-transition-property: all; transition-property: all; }
.duration-300 { -webkit-transition-duration: 300ms; transition-duration: 300ms; }
.ease-in-out { -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

/* Force generation of commonly used classes */

@media (min-width: 900px) {
  .dsk\:hidden { display: none !important; }
  .dsk\:flex { display: -webkit-box !important; display: flex !important; }
  .dsk\:block { display: block !important; }
}

@media (min-width: 768px) {

  .md\:container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  @media (min-width: 480px) {

    .md\:container {
      max-width: 480px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px) {

    .md\:container {
      max-width: 768px;
      padding-right: 3rem;
      padding-left: 3rem;
    }
  }

  @media (min-width: 900px) {

    .md\:container {
      max-width: 900px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1024px) {

    .md\:container {
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1440px) {

    .md\:container {
      max-width: 1440px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

@media (min-width: 1440px) {

  .xl\:container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  @media (min-width: 480px) {

    .xl\:container {
      max-width: 480px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px) {

    .xl\:container {
      max-width: 768px;
      padding-right: 3rem;
      padding-left: 3rem;
    }
  }

  @media (min-width: 900px) {

    .xl\:container {
      max-width: 900px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1024px) {

    .xl\:container {
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1440px) {

    .xl\:container {
      max-width: 1440px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:border-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(19 113 142 / var(--tw-border-opacity));
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:border-yellow:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 208 68 / var(--tw-border-opacity));
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(19 113 142 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 208 68 / var(--tw-bg-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(19 113 142 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(254 208 68 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

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

.hover\:border-blue:hover { border-color: #13718E; }

.hover\:text-white:hover { color: #FFFFFF; }

.hover\:text-black:hover { color: #000000; }

.hover\:text-blue:hover { color: #13718E; }

.hover\:text-yellow:hover { color: #FED044; }

.hover\:bg-white:hover { background-color: #FFFFFF; }

.hover\:bg-yellow:hover { background-color: #FED044; }

.hover\:bg-blue:hover { background-color: #13718E; }

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

.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.focus\:border-blue:focus {
  --tw-border-opacity: 1;
  border-color: rgb(19 113 142 / var(--tw-border-opacity));
}

.focus\:border-white:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.focus\:border-yellow:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 208 68 / var(--tw-border-opacity));
}

.focus\:bg-black:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.focus\:bg-blue:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(19 113 142 / var(--tw-bg-opacity));
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.focus\:bg-yellow:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 208 68 / var(--tw-bg-opacity));
}

.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.focus\:text-blue:focus {
  --tw-text-opacity: 1;
  color: rgb(19 113 142 / var(--tw-text-opacity));
}

.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.focus\:text-yellow:focus {
  --tw-text-opacity: 1;
  color: rgb(254 208 68 / var(--tw-text-opacity));
}

.focus\:underline:focus {
  text-decoration-line: underline;
}

.focus\:opacity-100:focus {
  opacity: 1;
}

.focus\:border-blue:focus { border-color: #13718E; }

.focus\:text-white:focus { color: #FFFFFF; }

.focus\:text-black:focus { color: #000000; }

.focus\:text-blue:focus { color: #13718E; }

.focus\:text-yellow:focus { color: #FED044; }

.focus\:bg-white:focus { background-color: #FFFFFF; }

.focus\:bg-yellow:focus { background-color: #FED044; }

.focus\:bg-blue:focus { background-color: #13718E; }

.focus\:opacity-100:focus { opacity: 1; }

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:flex {
  display: -webkit-box;
  display: flex;
}

.group:hover .group-hover\:hidden {
  display: none;
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group\/nav:hover .group-hover\/nav\:underline {
  text-decoration-line: underline;
}

.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}

.group:hover .group-hover\:text-white { color: #FFFFFF; }

.group:hover .group-hover\:text-black { color: #000000; }

.data-\[header-style\=collapsed\]\:pb-0[data-header-style="collapsed"] {
  padding-bottom: 0;
}

.group\/header[data-header-style="collapsed"] .group-data-\[header-style\=collapsed\]\/header\:top-\[100px\] {
  top: 100px;
}

.group\/header[data-header-style="collapsed"] .group-data-\[header-style\=collapsed\]\/header\:block {
  display: block;
}

.group\/header[data-header-style="collapsed"] .group-data-\[header-style\=collapsed\]\/header\:hidden {
  display: none;
}

.group\/header[data-header-style="collapsed"] .group-data-\[header-style\=collapsed\]\/header\:bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.group\/header[data-header-style="collapsed"] .group-data-\[header-style\=collapsed\]\/header\:bg-none {
  background-image: none;
}

@media (min-width: 768px) {

  .md\:sticky {
    position: sticky;
  }

  .md\:-bottom-\[25vw\] {
    bottom: -25vw;
  }

  .md\:-right-\[15vw\] {
    right: -15vw;
  }

  .md\:top-\[130px\] {
    top: 130px;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:-mb-\[80px\] {
    margin-bottom: -80px;
  }

  .md\:-ml-\[75px\] {
    margin-left: -75px;
  }

  .md\:-mt-\[125px\] {
    margin-top: -125px;
  }

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

  .md\:mt-\[180px\] {
    margin-top: 180px;
  }

  .md\:flex {
    display: -webkit-box;
    display: flex;
  }

  .md\:h-\[160px\] {
    height: 160px;
  }

  .md\:max-h-\[267px\] {
    max-height: 267px;
  }

  .md\:max-h-\[500px\] {
    max-height: 500px;
  }

  .md\:max-h-\[530px\] {
    max-height: 530px;
  }

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

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

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-\[180\%\] {
    width: 180%;
  }

  .md\:w-\[180px\] {
    width: 180px;
  }

  .md\:w-\[60\%\] {
    width: 60%;
  }

  .md\:w-\[calc\(50\%-25px\)\] {
    width: calc(50% - 25px);
  }

  .md\:w-auto {
    width: auto;
  }

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

  .md\:max-w-\[60\%\] {
    max-width: 60%;
  }

  .md\:max-w-\[70\%\] {
    max-width: 70%;
  }

  .md\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .md\:gap-\[100px\] {
    gap: 100px;
  }

  .md\:gap-\[35px\] {
    gap: 35px;
  }

  .md\:gap-\[60px\] {
    gap: 60px;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:py-\[125px\] {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .md\:py-\[225px\] {
    padding-top: 225px;
    padding-bottom: 225px;
  }

  .md\:pb-\[114px\] {
    padding-bottom: 114px;
  }

  .md\:pb-\[130px\] {
    padding-bottom: 130px;
  }

  .md\:pr-\[100px\] {
    padding-right: 100px;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pt-\[125px\] {
    padding-top: 125px;
  }

  .md\:pt-\[130px\] {
    padding-top: 130px;
  }

  .md\:pt-\[45px\] {
    padding-top: 45px;
  }

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

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

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

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

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

@media (min-width: 900px) {

  .dsk\:flex {
    display: -webkit-box;
    display: flex;
  }

  .dsk\:hidden {
    display: none;
  }

  .dsk\:w-\[180px\] {
    width: 180px;
  }

  .dsk\:items-end {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .dsk\:gap-\[35px\] {
    gap: 35px;
  }
}

@media (min-width: 1024px) {

  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-\[130px\] {
    top: 130px;
  }

  .lg\:-mb-\[180px\] {
    margin-bottom: -180px;
  }

  .lg\:-mt-\[35px\] {
    margin-top: -35px;
  }

  .lg\:-mt-\[65px\] {
    margin-top: -65px;
  }

  .lg\:flex {
    display: -webkit-box;
    display: flex;
  }

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

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

  .lg\:w-\[290px\] {
    width: 290px;
  }

  .lg\:w-\[85\%\] {
    width: 85%;
  }

  .lg\:w-\[95\%\] {
    width: 95%;
  }

  .lg\:w-\[calc\(33\.333\%-25px\)\] {
    width: calc(33.333% - 25px);
  }

  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

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

  .lg\:gap-\[110px\] {
    gap: 110px;
  }

  .lg\:gap-\[25px\] {
    gap: 25px;
  }

  .lg\:gap-\[94px\] {
    gap: 94px;
  }

  .lg\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lg\:px-\[44px\] {
    padding-left: 44px;
    padding-right: 44px;
  }

  .lg\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:py-\[64px\] {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .lg\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .lg\:pb-\[60px\] {
    padding-bottom: 60px;
  }

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

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

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

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

  .lg\:text-\[19px\] {
    font-size: 19px;
  }

  .lg\:text-\[64px\] {
    font-size: 64px;
  }

  .lg\:leading-\[70px\] {
    line-height: 70px;
  }
}

@media (min-width: 1440px) {

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

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:gap-\[16px\] {
    gap: 16px;
  }
}
