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

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.relative {
  position: relative;
}

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

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

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

.top-10 {
  top: 2.5rem;
}

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

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

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

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

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

.ml-5 {
  margin-left: 1.25rem;
}

.ml-\[1\.125rem\] {
  margin-left: 1.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-min {
  width: -moz-min-content;
  width: min-content;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scale-\[2\] {
  --tw-scale-x: 2;
  --tw-scale-y: 2;
  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));
}

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.text-nowrap {
  text-wrap: nowrap;
}

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

.bg-\[\#EBEFF0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 239 240 / var(--tw-bg-opacity));
}

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(10 200 73 / var(--tw-bg-opacity));
}

.bg-first-img {
  background-image: linear-gradient(to bottom, rgba(200, 210, 2017, 0), #C8D2D9 40%);
}

.bg-woman-holding-nape-img {
  background-image: linear-gradient(to bottom, #EBEFF0 90%, rgba(235,239,240, 0) 100%);
}

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

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

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

.pb-\[4\.5rem\] {
  padding-bottom: 4.5rem;
}

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

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

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

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

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

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

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

.text-\[1\.875rem\]\/\[100\%\] {
  font-size: 1.875rem;
  line-height: 100%;
}

.text-\[12px\]\/\[110\%\] {
  font-size: 12px;
  line-height: 110%;
}

.text-\[13px\]\/\[110\%\] {
  font-size: 13px;
  line-height: 110%;
}

.text-\[13px\]\/\[140\%\] {
  font-size: 13px;
  line-height: 140%;
}

.text-\[20px\]\/\[100\%\] {
  font-size: 20px;
  line-height: 100%;
}

.text-\[24px\]\/\[100\%\] {
  font-size: 24px;
  line-height: 100%;
}

.text-\[30px\]\/\[110\%\] {
  font-size: 30px;
  line-height: 110%;
}

.text-\[36px\]\/\[100\%\] {
  font-size: 36px;
  line-height: 100%;
}

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(10 200 73 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(62 61 61 / var(--tw-text-opacity));
}

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

body {
  font-family: "Inter", sans-serif;
}

@media (min-width: 1024px) {
  .text-shadow {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}

ul li {
  list-style: initial;
}

ol li {
  list-style: decimal;
}

@media (min-width: 640px) {
  .sm\:-left-0 {
    left: -0px;
  }

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

@media (min-width: 800px) {
  .min-\[800px\]\:-top-\[470px\] {
    top: -470px;
  }

  .min-\[800px\]\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .min-\[800px\]\:ml-auto {
    margin-left: auto;
  }

  .min-\[800px\]\:mr-10 {
    margin-right: 2.5rem;
  }

  .min-\[800px\]\:h-\[507px\] {
    height: 507px;
  }

  .min-\[800px\]\:bg-none {
    background-image: none;
  }

  .min-\[800px\]\:text-end {
    text-align: end;
  }
}

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

  .lg\:relative {
    position: relative;
  }

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

  .lg\:-top-\[580px\] {
    top: -580px;
  }

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

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

  .lg\:right-5 {
    right: 1.25rem;
  }

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

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

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:mx-\[3\%\] {
    margin-left: 3%;
    margin-right: 3%;
  }

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

  .lg\:-mt-14 {
    margin-top: -3.5rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

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

  .lg\:ml-\[1\.75rem\] {
    margin-left: 1.75rem;
  }

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

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

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

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

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

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:h-\[inherit\] {
    height: inherit;
  }

  .lg\:h-auto {
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:gap-\[150px\] {
    gap: 150px;
  }

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

  .lg\:bg-none {
    background-image: none;
  }

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

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

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

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

  .lg\:text-\[18px\]\/\[110\%\] {
    font-size: 18px;
    line-height: 110%;
  }

  .lg\:text-\[18px\]\/\[140\%\] {
    font-size: 18px;
    line-height: 140%;
  }

  .lg\:text-\[2\.5rem\]\/\[100\%\] {
    font-size: 2.5rem;
    line-height: 100%;
  }

  .lg\:text-\[33px\]\/\[100\%\] {
    font-size: 33px;
    line-height: 100%;
  }

  .lg\:text-\[40px\]\/\[110\%\] {
    font-size: 40px;
    line-height: 110%;
  }

  .lg\:text-\[48px\]\/\[100\%\] {
    font-size: 48px;
    line-height: 100%;
  }

  .lg\:text-\[48px\]\/\[110\%\] {
    font-size: 48px;
    line-height: 110%;
  }
}

@media (min-width: 1090px) {
  .min-\[1090px\]\:max-w-\[478px\] {
    max-width: 478px;
  }
}

@media (min-width: 1190px) {
  .min-\[1190px\]\:right-40 {
    right: 10rem;
  }
}

@media (min-width: 1200px) {
  .min-\[1200px\]\:w-\[407px\] {
    width: 407px;
  }

  .min-\[1200px\]\:w-\[694px\] {
    width: 694px;
  }
}

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

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

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

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

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

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

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