@tailwind base;

@tailwind components;

@tailwind utilities;

/*
! tailwindcss v3.3.3 | 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. 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-size: 1em;
  /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-6{
  bottom: 1.5rem;
}

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

.left-0{
  left: 0px;
}

.left-\[-1500px\]{
  left: -1500px;
}

.left-\[-172px\]{
  left: -172px;
}

.left-\[-178\.08px\]{
  left: -178.08px;
}

.left-\[-180\.08px\]{
  left: -180.08px;
}

.left-\[-20px\]{
  left: -20px;
}

.left-\[-6\%\]{
  left: -6%;
}

.left-\[-8\%\]{
  left: -8%;
}

.left-\[1124px\]{
  left: 1124px;
}

.left-\[1231px\]{
  left: 1231px;
}

.left-\[1314px\]{
  left: 1314px;
}

.left-\[155px\]{
  left: 155px;
}

.left-\[19\%\]{
  left: 19%;
}

.left-\[1px\]{
  left: 1px;
}

.left-\[2\%\]{
  left: 2%;
}

.left-\[206\.17px\]{
  left: 206.17px;
}

.left-\[207\.16px\]{
  left: 207.16px;
}

.left-\[208\.17px\]{
  left: 208.17px;
}

.left-\[208px\]{
  left: 208px;
}

.left-\[209px\]{
  left: 209px;
}

.left-\[246px\]{
  left: 246px;
}

.left-\[256\.59px\]{
  left: 256.59px;
}

.left-\[263\.15px\]{
  left: 263.15px;
}

.left-\[264\.03px\]{
  left: 264.03px;
}

.left-\[264\.13px\]{
  left: 264.13px;
}

.left-\[265px\]{
  left: 265px;
}

.left-\[267px\]{
  left: 267px;
}

.left-\[269px\]{
  left: 269px;
}

.left-\[271px\]{
  left: 271px;
}

.left-\[272px\]{
  left: 272px;
}

.left-\[301px\]{
  left: 301px;
}

.left-\[329px\]{
  left: 329px;
}

.left-\[346px\]{
  left: 346px;
}

.left-\[433px\]{
  left: 433px;
}

.left-\[500px\]{
  left: 500px;
}

.left-\[505px\]{
  left: 505px;
}

.left-\[528px\]{
  left: 528px;
}

.left-\[556px\]{
  left: 556px;
}

.left-\[568px\]{
  left: 568px;
}

.left-\[571px\]{
  left: 571px;
}

.left-\[573px\]{
  left: 573px;
}

.left-\[591px\]{
  left: 591px;
}

.left-\[60\%\]{
  left: 60%;
}

.left-\[610px\]{
  left: 610px;
}

.left-\[614px\]{
  left: 614px;
}

.left-\[631px\]{
  left: 631px;
}

.left-\[666px\]{
  left: 666px;
}

.left-\[68\%\]{
  left: 68%;
}

.left-\[727px\]{
  left: 727px;
}

.left-\[816\.91px\]{
  left: 816.91px;
}

.left-\[947px\]{
  left: 947px;
}

.left-\[951px\]{
  left: 951px;
}

.left-\[995\.70px\]{
  left: 995.70px;
}

.right-0{
  right: 0px;
}

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

.right-\[-120px\]{
  right: -120px;
}

.right-\[-16px\]{
  right: -16px;
}

.right-\[-2\%\]{
  right: -2%;
}

.right-\[-20px\]{
  right: -20px;
}

.right-\[-39\%\]{
  right: -39%;
}

.right-\[-80px\]{
  right: -80px;
}

.right-\[50px\]{
  right: 50px;
}

.top-0{
  top: 0px;
}

.top-6{
  top: 1.5rem;
}

.top-\[-17\%\]{
  top: -17%;
}

.top-\[-20\%\]{
  top: -20%;
}

.top-\[-23\%\]{
  top: -23%;
}

.top-\[-24\%\]{
  top: -24%;
}

.top-\[-32\%\]{
  top: -32%;
}

.top-\[-36\%\]{
  top: -36%;
}

.top-\[-5\%\]{
  top: -5%;
}

.top-\[-9\%\]{
  top: -9%;
}

.top-\[1035px\]{
  top: 1035px;
}

.top-\[1082\.54px\]{
  top: 1082.54px;
}

.top-\[1116px\]{
  top: 1116px;
}

.top-\[116px\]{
  top: 116px;
}

.top-\[1170px\]{
  top: 1170px;
}

.top-\[120\.31px\]{
  top: 120.31px;
}

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

.top-\[14\%\]{
  top: 14%;
}

.top-\[1474px\]{
  top: 1474px;
}

.top-\[1488px\]{
  top: 1488px;
}

.top-\[1507px\]{
  top: 1507px;
}

.top-\[1561px\]{
  top: 1561px;
}

.top-\[17\%\]{
  top: 17%;
}

.top-\[1910\.38px\]{
  top: 1910.38px;
}

.top-\[1922\.54px\]{
  top: 1922.54px;
}

.top-\[1924px\]{
  top: 1924px;
}

.top-\[1944px\]{
  top: 1944px;
}

.top-\[1956px\]{
  top: 1956px;
}

.top-\[20\%\]{
  top: 20%;
}

.top-\[2007px\]{
  top: 2007px;
}

.top-\[2348px\]{
  top: 2348px;
}

.top-\[2401px\]{
  top: 2401px;
}

.top-\[2484px\]{
  top: 2484px;
}

.top-\[2613px\]{
  top: 2613px;
}

.top-\[2630px\]{
  top: 2630px;
}

.top-\[2635px\]{
  top: 2635px;
}

.top-\[2649px\]{
  top: 2649px;
}

.top-\[2686px\]{
  top: 2686px;
}

.top-\[2728px\]{
  top: 2728px;
}

.top-\[2790px\]{
  top: 2790px;
}

.top-\[2997px\]{
  top: 2997px;
}

.top-\[3002px\]{
  top: 3002px;
}

.top-\[3248px\]{
  top: 3248px;
}

.top-\[3254px\]{
  top: 3254px;
}

.top-\[3316px\]{
  top: 3316px;
}

.top-\[335px\]{
  top: 335px;
}

.top-\[3393px\]{
  top: 3393px;
}

.top-\[3491px\]{
  top: 3491px;
}

.top-\[3598px\]{
  top: 3598px;
}

.top-\[3663px\]{
  top: 3663px;
}

.top-\[4130px\]{
  top: 4130px;
}

.top-\[4185px\]{
  top: 4185px;
}

.top-\[4187px\]{
  top: 4187px;
}

.top-\[4302px\]{
  top: 4302px;
}

.top-\[439px\]{
  top: 439px;
}

.top-\[4402px\]{
  top: 4402px;
}

.top-\[4496px\]{
  top: 4496px;
}

.top-\[4523px\]{
  top: 4523px;
}

.top-\[4560px\]{
  top: 4560px;
}

.top-\[4656px\]{
  top: 4656px;
}

.top-\[4717px\]{
  top: 4717px;
}

.top-\[4882px\]{
  top: 4882px;
}

.top-\[4886\.84px\]{
  top: 4886.84px;
}

.top-\[4901px\]{
  top: 4901px;
}

.top-\[4985px\]{
  top: 4985px;
}

.top-\[5017px\]{
  top: 5017px;
}

.top-\[5063px\]{
  top: 5063px;
}

.top-\[5149px\]{
  top: 5149px;
}

.top-\[5891px\]{
  top: 5891px;
}

.top-\[5922px\]{
  top: 5922px;
}

.top-\[5962px\]{
  top: 5962px;
}

.top-\[6022px\]{
  top: 6022px;
}

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

.top-\[6444px\]{
  top: 6444px;
}

.top-\[6519px\]{
  top: 6519px;
}

.top-\[6661px\]{
  top: 6661px;
}

.top-\[6724px\]{
  top: 6724px;
}

.top-\[6803px\]{
  top: 6803px;
}

.top-\[6853px\]{
  top: 6853px;
}

.top-\[6944px\]{
  top: 6944px;
}

.top-\[6949px\]{
  top: 6949px;
}

.top-\[6996px\]{
  top: 6996px;
}

.top-\[7001px\]{
  top: 7001px;
}

.top-\[7048px\]{
  top: 7048px;
}

.top-\[7053px\]{
  top: 7053px;
}

.top-\[7100px\]{
  top: 7100px;
}

.top-\[7105px\]{
  top: 7105px;
}

.top-\[7152\.33px\]{
  top: 7152.33px;
}

.top-\[7152px\]{
  top: 7152px;
}

.top-\[7157px\]{
  top: 7157px;
}

.top-\[7240px\]{
  top: 7240px;
}

.top-\[7297px\]{
  top: 7297px;
}

.top-\[7384px\]{
  top: 7384px;
}

.top-\[75\.85px\]{
  top: 75.85px;
}

.top-\[7577px\]{
  top: 7577px;
}

.top-\[7582px\]{
  top: 7582px;
}

.top-\[7596px\]{
  top: 7596px;
}

.top-\[76\.20px\]{
  top: 76.20px;
}

.top-\[7629px\]{
  top: 7629px;
}

.top-\[7634px\]{
  top: 7634px;
}

.top-\[7681px\]{
  top: 7681px;
}

.top-\[7686px\]{
  top: 7686px;
}

.top-\[7733px\]{
  top: 7733px;
}

.top-\[7738px\]{
  top: 7738px;
}

.top-\[7785px\]{
  top: 7785px;
}

.top-\[7790px\]{
  top: 7790px;
}

.top-\[7867px\]{
  top: 7867px;
}

.top-\[88px\]{
  top: 88px;
}

.top-\[90px\]{
  top: 90px;
}

.top-\[999px\]{
  top: 999px;
}

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

.z-30{
  z-index: 30;
}

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

.z-\[3\]{
  z-index: 3;
}

.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-0{
  margin-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block{
  display: block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.hidden{
  display: none;
}

.h-0{
  height: 0px;
}

.h-1{
  height: 0.25rem;
}

.h-11{
  height: 2.75rem;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-28{
  height: 7rem;
}

.h-32{
  height: 8rem;
}

.h-4{
  height: 1rem;
}

.h-40{
  height: 10rem;
}

.h-44{
  height: 11rem;
}

.h-52{
  height: 13rem;
}

.h-56{
  height: 14rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-72{
  height: 18rem;
}

.h-8{
  height: 2rem;
}

.h-80{
  height: 20rem;
}

.h-9{
  height: 2.25rem;
}

.h-96{
  height: 24rem;
}

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

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

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

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

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

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

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

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

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

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

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

.h-\[998\.69px\]{
  height: 998.69px;
}

.max-h-0{
  max-height: 0px;
}

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

.w-0{
  width: 0px;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-24{
  width: 6rem;
}

.w-28{
  width: 7rem;
}

.w-4{
  width: 1rem;
}

.w-40{
  width: 10rem;
}

.w-48{
  width: 12rem;
}

.w-52{
  width: 13rem;
}

.w-56{
  width: 14rem;
}

.w-6{
  width: 1.5rem;
}

.w-64{
  width: 16rem;
}

.w-72{
  width: 18rem;
}

.w-8{
  width: 2rem;
}

.w-80{
  width: 20rem;
}

.w-96{
  width: 24rem;
}

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

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

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

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

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

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

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

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

.w-\[623\.22px\]{
  width: 623.22px;
}

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

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

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

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

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

.w-\[690\.98px\]{
  width: 690.98px;
}

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

.w-\[719\.85px\]{
  width: 719.85px;
}

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

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

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

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

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

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

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

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

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

.w-\[778\.07px\]{
  width: 778.07px;
}

.w-\[788\.73px\]{
  width: 788.73px;
}

.w-\[788\.80px\]{
  width: 788.80px;
}

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

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

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

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

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

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

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

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

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

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shrink{
  flex-shrink: 1;
}

.border-collapse{
  border-collapse: collapse;
}

.origin-top-left{
  transform-origin: top left;
}

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

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

.rotate-\[-1\.15deg\]{
  --tw-rotate: -1.15deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[-1\.22deg\]{
  --tw-rotate: -1.22deg;
  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));
}

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

.list-decimal{
  list-style-type: decimal;
}

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

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

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

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

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

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

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

.justify-start{
  justify-content: flex-start;
}

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

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

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

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[10px\]{
  gap: 10px;
}

.gap-\[19px\]{
  gap: 19px;
}

.gap-\[20px\]{
  gap: 20px;
}

.gap-\[27px\]{
  gap: 27px;
}

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

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

.overflow-hidden{
  overflow: hidden;
}

.break-all{
  word-break: break-all;
}

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

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

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

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

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

.rounded-b-\[13px\]{
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
}

.rounded-t-\[13px\]{
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}

.rounded-br-3xl{
  border-bottom-right-radius: 1.5rem;
}

.rounded-tl-2xl{
  border-top-left-radius: 1rem;
}

.rounded-tr-2xl{
  border-top-right-radius: 1rem;
}

.border{
  border-width: 1px;
}

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

.border-\[2px\]{
  border-width: 2px;
}

.border-\[4px\]{
  border-width: 4px;
}

.border-b-\[1px\]{
  border-bottom-width: 1px;
}

.border-b-\[20px\]{
  border-bottom-width: 20px;
}

.border-l-\[20px\]{
  border-left-width: 20px;
}

.border-t-\[1px\]{
  border-top-width: 1px;
}

.border-t-\[20px\]{
  border-top-width: 20px;
}

.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-custom-blue-102{
  --tw-border-opacity: 1;
  border-color: rgb(51 80 185 / var(--tw-border-opacity));
}

.border-custom-blue-104{
  --tw-border-opacity: 1;
  border-color: rgb(79 138 215 / var(--tw-border-opacity));
}

.border-custom-blue-105{
  --tw-border-opacity: 1;
  border-color: rgb(38 60 139 / var(--tw-border-opacity));
}

.border-transparent{
  border-color: transparent;
}

.border-b-custom-blue-102{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(51 80 185 / var(--tw-border-opacity));
}

.border-b-custom-blue-105{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(38 60 139 / var(--tw-border-opacity));
}

.border-b-transparent{
  border-bottom-color: transparent;
}

.border-l-custom-blue-103{
  --tw-border-opacity: 1;
  border-left-color: rgb(229 241 255 / var(--tw-border-opacity));
}

.border-r-custom-blue-102{
  --tw-border-opacity: 1;
  border-right-color: rgb(51 80 185 / var(--tw-border-opacity));
}

.border-t-custom-blue-102{
  --tw-border-opacity: 1;
  border-top-color: rgb(51 80 185 / var(--tw-border-opacity));
}

.border-t-transparent{
  border-top-color: transparent;
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.bg-custom-black-101{
  --tw-bg-opacity: 1;
  background-color: rgb(87 87 87 / var(--tw-bg-opacity));
}

.bg-custom-blue-103{
  --tw-bg-opacity: 1;
  background-color: rgb(229 241 255 / var(--tw-bg-opacity));
}

.bg-custom-blue-104{
  --tw-bg-opacity: 1;
  background-color: rgb(79 138 215 / var(--tw-bg-opacity));
}

.bg-custom-blue-105{
  --tw-bg-opacity: 1;
  background-color: rgb(38 60 139 / var(--tw-bg-opacity));
}

.bg-custom-blue-106{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 255 / var(--tw-bg-opacity));
}

.bg-custom-blue-107{
  --tw-bg-opacity: 1;
  background-color: rgb(203 221 243 / var(--tw-bg-opacity));
}

.bg-custom-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 54 54 / var(--tw-bg-opacity));
}

.bg-custom-red-101{
  --tw-bg-opacity: 1;
  background-color: rgb(150 0 0 / var(--tw-bg-opacity));
}

.bg-custom-red-102{
  --tw-bg-opacity: 1;
  background-color: rgb(246 67 67 / var(--tw-bg-opacity));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.bg-sky-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}

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

.bg-zinc-300{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}

.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}

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

.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#263C8B\]{
  --tw-gradient-from: #263C8B var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 60 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-100{
  --tw-gradient-from: #e0f2fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.via-white\/50{
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

.to-neutral-500\/0{
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
}

.to-sky-100\/0{
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
}

.to-white\/0{
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-8{
  padding: 2rem;
}

.p-\[0px\]{
  padding: 0px;
}

.p-\[15px\]{
  padding: 15px;
}

.p-\[20px\]{
  padding: 20px;
}

.p-\[27px\]{
  padding: 27px;
}

.p-\[30px\]{
  padding: 30px;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-8{
  padding-bottom: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.pl-2{
  padding-left: 0.5rem;
}

.pl-4{
  padding-left: 1rem;
}

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

.pl-\[15px\]{
  padding-left: 15px;
}

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

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

.pt-0{
  padding-top: 0px;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-2{
  padding-top: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-left{
  text-align: left;
}

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

.align-middle{
  vertical-align: middle;
}

.align-text-top{
  vertical-align: text-top;
}

.font-\[\'Nunito\'\]{
  font-family: 'Nunito';
}

.font-\[\'Nunito_Sans\'\]{
  font-family: 'Nunito Sans';
}

.font-\[\'Schnebel_Sans_Pro\'\]{
  font-family: 'Schnebel Sans Pro';
}

.font-nunito{
  font-family: Nunito, sans-serif;
}

.font-nunitosans{
  font-family: Nunito Sans, sans-serif;
}

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

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

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

.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-\[21px\]{
  font-size: 21px;
}

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

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

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

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

.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-\[60px\]{
  font-size: 60px;
}

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

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

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

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

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

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

.font-thin{
  font-weight: 100;
}

.italic{
  font-style: italic;
}

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

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

.leading-7{
  line-height: 1.75rem;
}

.leading-8{
  line-height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.leading-normal{
  line-height: 1.5;
}

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

.leading-snug{
  line-height: 1.375;
}

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

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

.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.text-custom-black-100{
  --tw-text-opacity: 1;
  color: rgb(52 52 52 / var(--tw-text-opacity));
}

.text-custom-black-102{
  --tw-text-opacity: 1;
  color: rgb(4 13 18 / var(--tw-text-opacity));
}

.text-custom-blue-102{
  --tw-text-opacity: 1;
  color: rgb(51 80 185 / var(--tw-text-opacity));
}

.text-custom-blue-105{
  --tw-text-opacity: 1;
  color: rgb(38 60 139 / var(--tw-text-opacity));
}

.text-custom-red-100{
  --tw-text-opacity: 1;
  color: rgb(245 54 54 / var(--tw-text-opacity));
}

.text-custom-red-101{
  --tw-text-opacity: 1;
  color: rgb(150 0 0 / var(--tw-text-opacity));
}

.text-custom-red-102{
  --tw-text-opacity: 1;
  color: rgb(246 67 67 / var(--tw-text-opacity));
}

.text-custom-red-103{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.text-custom-red-105{
  --tw-text-opacity: 1;
  color: rgb(228 39 39 / var(--tw-text-opacity));
}

.text-neutral-700{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

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

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

.line-through{
  text-decoration-line: line-through;
}

.decoration-custom-red-102{
  text-decoration-color: #F64343;
}

.opacity-80{
  opacity: 0.8;
}

.outline{
  outline-style: solid;
}

.outline-1{
  outline-width: 1px;
}

.outline-offset-\[-0\.50px\]{
  outline-offset: -0.50px;
}

.outline-blue-500{
  outline-color: #3b82f6;
}

.outline-blue-800{
  outline-color: #1e40af;
}

.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}

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

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

@font-face {
  font-family: Schnebel-Sans-Pro;

  src: url(../../fonts/Schnebel\ Sans\ Pro.ttf);
}

@font-face {
  font-family: Nimbus-Sans-italic;

  src: url(../../fonts/NimbusSanL-RegIta.otf);
}

.n-b {
  font-family: Cambria-Sans;
  font-weight: 700;
}

.ssp-r {
  font-family: Schnebel-Sans-Pro;
  font-weight: 700;
}

.c-r {
  font-family: Cambria-Sans;
  font-weight: 700;
}

.n-i {
  font-family: Nimbus-Sans-italic;
  font-weight: 500;
}

.custom-drop-shadowv1 {
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.25));
}

.custom-border {
  border: 1px solid #4f8ad7;
  background: #f1f3f6;
}

.custom-drop-shadowv2 {
  border: 0.896px solid var(--800, #0e49b5);
  background: #e5f1ff;
}

.custom-drop-shadowv3 {
  box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.25);
}

.button-color {
  background: linear-gradient(90deg, #ffe600 -8%, #ffc300 81.3%);
  border: 1px solid #fff700;
}

.bt-1 {
  background: linear-gradient(180deg, #ffe600 0%, #ffc400 100%);
}

.bt-1:hover {
  cursor: pointer;
  background-image: linear-gradient(90deg, #c68a06 0%, #ee9100 100%) !important;
}

.button-color:hover {
  cursor: pointer;
  background-image: linear-gradient(90deg, #c68a06 0%, #ee9100 100%) !important;
}

.bt-2:hover {
  cursor: pointer;
  background-image: linear-gradient(90deg, #c68a06 0%, #ee9100 100%) !important;
  border-radius: 51.5px;
}

.bt-3:hover {
  cursor: pointer;
  background-image: linear-gradient(90deg, #c68a06 0%, #ee9100 100%) !important;
}

.bt-4:hover {
  cursor: pointer;
  background-image: linear-gradient(90deg, #c68a06 0%, #ee9100 100%) !important;
}

.bt-2 {
  border-radius: 51.5px;
  background: #fcc818;
  box-shadow: 0px 7px 0px 0px #d8aa16;
  padding: 15px 50px;
}

.bt-3 {
  border-radius: 20px;
  background: linear-gradient(180deg, #de9f2f 0%, #f6d06c 44.5%, #efad1f 100%);
  box-shadow: 0px 7px 0px 0px #d8aa16;
  padding: 20px 50px;
}

.bt-4 {
  border-radius: 5px;
  background: linear-gradient(180deg, #de9f2f 0%, #f6d06c 44.5%, #efad1f 100%);
  box-shadow: 0px 3px 0px 0px #d8aa16;
  padding: 5px 20px;
}

.border-footer {
  border: 1px solid #e3e3e3;
  background: #fff;
}

.bt-2 {
  border-radius: 51.5px;
  background: #fcc818;
  box-shadow: 0px 7px 0px 0px #d8aa16;
  padding: 15px 20px;
}

.bt-3 {
  border-radius: 20px;
  background: linear-gradient(180deg, #de9f2f 0%, #f6d06c 44.5%, #efad1f 100%);
  box-shadow: 0px 7px 0px 0px #d8aa16;
  padding: 15px 20px;
}

.tr-1 {
  transform: rotate(-1.15deg);
}

.header-1 {
  background: url(../../img/prosta7_v2/resize-header.png) no-repeat;
  background-position: right;
  background-size: contain;
}

.l-1-border {
  border: 1px solid #4f8ad7;
  background: #f1f3f6;
}

.l-2-border {
  border: 1px solid #263c8b;
  background: #e5f1ff;
}

.l-3-border {
  border-radius: 10px;
  border: 1px solid #1d98a6;
  background: #fff;
}

.f-lg,
.f-lg-2 {
  border-radius: 0px 0px 20px 20px;
  background: linear-gradient(90deg, #263c8b 0%, #960000 100%);
}

.f-lg-1 {
  border-radius: 0px 15px 15px 0px;
  background: linear-gradient(90deg, #263c8b 0%, #960000 100%);
}

.f-lg-2 {
  border-radius: 0px 0px 20px 0px;
}

.f-lg-3 {
  border-radius: 0px 0px 0px 20px;
  background: linear-gradient(90deg, #960000 0%, #263c8b 100%);
}

.gr-blue-red {
  background: linear-gradient(90deg, #263c8b 0%, #960000 100%);
}

.u-color {
  -webkit-text-decoration: underline #f64343;
          text-decoration: underline #f64343;
  text-decoration-thickness: 18%;
  background-position: inherit;
}

.bg-8 {
  background: url(../../img/prosta7_v2/bg-8.png) no-repeat;
  background-position: right;
  background-size: contain;
}

.bg-10 {
  background: url(../../img/prosta7_v2/bg-10.png) no-repeat;
  background-position: left;
  background-size: contain;
}

.bg-11 {
  background: url(../../img/prosta7_v2/bg-11.png) no-repeat;
  background-position: left bottom;
}

.bg-path {
  background: url(../../img/prosta7_v2/path-bg.png) no-repeat;
  background-position: center;
  background-size: contain;
  padding: 10px;
}

.hide-d {
  display: none !important;
}

.bg-12 {
  background: url(../../img/prosta7_v2/bg-12.png) no-repeat;
  background-position: right -30px;
  background-size: 42%;
}

.bg-20 {
  background: url(../../img/prosta7_v2/bg-20.png) no-repeat;
  background-position: right bottom;
  background-size: auto;
}

.bg-21 {
  background: url(../../img/prosta7_v2/bg-21.png) no-repeat;
  background-position: left;
  background-size: contain;
}

.sec-w-peanut {
  background-image: url(../../img/prosta7_v2/peanut-bot-right-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
}

.empty-wallet {
  background-image: url(../../img/prosta7_v2/empty-wallet.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.hearbreaking-wrapper {
  background-image: url(../../img/prosta7_v2/v2-new/heartbreaking.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.overflow-title-left {
  background: linear-gradient(90deg, #263c8b 0%, #960000 100%);
}

.microscope-wrapper {
  background-image: url(../../img/prosta7_v2/v2-new/microscope.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}

.hand-and-pill {
  background-image: url(../../img/prosta7_v2/v2-new/hand-in-pill.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.formula-wrapper {
  background-image: url(../../img/prosta7_v2/v2-new/prosta7-formula.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
}

.bonus-1-wrapper {
  background-image: url(../../img/prosta7_v2/v2-new/bonus-1.png);
  background-repeat: no-repeat;
  background-position: right -30px top 55px;
  background-size: 40%;
}

.moneyback-new {
  background-image: url(../../img/prosta7_v2/v2-new/mb-new.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

.choose-wrapper {
  background-image: url(../../img/prosta7_v2/v2-new/man-thinking.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

.mask-border {
  mask: linear-gradient(white, white) padding-box, linear-gradient(to bottom, #263c8b, #960000) border-box;
  -webkit-mask: linear-gradient(white, white) padding-box, linear-gradient(to bottom, #263c8b, #960000) border-box;
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}

@media (max-width: 1700px) {
}

@media (max-width: 1400px) {
  .header-post {
    width: 14% !important;
  }
}

@media (max-width: 1300px) {
  .bg-11 {
    background: url(../../img/prosta7_v2/bg-11.png) no-repeat;
    background-position: -150px;
  }

  .bg-12 {
    background: url(../../img/prosta7_v2/bg-12.png) no-repeat;
    background-position: 800px -30px;
    background-size: 42%;
  }

  .w-adjust-post {
    width: 24% !important;
  }

  .r-adjust {
    right: 4% !important;
  }

  .l-adjust {
    bottom: -10% !important;
    left: 4% !important;
  }

  .mtbrl-1300 {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
  }

  .resize-i1 {
    right: -1%important;
  }
}

@media (max-width: 1140px) {
  .bg-10 {
    background: url(../../img/prosta7_v2/bg-10.png) no-repeat;
    background-position: -100px;
    background-size: contain;
  }

  .bg-11 {
    background: url(../../img/prosta7_v2/bg-11.png) no-repeat;
    background-position: -200px;
  }

  .mtbrl-1 {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
  }

  .w-adjust {
    left: 0% !important;
    right: 0% !important;
    top: 0% !important;
    bottom: 0% !important;
  }

  /* .ipad-view {
        flex-direction: column!important;
    } */

  .w-70-1 {
    width: 100% !important;
  }

  .mw-adjust-d {
    max-width: 660px !important;
  }

  .mw-pic-23 {
    max-width: 260px !important;
    right: 0% !important;
  }
}

