/*
! tailwindcss v3.3.6 | 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

::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:  ;
}.container {
  width: 100%;
}@media (min-width: 375px) {

  .container {
    max-width: 375px;
  }
}@media (min-width: 390px) {

  .container {
    max-width: 390px;
  }
}@media (min-width: 400px) {

  .container {
    max-width: 400px;
  }
}@media (min-width: 427px) {

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

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

  .container {
    max-width: 900px;
  }
}@media (min-width: 1040px) {

  .container {
    max-width: 1040px;
  }
}@media (min-width: 1300px) {

  .container {
    max-width: 1300px;
  }
}@media (min-width: 1600px) {

  .container {
    max-width: 1600px;
  }
}.pointer-events-none {
  pointer-events: none;
}.visible {
  visibility: visible;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.bottom-0 {
  bottom: 0px;
}.bottom-3 {
  bottom: 0.75rem;
}.bottom-\[100px\] {
  bottom: 100px;
}.bottom-\[16px\] {
  bottom: 16px;
}.bottom-\[20px\] {
  bottom: 20px;
}.bottom-\[40px\] {
  bottom: 40px;
}.bottom-\[56px\] {
  bottom: 56px;
}.bottom-\[80px\] {
  bottom: 80px;
}.bottom-\[88px\] {
  bottom: 88px;
}.left-0 {
  left: 0px;
}.left-6 {
  left: 1.5rem;
}.left-\[-12px\] {
  left: -12px;
}.left-\[-13px\] {
  left: -13px;
}.left-\[-4px\] {
  left: -4px;
}.left-\[16px\] {
  left: 16px;
}.left-\[177px\] {
  left: 177px;
}.left-\[24px\] {
  left: 24px;
}.left-\[28px\] {
  left: 28px;
}.left-\[50\%\] {
  left: 50%;
}.right-0 {
  right: 0px;
}.right-3 {
  right: 0.75rem;
}.right-5 {
  right: 1.25rem;
}.right-\[-12px\] {
  right: -12px;
}.right-\[-20px\] {
  right: -20px;
}.right-\[-4px\] {
  right: -4px;
}.right-\[-7px\] {
  right: -7px;
}.right-\[16px\] {
  right: 16px;
}.right-\[50\%\] {
  right: 50%;
}.right-\[58px\] {
  right: 58px;
}.right-\[5px\] {
  right: 5px;
}.right-\[65px\] {
  right: 65px;
}.top-0 {
  top: 0px;
}.top-8 {
  top: 2rem;
}.top-\[-10px\] {
  top: -10px;
}.top-\[-30px\] {
  top: -30px;
}.top-\[-33px\] {
  top: -33px;
}.top-\[-40px\] {
  top: -40px;
}.top-\[-47px\] {
  top: -47px;
}.top-\[-50px\] {
  top: -50px;
}.top-\[-90px\] {
  top: -90px;
}.top-\[12px\] {
  top: 12px;
}.top-\[16px\] {
  top: 16px;
}.top-\[25\%\] {
  top: 25%;
}.top-\[50\%\] {
  top: 50%;
}.top-\[50px\] {
  top: 50px;
}.top-\[56px\] {
  top: 56px;
}.top-\[60\%\] {
  top: 60%;
}.top-\[60px\] {
  top: 60px;
}.top-\[7px\] {
  top: 7px;
}.top-\[93px\] {
  top: 93px;
}.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;
}.z-\[10000\] {
  z-index: 10000;
}.z-\[1000\] {
  z-index: 1000;
}.z-\[1001\] {
  z-index: 1001;
}.z-\[100\] {
  z-index: 100;
}.z-\[101\] {
  z-index: 101;
}.z-\[10\] {
  z-index: 10;
}.z-\[1900\] {
  z-index: 1900;
}.z-\[1\] {
  z-index: 1;
}.z-\[20\] {
  z-index: 20;
}.z-\[2\] {
  z-index: 2;
}.z-\[998\] {
  z-index: 998;
}.z-\[999\] {
  z-index: 999;
}.m-0 {
  margin: 0px;
}.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}.mx-\[35px\] {
  margin-left: 35px;
  margin-right: 35px;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.my-\[22px\] {
  margin-top: 22px;
  margin-bottom: 22px;
}.my-\[50px\] {
  margin-top: 50px;
  margin-bottom: 50px;
}.my-\[6px\] {
  margin-top: 6px;
  margin-bottom: 6px;
}.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}.mb-1 {
  margin-bottom: 0.25rem;
}.mb-10 {
  margin-bottom: 2.5rem;
}.mb-2 {
  margin-bottom: 0.5rem;
}.mb-3 {
  margin-bottom: 0.75rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-5 {
  margin-bottom: 1.25rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mb-7 {
  margin-bottom: 1.75rem;
}.mb-8 {
  margin-bottom: 2rem;
}.mb-\[18px\] {
  margin-bottom: 18px;
}.mb-\[20px\] {
  margin-bottom: 20px;
}.mb-\[2px\] {
  margin-bottom: 2px;
}.mb-\[30px\] {
  margin-bottom: 30px;
}.mb-\[44px\] {
  margin-bottom: 44px;
}.mb-\[48px\] {
  margin-bottom: 48px;
}.mb-\[50px\] {
  margin-bottom: 50px;
}.mb-\[56px\] {
  margin-bottom: 56px;
}.mb-\[60px\] {
  margin-bottom: 60px;
}.mb-\[6px\] {
  margin-bottom: 6px;
}.mb-\[86px\] {
  margin-bottom: 86px;
}.mb-\[88px\] {
  margin-bottom: 88px;
}.mb-\[8px\] {
  margin-bottom: 8px;
}.ml-12 {
  margin-left: 3rem;
}.ml-14 {
  margin-left: 3.5rem;
}.ml-2 {
  margin-left: 0.5rem;
}.ml-2\.5 {
  margin-left: 0.625rem;
}.ml-3 {
  margin-left: 0.75rem;
}.ml-4 {
  margin-left: 1rem;
}.ml-6 {
  margin-left: 1.5rem;
}.ml-8 {
  margin-left: 2rem;
}.ml-\[-150px\] {
  margin-left: -150px;
}.ml-\[-48px\] {
  margin-left: -48px;
}.ml-\[24px\] {
  margin-left: 24px;
}.mr-1 {
  margin-right: 0.25rem;
}.mr-1\.5 {
  margin-right: 0.375rem;
}.mr-2 {
  margin-right: 0.5rem;
}.mr-4 {
  margin-right: 1rem;
}.mr-5 {
  margin-right: 1.25rem;
}.mr-\[18px\] {
  margin-right: 18px;
}.mr-\[4px\] {
  margin-right: 4px;
}.mt-0 {
  margin-top: 0px;
}.mt-1 {
  margin-top: 0.25rem;
}.mt-1\.5 {
  margin-top: 0.375rem;
}.mt-10 {
  margin-top: 2.5rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mt-2\.5 {
  margin-top: 0.625rem;
}.mt-3 {
  margin-top: 0.75rem;
}.mt-4 {
  margin-top: 1rem;
}.mt-5 {
  margin-top: 1.25rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mt-7 {
  margin-top: 1.75rem;
}.mt-8 {
  margin-top: 2rem;
}.mt-9 {
  margin-top: 2.25rem;
}.mt-\[100px\] {
  margin-top: 100px;
}.mt-\[107px\] {
  margin-top: 107px;
}.mt-\[120px\] {
  margin-top: 120px;
}.mt-\[130px\] {
  margin-top: 130px;
}.mt-\[140px\] {
  margin-top: 140px;
}.mt-\[148px\] {
  margin-top: 148px;
}.mt-\[150px\] {
  margin-top: 150px;
}.mt-\[155px\] {
  margin-top: 155px;
}.mt-\[16px\] {
  margin-top: 16px;
}.mt-\[18px\] {
  margin-top: 18px;
}.mt-\[194px\] {
  margin-top: 194px;
}.mt-\[20px\] {
  margin-top: 20px;
}.mt-\[24px\] {
  margin-top: 24px;
}.mt-\[270px\] {
  margin-top: 270px;
}.mt-\[27px\] {
  margin-top: 27px;
}.mt-\[28px\] {
  margin-top: 28px;
}.mt-\[2px\] {
  margin-top: 2px;
}.mt-\[36px\] {
  margin-top: 36px;
}.mt-\[3px\] {
  margin-top: 3px;
}.mt-\[40px\] {
  margin-top: 40px;
}.mt-\[42px\] {
  margin-top: 42px;
}.mt-\[44px\] {
  margin-top: 44px;
}.mt-\[45px\] {
  margin-top: 45px;
}.mt-\[48px\] {
  margin-top: 48px;
}.mt-\[50px\] {
  margin-top: 50px;
}.mt-\[55px\] {
  margin-top: 55px;
}.mt-\[5px\] {
  margin-top: 5px;
}.mt-\[60px\] {
  margin-top: 60px;
}.mt-\[62px\] {
  margin-top: 62px;
}.mt-\[64px\] {
  margin-top: 64px;
}.mt-\[6px\] {
  margin-top: 6px;
}.mt-\[70px\] {
  margin-top: 70px;
}.mt-\[72px\] {
  margin-top: 72px;
}.mt-\[73px\] {
  margin-top: 73px;
}.mt-\[75px\] {
  margin-top: 75px;
}.mt-\[80px\] {
  margin-top: 80px;
}.mt-\[88px\] {
  margin-top: 88px;
}.mt-\[90px\] {
  margin-top: 90px;
}.mt-\[94px\] {
  margin-top: 94px;
}.mt-\[9px\] {
  margin-top: 9px;
}.block {
  display: block;
}.inline-block {
  display: inline-block;
}.flex {
  display: flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.h-10 {
  height: 2.5rem;
}.h-3 {
  height: 0.75rem;
}.h-4 {
  height: 1rem;
}.h-5 {
  height: 1.25rem;
}.h-6 {
  height: 1.5rem;
}.h-8 {
  height: 2rem;
}.h-9 {
  height: 2.25rem;
}.h-\[100px\] {
  height: 100px;
}.h-\[105px\] {
  height: 105px;
}.h-\[108px\] {
  height: 108px;
}.h-\[113px\] {
  height: 113px;
}.h-\[114px\] {
  height: 114px;
}.h-\[117px\] {
  height: 117px;
}.h-\[118px\] {
  height: 118px;
}.h-\[123px\] {
  height: 123px;
}.h-\[14px\] {
  height: 14px;
}.h-\[154px\] {
  height: 154px;
}.h-\[170px\] {
  height: 170px;
}.h-\[176px\] {
  height: 176px;
}.h-\[182px\] {
  height: 182px;
}.h-\[184px\] {
  height: 184px;
}.h-\[18px\] {
  height: 18px;
}.h-\[230px\] {
  height: 230px;
}.h-\[250px\] {
  height: 250px;
}.h-\[29px\] {
  height: 29px;
}.h-\[31px\] {
  height: 31px;
}.h-\[32px\] {
  height: 32px;
}.h-\[34px\] {
  height: 34px;
}.h-\[399px\] {
  height: 399px;
}.h-\[400px\] {
  height: 400px;
}.h-\[440px\] {
  height: 440px;
}.h-\[450px\] {
  height: 450px;
}.h-\[46px\] {
  height: 46px;
}.h-\[47px\] {
  height: 47px;
}.h-\[48px\] {
  height: 48px;
}.h-\[50px\] {
  height: 50px;
}.h-\[51px\] {
  height: 51px;
}.h-\[53px\] {
  height: 53px;
}.h-\[56px\] {
  height: 56px;
}.h-\[60px\] {
  height: 60px;
}.h-\[61px\] {
  height: 61px;
}.h-\[62px\] {
  height: 62px;
}.h-\[64px\] {
  height: 64px;
}.h-\[68px\] {
  height: 68px;
}.h-\[69px\] {
  height: 69px;
}.h-\[71px\] {
  height: 71px;
}.h-\[72px\] {
  height: 72px;
}.h-\[78px\] {
  height: 78px;
}.h-\[80px\] {
  height: 80px;
}.h-\[8px\] {
  height: 8px;
}.h-\[90px\] {
  height: 90px;
}.h-\[95px\] {
  height: 95px;
}.h-\[calc\(100\%-var\(--position\)\)\] {
  height: calc(100% - var(--position));
}.h-auto {
  height: auto;
}.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}.h-full {
  height: 100%;
}.h-screen {
  height: 100vh;
}.w-10 {
  width: 2.5rem;
}.w-3 {
  width: 0.75rem;
}.w-4 {
  width: 1rem;
}.w-5 {
  width: 1.25rem;
}.w-6 {
  width: 1.5rem;
}.w-9 {
  width: 2.25rem;
}.w-\[100px\] {
  width: 100px;
}.w-\[105px\] {
  width: 105px;
}.w-\[106px\] {
  width: 106px;
}.w-\[110px\] {
  width: 110px;
}.w-\[111px\] {
  width: 111px;
}.w-\[113px\] {
  width: 113px;
}.w-\[114px\] {
  width: 114px;
}.w-\[117px\] {
  width: 117px;
}.w-\[118px\] {
  width: 118px;
}.w-\[120px\] {
  width: 120px;
}.w-\[121px\] {
  width: 121px;
}.w-\[124px\] {
  width: 124px;
}.w-\[128px\] {
  width: 128px;
}.w-\[130px\] {
  width: 130px;
}.w-\[132px\] {
  width: 132px;
}.w-\[133px\] {
  width: 133px;
}.w-\[136px\] {
  width: 136px;
}.w-\[138px\] {
  width: 138px;
}.w-\[140px\] {
  width: 140px;
}.w-\[144px\] {
  width: 144px;
}.w-\[152px\] {
  width: 152px;
}.w-\[154px\] {
  width: 154px;
}.w-\[160px\] {
  width: 160px;
}.w-\[162px\] {
  width: 162px;
}.w-\[164px\] {
  width: 164px;
}.w-\[170px\] {
  width: 170px;
}.w-\[172px\] {
  width: 172px;
}.w-\[175px\] {
  width: 175px;
}.w-\[178px\] {
  width: 178px;
}.w-\[180px\] {
  width: 180px;
}.w-\[181px\] {
  width: 181px;
}.w-\[186px\] {
  width: 186px;
}.w-\[190px\] {
  width: 190px;
}.w-\[192px\] {
  width: 192px;
}.w-\[194px\] {
  width: 194px;
}.w-\[1px\] {
  width: 1px;
}.w-\[200px\] {
  width: 200px;
}.w-\[205px\] {
  width: 205px;
}.w-\[206px\] {
  width: 206px;
}.w-\[207px\] {
  width: 207px;
}.w-\[208px\] {
  width: 208px;
}.w-\[209px\] {
  width: 209px;
}.w-\[210px\] {
  width: 210px;
}.w-\[212px\] {
  width: 212px;
}.w-\[213px\] {
  width: 213px;
}.w-\[215px\] {
  width: 215px;
}.w-\[216px\] {
  width: 216px;
}.w-\[219px\] {
  width: 219px;
}.w-\[220px\] {
  width: 220px;
}.w-\[224px\] {
  width: 224px;
}.w-\[234px\] {
  width: 234px;
}.w-\[235px\] {
  width: 235px;
}.w-\[23px\] {
  width: 23px;
}.w-\[240px\] {
  width: 240px;
}.w-\[242px\] {
  width: 242px;
}.w-\[246px\] {
  width: 246px;
}.w-\[247px\] {
  width: 247px;
}.w-\[248px\] {
  width: 248px;
}.w-\[249px\] {
  width: 249px;
}.w-\[250px\] {
  width: 250px;
}.w-\[254px\] {
  width: 254px;
}.w-\[255px\] {
  width: 255px;
}.w-\[256px\] {
  width: 256px;
}.w-\[259px\] {
  width: 259px;
}.w-\[25px\] {
  width: 25px;
}.w-\[260px\] {
  width: 260px;
}.w-\[262px\] {
  width: 262px;
}.w-\[26px\] {
  width: 26px;
}.w-\[270px\] {
  width: 270px;
}.w-\[279px\] {
  width: 279px;
}.w-\[28px\] {
  width: 28px;
}.w-\[290px\] {
  width: 290px;
}.w-\[295px\] {
  width: 295px;
}.w-\[29px\] {
  width: 29px;
}.w-\[300px\] {
  width: 300px;
}.w-\[302px\] {
  width: 302px;
}.w-\[307px\] {
  width: 307px;
}.w-\[30px\] {
  width: 30px;
}.w-\[310px\] {
  width: 310px;
}.w-\[311px\] {
  width: 311px;
}.w-\[313px\] {
  width: 313px;
}.w-\[319px\] {
  width: 319px;
}.w-\[31px\] {
  width: 31px;
}.w-\[320px\] {
  width: 320px;
}.w-\[330px\] {
  width: 330px;
}.w-\[334px\] {
  width: 334px;
}.w-\[340px\] {
  width: 340px;
}.w-\[34px\] {
  width: 34px;
}.w-\[40px\] {
  width: 40px;
}.w-\[44px\] {
  width: 44px;
}.w-\[46px\] {
  width: 46px;
}.w-\[4px\] {
  width: 4px;
}.w-\[50px\] {
  width: 50px;
}.w-\[51px\] {
  width: 51px;
}.w-\[54px\] {
  width: 54px;
}.w-\[60px\] {
  width: 60px;
}.w-\[62px\] {
  width: 62px;
}.w-\[64px\] {
  width: 64px;
}.w-\[65px\] {
  width: 65px;
}.w-\[68px\] {
  width: 68px;
}.w-\[76px\] {
  width: 76px;
}.w-\[80px\] {
  width: 80px;
}.w-\[88px\] {
  width: 88px;
}.w-\[90px\] {
  width: 90px;
}.w-\[92px\] {
  width: 92px;
}.w-\[95px\] {
  width: 95px;
}.w-\[96px\] {
  width: 96px;
}.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}.w-full {
  width: 100%;
}.w-max {
  width: -moz-max-content;
  width: max-content;
}.w-screen {
  width: 100vw;
}.min-w-\[311px\] {
  min-width: 311px;
}.max-w-\[102px\] {
  max-width: 102px;
}.max-w-\[108px\] {
  max-width: 108px;
}.max-w-\[140px\] {
  max-width: 140px;
}.max-w-\[184px\] {
  max-width: 184px;
}.max-w-\[186px\] {
  max-width: 186px;
}.max-w-\[190px\] {
  max-width: 190px;
}.max-w-\[198px\] {
  max-width: 198px;
}.max-w-\[200px\] {
  max-width: 200px;
}.max-w-\[210px\] {
  max-width: 210px;
}.max-w-\[213px\] {
  max-width: 213px;
}.max-w-\[217px\] {
  max-width: 217px;
}.max-w-\[218px\] {
  max-width: 218px;
}.max-w-\[221px\] {
  max-width: 221px;
}.max-w-\[229px\] {
  max-width: 229px;
}.max-w-\[230px\] {
  max-width: 230px;
}.max-w-\[250px\] {
  max-width: 250px;
}.max-w-\[254px\] {
  max-width: 254px;
}.max-w-\[257px\] {
  max-width: 257px;
}.max-w-\[260px\] {
  max-width: 260px;
}.max-w-\[282px\] {
  max-width: 282px;
}.max-w-\[300px\] {
  max-width: 300px;
}.max-w-\[310px\] {
  max-width: 310px;
}.max-w-\[313px\] {
  max-width: 313px;
}.max-w-\[320px\] {
  max-width: 320px;
}.max-w-\[322px\] {
  max-width: 322px;
}.max-w-\[330px\] {
  max-width: 330px;
}.max-w-\[332px\] {
  max-width: 332px;
}.max-w-\[334px\] {
  max-width: 334px;
}.max-w-\[340px\] {
  max-width: 340px;
}.max-w-\[346px\] {
  max-width: 346px;
}.max-w-\[350px\] {
  max-width: 350px;
}.max-w-\[364px\] {
  max-width: 364px;
}.max-w-\[366px\] {
  max-width: 366px;
}.max-w-\[370px\] {
  max-width: 370px;
}.max-w-\[375px\] {
  max-width: 375px;
}.max-w-\[382px\] {
  max-width: 382px;
}.max-w-\[386px\] {
  max-width: 386px;
}.max-w-\[400px\] {
  max-width: 400px;
}.max-w-\[410px\] {
  max-width: 410px;
}.max-w-\[428px\] {
  max-width: 428px;
}.max-w-\[430px\] {
  max-width: 430px;
}.max-w-\[540px\] {
  max-width: 540px;
}.flex-shrink {
  flex-shrink: 1;
}.shrink-0 {
  flex-shrink: 0;
}.translate-x-\[-30\%\] {
  --tw-translate-x: -30%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-x-\[37\%\] {
  --tw-translate-x: 37%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-x-\[50\%\] {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-\[-60\%\] {
  --tw-translate-y: -60%;
  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));
}.scale-x-\[-1\] {
  --tw-scale-x: -1;
  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 {
  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 scroll {

  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}.animate-scroll {
  animation: scroll 20s linear infinite;
}@keyframes scrollBackwards {

  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}.animate-scrollBackwards {
  animation: scrollBackwards 20s linear infinite;
}.cursor-default {
  cursor: default;
}.cursor-pointer {
  cursor: pointer;
}.touch-manipulation {
  touch-action: manipulation;
}.resize {
  resize: both;
}.list-disc {
  list-style-type: disc;
}.grid-cols-\[113px_113px_113px\] {
  grid-template-columns: 113px 113px 113px;
}.grid-cols-\[50\%_50\%\] {
  grid-template-columns: 50% 50%;
}.flex-row {
  flex-direction: row;
}.flex-col {
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.flex-nowrap {
  flex-wrap: nowrap;
}.content-center {
  align-content: center;
}.items-start {
  align-items: flex-start;
}.items-end {
  align-items: flex-end;
}.items-center {
  align-items: center;
}.items-stretch {
  align-items: stretch;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.justify-around {
  justify-content: space-around;
}.gap-1 {
  gap: 0.25rem;
}.gap-1\.5 {
  gap: 0.375rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-2\.5 {
  gap: 0.625rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-4 {
  gap: 1rem;
}.gap-6 {
  gap: 1.5rem;
}.gap-\[2\.5px\] {
  gap: 2.5px;
}.gap-\[2px\] {
  gap: 2px;
}.gap-\[4px\] {
  gap: 4px;
}.gap-\[7px\] {
  gap: 7px;
}.gap-\[9px\] {
  gap: 9px;
}.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}.gap-y-1 {
  row-gap: 0.25rem;
}.gap-y-10 {
  row-gap: 2.5rem;
}.gap-y-2 {
  row-gap: 0.5rem;
}.gap-y-3 {
  row-gap: 0.75rem;
}.gap-y-4 {
  row-gap: 1rem;
}.gap-y-5 {
  row-gap: 1.25rem;
}.gap-y-6 {
  row-gap: 1.5rem;
}.gap-y-8 {
  row-gap: 2rem;
}.gap-y-\[48px\] {
  row-gap: 48px;
}.gap-y-\[6px\] {
  row-gap: 6px;
}.gap-y-\[8px\] {
  row-gap: 8px;
}.overflow-hidden {
  overflow: hidden;
}.overflow-x-auto {
  overflow-x: auto;
}.overflow-x-hidden {
  overflow-x: hidden;
}.overflow-y-hidden {
  overflow-y: hidden;
}.whitespace-nowrap {
  white-space: nowrap;
}.rounded-2xl {
  border-radius: 1rem;
}.rounded-3xl {
  border-radius: 1.5rem;
}.rounded-\[10px\] {
  border-radius: 10px;
}.rounded-\[14px\] {
  border-radius: 14px;
}.rounded-\[18px\] {
  border-radius: 18px;
}.rounded-\[20px\] {
  border-radius: 20px;
}.rounded-\[24px\] {
  border-radius: 24px;
}.rounded-\[25px\] {
  border-radius: 25px;
}.rounded-\[28px\] {
  border-radius: 28px;
}.rounded-\[32px\] {
  border-radius: 32px;
}.rounded-\[36px\] {
  border-radius: 36px;
}.rounded-\[40px\] {
  border-radius: 40px;
}.rounded-\[44px\] {
  border-radius: 44px;
}.rounded-\[48px\] {
  border-radius: 48px;
}.rounded-\[50\%\] {
  border-radius: 50%;
}.rounded-\[50px\] {
  border-radius: 50px;
}.rounded-\[51px\] {
  border-radius: 51px;
}.rounded-\[55px\] {
  border-radius: 55px;
}.rounded-\[60px\] {
  border-radius: 60px;
}.rounded-\[64px\] {
  border-radius: 64px;
}.rounded-\[72px\] {
  border-radius: 72px;
}.rounded-\[8px\] {
  border-radius: 8px;
}.rounded-lg {
  border-radius: 0.5rem;
}.rounded-xl {
  border-radius: 0.75rem;
}.border {
  border-width: 1px;
}.border-\[0\.5px\] {
  border-width: 0.5px;
}.border-\[1px\] {
  border-width: 1px;
}.border-\[2px\] {
  border-width: 2px;
}.border-\[3px\] {
  border-width: 3px;
}.border-b-\[1px\] {
  border-bottom-width: 1px;
}.border-r-\[1px\] {
  border-right-width: 1px;
}.border-solid {
  border-style: solid;
}.border-\[\#2f356b\] {
  --tw-border-opacity: 1;
  border-color: rgb(47 53 107 / var(--tw-border-opacity));
}.border-\[\#3f4259\] {
  --tw-border-opacity: 1;
  border-color: rgb(63 66 89 / var(--tw-border-opacity));
}.border-\[\#A7A7A7\] {
  --tw-border-opacity: 1;
  border-color: rgb(167 167 167 / var(--tw-border-opacity));
}.border-\[\#F3F3F3\] {
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity));
}.border-\[\#b9bec331\] {
  border-color: #b9bec331;
}.border-\[\#d9d9d9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}.border-\[rgba\(170\2c 180\2c 191\2c 0\.4\)\] {
  border-color: rgba(170,180,191,0.4);
}.border-b-\[\#8E8E92\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(142 142 146 / var(--tw-border-opacity));
}.border-b-\[\#D5D5D7\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(213 213 215 / var(--tw-border-opacity));
}.border-r-\[\#8E8E92\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(142 142 146 / var(--tw-border-opacity));
}.bg-\[\#000000b3\] {
  background-color: #000000b3;
}.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-\[\#007AFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 255 / var(--tw-bg-opacity));
}.bg-\[\#009AFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 154 255 / var(--tw-bg-opacity));
}.bg-\[\#011A5B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 26 91 / var(--tw-bg-opacity));
}.bg-\[\#040521\] {
  --tw-bg-opacity: 1;
  background-color: rgb(4 5 33 / var(--tw-bg-opacity));
}.bg-\[\#040C2E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(4 12 46 / var(--tw-bg-opacity));
}.bg-\[\#0584FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 132 255 / var(--tw-bg-opacity));
}.bg-\[\#080A1C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 10 28 / var(--tw-bg-opacity));
}.bg-\[\#081223\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 18 35 / var(--tw-bg-opacity));
}.bg-\[\#0B0B0D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(11 11 13 / var(--tw-bg-opacity));
}.bg-\[\#0C2046\] {
  --tw-bg-opacity: 1;
  background-color: rgb(12 32 70 / var(--tw-bg-opacity));
}.bg-\[\#0E0E0E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 14 14 / var(--tw-bg-opacity));
}.bg-\[\#106EFE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 110 254 / var(--tw-bg-opacity));
}.bg-\[\#121212\] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity));
}.bg-\[\#121929\] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 25 41 / var(--tw-bg-opacity));
}.bg-\[\#14D032\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 208 50 / var(--tw-bg-opacity));
}.bg-\[\#15172D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 23 45 / var(--tw-bg-opacity));
}.bg-\[\#161616\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
}.bg-\[\#171717\] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}.bg-\[\#171C27\] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 28 39 / var(--tw-bg-opacity));
}.bg-\[\#1A1A1A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}.bg-\[\#208BFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(32 139 255 / var(--tw-bg-opacity));
}.bg-\[\#212731\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 39 49 / var(--tw-bg-opacity));
}.bg-\[\#24284B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(36 40 75 / var(--tw-bg-opacity));
}.bg-\[\#273246\] {
  --tw-bg-opacity: 1;
  background-color: rgb(39 50 70 / var(--tw-bg-opacity));
}.bg-\[\#2A0EB0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 14 176 / var(--tw-bg-opacity));
}.bg-\[\#2EC4B6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(46 196 182 / var(--tw-bg-opacity));
}.bg-\[\#3478F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(52 120 246 / var(--tw-bg-opacity));
}.bg-\[\#3E50E8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(62 80 232 / var(--tw-bg-opacity));
}.bg-\[\#4CAF50\] {
  --tw-bg-opacity: 1;
  background-color: rgb(76 175 80 / var(--tw-bg-opacity));
}.bg-\[\#4c4c4c74\] {
  background-color: #4c4c4c74;
}.bg-\[\#ADB8BA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(173 184 186 / var(--tw-bg-opacity));
}.bg-\[\#C0F4FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(192 244 255 / var(--tw-bg-opacity));
}.bg-\[\#CAFF86\] {
  --tw-bg-opacity: 1;
  background-color: rgb(202 255 134 / var(--tw-bg-opacity));
}.bg-\[\#D5FAD2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(213 250 210 / var(--tw-bg-opacity));
}.bg-\[\#DBF651\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 246 81 / var(--tw-bg-opacity));
}.bg-\[\#E0DDDD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 221 221 / var(--tw-bg-opacity));
}.bg-\[\#E0F5FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 245 250 / var(--tw-bg-opacity));
}.bg-\[\#E3F0FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 240 255 / var(--tw-bg-opacity));
}.bg-\[\#E5F0FE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 240 254 / var(--tw-bg-opacity));
}.bg-\[\#EAEAEA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}.bg-\[\#ECF4FC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 244 252 / var(--tw-bg-opacity));
}.bg-\[\#ED3A4A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 58 74 / var(--tw-bg-opacity));
}.bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}.bg-\[\#F2F2F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 247 / var(--tw-bg-opacity));
}.bg-\[\#F2F4F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 248 / var(--tw-bg-opacity));
}.bg-\[\#F2F8FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 255 / var(--tw-bg-opacity));
}.bg-\[\#F4F4F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}.bg-\[\#F6FCFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 252 255 / var(--tw-bg-opacity));
}.bg-\[\#F9F9F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}.bg-\[\#FA573F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 87 63 / var(--tw-bg-opacity));
}.bg-\[\#FAD24C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 210 76 / var(--tw-bg-opacity));
}.bg-\[\#FF9F1C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 159 28 / var(--tw-bg-opacity));
}.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-\[\#FFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-\[\#c9c9c9c0\] {
  background-color: #c9c9c9c0;
}.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-\[rgba\(171\2c _171\2c _171\2c _0\.07\)\] {
  background-color: rgba(171, 171, 171, 0.07);
}.bg-\[rgba\(255\2c _255\2c _255\2c _0\.05\)\] {
  background-color: rgba(255, 255, 255, 0.05);
}.bg-\[rgba\(96\2c _101\2c _121\2c _0\.50\)\] {
  background-color: rgba(96, 101, 121, 0.50);
}.bg-transparent {
  background-color: transparent;
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-\[linear-gradient\(161deg\2c _\#FFF_-32\.45\%\2c _\#00349A_48\.97\%\2c _\#001236_128\.78\%\)\] {
  background-image: linear-gradient(161deg, #FFF -32.45%, #00349A 48.97%, #001236 128.78%);
}.bg-\[linear-gradient\(164deg\2c _\#F4F4F4_1\.73\%\2c _rgba\(196\2c _196\2c _196\2c _0\.89\)_138\.55\%\)\] {
  background-image: linear-gradient(164deg, #F4F4F4 1.73%, rgba(196, 196, 196, 0.89) 138.55%);
}.bg-\[linear-gradient\(165deg\2c _\#00132A_8\.37\%\2c _\#000_95\.76\%\)\] {
  background-image: linear-gradient(165deg, #00132A 8.37%, #000 95.76%);
}.bg-\[linear-gradient\(166deg\2c _\#E8E0E5_8\.7\%\2c _\#E6A3A3_90\.28\%\)\] {
  background-image: linear-gradient(166deg, #E8E0E5 8.7%, #E6A3A3 90.28%);
}.bg-\[linear-gradient\(168deg\2c _\#E1EEF2_6\.36\%\2c _\#A6D2DC_38\.49\%\2c _\#F7D259_96\.82\%\)\] {
  background-image: linear-gradient(168deg, #E1EEF2 6.36%, #A6D2DC 38.49%, #F7D259 96.82%);
}.bg-\[linear-gradient\(192deg\2c _\#031543_-7\.93\%\2c _\#01081B_81\.98\%\)\] {
  background-image: linear-gradient(192deg, #031543 -7.93%, #01081B 81.98%);
}.bg-\[linear-gradient\(344deg\2c _\#020202_19\.44\%\2c _\#263843_167\.16\%\)\] {
  background-image: linear-gradient(344deg, #020202 19.44%, #263843 167.16%);
}.bg-\[linear-gradient\(89\.96deg\2c _\#FFFFFF_-350\.38\%\2c _\#1554F5_97\.04\%\)\] {
  background-image: linear-gradient(89.96deg, #FFFFFF -350.38%, #1554F5 97.04%);
}.bg-\[linear-gradient\(90deg\2c _\#316ECA_0\%\2c _\#096AFF_100\%\)\] {
  background-image: linear-gradient(90deg, #316ECA 0%, #096AFF 100%);
}.p-3 {
  padding: 0.75rem;
}.p-4 {
  padding: 1rem;
}.p-6 {
  padding: 1.5rem;
}.p-8 {
  padding: 2rem;
}.p-\[11px\] {
  padding: 11px;
}.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}.px-\[31px\] {
  padding-left: 31px;
  padding-right: 31px;
}.px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}.px-\[33px\] {
  padding-left: 33px;
  padding-right: 33px;
}.px-\[35px\] {
  padding-left: 35px;
  padding-right: 35px;
}.px-\[48px\] {
  padding-left: 48px;
  padding-right: 48px;
}.px-\[52px\] {
  padding-left: 52px;
  padding-right: 52px;
}.px-\[53px\] {
  padding-left: 53px;
  padding-right: 53px;
}.px-\[56px\] {
  padding-left: 56px;
  padding-right: 56px;
}.px-\[62px\] {
  padding-left: 62px;
  padding-right: 62px;
}.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}.px-\[9px\] {
  padding-left: 9px;
  padding-right: 9px;
}.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}.py-\[17\.5px\] {
  padding-top: 17.5px;
  padding-bottom: 17.5px;
}.py-\[17px\] {
  padding-top: 17px;
  padding-bottom: 17px;
}.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}.py-\[56px\] {
  padding-top: 56px;
  padding-bottom: 56px;
}.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}.pb-10 {
  padding-bottom: 2.5rem;
}.pb-14 {
  padding-bottom: 3.5rem;
}.pb-2 {
  padding-bottom: 0.5rem;
}.pb-2\.5 {
  padding-bottom: 0.625rem;
}.pb-3 {
  padding-bottom: 0.75rem;
}.pb-4 {
  padding-bottom: 1rem;
}.pb-5 {
  padding-bottom: 1.25rem;
}.pb-6 {
  padding-bottom: 1.5rem;
}.pb-8 {
  padding-bottom: 2rem;
}.pb-\[108px\] {
  padding-bottom: 108px;
}.pb-\[111px\] {
  padding-bottom: 111px;
}.pb-\[26px\] {
  padding-bottom: 26px;
}.pb-\[55px\] {
  padding-bottom: 55px;
}.pb-\[56px\] {
  padding-bottom: 56px;
}.pb-\[90px\] {
  padding-bottom: 90px;
}.pl-10 {
  padding-left: 2.5rem;
}.pl-8 {
  padding-left: 2rem;
}.pl-\[18px\] {
  padding-left: 18px;
}.pl-\[47px\] {
  padding-left: 47px;
}.pl-\[6px\] {
  padding-left: 6px;
}.pr-5 {
  padding-right: 1.25rem;
}.pr-6 {
  padding-right: 1.5rem;
}.pr-\[20px\] {
  padding-right: 20px;
}.pt-1 {
  padding-top: 0.25rem;
}.pt-10 {
  padding-top: 2.5rem;
}.pt-12 {
  padding-top: 3rem;
}.pt-2 {
  padding-top: 0.5rem;
}.pt-3 {
  padding-top: 0.75rem;
}.pt-4 {
  padding-top: 1rem;
}.pt-5 {
  padding-top: 1.25rem;
}.pt-6 {
  padding-top: 1.5rem;
}.pt-8 {
  padding-top: 2rem;
}.pt-9 {
  padding-top: 2.25rem;
}.pt-\[104px\] {
  padding-top: 104px;
}.pt-\[105px\] {
  padding-top: 105px;
}.pt-\[108px\] {
  padding-top: 108px;
}.pt-\[120px\] {
  padding-top: 120px;
}.pt-\[124px\] {
  padding-top: 124px;
}.pt-\[126px\] {
  padding-top: 126px;
}.pt-\[138px\] {
  padding-top: 138px;
}.pt-\[140px\] {
  padding-top: 140px;
}.pt-\[14px\] {
  padding-top: 14px;
}.pt-\[150px\] {
  padding-top: 150px;
}.pt-\[160px\] {
  padding-top: 160px;
}.pt-\[200px\] {
  padding-top: 200px;
}.pt-\[245px\] {
  padding-top: 245px;
}.pt-\[2px\] {
  padding-top: 2px;
}.pt-\[30px\] {
  padding-top: 30px;
}.pt-\[41px\] {
  padding-top: 41px;
}.pt-\[48px\] {
  padding-top: 48px;
}.pt-\[49px\] {
  padding-top: 49px;
}.pt-\[50px\] {
  padding-top: 50px;
}.pt-\[51px\] {
  padding-top: 51px;
}.pt-\[52px\] {
  padding-top: 52px;
}.pt-\[56px\] {
  padding-top: 56px;
}.pt-\[60px\] {
  padding-top: 60px;
}.pt-\[62px\] {
  padding-top: 62px;
}.pt-\[70px\] {
  padding-top: 70px;
}.pt-\[80px\] {
  padding-top: 80px;
}.pt-\[89px\] {
  padding-top: 89px;
}.pt-\[96px\] {
  padding-top: 96px;
}.text-center {
  text-align: center;
}.text-end {
  text-align: end;
}.font-caveat-regular {
  font-family: Caveat Regular, sans-serif;
}.font-francisco {
  font-family: SF UI Text Regular, sans-serif;
}.font-francisco-bold {
  font-family: SF UI Text Bold, sans-serif;
}.font-francisco-display {
  font-family: SF Pro Display Regular, sans-serif;
}.font-francisco-heavy {
  font-family: SF UI Text Heavy, sans-serif;
}.font-francisco-light {
  font-family: SF UI Text Light, sans-serif;
}.font-francisco-medium {
  font-family: SF UI Text Medium, sans-serif;
}.font-francisco-pro-black {
  font-family: SF Pro Display Black, sans-serif;
}.font-francisco-rounded-semibold {
  font-family: SF Pro Rounded Semibold, sans-serif;
}.font-francisco-semibold {
  font-family: SF UI Text Semibold, sans-serif;
}.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}.text-\[10px\] {
  font-size: 10px;
}.text-\[11px\] {
  font-size: 11px;
}.text-\[12px\] {
  font-size: 12px;
}.text-\[13px\] {
  font-size: 13px;
}.text-\[14px\] {
  font-size: 14px;
}.text-\[15px\] {
  font-size: 15px;
}.text-\[16px\] {
  font-size: 16px;
}.text-\[17px\] {
  font-size: 17px;
}.text-\[18px\] {
  font-size: 18px;
}.text-\[19px\] {
  font-size: 19px;
}.text-\[20px\] {
  font-size: 20px;
}.text-\[22px\] {
  font-size: 22px;
}.text-\[23px\] {
  font-size: 23px;
}.text-\[24px\] {
  font-size: 24px;
}.text-\[26px\] {
  font-size: 26px;
}.text-\[28px\] {
  font-size: 28px;
}.text-\[30px\] {
  font-size: 30px;
}.text-\[32px\] {
  font-size: 32px;
}.text-\[34px\] {
  font-size: 34px;
}.text-\[36px\] {
  font-size: 36px;
}.text-\[37px\] {
  font-size: 37px;
}.text-\[40px\] {
  font-size: 40px;
}.text-\[43px\] {
  font-size: 43px;
}.text-\[48px\] {
  font-size: 48px;
}.text-\[50px\] {
  font-size: 50px;
}.text-\[60px\] {
  font-size: 60px;
}.text-\[66px\] {
  font-size: 66px;
}.text-\[8px\] {
  font-size: 8px;
}.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}.font-\[500\] {
  font-weight: 500;
}.font-\[700\] {
  font-weight: 700;
}.uppercase {
  text-transform: uppercase;
}.leading-3 {
  line-height: .75rem;
}.leading-4 {
  line-height: 1rem;
}.leading-5 {
  line-height: 1.25rem;
}.leading-6 {
  line-height: 1.5rem;
}.leading-\[10px\] {
  line-height: 10px;
}.leading-\[120\%\] {
  line-height: 120%;
}.leading-\[12px\] {
  line-height: 12px;
}.leading-\[13px\] {
  line-height: 13px;
}.leading-\[14px\] {
  line-height: 14px;
}.leading-\[15px\] {
  line-height: 15px;
}.leading-\[16\.8px\] {
  line-height: 16.8px;
}.leading-\[16px\] {
  line-height: 16px;
}.leading-\[17px\] {
  line-height: 17px;
}.leading-\[18px\] {
  line-height: 18px;
}.leading-\[19px\] {
  line-height: 19px;
}.leading-\[20px\] {
  line-height: 20px;
}.leading-\[21\.6px\] {
  line-height: 21.6px;
}.leading-\[21px\] {
  line-height: 21px;
}.leading-\[22px\] {
  line-height: 22px;
}.leading-\[23px\] {
  line-height: 23px;
}.leading-\[24px\] {
  line-height: 24px;
}.leading-\[25px\] {
  line-height: 25px;
}.leading-\[26px\] {
  line-height: 26px;
}.leading-\[27px\] {
  line-height: 27px;
}.leading-\[28px\] {
  line-height: 28px;
}.leading-\[29px\] {
  line-height: 29px;
}.leading-\[30px\] {
  line-height: 30px;
}.leading-\[31px\] {
  line-height: 31px;
}.leading-\[32px\] {
  line-height: 32px;
}.leading-\[33px\] {
  line-height: 33px;
}.leading-\[34px\] {
  line-height: 34px;
}.leading-\[35px\] {
  line-height: 35px;
}.leading-\[36px\] {
  line-height: 36px;
}.leading-\[38px\] {
  line-height: 38px;
}.leading-\[40px\] {
  line-height: 40px;
}.leading-\[42px\] {
  line-height: 42px;
}.leading-\[44px\] {
  line-height: 44px;
}.leading-\[46px\] {
  line-height: 46px;
}.leading-\[47px\] {
  line-height: 47px;
}.leading-\[48px\] {
  line-height: 48px;
}.leading-\[51px\] {
  line-height: 51px;
}.leading-\[52px\] {
  line-height: 52px;
}.leading-\[54px\] {
  line-height: 54px;
}.leading-\[58px\] {
  line-height: 58px;
}.leading-\[65px\] {
  line-height: 65px;
}.leading-\[66px\] {
  line-height: 66px;
}.leading-\[68px\] {
  line-height: 68px;
}.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}.tracking-\[-0\.03em\] {
  letter-spacing: -0.03em;
}.tracking-\[-0\.06em\] {
  letter-spacing: -0.06em;
}.tracking-\[-0\.07em\] {
  letter-spacing: -0.07em;
}.tracking-\[-0\.08em\] {
  letter-spacing: -0.08em;
}.tracking-\[-0\.15px\] {
  letter-spacing: -0.15px;
}.tracking-\[-0\.22px\] {
  letter-spacing: -0.22px;
}.tracking-\[-0\.323px\] {
  letter-spacing: -0.323px;
}.tracking-\[-0\.32px\] {
  letter-spacing: -0.32px;
}.tracking-\[-0\.36px\] {
  letter-spacing: -0.36px;
}.tracking-\[-0\.384px\] {
  letter-spacing: -0.384px;
}.tracking-\[-0\.41px\] {
  letter-spacing: -0.41px;
}.tracking-\[-0\.422px\] {
  letter-spacing: -0.422px;
}.tracking-\[-0\.43px\] {
  letter-spacing: -0.43px;
}.tracking-\[-0\.442px\] {
  letter-spacing: -0.442px;
}.tracking-\[-0\.452px\] {
  letter-spacing: -0.452px;
}.tracking-\[-0\.45px\] {
  letter-spacing: -0.45px;
}.tracking-\[-0\.46px\] {
  letter-spacing: -0.46px;
}.tracking-\[-0\.4px\] {
  letter-spacing: -0.4px;
}.tracking-\[-0\.5px\] {
  letter-spacing: -0.5px;
}.tracking-\[-0\.64px\] {
  letter-spacing: -0.64px;
}.tracking-\[-0\.6px\] {
  letter-spacing: -0.6px;
}.tracking-\[-0\.8px\] {
  letter-spacing: -0.8px;
}.tracking-\[-0\.96px\] {
  letter-spacing: -0.96px;
}.tracking-\[-0\.9px\] {
  letter-spacing: -0.9px;
}.tracking-\[-1\%\] {
  letter-spacing: -1%;
}.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}.tracking-\[0\.03em\] {
  letter-spacing: 0.03em;
}.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}.tracking-\[0\.113px\] {
  letter-spacing: 0.113px;
}.tracking-\[0\.18px\] {
  letter-spacing: 0.18px;
}.tracking-\[0\.2px\] {
  letter-spacing: 0.2px;
}.tracking-\[0\.34px\] {
  letter-spacing: 0.34px;
}.tracking-\[0\.35em\] {
  letter-spacing: 0.35em;
}.tracking-\[0\.36px\] {
  letter-spacing: 0.36px;
}.tracking-\[0\.37px\] {
  letter-spacing: 0.37px;
}.tracking-\[0\.384px\] {
  letter-spacing: 0.384px;
}.tracking-\[0\.38px\] {
  letter-spacing: 0.38px;
}.tracking-\[0\.41px\] {
  letter-spacing: 0.41px;
}.tracking-\[0\.44px\] {
  letter-spacing: 0.44px;
}.tracking-\[0\.46px\] {
  letter-spacing: 0.46px;
}.tracking-\[0\.4px\] {
  letter-spacing: 0.4px;
}.tracking-\[0\.6px\] {
  letter-spacing: 0.6px;
}.tracking-\[0\.7px\] {
  letter-spacing: 0.7px;
}.tracking-\[0\.8px\] {
  letter-spacing: 0.8px;
}.tracking-\[1\.293px\] {
  letter-spacing: 1.293px;
}.tracking-\[1\.2px\] {
  letter-spacing: 1.2px;
}.tracking-\[1\.3\%\] {
  letter-spacing: 1.3%;
}.tracking-\[2\.4\%\] {
  letter-spacing: 2.4%;
}.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-\[\#020202\] {
  --tw-text-opacity: 1;
  color: rgb(2 2 2 / var(--tw-text-opacity));
}.text-\[\#0584FF\] {
  --tw-text-opacity: 1;
  color: rgb(5 132 255 / var(--tw-text-opacity));
}.text-\[\#0B79FE\] {
  --tw-text-opacity: 1;
  color: rgb(11 121 254 / var(--tw-text-opacity));
}.text-\[\#0C12A9\] {
  --tw-text-opacity: 1;
  color: rgb(12 18 169 / var(--tw-text-opacity));
}.text-\[\#101010\] {
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
}.text-\[\#111453\] {
  --tw-text-opacity: 1;
  color: rgb(17 20 83 / var(--tw-text-opacity));
}.text-\[\#121212\] {
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
}.text-\[\#191919\] {
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}.text-\[\#19191A\] {
  --tw-text-opacity: 1;
  color: rgb(25 25 26 / var(--tw-text-opacity));
}.text-\[\#1A1A1A\] {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}.text-\[\#202020\] {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}.text-\[\#208BFF\] {
  --tw-text-opacity: 1;
  color: rgb(32 139 255 / var(--tw-text-opacity));
}.text-\[\#24284B\] {
  --tw-text-opacity: 1;
  color: rgb(36 40 75 / var(--tw-text-opacity));
}.text-\[\#258C62\] {
  --tw-text-opacity: 1;
  color: rgb(37 140 98 / var(--tw-text-opacity));
}.text-\[\#292929\] {
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}.text-\[\#2A0EB0\] {
  --tw-text-opacity: 1;
  color: rgb(42 14 176 / var(--tw-text-opacity));
}.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}.text-\[\#3478F6\] {
  --tw-text-opacity: 1;
  color: rgb(52 120 246 / var(--tw-text-opacity));
}.text-\[\#3478f6\] {
  --tw-text-opacity: 1;
  color: rgb(52 120 246 / var(--tw-text-opacity));
}.text-\[\#3787FF\] {
  --tw-text-opacity: 1;
  color: rgb(55 135 255 / var(--tw-text-opacity));
}.text-\[\#393939\] {
  --tw-text-opacity: 1;
  color: rgb(57 57 57 / var(--tw-text-opacity));
}.text-\[\#397DFF\] {
  --tw-text-opacity: 1;
  color: rgb(57 125 255 / var(--tw-text-opacity));
}.text-\[\#3B3A3A\] {
  --tw-text-opacity: 1;
  color: rgb(59 58 58 / var(--tw-text-opacity));
}.text-\[\#3E3E3E\] {
  --tw-text-opacity: 1;
  color: rgb(62 62 62 / var(--tw-text-opacity));
}.text-\[\#3E83F6\] {
  --tw-text-opacity: 1;
  color: rgb(62 131 246 / var(--tw-text-opacity));
}.text-\[\#404040\] {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}.text-\[\#4A4A4D\] {
  --tw-text-opacity: 1;
  color: rgb(74 74 77 / var(--tw-text-opacity));
}.text-\[\#616161\] {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}.text-\[\#6E6E73\] {
  --tw-text-opacity: 1;
  color: rgb(110 110 115 / var(--tw-text-opacity));
}.text-\[\#787878\] {
  --tw-text-opacity: 1;
  color: rgb(120 120 120 / var(--tw-text-opacity));
}.text-\[\#78B6FF\] {
  --tw-text-opacity: 1;
  color: rgb(120 182 255 / var(--tw-text-opacity));
}.text-\[\#84848A\] {
  --tw-text-opacity: 1;
  color: rgb(132 132 138 / var(--tw-text-opacity));
}.text-\[\#86858C\] {
  --tw-text-opacity: 1;
  color: rgb(134 133 140 / var(--tw-text-opacity));
}.text-\[\#8A898E\] {
  --tw-text-opacity: 1;
  color: rgb(138 137 142 / var(--tw-text-opacity));
}.text-\[\#8A8A8D\] {
  --tw-text-opacity: 1;
  color: rgb(138 138 141 / var(--tw-text-opacity));
}.text-\[\#8E8D92\] {
  --tw-text-opacity: 1;
  color: rgb(142 141 146 / var(--tw-text-opacity));
}.text-\[\#8E8E92\] {
  --tw-text-opacity: 1;
  color: rgb(142 142 146 / var(--tw-text-opacity));
}.text-\[\#919195\] {
  --tw-text-opacity: 1;
  color: rgb(145 145 149 / var(--tw-text-opacity));
}.text-\[\#99999C\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 156 / var(--tw-text-opacity));
}.text-\[\#9F9FA2\] {
  --tw-text-opacity: 1;
  color: rgb(159 159 162 / var(--tw-text-opacity));
}.text-\[\#A7A7A7\] {
  --tw-text-opacity: 1;
  color: rgb(167 167 167 / var(--tw-text-opacity));
}.text-\[\#AAAAAA\] {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity));
}.text-\[\#AAFD5A\] {
  --tw-text-opacity: 1;
  color: rgb(170 253 90 / var(--tw-text-opacity));
}.text-\[\#B4B4B8\] {
  --tw-text-opacity: 1;
  color: rgb(180 180 184 / var(--tw-text-opacity));
}.text-\[\#DCB03D\] {
  --tw-text-opacity: 1;
  color: rgb(220 176 61 / var(--tw-text-opacity));
}.text-\[\#F2F2F2\] {
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}.text-\[\#F3F3F3\] {
  --tw-text-opacity: 1;
  color: rgb(243 243 243 / var(--tw-text-opacity));
}.text-\[\#F4F4F4\] {
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity));
}.text-\[\#F5F5F5\] {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}.text-\[\#F8F8F8\] {
  --tw-text-opacity: 1;
  color: rgb(248 248 248 / var(--tw-text-opacity));
}.text-\[\#FFAD06\] {
  --tw-text-opacity: 1;
  color: rgb(255 173 6 / var(--tw-text-opacity));
}.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-\[\#FFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-\[\#f4f4f4\] {
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity));
}.text-\[rgba\(255\2c _255\2c _255\2c _0\.60\)\] {
  color: rgba(255, 255, 255, 0.60);
}.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-transparent {
  color: transparent;
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.underline {
  text-decoration-line: underline;
}.opacity-\[0\.8\] {
  opacity: 0.8;
}.shadow-\[0_3px_8px_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  --tw-shadow: 0 3px 8px rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 3px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0_8px_24px_\#68686866\] {
  --tw-shadow: 0 8px 24px #68686866;
  --tw-shadow-colored: 0 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_0px_12px_0px_rgba\(72\2c 72\2c 72\2c 0\.25\)\] {
  --tw-shadow: 0px 0px 12px 0px rgba(72,72,72,0.25);
  --tw-shadow-colored: 0px 0px 12px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_0px_20px_0px_rgba\(73\2c _73\2c _73\2c _0\.10\)\] {
  --tw-shadow: 0px 0px 20px 0px rgba(73, 73, 73, 0.10);
  --tw-shadow-colored: 0px 0px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_0px_23\.642px_0px_rgba\(104\2c _104\2c _104\2c _0\.40\)\] {
  --tw-shadow: 0px 0px 23.642px 0px rgba(104, 104, 104, 0.40);
  --tw-shadow-colored: 0px 0px 23.642px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_0px_24px_rgba\(104\2c 104\2c 104\2c 0\.4\)\] {
  --tw-shadow: 0px 0px 24px rgba(104,104,104,0.4);
  --tw-shadow-colored: 0px 0px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_0px_48px_0px_\#5DD1FE\] {
  --tw-shadow: 0px 0px 48px 0px #5DD1FE;
  --tw-shadow-colored: 0px 0px 48px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_0px_5px_\#666666\] {
  --tw-shadow: 0px 0px 5px #666666;
  --tw-shadow-colored: 0px 0px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_14px_18px_0px_rgba\(0\2c _0\2c _0\2c _0\.26\)\] {
  --tw-shadow: 0px 14px 18px 0px rgba(0, 0, 0, 0.26);
  --tw-shadow-colored: 0px 14px 18px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.drop-shadow-\[0_8px_20px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-drop-shadow: drop-shadow(0 8px 20px rgba(0,0,0,0.25));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.drop-shadow-\[4px_6px_10px_rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
  --tw-drop-shadow: drop-shadow(4px 6px 10px rgba(0,0,0,0.35));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.backdrop-blur-\[10px\] {
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-\[1s\] {
  transition-property: 1s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}body{margin:0;padding:0;font-family:"SF UI Text","Helvetica Neue",sans-serif}body *{box-sizing:border-box}body a{-webkit-tap-highlight-color:rgba(0,0,0,0)}.body-scroll-none body{position:fixed}.root{width:100vw;height:100vh}.nav-hidden{transform:translateY(-40px)}.nav-block{transform:translateY(0)}.transition{transition:transform .2s}.content{position:absolute;top:50%;left:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;transform:translate(-50%, -50%)}.content::-webkit-scrollbar{width:0}.backgraund-space{background:url(../images/a2e99a59a6b423361395.webp) center/contain no-repeat;background-size:430px 100%}.gradient-bg-color{background:url(../images/59e160d8e6db0b9a3e3f.png) center/contain no-repeat;background-size:430px 950px}@media screen and (min-width: 600px){.gradient-bg-color{background:url(../images/59e160d8e6db0b9a3e3f.png) no-repeat}}.pulse-btn{animation:pulse 1s linear infinite}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.2)}}.pulse-blue-button{animation:pulse 1s linear infinite}@keyframes pulse{0%,100%{transform:scale(1)}70%{transform:scale(1.1)}}.trans-bg-globe{background:url(../images/e79fcd6bcea1d196f374.png) center/contain no-repeat;background-size:430px 950px}@media screen and (min-width: 600px){.trans-bg-globe{background:url(../images/e79fcd6bcea1d196f374.png) no-repeat center}}.gradient-blue{background:url(../images/0a28d2c421b9c0877045.webp) center/contain no-repeat;background-size:100% 100%}@media screen and (max-width: 600px){.gradient-blue{background:url(../images/0a28d2c421b9c0877045.webp) center/contain no-repeat;background-size:430px 950px}}.gradient-bg-purple{background:url(../images/c654394ad4f20e117709.webp) center/contain no-repeat;background-size:430px 950px}@media screen and (min-width: 600px){.gradient-bg-purple{background:url(../images/c654394ad4f20e117709.webp) no-repeat}}.back-for-cleaner-39{background:url(../images/30755d90d11491105a8b.webp) center/contain no-repeat;background-size:430px 100%}.get-free-shadow{box-shadow:0px 0px 23.64179px 0px rgba(104,104,104,.4)}.long-bg{background:url(../images/df0f59eddfe5157ee010.png) center/contain no-repeat;background-size:430px 1385px}.bg-black{background:url(../images/27992374d8dfed823d4b.png) center/contain no-repeat;background-size:430px 565px}.bg-assist-text{background:url(../images/19118262fc39f7b32bc4.png) center/contain no-repeat;background-size:430px 100%}.container-sec{display:grid;place-items:center;height:-moz-fit-content;height:fit-content}.container-wrapper{display:grid;place-content:center;position:relative;overflow:hidden;--position: 50%}.image-container{width:100%;height:100%}.slider-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left}.image-before{position:absolute;inset:0;width:var(--position)}.slider{position:absolute;inset:0;cursor:pointer;opacity:0;width:100%;height:100%}.slider-line{position:absolute;inset:0;width:.2rem;height:100%;left:var(--position);transform:translateX(-50%);pointer-events:none}.after-text{position:absolute;display:grid;place-items:center;top:10%;left:var(--position);transform:translate(30%, -90%);pointer-events:none}.before-text{position:absolute;display:grid;place-items:center;top:10%;left:var(--position);transform:translate(-135%, -90%);pointer-events:none}.spinner-wrap{position:relative}.spinner-item{border:1px solid #1b2058;border-radius:50%;height:300px;width:300px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);opacity:0;animation:zoom 2s linear .75s infinite}.spinner-item--2{animation-delay:1.25s}.spinner-item--3{animation-delay:1.75s}@keyframes zoom{0%{transform:translate(-50%, -50%) scale(0.2);opacity:0}50%{opacity:.9}100%{transform:translate(-50%, -50%) scale(1);opacity:0}}.background-scan-11{background:url(../images/ca3ffa106d50bc559d1c.webp) center/contain no-repeat;background-size:cover;position:relative}.dots{position:absolute;bottom:10px;left:0;color:#787878;width:100%;margin:0;padding:0;display:flex;justify-content:center}.dots li{list-style:none;width:6px;height:6px;background-color:#787878;margin:8px;border-radius:20px;transition:.5s}.slider-review .dots li.active{background:#106efe}.slider-container{width:315px;text-align:center}.slider-container input[type=range]{width:310px;-webkit-appearance:none;height:52px;background:url(../images/d9a2c22aa0123955fd20.webp) center center no-repeat;background-size:100%;outline:none;-webkit-transition:.2s}.slider-container input[type=range]::-webkit-slider-thumb{-webkit-appearance:none !important;width:64px;height:64px;border-radius:50%;background:url(../images/be2c48307b999cb11c67.svg) center/contain no-repeat;-webkit-transition:all .5s ease;transition:all .5s ease;cursor:pointer}#percentage{font-size:20px;margin-top:10px}.bg-blue-assist-31{background:url(../images/9a79c5fc86995ef20332.webp) center/contain no-repeat;background-size:430px 100%}.slider-wrapper{width:327px}.slider-wrapper input[type=range]{width:327px;-webkit-appearance:none;height:45px;background:url(../images/89e8cdbcbe04097d04a8.webp) center center no-repeat;background-size:100%;outline:none;-webkit-transition:.2s;transform:rotate(-90deg)}.slider-wrapper input[type=range]::-webkit-slider-thumb{-webkit-appearance:none !important;width:64px;height:64px;border-radius:50%;background:url(../images/d1cbeefb28099eb0334f.svg) center/contain no-repeat;-webkit-transition:all .5s ease;transition:all .5s ease;cursor:pointer;transform:rotate(90deg)}#percentage{font-size:20px;margin-top:10px}.slider-scale{position:relative;margin:0 auto;width:80%}.slider-scale #slider{position:relative;width:100%;max-width:400px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:10px;border-radius:5px;background:linear-gradient(to right, #1DD1A1, #ffb70e, #ffd26f, #ff4e4e);outline:none;opacity:1;transition:opacity .2s}.slider-scale #slider:after{content:"";border-radius:0px 40px 40px 0px;overflow:hidden;height:10px;position:absolute;top:0;right:0;bottom:0;background:#adadad;z-index:1;width:calc((1 - var(--slider-value))*88.4%)}.slider-scale #slider:hover{opacity:1}.slider-scale input[type=range]::-webkit-slider-thumb{-webkit-appearance:none !important;width:32px;height:32px;border-radius:50%;background:#3787ff;-webkit-transition:all .5s ease;transition:all .5s ease;cursor:pointer}.slider-scale #scale{display:flex;justify-content:space-between;margin-top:10px}.slider-scale .scale-number{flex:1;text-align:center;opacity:.4;transition:opacity .2s}.slider-scale #slider:hover+#scale .scale-number{opacity:.4}.slider-scale #slider+#scale .scale-number:hover,.slider-scale #slider:active+#scale .scale-number{opacity:1}.nion-bg{background:url(../images/c823d4ce8ce4b72184ab.webp) center/contain no-repeat;background-size:430px 100%}.gray-gradient-bg{background:url(../images/c4064a3f9814ab5d8751.webp) center/contain no-repeat;background-size:430px 100%}.box-shadow-green-btn{box-shadow:0px 3px 6px 0px rgba(0,0,0,.2),0px 11px 11px 0px rgba(0,0,0,.17),0px 25px 15px 0px rgba(0,0,0,.1),0px 45px 18px 0px rgba(0,0,0,.03),0px 70px 20px 0px rgba(0,0,0,0)}.shadow-for-block{box-shadow:0px 7px 16px 0px rgba(0,0,0,.05),0px 29px 29px 0px rgba(0,0,0,.04),0px 65px 39px 0px rgba(0,0,0,.03),0px 115px 46px 0px rgba(0,0,0,.01),0px 180px 50px 0px rgba(0,0,0,0)}.nion-blue-black-bg{background:url(../images/cc8ed302341ae3210e25.webp) center/contain no-repeat;background-size:430px 100%}.matrix-bg-assist-quiz{background:url(../images/725aaa9d8d72dce369bd.png) center/contain no-repeat;background-size:430px 100%}.progress-bar-container-quiz{position:fixed;bottom:0;left:0;right:0;height:8px;background:rgba(255,255,255,.13)}.progress-bar-quiz{height:100%;background:linear-gradient(90deg, #2AE3CD 0%, #0F6 100%);width:0%;transition:width .2s ease-in-out;border-radius:0px 4px 4px 0px}.bg-artica-smoke{background:url(../images/df7c961f0482b026bd4e.webp) center/contain no-repeat;background-size:430px 100%}.bg-artica-cloud{background:url(../images/c70b3584973b56646021.webp) center/contain no-repeat;background-size:430px 100%;position:fixed;top:-4px;left:0}.slider-half-img{position:absolute;inset:0;z-index:30;cursor:pointer;opacity:0;width:100%;height:100%}.slider-half-img input[type=range]{margin:0 auto;width:310px;-webkit-appearance:none;height:100%;outline:none;-webkit-transition:.2s}.handle-icon{position:absolute;display:grid;place-items:center;bottom:5%;left:var(--position);transform:translate(-50%, -30%);pointer-events:none;width:32px}@font-face{font-weight:normal;font-family:"SF UI Text Regular";font-style:normal;src:local("SF UI Text Regular"),url(../fonts/865a0aa36162c98f6462.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF UI Text Italic";font-style:normal;src:local("SF UI Text Italic"),url(../fonts/a00b710a7ae6548addf6.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF UI Text Light";font-style:normal;src:local("SF UI Text Light"),url(../fonts/7ead58b47e4f7d5663db.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF UI Text Light Italic";font-style:normal;src:local("SF UI Text Light Italic"),url(../fonts/a6b8e069ebb73ce9f91f.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF UI Text Medium";font-style:normal;src:local("SF UI Text Medium"),url(../fonts/80fd80db3637e9129f9e.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF UI Text Medium Italic";font-style:normal;src:local("SF UI Text Medium Italic"),url(../fonts/4af4094c8320d6a9e87c.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF UI Text Semibold";font-style:normal;src:local("SF UI Text Semibold"),url(../fonts/3dc9a14973d194d05354.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF Pro Rounded Semibold";font-style:normal;src:local("SF Pro Rounded Semibold"),url(../fonts/03b3999a110f3ebe67a4.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF UI Text Semibold Italic";font-style:normal;src:local("SF UI Text Semibold Italic"),url(../fonts/ba5ad6503677d55750e7.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF UI Text Bold";font-style:normal;src:local("SF UI Text Bold"),url(../fonts/c391f8c2d9c43e5b06a6.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF UI Text Bold Italic";font-style:normal;src:local("SF UI Text Bold Italic"),url(../fonts/cab88e259de6d6a898fe.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF UI Text Heavy";font-style:normal;src:local("SF UI Text Heavy"),url(../fonts/93c7834d787b520529dc.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF UI Text Heavy Italic";font-style:normal;src:local("SF UI Text Heavy Italic"),url(../fonts/b5380b2c6d727e1960e4.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF Pro Display Regular";font-style:normal;src:local("SF Pro Display Regular"),url(../fonts/1697e9d735f84eb287b3.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF Pro Display Black";font-style:normal;src:local("SF Pro Display Black"),url(../fonts/42ecff731aba4a99bb32.woff) format("woff")}@font-face{font-weight:normal;font-family:"Caveat Regular";font-style:normal;src:local("Caveat Regular"),url(../fonts/ee3cc8f00ac5356530c2.woff) format("woff")}@media (min-width: 375px) {

  .small-mobile\:fixed {
    position: fixed;
  }

  .small-mobile\:bottom-0 {
    bottom: 0px;
  }

  .small-mobile\:bottom-6 {
    bottom: 1.5rem;
  }

  .small-mobile\:bottom-\[12px\] {
    bottom: 12px;
  }

  .small-mobile\:bottom-\[15px\] {
    bottom: 15px;
  }

  .small-mobile\:bottom-\[20px\] {
    bottom: 20px;
  }

  .small-mobile\:bottom-\[24px\] {
    bottom: 24px;
  }

  .small-mobile\:bottom-\[8px\] {
    bottom: 8px;
  }

  .small-mobile\:left-0 {
    left: 0px;
  }

  .small-mobile\:top-\[45\%\] {
    top: 45%;
  }

  .small-mobile\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .small-mobile\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .small-mobile\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .small-mobile\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .small-mobile\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .small-mobile\:mb-4 {
    margin-bottom: 1rem;
  }

  .small-mobile\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .small-mobile\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .small-mobile\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .small-mobile\:mb-8 {
    margin-bottom: 2rem;
  }

  .small-mobile\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .small-mobile\:mb-\[26px\] {
    margin-bottom: 26px;
  }

  .small-mobile\:ml-6 {
    margin-left: 1.5rem;
  }

  .small-mobile\:ml-7 {
    margin-left: 1.75rem;
  }

  .small-mobile\:ml-8 {
    margin-left: 2rem;
  }

  .small-mobile\:mt-10 {
    margin-top: 2.5rem;
  }

  .small-mobile\:mt-2 {
    margin-top: 0.5rem;
  }

  .small-mobile\:mt-3 {
    margin-top: 0.75rem;
  }

  .small-mobile\:mt-4 {
    margin-top: 1rem;
  }

  .small-mobile\:mt-5 {
    margin-top: 1.25rem;
  }

  .small-mobile\:mt-6 {
    margin-top: 1.5rem;
  }

  .small-mobile\:mt-7 {
    margin-top: 1.75rem;
  }

  .small-mobile\:mt-8 {
    margin-top: 2rem;
  }

  .small-mobile\:mt-\[21px\] {
    margin-top: 21px;
  }

  .small-mobile\:mt-\[32px\] {
    margin-top: 32px;
  }

  .small-mobile\:mt-\[50px\] {
    margin-top: 50px;
  }

  .small-mobile\:mt-\[70px\] {
    margin-top: 70px;
  }

  .small-mobile\:mt-\[72px\] {
    margin-top: 72px;
  }

  .small-mobile\:mt-\[90px\] {
    margin-top: 90px;
  }

  .small-mobile\:h-8 {
    height: 2rem;
  }

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

  .small-mobile\:h-\[172px\] {
    height: 172px;
  }

  .small-mobile\:h-\[18px\] {
    height: 18px;
  }

  .small-mobile\:h-\[200px\] {
    height: 200px;
  }

  .small-mobile\:h-\[238px\] {
    height: 238px;
  }

  .small-mobile\:h-\[240px\] {
    height: 240px;
  }

  .small-mobile\:h-\[255px\] {
    height: 255px;
  }

  .small-mobile\:h-\[480px\] {
    height: 480px;
  }

  .small-mobile\:h-\[64px\] {
    height: 64px;
  }

  .small-mobile\:h-\[667px\] {
    height: 667px;
  }

  .small-mobile\:h-\[75px\] {
    height: 75px;
  }

  .small-mobile\:h-\[78px\] {
    height: 78px;
  }

  .small-mobile\:w-8 {
    width: 2rem;
  }

  .small-mobile\:w-\[100px\] {
    width: 100px;
  }

  .small-mobile\:w-\[114px\] {
    width: 114px;
  }

  .small-mobile\:w-\[120px\] {
    width: 120px;
  }

  .small-mobile\:w-\[130px\] {
    width: 130px;
  }

  .small-mobile\:w-\[132px\] {
    width: 132px;
  }

  .small-mobile\:w-\[140px\] {
    width: 140px;
  }

  .small-mobile\:w-\[150px\] {
    width: 150px;
  }

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

  .small-mobile\:w-\[183px\] {
    width: 183px;
  }

  .small-mobile\:w-\[18px\] {
    width: 18px;
  }

  .small-mobile\:w-\[190px\] {
    width: 190px;
  }

  .small-mobile\:w-\[200px\] {
    width: 200px;
  }

  .small-mobile\:w-\[205px\] {
    width: 205px;
  }

  .small-mobile\:w-\[220px\] {
    width: 220px;
  }

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

  .small-mobile\:w-\[251px\] {
    width: 251px;
  }

  .small-mobile\:w-\[252px\] {
    width: 252px;
  }

  .small-mobile\:w-\[25px\] {
    width: 25px;
  }

  .small-mobile\:w-\[26px\] {
    width: 26px;
  }

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

  .small-mobile\:w-\[300px\] {
    width: 300px;
  }

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

  .small-mobile\:w-\[310px\] {
    width: 310px;
  }

  .small-mobile\:w-\[315px\] {
    width: 315px;
  }

  .small-mobile\:w-\[340px\] {
    width: 340px;
  }

  .small-mobile\:w-\[36px\] {
    width: 36px;
  }

  .small-mobile\:w-\[375px\] {
    width: 375px;
  }

  .small-mobile\:w-\[54px\] {
    width: 54px;
  }

  .small-mobile\:w-\[60px\] {
    width: 60px;
  }

  .small-mobile\:w-\[70px\] {
    width: 70px;
  }

  .small-mobile\:w-\[75px\] {
    width: 75px;
  }

  .small-mobile\:w-\[78px\] {
    width: 78px;
  }

  .small-mobile\:w-\[95px\] {
    width: 95px;
  }

  .small-mobile\:max-w-\[106px\] {
    max-width: 106px;
  }

  .small-mobile\:max-w-\[166px\] {
    max-width: 166px;
  }

  .small-mobile\:max-w-\[230px\] {
    max-width: 230px;
  }

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

  .small-mobile\:max-w-\[280px\] {
    max-width: 280px;
  }

  .small-mobile\:max-w-\[300px\] {
    max-width: 300px;
  }

  .small-mobile\:max-w-\[311px\] {
    max-width: 311px;
  }

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

  .small-mobile\:max-w-\[327px\] {
    max-width: 327px;
  }

  .small-mobile\:justify-end {
    justify-content: flex-end;
  }

  .small-mobile\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .small-mobile\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .small-mobile\:p-\[16px\] {
    padding: 16px;
  }

  .small-mobile\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .small-mobile\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .small-mobile\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .small-mobile\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .small-mobile\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .small-mobile\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .small-mobile\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .small-mobile\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .small-mobile\:pt-10 {
    padding-top: 2.5rem;
  }

  .small-mobile\:pt-4 {
    padding-top: 1rem;
  }

  .small-mobile\:pt-6 {
    padding-top: 1.5rem;
  }

  .small-mobile\:pt-8 {
    padding-top: 2rem;
  }

  .small-mobile\:text-\[11px\] {
    font-size: 11px;
  }

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

  .small-mobile\:text-\[13px\] {
    font-size: 13px;
  }

  .small-mobile\:text-\[14px\] {
    font-size: 14px;
  }

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

  .small-mobile\:text-\[18px\] {
    font-size: 18px;
  }

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

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

  .small-mobile\:text-\[26px\] {
    font-size: 26px;
  }

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

  .small-mobile\:text-\[30px\] {
    font-size: 30px;
  }

  .small-mobile\:text-\[32px\] {
    font-size: 32px;
  }

  .small-mobile\:text-\[46px\] {
    font-size: 46px;
  }

  .small-mobile\:leading-\[12px\] {
    line-height: 12px;
  }

  .small-mobile\:leading-\[14px\] {
    line-height: 14px;
  }

  .small-mobile\:leading-\[16px\] {
    line-height: 16px;
  }

  .small-mobile\:leading-\[20px\] {
    line-height: 20px;
  }

  .small-mobile\:leading-\[22px\] {
    line-height: 22px;
  }

  .small-mobile\:leading-\[24px\] {
    line-height: 24px;
  }

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

  .small-mobile\:leading-\[28px\] {
    line-height: 28px;
  }

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

  .small-mobile\:leading-\[31px\] {
    line-height: 31px;
  }

  .small-mobile\:leading-\[32px\] {
    line-height: 32px;
  }

  .small-mobile\:leading-\[34px\] {
    line-height: 34px;
  }

  .small-mobile\:leading-\[36px\] {
    line-height: 36px;
  }

  .small-mobile\:leading-\[38px\] {
    line-height: 38px;
  }
}@media (min-width: 390px) {

  .iphone12-mobile\:static {
    position: static;
  }

  .iphone12-mobile\:bottom-0 {
    bottom: 0px;
  }

  .iphone12-mobile\:bottom-9 {
    bottom: 2.25rem;
  }

  .iphone12-mobile\:bottom-\[-36px\] {
    bottom: -36px;
  }

  .iphone12-mobile\:bottom-\[38px\] {
    bottom: 38px;
  }

  .iphone12-mobile\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .iphone12-mobile\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .iphone12-mobile\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .iphone12-mobile\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .iphone12-mobile\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .iphone12-mobile\:mb-4 {
    margin-bottom: 1rem;
  }

  .iphone12-mobile\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .iphone12-mobile\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .iphone12-mobile\:mb-8 {
    margin-bottom: 2rem;
  }

  .iphone12-mobile\:mb-\[64px\] {
    margin-bottom: 64px;
  }

  .iphone12-mobile\:ml-8 {
    margin-left: 2rem;
  }

  .iphone12-mobile\:ml-\[38px\] {
    margin-left: 38px;
  }

  .iphone12-mobile\:mt-10 {
    margin-top: 2.5rem;
  }

  .iphone12-mobile\:mt-4 {
    margin-top: 1rem;
  }

  .iphone12-mobile\:mt-5 {
    margin-top: 1.25rem;
  }

  .iphone12-mobile\:mt-6 {
    margin-top: 1.5rem;
  }

  .iphone12-mobile\:mt-8 {
    margin-top: 2rem;
  }

  .iphone12-mobile\:mt-9 {
    margin-top: 2.25rem;
  }

  .iphone12-mobile\:mt-\[100px\] {
    margin-top: 100px;
  }

  .iphone12-mobile\:mt-\[130px\] {
    margin-top: 130px;
  }

  .iphone12-mobile\:mt-\[44px\] {
    margin-top: 44px;
  }

  .iphone12-mobile\:mt-\[48px\] {
    margin-top: 48px;
  }

  .iphone12-mobile\:mt-\[52px\] {
    margin-top: 52px;
  }

  .iphone12-mobile\:mt-\[56px\] {
    margin-top: 56px;
  }

  .iphone12-mobile\:mt-\[70px\] {
    margin-top: 70px;
  }

  .iphone12-mobile\:block {
    display: block;
  }

  .iphone12-mobile\:hidden {
    display: none;
  }

  .iphone12-mobile\:h-10 {
    height: 2.5rem;
  }

  .iphone12-mobile\:h-\[176px\] {
    height: 176px;
  }

  .iphone12-mobile\:h-\[210px\] {
    height: 210px;
  }

  .iphone12-mobile\:h-\[24px\] {
    height: 24px;
  }

  .iphone12-mobile\:h-\[250px\] {
    height: 250px;
  }

  .iphone12-mobile\:h-\[265px\] {
    height: 265px;
  }

  .iphone12-mobile\:h-\[72px\] {
    height: 72px;
  }

  .iphone12-mobile\:h-\[844px\] {
    height: 844px;
  }

  .iphone12-mobile\:h-\[90px\] {
    height: 90px;
  }

  .iphone12-mobile\:w-10 {
    width: 2.5rem;
  }

  .iphone12-mobile\:w-\[106px\] {
    width: 106px;
  }

  .iphone12-mobile\:w-\[114px\] {
    width: 114px;
  }

  .iphone12-mobile\:w-\[120px\] {
    width: 120px;
  }

  .iphone12-mobile\:w-\[130px\] {
    width: 130px;
  }

  .iphone12-mobile\:w-\[140px\] {
    width: 140px;
  }

  .iphone12-mobile\:w-\[147px\] {
    width: 147px;
  }

  .iphone12-mobile\:w-\[150px\] {
    width: 150px;
  }

  .iphone12-mobile\:w-\[160px\] {
    width: 160px;
  }

  .iphone12-mobile\:w-\[162px\] {
    width: 162px;
  }

  .iphone12-mobile\:w-\[173px\] {
    width: 173px;
  }

  .iphone12-mobile\:w-\[192px\] {
    width: 192px;
  }

  .iphone12-mobile\:w-\[201px\] {
    width: 201px;
  }

  .iphone12-mobile\:w-\[206px\] {
    width: 206px;
  }

  .iphone12-mobile\:w-\[215px\] {
    width: 215px;
  }

  .iphone12-mobile\:w-\[217px\] {
    width: 217px;
  }

  .iphone12-mobile\:w-\[219px\] {
    width: 219px;
  }

  .iphone12-mobile\:w-\[227px\] {
    width: 227px;
  }

  .iphone12-mobile\:w-\[235px\] {
    width: 235px;
  }

  .iphone12-mobile\:w-\[237px\] {
    width: 237px;
  }

  .iphone12-mobile\:w-\[243px\] {
    width: 243px;
  }

  .iphone12-mobile\:w-\[24px\] {
    width: 24px;
  }

  .iphone12-mobile\:w-\[260px\] {
    width: 260px;
  }

  .iphone12-mobile\:w-\[300px\] {
    width: 300px;
  }

  .iphone12-mobile\:w-\[310px\] {
    width: 310px;
  }

  .iphone12-mobile\:w-\[330px\] {
    width: 330px;
  }

  .iphone12-mobile\:w-\[334px\] {
    width: 334px;
  }

  .iphone12-mobile\:w-\[340px\] {
    width: 340px;
  }

  .iphone12-mobile\:w-\[360px\] {
    width: 360px;
  }

  .iphone12-mobile\:w-\[390px\] {
    width: 390px;
  }

  .iphone12-mobile\:w-\[40px\] {
    width: 40px;
  }

  .iphone12-mobile\:w-\[46px\] {
    width: 46px;
  }

  .iphone12-mobile\:w-\[67px\] {
    width: 67px;
  }

  .iphone12-mobile\:w-\[78px\] {
    width: 78px;
  }

  .iphone12-mobile\:w-\[80px\] {
    width: 80px;
  }

  .iphone12-mobile\:w-\[88px\] {
    width: 88px;
  }

  .iphone12-mobile\:w-\[90px\] {
    width: 90px;
  }

  .iphone12-mobile\:w-\[96px\] {
    width: 96px;
  }

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

  .iphone12-mobile\:max-w-\[148px\] {
    max-width: 148px;
  }

  .iphone12-mobile\:max-w-\[175px\] {
    max-width: 175px;
  }

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

  .iphone12-mobile\:max-w-\[310px\] {
    max-width: 310px;
  }

  .iphone12-mobile\:max-w-\[316px\] {
    max-width: 316px;
  }

  .iphone12-mobile\:max-w-\[326px\] {
    max-width: 326px;
  }

  .iphone12-mobile\:max-w-\[330px\] {
    max-width: 330px;
  }

  .iphone12-mobile\:max-w-\[338px\] {
    max-width: 338px;
  }

  .iphone12-mobile\:max-w-\[342px\] {
    max-width: 342px;
  }

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

  .iphone12-mobile\:max-w-\[430px\] {
    max-width: 430px;
  }

  .iphone12-mobile\:gap-x-\[18px\] {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .iphone12-mobile\:gap-y-8 {
    row-gap: 2rem;
  }

  .iphone12-mobile\:p-6 {
    padding: 1.5rem;
  }

  .iphone12-mobile\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .iphone12-mobile\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .iphone12-mobile\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .iphone12-mobile\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .iphone12-mobile\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .iphone12-mobile\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

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

  .iphone12-mobile\:pt-10 {
    padding-top: 2.5rem;
  }

  .iphone12-mobile\:pt-6 {
    padding-top: 1.5rem;
  }

  .iphone12-mobile\:pt-7 {
    padding-top: 1.75rem;
  }

  .iphone12-mobile\:pt-8 {
    padding-top: 2rem;
  }

  .iphone12-mobile\:pt-9 {
    padding-top: 2.25rem;
  }

  .iphone12-mobile\:pt-\[46px\] {
    padding-top: 46px;
  }

  .iphone12-mobile\:pt-\[66px\] {
    padding-top: 66px;
  }

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

  .iphone12-mobile\:text-\[14px\] {
    font-size: 14px;
  }

  .iphone12-mobile\:text-\[15px\] {
    font-size: 15px;
  }

  .iphone12-mobile\:text-\[18px\] {
    font-size: 18px;
  }

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

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

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

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

  .iphone12-mobile\:text-\[30px\] {
    font-size: 30px;
  }

  .iphone12-mobile\:text-\[32px\] {
    font-size: 32px;
  }

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

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

  .iphone12-mobile\:leading-\[14px\] {
    line-height: 14px;
  }

  .iphone12-mobile\:leading-\[15px\] {
    line-height: 15px;
  }

  .iphone12-mobile\:leading-\[16\.8px\] {
    line-height: 16.8px;
  }

  .iphone12-mobile\:leading-\[17px\] {
    line-height: 17px;
  }

  .iphone12-mobile\:leading-\[21\.6px\] {
    line-height: 21.6px;
  }

  .iphone12-mobile\:leading-\[21px\] {
    line-height: 21px;
  }

  .iphone12-mobile\:leading-\[24px\] {
    line-height: 24px;
  }

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

  .iphone12-mobile\:leading-\[28px\] {
    line-height: 28px;
  }

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

  .iphone12-mobile\:leading-\[31px\] {
    line-height: 31px;
  }

  .iphone12-mobile\:leading-\[32px\] {
    line-height: 32px;
  }

  .iphone12-mobile\:leading-\[36px\] {
    line-height: 36px;
  }

  .iphone12-mobile\:leading-\[38px\] {
    line-height: 38px;
  }

  .iphone12-mobile\:leading-\[40px\] {
    line-height: 40px;
  }

  .iphone12-mobile\:leading-\[41px\] {
    line-height: 41px;
  }

  .iphone12-mobile\:leading-\[44px\] {
    line-height: 44px;
  }

  .iphone12-mobile\:leading-\[52px\] {
    line-height: 52px;
  }
}@media (min-width: 400px) {

  .medium-mobile\:bottom-\[23px\] {
    bottom: 23px;
  }

  .medium-mobile\:bottom-\[77px\] {
    bottom: 77px;
  }

  .medium-mobile\:top-\[50\%\] {
    top: 50%;
  }

  .medium-mobile\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .medium-mobile\:mb-4 {
    margin-bottom: 1rem;
  }

  .medium-mobile\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .medium-mobile\:mb-8 {
    margin-bottom: 2rem;
  }

  .medium-mobile\:mb-\[48px\] {
    margin-bottom: 48px;
  }

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

  .medium-mobile\:ml-8 {
    margin-left: 2rem;
  }

  .medium-mobile\:ml-\[38px\] {
    margin-left: 38px;
  }

  .medium-mobile\:mt-4 {
    margin-top: 1rem;
  }

  .medium-mobile\:mt-6 {
    margin-top: 1.5rem;
  }

  .medium-mobile\:mt-8 {
    margin-top: 2rem;
  }

  .medium-mobile\:mt-\[100px\] {
    margin-top: 100px;
  }

  .medium-mobile\:mt-\[57px\] {
    margin-top: 57px;
  }

  .medium-mobile\:mt-\[90px\] {
    margin-top: 90px;
  }

  .medium-mobile\:h-\[178px\] {
    height: 178px;
  }

  .medium-mobile\:h-\[182px\] {
    height: 182px;
  }

  .medium-mobile\:h-\[515px\] {
    height: 515px;
  }

  .medium-mobile\:h-\[896px\] {
    height: 896px;
  }

  .medium-mobile\:h-\[95px\] {
    height: 95px;
  }

  .medium-mobile\:w-\[208px\] {
    width: 208px;
  }

  .medium-mobile\:w-\[319px\] {
    width: 319px;
  }

  .medium-mobile\:w-\[350px\] {
    width: 350px;
  }

  .medium-mobile\:w-\[354px\] {
    width: 354px;
  }

  .medium-mobile\:w-\[400px\] {
    width: 400px;
  }

  .medium-mobile\:w-\[40px\] {
    width: 40px;
  }

  .medium-mobile\:w-\[414px\] {
    width: 414px;
  }

  .medium-mobile\:w-\[88px\] {
    width: 88px;
  }

  .medium-mobile\:w-\[95px\] {
    width: 95px;
  }

  .medium-mobile\:max-w-\[185px\] {
    max-width: 185px;
  }

  .medium-mobile\:max-w-\[350px\] {
    max-width: 350px;
  }

  .medium-mobile\:max-w-\[354px\] {
    max-width: 354px;
  }

  .medium-mobile\:max-w-\[360px\] {
    max-width: 360px;
  }

  .medium-mobile\:max-w-\[366px\] {
    max-width: 366px;
  }

  .medium-mobile\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .medium-mobile\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .medium-mobile\:pb-10 {
    padding-bottom: 2.5rem;
  }

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

  .medium-mobile\:pt-4 {
    padding-top: 1rem;
  }

  .medium-mobile\:pt-\[64px\] {
    padding-top: 64px;
  }

  .medium-mobile\:pt-\[66px\] {
    padding-top: 66px;
  }

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

  .medium-mobile\:text-\[26px\] {
    font-size: 26px;
  }

  .medium-mobile\:leading-\[36px\] {
    line-height: 36px;
  }
}@media (min-width: 427px) {

  @media (min-width: 390px) {

    .mobile\:iphone12-mobile\:mb-8 {
      margin-bottom: 2rem;
    }
  }

  .mobile\:bottom-\[105px\] {
    bottom: 105px;
  }

  .mobile\:bottom-\[27px\] {
    bottom: 27px;
  }

  .mobile\:my-\[48px\] {
    margin-top: 48px;
    margin-bottom: 48px;
  }

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

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

  .mobile\:ml-10 {
    margin-left: 2.5rem;
  }

  .mobile\:ml-\[38px\] {
    margin-left: 38px;
  }

  .mobile\:ml-\[48px\] {
    margin-left: 48px;
  }

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

  .mobile\:mt-5 {
    margin-top: 1.25rem;
  }

  .mobile\:mt-6 {
    margin-top: 1.5rem;
  }

  .mobile\:mt-8 {
    margin-top: 2rem;
  }

  .mobile\:mt-\[104px\] {
    margin-top: 104px;
  }

  .mobile\:mt-\[50px\] {
    margin-top: 50px;
  }

  .mobile\:mt-\[52px\] {
    margin-top: 52px;
  }

  .mobile\:h-\[192px\] {
    height: 192px;
  }

  .mobile\:h-\[270px\] {
    height: 270px;
  }

  .mobile\:h-\[900px\] {
    height: 900px;
  }

  .mobile\:w-\[171px\] {
    width: 171px;
  }

  .mobile\:w-\[172px\] {
    width: 172px;
  }

  .mobile\:w-\[280px\] {
    width: 280px;
  }

  .mobile\:w-\[338px\] {
    width: 338px;
  }

  .mobile\:w-\[358px\] {
    width: 358px;
  }

  .mobile\:w-\[370px\] {
    width: 370px;
  }

  .mobile\:w-\[410px\] {
    width: 410px;
  }

  .mobile\:w-\[430px\] {
    width: 430px;
  }

  .mobile\:max-w-\[186px\] {
    max-width: 186px;
  }

  .mobile\:max-w-\[270px\] {
    max-width: 270px;
  }

  .mobile\:max-w-\[346px\] {
    max-width: 346px;
  }

  .mobile\:max-w-\[366px\] {
    max-width: 366px;
  }

  .mobile\:max-w-\[376px\] {
    max-width: 376px;
  }

  .mobile\:max-w-\[380px\] {
    max-width: 380px;
  }

  .mobile\:max-w-\[386px\] {
    max-width: 386px;
  }

  .mobile\:gap-y-9 {
    row-gap: 2.25rem;
  }

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

  .mobile\:py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .mobile\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .mobile\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .mobile\:pb-\[18px\] {
    padding-bottom: 18px;
  }

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

  .mobile\:pt-\[44px\] {
    padding-top: 44px;
  }

  .mobile\:pt-\[48px\] {
    padding-top: 48px;
  }

  .mobile\:pt-\[61px\] {
    padding-top: 61px;
  }

  .mobile\:pt-\[64px\] {
    padding-top: 64px;
  }

  .mobile\:pt-\[66px\] {
    padding-top: 66px;
  }

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

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

  .mobile\:leading-\[32px\] {
    line-height: 32px;
  }

  .mobile\:leading-\[42px\] {
    line-height: 42px;
  }
}@media (min-width: 768px) {

  .small-tablet\:left-\[50\%\] {
    left: 50%;
  }

  .small-tablet\:translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .small-tablet\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}@media (min-width: 900px) {

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

  .tablet\:mt-\[100px\] {
    margin-top: 100px;
  }

  .tablet\:mt-\[110px\] {
    margin-top: 110px;
  }

  .tablet\:w-\[335px\] {
    width: 335px;
  }

  .tablet\:justify-center {
    justify-content: center;
  }
}
