/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  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 */
  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 */
  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::-moz-placeholder, textarea::-moz-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:  ;
}

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

.yulo-container {
  width: 100%;
}

@media (min-width: 320px) {
  .yulo-container {
    max-width: 320px;
  }
}

@media (min-width: 640px) {
  .yulo-container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .yulo-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .yulo-container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .yulo-container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .yulo-container {
    max-width: 1536px;
  }
}

@media (min-width: 1920px) {
  .yulo-container {
    max-width: 1920px;
  }
}

.yulo-fixed {
  position: fixed;
}

.yulo-absolute {
  position: absolute;
}

.yulo-relative {
  position: relative;
}

.-yulo-left-6 {
  left: -1.5rem;
}

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

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

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

.yulo-z-\[100\] {
  z-index: 100;
}

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

.yulo-z-\[2\] {
  z-index: 2;
}

.yulo-z-\[51\] {
  z-index: 51;
}

.yulo-z-\[99\] {
  z-index: 99;
}

.yulo-mx-\[6px\] {
  margin-left: 6px;
  margin-right: 6px;
}

.-yulo-mt-\[2px\] {
  margin-top: -2px;
}

.yulo-mb-\[6\.94px\] {
  margin-bottom: 6.94px;
}

.yulo-mt-4 {
  margin-top: 1rem;
}

.yulo-block {
  display: block;
}

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

.yulo-flex {
  display: flex;
}

.yulo-grid {
  display: grid;
}

.yulo-hidden {
  display: none;
}

.yulo-h-\[35\.03px\] {
  height: 35.03px;
}

.yulo-h-\[38\.98px\] {
  height: 38.98px;
}

.yulo-h-\[39px\] {
  height: 39px;
}

.yulo-h-\[41\.06px\] {
  height: 41.06px;
}

.yulo-h-\[47px\] {
  height: 47px;
}

.yulo-h-\[77px\] {
  height: 77px;
}

.yulo-h-auto {
  height: auto;
}

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

.yulo-w-auto {
  width: auto;
}

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

.yulo-min-w-\[105px\] {
  min-width: 105px;
}

.yulo-min-w-\[220px\] {
  min-width: 220px;
}

.yulo-max-w-\[1159px\] {
  max-width: 1159px;
}

.yulo-max-w-\[1812px\] {
  max-width: 1812px;
}

.yulo-max-w-\[1888px\] {
  max-width: 1888px;
}

.yulo-max-w-\[320px\] {
  max-width: 320px;
}

.yulo-max-w-none {
  max-width: none;
}

.-yulo-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.yulo-translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes yulo-pulse {
  50% {
    opacity: .5;
  }
}

.yulo-animate-pulse {
  animation: yulo-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

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

.yulo-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.yulo-flex-row {
  flex-direction: row;
}

.yulo-flex-col {
  flex-direction: column;
}

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

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

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

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

.yulo-gap-1 {
  gap: 0.25rem;
}

.yulo-gap-10 {
  gap: 2.5rem;
}

.yulo-gap-2 {
  gap: 0.5rem;
}

.yulo-gap-3 {
  gap: 0.75rem;
}

.yulo-gap-4 {
  gap: 1rem;
}

.yulo-gap-6 {
  gap: 1.5rem;
}

.yulo-gap-8 {
  gap: 2rem;
}

.yulo-gap-9 {
  gap: 2.25rem;
}

.yulo-gap-\[180px\] {
  gap: 180px;
}

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

.yulo-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.yulo-space-y-\[30px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * var(--tw-space-y-reverse));
}

.yulo-rounded-\[120px\] {
  border-radius: 120px;
}

.yulo-rounded-\[62px\] {
  border-radius: 62px;
}

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

.yulo-border-2 {
  border-width: 2px;
}

.yulo-border-\[\#1E1E1E\] {
  --tw-border-opacity: 1;
  border-color: rgb(30 30 30 / var(--tw-border-opacity));
}

.yulo-border-\[\#762F79\] {
  --tw-border-opacity: 1;
  border-color: rgb(118 47 121 / var(--tw-border-opacity));
}

.yulo-bg-\[\#762F79\] {
  --tw-bg-opacity: 1;
  background-color: rgb(118 47 121 / var(--tw-bg-opacity));
}

.yulo-bg-\[\#A2CA8180\] {
  background-color: #A2CA8180;
}

.yulo-bg-\[\#FBFBFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity));
}

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

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

.yulo-bg-yulo-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity));
}

.yulo-bg-yulo-dark\/90 {
  background-color: rgb(30 30 30 / 0.9);
}

.yulo-bg-yulo-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(5 147 173 / var(--tw-bg-opacity));
}

.yulo-bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.yulo-from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.yulo-from-60\% {
  --tw-gradient-from-position: 60%;
}

.yulo-to-\[\#D4D4D4\] {
  --tw-gradient-to: #D4D4D4 var(--tw-gradient-to-position);
}

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

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

.yulo-p-2 {
  padding: 0.5rem;
}

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

.yulo-p-6 {
  padding: 1.5rem;
}

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

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

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

.yulo-px-\[33px\] {
  padding-left: 33px;
  padding-right: 33px;
}

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

.yulo-py-\[46px\] {
  padding-top: 46px;
  padding-bottom: 46px;
}

.yulo-py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.yulo-py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}

.yulo-pb-\[180px\] {
  padding-bottom: 180px;
}

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

.yulo-pt-\[369px\] {
  padding-top: 369px;
}

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

