/*
! tailwindcss v3.2.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.
*/

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

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

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

/* body {
		@apply !overflow-auto !overflow-x-hidden;
	} */

@media (min-width: 1024px) {
  body {
    overflow: hidden !important;
  }
}

h1 {
  font-family: AquavitLight;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 420px) {
  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 80px;
  }
}

@media (min-width: 1536px) {
  h1 {
    font-size: 140px;
  }
}

.h1 {
  font-family: AquavitLight;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 420px) {
  .h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px) {
  .h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .h1 {
    font-size: 80px;
  }
}

@media (min-width: 1536px) {
  .h1 {
    font-size: 140px;
  }
}

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

h1 b, h1 strong {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(234 29 38 / var(--tw-text-opacity));
}

.h1 b, .h1 strong {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(234 29 38 / var(--tw-text-opacity));
}

h2 {
  font-family: AquavitLight;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.25 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 420px) {
  h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1536px) {
  h2 {
    font-size: 65px;
  }
}

.h2 {
  font-family: AquavitLight;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.25 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 420px) {
  .h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1536px) {
  .h2 {
    font-size: 65px;
  }
}

h2 b, h2 strong {
  font-weight: 400;
  --tw-text-opacity: 1 !important;
  color: rgb(234 29 38 / var(--tw-text-opacity)) !important;
}

.h2 b, .h2 strong {
  font-weight: 400;
  --tw-text-opacity: 1 !important;
  color: rgb(234 29 38 / var(--tw-text-opacity)) !important;
}

h3 {
  font-family: AquavitLight;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.2 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 420px) {
  h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1536px) {
  h3 {
    font-size: 40px;
  }
}

.h3 {
  font-family: AquavitLight;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.2 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 420px) {
  .h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1536px) {
  .h3 {
    font-size: 40px;
  }
}

h3 b, h3 strong {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(234 29 38 / var(--tw-text-opacity));
}

