/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

body {
  font-family: 'Neue DIN Medium', sans-serif;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}

p a {
  text-decoration-line: underline;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.padding-x {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .padding-x {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1440px) {
  .padding-x {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.font-din-wide {
  font-family: "Neue DIN Medium Wide", sans-serif;
}

.default {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

:is(.dark .default) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.headline {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 4px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

:is(.dark .headline) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.headline {
  font-family: "Neue DIN Medium Wide", sans-serif;
}

.mode {
  font-size: 12px;
  line-height: .75rem;
  letter-spacing: 3px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

:is(.dark .mode) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

:is(.dark .section) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section {
  font-family: "Neue DIN Medium Wide", sans-serif;
}

.detail {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

:is(.dark .detail) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* group should have Typeface: SF Pro Text */

.input {
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 15px;
  padding-right: 27px;
  outline-width: 0px;
}

.input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

:is(.dark .input) {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}

.button {
  width: -moz-min-content;
  width: min-content;
  border-radius: 34px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  letter-spacing: 1.5px;
}

:is(.dark .button) {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}

.art_gallery.alignment-canvas>a {
  height: -moz-max-content;
  height: max-content;
}

@media (min-width: 1920px) {
  .art_gallery.alignment-canvas>a:nth-child(7n+1) {
    width: 100% !important;
    justify-self: start !important;
  }

  .art_gallery.alignment-canvas>a:nth-child(7n+2) {
    width: 73.3% !important;
    justify-self: end !important;
  }

  .art_gallery.alignment-canvas>a:nth-child(7n+3) {
    margin-top: 183px;
    margin-bottom: 70px;
    width: 73.3% !important;
    justify-self: end !important;
  }

  .art_gallery.alignment-canvas>a:nth-child(7n+4) {
    margin-top: -267px;
    width: 100% !important;
    justify-self: end;
  }

  .art_gallery.alignment-canvas>a:nth-child(7n+5) {
    width: 126.7% !important;
    justify-self: start !important;
  }

  .art_gallery.alignment-canvas>a:nth-child(7n+6) {
    margin-top: 185px;
    width: 73.3% !important;
    justify-self: end;
  }

  .art_gallery.alignment-canvas>a:nth-child(7n+7) {
    grid-column: span 2 / span 2;
    margin-right: 234px;
    width: 48.2% !important;
    justify-self: end;
  }
}

.home_gallery>a {
  height: -moz-max-content;
  height: max-content;
}

@media (min-width: 1024px) {
  .home_gallery>a:nth-of-type(8n+1) {
    width: 45.51vw !important;
    justify-self: start !important;
  }
}

@media (min-width: 1440px) {
  .home_gallery>a:nth-of-type(8n+1) {
    width: 43.75vw !important;
  }
}

@media (min-width: 1920px) {
  .home_gallery>a:nth-of-type(8n+1) {
    width: 100% !important;
  }
}

@media (min-width: 1024px) {
  .home_gallery>a:nth-of-type(8n+2) {
    width: 33.40vw !important;
    justify-self: end !important;
  }
}

@media (min-width: 1440px) {
  .home_gallery>a:nth-of-type(8n+2) {
    width: 31.81vw !important;
  }
}

@media (min-width: 1920px) {
  .home_gallery>a:nth-of-type(8n+2) {
    width: 73.3% !important;
  }
}

@media (min-width: 1024px) {
  .home_gallery>a:nth-of-type(8n+3) {
    margin-top: 290px;
    margin-bottom: 74px;
    width: 33.40vw !important;
    justify-self: end !important;
  }
}

@media (min-width: 1440px) {
  .home_gallery>a:nth-of-type(8n+3) {
    margin-top: 115px;
    margin-bottom: 0px;
    width: 31.81vw !important;
  }
}

@media (min-width: 1920px) {
  .home_gallery>a:nth-of-type(8n+3) {
    width: 73.3% !important;
  }
}

@media (min-width: 1024px) {
  .home_gallery>a:nth-of-type(8n+4) {
    width: 45.51vw !important;
    justify-self: end;
  }
}

@media (min-width: 1440px) {
  .home_gallery>a:nth-of-type(8n+4) {
    margin-bottom: 33px;
    width: 43.75vw !important;
  }
}

@media (min-width: 1920px) {
  .home_gallery>a:nth-of-type(8n+4) {
    width: 100% !important;
  }
}

@media (min-width: 1024px) {
  .home_gallery>a:nth-of-type(8n+5) {
    width: 57.45vw !important;
    justify-self: start !important;
  }
}

@media (min-width: 1440px) {
  .home_gallery>a:nth-of-type(8n+5) {
    width: 55.76vw !important;
  }
}

@media (min-width: 1920px) {
  .home_gallery>a:nth-of-type(8n+5) {
    width: 126.7% !important;
  }
}

@media (min-width: 1024px) {
  .home_gallery>a:nth-of-type(8n+6) {
    margin-top: 185px;
    width: 33.40vw !important;
    justify-self: end;
  }
}

@media (min-width: 1440px) {
  .home_gallery>a:nth-of-type(8n+6) {
    width: 31.81vw !important;
  }
}

@media (min-width: 1920px) {
  .home_gallery>a:nth-of-type(8n+6) {
    width: 73.3% !important;
  }
}

@media (min-width: 1024px) {
  .home_gallery>a:nth-of-type(8n+7) {
    margin-bottom: 50px;
    margin-top: 88px;
    width: 33.40vw !important;
    justify-self: start;
  }
}

@media (min-width: 1440px) {
  .home_gallery>a:nth-of-type(8n+7) {
    width: 31.81vw !important;
  }
}

@media (min-width: 1920px) {
  .home_gallery>a:nth-of-type(8n+7) {
    width: 73.3% !important;
  }
}

@media (min-width: 1024px) {
  .home_gallery>a:nth-of-type(8n+8) {
    margin-bottom: 50px;
    margin-left: -120px;
    margin-top: 148px;
    width: 45.51vw !important;
    justify-self: start;
  }
}

@media (min-width: 1440px) {
  .home_gallery>a:nth-of-type(8n+8) {
    margin-left: -220px;
    width: 43.75vw !important;
  }
}

@media (min-width: 1920px) {
  .home_gallery>a:nth-of-type(8n+8) {
    margin-left: -230px;
    width: 100% !important;
  }

  .home_gallery>.news_card:nth-child(8n+3) {
    margin-top: -304px;
  }
}

.splide__pagination {
  bottom: -1.25rem !important;
  padding: 0px !important;
}

.splide__pagination__page.is-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

:is(.dark .splide__pagination__page.is-active) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.splide__pagination__page {
  height: 3px !important;
  width: 3px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 187 187 / var(--tw-bg-opacity)) !important;
}

.pointer-events-none {
  pointer-events: none;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-bottom-0 {
  bottom: -0px;
}

.-bottom-\[6px\] {
  bottom: -6px;
}

.-bottom-\[8px\] {
  bottom: -8px;
}

.-left-\[15px\] {
  left: -15px;
}

.-right-\[15px\] {
  right: -15px;
}

.-top-0 {
  top: -0px;
}

.-top-\[15px\] {
  top: -15px;
}

.-top-\[17px\] {
  top: -17px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[-6px\] {
  bottom: -6px;
}

.bottom-\[12px\] {
  bottom: 12px;
}

.bottom-\[28\.8px\] {
  bottom: 28.8px;
}

.bottom-\[41px\] {
  bottom: 41px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-\[-9999px\] {
  left: -9999px;
}

.left-\[0\] {
  left: 0;
}

.left-\[10px\] {
  left: 10px;
}

.left-\[15px\] {
  left: 15px;
}

.left-\[30px\] {
  left: 30px;
}

.left-\[50vw\] {
  left: 50vw;
}

.left-\[5px\] {
  left: 5px;
}

.right-0 {
  right: 0px;
}

.right-\[0\] {
  right: 0;
}

.right-\[13px\] {
  right: 13px;
}

.right-\[17\.5px\] {
  right: 17.5px;
}

.right-\[30px\] {
  right: 30px;
}

.right-\[67px\] {
  right: 67px;
}

.right-\[9\.7px\] {
  right: 9.7px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-\[10px\] {
  top: 10px;
}

.top-\[13px\] {
  top: 13px;
}

.top-\[30px\] {
  top: 30px;
}

.top-\[48\.40vh\] {
  top: 48.40vh;
}

.top-\[5px\] {
  top: 5px;
}

.-z-10 {
  z-index: -10;
}

.-z-\[999\] {
  z-index: -999;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.m-auto {
  margin: auto;
}

.mx-\[15px\] {
  margin-left: 15px;
  margin-right: 15px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-ml-\[9px\] {
  margin-left: -9px;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.mb-\[17px\] {
  margin-bottom: 17px;
}

.mb-\[21px\] {
  margin-bottom: 21px;
}

.mb-\[26px\] {
  margin-bottom: 26px;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.mb-\[6px\] {
  margin-bottom: 6px;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-\[117px\] {
  margin-top: 117px;
}

.mt-\[11px\] {
  margin-top: 11px;
}

.mt-\[12\.5px\] {
  margin-top: 12.5px;
}

.mt-\[122px\] {
  margin-top: 122px;
}

.mt-\[12px\] {
  margin-top: 12px;
}

.mt-\[15px\] {
  margin-top: 15px;
}

.mt-\[17px\] {
  margin-top: 17px;
}

.mt-\[18px\] {
  margin-top: 18px;
}

.mt-\[19px\] {
  margin-top: 19px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[23px\] {
  margin-top: 23px;
}

.mt-\[25px\] {
  margin-top: 25px;
}

.mt-\[27px\] {
  margin-top: 27px;
}

.mt-\[2px\] {
  margin-top: 2px;
}

.mt-\[45px\] {
  margin-top: 45px;
}

.mt-\[46px\] {
  margin-top: 46px;
}

.mt-\[47px\] {
  margin-top: 47px;
}

.mt-\[48px\] {
  margin-top: 48px;
}

.mt-\[51px\] {
  margin-top: 51px;
}

.mt-\[52px\] {
  margin-top: 52px;
}

.mt-\[5px\] {
  margin-top: 5px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.mt-\[61px\] {
  margin-top: 61px;
}

.mt-\[69px\] {
  margin-top: 69px;
}

.mt-\[70px\] {
  margin-top: 70px;
}

.mt-\[7px\] {
  margin-top: 7px;
}

.mt-\[82px\] {
  margin-top: 82px;
}

.mt-\[85px\] {
  margin-top: 85px;
}

.mt-\[86px\] {
  margin-top: 86px;
}

.mt-\[92px\] {
  margin-top: 92px;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-3 {
  height: 0.75rem;
}

.h-\[0\.5px\] {
  height: 0.5px;
}

.h-\[1\.5px\] {
  height: 1.5px;
}

.h-\[12px\] {
  height: 12px;
}

.h-\[15px\] {
  height: 15px;
}

.h-\[18\.6px\] {
  height: 18.6px;
}

.h-\[24px\] {
  height: 24px;
}

.h-\[39px\] {
  height: 39px;
}

.h-\[51px\] {
  height: 51px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.h-min {
  height: -moz-min-content;
  height: min-content;
}

.h-screen {
  height: 100vh;
}

.min-h-\[100px\] {
  min-height: 100px;
}

.min-h-\[17vh\] {
  min-height: 17vh;
}

.w-1\/2 {
  width: 50%;
}

.w-\[1\.5px\] {
  width: 1.5px;
}

.w-\[110px\] {
  width: 110px;
}

.w-\[173px\] {
  width: 173px;
}

.w-\[24px\] {
  width: 24px;
}

.w-\[2px\] {
  width: 2px;
}

.w-\[39px\] {
  width: 39px;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-min {
  width: -moz-min-content;
  width: min-content;
}

.max-w-\[1920px\] {
  max-width: 1920px;
}

.max-w-\[289\] {
  max-width: 289;
}

.max-w-\[340px\] {
  max-width: 340px;
}

.max-w-\[406px\] {
  max-width: 406px;
}

.max-w-\[870px\] {
  max-width: 870px;
}

.max-w-\[871px\] {
  max-width: 871px;
}

.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink-0 {
  flex-shrink: 0;
}

.basis-\[50\%\] {
  flex-basis: 50%;
}

.-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-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-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-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));
}

.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;
}

.resize {
  resize: both;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.snap-center {
  scroll-snap-align: center;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[19px\] {
  gap: 19px;
}

.gap-\[22px\] {
  gap: 22px;
}

.gap-\[23px\] {
  gap: 23px;
}

.gap-\[26px\] {
  gap: 26px;
}

.gap-\[2em\] {
  gap: 2em;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[32px\] {
  gap: 32px;
}

.gap-\[5\.7px\] {
  gap: 5.7px;
}

.gap-\[54px\] {
  gap: 54px;
}

.gap-\[7px\] {
  gap: 7px;
}

.gap-y-\[57px\] {
  row-gap: 57px;
}

.space-y-\[15px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15px * var(--tw-space-y-reverse));
}

.space-y-\[2px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2px * var(--tw-space-y-reverse));
}

.self-center {
  align-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-\[14px\] {
  border-radius: 14px;
}

.rounded-\[34px\] {
  border-radius: 34px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.bg-\[\#D8D8D8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 216 216 / var(--tw-bg-opacity));
}

.bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-dark-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}

.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gradient-purple {
  background-image: linear-gradient(135deg, #8F00FE 0%, #C410C0 27.85%, #EC4D78 70.04%, #EA3F80 100%);
}

.p-\[7px\] {
  padding: 7px;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-\[11\.5px\] {
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}

.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-\[15px\] {
  padding-bottom: 15px;
}

.pb-\[2px\] {
  padding-bottom: 2px;
}

.pb-\[30px\] {
  padding-bottom: 30px;
}

.pb-\[37px\] {
  padding-bottom: 37px;
}

.pb-\[38px\] {
  padding-bottom: 38px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-\[11\.5px\] {
  padding-left: 11.5px;
}

.pl-\[7\.5px\] {
  padding-left: 7.5px;
}

.pl-\[8px\] {
  padding-left: 8px;
}

.pr-\[6\.5px\] {
  padding-right: 6.5px;
}

.pr-\[8\.5px\] {
  padding-right: 8.5px;
}

.pr-\[9px\] {
  padding-right: 9px;
}

.pt-\[168px\] {
  padding-top: 168px;
}

.pt-\[17px\] {
  padding-top: 17px;
}

.pt-\[21px\] {
  padding-top: 21px;
}

.pt-\[25px\] {
  padding-top: 25px;
}

.pt-\[27px\] {
  padding-top: 27px;
}

.pt-\[2px\] {
  padding-top: 2px;
}

.pt-\[37px\] {
  padding-top: 37px;
}

.pt-\[3px\] {
  padding-top: 3px;
}

.pt-\[42\.8px\] {
  padding-top: 42.8px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[8px\] {
  font-size: 8px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.\!normal-case {
  text-transform: none !important;
}

.italic {
  font-style: italic;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-\[24px\] {
  line-height: 24px;
}

.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}

.tracking-\[0\.5px\] {
  letter-spacing: 0.5px;
}

.tracking-\[1\.33px\] {
  letter-spacing: 1.33px;
}

.tracking-\[1\.5px\] {
  letter-spacing: 1.5px;
}

.tracking-\[2\.33px\] {
  letter-spacing: 2.33px;
}

.tracking-\[2px\] {
  letter-spacing: 2px;
}

.tracking-\[3px\] {
  letter-spacing: 3px;
}

.tracking-\[4px\] {
  letter-spacing: 4px;
}

.text-\[\#BBBBBB\] {
  --tw-text-opacity: 1;
  color: rgb(187 187 187 / 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;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.underline-offset-\[6px\] {
  text-underline-offset: 6px;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.placeholder-transparent::placeholder {
  color: transparent;
}

.opacity-0 {
  opacity: 0;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-60 {
  opacity: 0.6;
}

.mix-blend-lighten {
  mix-blend-mode: lighten;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-0 {
  outline-width: 0px;
}

.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);
}

.blur-\[50px\] {
  --tw-blur: blur(50px);
  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;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@font-face {
  font-family: 'Neue DIN VA';

  src: url('/assets/fonts/NeueDINVARTrial-BF63c6173c920e0.ttf') format('truetype');

  font-style: normal;
}

@font-face {
  font-family: 'Neue DIN Medium';

  src: url('/assets/fonts/NeueDIN-Medium.otf') format('opentype');

  font-style: normal;
}

@font-face {
  font-family: 'Neue DIN Medium Wide';

  src: url('/assets/fonts/NeueDINWide-Medium.otf') format('opentype');

  font-style: normal;
}

/* FontsFree-Net-SFProDisplay-Bold.ttf */

@font-face {
  font-family: 'SF Pro Display';

  src: url('/assets/fonts/FontsFree-Net-SFProDisplay-Bold.ttf') format('truetype');

  font-style: normal;
}

.splide__arrows {
  /* hidden */
  display: none;
}

.lazyload-media {
  filter: blur(10px);
  /* Adjust the blur value */
  transition: opacity 0.5s ease;
}

@media only screen and (max-width: 380px) {
  .theme {
    margin-top: 2px;
    font-size: 8px;
    line-height: 8px;
  }
}

@media (min-width: 768px) {
  .md\:headline {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 4px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

  :is(.dark .md\:headline) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .md\:headline {
    font-family: "Neue DIN Medium Wide", sans-serif;
  }
}

.last\:\!pb-0:last-child {
  padding-bottom: 0px !important;
}

.hover\:h-\[3px\]:hover {
  height: 3px;
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.group\/button:hover .group-hover\/button\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.group\/card.sold .group-\[\&\.sold\]\/card\:pointer-events-auto {
  pointer-events: auto;
}

.group\/gallery.alignment-canvas .group-\[\&\.alignment-canvas\]\/gallery\:right-\[15px\] {
  right: 15px;
}

.group\/gallery.alignment-canvas .group-\[\&\.alignment-canvas\]\/gallery\:top-\[15px\] {
  top: 15px;
}

.group\/toggler.muted .group-\[\&\.muted\]\/toggler\:block {
  display: block;
}

.group\/toggler.muted .group-\[\&\.muted\]\/toggler\:hidden {
  display: none;
}

.group\/button.active .group-\[\&\.active\]\/button\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.group\/gallery.alignment-canvas .group-\[\&\.alignment-canvas\]\/gallery\:pl-\[11\.5px\] {
  padding-left: 11.5px;
}

.group\/gallery.alignment-canvas .group-\[\&\.alignment-canvas\]\/gallery\:pr-\[8\.5px\] {
  padding-right: 8.5px;
}

.group\/gallery.alignment-canvas .group-\[\&\.alignment-canvas\]\/gallery\:pt-\[2px\] {
  padding-top: 2px;
}

.group\/gallery.alignment-canvas .group-\[\&\.alignment-canvas\]\/gallery\:text-\[14px\] {
  font-size: 14px;
}

.group\/gallery.alignment-canvas .group-\[\&\.alignment-canvas\]\/gallery\:tracking-\[2\.33px\] {
  letter-spacing: 2.33px;
}

.group\/card.sold .group-\[\&\.sold\]\/card\:opacity-100 {
  opacity: 1;
}

.peer:checked ~ .peer-checked\:opacity-100 {
  opacity: 1;
}

:is(.dark .dark\:block) {
  display: block;
}

:is(.dark .dark\:inline-block) {
  display: inline-block;
}

:is(.dark .dark\:hidden) {
  display: none;
}

:is(.dark .dark\:border-white) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

:is(.dark .dark\:bg-\[\#222222\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-black) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-black\/80) {
  background-color: rgb(0 0 0 / 0.8);
}

:is(.dark .dark\:bg-dark) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-dark-2) {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

:is(.dark .dark\:fill-black) {
  fill: #000;
}

:is(.dark .dark\:fill-white) {
  fill: #fff;
}

:is(.dark .dark\:text-black) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .dark\:opacity-60) {
  opacity: 0.6;
}

:is(.dark .dark\:mix-blend-difference) {
  mix-blend-mode: difference;
}

.group\/button:hover :is(.dark .group-hover\/button\:dark\:bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.group\/button.active :is(.dark .group-\[\&\.active\]\/button\:dark\:bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 375px) {
  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .sm\:mt-\[50px\] {
    margin-top: 50px;
  }

  .sm\:mt-\[86px\] {
    margin-top: 86px;
  }

  .sm\:h-\[22\.42px\] {
    height: 22.42px;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:pt-\[138px\] {
    padding-top: 138px;
  }
}

@media (min-width: 768px) {
  .md\:sticky {
    position: sticky;
  }

  .md\:-bottom-\[18px\] {
    bottom: -18px;
  }

  .md\:-left-\[30px\] {
    left: -30px;
  }

  .md\:-right-\[30px\] {
    right: -30px;
  }

  .md\:-top-\[30px\] {
    top: -30px;
  }

  .md\:left-\[50px\] {
    left: 50px;
  }

  .md\:right-\[15px\] {
    right: 15px;
  }

  .md\:top-11 {
    top: 2.75rem;
  }

  .md\:top-5 {
    top: 1.25rem;
  }

  .md\:top-7 {
    top: 1.75rem;
  }

  .md\:top-\[15px\] {
    top: 15px;
  }

  .md\:top-\[50px\] {
    top: 50px;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem;
  }

  .md\:-mt-\[1px\] {
    margin-top: -1px;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-\[100px\] {
    margin-top: 100px;
  }

  .md\:mt-\[110px\] {
    margin-top: 110px;
  }

  .md\:mt-\[13px\] {
    margin-top: 13px;
  }

  .md\:mt-\[14px\] {
    margin-top: 14px;
  }

  .md\:mt-\[22px\] {
    margin-top: 22px;
  }

  .md\:mt-\[41px\] {
    margin-top: 41px;
  }

  .md\:mt-\[56px\] {
    margin-top: 56px;
  }

  .md\:mt-\[65px\] {
    margin-top: 65px;
  }

  .md\:mt-\[69px\] {
    margin-top: 69px;
  }

  .md\:mt-\[70px\] {
    margin-top: 70px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-0 {
    height: 0px;
  }

  .md\:h-\[116px\] {
    height: 116px;
  }

  .md\:h-\[46\.2px\] {
    height: 46.2px;
  }

  .md\:h-\[66px\] {
    height: 66px;
  }

  .md\:max-h-\[339px\] {
    max-height: 339px;
  }

  .md\:max-h-\[744px\] {
    max-height: 744px;
  }

  .md\:min-h-\[339px\] {
    min-height: 339px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-\[68\.23vw\] {
    width: 68.23vw;
  }

  .md\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .md\:min-w-\[339px\] {
    min-width: 339px;
  }

  .md\:min-w-\[80px\] {
    min-width: 80px;
  }

  .md\:max-w-\[337px\] {
    max-width: 337px;
  }

  .md\:max-w-\[339px\] {
    max-width: 339px;
  }

  .md\:max-w-\[529px\] {
    max-width: 529px;
  }

  .md\:max-w-\[661px\] {
    max-width: 661px;
  }

  .md\:max-w-\[80px\] {
    max-width: 80px;
  }

  .md\:shrink-0 {
    flex-shrink: 0;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-\[148px\] {
    gap: 148px;
  }

  .md\:gap-\[20px\] {
    gap: 20px;
  }

  .md\:gap-\[23px\] {
    gap: 23px;
  }

  .md\:gap-\[26px\] {
    gap: 26px;
  }

  .md\:gap-\[29px\] {
    gap: 29px;
  }

  .md\:gap-\[30px\] {
    gap: 30px;
  }

  .md\:gap-\[50px\] {
    gap: 50px;
  }

  .md\:gap-\[60px\] {
    gap: 60px;
  }

  .md\:gap-\[68px\] {
    gap: 68px;
  }

  .md\:gap-x-\[30px\] {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .md\: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));
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:p-\[15px\] {
    padding: 15px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }

  .md\:py-\[31px\] {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .md\:pl-\[11\.5px\] {
    padding-left: 11.5px;
  }

  .md\:pr-\[8\.5px\] {
    padding-right: 8.5px;
  }

  .md\:pt-\[174px\] {
    padding-top: 174px;
  }

  .md\:pt-\[27px\] {
    padding-top: 27px;
  }

  .md\:pt-\[2px\] {
    padding-top: 2px;
  }

  .md\:pt-\[31px\] {
    padding-top: 31px;
  }

  .md\:pt-\[51px\] {
    padding-top: 51px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-\[14px\] {
    font-size: 14px;
  }

  .md\:text-\[48px\] {
    font-size: 48px;
  }

  .md\:tracking-\[2\.33px\] {
    letter-spacing: 2.33px;
  }

  .md\:tracking-\[8px\] {
    letter-spacing: 8px;
  }

  .even\:md\:justify-self-end:nth-child(even) {
    justify-self: end;
  }

  .group\/gallery.alignment-canvas .group-\[\&\.alignment-canvas\]\/gallery\:even\:md\:justify-self-end:nth-child(even) {
    justify-self: end;
  }

  .data-\[img\=portrait\]\:md\:w-\[68\.23vw\][data-img=portrait] {
    width: 68.23vw;
  }

  .group\/gallery.alignment-canvas .group-\[\&\.alignment-canvas\]\/gallery\:data-\[img\=portrait\]\:md\:w-\[68\.23vw\][data-img=portrait] {
    width: 68.23vw;
  }

  :is(.dark .dark\:md\:block) {
    display: block;
  }

  :is(.dark .dark\:md\:hidden) {
    display: none;
  }

  :is(.dark .md\:dark\:hidden) {
    display: none;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:ml-\[-1px\] {
    margin-left: -1px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:mt-\[111px\] {
    margin-top: 111px;
  }

  .lg\:mt-\[18px\] {
    margin-top: 18px;
  }

  .lg\:mt-\[22px\] {
    margin-top: 22px;
  }

  .lg\:mt-\[64px\] {
    margin-top: 64px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[29\.76px\] {
    height: 29.76px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:max-h-\[218px\] {
    max-height: 218px;
  }

  .lg\:min-h-\[218px\] {
    min-height: 218px;
  }

  .lg\:w-\[100\%\] {
    width: 100%;
  }

  .lg\:w-\[45\.31vw\] {
    width: 45.31vw;
  }

  .lg\:w-\[45\.6vw\] {
    width: 45.6vw;
  }

  .lg\:w-\[48\.3\%\] {
    width: 48.3%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:min-w-\[218px\] {
    min-width: 218px;
  }

  .lg\:max-w-\[218px\] {
    max-width: 218px;
  }

  .lg\:max-w-\[467px\] {
    max-width: 467px;
  }

  .lg\:max-w-\[708px\] {
    max-width: 708px;
  }

  .lg\:max-w-\[882px\] {
    max-width: 882px;
  }

  .lg\:shrink-0 {
    flex-shrink: 0;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:gap-\[228px\] {
    gap: 228px;
  }

  .lg\:gap-\[30px\] {
    gap: 30px;
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:p-\[15px\] {
    padding: 15px;
  }

  .lg\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg\:pb-\[87px\] {
    padding-bottom: 87px;
  }

  .lg\:pt-\[26px\] {
    padding-top: 26px;
  }

  .lg\:text-left {
    text-align: left;
  }
}

@media (min-width: 1440px) {
  .xl\:right-\[30px\] {
    right: 30px;
  }

  .xl\:top-\[50px\] {
    top: 50px;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:\!ml-\[-150px\] {
    margin-left: -150px !important;
  }

  .xl\:-mt-\[50px\] {
    margin-top: -50px;
  }

  .xl\:mb-\[51px\] {
    margin-bottom: 51px;
  }

  .xl\:mr-\[15px\] {
    margin-right: 15px;
  }

  .xl\:mr-\[30px\] {
    margin-right: 30px;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mt-11 {
    margin-top: 2.75rem;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:mt-\[130px\] {
    margin-top: 130px;
  }

  .xl\:mt-\[26px\] {
    margin-top: 26px;
  }

  .xl\:mt-\[33px\] {
    margin-top: 33px;
  }

  .xl\:mt-\[45px\] {
    margin-top: 45px;
  }

  .xl\:mt-\[50px\] {
    margin-top: 50px;
  }

  .xl\:mt-\[52px\] {
    margin-top: 52px;
  }

  .xl\:mt-\[81px\] {
    margin-top: 81px;
  }

  .xl\:mt-\[99px\] {
    margin-top: 99px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[39px\] {
    height: 39px;
  }

  .xl\:h-\[51px\] {
    height: 51px;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:max-h-\[282px\] {
    max-height: 282px;
  }

  .xl\:max-h-\[416px\] {
    max-height: 416px;
  }

  .xl\:max-h-\[575px\] {
    max-height: 575px;
  }

  .xl\:max-h-\[686px\] {
    max-height: 686px;
  }

  .xl\:min-h-\[282px\] {
    min-height: 282px;
  }

  .xl\:w-\[43\.75vw\] {
    width: 43.75vw;
  }

  .xl\:min-w-\[282px\] {
    min-width: 282px;
  }

  .xl\:min-w-\[399px\] {
    min-width: 399px;
  }

  .xl\:max-w-\[282px\] {
    max-width: 282px;
  }

  .xl\:max-w-\[286px\] {
    max-width: 286px;
  }

  .xl\:max-w-\[601px\] {
    max-width: 601px;
  }

  .xl\:max-w-\[630px\] {
    max-width: 630px;
  }

  .xl\:max-w-\[632px\] {
    max-width: 632px;
  }

  .xl\:max-w-\[990px\] {
    max-width: 990px;
  }

  .xl\:shrink-0 {
    flex-shrink: 0;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:gap-\[125px\] {
    gap: 125px;
  }

  .xl\:gap-\[60px\] {
    gap: 60px;
  }

  .xl\:gap-\[87px\] {
    gap: 87px;
  }

  .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:p-\[30px\] {
    padding: 30px;
  }

  .xl\:p-\[60px\] {
    padding: 60px;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xl\:pb-\[60px\] {
    padding-bottom: 60px;
  }

  .xl\:pb-\[61px\] {
    padding-bottom: 61px;
  }

  .xl\:pb-\[68px\] {
    padding-bottom: 68px;
  }

  .xl\:pr-\[59px\] {
    padding-right: 59px;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:pt-\[56px\] {
    padding-top: 56px;
  }

  .xl\:pt-\[61px\] {
    padding-top: 61px;
  }
}

@media (min-width: 1920px) {
  .\32xl\:-bottom-\[30px\] {
    bottom: -30px;
  }

  .\32xl\:-left-\[60px\] {
    left: -60px;
  }

  .\32xl\:-right-\[60px\] {
    right: -60px;
  }

  .\32xl\:-top-\[60px\] {
    top: -60px;
  }

  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .\32xl\:mt-\[138px\] {
    margin-top: 138px;
  }

  .\32xl\:mt-\[168px\] {
    margin-top: 168px;
  }

  .\32xl\:mt-\[22px\] {
    margin-top: 22px;
  }

  .\32xl\:mt-\[26px\] {
    margin-top: 26px;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:h-\[54\.2px\] {
    height: 54.2px;
  }

  .\32xl\:h-\[96px\] {
    height: 96px;
  }

  .\32xl\:max-h-\[405px\] {
    max-height: 405px;
  }

  .\32xl\:min-h-\[195px\] {
    min-height: 195px;
  }

  .\32xl\:min-h-\[405px\] {
    min-height: 405px;
  }

  .\32xl\:w-\[40\%\] {
    width: 40%;
  }

  .\32xl\:w-\[48\.4\%\] {
    width: 48.4%;
  }

  .\32xl\:w-\[870px\] {
    width: 870px;
  }

  .\32xl\:min-w-\[405px\] {
    min-width: 405px;
  }

  .\32xl\:max-w-\[405px\] {
    max-width: 405px;
  }

  .\32xl\:max-w-\[406px\] {
    max-width: 406px;
  }

  .\32xl\:max-w-\[407px\] {
    max-width: 407px;
  }

  .\32xl\:max-w-\[812px\] {
    max-width: 812px;
  }

  .\32xl\:max-w-none {
    max-width: none;
  }

  .\32xl\:gap-x-\[60px\] {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .\32xl\:justify-self-end {
    justify-self: end;
  }

  .\32xl\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .\32xl\:pr-\[78px\] {
    padding-right: 78px;
  }

  .\32xl\:pt-\[43\.8px\] {
    padding-top: 43.8px;
  }
}

@media (min-width: 768px) and (min-height: 1024px) {
  .h-md\:top-\[149px\] {
    top: 149px;
  }

  .h-md\:mt-\[51px\] {
    margin-top: 51px;
  }

  .h-md\:mt-\[58px\] {
    margin-top: 58px;
  }

  .h-md\:mt-\[90px\] {
    margin-top: 90px;
  }

  .h-md\:pt-0 {
    padding-top: 0px;
  }
}

@media (min-width: 1440px) and (min-height: 1080px) {
  .h-xl\:top-\[197px\] {
    top: 197px;
  }
}

.\[\&\.alignment-canvas\]\:grid-cols-1.alignment-canvas {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1920px) {
  .\[\&\.alignment-canvas\]\:2xl\:grid-cols-2.alignment-canvas {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\[\&\.alignment-canvas\]\:2xl\:gap-x-\[59px\].alignment-canvas {
    -moz-column-gap: 59px;
         column-gap: 59px;
  }
}

.\[\&\.alignment-grid\]\:grid-cols-2.alignment-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.\[\&\.alignment-grid\]\:gap-x-\[15px\].alignment-grid {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

@media (min-width: 768px) {
  .\[\&\.alignment-grid\]\:md\:gap-x-\[30px\].alignment-grid {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}

@media (min-width: 1920px) {
  .\[\&\.alignment-grid\]\:2xl\:grid-cols-4.alignment-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\[\&\.alignment-grid\]\:2xl\:gap-x-\[60px\].alignment-grid {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}