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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-14 {
  top: 3.5rem;
}

.top-16 {
  top: 4rem;
}

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

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

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

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

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

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

.ml-4 {
  margin-left: 1rem;
}

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

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

.min-h-\[16rem\] {
  min-height: 16rem;
}

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

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

.w-5 {
  width: 1.25rem;
}

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.grow {
  flex-grow: 1;
}

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

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

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

.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-10 {
  gap: 2.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-\[21px\] {
  gap: 21px;
}

.gap-\[50px\] {
  gap: 50px;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

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

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

.border-t {
  border-top-width: 1px;
}

.border-\[\#303F4F\] {
  --tw-border-opacity: 1;
  border-color: rgb(48 63 79 / var(--tw-border-opacity));
}

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

.border-body {
  --tw-border-opacity: 1;
  border-color: rgb(48 63 79 / var(--tw-border-opacity));
}

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

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

.bg-\[\#303F4F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(48 63 79 / var(--tw-bg-opacity));
}

.bg-\[\#DAD9D5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(218 217 213 / var(--tw-bg-opacity));
}

.bg-\[\#F4F1EC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 241 236 / var(--tw-bg-opacity));
}

.bg-\[\#F5F1EB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 241 235 / var(--tw-bg-opacity));
}

.bg-\[\#F5F1EC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 241 236 / var(--tw-bg-opacity));
}

.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-body {
  --tw-bg-opacity: 1;
  background-color: rgb(48 63 79 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 246 / var(--tw-bg-opacity));
}

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

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

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

.p-10 {
  padding: 2.5rem;
}

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

.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.\!py-3\.5 {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}

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

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

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

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

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

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

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

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

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

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

.\!px-\[15px\] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

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

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

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

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

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-5 {
  padding-top: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-primary {
  font-family: Maison Neue;
}

.font-secondary {
  font-family: Apercu Mono;
}

.text-11 {
  font-size: 11px;
  line-height: 14.5px;
}

.text-12 {
  font-size: 12px;
  line-height: 15.5px;
}

.text-13 {
  font-size: 13px;
  line-height: 16px;
}

.text-14 {
  font-size: 14px;
  line-height: 24.5px;
}

.text-15 {
  font-size: 15px;
  line-height: 24.5px;
}

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

.text-18 {
  font-size: 18px;
  line-height: 21px;
}

.text-20 {
  font-size: 20px;
  line-height: 23px;
}

.text-22 {
  font-size: 22px;
  line-height: 26.4px;
}

.text-24 {
  font-size: 24px;
  line-height: 28.8px;
}

.text-30 {
  font-size: 30px;
  line-height: 32px;
}

.text-32 {
  font-size: 32px;
  line-height: 34px;
}

.text-48 {
  font-size: 48px;
  line-height: 51px;
}

.text-64 {
  font-size: 64px;
  line-height: 68px;
}

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

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.leading-7 {
  line-height: 1.75rem;
}

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

.text-\[\#DCCFBF\] {
  --tw-text-opacity: 1;
  color: rgb(220 207 191 / var(--tw-text-opacity));
}

.text-\[\#FF4102\] {
  --tw-text-opacity: 1;
  color: rgb(255 65 2 / var(--tw-text-opacity));
}

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

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

.text-body {
  --tw-text-opacity: 1;
  color: rgb(48 63 79 / var(--tw-text-opacity));
}

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

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

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

.underline-offset-\[5px\] {
  text-underline-offset: 5px;
}

@font-face {
  font-family: "Maison Neue";

  src: url("../assets/fonts/MaisonNeue-Light.woff2");
}

@font-face {
  font-family: "Maison Neue Bold";

  src: url("../assets/fonts/Neue-Bold.woff");
}

/* @font-face {
    font-family: "Maison Neue Bold";
    src: url("https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t1R-tQKr51.woff2");
  } */

@font-face {
  font-family: "Apercu Mono";

  src: url("../assets/fonts/FontsFree-Net-ApercuMono.woff2");
}

h1 {
  font-family: Maison Neue;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  line-height: 115%;
  --tw-text-opacity: 1;
  color: rgb(255 65 2 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 36px;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 1.04px;
  --tw-text-opacity: 1;
  color: rgb(249 255 179 / var(--tw-text-opacity));
}

@media (min-width: 769px) {
  h2 {
    font-size: 52px;
  }
}

.button {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 65 2 / var(--tw-bg-opacity));
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(164 57 29 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-bullet {
}

span.swiper-pagination-bullet {
  border: 2px solid #303F4F;
  opacity: 1;
  background: transparent;
}

.swiper-pagination-bullet-active {
  background: #303F4F !important;
}

.playpause {
  background-image: url("../assets/icons/WhitePlaybutton.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 170px;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
}

.scroll-btn {
  transition: all .5s ease-in-out;
}

@media screen and (max-width: 768px){
  .sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    animation: slide-up .5s forwards;
    z-index: 9999;
  }
}

@keyframes slide-up {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

#section2 button.flickity-button.flickity-prev-next-button {
  display: none;
}

/* FLICKITY QUOTES */

/* enable Flickity by default */

.carousel:after {
  content: 'flickity';
  display: none;
  /* hide :after */
}

@media screen and ( min-width: 1024px ) {
  /* disable Flickity for large devices */

  .carousel:after {
    content: '' !important;
  }
}

button.flickity-button.flickity-prev-next-button.next svg,
button.flickity-button.flickity-prev-next-button.previous svg {
  display: none;
}

button.flickity-button.flickity-prev-next-button.previous:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgOSA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNC4yMzg1MyA2LjAwN0wzLjczMTUzIDYuNTRMMC41NzI1MjcgMy40OThMMy43MzE1MyAwLjQ1Nkw0LjIzODUzIDAuOTg5TDEuOTUwNTMgMy4xNDdMOC40MjQ1MyAzLjE0N1YzLjg2MkwxLjk2MzUzIDMuODYyTDQuMjM4NTMgNi4wMDdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  background: #FF4102;
  width:25px;
  height:25px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1.3);
}

button.flickity-button.flickity-prev-next-button.next:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOSA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNC43NjE0NyAxLjQ5M0w1LjI2ODQ3IDAuOTU5OTk5TDguNDI3NDcgNC4wMDJMNS4yNjg0NyA3LjA0NEw0Ljc2MTQ3IDYuNTExTDcuMDQ5NDcgNC4zNTNMMC41NzU0NzMgNC4zNTNMMC41NzU0NzMgMy42MzhMNy4wMzY0NyAzLjYzOEw0Ljc2MTQ3IDEuNDkzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
  background: #FF4102;
  width:25px;
  height:25px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1.3);
}

.flickity-button:hover {
  background: transparent !important;
}

.flickity-button:focus {
  box-shadow: none !important;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: -10px;
}

.flickity-prev-next-button {
  top: 56%;
}

.scroll-btn {
  transition: all .5s ease-in-out;
}

@media screen and (max-width: 768px){
  .sticky,
  #stickyBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    animation: slide-up .5s forwards;
    z-index: 9999;
    width: 100%;
    text-align: center;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@keyframes slide-up {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

.thick-icon:before {
  content: url(./assets/icons/thickk.svg);
}

.shopify-buy__btn {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 65 2 / var(--tw-bg-opacity));
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (max-width: 768px) {
  .shopify-buy__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.shopify-buy__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(164 57 29 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

body {
  color: #303F4F;
}

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

@media (min-width: 769px) {
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

  .md\:hidden {
    display: none;
  }

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

  .md\:w-6 {
    width: 1.5rem;
  }

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

  .md\:\!px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

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

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

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

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

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

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

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

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

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

  .md\:pt-11 {
    padding-top: 2.75rem;
  }

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

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

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

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

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

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

  .md\:text-14 {
    font-size: 14px;
    line-height: 24.5px;
  }

  .md\:text-18 {
    font-size: 18px;
    line-height: 21px;
  }

  .md\:text-20 {
    font-size: 20px;
    line-height: 23px;
  }

  .md\:text-24 {
    font-size: 24px;
    line-height: 28.8px;
  }

  .md\:text-36 {
    font-size: 36px;
    line-height: 38px;
  }

  .md\:text-44 {
    font-size: 44px;
    line-height: 47px;
  }

  .md\:text-48 {
    font-size: 48px;
    line-height: 51px;
  }

  .md\:text-64 {
    font-size: 64px;
    line-height: 68px;
  }

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

@media (min-width: 1024px) {
  .lg\:left-\[5\%\] {
    left: 5%;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:top-36 {
    top: 9rem;
  }

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

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

@media (min-width: 1130px) {
  .lgl\:mt-\[74px\] {
    margin-top: 74px;
  }

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

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

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

  .lgl\:border-r {
    border-right-width: 1px;
  }

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

  .lgl\:pl-\[90px\] {
    padding-left: 90px;
  }

  .lgl\:pr-\[50px\] {
    padding-right: 50px;
  }

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

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

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

@media (max-width: 768px) {
  .max-md\:-order-1 {
    order: -1;
  }

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

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

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

  .max-md\:flex {
    display: flex;
  }

  .max-md\:hidden {
    display: none;
  }

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

  .max-md\:flex-col {
    flex-direction: column;
  }

  .max-md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .max-md\:items-center {
    align-items: center;
  }

  .max-md\:justify-center {
    justify-content: center;
  }

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

  .max-md\:border-b-\[\#DCCFBF\] {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(220 207 191 / var(--tw-border-opacity));
  }

  .max-md\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .max-md\:object-top {
    -o-object-position: top;
       object-position: top;
  }

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

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

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

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

  .max-md\:pt-\[50px\] {
    padding-top: 50px;
  }

  .max-md\:text-center {
    text-align: center;
  }
}

@media (max-width: 1023px) {
  .max-lg\:hidden {
    display: none;
  }

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

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

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

  .max-lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .max-lg\:pb-\[15px\] {
    padding-bottom: 15px;
  }

  .max-lg\:after\:hidden::after {
    content: var(--tw-content);
    display: none;
  }

  .max-lg\:after\:content-\[\'flickity\'\]::after {
    --tw-content: 'flickity';
    content: var(--tw-content);
  }
}

@media (max-width: 1131px) {
  .max-lgl\:hidden {
    display: none;
  }

  .max-lgl\:justify-center {
    justify-content: center;
  }

  .max-lgl\:text-center {
    text-align: center;
  }
}

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

.\[\&_\.slide\]\:my-0 .slide {
  margin-top: 0px;
  margin-bottom: 0px;
}

.\[\&_\.slide\]\:pl-5 .slide {
  padding-left: 1.25rem;
}

.\[\&_\.slide\]\:pr-5 .slide {
  padding-right: 1.25rem;
}

@media (max-width: 1023px) {
  .max-lg\:\[\&_\.slide\]\:mr-4 .slide {
    margin-right: 1rem;
  }

  .max-lg\:\[\&_\.slide\]\:min-h-full .slide {
    min-height: 100%;
  }

  .max-lg\:\[\&_\.slide\]\:w-\[70\%\] .slide {
    width: 70%;
  }
}

.\[\&_a\]\:flex a {
  display: flex;
}

.\[\&_a\]\:items-center a {
  align-items: center;
}

.\[\&_a\]\:gap-3 a {
  gap: 0.75rem;
}

.\[\&_a\]\:text-16 a {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 769px) {
  .\[\&_a\]\:md\:text-18 a {
    font-size: 18px;
    line-height: 21px;
  }
}

.\[\&_circle\]\:rounded-full circle {
  border-radius: 9999px;
}

.\[\&_circle\]\:border circle {
  border-width: 1px;
}

.\[\&_circle\]\:border-white circle {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.\[\&_circle\]\:p-1 circle {
  padding: 0.25rem;
}

.\[\&_div\]\:font-primary div {
  font-family: Maison Neue;
}

.\[\&_div\]\:text-\[50px\] div {
  font-size: 50px;
}

.\[\&_div\]\:leading-none div {
  line-height: 1;
}

.\[\&_img\]\:h-\[40px\] img {
  height: 40px;
}

.\[\&_img\]\:w-\[240px\] img {
  width: 240px;
}

.\[\&_img\]\:max-w-full img {
  max-width: 100%;
}

.\[\&_img\]\:object-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.\[\&_img\]\:object-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.\[\&_li\]\:pb-2 li {
  padding-bottom: 0.5rem;
}

@media (min-width: 769px) {
  .\[\&_li\]\:md\:pb-4 li {
    padding-bottom: 1rem;
  }
}