@media screen and (min-width: 1140px) {
  .header-2 {
    background: url(../../img/prosta7_v2/hero-bg.png) no-repeat;
    background-position: right;
    background-size: contain;
  }

  .v3-header {
    background: url(../../img/prosta7_v2/v3-header.png) no-repeat;
    background-position: right;
    background-size: contain;
  }
}

@media (max-width: 1024px) {
  .bg-11 {
    background-image: none;
  }

  .bg-12 {
    background-image: none;
  }

  .bg-20 {
    background: url(../../img/prosta7_v2/bg-20.png) no-repeat;
    background-position: 700px bottom;
    background-size: auto;
  }

  .hide-sales {
    display: none !important;
  }

  .show-sales {
    display: flex !important;
  }

  .w-adjust-10 {
    display: flex;
    flex-direction: column;
  }

  .mw-adjust {
    width: 100% !important;
  }

  .mw-b {
    max-width: 700px !important;
  }
}

@media (max-width: 920px) {
  .w-70 {
    width: 70%;
  }

  .hide-1 {
    display: none;
  }

  .show-1 {
    display: flex !important;
  }

  .bg-20 {
    background: none;
  }

  .bg-21 {
    background: url(../../img/prosta7_v2/bg-21.png) no-repeat;
    background-position: -100px;
    background-size: contain;
  }
}