h4 {
  font-family: InterRegular;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625 !important;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1536px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h5 {
  font-family: AquavitLight;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.desc p {
  margin-bottom: 1.5rem;
  font-family: InterRegular;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625 !important;
  letter-spacing: 0.5px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1536px) {
  .desc p {
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.desc_foot p {
  font-family: InterRegular;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .desc_foot p {
    letter-spacing: 0.5px;
  }
}

@media (min-width: 1536px) {
  .desc_foot p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.desc_foot a {
  font-family: InterRegular;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.desc_foot a:hover {
  --tw-text-opacity: 1;
  color: rgb(234 29 38 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

@media (min-width: 1024px) {
  .desc_foot a {
    letter-spacing: 0.5px;
  }
}

@media (min-width: 1536px) {
  .desc_foot a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.desc.big_p p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1536px) {
  .desc.big_p p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.desc ul {
  margin-bottom: 2rem;
}

.desc ul li {
  position: relative;
  margin-top: 1.75rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity));
  padding-left: 2.25rem;
  padding-bottom: 1.75rem;
  font-family: InterRegular;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.desc ul li::before {
  position: absolute;
  top: 10px;
  left: 0px;
  height: 7px;
  width: 7px;
  --tw-rotate: 45deg;
  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));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(234 29 38 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .desc ul li {
    letter-spacing: 0.5px;
  }
}

@media (min-width: 1536px) {
  .desc ul li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.desc ul li:last-child {
  border-bottom-width: 0px;
}

.desc ul li strong {
  --tw-text-opacity: 1;
  color: rgb(234 29 38 / var(--tw-text-opacity));
}

.desc h2 {
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .desc h2 {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .desc h2 {
    margin-bottom: 3rem;
  }
}

.desc h3 {
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .desc h3 {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .desc h3 {
    margin-bottom: 3rem;
  }
}

.desc h4 {
  margin-bottom: 1.5rem;
}

@media (min-width: 1536px) {
  .desc h4 {
    margin-bottom: 2.5rem;
  }
}

.desc h5 {
  margin-bottom: 2rem;
}

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

.container {
  width: 100%;
}

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

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

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

@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: 1200px) {
  .container {
    max-width: 1200px;
  }
}

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

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

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

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

.menushow.open {
  visibility: visible;
  opacity: 1;
}

nav.scroll_menu .navline {
  width: 100%;
}

nav.scroll_menu {
  border-color: #00000029;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  nav.scroll_menu {
    min-height: 70px;
  }
}

nav.scroll_menu ul a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

nav.scroll_menu .logo1 {
  opacity: 0;
}

nav.scroll_menu .logo2 {
  opacity: 1;
}

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

@media (min-width: 1024px) {
  nav.scroll_menu .logo a {
    width: 145px;
  }
}

nav.scroll_menu .logo a img {
  top: 10px;
}

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

@media (min-width: 1280px) {
  nav.scroll_menu .navbg_green {
    width: 245px;
  }
}

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

@media (min-width: 1280px) {
  nav.scroll_menu .navbg {
    width: calc(100% - 245px);
  }
}

@media (min-width: 1536px) {
  nav.scroll_menu .menushow {
    width: calc(100% - 280px);
  }
}

@media (min-width: 1200px) {
  nav.scroll_menu .dropdown_menu.level_1 {
    top: calc(100% + 24px) !important;
  }
}

/* .scroll_menu .logo {
	@apply lg:-top-4 xl:-top-6 2xl:-top-[2.2rem];
} */

/* .scroll_menu .logo a {
	@apply lg:w-48 2xl:w-60;
} */

nav.scroll_menu .menushow ul li a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  nav.scroll_menu .menushow ul li a {
    --tw-text-opacity: 1;
    color: rgb(234 29 38 / var(--tw-text-opacity));
  }
}

nav.scroll_menu .spanlang {
  --tw-text-opacity: 1;
  color: rgb(234 29 38 / var(--tw-text-opacity));
}

nav.scroll_menu.open .spanlang {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

nav.scroll_menu svg line {
  stroke: #EA1D26;
}

nav.scroll_menu.open svg line {
  stroke: #fff;
}

nav.scroll_menu .language_drop ul li a {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 29 38 / var(--tw-border-opacity));
}

nav.scroll_menu .language_drop ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.animTop.anim {
  --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));
  opacity: 1;
}

nav.scroll_menu .logo1 {
  opacity: 0;
}

nav.scroll_menu .logo2 {
  opacity: 1;
}

.swiper-button-next::after, .swiper-button-prev::after {
  display: none !important;
}

.slider_text_container .box.active {
  visibility: visible;
  --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));
  opacity: 1;
}

.slider_text_container .box.\!active {
  visibility: visible;
  --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));
  opacity: 1;
}

.slider_text_container .slider_p {
  transition-delay: 200ms;
  transition-duration: 500ms;
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
}

@media (min-width: 1024px) {
  .slider_text_container .slider_p {
    -webkit-clip-path: inset(100% 0% 0% 0%);
            clip-path: inset(100% 0% 0% 0%);
  }
}

.slider_text_container.anim .slider_p {
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
}

.slider_text_container h1, .slider_text_container .h1 {
  --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));
  opacity: 1;
  transition-delay: 100ms;
  transition-duration: 500ms;
}

@media (min-width: 1024px) {
  .slider_text_container h1, .slider_text_container .h1 {
    --tw-translate-y: 1.5rem;
    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));
    opacity: 0;
  }
}

.slider_text_container.anim h1, .slider_text_container.anim .h1 {
  --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));
  opacity: 1;
}

.slider_text_container .loadhomev2 {
  --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));
  opacity: 1;
  transition-delay: 300ms;
  transition-duration: 500ms;
}

@media (min-width: 1024px) {
  .slider_text_container .loadhomev2 {
    --tw-translate-y: 1.5rem;
    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));
    opacity: 0;
  }
}

.slider_text_container.anim .loadhomev2 {
  --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));
  opacity: 1;
}

.bg1home .loadhomev3 {
  --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));
  opacity: 1;
  transition-delay: 500ms;
  transition-duration: 500ms;
}

@media (min-width: 1024px) {
  .bg1home .loadhomev3 {
    --tw-translate-y: 1.5rem;
    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));
    opacity: 0;
  }
}

.bg1home.anim .loadhomev3 {
  --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));
  opacity: 1;
}

.navline.anim {
  width: 100%;
}

@media (min-width: 1024px) {
  .navline.anim {
    width: calc(100% - 200px);
  }
}

