/*
! tailwindcss v3.4.4 | 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:  ;
}

.container {
  width: 100%;
}

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

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

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

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

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

.text52 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .text52 {
    font-size: 3.61111111111vw;
    line-height: 5.41666666667vw;
  }
}

.mtext10 {
  font-size: 10px;
  line-height: 15px;
}

.mtext14 {
  font-size: 14px;
  line-height: 21px;
}

.mtext16 {
  font-size: 16px;
  line-height: 24px;
}

.mtext18 {
  font-size: 18px;
  line-height: 27px;
}

.mtext20 {
  font-size: 20px;
  line-height: 30px;
}

.mtext24 {
  font-size: 24px;
  line-height: 36px;
}

.mtext36 {
  font-size: 36px;
  line-height: 54px;
}

@media (min-width: 1024px) {
  .nav-links {
    font-size: 1.11111111111vw;
    line-height: 1.66666666667vw;
  }
}

.nav-links {
  display: flex;
  align-items: flex-start;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .nav-links {
    align-items: center;
    -moz-column-gap: 1.11111111111vw;
         column-gap: 1.11111111111vw;
  }
}

.nav-links li.active span,
  .nav-links li:hover span {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .nav-links li.active span,
  .nav-links li:hover span {
    width: 100%;
    min-width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(65 57 61 / var(--tw-bg-opacity));
  }

  .fixedHeader .nav-links li span {
    display: none;
  }
}

.nav-links li.active {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .nav-links li.active {
    --tw-text-opacity: 1;
    color: rgb(143 138 142 / var(--tw-text-opacity));
  }
}

.nav-links li,
  .nav-links li span,
  .opacity-hover {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.opacity-hover:hover {
  opacity: 0.5;
}

.nav-links li {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.nav-links li:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .nav-links li {
    width: unset;
  }

  .nav-links li:hover {
    --tw-text-opacity: 1;
    color: rgb(143 138 142 / var(--tw-text-opacity));
  }
}

.nav-links li span {
  border-radius: 5px;
}

@media (min-width: 1024px) {
  .nav-links li span {
    border-radius: 0.34722222222vw;
  }
}

.nav-links li span {
  position: static;
  margin-top: 4vw;
  display: block;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(65 57 61 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .nav-links li span {
    position: absolute;
    bottom: -1.94444444444vw;
    left: 50%;
    margin-top: unset;
    height: 0.20833333333vw;
    width: 0px;
    min-width: 0px;
    --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));
  }
}

.ltr .waste-points {
  margin-left: 0.7rem;
}

@media (min-width: 1024px) {
  .ltr .waste-points {
    margin-left: 1vw;
  }
}

.rtl .waste-points {
  margin-right: 0.7rem;
}

@media (min-width: 1024px) {
  .rtl .waste-points {
    margin-right: 1vw;
  }
}

.waste-points li {
  position: relative;
}

.ltr .waste-points li::before {
  content: var(--tw-content);
  left: 0px;
}

.rtl .waste-points li::before {
  content: var(--tw-content);
  right: 0px;
}

.waste-points li::before {
  position: absolute;
  top: 15%;
  height: 0.2rem;
  width: 0.2rem;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(65 57 61 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px) {
  .waste-points li::before {
    content: var(--tw-content);
    top: 28%;
  }
}

.ltr .waste-points li {
  padding-left: 0.7rem;
}

@media (min-width: 1024px) {
  .ltr .waste-points li {
    padding-left: 1vw;
  }
}

.rtl .waste-points li {
  padding-right: 0.7rem;
}

@media (min-width: 1024px) {
  .rtl .waste-points li {
    padding-right: 1vw;
  }
}

.border5 {
  border-radius: 5px;
}

@media (min-width: 1024px) {
  .border5 {
    border-radius: 0.34722222222vw;
  }
}

.border9 {
  border-radius: 6px;
}

@media (min-width: 1024px) {
  .border9 {
    border-radius: 0.625vw;
  }
}

.f300 {
  font-weight: 300;
}

.f500 {
  font-weight: 500;
}

.mmt25 {
  margin-top: 10px;
}

.ltr .lrf1 {
  left: 0px;
}

.rtl .lrf1 {
  right: 0px;
}

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

.ltr .atlwh_Full {
  left: 0px;
}

.rtl .atlwh_Full {
  right: 0px;
}

.atlwh_Full {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
}

.ltr .hero-img {
  left: 6%;
}

@media (min-width: 1024px) {
  .ltr .hero-img {
    left: 2.43055555556vw;
  }
}

.rtl .hero-img {
  right: 6%;
}

@media (min-width: 1024px) {
  .rtl .hero-img {
    right: 2.43055555556vw;
  }
}

.ltr .hero-small-cricle {
  right: 5.335%;
}

@media (min-width: 1024px) {
  .ltr .hero-small-cricle {
    right: 2.08333333333vw;
  }
}

.rtl .hero-small-cricle {
  left: 5.335%;
}

@media (min-width: 1024px) {
  .rtl .hero-small-cricle {
    left: 2.08333333333vw;
  }

  .ltr .ml43 {
    margin-left: 2.43055555556vw;
  }

  .rtl .ml43 {
    margin-right: 2.43055555556vw;
  }
}

.ltr .connect-bg {
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px) {
  .ltr .connect-bg {
    left: -1.18055555556vw;
    --tw-translate-x: unset;
    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));
  }
}

.rtl .connect-bg {
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px) {
  .rtl .connect-bg {
    right: -1.18055555556vw;
    --tw-translate-x: unset;
    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));
  }
}

header.fixedHeader {
  position: fixed;
  left: 50%;
  width: 90.362%;
  --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));
  border-width: 1px;
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 244 243 / var(--tw-bg-opacity));
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 1024px) {
  header.fixedHeader {
    width: 97.6388888889vw;
  }
}

header.fixedHeader > div {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1024px) {
  header.fixedHeader > div {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
}

.fixedActions {
  --tw-translate-y: 120%;
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.fixedActions.active {
  --tw-translate-y: 0px;
  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));
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0px;
}

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

.bottom-\[10\.172\%\] {
  bottom: 10.172%;
}

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

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

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

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

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

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

.top-0 {
  top: 0px;
}

.top-\[11\.75px\] {
  top: 11.75px;
}

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

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

.top-\[41vh\] {
  top: 41vh;
}

.top-\[47vh\] {
  top: 47vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

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

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

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

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

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

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

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

.mr-2 {
  margin-right: 0.5rem;
}

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

.h-\[167\.5px\] {
  height: 167.5px;
}

.h-\[176\.626506024vw\] {
  height: 176.626506024vw;
}

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

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

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

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

.h-\[70\%\] {
  height: 70%;
}

.h-\[71\.0843373494vw\] {
  height: 71.0843373494vw;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.w-\[111\.262\%\] {
  width: 111.262%;
}

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

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

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

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

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

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

.w-\[346\.987951807vw\] {
  width: 346.987951807vw;
}

.w-\[39\.412\%\] {
  width: 39.412%;
}

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

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

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

.w-\[79\.092\%\] {
  width: 79.092%;
}

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

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

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

.w-\[84\.111\%\] {
  width: 84.111%;
}

.w-\[89\.124\%\] {
  width: 89.124%;
}

.w-\[89\.553\%\] {
  width: 89.553%;
}

.w-\[89\.815\%\] {
  width: 89.815%;
}

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

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

.w-\[91\.334\%\] {
  width: 91.334%;
}

.w-\[94\.669\%\] {
  width: 94.669%;
}

.w-\[99\.469\%\] {
  width: 99.469%;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.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-end {
  justify-content: flex-end;
}

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

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

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

.gap-x-\[13px\] {
  -moz-column-gap: 13px;
       column-gap: 13px;
}

.gap-x-\[16px\] {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.gap-x-\[24px\] {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.gap-x-\[5\%\] {
  -moz-column-gap: 5%;
       column-gap: 5%;
}

.gap-y-\[100px\] {
  row-gap: 100px;
}

.gap-y-\[12px\] {
  row-gap: 12px;
}

.gap-y-\[14px\] {
  row-gap: 14px;
}

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

.gap-y-\[24px\] {
  row-gap: 24px;
}

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

.gap-y-\[32px\] {
  row-gap: 32px;
}

.gap-y-\[40px\] {
  row-gap: 40px;
}

.gap-y-\[48px\] {
  row-gap: 48px;
}

.gap-y-\[66px\] {
  row-gap: 66px;
}

.gap-y-\[70px\] {
  row-gap: 70px;
}

.gap-y-\[8px\] {
  row-gap: 8px;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.border {
  border-width: 1px;
}

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

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

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

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

.border-\[\#000\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-\[\#8F8A8E\] {
  --tw-border-opacity: 1;
  border-color: rgb(143 138 142 / var(--tw-border-opacity));
}

.border-\[\#DACDC0\] {
  --tw-border-opacity: 1;
  border-color: rgb(218 205 192 / var(--tw-border-opacity));
}

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

.bg-\[\#0000004D\] {
  background-color: #0000004D;
}

.bg-\[\#41393D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(65 57 61 / var(--tw-bg-opacity));
}

.bg-\[\#DACDC0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(218 205 192 / var(--tw-bg-opacity));
}

.bg-\[\#E5DCD2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 220 210 / var(--tw-bg-opacity));
}

.bg-\[\#f8f4f3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 244 243 / var(--tw-bg-opacity));
}

.fill-\[white\] {
  fill: white;
}

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

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

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

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

.px-\[9\.642\%\] {
  padding-left: 9.642%;
  padding-right: 9.642%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-\[400\] {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-\[11\.4px\] {
  line-height: 11.4px;
}

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

.tracking-\[0\.5px\] {
  letter-spacing: 0.5px;
}

.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#121212\] {
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
}

.text-\[\#41393D\] {
  --tw-text-opacity: 1;
  color: rgb(65 57 61 / var(--tw-text-opacity));
}

.text-\[\#41393d\] {
  --tw-text-opacity: 1;
  color: rgb(65 57 61 / var(--tw-text-opacity));
}

.text-\[\#DACDC0\] {
  --tw-text-opacity: 1;
  color: rgb(218 205 192 / var(--tw-text-opacity));
}

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

.underline-offset-2 {
  text-underline-offset: 2px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-\[1\] {
  opacity: 1;
}

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

.mix-blend-color-burn {
  mix-blend-mode: color-burn;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

@font-face {
  font-family: "Araboto_Font_Family";

  src: url(../fonts/Araboto_Font_Family/ArabotoThin100.ttf);

  font-weight: 100;

  font-display: block;
}

@font-face {
  font-family: "Araboto_Font_Family";

  src: url(../fonts/Araboto_Font_Family/ArabotoLight300.ttf);

  font-weight: 300;

  font-display: block;
}

@font-face {
  font-family: "Araboto_Font_Family";

  src: url(../fonts/araboto/Araboto\ Normal\ 400.ttf);

  font-weight: 400;

  font-display: block;
}

@font-face {
  font-family: "Araboto_Font_Family";

  src: url(../fonts/Araboto_Font_Family/ArabotoMedium500.ttf);

  font-weight: 500;

  font-display: block;
}

@font-face {
  font-family: "Araboto_Font_Family";

  src: url(../fonts/Araboto_Font_Family/ArabotoBold600.ttf);

  font-weight: 600;

  font-display: block;
}

@font-face {
  font-family: "Araboto_Font_Family";

  src: url(../fonts/Araboto_Font_Family/ArabotoBlack800.ttf);

  font-weight: 800;

  font-display: block;
}

@font-face {
  font-family: "Inter";

  src: url(../fonts/inter/Inter-Regular.ttf);

  font-weight: 400;

  font-display: block;
}

@font-face {
  font-family: "Noe";

  src: url(../fonts/NeoSansProRegular.OTF);

  font-weight: 400;

  font-display: block;
}

.Noe {
  font-family: "Noe";
}

.Inter {
  font-family: "Inter";
}

body {
  font-family: "Araboto_Font_Family";
  color: #41393d;
  background-color: #f8f4f3;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.swiper-pagination-bullet {
  background-color: #d9d9d9;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #41393d;
}

.swiper-pagination {
  bottom: 0 !important;
  top: unset !important;
}

.gallerySwiper .swiper-slide .Inter {
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.87);
  color: white;
}

.img-cover {
  mix-blend-mode: hue;
}

.gallerySwiper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}

.top-overlay {
  background: linear-gradient(180deg, rgba(248, 244, 243, 0) 0%, #f8f4f3 100%);
}

@media (min-width: 1024px) {
  .swiper-pagination-bullet {
    width: 1.11111111111vw;
    height: 1.11111111111vw;
  }
}

@media (max-width: 1024px) {
  .swiper-pagination-bullet {
    width: 3.85542168675vw;
    height: 3.85542168675vw;
  }

  /* HAMBURGER  */

  .menu {
    position: relative;
  }

  .menu span {
    position: absolute;
    left: 0px;
    height: 0.5vw;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(65 57 61 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }

  #fixedHeader .menu span {
    --tw-bg-opacity: 1;
    background-color: rgb(32 52 64 / var(--tw-bg-opacity));
  }

  .menu.active {
    top: 1px;
  }

  .menu.active span:nth-child(2) {
    opacity: 0;
  }

  .menu.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 50%;
  }

  .menu.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 50%;
  }

  .sideBar.active {
    opacity: 1;
    pointer-events: initial;
  }

  .sideBar {
    opacity: 0;
    pointer-events: none;
    /* -webkit-backdrop-filter: blur(30px) brightness(0.5);
    backdrop-filter: blur(30px) brightness(0.5); */
    background-color: #f8f4f3;
    transition: all 0.5s;
  }

  body.active {
    height: 100svh;
    overflow: hidden;
  }

  /* HAMBURGER  */
}