@media (max-width: 820px) {
}

@media (max-width: 768px) {
  .header-1 {
    background: none;
  }

  .bg-8 {
    background: none;
  }

  .bg-10 {
    background: none;
  }

  .bg-21 {
    background: none;
  }
}

@media (max-width: 500px) {
  .sec-w-peanut {
    background-size: contain;
  }

  .empty-wallet, .bonus-1-wrapper, .hearbreaking-wrapper, .hand-and-pill,
	.choose-wrapper {
    background-image: none;
  }

  .microscope-wrapper {
    background-size: 70%;
    background-position: top right;
  }

  .formula-wrapper {
    background-size: 30%;
    background-position: right -20px bottom;
  }

  .remove-rounded-borders {
    border-radius: 0;
  }
}

@media (max-width: 400px) {
  .mw-1just {
    width: 120px !important;
  }
}

.hover\:text-amber-200:hover{
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity));
}

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

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

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }

  .md\:bottom-0{
    bottom: 0px;
  }

  .md\:bottom-\[0\%\]{
    bottom: 0%;
  }

  .md\:left-0{
    left: 0px;
  }

  .md\:left-\[-30px\]{
    left: -30px;
  }

  .md\:left-\[73\%\]{
    left: 73%;
  }

  .md\:right-0{
    right: 0px;
  }

  .md\:right-\[-10\%\]{
    right: -10%;
  }

  .md\:right-\[-30px\]{
    right: -30px;
  }

  .md\:right-\[-4\%\]{
    right: -4%;
  }

  .md\:right-\[-50px\]{
    right: -50px;
  }

  .md\:right-\[-6\%\]{
    right: -6%;
  }

  .md\:right-\[0\%\]{
    right: 0%;
  }

  .md\:top-\[-12\%\]{
    top: -12%;
  }

  .md\:top-\[-4\%\]{
    top: -4%;
  }

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

  .md\:top-\[-6\%\]{
    top: -6%;
  }

  .md\:top-\[-8\%\]{
    top: -8%;
  }

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

  .md\:top-auto{
    top: auto;
  }

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

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

  .md\:my-\[50px\]{
    margin-top: 50px;
    margin-bottom: 50px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:mr-\[-121px\]{
    margin-right: -121px;
  }

  .md\:mr-\[-140px\]{
    margin-right: -140px;
  }

  .md\:mr-\[-15px\]{
    margin-right: -15px;
  }

  .md\:mr-\[-164px\]{
    margin-right: -164px;
  }

  .md\:mr-\[-201px\]{
    margin-right: -201px;
  }

  .md\:mr-\[-221px\]{
    margin-right: -221px;
  }

  .md\:mr-\[-52px\]{
    margin-right: -52px;
  }

  .md\:mr-\[-61px\]{
    margin-right: -61px;
  }

  .md\:mr-\[-68px\]{
    margin-right: -68px;
  }

  .md\:mr-\[34px\]{
    margin-right: 34px;
  }

  .md\:mr-\[5px\]{
    margin-right: 5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

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

  .md\:h-\[20vh\]{
    height: 20vh;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:-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));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

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

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

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

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

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

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

  .md\:p-0{
    padding: 0px;
  }

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

  .md\:p-\[0px\]{
    padding: 0px;
  }

  .md\:p-\[10px\]{
    padding: 10px;
  }

  .md\:p-\[27px\]{
    padding: 27px;
  }

  .md\:p-\[36px\]{
    padding: 36px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pl-12{
    padding-left: 3rem;
  }

  .md\:pl-\[17px\]{
    padding-left: 17px;
  }

  .md\:pl-\[5px\]{
    padding-left: 5px;
  }

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

  .md\:pl-\[70px\]{
    padding-left: 70px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-left{
    text-align: left;
  }

  .md\:text-start{
    text-align: start;
  }

  .md\:align-text-top{
    vertical-align: text-top;
  }

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

  .md\:text-\[13\.5px\]{
    font-size: 13.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:leading-8{
    line-height: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px){
  .lg\:top-\[290px\]{
    top: 290px;
  }

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

  .lg\:flex-row{
    flex-direction: row;
  }

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

@media (min-width: 1140px){
  .min-\[1140px\]\:top-\[245px\]{
    top: 245px;
  }

  .min-\[1140px\]\:hidden{
    display: none;
  }

  .min-\[1140px\]\:w-auto{
    width: auto;
  }
}