.yulo-font-pjs {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

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

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

.yulo-text-\[12px\] {
  font-size: 12px;
}

.yulo-text-\[16px\] {
  font-size: 16px;
}

.yulo-text-\[28px\] {
  font-size: 28px;
}

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

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

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

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

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

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

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

.yulo-font-extrabold {
  font-weight: 800;
}

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

.yulo-font-normal {
  font-weight: 400;
}

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

.yulo-leading-10 {
  line-height: 2.5rem;
}

.yulo-leading-6 {
  line-height: 1.5rem;
}

.yulo-leading-\[0\] {
  line-height: 0;
}

.yulo-leading-\[15\.12px\] {
  line-height: 15.12px;
}

.yulo-leading-\[20\.16px\] {
  line-height: 20.16px;
}

.yulo-leading-\[30\.24px\] {
  line-height: 30.24px;
}

.yulo-leading-\[30px\] {
  line-height: 30px;
}

.yulo-leading-\[46px\] {
  line-height: 46px;
}

.yulo-tracking-\[0\%\] {
  letter-spacing: 0%;
}

.yulo-text-\[\#1E1E1E\] {
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.yulo-text-\[\#2DA771\] {
  --tw-text-opacity: 1;
  color: rgb(45 167 113 / var(--tw-text-opacity));
}

.yulo-text-\[\#762F79\] {
  --tw-text-opacity: 1;
  color: rgb(118 47 121 / var(--tw-text-opacity));
}

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

.yulo-text-yulo-dark {
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.yulo-text-yulo-primary {
  --tw-text-opacity: 1;
  color: rgb(5 147 173 / var(--tw-text-opacity));
}

.yulo-underline {
  text-decoration-line: underline;
}

.yulo-decoration-2 {
  text-decoration-thickness: 2px;
}

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

.yulo-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

/* Body */

html, body {
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  body {
    padding: 1rem;
  }
}

/* Body */

/* Container */

.yulo-custom-container-fluid {
  width: 100%;
}

@media (min-width: 320px) {
  .yulo-custom-container-fluid {
    max-width: 320px;
  }
}

@media (min-width: 640px) {
  .yulo-custom-container-fluid {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .yulo-custom-container-fluid {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .yulo-custom-container-fluid {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .yulo-custom-container-fluid {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .yulo-custom-container-fluid {
    max-width: 1536px;
  }
}

@media (min-width: 1920px) {
  .yulo-custom-container-fluid {
    max-width: 1920px;
  }
}

.yulo-custom-container-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1888px;
}

/* Container */

/* Heading */

.yulo-heading-xlarge {
  font-size: 40px;
  font-weight: 700;
}

@media (min-width: 640px) {
  .yulo-heading-xlarge {
    font-size: 120px;
  }
}

@media (min-width: 1280px) {
  .yulo-heading-xlarge {
    font-size: 160px;
  }
}

@media (min-width: 1920px) {
  .yulo-heading-xlarge {
    font-size: 200px;
  }
}

.yulo-heading-large {
  font-size: 36px;
  font-weight: 700;
}

@media (min-width: 640px) {
  .yulo-heading-large {
    font-size: 56px;
  }
}

@media (min-width: 1280px) {
  .yulo-heading-large {
    font-size: 80px;
  }
}

@media (min-width: 1920px) {
  .yulo-heading-large {
    font-size: 120px;
  }
}

.yulo-heading-medium {
  font-size: 28px;
  font-weight: 700;
}

@media (min-width: 640px) {
  .yulo-heading-medium {
    font-size: 36px;
  }
}

@media (min-width: 1280px) {
  .yulo-heading-medium {
    font-size: 56px;
  }
}

@media (min-width: 1920px) {
  .yulo-heading-medium {
    font-size: 80px;
  }
}

.yulo-heading-extra-small {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

@media (min-width: 640px) {
  .yulo-heading-extra-small {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .yulo-heading-extra-small {
    font-size: 32px;
  }
}

/* Heading */

/* Badge */

.yulo-badge {
  display: inline-block;
  min-width: 105px;
  border-radius: 62px;
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  line-height: 0;
}

@media (min-width: 1280px) {
  .yulo-badge {
    min-width: 215px;
    border-radius: 120px;
    padding: 1rem;
  }
}

.yulo-badge {
  span {
    font-size: 12px;
  }
  span {
    font-weight: 700;
  }
  span {
    line-height: 15.12px;
  }
  span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  @media (min-width: 1280px) {
    span {
      font-size: 24px;
    }
  }
  @media (min-width: 1280px) {
    span {
      line-height: 30.24px;
    }
  }
  &.primary {
    --tw-bg-opacity: 1;
    background-color: rgb(5 147 173 / var(--tw-bg-opacity));
  }
  &.primary {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

/* Badge */

/* Button */

.yulo-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 120px;
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity));
  padding-left: 33px;
  padding-right: 33px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1280px) {
  .yulo-button {
    padding-left: 72px;
    padding-right: 72px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.yulo-button {
  span {
    font-size: 16px;
  }
  span {
    font-weight: 700;
  }
  span {
    line-height: 20.16px;
  }
  span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  @media (min-width: 1280px) {
    span {
      font-size: 24px;
    }
  }
  @media (min-width: 1280px) {
    span {
      line-height: 30.24px;
    }
  }
  i {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  i {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  @media (min-width: 1280px) {
    i {
      font-size: 32px;
    }
  }
  &.prime {
    --tw-bg-opacity: 1;
    background-color: rgb(118 47 121 / var(--tw-bg-opacity));
  }
  &.prime {
    span {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
    &.outline {
      border-width: 2px;
    }
    &.outline {
      --tw-border-opacity: 1;
      border-color: rgb(118 47 121 / var(--tw-border-opacity));
    }
    &.outline {
      background-color: transparent;
    }
    &.outline {
      i {
        --tw-text-opacity: 1;
        color: rgb(118 47 121 / var(--tw-text-opacity));
      }
      span {
        --tw-text-opacity: 1;
        color: rgb(118 47 121 / var(--tw-text-opacity));
      }
      &:focus {
        --tw-bg-opacity: 1;
        background-color: rgb(118 47 121 / var(--tw-bg-opacity));
      }
      &:focus {
        i, span {
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity));
        }
      }
    }
  }
}

/* Button */

/* Mobile Menu */

.yulo-mobile-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 51;
  width: 100%;
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: rgb(30 30 30 / 0.9);
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  .content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }
  .content {
    padding-left: 25px;
    padding-right: 25px;
  }
  .content {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  @media (min-width: 640px) {
    .content > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }
  }
  .content {
    .yulo-logo {
      height: 39px;
    }
    .yulo-logo {
      width: auto;
    }
    @media (min-width: 640px) {
      .yulo-logo {
        height: 60px;
      }
    }
    .yulo-nav-mobile {
      i {
        font-size: 1.5rem;
        line-height: 2rem;
      }
      i {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
      @media (min-width: 640px) {
        i {
          font-size: 32px;
        }
      }
    }
    .yulo-nav {
      ul {
        display: flex;
      }
      ul {
        flex-direction: column;
      }
      ul {
        gap: 1rem;
      }
      ul {
        li {
          a {
            display: flex;
          }
          a {
            flex-direction: row;
          }
          a {
            align-items: center;
          }
          a {
            justify-content: space-between;
          }
          a {
            gap: 0.25rem;
          }
          a {
            span {
              font-size: 1rem;
              line-height: 1.5rem;
            }
            span {
              font-weight: 700;
            }
            span {
              line-height: 20.16px;
            }
            span {
              --tw-text-opacity: 1;
              color: rgb(255 255 255 / var(--tw-text-opacity));
            }
            @media (min-width: 640px) {
              span {
                font-size: 1.5rem;
                line-height: 2rem;
              }
            }
            @media (min-width: 640px) {
              span {
                line-height: 30.24px;
              }
            }
            i {
              --tw-text-opacity: 1;
              color: rgb(255 255 255 / var(--tw-text-opacity));
            }
          }
          .wrap-subnav {
            display: none;
          }
          .wrap-subnav {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
          }
          .wrap-subnav {
            padding-top: 1rem;
          }
          .wrap-subnav {
            padding-bottom: 0px;
          }
          .wrap-subnav {
            &.active {
              display: block;
            }
          }
          &.active {
            a {
              span {
                text-decoration-line: underline;
              }
              span {
                text-decoration-thickness: 2px;
              }
              span {
                text-underline-offset: 8px;
              }
            }
          }
        }
      }
    }
    .yulo-google-play {
      height: 35.03px;
    }
    .yulo-google-play {
      width: auto;
    }
    @media (min-width: 640px) {
      .yulo-google-play {
        height: 47px;
      }
    }
  }
  &.show {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  &.show {
    opacity: 1;
  }
}

/* Mobile Menu */

/* Header */

.yulo-header {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
  width: 100%;
  background-color: transparent;
  padding-top: 46px;
  padding-bottom: 46px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 1280px) {
  .yulo-header {
    padding-top: 53px;
    padding-bottom: 53px;
    padding-left: 54px;
    padding-right: 54px;
  }
}

.yulo-header {
  .yulo-logo {
    height: 38.98px;
  }
  .yulo-logo {
    width: auto;
  }
  @media (min-width: 640px) {
    .yulo-logo {
      height: 46.78px;
    }
  }
  @media (min-width: 1280px) {
    .yulo-logo {
      height: 77px;
    }
  }
  .yulo-nav {
    ul {
      display: flex;
    }
    ul {
      flex-direction: row;
    }
    ul {
      align-items: center;
    }
    ul {
      gap: 60px;
    }
    ul {
      li {
        position: relative;
      }
      li {
        a {
          position: relative;
        }
        a {
          z-index: 100;
        }
        a {
          display: flex;
        }
        a {
          flex-direction: row;
        }
        a {
          align-items: center;
        }
        a {
          gap: 0.25rem;
        }
        a {
          span {
            font-size: 1rem;
            line-height: 1.5rem;
          }
          span {
            font-weight: 700;
          }
          span {
            line-height: 2.5rem;
          }
          span {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }
          i {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }
          &.active {
            span, i {
              --tw-text-opacity: 1;
              color: rgb(30 30 30 / var(--tw-text-opacity));
            }
          }
        }
        .wrap-subnav {
          position: absolute;
        }
        .wrap-subnav {
          top: 0px;
        }
        .wrap-subnav {
          left: -1.5rem;
        }
        .wrap-subnav {
          z-index: 99;
        }
        .wrap-subnav {
          display: none;
        }
        .wrap-subnav {
          min-width: 220px;
        }
        .wrap-subnav {
          max-width: 320px;
        }
        .wrap-subnav {
          border-radius: 0.75rem;
        }
        .wrap-subnav {
          background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
        }
        .wrap-subnav {
          --tw-gradient-from: #fff var(--tw-gradient-from-position);
          --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
          --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
        }
        .wrap-subnav {
          --tw-gradient-from-position: 60%;
        }
        .wrap-subnav {
          --tw-gradient-to: #D4D4D4 var(--tw-gradient-to-position);
        }
        .wrap-subnav {
          padding: 1rem;
        }
        .wrap-subnav {
          padding-top: 2.5rem;
        }
        .wrap-subnav {
          ul {
            display: flex;
          }
          ul {
            flex-direction: column;
          }
          ul {
            align-items: flex-start;
          }
          ul {
            gap: 0.5rem;
          }
          ul {
            li {
              position: relative;
            }
            li {
              width: 100%;
            }
            li {
              a {
                display: flex;
              }
              a {
                flex-direction: row;
              }
              a {
                align-items: center;
              }
              a {
                justify-content: space-between;
              }
              a {
                gap: 0.25rem;
              }
              a {
                border-radius: 0.75rem;
              }
              a {
                padding: 0.5rem;
              }
              a {
                span {
                  font-size: 1rem;
                  line-height: 1.5rem;
                }
                span {
                  font-weight: 500;
                }
                span {
                  --tw-text-opacity: 1;
                  color: rgb(30 30 30 / var(--tw-text-opacity));
                }
                i {
                  --tw-text-opacity: 1;
                  color: rgb(30 30 30 / var(--tw-text-opacity));
                }
              }
              &.active {
                a {
                  background-color: #A2CA8180;
                }
                a {
                  span {
                    text-decoration-line: none;
                  }
                }
              }
            }
          }
          &.active {
            display: block;
          }
        }
        &.active {
          a {
            span {
              text-decoration-line: underline;
            }
            span {
              text-decoration-thickness: 2px;
            }
            span {
              text-underline-offset: 8px;
            }
          }
        }
      }
    }
  }
  .yulo-google-play {
    height: 47px;
  }
  .yulo-google-play {
    width: auto;
  }
  .yulo-nav-mobile {
    i {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
    i {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
  }
  &.dark {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  @media (min-width: 640px) {
    &.dark {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  }
  @media (min-width: 1280px) {
    &.dark {
      padding-top: 53px;
      padding-bottom: 53px;
    }
  }
  &.dark {
    .yulo-nav {
      ul {
        li {
          a {
            span, i {
              --tw-text-opacity: 1;
              color: rgb(30 30 30 / var(--tw-text-opacity));
            }
          }
        }
      }
    }
    .yulo-nav-mobile {
      i {
        --tw-text-opacity: 1;
        color: rgb(30 30 30 / var(--tw-text-opacity));
      }
    }
  }
}

/* Header */

/* Main */

.yulo-main {
  position: relative;
  z-index: 10;
}

@media (min-width: 1280px) {
  .yulo-main > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }
}

/* Main */

/* Footer */

.yulo-footer {
  position: relative;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 6.94px;
  margin-top: 1rem;
  border-radius: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 640px) {
  .yulo-footer {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 0.75rem;
    margin-top: 46px;
    border-radius: 1rem;
    padding-left: 39px;
    padding-right: 39px;
    padding-top: 52.67px;
    padding-bottom: 52.67px;
  }
}

@media (min-width: 1280px) {
  .yulo-footer {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 96px;
    border-radius: 1.5rem;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.yulo-footer {
  .img-overlay {
    position: absolute;
  }
  .img-overlay {
    top: 0px;
  }
  .img-overlay {
    left: 0px;
  }
  .img-overlay {
    z-index: 1;
  }
  .img-overlay {
    height: 100%;
  }
  .img-overlay {
    width: 100%;
  }
  .img-overlay {
    border-radius: 0.75rem;
  }
  .img-overlay {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .img-overlay {
    -o-object-position: center;
       object-position: center;
  }
  @media (min-width: 640px) {
    .img-overlay {
      border-radius: 1rem;
    }
  }
  @media (min-width: 1280px) {
    .img-overlay {
      border-radius: 1.5rem;
    }
  }
  .content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }
  @media (min-width: 640px) {
    .content > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }
  }
  .content {
    .yulo-logo {
      height: 77px;
    }
    .yulo-logo {
      width: auto;
    }
    .yulo-address {
      max-width: none;
    }
    .yulo-address {
      text-align: center;
    }
    .yulo-address {
      font-size: 0.75rem;
      line-height: 1rem;
    }
    .yulo-address {
      font-weight: 600;
    }
    .yulo-address {
      line-height: 1.5rem;
    }
    .yulo-address {
      --tw-text-opacity: 1;
      color: rgb(30 30 30 / var(--tw-text-opacity));
    }
    @media (min-width: 640px) {
      .yulo-address {
        max-width: 429px;
      }
    }
    @media (min-width: 640px) {
      .yulo-address {
        font-size: 1rem;
        line-height: 1.5rem;
      }
    }
    @media (min-width: 640px) {
      .yulo-address {
        line-height: 30px;
      }
    }
    @media (min-width: 1280px) {
      .yulo-address {
        text-align: start;
      }
    }
    .yulo-meta-contact {
      display: flex;
    }
    .yulo-meta-contact {
      flex-direction: row;
    }
    .yulo-meta-contact {
      align-items: center;
    }
    .yulo-meta-contact {
      gap: 0.75rem;
    }
    @media (min-width: 640px) {
      .yulo-meta-contact {
        gap: 1.5rem;
      }
    }
    .yulo-meta-contact {
      i {
        font-size: 1rem;
        line-height: 1.5rem;
      }
      i {
        --tw-text-opacity: 1;
        color: rgb(30 30 30 / var(--tw-text-opacity));
      }
      @media (min-width: 640px) {
        i {
          font-size: 1.5rem;
          line-height: 2rem;
        }
      }
      span {
        font-size: 0.75rem;
        line-height: 1rem;
      }
      span {
        font-weight: 600;
      }
      span {
        line-height: 15.12px;
      }
      span {
        --tw-text-opacity: 1;
        color: rgb(30 30 30 / var(--tw-text-opacity));
      }
      @media (min-width: 640px) {
        span {
          font-size: 1rem;
          line-height: 1.5rem;
        }
      }
      @media (min-width: 640px) {
        span {
          line-height: 20.16px;
        }
      }
    }
    .yulo-download-label {
      font-size: 1.5rem;
      line-height: 2rem;
    }
    .yulo-download-label {
      font-weight: 700;
    }
    .yulo-download-label {
      line-height: 30.24px;
    }
    .yulo-download-label {
      --tw-text-opacity: 1;
      color: rgb(30 30 30 / var(--tw-text-opacity));
    }
    @media (min-width: 640px) {
      .yulo-download-label {
        font-size: 32px;
      }
    }
    @media (min-width: 640px) {
      .yulo-download-label {
        line-height: 40.32px;
      }
    }
    .yulo-google-play {
      height: 41.06px;
    }
    .yulo-google-play {
      width: auto;
    }
    @media (min-width: 640px) {
      .yulo-google-play {
        height: 58.65px;
      }
    }
    .yulo-nav {
      ul {
        display: flex;
      }
      ul {
        flex-direction: column;
      }
      ul {
        align-items: center;
      }
      ul {
        gap: 0.75rem;
      }
      @media (min-width: 1280px) {
        ul {
          flex-direction: row;
        }
      }
      @media (min-width: 1280px) {
        ul {
          gap: 60px;
        }
      }
      ul {
        li {
          a {
            span {
              font-size: 0.75rem;
              line-height: 1rem;
            }
            span {
              font-weight: 600;
            }
            span {
              line-height: 30px;
            }
            span {
              --tw-text-opacity: 1;
              color: rgb(30 30 30 / var(--tw-text-opacity));
            }
            @media (min-width: 640px) {
              span {
                font-size: 1rem;
                line-height: 1.5rem;
              }
            }
            @media (min-width: 640px) {
              span {
                line-height: 2.5rem;
              }
            }
            @media (min-width: 1280px) {
              span {
                font-weight: 700;
              }
            }
          }
        }
      }
    }
    .yulo-horizontal-line {
      --tw-border-opacity: 1;
      border-color: rgb(30 30 30 / var(--tw-border-opacity));
    }
    .yulo-copyright {
      text-align: center;
    }
    .yulo-copyright {
      font-size: 0.75rem;
      line-height: 1rem;
    }
    .yulo-copyright {
      font-weight: 400;
    }
    .yulo-copyright {
      line-height: 15.12px;
    }
    .yulo-copyright {
      --tw-text-opacity: 1;
      color: rgb(30 30 30 / var(--tw-text-opacity));
    }
    @media (min-width: 640px) {
      .yulo-copyright {
        font-size: 1rem;
        line-height: 1.5rem;
      }
    }
    @media (min-width: 640px) {
      .yulo-copyright {
        line-height: 20.16px;
      }
    }
    @media (min-width: 1280px) {
      .yulo-copyright {
        text-align: start;
      }
    }
    .yulo-footbar {
      ul {
        display: flex;
      }
      ul {
        flex-direction: row;
      }
      ul {
        flex-wrap: wrap;
      }
      ul {
        align-items: center;
      }
      ul {
        justify-content: center;
      }
      ul {
        gap: 0.75rem;
      }
      @media (min-width: 1280px) {
        ul {
          justify-content: flex-start;
        }
      }
      ul {
        li {
          a {
            span {
              font-size: 0.75rem;
              line-height: 1rem;
            }
            span {
              font-weight: 400;
            }
            span {
              line-height: 15.12px;
            }
            span {
              --tw-text-opacity: 1;
              color: rgb(30 30 30 / var(--tw-text-opacity));
            }
            @media (min-width: 640px) {
              span {
                font-size: 1rem;
                line-height: 1.5rem;
              }
            }
            @media (min-width: 640px) {
              span {
                line-height: 20.16px;
              }
            }
          }
        }
      }
    }
    .yulo-socmed {
      ul {
        display: flex;
      }
      ul {
        flex-direction: row;
      }
      ul {
        flex-wrap: wrap;
      }
      ul {
        align-items: center;
      }
      ul {
        justify-content: center;
      }
      ul {
        gap: 2.5rem;
      }
      @media (min-width: 1280px) {
        ul {
          justify-content: flex-start;
        }
      }
      ul {
        li {
          a {
            i {
              font-size: 1.5rem;
              line-height: 2rem;
            }
            i {
              --tw-text-opacity: 1;
              color: rgb(30 30 30 / var(--tw-text-opacity));
            }
            @media (min-width: 640px) {
              i {
                font-size: 32px;
              }
            }
          }
        }
      }
    }
  }
}

/* Footer */

/* ================================================================================================================================= */

/* Body */

html, body {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity));
}

.yulo-main > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

/* Hero */

.yulo-hero {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 369px;
  padding-bottom: 180px;
}

@media (min-width: 640px) {
  .yulo-hero {
    padding-bottom: 360px;
  }
}

@media (min-width: 1280px) {
  .yulo-hero {
    padding-left: 146px;
    padding-right: 146px;
  }
}

.yulo-hero {
  .content {
    display: flex;
  }
  .content {
    flex-direction: column;
  }
  .content {
    align-items: center;
  }
  .content {
    gap: 1rem;
  }
  @media (min-width: 768px) {
    .content {
      gap: 2rem;
    }
  }
  .content {
    .fancy-text {
      display: flex;
    }
    .fancy-text {
      flex-direction: row;
    }
    .fancy-text {
      flex-wrap: wrap;
    }
    .fancy-text {
      align-items: center;
    }
    .fancy-text {
      justify-content: center;
    }
    .fancy-text {
      gap: 1rem;
    }
    @media (min-width: 768px) {
      .fancy-text {
        gap: 2rem;
      }
    }
    .fancy-text {
      > span {
        text-align: center;
      }
      > span {
        font-size: 2.25rem;
        line-height: 2.5rem;
      }
      > span {
        font-weight: 800;
      }
      @media (min-width: 768px) {
        > span {
          text-align: start;
        }
      }
      @media (min-width: 768px) {
        > span {
          font-size: 52px;
        }
      }
      @media (min-width: 1536px) {
        > span {
          font-size: 4.5rem;
          line-height: 1;
        }
      }
      @media (min-width: 1920px) {
        > span {
          font-size: 100px;
        }
      }
      @media (min-width: 1920px) {
        > span {
          line-height: 96px;
        }
      }
      @media (min-width: 1920px) {
        > span {
          letter-spacing: -2%;
        }
      }
    }
    > p {
      max-width: 1159px;
    }
    > p {
      text-align: center;
    }
    > p {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
    > p {
      font-weight: 400;
    }
    @media (min-width: 640px) {
      > p {
        font-size: 1.5rem;
        line-height: 2rem;
      }
    }
    @media (min-width: 640px) {
      > p {
        line-height: 2.5rem;
      }
    }
    @media (min-width: 640px) {
      > p {
        letter-spacing: 0%;
      }
    }
  }
}

/* Hero */

/* Long Content */

.yulo-long-content {
  display: flex;
  flex-direction: column;
  gap: 180px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .yulo-long-content {
    gap: 200px;
    padding-left: 54px;
    padding-right: 54px;
  }
}

.yulo-long-content {
  /* Business Location */
  .yulo-business-location {
    .content {
      display: flex;
    }
    .content {
      flex-direction: column;
    }
    .content {
      align-items: center;
    }
    .content {
      .img {
        height: auto;
      }
      .img {
        width: 100%;
      }
      .img {
        max-width: 1812px;
      }
    }
  }
  /* Main Focus */
  .yulo-main-focus {
    .content {
      display: grid;
    }
    .content {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .content {
      gap: 2.25rem;
    }
    @media (min-width: 640px) {
      .content {
        gap: 60px;
      }
    }
    @media (min-width: 1280px) {
      .content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    .content {
      .left {
        display: flex;
      }
      .left {
        flex-direction: column;
      }
      .left {
        place-content: center;
      }
      .left {
        gap: 0.5rem;
      }
      .left {
        .title {
          text-align: center;
        }
        .title {
          font-size: 2.25rem;
          line-height: 2.5rem;
        }
        .title {
          font-weight: 700;
        }
        @media (min-width: 768px) {
          .title {
            text-align: left;
          }
        }
        @media (min-width: 768px) {
          .title {
            font-size: 52px;
          }
        }
        @media (min-width: 1536px) {
          .title {
            font-size: 3.75rem;
            line-height: 1;
          }
        }
        @media (min-width: 1536px) {
          .title {
            line-height: 100%;
          }
        }
        @media (min-width: 1536px) {
          .title {
            letter-spacing: 0%;
          }
        }
        .subtitle {
          text-align: center;
        }
        .subtitle {
          font-size: 1.5rem;
          line-height: 2rem;
        }
        .subtitle {
          font-weight: 400;
        }
        @media (min-width: 640px) {
          .subtitle {
            font-size: 32px;
          }
        }
        @media (min-width: 640px) {
          .subtitle {
            line-height: 48px;
          }
        }
        @media (min-width: 640px) {
          .subtitle {
            letter-spacing: 0%;
          }
        }
        @media (min-width: 768px) {
          .subtitle {
            text-align: left;
          }
        }
      }
      .right {
        .items {
          margin-left: 1.25rem;
        }
        .items {
          display: flex;
        }
        .items {
          list-style-type: disc;
        }
        .items {
          flex-direction: column;
        }
        .items {
          gap: 2.25rem;
        }
        @media (min-width: 640px) {
          .items {
            gap: 60px;
          }
        }
        .items {
          > li {
            font-size: 1.25rem;
            line-height: 1.75rem;
          }
          > li {
            font-weight: 400;
          }
          @media (min-width: 1280px) {
            > li {
              font-size: 1rem;
              line-height: 1.5rem;
            }
          }
          @media (min-width: 1536px) {
            > li {
              font-size: 1.5rem;
              line-height: 2rem;
            }
          }
          @media (min-width: 1536px) {
            > li {
              line-height: 2.5rem;
            }
          }
          @media (min-width: 1536px) {
            > li {
              letter-spacing: 0%;
            }
          }
        }
      }
    }
  }
  /* Partnership Items */
  .yulo-partnership-items {
    .content {
      display: flex;
    }
    .content {
      flex-direction: column;
    }
    .content {
      gap: 2.25rem;
    }
    @media (min-width: 640px) {
      .content {
        gap: 60px;
      }
    }
    .content {
      .title {
        text-align: center;
      }
      .title {
        font-size: 2.25rem;
        line-height: 2.5rem;
      }
      .title {
        font-weight: 700;
      }
      @media (min-width: 768px) {
        .title {
          text-align: start;
        }
      }
      @media (min-width: 768px) {
        .title {
          font-size: 3.75rem;
          line-height: 1;
        }
      }
      @media (min-width: 1536px) {
        .title {
          font-size: 3.75rem;
          line-height: 1;
        }
      }
      @media (min-width: 1536px) {
        .title {
          line-height: 100%;
        }
      }
      @media (min-width: 1536px) {
        .title {
          letter-spacing: 0%;
        }
      }
      .subtitle {
        text-align: center;
      }
      .subtitle {
        font-size: 1.5rem;
        line-height: 2rem;
      }
      .subtitle {
        font-weight: 400;
      }
      @media (min-width: 640px) {
        .subtitle {
          font-size: 32px;
        }
      }
      @media (min-width: 640px) {
        .subtitle {
          line-height: 48px;
        }
      }
      @media (min-width: 640px) {
        .subtitle {
          letter-spacing: 0%;
        }
      }
      @media (min-width: 768px) {
        .subtitle {
          text-align: start;
        }
      }
      .items {
        display: grid;
      }
      .items {
        grid-template-columns: repeat(1, minmax(0, 1fr));
      }
      .items {
        gap: 0px;
      }
      @media (min-width: 1024px) {
        .items {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }
      }
      .items {
        > div {
          display: flex;
        }
        > div {
          flex-direction: row;
        }
        > div {
          gap: 1rem;
        }
        > div {
          padding: 1.5rem;
        }
        > div {
          padding-left: 1rem;
          padding-right: 1rem;
        }
        @media (min-width: 640px) {
          > div {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
          }
        }
        @media (min-width: 640px) {
          > div {
            padding-top: 32px;
            padding-bottom: 32px;
          }
        }
        @media (min-width: 768px) {
          > div {
            padding-left: 60px;
            padding-right: 60px;
          }
        }
        @media (min-width: 1280px) {
          > div {
            gap: 1rem;
          }
        }
        @media (min-width: 1536px) {
          > div {
            gap: 30px;
          }
        }
        > div {
          > i {
            margin-top: -2px;
          }
          > i {
            font-size: 1.5rem;
            line-height: 2rem;
          }
          > i {
            --tw-text-opacity: 1;
            color: rgb(45 167 113 / var(--tw-text-opacity));
          }
          @media (min-width: 1280px) {
            > i {
              margin-top: -0.25rem;
            }
          }
          @media (min-width: 1536px) {
            > i {
              margin-top: 0px;
            }
          }
          @media (min-width: 1536px) {
            > i {
              font-size: 2.25rem;
              line-height: 2.5rem;
            }
          }
          > span {
            font-size: 1.25rem;
            line-height: 1.75rem;
          }
          > span {
            font-weight: 400;
          }
          @media (min-width: 1280px) {
            > span {
              font-size: 1rem;
              line-height: 1.5rem;
            }
          }
          @media (min-width: 1536px) {
            > span {
              font-size: 1.5rem;
              line-height: 2rem;
            }
          }
          @media (min-width: 1536px) {
            > span {
              line-height: 2.5rem;
            }
          }
          @media (min-width: 1536px) {
            > span {
              letter-spacing: 0%;
            }
          }
        }
      }
    }
  }
  /* CTA */
  .yulo-cta {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .yulo-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  @media (min-width: 768px) {
    .yulo-cta {
      padding-left: 64px;
      padding-right: 64px;
    }
  }
  @media (min-width: 1280px) {
    .yulo-cta {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
  @media (min-width: 1536px) {
    .yulo-cta {
      padding-left: 64px;
      padding-right: 64px;
    }
  }
  .yulo-cta {
    .content {
      display: flex;
    }
    .content {
      flex-direction: column;
    }
    .content {
      align-items: center;
    }
    .content {
      gap: 1rem;
    }
    @media (min-width: 640px) {
      .content {
        gap: 2.5rem;
      }
    }
    .content {
      .title {
        text-align: center;
      }
      .title {
        font-size: 2.25rem;
        line-height: 2.5rem;
      }
      .title {
        font-weight: 800;
      }
      .title {
        line-height: 46px;
      }
      .title {
        letter-spacing: 0%;
      }
      @media (min-width: 768px) {
        .title {
          font-size: 52px;
        }
      }
      @media (min-width: 768px) {
        .title {
          line-height: 72px;
        }
      }
      @media (min-width: 1280px) {
        .title {
          font-size: 42px;
        }
      }
      @media (min-width: 1280px) {
        .title {
          line-height: 62px;
        }
      }
      @media (min-width: 1536px) {
        .title {
          font-size: 60px;
        }
      }
      @media (min-width: 1536px) {
        .title {
          line-height: 80px;
        }
      }
    }
  }
}

/* Long Content */

@media (min-width: 640px) {
  .sm\:yulo-mx-\[12px\] {
    margin-left: 12px;
    margin-right: 12px;
  }

  .sm\:yulo-mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:yulo-mt-\[46px\] {
    margin-top: 46px;
  }

  .sm\:yulo-h-\[46\.78px\] {
    height: 46.78px;
  }

  .sm\:yulo-h-\[47px\] {
    height: 47px;
  }

  .sm\:yulo-h-\[58\.65px\] {
    height: 58.65px;
  }

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

  .sm\:yulo-max-w-\[429px\] {
    max-width: 429px;
  }

  .sm\:yulo-gap-10 {
    gap: 2.5rem;
  }

  .sm\:yulo-gap-6 {
    gap: 1.5rem;
  }

  .sm\:yulo-gap-\[200px\] {
    gap: 200px;
  }

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

  .sm\:yulo-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .sm\:yulo-space-y-\[60px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .sm\:yulo-rounded-2xl {
    border-radius: 1rem;
  }

  .sm\:yulo-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:yulo-px-\[39px\] {
    padding-left: 39px;
    padding-right: 39px;
  }

  .sm\:yulo-px-\[54px\] {
    padding-left: 54px;
    padding-right: 54px;
  }

  .sm\:yulo-py-\[32px\] {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sm\:yulo-py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sm\:yulo-py-\[52\.67px\] {
    padding-top: 52.67px;
    padding-bottom: 52.67px;
  }

  .sm\:yulo-pb-\[360px\] {
    padding-bottom: 360px;
  }

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

  .sm\:yulo-text-\[120px\] {
    font-size: 120px;
  }

  .sm\:yulo-text-\[32px\] {
    font-size: 32px;
  }

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

  .sm\:yulo-text-\[56px\] {
    font-size: 56px;
  }

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

  .sm\:yulo-leading-10 {
    line-height: 2.5rem;
  }

  .sm\:yulo-leading-\[20\.16px\] {
    line-height: 20.16px;
  }

  .sm\:yulo-leading-\[30\.24px\] {
    line-height: 30.24px;
  }

  .sm\:yulo-leading-\[30px\] {
    line-height: 30px;
  }

  .sm\:yulo-leading-\[40\.32px\] {
    line-height: 40.32px;
  }

  .sm\:yulo-leading-\[48px\] {
    line-height: 48px;
  }

  .sm\:yulo-tracking-\[0\%\] {
    letter-spacing: 0%;
  }
}

@media (min-width: 768px) {
  .md\:yulo-gap-8 {
    gap: 2rem;
  }

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

  .md\:yulo-px-\[64px\] {
    padding-left: 64px;
    padding-right: 64px;
  }

  .md\:yulo-text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

@media (min-width: 1024px) {
  .lg\:yulo-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .xl\:yulo-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:-yulo-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:yulo-mt-\[96px\] {
    margin-top: 96px;
  }

  .xl\:yulo-block {
    display: block;
  }

  .xl\:yulo-hidden {
    display: none;
  }

  .xl\:yulo-h-\[77px\] {
    height: 77px;
  }

  .xl\:yulo-min-w-\[215px\] {
    min-width: 215px;
  }

  .xl\:yulo-flex-none {
    flex: none;
  }

  .xl\:yulo-grow {
    flex-grow: 1;
  }

  .xl\:yulo-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:yulo-flex-row {
    flex-direction: row;
  }

  .xl\:yulo-items-start {
    align-items: flex-start;
  }

  .xl\:yulo-gap-3 {
    gap: 0.75rem;
  }

  .xl\:yulo-gap-4 {
    gap: 1rem;
  }

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

  .xl\:yulo-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .xl\:yulo-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .xl\:yulo-space-y-\[120px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .xl\:yulo-rounded-3xl {
    border-radius: 1.5rem;
  }

  .xl\:yulo-rounded-\[120px\] {
    border-radius: 120px;
  }

  .xl\:yulo-p-4 {
    padding: 1rem;
  }

  .xl\:yulo-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:yulo-px-\[120px\] {
    padding-left: 120px;
    padding-right: 120px;
  }

  .xl\:yulo-px-\[146px\] {
    padding-left: 146px;
    padding-right: 146px;
  }

  .xl\:yulo-px-\[54px\] {
    padding-left: 54px;
    padding-right: 54px;
  }

  .xl\:yulo-px-\[72px\] {
    padding-left: 72px;
    padding-right: 72px;
  }

  .xl\:yulo-py-\[32px\] {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xl\:yulo-py-\[53px\] {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .xl\:yulo-py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xl\:yulo-text-start {
    text-align: start;
  }

  .xl\:yulo-text-\[160px\] {
    font-size: 160px;
  }

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

  .xl\:yulo-text-\[32px\] {
    font-size: 32px;
  }

  .xl\:yulo-text-\[42px\] {
    font-size: 42px;
  }

  .xl\:yulo-text-\[56px\] {
    font-size: 56px;
  }

  .xl\:yulo-text-\[80px\] {
    font-size: 80px;
  }

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

  .xl\:yulo-font-bold {
    font-weight: 700;
  }

  .xl\:yulo-leading-\[30\.24px\] {
    line-height: 30.24px;
  }

  .xl\:yulo-leading-\[62px\] {
    line-height: 62px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:yulo-mt-0 {
    margin-top: 0px;
  }

  .\32xl\:yulo-gap-\[151px\] {
    gap: 151px;
  }

  .\32xl\:yulo-gap-\[30px\] {
    gap: 30px;
  }

  .\32xl\:yulo-px-\[64px\] {
    padding-left: 64px;
    padding-right: 64px;
  }

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

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

  .\32xl\:yulo-text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:yulo-text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .\32xl\:yulo-text-\[60px\] {
    font-size: 60px;
  }

  .\32xl\:yulo-leading-10 {
    line-height: 2.5rem;
  }

  .\32xl\:yulo-leading-\[100\%\] {
    line-height: 100%;
  }

  .\32xl\:yulo-leading-\[80px\] {
    line-height: 80px;
  }

  .\32xl\:yulo-tracking-\[0\%\] {
    letter-spacing: 0%;
  }
}

@media (min-width: 1920px) {
  .desktop\:yulo-text-\[100px\] {
    font-size: 100px;
  }

  .desktop\:yulo-text-\[120px\] {
    font-size: 120px;
  }

  .desktop\:yulo-text-\[200px\] {
    font-size: 200px;
  }

  .desktop\:yulo-text-\[80px\] {
    font-size: 80px;
  }

  .desktop\:yulo-leading-\[96px\] {
    line-height: 96px;
  }

  .desktop\:-yulo-tracking-\[2\%\] {
    letter-spacing: -2%;
  }
}