.logoSlide {
  display: flex;
  height: 80px;
  width: 28%;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .logoSlide {
    height: 8vw;
    width: 13%;
  }
}

.logoSlide img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  @media (min-width: 1024px) {
    .lg\:text16 {
      font-size: 1.11111111111vw;
      line-height: 1.66666666667vw;
    }

    .lg\:text14 {
      font-size: 0.97222222222vw;
      line-height: 1.45833333333vw;
    }

    .lg\:text20 {
      font-size: 1.38888888889vw;
      line-height: 1.73611111111vw;
    }
  }

  .lg\:text18 {
    font-weight: 300;
  }

  @media (min-width: 1024px) {
    .lg\:text18 {
      font-size: 1.25vw;
      line-height: 1.875vw;
    }

    .lg\:text20 {
      font-size: 1.38888888889vw;
      line-height: 2.08333333333vw;
    }
  }

  .lg\:text24 {
    font-weight: 300;
  }

  @media (min-width: 1024px) {
    .lg\:text24 {
      font-size: 1.66666666667vw;
      line-height: 2.5vw;
    }
  }

  .lg\:text36 {
    text-transform: uppercase;
  }

  @media (min-width: 1024px) {
    .lg\:text36 {
      font-size: 2.5vw;
      line-height: 3.75vw;
    }
  }

  .lg\:text42 {
    font-weight: 500;
    text-transform: uppercase;
  }

  @media (min-width: 1024px) {
    .lg\:text42 {
      font-size: 2.91666666667vw;
      line-height: 4.375vw;
    }

    .lg\:mt32 {
      margin-top: 1.38888888889vw;
    }

    .lg\:mt49 {
      margin-top: 1.38888888889vw;
    }
  }
}

