@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Questrial&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Questrial&display=swap);
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
html {
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    scroll-behavior: smooth;
  }
body{
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 239 / var(--tw-bg-opacity));
  font-family: Questrial,  Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(52 29 30 / var(--tw-text-opacity));
}
body header{
  --tw-text-opacity: 1;
  color: rgb(52 29 30 / var(--tw-text-opacity));
}
div[data-barba-namespace=homepage] header{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.fashion-slider {
    --fashion-slider-title-font-size: 88px;
  }
@media (max-width: 480px) {
    .fashion-slider {
      --fashion-slider-title-font-size: 60px;
    }
  }
header{
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
}
.\!container .content-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
.container .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
.content-wrapper{
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px){
  .content-wrapper{
    padding-left: 2.5rem;
  }
}
.content-wrapper{
  padding-top: 2.5rem;
  max-width: 1536px;
}
.content-wrapper, .werk-content-wrapper{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px){
  .content-wrapper, .werk-content-wrapper{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.werk-content-wrapper {
    grid-column: 2/4;
  }
::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(52 29 30 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(52 29 30 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.project-grid{
  -moz-columns: 1;
       columns: 1;
  gap: 1.25rem;
}
@media (min-width: 768px){
  .project-grid{
    -moz-columns: 2;
         columns: 2;
  }
}
@media (min-width: 1024px){
  .project-grid{
    gap: 2.5rem;
  }
}
@media (min-width: 1280px){
  .project-grid{
    -moz-columns: 3;
         columns: 3;
  }
}
@media (min-width: 1536px){
  .project-grid{
    gap: 5rem;
  }
}
@media (min-width: 1800px){
  .project-grid{
    gap: 8rem;
  }
}
.project-grid > *{
  margin-bottom: 0.5rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
@media (min-width: 1024px){
  .page-intro{
    padding-left: 2.5rem;
  }
}
.page-intro h1{
  margin-bottom: 1rem;
}
.bg-gradient, #radial-gradient, .btn, [type=button], [type=reset], [type=submit] {
    background: radial-gradient(circle at center, #00805d, #007D5B);
  }
#radial-gradient {
    background: radial-gradient(circle at center, #00805d, #007D5B);
  }
.footer-inner {
    background: radial-gradient(circle at center, #E1553E, #E05038);
  }
.content-wrapper input[type=text], .content-wrapper input[type=email], .content-wrapper select, .content-wrapper textarea, .content-wrapper .gform_wrapper.gravity-theme input[type=color], .content-wrapper .gform_wrapper.gravity-theme input[type=date], .content-wrapper .gform_wrapper.gravity-theme input[type=datetime-local], .content-wrapper .gform_wrapper.gravity-theme input[type=datetime], .content-wrapper .gform_wrapper.gravity-theme input[type=email], .content-wrapper .gform_wrapper.gravity-theme input[type=month], .content-wrapper .gform_wrapper.gravity-theme input[type=number], .content-wrapper .gform_wrapper.gravity-theme input[type=password], .content-wrapper .gform_wrapper.gravity-theme input[type=search], .content-wrapper .gform_wrapper.gravity-theme input[type=tel], .content-wrapper .gform_wrapper.gravity-theme input[type=text], .content-wrapper .gform_wrapper.gravity-theme input[type=time], .content-wrapper .gform_wrapper.gravity-theme input[type=url], .content-wrapper .gform_wrapper.gravity-theme input[type=week], .content-wrapper .gform_wrapper.gravity-theme select, .content-wrapper .gform_wrapper.gravity-theme textarea{
  border-radius: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.content-wrapper .validation_message, .content-wrapper .gfield_validation_message{
  display: none;
}
.content-wrapper .gform_wrapper.gravity-theme .gform_validation_errors{
  border-style: none;
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(52 29 30 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.content-wrapper .gform_wrapper.gravity-theme .gform_validation_errors > ol li{
  margin-bottom: 0px;
}
.content-wrapper .gform_wrapper.gravity-theme .gform_validation_errors > ol a{
  --tw-text-opacity: 1;
  color: rgb(52 29 30 / var(--tw-text-opacity));
}
.btn, [type=button], [type=reset], [type=submit]{
  margin-top: 1.25rem;
  display: inline-block;
  cursor: pointer;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(38 96 244 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    background-size: 200% 200%;
}
.btn:before, [type=button]:before, [type=reset]:before, [type=submit]:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  }
.btn--black{
  position: relative;
  margin-top: 0px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(52 29 30 / var(--tw-bg-opacity));
}
.btn--black:hover{
  --tw-border-opacity: 1;
  border-color: rgb(52 29 30 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(52 29 30 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .btn--black{
    margin-left: auto;
    margin-right: auto;
  }
}
.btn--black {
    background: black;
  }
.footer-hidden {
    transform: translateY(100%);
    transition: all 1s ease-in-out;
  }
.footer-visible {
    transform: translateY(0);
    transition: all 1s ease-in-out;
  }
.intro-bottom {
    display: none !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI1NnB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZCRkFFNiI+PHBhdGggZD0iTTcyNS4yOSAxMDEuMkMzMjUuMjIgMTIyLjQ4IDAgMCAwIDB2MTQwaDEyODBWMHMtMTU0LjY0IDc5LjkyLTU1NC43MSAxMDEuMnoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNNTU2LjQ1IDExOS43NEM5NTMuNDEgMTQwIDEyODAgMTQgMTI4MCAxNHYxMjZIMFYwczE1OS41IDk5LjQ4IDU1Ni40NSAxMTkuNzR6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTY0MCAxNDBjMzUzLjQ2IDAgNjQwLTE0MCA2NDAtMTM5djE0MEgwVjBzMjg2LjU0IDE0MCA2NDAgMTQweiIvPjwvZz48L3N2Zz4=);
    bottom: 0;
    z-index: 1;
    transform: scale(1, 1);
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
    background-size: 100% 30px;
    height: 30px;
  }
@media (min-width: 1024px) {
    .intro-bottom {
      background-size: 100% 50px;
      height: 50px;
    }
  }
.noise{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-size: auto;
  background-repeat: repeat;
  opacity: 0.1;
  mix-blend-mode: overlay;
    background-image: url("../images/noise.png");
}
.label{
  margin-right: 0.5rem;
  margin-bottom: 1.25rem;
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  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: 300ms;
}
.label:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(52 29 30 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.swiper-slide-active{
  opacity: 1;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.swiper-slide {
    max-height: 72vh;
  }
.swiper-slide img {
    min-width: 100%;
  }
.swiper-slide {
    opacity: 0 !important;
  }
.swiper-slide-active {
    opacity: 1 !important;
  }
.intro-text{
  display: flex;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px){
  .intro-text{
    padding-top: 8rem;
  }
}
@media (min-width: 1280px){
  .intro-text{
    padding-bottom: 7rem;
  }
}
section.recent-work{
  padding-top: 2.5rem;
}
@media (min-width: 1536px){
  section.recent-work{
    padding-top: 5rem;
  }
}
section.recent-work{
  position: relative;
  z-index: 50;
    overflow: visible !important;
}
section.recent-work .swiper-wrapper {
    overflow: visible !important;
  }
p {
    letter-spacing: 0.03em;
  }
section{
  position: relative;
  width: 100%;
}
main {
    flex: 1;
  }
section.c-block:not(.intro):not(.c-block__project-intro):not(:first-of-type){
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px){
  section.c-block:not(.intro):not(.c-block__project-intro):not(:first-of-type){
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1024px){
  section.c-block:not(.intro):not(.c-block__project-intro):not(:first-of-type){
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1280px){
  section.c-block:not(.intro):not(.c-block__project-intro):not(:first-of-type){
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
section.c-block:first-of-type:not(.no-pt){
  padding-top: 2.5rem;
}
@media (min-width: 768px){
  section.c-block:first-of-type:not(.no-pt){
    padding-top: 8rem;
  }
}
.recent-work {
    display: grid;
    grid-template-columns: 1fr minmax(auto, 1536px) 1fr;
  }
.swiper {
    --swiper-pagination-color: blue;
    --swiper-theme-color: yellow;
  }
.button-prev svg, .button-next svg{
  height: 1.5rem;
  width: 1.5rem;
}
.button-prev.swiper-button-disabled, .button-next.swiper-button-disabled{
  opacity: 0.4;
}
.active{
  position: relative;
  z-index: 50;
  font-weight: 700;
  opacity: 1;
}
#gradient-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
  }
#gradient-layer {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  }
#radial-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 200% 200%;
    transition: background-position 0.2s ease-out;
    animation: change-colors 10s ease-in-out infinite;
  }
.arrow-down {
    animation: jumpInfinite 1.5s infinite ease-in-out;
  }
@keyframes jumpInfinite {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(8px);
    }
    100% {
      transform: translateY(0);
    }
  }
@keyframes change-colors {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
.fade-in-onload {
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
.fade-in-onload.active {
    opacity: 1;
  }
.fade-out {
    animation: fadeOut 0.5s;
    opacity: 0;
  }
.fade-in {
    animation: fadeIn 1s;
    opacity: 1;
  }
@keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
@keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
.fadeup {
    opacity: 0;
  }
.c-block__other-projects .project__item{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.rounded--xl, .project-intro, .project__image__wrapper, .project-wrapper--fixed{
  overflow: hidden;
  border-radius: 0.75rem;
}
@media (min-width: 768px){
  .rounded--xl, .project-intro, .project__image__wrapper, .project-wrapper--fixed{
    border-radius: 1.5rem;
  }
}
:root {
    /* Hoogte van het fixed object */
    --fixed-object-height: calc(100vh - 6rem);
    /* Offset die in mindering wordt gebracht */
    --fixed-object-offset: 6rem;
    /* Correcte margin voor project-intro */
    --project-intro-margin: calc(var(--fixed-object-height) + var(--fixed-object-offset));
  }
@media screen and (min-width: 768px) {
    :root {
      --fixed-object-height: calc(100vh - 18rem); /* Hoogte van het fixed object bij bredere schermen */
      --fixed-object-offset: 6rem; /* Offset verandert */
      --project-intro-margin: calc(var(--fixed-object-height) + var(--fixed-object-offset));
    }
  }
.project__image__wrapper, .project-wrapper--fixed{
  position: fixed;
  height: 100vh;
  width: 100%;
  max-width: 1536px;
    width: calc(100vw - 3rem) !important;
    height: var(--fixed-object-height) !important;
}
@media screen and (min-width: 768px) {
    .project__image__wrapper, .project-wrapper--fixed {
      width: calc(100vw - 4rem) !important;
      top: var(--fixed-object-offset) !important;
    }
  }
@media screen and (min-width: 1024px) {
    .project__image__wrapper, .project-wrapper--fixed {
      width: calc(100vw - 5rem) !important;
    }
  }
.project__image__wrapper img, .project-wrapper--fixed img{
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-wrapper--fixed{
  width: 100%;
    left: 0 !important;
    right: 0 !important;
}
.project-wrapper--fixed .project-tags {
    opacity: 0;
  }
.project-wrapper--fixed .project-image-wrapper{
  max-width: 1536px;
    height: 100% !important;
}
.project__image__wrapper {
    left: 0 !important;
    right: 0 !important;
  }
.project-intro{
  overflow: hidden;
    margin-top: var(--project-intro-margin); /* Dynamisch afgeleid van fixed object */
}
@media screen and (min-width: 768px) {
    .project-intro {
      margin-top: var(--project-intro-margin);
    }
  }
.project-image {
    max-height: 72vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
.project-image-wrapper{
  margin-left: auto;
  margin-right: auto;
}
.masonry-grid{
  position: relative;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media (min-width: 1024px){
  .masonry-grid{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
.masonry-grid.is-loaded{
  opacity: 1;
}
.masonry-grid .project__item{
  width: 100%;
}
@media (min-width: 768px){
  .masonry-grid .project__item{
    width: 50%;
  }
}
@media (min-width: 1280px){
  .masonry-grid .project__item{
    width: 33.333333%;
  }
}
.masonry-grid .project__item{
  margin-bottom: 1.25rem;
  padding: 1.25rem;
}
@media (min-width: 1024px){
  .masonry-grid .project__item{
    padding: 2.5rem;
  }
}
@media (min-width: 1536px){
  .masonry-grid .project__item{
    padding: 2.5rem;
  }
}
.masonry-grid .project__item {
    height: auto;
  }
.masonry-grid .project__item:nth-child(2n){
  margin-top: 2.5rem;
}
.masonry-grid .project__item:nth-child(3n){
  margin-top: 1.25rem;
}
.x-padding{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px){
  .x-padding{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.label{
  display: inline-flex;
  text-wrap: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(52 29 30 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1;
}
.label:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(52 29 30 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.label span{
  text-wrap: nowrap;
  font-size: 0.7rem;
  line-height: 1.33em;
  line-height: 1;
}
@media (min-width: 768px){
  .label span{
    font-size: 0.9rem;
    line-height: 1.5em;
  }
}
.p-wrapper p, .text-content p{
  max-width: none;
  font-size: 0.8rem;
  line-height: 1.5em;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .p-wrapper p, .text-content p{
    font-size: 0.9rem;
    line-height: 1.5em;
  }
}
@media (min-width: 1024px){
  .p-wrapper p, .text-content p{
    font-size: 1.1rem;
    line-height: 1.3em;
  }
}
@media (min-width: 1280px){
  .p-wrapper p, .text-content p{
    font-size: 1.6rem;
    line-height: 1.3em;
  }
}
p, h1.wp-block-heading, h2.wp-block-heading, h3.wp-block-heading, h4.wp-block-heading, h5.wp-block-heading {
    margin-bottom: 1em;
  }
h1.wp-block-heading{
  margin-bottom: 2.5rem;
  font-size: 1.1rem;
  line-height: 1.3em;
}
@media (min-width: 768px){
  h1.wp-block-heading{
    font-size: 1.6rem;
    line-height: 1.3em;
  }
}
@media (min-width: 1280px){
  h1.wp-block-heading{
    font-size: 2rem;
    line-height: 1.1em;
  }
}
@media (min-width: 1536px){
  h1.wp-block-heading{
    font-size: 2.4rem;
    line-height: 1.1em;
  }
}
h2.wp-block-heading, h3.wp-block-heading{
  margin-bottom: 2.5rem;
  font-size: 1.1rem;
  line-height: 1.3em;
}
@media (min-width: 768px){
  h2.wp-block-heading, h3.wp-block-heading{
    font-size: 1.6rem;
    line-height: 1.3em;
  }
}
@media (min-width: 1280px){
  h2.wp-block-heading, h3.wp-block-heading{
    font-size: 2rem;
    line-height: 1.1em;
  }
}
h4 {
    font-size: 0.9rem;
    line-height: 1.5em;
    font-weight: 500;
  }
@media (min-width: 768px){
  h4{
    font-size: 1.1rem;
    line-height: 1.3em;
  }
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Inter Tight", sans-serif;
    margin-bottom: 0.25em;
  }
.heading{
  font-size: 1.1rem;
  line-height: 1.3em;
}
@media (min-width: 768px){
  .heading{
    font-size: 1.6rem;
    line-height: 1.3em;
  }
}
@media (min-width: 1280px){
  .heading{
    font-size: 2rem;
    line-height: 1.1em;
  }
}
.heading--md{
  font-size: 1.1rem;
  line-height: 1.3em;
}
@media (min-width: 768px){
  .heading--md{
    font-size: 1.6rem;
    line-height: 1.3em;
  }
}
@media (min-width: 1280px){
  .heading--md{
    font-size: 1.6rem;
    line-height: 1.3em;
  }
}
@media (min-width: 1536px){
  .heading--md{
    font-size: 2rem;
    line-height: 1.1em;
  }
}
.heading--lg{
  font-size: 1.1rem;
  line-height: 1.3em;
}
@media (min-width: 768px){
  .heading--lg{
    font-size: 2rem;
    line-height: 1.1em;
  }
}
@media (min-width: 1280px){
  .heading--lg{
    font-size: 2.4rem;
    line-height: 1.1em;
  }
}
@media (min-width: 1536px){
  .heading--lg{
    font-size: 3.2rem;
    line-height: 1.1em;
  }
}
.body--lg{
  margin-bottom: 2.5rem;
  font-size: 1.1rem;
  line-height: 1.3em;
}
@media (min-width: 1024px){
  .body--lg{
    font-size: 1.6rem;
    line-height: 1.3em;
  }
}
@media (min-width: 1280px){
  .body--lg{
    font-size: 1.6rem;
    line-height: 1.3em;
  }
}
@media (min-width: 1536px){
  .body--lg{
    font-size: 1.6rem;
    line-height: 1.3em;
  }
}
* {
    cursor: none;
  }
a:hover {
    cursor: none;
  }
.cursor-dot,
  .cursor-outline {
    z-index: 999;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    will-change: auto;
  }
.cursor-dot.hover-active,
  .cursor-outline.hover-active{
  --tw-bg-opacity: 1;
  height: 2rem;
  width: 2rem;
}
.cursor-dot.hover-active .cursor-text,
  .cursor-outline.hover-active .cursor-text {
    transform: scale(1) translate(0, 0) rotate(0);
  }
.cursor-dot{
  height: 0.5rem;
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(225 85 62 / var(--tw-bg-opacity));
}
.cursor-outline{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  background-color: rgb(225 85 62 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}
.cursor-text{
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-property: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(0) translate(-10%, -15%) rotate(-20deg);
    font-size: 6px;
}
.menu-item.current-menu-item{
  --tw-text-opacity: 1;
  color: rgb(52 29 30 / var(--tw-text-opacity));
}
.menu-item.current-menu-item a{
  border-color: currentColor;
}
.menu-item a{
  text-transform: capitalize;
  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: 300ms;
}
.menu-item.current-menu-item a:before{
  width: 100%;
}
.menu-item a{
  position: relative;
  cursor: pointer;
}
.menu-item a:before{
  position: absolute;
  bottom: -0.25rem;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 0px;
  background-color: currentColor;
}
@media (min-width: 768px){
  .menu-item a:before{
    --tw-bg-opacity: 1;
    background-color: rgb(52 29 30 / var(--tw-bg-opacity));
  }
  .menu-item a:where(.dark, .dark *):before{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}
.menu-item a:before {
    content: " ";
    height: 0.1em;
    transition: width 0.3s ease-in-out;
  }
.menu-item a:hover:before{
  width: 100%;
}
#hamburger{
  position: relative;
  --tw-rotate: 0deg;
  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;
  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-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  height: 1.5rem;
  width: 1.5rem;
}
#hamburger span{
  position: absolute;
  left: 0px;
  display: block;
  width: 100%;
  --tw-rotate: 0deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  height: 10%;
}
#hamburger span:nth-child(1){
  top: 0px;
}
#hamburger span:nth-child(2), #hamburger span:nth-child(3){
  top: 33.333333%;
}
#hamburger span:nth-child(4){
  top: 66.666667%;
}
#hamburger.open{
  right: 25%;
}
#hamburger.open span:nth-child(1){
  left: 50%;
  width: 0px;
}
#hamburger.open span:nth-child(2){
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#hamburger.open span:nth-child(3){
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#hamburger.open span:nth-child(4){
  left: 50%;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.menu-toggle{
  z-index: 100;
}
@media (min-width: 768px){
  .menu-toggle{
    display: none;
  }
}
#mobile-nav{
  position: fixed;
  left: 0px;
  top: 0px;
  display: flex;
  height: 100vh;
  width: 100vw;
  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));
  align-items: center;
  justify-content: center;
  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: 500ms;
}
@media (min-width: 768px){
  #mobile-nav{
    display: none;
  }
}
#mobile-nav{
  --tw-bg-opacity: 1;
  background-color: rgb(52 29 30 / var(--tw-bg-opacity));
  display: none;
  opacity: 0;
}
#mobile-nav.collapsed{
  display: block;
  opacity: 1;
}
#mobile-nav .nav{
  position: relative;
  z-index: 200;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  align-items: center;
  justify-content: center;
}
#mobile-nav li a{
  font-size: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    line-height: 2em;
}
body {
    overflow-y: scroll; /* Zorg ervoor dat de scrollbar altijd aanwezig is */
    margin: 0;
    padding: 0;
  }
/* Styling voor native scrollbar */
::-webkit-scrollbar {
    width: 6px;
  }
::-webkit-scrollbar-thumb{
  --tw-bg-opacity: 1;
  background-color: rgb(225 85 62 / var(--tw-bg-opacity));
    border-radius: 10px;
}
::-webkit-scrollbar-track{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
body.menu-open {
    overflow: hidden; /* Verberg de scrollbar */
    padding-right: 6px; /* Compenseer de breedte van de scrollbar zodat de content niet verschuift */
  }
/* width */
.\!container{
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .container{
    max-width: 640px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .container{
    max-width: 1024px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .container{
    max-width: 1280px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1536px){
  .\!container{
    max-width: 1536px !important;
  }
  .container{
    max-width: 1536px;
  }
}
@media (min-width: 1800px){
  .\!container{
    max-width: 1800px !important;
  }
  .container{
    max-width: 1800px;
  }
}
.aspect-h-2{
  --tw-aspect-h: 2;
}
.aspect-h-3{
  --tw-aspect-h: 3;
}
.aspect-h-6{
  --tw-aspect-h: 6;
}
.aspect-w-3{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 3;
}
.aspect-w-3 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-4{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 4;
}
.aspect-w-4 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-9{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 9;
}
.aspect-w-9 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.\!container{
  max-width: 100% !important;
}
.container{
  max-width: 100%;
}
@media (min-width: 640px){
  .\!container{
    max-width: 100% !important;
  }
  .container{
    max-width: 100%;
  }
}
@media (min-width: 768px){
  .\!container{
    max-width: 100% !important;
  }
  .container{
    max-width: 100%;
  }
}
@media (min-width: 1024px){
  .\!container{
    max-width: 100% !important;
  }
  .container{
    max-width: 100%;
  }
}
@media (min-width: 1280px){
  .\!container{
    max-width: 100% !important;
  }
  .container{
    max-width: 100%;
  }
}
a{
  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: 500ms;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.bottom-2{
  bottom: 0.5rem;
}
.bottom-5{
  bottom: 1.25rem;
}
.left-0{
  left: 0px;
}
.left-4{
  left: 1rem;
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-5{
  right: 1.25rem;
}
.top-0{
  top: 0px;
}
.top-20{
  top: 5rem;
}
.top-4{
  top: 1rem;
}
.top-5{
  top: 1.25rem;
}
.z-10{
  z-index: 10;
}
.z-100{
  z-index: 100;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.order-first{
  order: -9999;
}
.order-last{
  order: 9999;
}
.m-0{
  margin: 0px;
}
.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.-mt-12{
  margin-top: -3rem;
}
.-mt-20{
  margin-top: -5rem;
}
.-mb-5{
  margin-bottom: -1.25rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-40{
  margin-bottom: 10rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.w-16{
  width: 4rem;
}
.w-24{
  width: 6rem;
}
.w-3{
  width: 0.75rem;
}
.w-5{
  width: 1.25rem;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.min-w-20{
  min-width: 5rem;
}
.min-w-28{
  min-width: 7rem;
}
.max-w-1\/2{
  max-width: 50%;
}
.max-w-3\/4{
  max-width: 75%;
}
.max-w-\[620px\]{
  max-width: 620px;
}
.max-w-none{
  max-width: none;
}
.max-w-screen-lg{
  max-width: 1024px;
}
.max-w-screen-md{
  max-width: 768px;
}
.max-w-screen-xl{
  max-width: 1280px;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.translate-y-full{
  --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));
}
.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-text{
  cursor: text;
}
.resize{
  resize: both;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2{
  gap: 0.5rem;
}
.gap-20{
  gap: 5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-20{
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.overflow-hidden{
  overflow: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.text-nowrap{
  text-wrap: nowrap;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(52 29 30 / var(--tw-border-opacity));
}
.border-red{
  --tw-border-opacity: 1;
  border-color: rgb(225 73 74 / var(--tw-border-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(52 29 30 / var(--tw-bg-opacity));
}
.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(38 96 244 / var(--tw-bg-opacity));
}
.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(59 197 121 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 239 / 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-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 200 81 / var(--tw-bg-opacity));
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.bg-center{
  background-position: center;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-20{
  padding: 5rem;
}
.p-6{
  padding: 1.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-heading{
  font-family: IBM Plex Sans, Helvetica, Arial, sans-serif;
}
.font-review{
  font-family: Lora, IBM Plex Sans, Helvetica, Arial, sans-serif;
}
.text-5xl{
  font-size: 3.6rem;
  line-height: 1.1em;
}
.text-\[10vw\]{
  font-size: 10vw;
}
.text-\[25px\]{
  font-size: 25px;
}
.text-base{
  font-size: 0.9rem;
  line-height: 1.5em;
}
.text-lg{
  font-size: 1.1rem;
  line-height: 1.3em;
}
.text-sm{
  font-size: 0.8rem;
  line-height: 1.5em;
}
.text-xl{
  font-size: 1.6rem;
  line-height: 1.3em;
}
.text-xs{
  font-size: 0.7rem;
  line-height: 1.33em;
}
.text-xxs{
  font-size: 0.6rem;
  line-height: 1.33em;
}
.font-bold{
  font-weight: 700;
}
.font-extralight{
  font-weight: 200;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.font-thin{
  font-weight: 100;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.leading-\[1\.1em\]{
  line-height: 1.1em;
}
.leading-\[1\.4em\]{
  line-height: 1.4em;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-tighter{
  letter-spacing: -0.05em;
}
.text-\[\#5b6dd8\]{
  --tw-text-opacity: 1;
  color: rgb(91 109 216 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(52 29 30 / var(--tw-text-opacity));
}
.text-current{
  color: currentColor;
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-orange{
  --tw-text-opacity: 1;
  color: rgb(225 85 62 / var(--tw-text-opacity));
}
.text-realblack{
  --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;
}
.opacity-0{
  opacity: 0;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-60{
  opacity: 0.6;
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  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;
}
.duration-1000{
  transition-duration: 1000ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.will-change-transform{
  will-change: transform;
}
@media (min-width: 768px){
  .md\:heading--md{
    font-size: 1.1rem;
    line-height: 1.3em;
  }
  @media (min-width: 768px){
    .md\:heading--md{
      font-size: 1.6rem;
      line-height: 1.3em;
    }
  }
  @media (min-width: 1280px){
    .md\:heading--md{
      font-size: 1.6rem;
      line-height: 1.3em;
    }
  }
  @media (min-width: 1536px){
    .md\:heading--md{
      font-size: 2rem;
      line-height: 1.1em;
    }
  }
}
.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(52 29 30 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(52 29 30 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:opacity-60:hover{
  opacity: 0.6;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
.group:hover .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 .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\:scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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\:opacity-80{
  opacity: 0.8;
}
.group:hover .group-hover\:opacity-95{
  opacity: 0.95;
}
@media (min-width: 640px){
  .sm\:mb-10{
    margin-bottom: 2.5rem;
  }
  .sm\:mb-28{
    margin-bottom: 7rem;
  }
  .sm\:mb-5{
    margin-bottom: 1.25rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:gap-12{
    gap: 3rem;
  }
  .sm\:p-10{
    padding: 2.5rem;
  }
  .sm\:pt-5{
    padding-top: 1.25rem;
  }
  .sm\:text-2xl{
    font-size: 2rem;
    line-height: 1.1em;
  }
  .sm\:text-base{
    font-size: 0.9rem;
    line-height: 1.5em;
  }
  .sm\:text-lg{
    font-size: 1.1rem;
    line-height: 1.3em;
  }
  .sm\:text-sm{
    font-size: 0.8rem;
    line-height: 1.5em;
  }
  .sm\:text-xl{
    font-size: 1.6rem;
    line-height: 1.3em;
  }
}
@media (min-width: 768px){
  .md\:top-0{
    top: 0px;
  }
  .md\:z-50{
    z-index: 50;
  }
  .md\:order-last{
    order: 9999;
  }
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .md\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .md\:col-start-10{
    grid-column-start: 10;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:-mt-24{
    margin-top: -6rem;
  }
  .md\:-mt-28{
    margin-top: -7rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  .md\:mb-5{
    margin-bottom: 1.25rem;
  }
  .md\:mt-48{
    margin-top: 12rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:w-10{
    width: 2.5rem;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-2{
    gap: 0.5rem;
  }
  .md\:gap-20{
    gap: 5rem;
  }
  .md\:gap-40{
    gap: 10rem;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .md\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:pb-10{
    padding-bottom: 2.5rem;
  }
  .md\:pt-10{
    padding-top: 2.5rem;
  }
  .md\:pt-14{
    padding-top: 3.5rem;
  }
  .md\:pt-20{
    padding-top: 5rem;
  }
  .md\:pt-32{
    padding-top: 8rem;
  }
  .md\:text-base{
    font-size: 0.9rem;
    line-height: 1.5em;
  }
  .md\:text-xl{
    font-size: 1.6rem;
    line-height: 1.3em;
  }
}
@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:order-first{
    order: -9999;
  }
  .lg\:-mt-20{
    margin-top: -5rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:max-w-3\/4{
    max-width: 75%;
  }
  .lg\:max-w-screen-lg{
    max-width: 1024px;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-32{
    gap: 8rem;
  }
  .lg\:gap-5{
    gap: 1.25rem;
  }
  .lg\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .lg\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:text-2xl{
    font-size: 2rem;
    line-height: 1.1em;
  }
  .lg\:text-3xl{
    font-size: 2.4rem;
    line-height: 1.1em;
  }
  .lg\:text-base{
    font-size: 0.9rem;
    line-height: 1.5em;
  }
  .lg\:text-lg{
    font-size: 1.1rem;
    line-height: 1.3em;
  }
  .lg\:text-sm{
    font-size: 0.8rem;
    line-height: 1.5em;
  }
}
@media (min-width: 1280px){
  .xl\:bottom-4{
    bottom: 1rem;
  }
  .xl\:right-4{
    right: 1rem;
  }
  .xl\:max-w-\[850px\]{
    max-width: 850px;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:gap-10{
    gap: 2.5rem;
  }
  .xl\:p-20{
    padding: 5rem;
  }
  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl\:pb-10{
    padding-bottom: 2.5rem;
  }
  .xl\:pt-20{
    padding-top: 5rem;
  }
  .xl\:text-2xl{
    font-size: 2rem;
    line-height: 1.1em;
  }
  .xl\:text-4xl{
    font-size: 3.2rem;
    line-height: 1.1em;
  }
  .xl\:text-lg{
    font-size: 1.1rem;
    line-height: 1.3em;
  }
  .xl\:text-xl{
    font-size: 1.6rem;
    line-height: 1.3em;
  }
}
@media (min-width: 1536px){
  .\32xl\:-mt-36{
    margin-top: -9rem;
  }
  .\32xl\:gap-20{
    gap: 5rem;
  }
  .\32xl\:gap-5{
    gap: 1.25rem;
  }
  .\32xl\:rounded-3xl{
    border-radius: 1.5rem;
  }
  .\32xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .\32xl\:pl-20{
    padding-left: 5rem;
  }
  .\32xl\:text-3xl{
    font-size: 2.4rem;
    line-height: 1.1em;
  }
  .\32xl\:text-base{
    font-size: 0.9rem;
    line-height: 1.5em;
  }
  .\32xl\:text-lg{
    font-size: 1.1rem;
    line-height: 1.3em;
  }
}
@media (min-width: 1800px){
  .\33xl\:gap-32{
    gap: 8rem;
  }
}
@media (min-width: 768px){
  .\[\&\:nth-child\(3n\+2\)\]\:md\:top-12:nth-child(3n+2){
    top: 3rem;
  }
}
@media (min-width: 1536px){
  .\[\&\:nth-child\(3n\+2\)\]\:2xl\:top-12:nth-child(3n+2){
    top: 3rem;
  }
}
@media (min-width: 768px){
  .\[\&\:nth-child\(3n\+3\)\]\:md\:-top-4:nth-child(3n+3){
    top: -1rem;
  }
}
@media (min-width: 1536px){
  .\[\&\:nth-child\(3n\+3\)\]\:2xl\:-top-6:nth-child(3n+3){
    top: -1.5rem;
  }
}
