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

.bottom-0 {
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-\[0px\] {
  gap: 0px;
}

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

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

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

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

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

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

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

.self-stretch {
  align-self: stretch;
}

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

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

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

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

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

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

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

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

.rounded-br-\[24px\] {
  border-bottom-right-radius: 24px;
}

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

.bg-custom-black-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(57 60 72 / var(--tw-bg-opacity));
}

.bg-custom-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 241 240 / var(--tw-bg-opacity));
}

.bg-custom-green-101 {
  --tw-bg-opacity: 1;
  background-color: rgb(73 154 149 / var(--tw-bg-opacity));
}

.bg-custom-green-102 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-custom-green-103 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 255 252 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-inter {
  font-family: Inter, sans-serif;
}

.font-notosans {
  font-family: Noto Sans, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-light {
  font-weight: 300;
}

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

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

.italic {
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-custom-black-500 {
  --tw-text-opacity: 1;
  color: rgb(57 60 72 / var(--tw-text-opacity));
}

.text-custom-green-101 {
  --tw-text-opacity: 1;
  color: rgb(73 154 149 / var(--tw-text-opacity));
}

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

.text-custom-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(103 80 46 / var(--tw-text-opacity));
}

.text-custom-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(251 192 27 / 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;
}

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

@font-face {
  font-family:Cambria, serif;

  src:url(../fonts/Cambria-Font-For-Windows.ttf)
}

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

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

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

  src:url(../public/assets/fonts/Cambria-Font-For-Windows.ttf)
}

@font-face {
  font-family: DroidSerif-Bold;

  src: url(../fonts/DroidSerif-Bold.ttf);
}

.ds-b {
  font-family:DroidSerif-Bold;
  font-weight: 700;
}

.n-b {
  font-family:Cambria-Sans;
  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-drop-shadowv2 {
  box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.25);
}

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