@media (min-width: 1280px) {
  .navline.anim {
    width: calc(100% - 275px);
  }
}

@media (min-width: 1536px) {
  .navline.anim {
    width: calc(100% - 340px);
  }
}

@media (min-width: 1771px) {
  .navline.anim {
    width: calc(100% - 440px);
  }
}

.loadhomehed.anim {
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
}

.loader.anim {
  --tw-translate-y: -100%;
  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));
}

.aos_line_h.aos-animate {
  height: 100%;
}

.aos_line_w.aos-animate {
  width: 100%;
}

.aos-animate .aos_line_w {
  width: 100%;
}

.aos_line_w2.aos-animate {
  width: 100vw;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.right-0 {
  right: 0px;
}

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

.left-0 {
  left: 0px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.\!top-0 {
  top: 0px !important;
}

.top-0 {
  top: 0px;
}

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

.top-6 {
  top: 1.5rem;
}

.left-1\/4 {
  left: 25%;
}

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

.left-3\/4 {
  left: 75%;
}

.top-10 {
  top: 2.5rem;
}

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

.-left-1\/4 {
  left: -25%;
}

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

.left-1\/2 {
  left: 50%;
}

.bottom-0 {
  bottom: 0px;
}

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

.top-1\/2 {
  top: 50%;
}

.-right-8 {
  right: -2rem;
}

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

.right-4 {
  right: 1rem;
}

.top-24 {
  top: 6rem;
}

.right-3 {
  right: 0.75rem;
}

.top-full {
  top: 100%;
}

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

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

.bottom-10 {
  bottom: 2.5rem;
}

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

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

.top-12 {
  top: 3rem;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

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

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

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

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.m-1 {
  margin: 0.25rem;
}

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

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

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

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

.mb-12 {
  margin-bottom: 3rem;
}

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

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

.mb-6 {
  margin-bottom: 1.5rem;
}

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

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

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

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

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

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

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

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

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

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.\!inline {
  display: inline !important;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}

.aspect-\[4\/2\.6\] {
  aspect-ratio: 4/2.6;
}

.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-screen {
  height: 100vh;
}

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

.h-10 {
  height: 2.5rem;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

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

.h-auto {
  height: auto;
}

.h-32 {
  height: 8rem;
}

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

.h-14 {
  height: 3.5rem;
}

.h-0 {
  height: 0px;
}

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

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

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

.max-h-\[calc\(100\%-150px\)\] {
  max-height: calc(100% - 150px);
}

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-10 {
  width: 2.5rem;
}

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

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

.w-px {
  width: 1px;
}

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

.w-\[calc\(100\%-100px\)\] {
  width: calc(100% - 100px);
}

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

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

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

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

.w-6 {
  width: 1.5rem;
}

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

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

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

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

.w-14 {
  width: 3.5rem;
}

.w-0 {
  width: 0px;
}

.w-\[calc\(100\%-30px\)\] {
  width: calc(100% - 30px);
}

.w-5 {
  width: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

.flex-none {
  flex: none;
}

.-translate-y-1\/2 {
  --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));
}

.translate-x-\[10\%\] {
  --tw-translate-x: 10%;
  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-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));
}

.-translate-y-6 {
  --tw-translate-y: -1.5rem;
  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-full {
  --tw-translate-x: -100%;
  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-full {
  --tw-translate-x: 100%;
  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-1 {
  --tw-translate-y: 0.25rem;
  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-\[34\%\] {
  --tw-translate-y: 34%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.-scale-x-100 {
  --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));
}

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

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

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

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

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

.gap-6 {
  gap: 1.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-5 {
  gap: 1.25rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

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

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

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

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

.border {
  border-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

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

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

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

.border-maincolor {
  --tw-border-opacity: 1;
  border-color: rgb(234 29 38 / var(--tw-border-opacity));
}

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

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

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

.border-\[\#ffffff14\] {
  border-color: #ffffff14;
}

.border-\[\#ffffff4a\] {
  border-color: #ffffff4a;
}

.border-\[\#ffffff1c\] {
  border-color: #ffffff1c;
}

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

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

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

.bg-maincolor2 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 234 230 / var(--tw-bg-opacity));
}

.bg-maincolor {
  --tw-bg-opacity: 1;
  background-color: rgb(234 29 38 / var(--tw-bg-opacity));
}

.bg-\[\#73B18E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(115 177 142 / var(--tw-bg-opacity));
}

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

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.\!stroke-white {
  stroke: #fff !important;
}

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-6 {
  padding: 1.5rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

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

.pb-16 {
  padding-bottom: 4rem;
}

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

.pt-\[100\%\] {
  padding-top: 100%;
}

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

.\!pl-0 {
  padding-left: 0px !important;
}

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

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

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

.pr-4 {
  padding-right: 1rem;
}

.pt-\[70\%\] {
  padding-top: 70%;
}

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

.pt-\[68\%\] {
  padding-top: 68%;
}

.pt-\[65\%\] {
  padding-top: 65%;
}

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

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

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

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

.font-AquavitRegular {
  font-family: AquavitRegular;
}

.font-AquavitThin {
  font-family: AquavitThin;
}

.font-AquavitMedium {
  font-family: AquavitMedium;
}

.font-InterRegular {
  font-family: InterRegular;
}

.font-AquavitLight {
  font-family: AquavitLight;
}

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.\!leading-\[0\.8\] {
  line-height: 0.8 !important;
}

.tracking-\[1px\] {
  letter-spacing: 1px;
}

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

.tracking-widest {
  letter-spacing: 0.1em;
}

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

.text-maincolor {
  --tw-text-opacity: 1;
  color: rgb(234 29 38 / var(--tw-text-opacity));
}

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

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

.text-\[\#342b25\] {
  --tw-text-opacity: 1;
  color: rgb(52 43 37 / var(--tw-text-opacity));
}

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

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-\[0\.25\] {
  opacity: 0.25;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-100 {
  opacity: 1;
}

.opacity-\[0\.14\] {
  opacity: 0.14;
}

.opacity-40 {
  opacity: 0.4;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

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

.grayscale {
  --tw-grayscale: grayscale(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);
}

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

.sepia {
  --tw-sepia: sepia(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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

.\!duration-\[2s\] {
  transition-duration: 2s !important;
}

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

.duration-\[0\.4s\] {
  transition-duration: 0.4s;
}

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.\[clip-path\:inset\(0\%_100\%_0\%_0\%\)\] {
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
}

@font-face {
  font-family: 'AquavitLight';

  font-display:swap;

  src: url('../font/Aquavit/Aquavit-Light.eot');

  src: url('../font/Aquavit/Aquavit-Light.eot?#iefix') format('embedded-opentype'),
		url('../font/Aquavit/Aquavit-Light.woff2') format('woff2'),
		url('../font/Aquavit/Aquavit-Light.woff') format('woff'),
		url('../font/Aquavit/Aquavit-Light.ttf') format('truetype'),
		url('../font/Aquavit/Aquavit-Light.svg#Aquavit-Light') format('svg');
}

@font-face {
  font-family: 'AquavitThin';

  font-display:swap;

  src: url('../font/Aquavit/Aquavit-Thin.eot');

  src: url('../font/Aquavit/Aquavit-Thin.eot?#iefix') format('embedded-opentype'),
		url('../font/Aquavit/Aquavit-Thin.woff2') format('woff2'),
		url('../font/Aquavit/Aquavit-Thin.woff') format('woff'),
		url('../font/Aquavit/Aquavit-Thin.ttf') format('truetype'),
		url('../font/Aquavit/Aquavit-Thin.svg#Aquavit-Thin') format('svg');
}

@font-face {
  font-family: 'AquavitRegular';

  font-display:swap;

  src: url('../font/Aquavit/Aquavit-Regular.eot');

  src: url('../font/Aquavit/Aquavit-Regular.eot?#iefix') format('embedded-opentype'),
		url('../font/Aquavit/Aquavit-Regular.woff2') format('woff2'),
		url('../font/Aquavit/Aquavit-Regular.woff') format('woff'),
		url('../font/Aquavit/Aquavit-Regular.ttf') format('truetype'),
		url('../font/Aquavit/Aquavit-Regular.svg#Aquavit-Regular') format('svg');
}

@font-face {
  font-family: 'AquavitMedium';

  font-display:swap;

  src: url('../font/Aquavit/Aquavit-Medium.eot');

  src: url('../font/Aquavit/Aquavit-Medium.eot?#iefix') format('embedded-opentype'),
		url('../font/Aquavit/Aquavit-Medium.woff2') format('woff2'),
		url('../font/Aquavit/Aquavit-Medium.woff') format('woff'),
		url('../font/Aquavit/Aquavit-Medium.ttf') format('truetype'),
		url('../font/Aquavit/Aquavit-Medium.svg#Aquavit-Medium') format('svg');
}

@font-face {
  font-family: 'InterRegular';

  font-display:swap;

  src: url('../font/Inter/Inter-Regular.eot');

  src: url('../font/Inter/Inter-Regular.eot?#iefix') format('embedded-opentype'),
		url('../font/Inter/Inter-Regular.woff2') format('woff2'),
		url('../font/Inter/Inter-Regular.woff') format('woff'),
		url('../font/Inter/Inter-Regular.ttf') format('truetype'),
		url('../font/Inter/Inter-Regular.svg#Inter-Regular') format('svg');
}

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

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

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

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

.hover\:gap-\[45px\]:hover {
  gap: 45px;
}

.hover\:gap-6:hover {
  gap: 1.5rem;
}

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

.hover\:border-maincolor:hover {
  --tw-border-opacity: 1;
  border-color: rgb(234 29 38 / var(--tw-border-opacity));
}

.hover\:bg-maincolor:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 29 38 / var(--tw-bg-opacity));
}

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

.hover\:text-maincolor:hover {
  --tw-text-opacity: 1;
  color: rgb(234 29 38 / var(--tw-text-opacity));
}

.hover\:\!text-maincolor:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(234 29 38 / var(--tw-text-opacity)) !important;
}

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

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:ml-3 {
  margin-left: 0.75rem;
}

.group:hover .group-hover\:h-1\/2 {
  height: 50%;
}

.group:hover .group-hover\:w-1\/2 {
  width: 50%;
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}

.group:hover .group-hover\:fill-white {
  fill: #fff;
}

.group\/li:hover .group-hover\/li\:\!stroke-maincolor {
  stroke: #EA1D26 !important;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-70 {
  opacity: 0.7;
}

@media (min-width: 420px) {
  .xs\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xs\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 640px) {
  .sm\:bottom-10 {
    bottom: 2.5rem;
  }

  .sm\:top-\[calc\(50\%\+30px\)\] {
    top: calc(50% + 30px);
  }

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

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

  .sm\:block {
    display: block;
  }

  .sm\:aspect-\[3\/4\.6\] {
    aspect-ratio: 3/4.6;
  }

  .sm\:aspect-video {
    aspect-ratio: 16 / 9;
  }

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

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

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

  .sm\:w-1\/2 {
    width: 50%;
  }

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

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

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

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

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

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

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:pl-\[6vw\] {
    padding-left: 6vw;
  }

  .sm\:pr-\[6vw\] {
    padding-right: 6vw;
  }

  .sm\:pt-\[39\%\] {
    padding-top: 39%;
  }

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

  .sm\:pt-\[38\%\] {
    padding-top: 38%;
  }

  .sm\:pt-\[22\%\] {
    padding-top: 22%;
  }

  .sm\:pt-\[47\%\] {
    padding-top: 47%;
  }

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

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

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

  .md\:right-6 {
    right: 1.5rem;
  }

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

  .md\:right-1 {
    right: 0.25rem;
  }

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

  .md\:top-1\/2 {
    top: 50%;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:aspect-\[4\/5\.5\] {
    aspect-ratio: 4/5.5;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:min-h-\[24vw\] {
    min-height: 24vw;
  }

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

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

  .md\:w-\[calc\(100\%-140px\)\] {
    width: calc(100% - 140px);
  }

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

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

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

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

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

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

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

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

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

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

  .md\:gap-24 {
    gap: 6rem;
  }

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

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

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

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

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

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

@media (min-width: 1024px) {
  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:top-1\/2 {
    top: 50%;
  }

  .lg\:bottom-16 {
    bottom: 4rem;
  }

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

  .lg\:right-12 {
    right: 3rem;
  }

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

  .lg\:top-16 {
    top: 4rem;
  }

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

  .lg\:right-8 {
    right: 2rem;
  }

  .lg\:top-\[calc\(100\%\+25px\)\] {
    top: calc(100% + 25px);
  }

  .lg\:top-\[19\%\] {
    top: 19%;
  }

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

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

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

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

  .lg\:\!mb-16 {
    margin-bottom: 4rem !important;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

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

  .lg\:mb-36 {
    margin-bottom: 9rem;
  }

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

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:aspect-square {
    aspect-ratio: 1 / 1;
  }

  .lg\:h-0 {
    height: 0px;
  }

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

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

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

  .lg\:min-h-\[45vw\] {
    min-height: 45vw;
  }

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

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

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

  .lg\:w-1\/2 {
    width: 50%;
  }

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

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

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

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

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

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

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

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

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

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

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

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

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

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

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

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

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

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pl-\[10vw\] {
    padding-left: 10vw;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:tracking-\[1px\] {
    letter-spacing: 1px;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:duration-200 {
    transition-duration: 200ms;
  }

  .lg\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .group:hover .lg\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .lg\:group-hover\:translate-y-0 {
    --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));
  }

  .group:hover .lg\:group-hover\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .\32lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

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

  .xl\:static {
    position: static;
  }

  .xl\:bottom-\[100px\] {
    bottom: 100px;
  }

  .xl\:right-12 {
    right: 3rem;
  }

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:w-14 {
    width: 3.5rem;
  }

  .xl\:w-\[calc\(100\%-100px\)\] {
    width: calc(100% - 100px);
  }

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

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

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

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

  .xl\:flex-none {
    flex: none;
  }

  .xl\:gap-28 {
    gap: 7rem;
  }

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

  .xl\:overflow-visible {
    overflow: visible;
  }

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

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

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

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

  .xl\:pl-\[12vw\] {
    padding-left: 12vw;
  }

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

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

  .xl\:opacity-100 {
    opacity: 1;
  }

  .xl\:content-none {
    --tw-content: none;
    content: var(--tw-content);
  }
}

@media (min-width: 1536px) {
  .\32xl\:top-14 {
    top: 3.5rem;
  }

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

  .\32xl\:top-24 {
    top: 6rem;
  }

  .\32xl\:right-\[900px\] {
    right: 900px;
  }

  .\32xl\:top-\[calc\(100\%\+43px\)\] {
    top: calc(100% + 43px);
  }

  .\32xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .\32xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .\32xl\:\!mb-20 {
    margin-bottom: 5rem !important;
  }

  .\32xl\:mt-32 {
    margin-top: 8rem;
  }

  .\32xl\:h-\[66px\] {
    height: 66px;
  }

  .\32xl\:h-12 {
    height: 3rem;
  }

  .\32xl\:h-20 {
    height: 5rem;
  }

  .\32xl\:h-\[90px\] {
    height: 90px;
  }

  .\32xl\:min-h-\[150px\] {
    min-height: 150px;
  }

  .\32xl\:min-h-\[540px\] {
    min-height: 540px;
  }

  .\32xl\:min-h-\[234px\] {
    min-height: 234px;
  }

  .\32xl\:w-12 {
    width: 3rem;
  }

  .\32xl\:w-auto {
    width: auto;
  }

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

  .\32xl\:w-20 {
    width: 5rem;
  }

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

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

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

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

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

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

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

  .\32xl\:gap-5 {
    gap: 1.25rem;
  }

  .\32xl\:gap-36 {
    gap: 9rem;
  }

  .\32xl\:p-10 {
    padding: 2.5rem;
  }

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

  .\32xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\32xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

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

  .\32xl\:pt-24 {
    padding-top: 6rem;
  }

  .\32xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .\32xl\:pt-36 {
    padding-top: 9rem;
  }

  .\32xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .\32xl\:pb-32 {
    padding-bottom: 8rem;
  }

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

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

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

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

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

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

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

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

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

  .\32xl\:hover\:gap-5:hover {
    gap: 1.25rem;
  }
}

@media (min-width: 1771px) {
  .\33xl\:w-20 {
    width: 5rem;
  }

  .\33xl\:gap-36 {
    gap: 9rem;
  }

  .\33xl\:gap-7 {
    gap: 1.75rem;
  }

  .\33xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
