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

*, ::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:  ;
}
.btn {
    display: inline-block;
    padding: 1rem 2.25rem;
    border: 1px solid;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    transition: all 300ms ease;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    white-space: nowrap;
  }
.btn:hover {
    opacity: 1;
    border-color: transparent;
  }
.link {
    opacity: 1;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
  }
.link:hover {
    border-color: currentColor;
    opacity: 1;
  }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.right-0 {
  right: 0px;
}
.right-12 {
  right: 3rem;
}
.right-\[5\%\] {
  right: 5%;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-24 {
  top: 6rem;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mt-\[0\.15rem\] {
  margin-top: -0.15rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[3vw\] {
  margin-bottom: 3vw;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-5 {
  height: 1.25rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.min-h-\[calc\(100vh-30px\)\] {
  min-height: calc(100vh - 30px);
}
.w-0 {
  width: 0px;
}
.w-5 {
  width: 1.25rem;
}
.w-\[175px\] {
  width: 175px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[75\%\] {
  width: 75%;
}
.w-\[78\%\] {
  width: 78%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[575px\] {
  max-width: 575px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[985px\] {
  max-width: 985px;
}
.flex-1 {
  flex: 1 1 0%;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.basis-2\/5 {
  flex-basis: 40%;
}
.basis-3\/5 {
  flex-basis: 60%;
}
.basis-full {
  flex-basis: 100%;
}
.-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));
}
.resize {
  resize: both;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-\[3vw\] {
  -moz-column-gap: 3vw;
       column-gap: 3vw;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.self-start {
  align-self: flex-start;
}
.self-stretch {
  align-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(47 45 44 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(247 247 247 / var(--tw-border-opacity));
}
.bg-overlay {
  background-color: rgba(47,45,42,0.1);
}
.bg-sand {
  --tw-bg-opacity: 1;
  background-color: rgb(237 234 230 / var(--tw-bg-opacity));
}
.bg-slate {
  --tw-bg-opacity: 1;
  background-color: rgb(130 144 147 / var(--tw-bg-opacity));
}
.bg-wine {
  --tw-bg-opacity: 1;
  background-color: rgb(82 53 54 / var(--tw-bg-opacity));
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.p-14 {
  padding: 3.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[10\%\] {
  padding-left: 10%;
  padding-right: 10%;
}
.px-\[5\%\] {
  padding-left: 5%;
  padding-right: 5%;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[7\.5\%\] {
  padding-top: 7.5%;
  padding-bottom: 7.5%;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-\[5\%\] {
  padding-left: 5%;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-\[5\%\] {
  padding-right: 5%;
}
.pr-\[7\.5\%\] {
  padding-right: 7.5%;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-aalto {
  font-family: Aalto, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[1\.4rem\] {
  font-size: 1.4rem;
}
.text-\[1\.6rem\] {
  font-size: 1.6rem;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.32\] {
  line-height: 1.32;
}
.tracking-\[\.01em\] {
  letter-spacing: .01em;
}
.tracking-\[\.15em\] {
  letter-spacing: .15em;
}
.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(47 45 44 / var(--tw-text-opacity));
}
.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(247 247 247 / var(--tw-text-opacity));
}
.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-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/***
    The new CSS reset - version 1.5.1 (last updated 1.3.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset

    05.17.2022 - added some items from github.com/necolas/normalize.css (JW)
***/
/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/**
 * Remove the margin in all browsers (opinionated).
 */
html,
body {
  margin: 0;
}
img,
figure {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
/* Prevent words wrapping in anchor links */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
}
/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
}
/**
 * Remove margin & padding from lists
 */
ul,
ol,
menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Forms
   ========================================================================== */
/**
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input,
select {
  /* 1 */
  overflow: visible;
  -webkit-appearance: none;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  box-sizing: border-box; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-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 */
}
/* For images to not be able to exceed their container */
img {
  max-width: 100%;
  width: 100%;
}
/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}
/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}
/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}
/* reset default text opacity of input placeholder */
::-moz-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}
/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}
/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}
/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}
.scrollbar-design::-webkit-scrollbar {
  width: 0;
  height: 0;
}
*,
::before,
::after,
img {
  border-width: 0;
  border-style: solid;
  border-color: rgba(36, 35, 35, 0.5);
}
@font-face {
  font-family: "Aalto";
  src: url("../fonts/AaltoSansPro-Regular.woff2") format("woff2"), url("../fonts/AaltoSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Portrait";
  src: url("../fonts/Portrait-Light.woff2") format("woff2"), url("../fonts/Portrait-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Portrait";
  src: url("../fonts/Portrait-LightItalic.woff2") format("woff2"), url("../fonts/Portrait-LightItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/**
 * Sets a media query for the specified breakpoint
 *
 * Accepts:
 * - $media-query: {String} Breakpoint variable (list found in variables.scss)
 *
 * Usage:
 * .selector {
 *   @include media-query($medium-up) {
 *     color: red;
 *   }
 * }
 */
a,
.a {
  color: #2f2d2c;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover,
.a:hover {
  opacity: 0.7;
}
a.link,
.a.link {
  opacity: 1;
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
}
a.link:hover,
.a.link:hover {
  border-color: currentColor;
  opacity: 1;
}
a.link-reverse,
.a.link-reverse {
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
}
a.link-reverse:hover,
.a.link-reverse:hover {
  border-color: transparent;
  color: #2f2d2c;
}
a:focus,
.a:focus {
  outline: 1px dashed #829093;
  outline-offset: 1rem;
}
a:link,
.a:link {
  -webkit-tap-highlight-color: #5e6d70;
}
.a--block {
  display: block;
}
.a--subtle {
  color: inherit;
  text-decoration: none;
}
.a--no-hover {
  cursor: default;
}
.a--no-hover:hover {
  color: #2f2d2c;
}
.btn {
  display: inline-block;
  padding: 1rem 2.25rem;
  border: 1px solid;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  transition: all 300ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.btn:hover {
  opacity: 1;
  border-color: transparent;
}
.btn:disabled {
  background-color: rgba(36, 35, 35, 0.2);
  cursor: not-allowed;
}
.btn:disabled:hover {
  background-color: rgba(36, 35, 35, 0.2);
}
form {
  margin: 0;
}
form input[type=email],
form input[type=text] {
  background-color: transparent;
  border: none;
}
a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
input,
select {
  color: #2f2d2c;
  font-family: "Portrait", "times new roman", times, serif;
  font-size: 1.5rem;
}
input.placeholder,
select.placeholder {
  color: #2f2d2c;
  font-family: "Portrait", "times new roman", times, serif;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}
input#placeholder,
select#placeholder {
  color: #2f2d2c;
  font-family: "Portrait", "times new roman", times, serif;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #2f2d2c;
  font-family: "Portrait", "times new roman", times, serif;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}
input:-moz-placeholder,
select:-moz-placeholder {
  color: #2f2d2c;
  font-family: "Portrait", "times new roman", times, serif;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}
input::-moz-placeholder,
select::-moz-placeholder {
  color: #2f2d2c;
  font-family: "Portrait", "times new roman", times, serif;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #2f2d2c;
  font-family: "Portrait", "times new roman", times, serif;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}
input,
textarea,
select {
  max-width: 100%;
  border-radius: 0;
  background-color: transparent;
}
input[disabled],
textarea[disabled],
select[disabled] {
  border-color: rgba(36, 35, 35, 0.2);
  background-color: rgba(36, 35, 35, 0.2);
  cursor: default;
}
button,
input[type=submit],
label[for] {
  cursor: pointer;
}
textarea {
  width: 100%;
  min-height: 100px;
  color: #2f2d2c;
  font-family: "Portrait", "times new roman", times, serif;
  font-size: 1.5rem;
  resize: none;
}
textarea.placeholder {
  color: #2f2d2c;
  font-family: "Portrait", "times new roman", times, serif;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}
textarea#placeholder {
  color: #2f2d2c;
  font-family: "Portrait", "times new roman", times, serif;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}
textarea::-webkit-input-placeholder {
  color: #2f2d2c;
  font-family: "Portrait", "times new roman", times, serif;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}
textarea:-moz-placeholder {
  color: #2f2d2c;
  font-family: "Portrait", "times new roman", times, serif;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}
textarea::-moz-placeholder {
  color: #2f2d2c;
  font-family: "Portrait", "times new roman", times, serif;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}
textarea:-ms-input-placeholder {
  color: #2f2d2c;
  font-family: "Portrait", "times new roman", times, serif;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}
select::-ms-expand {
  display: none;
}
option {
  background-color: #f7f7f7;
  color: #2f2d2c;
}
.input-error {
  border-color: #C66A54;
  background-color: #f7f7f7;
  color: #2f2d2c;
}
.mc4wp-form-fields input[type=email] {
  width: 300px;
  margin-right: 1rem;
  color: #f7f7f7;
  font-family: "Portrait", "times new roman", times, serif;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
.mc4wp-form-fields input[type=email].placeholder {
  color: #f7f7f7;
  font-family: "Portrait", "times new roman", times, serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.mc4wp-form-fields input[type=email]#placeholder {
  color: #f7f7f7;
  font-family: "Portrait", "times new roman", times, serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.mc4wp-form-fields input[type=email]::-webkit-input-placeholder {
  color: #f7f7f7;
  font-family: "Portrait", "times new roman", times, serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.mc4wp-form-fields input[type=email]:-moz-placeholder {
  color: #f7f7f7;
  font-family: "Portrait", "times new roman", times, serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.mc4wp-form-fields input[type=email]::-moz-placeholder {
  color: #f7f7f7;
  font-family: "Portrait", "times new roman", times, serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.mc4wp-form-fields input[type=email]:-ms-input-placeholder {
  color: #f7f7f7;
  font-family: "Portrait", "times new roman", times, serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.mc4wp-form-fields input[type=submit] {
  color: #f7f7f7;
}
.s-contact .wpcf7 .wpcf7-form-control-wrap {
  position: static;
  overflow: hidden;
}
.s-contact .wpcf7 .input-row {
  margin-bottom: 3.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(36, 35, 35, 0.5);
}
.s-contact .wpcf7 .input-row .column {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .s-contact .wpcf7 .input-row .column {
    width: 100%;
  }
  .s-contact .wpcf7 .input-row .column:first-of-type {
    margin-bottom: 3.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(36, 35, 35, 0.5);
  }
}
.s-contact .wpcf7 .input-row label {
  margin-right: 1rem;
  font-size: 2rem;
  font-size: clamp(1.8rem, 1.5vw, 2rem);
  white-space: nowrap;
}
.s-contact .wpcf7 .input-row input {
  padding-bottom: 2px;
}
.s-contact .wpcf7 .textarea-row {
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(36, 35, 35, 0.5);
}
.s-contact .wpcf7 .textarea-row label {
  margin-right: 1rem;
  font-size: 2rem;
  font-size: clamp(1.8rem, 1.5vw, 2rem);
  white-space: nowrap;
}
.s-contact .wpcf7 .textarea-row textarea {
  margin-top: 1rem;
}
.s-contact .wpcf7 .form-submit {
  text-align: right;
}
.s-contact .wpcf7 .form-submit input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 45px;
  background-color: #5e6d70;
  color: #f7f7f7;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-family: "Portrait", "times new roman", times, serif;
  font-size: 1.4rem;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  transition: all 300ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.s-contact .wpcf7 .form-submit input:hover {
  opacity: 0.8;
}
.s-contact .wpcf7 .wpcf7-spinner {
  display: none;
}
.s-contact .wpcf7 form.submitting .wpcf7-spinner {
  display: inline-block;
}
html {
  box-sizing: border-box;
  background: #f7f7f7;
  background-color: #f7f7f7;
  overflow-y: scroll;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  color: #2f2d2c;
  -webkit-text-size-adjust: none;
}
html.nav-is-open {
  overflow: hidden;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  background-color: #f7f7f7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}
.rte p {
  margin-bottom: 1.8rem;
  margin-bottom: clamp(1.5rem, 1.2vw, 1.8rem);
}
.rte p:last-of-type {
  margin-bottom: 0;
}
.rte h1 {
  margin-bottom: 3.4rem;
  margin-bottom: clamp(2.9rem, 2vw, 4.2rem);
}
.rte h1 a,
.rte h2 a,
.rte h3 a,
.rte h4 a,
.rte p a {
  border-bottom: 1px solid currentColor;
}
.rte h1 a:hover,
.rte h2 a:hover,
.rte h3 a:hover,
.rte h4 a:hover,
.rte p a:hover {
  border-color: rgba(36, 35, 35, 0.5);
}
.rte ul {
  margin-top: 1.8rem;
  margin-top: clamp(1.5rem, 1.2vw, 1.8rem);
  list-style-type: none;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.rte ul li {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 1.225vw, 1.8rem);
  line-height: 1.25;
  letter-spacing: 0.035rem;
}
.rte ul li::marker {
  font-size: 1.4rem;
}
@media only screen and (max-width: 990px) {
  .rte ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.rte-sm p {
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  margin-bottom: 1.6rem;
  margin-bottom: clamp(1.4rem, 1.15vw, 1.6rem);
}
.rte-sm p:last-of-type {
  margin-bottom: 0;
}
html {
  font-size: 10px;
}
body {
  color: #2f2d2c;
  font-family: "Portrait", "times new roman", times, serif;
  font-size: 1.6rem;
}
h1,
.h1 {
  font-size: 5.2rem;
  font-size: clamp(3.8rem, 3vw, 5.2rem);
  line-height: 1.05em;
}
h1.sm,
.h1.sm {
  font-size: 4.2rem;
  font-size: clamp(3.1rem, 2.75vw, 4.2rem);
  line-height: 1.15;
}
h2,
.h2 {
  font-size: 3.2rem;
  font-size: clamp(2.8rem, 2.2vw, 3.2rem);
  letter-spacing: 0.01rem;
  line-height: 1.2;
}
h2.sm,
.h2.sm {
  font-size: 3rem;
  font-size: clamp(2.6rem, 2vw, 3rem);
}
h2.lg,
.h2.lg {
  font-size: 4.2rem;
  font-size: clamp(3.1rem, 2.75vw, 4.2rem);
  line-height: 1.15;
}
h3,
.h3 {
  font-family: "Aalto", helvetica, arial, sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
h4,
.h4 {
  font-size: 2.6rem;
  font-size: clamp(2.3rem, 1.7vw, 2.8rem);
  letter-spacing: 0.01rem;
}
p,
.p {
  font-size: 1.9rem;
  font-size: clamp(1.6rem, 1.5vw, 2.1rem);
  line-height: 1.35;
  letter-spacing: 0.01rem;
}
p.sm,
.p.sm {
  font-size: 1.7rem;
  font-size: clamp(1.5rem, 1.45vw, 1.9rem);
}
ol {
  list-style-type: none;
  list-style-position: inside;
  counter-reset: item;
}
ol li {
  position: relative;
}
ol li::before {
  position: absolute;
  left: 0;
  counter-increment: item;
}
@media only screen and (max-width: 640px) {
  br {
    display: none;
  }
}
.b-hero__text p {
  font-size: 5.2rem;
  font-size: clamp(3.8rem, 3vw, 5.2rem);
  line-height: 1.05em;
}
.a-single-project .b-heading {
  text-align: center;
}
.a-single-project p {
  max-width: 715px;
  width: 85%;
  margin: 0 auto 1.6rem;
  text-align: center;
}
.a-single-project p:last-of-type {
  margin-bottom: 0;
}
.page-id-1394 .site-main section:first-of-type {
  margin-top: 0;
}
.slick-slide img {
  display: inline-block;
}
@media not all and (min-width: 768px) {
  .max-md\:btn {
    display: inline-block;
    padding: 1rem 2.25rem;
    border: 1px solid;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    transition: all 300ms ease;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    white-space: nowrap;
  }
  .max-md\:btn:hover {
    opacity: 1;
    border-color: transparent;
  }
}
@media (min-width: 768px) {
  .md\:link {
    opacity: 1;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
  }
  .md\:link:hover {
    border-color: currentColor;
    opacity: 1;
  }
}
.first\:font-portrait:first-child {
  font-family: Portrait, serif;
}
.first\:text-\[1\.9rem\]:first-child {
  font-size: 1.9rem;
}
.first\:lowercase:first-child {
  text-transform: lowercase;
}
.first\:italic:first-child {
  font-style: italic;
}
.first\:tracking-\[0\.025em\]:first-child {
  letter-spacing: 0.025em;
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.hover\:border-grey:hover {
  border-color: rgba(47,45,42,0.7);
}
.hover\:text-grey:hover {
  color: rgba(47,45,42,0.7);
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.focus\:border-grey:focus {
  border-color: rgba(47,45,42,0.7);
}
.focus\:text-grey:focus {
  color: rgba(47,45,42,0.7);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 247 247 / var(--tw-ring-opacity));
}
.group:hover .group-hover\:border-black {
  --tw-border-opacity: 1;
  border-color: rgb(47 45 44 / var(--tw-border-opacity));
}
@media not all and (min-width: 1280px) {

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

  .max-xl\:gap-x-\[10vw\] {
    -moz-column-gap: 10vw;
         column-gap: 10vw;
  }
}
@media not all and (min-width: 1024px) {

  .max-lg\:self-center {
    align-self: center;
  }
}
@media not all and (min-width: 900px) {

  .max-ml\:mt-12 {
    margin-top: 3rem;
  }
}
@media not all and (min-width: 768px) {

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

  .max-md\:pt-8 {
    padding-top: 2rem;
  }

  .max-md\:text-\[1\.2rem\] {
    font-size: 1.2rem;
  }

  .max-md\:text-\[1\.3rem\] {
    font-size: 1.3rem;
  }
}
@media not all and (min-width: 640px) {

  .max-sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

  .max-sm\:mt-12 {
    margin-top: 3rem;
  }

  .max-sm\:mt-16 {
    margin-top: 4rem;
  }

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

  .max-sm\:text-center {
    text-align: center;
  }
}
@media (min-width: 640px) {

  .sm\:relative {
    position: relative;
  }

  .sm\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .sm\:row-start-5 {
    grid-row-start: 5;
  }

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

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

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:max-h-\[280px\] {
    max-height: 280px;
  }

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

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

  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:gap-y-8 {
    row-gap: 2rem;
  }

  .sm\:self-center {
    align-self: center;
  }

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

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:pr-\[7\.5\%\] {
    padding-right: 7.5%;
  }
}
@media (min-width: 768px) {

  .md\:static {
    position: static;
  }

  .md\:right-16 {
    right: 4rem;
  }

  .md\:top-28 {
    top: 7rem;
  }

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

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

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

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

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

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

  .md\:basis-2\/5 {
    flex-basis: 40%;
  }

  .md\:basis-3\/5 {
    flex-basis: 60%;
  }

  .md\:basis-\[70\%\] {
    flex-basis: 70%;
  }

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

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

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

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

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

  .md\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

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

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

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

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

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

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

  .md\:pl-\[2\.5\%\] {
    padding-left: 2.5%;
  }

  .md\:pl-\[5\%\] {
    padding-left: 5%;
  }

  .md\:pr-\[10\%\] {
    padding-right: 10%;
  }

  .md\:pr-\[5\%\] {
    padding-right: 5%;
  }

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

  .md\:text-\[1\.6rem\] {
    font-size: 1.6rem;
  }

  .md\:text-black {
    --tw-text-opacity: 1;
    color: rgb(47 45 44 / var(--tw-text-opacity));
  }
}
@media (min-width: 900px) {

  .ml\:block {
    display: block;
  }

  .ml\:flex {
    display: flex;
  }

  .ml\:hidden {
    display: none;
  }

  @media not all and (min-width: 1280px) {

    .ml\:max-xl\:flex {
      display: flex;
    }

    .ml\:max-xl\:gap-x-\[7vw\] {
      -moz-column-gap: 7vw;
           column-gap: 7vw;
    }
  }
}
@media (min-width: 1024px) {

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

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

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

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

  .lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-3 {
    grid-row-start: 3;
  }

  .lg\:row-start-5 {
    grid-row-start: 5;
  }

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

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

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

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

  .lg\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

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

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:basis-2\/5 {
    flex-basis: 40%;
  }

  .lg\:basis-3\/5 {
    flex-basis: 60%;
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

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

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

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

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

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

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

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

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:py-\[2\.5vh\] {
    padding-top: 2.5vh;
    padding-bottom: 2.5vh;
  }

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

  .lg\:pl-\[2\.5\%\] {
    padding-left: 2.5%;
  }

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

  .lg\:pr-\[10\%\] {
    padding-right: 10%;
  }

  .lg\:pr-\[25\%\] {
    padding-right: 25%;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:text-left {
    text-align: left;
  }
}
@media (min-width: 1280px) {

  .xl\:right-20 {
    right: 5rem;
  }

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

  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

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

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

  .xl\:flex {
    display: flex;
  }

  .xl\:max-h-\[450px\] {
    max-height: 450px;
  }

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

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

  .xl\:gap-y-12 {
    row-gap: 3rem;
  }

  .xl\:gap-y-\[10vh\] {
    row-gap: 10vh;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

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

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:pl-\[2\.5\%\] {
    padding-left: 2.5%;
  }

  .xl\:pl-\[7\%\] {
    padding-left: 7%;
  }

  .xl\:pr-\[10\%\] {
    padding-right: 10%;
  }

  .xl\:pr-\[35\%\] {
    padding-right: 35%;
  }
}
@media (min-width: 1536px) {

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