.button-color {
  background: linear-gradient(180deg, #FEC735 0%, #D08B07 100%);
}

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

.save-circ {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  outline: 10px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -37%;
  right: 10%;
  transform: translate(50%, 50%) rotate(15deg);
  box-shadow: 2px 2px 10px 7px rgba(0,0,0,0.25);
  -webkit-box-shadow: 2px 2px 10px 7px rgba(0,0,0,0.25);
  -moz-box-shadow: 2px 2px 10px 7px rgba(0,0,0,0.25);
  width: 144px;
  height: 144px;
}

.line-1 {
  border: 1px solid #E4E9F2;
  background: var(--White, #FFF);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.30);
}

.bg-sect-2 {
  background:  url(../img/sect-2.png)  no-repeat;
  background-position: left ;
  background-color: white;
}

.bg-sect-5 {
  background:  url(../img/sect-5.png)  no-repeat;
  background-position: left top;
  background-size: 42% 100%;
}

.bg-sect-14 {
  background:  url(../img/sect-14.png)  no-repeat;
  background-position: right TOP;
  mix-blend-mode: multiply;
}

.bg-sect-10 {
  background:  url(../img/sect-10.png)  no-repeat;
  background-position: left TOP;
}

.hero-1 {
  background: radial-gradient(24.05% 36.33% at 50% 50.86%, #8CF5EF 0%, #499A95 100%);
}

.bg-26-d0c {
  background:  url(../img/sect-26-bg.png)  no-repeat;
  background-position: right bottom;
}

.circle-save {
  width: 99px;
  height: 99px;
  border-radius: 50%;
  background-color: #499A95;
  display: flex;
  justify-content: center;
  align-items: center;
}

.save-price {
  color: white;
  transform: rotate(19.491deg);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 5px solid #F8E996;
  border-radius: 50%;
  width: 99px;
  height: 99px;
  font-size: 19px;
  line-height: 22px;
}

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

/* .bg-sect-4 {
    background: url(../img/sect-4-man.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
} */

/* .bg-l-4 {
    background:  url(../img/sect-4.png)  no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.header-derose {
    background:  url(../img/head-1.png)  no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
} */

/* .bg-sect-9 {
    background:  url(../img/sect-4.png)  no-repeat;
    background-repeat: no-repeat;
    background-size: cover;

}
.bg-sect-9-1 {
    background:  url(../img/bg-crit.png)  no-repeat;
    background-repeat: no-repeat;
    background-size: cover;

} */

.bg-sect-25 {
  background:  url(../img/tempo-2.png)  no-repeat;
  background-size: 100% 100%;
  /* padding-bottom: 50px; */
}

.l-g-sb{
  background: linear-gradient(91.21deg, #4086BD 7.54%, #8DF1A1 137.04%);
}

.b-line-dot {
  border: 2px dashed #63A6DA;
}

.sect-17-words {
  border-radius: 0px 25px;
  background: #DEF3FF;
  box-shadow: 0px 6px 10px 0px #4086BD;
}

.box-chat {
  border-radius: 0px 25px;
  background: #DEF3FF;
  box-shadow: 0px 6px 10px 0px #90C4EC;
}

.platinum-color {
  border-radius: 14.897px 14.897px 0px 0px;
  background: linear-gradient(106deg, #5EACEA 12.64%, #499A95 82.7%);
}

/* .bg-ribbon {
    background:  url(../img/best-value.png)  no-repeat;
    background-size: auto;
} */

.freq-box {
  border-radius: 24px;
  border: 1px solid #E4E9F2;
  background: var(--White, #FFF);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1700px) {
  /* .bg-sect-4 {
        background: url(../img/sect-4-man.png);
        background-size: contain;
        background-position: -180px;
        background-repeat: no-repeat;
    } */

  .ml-500 {
    margin-left: 500px!important;
  }
}

@media (max-width: 1400px) {
  .header-derose {
    background:  url(../img/head-1.png)  no-repeat;
    background-position: top;
    background-size: 180%;
  }

  .w-joint {
    max-width: 400px!important;
  }

  .ad-1 {
    max-width: 500px!important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media (max-width: 1300px) {
  .bg-sect-4 {
    /* background: url(../img/sect-4-man.png);
        background-size: contain;
        background-position: -300px;
        background-repeat: no-repeat; */
    background-image: none;
  }

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

  .mb-money {
    max-width: 200px;
    /* display: none; */
  }

  .ml-500 {
    margin-left: 0px!important;
  }

  .ct-1024 {
    text-align: center!important;
  }

  .max-1160-full {
    max-width: 1160px!important;
  }

  .width-adjust {
    width: 400px!important;
  }
}
@media (max-width: 1300px) {
  .bg-26-d0c {
     background-size: 29%;
  }
  .mb-money {
     right: -20px !important; 
  }
}
@media (max-width: 1140px) {
  /* .bg-sect-4 {
        background: url(../img/sect-4-man.png);
        background-size: contain;
        background-position: -400px;
        background-repeat: no-repeat;
    } */

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

  .ct-1 {
    display: flex;
    justify-items: center;
    align-items: center;
  }

  .h-1024 {
    display: hidden!important;
  }

  /* .man-2 {
        display: block!important;
    } */

  .bg-sect-2 {
    background:  url(../img/sect-2.png)  no-repeat;
    background-position: -90px ;
  }

  .bg-sect-5 {
    background:  url(../img/sect-5.png)  no-repeat;
    background-position: -90px ;
  }

  .bg-sect-14 {
    background:  url(../img/sect-14.png)  no-repeat;
    background-position: 610px ;
  }

  .bg-26-d0c {
    background:  url(../img/sect-26-bg.png)  no-repeat;
    background-position: 735px bottom;
    background-size: 32%;
  }

  .bg-sect-10 {
    background:  url(../img/sect-10.png)  no-repeat;
    background-position: -2px top;
  }

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

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

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

@media (max-width: 1024px) {
  .video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
  }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .header-video-container {
    position: relative;
    width: 80%;
    height: 0;
    padding-bottom: 120%;
    overflow: hidden;
  }

  .header-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .mid-image {
    display: none;
  }

  .mid-image-1 {
    display: flex;
  }

  /* .bg-sect-4 {
        background: none;
    } */

  .bg-sect-25 {
    background:  url(../img/tempo-2.png)  no-repeat;
    background-size: 100% 100%;
    /* background-position: top; */
    padding-bottom: 0px;
  }

  .w-100 {
    max-width: 300px!important;
  }

  .w-adjust {
    width: 400px;
  }

  .w-adjust-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .f-w-1 {
    flex-wrap: wrap;
  }

  .mgt-1 {
    margin-right: 0px!important;
    margin-left: 0px!important;
    margin-top: 20px;
  }

  .mrl-1 {
    margin-left: 0px!important;
    margin-right: 0px!important;
  }

  .ml-500 {
    margin-left: 0px!important;
  }

  .header-derose {
    background:  url(../img/head-1.png)  no-repeat;
    background-position: top;
    background-size: 330%;
  }

  .bg-sect-2 {
    background:  url(../img/sect-2.png)  no-repeat;
    background-position: -180px ;
  }

  .bg-sect-5 {
    background:  url(../img/sect-5.png)  no-repeat;
    background-position: -180px ;
  }

  .bg-sect-14 {
    background:  url(../img/sect-14.png)  no-repeat;
    background-position: 620px ;
  }

  .bg-26-d0c {
    background:  url(../img/sect-26-bg.png)  no-repeat;
    background-position: 670px bottom;
    background-size: 33%;
  }

  .bg-sect-10 {
    background:  url(../img/sect-10.png)  no-repeat;
    background-position: -90px top;
  }

  .ad-1 {
    max-width: 300px!important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  
  .mb-money {
    max-width: 20%; 
  }
}

@media (max-width: 920px) {
  .bg-sect-25 {
    background:  url(../img/tempo-2.png)  no-repeat;
    background-size: auto;
    background-position: top;
    padding-bottom: 0px;
  }

  .bg-sect-5 {
    background:  url(../img/sect-5.png)  no-repeat;
    background-position: -130px 0;
  }

  .bg-sect-14 {
    background:  url(../img/sect-14.png)  no-repeat;
    background-position: 450px ;
  }

  .bg-26-d0c {
    background:  url(../img/sect-26-bg.png)  no-repeat;
    background-position: 479px bottom;
    background-size: 44%;
  }

  .bg-sect-10 {
    background:  url(../img/sect-10.png)  no-repeat;
    background-position: -60px top;
  }

  .mx-adjust {
    max-width: 500px!important;
  }

  .bg-sect-2 {
    background:  url(../img/sect-2.png)  no-repeat;
    background-position: -130px ;
  }

  .width-adjust {
    width: 1000px!important;
  }
}

@media (max-width: 820px) {
  .bg-sect-25 {
    background:  url(../img/tempo-2.png)  no-repeat;
    background-size: auto;
    background-position: top;
    padding-bottom: 0px;
  }

  .man-1 {
    display: none!important;
  }

  .man-2 {
    display: block!important;
  }

  .fd-1 {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .r-mb {
    right: 273px!important;
  }

  .r-mb-1 {
    right: 73px!important;
  }

  .r-mb-3 {
    right: -3px!important;
  }

  .bg-sect-2 {
    background:none;
  }

  .bg-sect-5 {
    background:none;
  }

  .bg-sect-14 {
    background:none;
  }

  .bg-26-d0c{
    background:none;
  }

  .bg-sect-10 {
    background:none;
  }

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

  .hero-1 {
    background: radial-gradient(24.05% 36.33% at 50% 50.86%, #8CF5EF 0%, #499A95 100%);
    background-size: cover;
  }
}

@media (max-width: 500px) {
  .header-video-container {
    width: 206px;
    height: 300px;
  }

  .save-circ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    outline: 10px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -26%;
    right: 16%;
    transform: translate(50%, 50%) rotate(15deg);
    box-shadow: 2px 2px 10px 7px rgba(0,0,0,0.25);
    -webkit-box-shadow: 2px 2px 10px 7px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 10px 7px rgba(0,0,0,0.25);
    width: 120px;
    height: 120px;
  }

  /* .bg-sect-4 {
        background:none;
    } */

  .bg-sect-9 {
    background:  url(../img/sect-4.png)  no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }

  .header-derose {
    background:  url(../img/head-1.png)  no-repeat;
    background-position: top;
  }

  .b-line-dot {
    border: none;
  }

  .bg-sect-25 {
    background:  url(../img/tempo-2.png)  no-repeat;
    background-size: 152% 105%;
    background-position: top;
    padding-bottom: 0px;
  }

  .mid-image {
    width: auto;
  }

  .w-adjust {
    width: 370px;
  }

  .mgt-1 {
    margin-top: 20px;
  }

  .r-mb {
    right: 257px!important;
  }

  .r-mb-1 {
    right: 60px!important;
  }

  .r-mb-2 {
    right: 17px!important;
  }

  .r-mb-3 {
    right: -18px!important;
  }

  .ad-1 {
    max-width: 300px!important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .w-intact {
    width: 300px!important;
  }
}

@media (max-width: 400px) {
  .w-adjust {
    width: 340px;
  }

  .r-mb {
    right: 242px!important;
  }

  .r-mb-1 {
    right: 60px!important;
  }

  .r-mb-2 {
    right: 3px!important;
  }

  .r-mb-3 {
    right: -23px!important;
  }

  .w-intact {
    width: 290px!important;
  }
}

@media (min-width: 768px) {
  .md\:right-\[-2\%\] {
    right: -2%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:max-w-none {
    max-width: none;
  }

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

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

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

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

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

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

  .md\:self-end {
    align-self: flex-end;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-start {
    text-align: start;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:mr-\[-90px\] {
    margin-right: -90px;
  }

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

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

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

  .lg\:flex {
    display: flex;
  }

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

  .lg\:w-\[365\.684px\] {
    width: 365.684px;
  }

  .lg\:w-\[384\.984px\] {
    width: 384.984px;
  }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:right-\[-8\%\] {
    right: -8%;
  }

  .xl\:top-\[-7\%\] {
    top: -7%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:max-w-none {
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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