.hover\:border-\[\#41393D\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(65 57 61 / var(--tw-border-opacity));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:text-\[\#41393D\]:hover {
  --tw-text-opacity: 1;
  color: rgb(65 57 61 / var(--tw-text-opacity));
}

.hover\:text-\[\#8F8A8E\]:hover {
  --tw-text-opacity: 1;
  color: rgb(143 138 142 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-\[1\] {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:h-\[10vw\] {
    height: 10vw;
  }

  .sm\:h-\[4vw\] {
    height: 4vw;
  }

  .sm\:w-\[10vw\] {
    width: 10vw;
  }

  .sm\:w-\[4vw\] {
    width: 4vw;
  }
}

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

  .lg\:relative {
    position: relative;
  }

  .lg\:bottom-\[-0\.69444444444vw\] {
    bottom: -0.69444444444vw;
  }

  .lg\:bottom-\[0\.625vw\] {
    bottom: 0.625vw;
  }

  .lg\:bottom-\[1vw\] {
    bottom: 1vw;
  }

  .lg\:bottom-\[3\.95833333333vw\] {
    bottom: 3.95833333333vw;
  }

  .lg\:right-\[1\.4vw\] {
    right: 1.4vw;
  }

  .lg\:top-\[0\.4vw\] {
    top: 0.4vw;
  }

  .lg\:top-\[1\.45833333333vw\] {
    top: 1.45833333333vw;
  }

  .lg\:top-\[11\.4583333333vw\] {
    top: 11.4583333333vw;
  }

  .lg\:top-\[3\.81944444444vw\] {
    top: 3.81944444444vw;
  }

  .lg\:order-\[unset\] {
    order: unset;
  }

  .lg\:mx-\[2\.01388888889vw\] {
    margin-left: 2.01388888889vw;
    margin-right: 2.01388888889vw;
  }

  .lg\:mx-\[2\.22222222222vw\] {
    margin-left: 2.22222222222vw;
    margin-right: 2.22222222222vw;
  }

  .lg\:mx-\[2\.43055555556vw\] {
    margin-left: 2.43055555556vw;
    margin-right: 2.43055555556vw;
  }

  .lg\:mx-\[2\.98611111111vw\] {
    margin-left: 2.98611111111vw;
    margin-right: 2.98611111111vw;
  }

  .lg\:mx-\[3\.75vw\] {
    margin-left: 3.75vw;
    margin-right: 3.75vw;
  }

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

  .lg\:my-\[1\.18055555556vw\] {
    margin-top: 1.18055555556vw;
    margin-bottom: 1.18055555556vw;
  }

  .lg\:my-\[7\.77777777778vw\] {
    margin-top: 7.77777777778vw;
    margin-bottom: 7.77777777778vw;
  }

  .lg\:mb-\[6\.94444444444vw\] {
    margin-bottom: 6.94444444444vw;
  }

  .lg\:mb-\[7\.77777777778vw\] {
    margin-bottom: 7.77777777778vw;
  }

  .lg\:mb-\[8\.33333333333vw\] {
    margin-bottom: 8.33333333333vw;
  }

  .lg\:mt-\[0\.20833333333vw\] {
    margin-top: 0.20833333333vw;
  }

  .lg\:mt-\[0\.69444444444vw\] {
    margin-top: 0.69444444444vw;
  }

  .lg\:mt-\[1\.11111111111vw\] {
    margin-top: 1.11111111111vw;
  }

  .lg\:mt-\[2\.08333333333vw\] {
    margin-top: 2.08333333333vw;
  }

  .lg\:mt-\[2\.77777777778vw\] {
    margin-top: 2.77777777778vw;
  }

  .lg\:mt-\[7\.84722222222vw\] {
    margin-top: 7.84722222222vw;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[1\.80555555556vw\] {
    height: 1.80555555556vw;
  }

  .lg\:h-\[11\.3020833333vw\] {
    height: 11.3020833333vw;
  }

  .lg\:h-\[13\.6979166667vw\] {
    height: 13.6979166667vw;
  }

  .lg\:h-\[18\.0594444444vw\] {
    height: 18.0594444444vw;
  }

  .lg\:h-\[2\.08333333333vw\] {
    height: 2.08333333333vw;
  }

  .lg\:h-\[2\.14951388889\] {
    height: 2.14951388889;
  }

  .lg\:h-\[2\.878125vw\] {
    height: 2.878125vw;
  }

  .lg\:h-\[25\.4166666667vw\] {
    height: 25.4166666667vw;
  }

  .lg\:h-\[36\.1916666667vw\] {
    height: 36.1916666667vw;
  }

  .lg\:h-\[37\.7150694444vw\] {
    height: 37.7150694444vw;
  }

  .lg\:h-\[38\.1944444444vw\] {
    height: 38.1944444444vw;
  }

  .lg\:h-\[39\.4444444444vw\] {
    height: 39.4444444444vw;
  }

  .lg\:h-\[50\.9027777778vw\] {
    height: 50.9027777778vw;
  }

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

  .lg\:w-\[1\.66666666667vw\] {
    width: 1.66666666667vw;
  }

  .lg\:w-\[1\.80555555556vw\] {
    width: 1.80555555556vw;
  }

  .lg\:w-\[10\.2083333333vw\] {
    width: 10.2083333333vw;
  }

  .lg\:w-\[17\.3611111111vw\] {
    width: 17.3611111111vw;
  }

  .lg\:w-\[17\.5963888889vw\] {
    width: 17.5963888889vw;
  }

  .lg\:w-\[2\.08333333333vw\] {
    width: 2.08333333333vw;
  }

  .lg\:w-\[2\.2vw\] {
    width: 2.2vw;
  }

  .lg\:w-\[20\.9722222222vw\] {
    width: 20.9722222222vw;
  }

  .lg\:w-\[22\.6388888889vw\] {
    width: 22.6388888889vw;
  }

  .lg\:w-\[26\.6666666667vw\] {
    width: 26.6666666667vw;
  }

  .lg\:w-\[27\.7777777778vw\] {
    width: 27.7777777778vw;
  }

  .lg\:w-\[3\.11458333333vw\] {
    width: 3.11458333333vw;
  }

  .lg\:w-\[31\.4583333333vw\] {
    width: 31.4583333333vw;
  }

  .lg\:w-\[31\.875vw\] {
    width: 31.875vw;
  }

  .lg\:w-\[34\.3055555556vw\] {
    width: 34.3055555556vw;
  }

  .lg\:w-\[35\.2684027778vw\] {
    width: 35.2684027778vw;
  }

  .lg\:w-\[35\.5313194444vw\] {
    width: 35.5313194444vw;
  }

  .lg\:w-\[36\.2251388889vw\] {
    width: 36.2251388889vw;
  }

  .lg\:w-\[36\.4686111111vw\] {
    width: 36.4686111111vw;
  }

  .lg\:w-\[37\.3611111111vw\] {
    width: 37.3611111111vw;
  }

  .lg\:w-\[37\.7777777778vw\] {
    width: 37.7777777778vw;
  }

  .lg\:w-\[38\.8888888889vw\] {
    width: 38.8888888889vw;
  }

  .lg\:w-\[39\.0972222222vw\] {
    width: 39.0972222222vw;
  }

  .lg\:w-\[41\.0416666667vw\] {
    width: 41.0416666667vw;
  }

  .lg\:w-\[42\.7777777778vw\] {
    width: 42.7777777778vw;
  }

  .lg\:w-\[42\.9166666667vw\] {
    width: 42.9166666667vw;
  }

  .lg\:w-\[44\.1666666667vw\] {
    width: 44.1666666667vw;
  }

  .lg\:w-\[45\.2777777778vw\] {
    width: 45.2777777778vw;
  }

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

  .lg\:w-\[46\.7361111111vw\] {
    width: 46.7361111111vw;
  }

  .lg\:w-\[47\.5694444444vw\] {
    width: 47.5694444444vw;
  }

  .lg\:w-\[47\.6388888889vw\] {
    width: 47.6388888889vw;
  }

  .lg\:w-\[49\.3055555556vw\] {
    width: 49.3055555556vw;
  }

  .lg\:w-\[51\.25vw\] {
    width: 51.25vw;
  }

  .lg\:w-\[52\.6388888889vw\] {
    width: 52.6388888889vw;
  }

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

  .lg\:w-\[6vw\] {
    width: 6vw;
  }

  .lg\:w-\[8\.61111111111vw\] {
    width: 8.61111111111vw;
  }

  .lg\:w-\[86\.1111111111vw\] {
    width: 86.1111111111vw;
  }

  .lg\:w-\[91\.6666666667vw\] {
    width: 91.6666666667vw;
  }

  .lg\:w-\[97\.6388888889vw\] {
    width: 97.6388888889vw;
  }

  .lg\:w-\[99\.3vw\] {
    width: 99.3vw;
  }

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

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

  .lg\:min-w-\[10\.2083333333vw\] {
    min-width: 10.2083333333vw;
  }

  .lg\:min-w-\[6vw\] {
    min-width: 6vw;
  }

  .lg\:min-w-\[8\.61111111111vw\] {
    min-width: 8.61111111111vw;
  }

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

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

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

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

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

  .lg\:gap-\[3\.54166666667vw\] {
    gap: 3.54166666667vw;
  }

  .lg\:gap-x-\[0\.69444444444vw\] {
    -moz-column-gap: 0.69444444444vw;
         column-gap: 0.69444444444vw;
  }

  .lg\:gap-x-\[0\.90277777777vw\] {
    -moz-column-gap: 0.90277777777vw;
         column-gap: 0.90277777777vw;
  }

  .lg\:gap-x-\[1\.11111111111vw\] {
    -moz-column-gap: 1.11111111111vw;
         column-gap: 1.11111111111vw;
  }

  .lg\:gap-x-\[1\.18055555556vw\] {
    -moz-column-gap: 1.18055555556vw;
         column-gap: 1.18055555556vw;
  }

  .lg\:gap-x-\[1\.45833333333vw\] {
    -moz-column-gap: 1.45833333333vw;
         column-gap: 1.45833333333vw;
  }

  .lg\:gap-x-\[1\.66666666667vw\] {
    -moz-column-gap: 1.66666666667vw;
         column-gap: 1.66666666667vw;
  }

  .lg\:gap-x-\[14\.7222222222vw\] {
    -moz-column-gap: 14.7222222222vw;
         column-gap: 14.7222222222vw;
  }

  .lg\:gap-x-\[18\.0555555556vw\] {
    -moz-column-gap: 18.0555555556vw;
         column-gap: 18.0555555556vw;
  }

  .lg\:gap-x-\[2\.22222222222vw\] {
    -moz-column-gap: 2.22222222222vw;
         column-gap: 2.22222222222vw;
  }

  .lg\:gap-x-\[2\.77777777778vw\] {
    -moz-column-gap: 2.77777777778vw;
         column-gap: 2.77777777778vw;
  }

  .lg\:gap-x-\[3\.19444444444vw\] {
    -moz-column-gap: 3.19444444444vw;
         column-gap: 3.19444444444vw;
  }

  .lg\:gap-x-\[3\.47222222222vw\] {
    -moz-column-gap: 3.47222222222vw;
         column-gap: 3.47222222222vw;
  }

  .lg\:gap-x-\[3\.65277777778vw\] {
    -moz-column-gap: 3.65277777778vw;
         column-gap: 3.65277777778vw;
  }

  .lg\:gap-x-\[4\.51388888889vw\] {
    -moz-column-gap: 4.51388888889vw;
         column-gap: 4.51388888889vw;
  }

  .lg\:gap-x-\[4\.91666666667vw\] {
    -moz-column-gap: 4.91666666667vw;
         column-gap: 4.91666666667vw;
  }

  .lg\:gap-x-\[7\.91666666667vw\] {
    -moz-column-gap: 7.91666666667vw;
         column-gap: 7.91666666667vw;
  }

  .lg\:gap-x-\[9\.23611111111vw\] {
    -moz-column-gap: 9.23611111111vw;
         column-gap: 9.23611111111vw;
  }

  .lg\:gap-y-\[0\.86vw\] {
    row-gap: 0.86vw;
  }

  .lg\:gap-y-\[0\.97222222222vw\] {
    row-gap: 0.97222222222vw;
  }

  .lg\:gap-y-\[1\.136111vw\] {
    row-gap: 1.136111vw;
  }

  .lg\:gap-y-\[1\.38888888889vw\] {
    row-gap: 1.38888888889vw;
  }

  .lg\:gap-y-\[1\.66666666667vw\] {
    row-gap: 1.66666666667vw;
  }

  .lg\:gap-y-\[1\.73611111111vw\] {
    row-gap: 1.73611111111vw;
  }

  .lg\:gap-y-\[2\.77777777778vw\] {
    row-gap: 2.77777777778vw;
  }

  .lg\:gap-y-\[unset\] {
    row-gap: unset;
  }

  .lg\:rounded-\[1\.38888888889vw\] {
    border-radius: 1.38888888889vw;
  }

  .lg\:border-\[0\.10416666666vw\] {
    border-width: 0.10416666666vw;
  }

  .lg\:border-\[0\.13888888888vw\] {
    border-width: 0.13888888888vw;
  }

  .lg\:border-b-\[0\.06944444444vw\] {
    border-bottom-width: 0.06944444444vw;
  }

  .lg\:border-t-0 {
    border-top-width: 0px;
  }

  .lg\:px-\[1\.31944444444vw\] {
    padding-left: 1.31944444444vw;
    padding-right: 1.31944444444vw;
  }

  .lg\:px-\[1\.35347222222vw\] {
    padding-left: 1.35347222222vw;
    padding-right: 1.35347222222vw;
  }

  .lg\:px-\[4\.16666666667vw\] {
    padding-left: 4.16666666667vw;
    padding-right: 4.16666666667vw;
  }

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

  .lg\:py-\[0\.55555555555vw\] {
    padding-top: 0.55555555555vw;
    padding-bottom: 0.55555555555vw;
  }

  .lg\:py-\[4\.23611111111vw\] {
    padding-top: 4.23611111111vw;
    padding-bottom: 4.23611111111vw;
  }

  .lg\:py-\[7\.77777777778vw\] {
    padding-top: 7.77777777778vw;
    padding-bottom: 7.77777777778vw;
  }

  .lg\:py-\[8\.33333333333vw\] {
    padding-top: 8.33333333333vw;
    padding-bottom: 8.33333333333vw;
  }

  .lg\:pb-\[1\.25vw\] {
    padding-bottom: 1.25vw;
  }

  .lg\:pb-\[2\.5vw\] {
    padding-bottom: 2.5vw;
  }

  .lg\:pb-\[3\.75vw\] {
    padding-bottom: 3.75vw;
  }

  .lg\:pb-\[4\.44444444444vw\] {
    padding-bottom: 4.44444444444vw;
  }

  .lg\:pb-\[4\.86111111111vw\] {
    padding-bottom: 4.86111111111vw;
  }

  .lg\:pb-\[5\.34722222222vw\] {
    padding-bottom: 5.34722222222vw;
  }

  .lg\:pb-\[8\.33333333333vw\] {
    padding-bottom: 8.33333333333vw;
  }

  .lg\:pb-\[unset\] {
    padding-bottom: unset;
  }

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

  .lg\:pt-\[0\.13888888888vw\] {
    padding-top: 0.13888888888vw;
  }

  .lg\:pt-\[1\.875vw\] {
    padding-top: 1.875vw;
  }

  .lg\:pt-\[2\.08333333333vw\] {
    padding-top: 2.08333333333vw;
  }

  .lg\:pt-\[4\.16666666667vw\] {
    padding-top: 4.16666666667vw;
  }

  .lg\:pt-\[4\.44444444444vw\] {
    padding-top: 4.44444444444vw;
  }

  .lg\:pt-\[4\.51388888889vw\] {
    padding-top: 4.51388888889vw;
  }

  .lg\:pt-\[9\.93055555556vw\] {
    padding-top: 9.93055555556vw;
  }

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

  .lg\:tracking-\[0\.05555555555vw\] {
    letter-spacing: 0.05555555555vw;
  }

  .lg\:hover\:opacity-\[0\.7\]:hover {
    opacity: 0.7;
  }
}
