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

.bottom-\[45\%\]{
  bottom: 45%;
}

.bottom-\[48\%\]{
  bottom: 48%;
}

.bottom-\[55\%\]{
  bottom: 55%;
}

.bottom-\[56\%\]{
  bottom: 56%;
}

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

.bottom-\[72\%\]{
  bottom: 72%;
}

.left-0{
  left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-0{
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto{
  margin-top: auto;
}

.block{
  display: block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.hidden{
  display: none;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.min-h-screen{
  min-height: 100vh;
}

.w-20{
  width: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.shrink{
  flex-shrink: 1;
}

.grow{
  flex-grow: 1;
}

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

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

.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-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

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

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

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

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

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

.overflow-hidden{
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

.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-b-\[15px\]{
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

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

.rounded-l-\[32px\]{
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}

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

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

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

.border{
  border-width: 1px;
}

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

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

.bg-custom-gray-103{
  --tw-bg-opacity: 1;
  background-color: rgb(236 246 246 / var(--tw-bg-opacity));
}

.bg-custom-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(42 98 96 / var(--tw-bg-opacity));
}

.bg-custom-green-101{
  --tw-bg-opacity: 1;
  background-color: rgb(232 242 241 / var(--tw-bg-opacity));
}

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

.bg-custom-green-103{
  --tw-bg-opacity: 1;
  background-color: rgb(159 210 209 / var(--tw-bg-opacity));
}

.bg-custom-green-104{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 253 / var(--tw-bg-opacity));
}

.bg-custom-green-105{
  --tw-bg-opacity: 1;
  background-color: rgb(219 244 244 / var(--tw-bg-opacity));
}

.bg-custom-green-106{
  --tw-bg-opacity: 1;
  background-color: rgb(54 125 123 / var(--tw-bg-opacity));
}

.bg-custom-green-107{
  --tw-bg-opacity: 1;
  background-color: rgb(74 167 164 / var(--tw-bg-opacity));
}

.bg-custom-white-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 249 251 / var(--tw-bg-opacity));
}

.bg-custom-yellow-101{
  --tw-bg-opacity: 1;
  background-color: rgb(157 116 53 / var(--tw-bg-opacity));
}

.bg-custom-yellow-105{
  --tw-bg-opacity: 1;
  background-color: rgb(255 233 192 / var(--tw-bg-opacity));
}

.bg-mentalclarity-green2{
  --tw-bg-opacity: 1;
  background-color: rgb(42 98 96 / var(--tw-bg-opacity));
}

.bg-mentalclarity-herobg{
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 242 / var(--tw-bg-opacity));
}

.bg-mentalclarity-orange2{
  --tw-bg-opacity: 1;
  background-color: rgb(255 233 192 / var(--tw-bg-opacity));
}

.bg-mentalclarity-reviewbg{
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 243 / var(--tw-bg-opacity));
}

.bg-mentalclarity-yellow1{
  --tw-bg-opacity: 1;
  background-color: rgb(254 250 242 / var(--tw-bg-opacity));
}

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

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

.p-4{
  padding: 1rem;
}

.p-8{
  padding: 2rem;
}

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

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

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

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

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

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

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

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

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

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

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

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

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

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

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

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.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-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-12{
  padding-top: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-montserrat{
  font-family: Montserrat, sans-serif;
}

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

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

.font-oswald{
  font-family: Oswald, sans-serif;
}

.font-poppins{
  font-family: Poppins, sans-serif;
}

.font-robot{
  font-family: Roboto, 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-\[14px\]{
  font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

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

.font-black{
  font-weight: 900;
}

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

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

.font-extralight{
  font-weight: 200;
}

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.leading-4{
  line-height: 1rem;
}

.leading-5{
  line-height: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[md\]{
  color: md;
}

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

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

.text-custom-black-101{
  --tw-text-opacity: 1;
  color: rgb(56 60 68 / var(--tw-text-opacity));
}

.text-custom-black-102{
  --tw-text-opacity: 1;
  color: rgb(15 23 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-300{
  --tw-text-opacity: 1;
  color: rgb(36 36 36 / var(--tw-text-opacity));
}

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

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

.text-custom-gray-101{
  --tw-text-opacity: 1;
  color: rgb(153 187 184 / var(--tw-text-opacity));
}

.text-custom-green-100{
  --tw-text-opacity: 1;
  color: rgb(42 98 96 / var(--tw-text-opacity));
}

.text-custom-green-102{
  --tw-text-opacity: 1;
  color: rgb(12 57 54 / var(--tw-text-opacity));
}

.text-custom-orange-100{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}

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

.text-custom-yellow-100{
  --tw-text-opacity: 1;
  color: rgb(228 164 26 / var(--tw-text-opacity));
}

.text-custom-yellow-101{
  --tw-text-opacity: 1;
  color: rgb(157 116 53 / var(--tw-text-opacity));
}

.text-custom-yellow-102{
  --tw-text-opacity: 1;
  color: rgb(251 202 109 / var(--tw-text-opacity));
}

.text-custom-yellow-103{
  --tw-text-opacity: 1;
  color: rgb(193 135 10 / var(--tw-text-opacity));
}

.text-custom-yellow-104{
  --tw-text-opacity: 1;
  color: rgb(255 198 79 / var(--tw-text-opacity));
}

.text-mentalclarity-black1{
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}

.text-mentalclarity-green1{
  --tw-text-opacity: 1;
  color: rgb(42 99 96 / var(--tw-text-opacity));
}

.text-mentalclarity-green2{
  --tw-text-opacity: 1;
  color: rgb(42 98 96 / var(--tw-text-opacity));
}

.text-mentalclarity-orange1{
  --tw-text-opacity: 1;
  color: rgb(228 164 26 / var(--tw-text-opacity));
}

.text-mentalclarity-price{
  --tw-text-opacity: 1;
  color: rgb(12 57 54 / var(--tw-text-opacity));
}

.text-mentalclarity-resultstext{
  --tw-text-opacity: 1;
  color: rgb(56 60 68 / var(--tw-text-opacity));
}

.text-mentalclarity-reviewtext{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / 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: 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-drop-shadowv2 {
  border: 1px solid var(--800, #0E49B5);
  background: #FFF4E0;
}

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

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

.bt-1 {
  border-radius: 51.5px;
  background: #FCC818;
  box-shadow: 0px 7px 0px 0px #D8AA16;
}

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

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

.custom-grey-btn: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;
}

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

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

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

.circle-save-1   {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #0C3936;
  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 #9D7435;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  font-size: 28px;
  line-height: 30px;
}

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

.f-lg {
  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%);
}

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

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

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

.head {
  background: url(../img/head.png) no-repeat;
  background-position: right bottom;
  background-size: cover;
}

.head-2 {
  background: url(../img/head-v2.png) no-repeat;
  background-position: right bottom;
  background-size: cover;
}

.v4-head {
  background: url(../img/v4-header.png) no-repeat;
  background-position: right bottom;
  background-size: cover;
}

.l-1-border {
  border-radius: 15px;
  border: 1px solid #9D7435;
  background: #fff;
}

.v4-l-1-border {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border: 1px solid #9D7435;
  background: #fff;
}

.l-2-border {
  border-radius: 15px;
  border: 1px solid #9D7435;
  background: var(--White, #FFF);
}

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

.s-1-v2 {
  background: url(../img/sect-1-v2-rec.png) no-repeat;
  background-position: right bottom;
  background-size: 50%;
}

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

.s-2-bg-v2 {
  background: url(../img/s2-bg-v2.png) no-repeat;
  background-position: left;
  background-size: contain;
}

.v4-bg-man {
  background: url(../img/v4-manwalking.png) no-repeat;
  background-position: left;
  background-size: contain;
  background-color: #FFE9C0;
}

.s-18-bg {
  background: url(../img/s-18-bg.png) no-repeat;
  background-position: left;
}

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

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

.s-13-bg {
  background: url(../img/s-13-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.s-17-bg {
  background: url(../img/s-17-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.v4-s-17-bg {
  background: url(../img/s-17-bg.png) no-repeat;
  background-position: top right;
  background-size: contain;
}

.s-21-bg {
  background: url(../img/s-21-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.s-43-bg {
  background: url(../img/s-43-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.s-31-bg {
  background: url(../img/s-31-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.s-58-bg {
  background: url(../img/s-58-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.s-33-bg {
  background: url(../img/s-33-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.s-3-bg {
  background: #FFE9C0;
  border-radius: 15px;
}

.s-3-bg-1 {
  background: url(../img/s-3-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.s-8-bg-1 {
  background: url(../img/s-8-bg-1.png) no-repeat;
  background-position: left top;
  background-size: contain;
}

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

.s-11-bg {
  background: url(../img/s-11-bg.png) no-repeat;
  background-position: right top;
}

.s-12-bg {
  background: url(../img/s-12-bg.png) no-repeat;
  background-position: left;
}

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

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

.s-19-bg {
  background: url(../img/s-19-bg.png) no-repeat;
  background-position: right ;
}

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

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

.bg-p-1 {
  background: url(../img/p-1.png) no-repeat;
  background-position: 0px 30px;
  background-size: contain;
}

.bg-vector {
  background: url(../img/p-3.png) no-repeat;
  background-position: 0px 50px;
  background-size: contain;
}

.smf-1 {
  border-radius: 544px;
  background: radial-gradient(50% 50% at 50% 50%, #EFCE8E 0%, rgba(239, 206, 142, 0.00) 100%);
  text-shadow: 0px 5px 4px #19302E;
}

.smf-2 {
  background: linear-gradient(90deg, rgba(12, 57, 54, 0.00) -0.58%, #0C3936 22.55%, #0C3936 46.69%, #0C3936 78.37%, rgba(12, 57, 54, 0.00) 99.99%);
  /* opacity: 0.9; */
}

.smf-3 {
  background: linear-gradient(90deg, rgba(12, 57, 54, 0.00) -0.58%, #9D7435 22.55%, #D99A12 46.69%, #9D7435 78.37%, rgba(12, 57, 54, 0.00) 99.99%);
}

.bg-p-2 {
  background: url(../img/p-2.png) no-repeat;
  background-position: 0px 70px;
  background-size: contain;
}

.bg-p-3 {
  background: url(../img/p-1.png) no-repeat;
  background-position: 0px 50px;
  background-size: contain;
}

.bg-p-4 {
  background: url(../img/p-2.png) no-repeat;
  background-position: 0px 90px;
  background-size: contain;
}

.bg-p-5 {
  background: url(../img/p-1.png) no-repeat;
  background-position: 0px 25px;
  background-size: contain;
}

.bg-p-6 {
  background: url(../img/p-2.png) no-repeat;
  background-position: 0px 55px;
  background-size: contain;
}

.bg-p-7 {
  background: url(../img/p-1.png) no-repeat;
  background-position: 0px 20px;
  background-size: contain;
}

.bg-p-8 {
  background: url(../img/p-2.png) no-repeat;
  background-position: 0px 60px;
  background-size: contain;
}

.bg-h-23 {
  border-radius: 5px;
  border: 5px solid #2A6260;
  background: linear-gradient(180deg, #0C3936 0%, #2A6260 100%);
}

.s-24-bg {
  background: url(../img/s-24-bg.png) no-repeat;
  background-position: left top;
  background-size: 50%;
}

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

.s-27-bg {
  background: url(../img/s-27-bg.png) no-repeat;
  background-position: right bottom;
  /* background-size: 50%; */
}

.s-30-bg {
  background: url(../img/s-30-bg.png) no-repeat;
  background-position: right bottom;
  /* background-size: 50%; */
}

.s-32-bg {
  background: url(../img/s-32-bg.png) no-repeat;
  background-position: right top;
  background-size: 35%;
}

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

.vsl-bg {
  background: url(../img/vsl-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.vsl-vector {
  background: url(../img/vsl-vector.png) no-repeat;
  background-position: 0px 300px;
  background-size: contain;
}

.bp1 {
  list-style: disc;
}

/* U2 */

.u2-lb {
  background: linear-gradient(90deg, #105853 0%, #367D7B 55%, #105853 100%);
}

.u2-lb-1 {
  border-radius: 32px 32px 0px 0px;
  background: linear-gradient(90deg, #105853 0%, #367D7B 55%, #105853 100%);
}

.bs-1 {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
}

.bs-2 {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
}

.bt-new {
  background: linear-gradient(180deg, #FFC64F 0%, #E18F00 98.9%);
}

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

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

@media (max-width: 1300px) {
  .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;
  }
}

@media (max-width: 1140px) {
  .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;
  }

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

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

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

  .prior-1 {
    left: 10%!important;
  }

  .v2-just {
    margin-left: -0px!important;
    margin-right: -0px!important;
    margin-top: -0px!important;
    margin-bottom: -0px!important;
  }

  .s-2-bg-v2 {
    background: url(../img/s2-bg-v2.png) no-repeat;
    background-position: -150px;
    background-size: contain;
  }

  .v4-bg-man {
    background-position: -150px;
    background-size: contain;
  }
}

@media (max-width: 1024px) {
  .mw-adjust {
    width: 100%!important;
  }

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

  .head {
    background-size: 100% 100%;
  }

  .head-2 {
    background-size: 100% 100%;
  }

  .v4-head {
    background-size: 100% 100%;
  }

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

  .prior-1 {
    left: 0%!important;
    width: 20%!important;
  }

  .s-27-bg {
    background:none;
  }
}

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

  .hide-1 {
    display: none;
  }

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

  .s-2-bg-v2 {
    background: url(../img/s2-bg-v2.png) no-repeat;
    background-position: -250px;
    background-size: contain;
  }

  .v4-bg-man {
    background-position: -250px;
    background-size: contain;
  }
}

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

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

  .s-1-v2 {
    background-image: none;
  }

  .s-2-bg {
    background-image: none
  }

  .s-2-bg-v2 {
    background:none;
  }

  .v4-bg-man {
    background:none;
  }

  .s-11-bg {
    background:none;
  }

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

  .s-18-bg {
    background:none;
  }

  .s-19-bg {
    background:none;
  }

  .s-22-bg {
    background:none;
  }

  .s-24-bg {
    background:none;
  }

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

  .s-30-bg {
    background:none;
  }

  .s-32-bg {
    background:none;
  }

  .s-33-2-bg {
    background:none;
  }

  .s-41-bg {
    background:none;
  }

  .s-55-bg {
    background:none;
  }

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

  .circle-save-1   {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #0C3936;
    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 #9D7435;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 24px;
    line-height: 25px;
  }

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

  .head {
    background:none;
  }

  .head-2 {
    background:none;
  }

  .v4-head {
    background:none;
  }
}

@media (max-width: 500px) {
  .wp-100 {
    max-width: 120px!important;
  }

  .w-m-adjust {
    width: 60%!important;
  }

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

@media (max-width: 400px) {
  .wp-100 {
    max-width: 100px!important;
  }

  .w-adjust-1 {
    width: 320px!important;
  }
}

/* Joint Support */

.custom-bg-grey-arrow {
  background: url(../img/grey-arrow.png) no-repeat;
  background-position: inherit;
  background-size: 100% 100%;
}

.custom-bg-green-arrow {
  background: url(../img/green-arrow.png) no-repeat;
  background-position: inherit;
  background-size: 100% 100%;
}

.custom-bg-green3-arrow {
  background: url(../img/grey3-arrow.png) no-repeat;
  background-position: inherit;
  background-size: 100% 100%;
}

/* .custom-bg-grey-arrow {
    background: url(../img/grey-arrow.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.custom-bg-green-arrow {
    background: url(../img/green-arrow.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.custom-bg-green3-arrow {
    background: url(../img/grey3-arrow.png) no-repeat;
    background-position: center;
    background-size: contain;
} */

.custom-border-brown {
  border-radius: 24px;
  border: 1px solid #9D7435;
}

.custom-border2-brown {
  border-radius: 16px;
  border: 1px solid #9D7435;
  background: var(--White, #FFF);
}

.custom-bg-wave {
  background-image: url(../img/wave-left.png), url(../img/wave-right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left, right;
  background-size: cover, cover;
  background-color: #e8f2f1;
}

.custom-bg-left-wave {
  background-image: url(../img/wave-left.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  background-color: #e8f2f1;
}

.custom-bg-right-wave {
  background-image: url(../img/wave-right.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  background-color: #e8f2f1;
}

.custom-text-yellow-shadow {
  text-shadow: 0px 5px 4px #E4A41A;
}

.custom-bg-green-blur {
  background-image: url(../img/green-blur.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.custom-container {
  border-radius: 15px;
  background: #FFE9C0;
}

.custom-mix-blend {
  mix-blend-mode: multiply;
}

.custom-green-container {
  border-radius: 15px;
  background: var(--Title-text, #2A6260);
}

.custom-green-border {
  border-radius: 16px 16px 0px 0px;
  background: var(--Title-text, #2A6260);
}

.custom-yellow-btn {
  border-radius: 51.5px;
  background: #FCC818;
  box-shadow: 0px 7px 0px 0px #D8AA16;
}

.custom-grey-btn {
  background: linear-gradient(180deg, #E9E9E9 0%, #D8D8D8 100%);
}

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

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

.nimbus-sans {
  font-family: Nimbus-Sans, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:mt-20{
    margin-top: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:-translate-x-1\/2{
    --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\:flex-row-reverse{
    flex-direction: row-reverse;
  }

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

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

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

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

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

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

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

  .md\:gap-6{
    gap: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:overflow-x-auto{
    overflow-x: auto;
  }

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

  .md\:border-l-custom-yellow-100{
    --tw-border-opacity: 1;
    border-left-color: rgb(228 164 26 / var(--tw-border-opacity));
  }

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

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

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

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

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

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

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

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

  .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-\[100px\]{
    padding-left: 100px;
    padding-right: 100px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:leading-none{
    line-height: 1;
  }

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

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

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

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

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

  .lg\:right-\[21px\]{
    right: 21px;
  }

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

  .lg\:right-\[42px\]{
    right: 42px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:rounded-none{
    border-radius: 0px;
  }

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

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

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

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

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

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

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

  .lg\:text-start{
    text-align: start;
  }

  .lg\:text-\[32px\]{
    font-size: 32px;
  }

  .lg\:text-\[36px\]{
    font-size: 36px;
  }

  .lg\:text-\[40px\]{
    font-size: 40px;
  }

  .lg\:text-\[56px\]{
    font-size: 56px;
  }

  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:leading-\[48px\]{
    line-height: 48px;
  }

  .lg\:leading-normal{
    line-height: 1.5;
  }
}

@media (min-width: 1280px){
  .xl\:right-\[-71px\]{
    right: -71px;
  }

  .xl\:right-\[110px\]{
    right: 110px;
  }

  .xl\:right-\[68px\]{
    right: 68px;
  }

  .xl\:top-\[32px\]{
    top: 32px;
  }

  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:ml-\[22px\]{
    margin-left: 22px;
  }

  .xl\:ml-\[23px\]{
    margin-left: 23px;
  }

  .xl\:ml-\[24px\]{
    margin-left: 24px;
  }

  .xl\:ml-\[25px\]{
    margin-left: 25px;
  }

  .xl\:ml-\[26px\]{
    margin-left: 26px;
  }

  .xl\:mt-\[30px\]{
    margin-top: 30px;
  }

  .xl\:mt-\[40px\]{
    margin-top: 40px;
  }

  .xl\:block{
    display: block;
  }

  .xl\:w-auto{
    width: auto;
  }

  .xl\:max-w-\[1140px\]{
    max-width: 1140px;
  }

  .xl\:max-w-\[311px\]{
    max-width: 311px;
  }

  .xl\:max-w-\[675px\]{
    max-width: 675px;
  }

  .xl\:max-w-\[680px\]{
    max-width: 680px;
  }

  .xl\:max-w-\[694px\]{
    max-width: 694px;
  }

  .xl\:max-w-\[746px\]{
    max-width: 746px;
  }

  .xl\:max-w-\[786px\]{
    max-width: 786px;
  }

  .xl\:max-w-\[790px\]{
    max-width: 790px;
  }

  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:pt-\[48px\]{
    padding-top: 48px;
  }

  .xl\:text-\[24px\]{
    font-size: 24px;
  }

  .xl\:text-\[30px\]{
    font-size: 30px;
  }

  .xl\:text-\[36px\]{
    font-size: 36px;
  }

  .xl\:text-\[48px\]{
    font-size: 48px;
  }

  .xl\:text-\[50px\]{
    font-size: 50px;
  }

  .xl\:text-\[56px\]{
    font-size: 56px;
  }

  .xl\:leading-\[30px\]{
    line-height: 30px;
  }

  .xl\:leading-\[35px\]{
    line-height: 35px;
  }

  .xl\:leading-\[63px\]{
    line-height: 63px;
  }

  .xl\:leading-\[65px\]{
    line-height: 65px;
  }

  .xl\:leading-normal{
    line-height: 1.5;
  }
}