/*! tailwindcss v2.2.15 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

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

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

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

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

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

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Satoshi, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    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 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--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-transform: translateX(var(--tw-translate-x)) translateY(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));
	border-color: currentColor;
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-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);
}

.form-checkbox,.form-radio {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	--tw-shadow: 0 0 #0000;
}

.form-checkbox {
	border-radius: 0px;
}

.form-checkbox:focus,.form-radio:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--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);
}

.form-checkbox:checked,.form-radio:checked {
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.form-checkbox:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
	border-color: transparent;
	background-color: currentColor;
}

.form-checkbox:indeterminate {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
	border-color: transparent;
	background-color: currentColor;
}
  @font-face {
    font-family: "Satoshi";
    src: url("../themes/bozzo/assets/fonts/satoshi/satoshi-bold.woff2") format("woff2"),
      url("../themes/bozzo/assets/fonts/satoshi/satoshi-bold.woff") format("woff");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: "Satoshi";
    src: url("../themes/bozzo/assets/fonts/satoshi/satoshi-medium.woff2") format("woff2"),
      url("../themes/bozzo/assets/fonts/satoshi/satoshi-medium.woff") format("woff");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: "Satoshi";
    src: url("../themes/bozzo/assets/fonts/satoshi/satoshi-regular.woff2") format("woff2"),
      url("../themes/bozzo/assets/fonts/satoshi/satoshi-regular.woff") format("woff");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: "Satoshi";
    src: url("../themes/bozzo/assets/fonts/satoshi/satoshi-light.woff2") format("woff2"),
      url("../themes/bozzo/assets/fonts/satoshi/satoshi-light.woff") format("woff");
    font-weight: 300;
    font-display: swap;
    font-style: normal;
  }

  @font-face {
    font-family: "Chronicle Display";
    src: url("../themes/bozzo/assets/fonts/chronicle-display/chronicle-display-light.woff2")
        format("woff2"),
      url("../themes/bozzo/assets/fonts/chronicle-display/chronicle-display-light.woff")
        format("woff");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: "Chronicle Display";
    src: url("../themes/bozzo/assets/fonts/chronicle-display/chronicle-display-extra-light.woff2")
        format("woff2"),
      url("../themes/bozzo/assets/fonts/chronicle-display/chronicle-display-extra-light.woff")
        format("woff");
    font-weight: 300;
    font-display: swap;
    font-style: normal;
  }
.container {
	width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

	.container {
		max-width: 1536px;
	}
}
.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.aspect-w-1 {
	--tw-aspect-w: 1;
}
.aspect-w-3 {
	--tw-aspect-w: 3;
}
.aspect-w-4 {
	--tw-aspect-w: 4;
}
.aspect-w-5 {
	--tw-aspect-w: 5;
}
.aspect-w-8 {
	--tw-aspect-w: 8;
}
.aspect-h-1 {
	--tw-aspect-h: 1;
}
.aspect-h-3 {
	--tw-aspect-h: 3;
}
.aspect-h-4 {
	--tw-aspect-h: 4;
}
.aspect-h-5 {
	--tw-aspect-h: 5;
}
.aspect-h-9 {
	--tw-aspect-h: 9;
}
.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;
}
.pointer-events-none {
	pointer-events: none;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.inset-x-0 {
	left: 0px;
	right: 0px;
}
.top-0 {
	top: 0px;
}
.left-0 {
	left: 0px;
}
.top-6 {
	top: 1.5rem;
}
.right-8 {
	right: 2rem;
}
.top-48 {
	top: 12rem;
}
.left-36 {
	left: 9rem;
}
.-bottom-16 {
	bottom: -4rem;
}
.-left-10 {
	left: -2.5rem;
}
.top-16 {
	top: 4rem;
}
.left-20 {
	left: 5rem;
}
.-bottom-14 {
	bottom: -3.5rem;
}
.bottom-2\.5 {
	bottom: 0.625rem;
}
.bottom-2 {
	bottom: 0.5rem;
}
.bottom-0 {
	bottom: 0px;
}
.top-2\.5 {
	top: 0.625rem;
}
.right-2\.5 {
	right: 0.625rem;
}
.top-2 {
	top: 0.5rem;
}
.right-2 {
	right: 0.5rem;
}
.top-8 {
	top: 2rem;
}
.-right-4 {
	right: -1rem;
}
.top-3 {
	top: 0.75rem;
}
.right-3 {
	right: 0.75rem;
}
.right-0 {
	right: 0px;
}
.top-1 {
	top: 0.25rem;
}
.top-10 {
	top: 2.5rem;
}
.top-4 {
	top: 1rem;
}
.top-7 {
	top: 1.75rem;
}
.top-1\/2 {
	top: 50%;
}
.right-32 {
	right: 8rem;
}
.left-32 {
	left: 8rem;
}
.z-50 {
	z-index: 50;
}
.z-20 {
	z-index: 20;
}
.z-40 {
	z-index: 40;
}
.z-10 {
	z-index: 10;
}
.z-60 {
	z-index: 60;
}
.col-span-5 {
	grid-column: span 5 / span 5;
}
.col-span-3 {
	grid-column: span 3 / span 3;
}
.col-span-4 {
	grid-column: span 4 / span 4;
}
.col-span-7 {
	grid-column: span 7 / span 7;
}
.col-span-6 {
	grid-column: span 6 / span 6;
}
.col-start-1 {
	grid-column-start: 1;
}
.col-start-6 {
	grid-column-start: 6;
}
.col-start-9 {
	grid-column-start: 9;
}
.col-start-10 {
	grid-column-start: 10;
}
.col-start-7 {
	grid-column-start: 7;
}
.row-span-3 {
	grid-row: span 3 / span 3;
}
.row-span-2 {
	grid-row: span 2 / span 2;
}
.row-span-4 {
	grid-row: span 4 / span 4;
}
.row-start-1 {
	grid-row-start: 1;
}
.row-start-4 {
	grid-row-start: 4;
}
.row-start-3 {
	grid-row-start: 3;
}
.float-right {
	float: right;
}
.m-0 {
	margin: 0px;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-24 {
	margin-top: 6rem;
	margin-bottom: 6rem;
}
.mx-1 {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mt-14 {
	margin-top: 3.5rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.mt-0\.5 {
	margin-top: 0.125rem;
}
.mt-0 {
	margin-top: 0px;
}
.mt-2\.5 {
	margin-top: 0.625rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mt-7 {
	margin-top: 1.75rem;
}
.mt-20 {
	margin-top: 5rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.ml-auto {
	margin-left: auto;
}
.-mt-16 {
	margin-top: -4rem;
}
.ml-2\.5 {
	margin-left: 0.625rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.ml-7 {
	margin-left: 1.75rem;
}
.ml-1 {
	margin-left: 0.25rem;
}
.ml-3\.5 {
	margin-left: 0.875rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.ml-4 {
	margin-left: 1rem;
}
.ml-32 {
	margin-left: 8rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.ml-6 {
	margin-left: 1.5rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mt-1\.5 {
	margin-top: 0.375rem;
}
.-mt-2 {
	margin-top: -0.5rem;
}
.mt-16 {
	margin-top: 4rem;
}
.mt-24 {
	margin-top: 6rem;
}
.ml-5 {
	margin-left: 1.25rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mr-10 {
	margin-right: 2.5rem;
}
.mt-12 {
	margin-top: 3rem;
}
.-ml-4 {
	margin-left: -1rem;
}
.ml-16 {
	margin-left: 4rem;
}
.ml-14 {
	margin-left: 3.5rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.ml-12 {
	margin-left: 3rem;
}
.ml-0 {
	margin-left: 0px;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-screen {
	height: 100vh;
}
.h-full {
	height: 100%;
}
.h-32 {
	height: 8rem;
}
.h-7 {
	height: 1.75rem;
}
.h-\[400px\] {
	height: 400px;
}
.h-28 {
	height: 7rem;
}
.h-96 {
	height: 24rem;
}
.h-1\/2 {
	height: 50%;
}
.h-4 {
	height: 1rem;
}
.h-8 {
	height: 2rem;
}
.h-5 {
	height: 1.25rem;
}
.h-\[480px\] {
	height: 480px;
}
.h-64 {
	height: 16rem;
}
.h-3 {
	height: 0.75rem;
}
.h-2\.5 {
	height: 0.625rem;
}
.h-2 {
	height: 0.5rem;
}
.h-3\.5 {
	height: 0.875rem;
}
.h-6 {
	height: 1.5rem;
}
.h-10 {
	height: 2.5rem;
}
.h-0\.5 {
	height: 0.125rem;
}
.h-0 {
	height: 0px;
}
.h-40 {
	height: 10rem;
}
.h-48 {
	height: 12rem;
}
.h-\[360px\] {
	height: 360px;
}
.h-56 {
	height: 14rem;
}
.max-h-\[1024px\] {
	max-height: 1024px;
}
.min-h-screen {
	min-height: 100vh;
}
.w-screen {
	width: 100vw;
}
.w-full {
	width: 100%;
}
.w-\[37\%\] {
	width: 37%;
}
.w-36 {
	width: 9rem;
}
.w-7 {
	width: 1.75rem;
}
.w-\[48\%\] {
	width: 48%;
}
.w-\[52\%\] {
	width: 52%;
}
.w-6 {
	width: 1.5rem;
}
.w-2\/3 {
	width: 66.666667%;
}
.w-5 {
	width: 1.25rem;
}
.w-1\/2 {
	width: 50%;
}
.w-3\/5 {
	width: 60%;
}
.w-max {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.w-4 {
	width: 1rem;
}
.w-80 {
	width: 20rem;
}
.w-56 {
	width: 14rem;
}
.w-10 {
	width: 2.5rem;
}
.w-5\/6 {
	width: 83.333333%;
}
.w-12 {
	width: 3rem;
}
.w-40 {
	width: 10rem;
}
.w-10\/12 {
	width: 83.333333%;
}
.w-5\/12 {
	width: 41.666667%;
}
.w-96 {
	width: 24rem;
}
.max-w-\[1200px\] {
	max-width: 1200px;
}
.max-w-xl {
	max-width: 36rem;
}
.max-w-lg {
	max-width: 32rem;
}
.max-w-sm {
	max-width: 24rem;
}
.max-w-md {
	max-width: 28rem;
}
.max-w-6xl {
	max-width: 72rem;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-\[2\] {
	flex: 2;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.flex-grow {
	flex-grow: 1;
}
.translate-x-7 {
	--tw-translate-x: 1.75rem;
	transform: var(--tw-transform);
}
.translate-x-0 {
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}
.translate-x-6 {
	--tw-translate-x: 1.5rem;
	transform: var(--tw-transform);
}
.-rotate-90 {
	--tw-rotate: -90deg;
	transform: var(--tw-transform);
}
.rotate-180 {
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}
.rotate-0 {
	--tw-rotate: 0deg;
	transform: var(--tw-transform);
}
.rotate-90 {
	--tw-rotate: 90deg;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
.cursor-pointer {
	cursor: pointer;
}
.auto-rows-fr {
	grid-auto-rows: minmax(0, 1fr);
}
.grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.place-items-start {
	place-items: start;
}
.items-start {
	align-items: flex-start;
}
.items-center {
	align-items: center;
}
.items-baseline {
	align-items: baseline;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-8 {
	gap: 2rem;
}
.gap-2 {
	gap: 0.5rem;
}
.gap-y-2 {
	row-gap: 0.5rem;
}
.gap-y-1 {
	row-gap: 0.25rem;
}
.gap-y-8 {
	row-gap: 2rem;
}
.space-y-14 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1rem * var(--tw-space-x-reverse));
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.25rem * var(--tw-space-x-reverse));
	margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-x-reverse: 0;
	border-right-width: calc(1px * var(--tw-divide-x-reverse));
	border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-blue\/20 > :not([hidden]) ~ :not([hidden]) {
	border-color: rgba(33, 55, 81, 0.2);
}
.divide-snow\/10 > :not([hidden]) ~ :not([hidden]) {
	border-color: rgba(255, 253, 250, 0.1);
}
.divide-snow\/20 > :not([hidden]) ~ :not([hidden]) {
	border-color: rgba(255, 253, 250, 0.2);
}
.divide-blue\/10 > :not([hidden]) ~ :not([hidden]) {
	border-color: rgba(33, 55, 81, 0.1);
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-visible {
	overflow: visible;
}
.overflow-y-auto {
	overflow-y: auto;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
.overflow-x-scroll {
	overflow-x: scroll;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.rounded-3xl {
	border-radius: 1.5rem;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-xl {
	border-radius: 0.75rem;
}
.rounded-t-full {
	border-top-left-radius: 9999px;
	border-top-right-radius: 9999px;
}
.rounded-r-full {
	border-top-right-radius: 9999px;
	border-bottom-right-radius: 9999px;
}
.rounded-t-3xl {
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
}
.border-2 {
	border-width: 2px;
}
.border {
	border-width: 1px;
}
.border-t-2 {
	border-top-width: 2px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-gold {
	--tw-border-opacity: 1;
	border-color: rgba(180, 155, 87, var(--tw-border-opacity));
}
.border-snow\/50 {
	border-color: rgba(255, 253, 250, 0.5);
}
.border-snow {
	--tw-border-opacity: 1;
	border-color: rgba(255, 253, 250, var(--tw-border-opacity));
}
.border-blue\/30 {
	border-color: rgba(33, 55, 81, 0.3);
}
.border-white\/80 {
	border-color: rgba(255, 255, 255, 0.8);
}
.border-blue {
	--tw-border-opacity: 1;
	border-color: rgba(33, 55, 81, var(--tw-border-opacity));
}
.border-gray {
	--tw-border-opacity: 1;
	border-color: rgba(83, 83, 83, var(--tw-border-opacity));
}
.border-opacity-10 {
	--tw-border-opacity: 0.1;
}
.border-opacity-50 {
	--tw-border-opacity: 0.5;
}
.bg-snow {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 253, 250, var(--tw-bg-opacity));
}
.bg-black\/70 {
	background-color: rgba(0, 0, 0, 0.7);
}
.bg-cream {
	--tw-bg-opacity: 1;
	background-color: rgba(252, 247, 240, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-blue {
	--tw-bg-opacity: 1;
	background-color: rgba(33, 55, 81, var(--tw-bg-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-gray\/30 {
	background-color: rgba(83, 83, 83, 0.3);
}
.bg-snow\/80 {
	background-color: rgba(255, 253, 250, 0.8);
}
.bg-gold {
	--tw-bg-opacity: 1;
	background-color: rgba(180, 155, 87, var(--tw-bg-opacity));
}
.bg-gray\/50 {
	background-color: rgba(83, 83, 83, 0.5);
}
.bg-gradient-to-t {
	background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-blue\/60 {
	--tw-gradient-from: rgba(33, 55, 81, 0.6);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 55, 81, 0));
}
.from-blue {
	--tw-gradient-from: #213751;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 55, 81, 0));
}
.to-transparent {
	--tw-gradient-to: transparent;
}
.stroke-current {
	stroke: currentColor;
}
.stroke-2 {
	stroke-width: 2;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.object-center {
	-o-object-position: center;
	   object-position: center;
}
.p-0\.5 {
	padding: 0.125rem;
}
.p-0 {
	padding: 0px;
}
.p-2\.5 {
	padding: 0.625rem;
}
.p-2 {
	padding: 0.5rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.py-14 {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}
.px-2\.5 {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.px-3\.5 {
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.py-0\.5 {
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}
.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.py-24 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-2\.5 {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.px-7 {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}
.py-3\.5 {
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.pt-20 {
	padding-top: 5rem;
}
.pl-10 {
	padding-left: 2.5rem;
}
.pb-5 {
	padding-bottom: 1.25rem;
}
.pt-16 {
	padding-top: 4rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pr-3 {
	padding-right: 0.75rem;
}
.pl-3 {
	padding-left: 0.75rem;
}
.pt-3\.5 {
	padding-top: 0.875rem;
}
.pt-3 {
	padding-top: 0.75rem;
}
.pr-3\.5 {
	padding-right: 0.875rem;
}
.pl-3\.5 {
	padding-left: 0.875rem;
}
.pb-20 {
	padding-bottom: 5rem;
}
.pt-10 {
	padding-top: 2.5rem;
}
.pb-14 {
	padding-bottom: 3.5rem;
}
.pt-14 {
	padding-top: 3.5rem;
}
.pb-16 {
	padding-bottom: 4rem;
}
.pr-12 {
	padding-right: 3rem;
}
.pr-2 {
	padding-right: 0.5rem;
}
.pl-2 {
	padding-left: 0.5rem;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.pb-2\.5 {
	padding-bottom: 0.625rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pt-2\.5 {
	padding-top: 0.625rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pt-5 {
	padding-top: 1.25rem;
}
.pb-24 {
	padding-bottom: 6rem;
}
.pt-7 {
	padding-top: 1.75rem;
}
.pl-5 {
	padding-left: 1.25rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.font-serif {
	font-family: Chronicle Display, serif;
}
.font-sans {
	font-family: Satoshi, sans-serif;
}
.text-5xl {
	font-size: 3rem;
	line-height: 1;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-xxs {
	font-size: 8px;
}
.font-bold {
	font-weight: 700;
}
.font-light {
	font-weight: 300;
}
.font-normal {
	font-weight: 400;
}
.font-medium {
	font-weight: 500;
}
.leading-none {
	line-height: 1;
}
.leading-snug {
	line-height: 1.375;
}
.leading-tight {
	line-height: 1.25;
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gold {
	--tw-text-opacity: 1;
	color: rgba(180, 155, 87, var(--tw-text-opacity));
}
.text-blue {
	--tw-text-opacity: 1;
	color: rgba(33, 55, 81, var(--tw-text-opacity));
}
.text-snow {
	--tw-text-opacity: 1;
	color: rgba(255, 253, 250, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.placeholder-blue::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(33, 55, 81, var(--tw-placeholder-opacity));
}
.placeholder-blue:-ms-input-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(33, 55, 81, var(--tw-placeholder-opacity));
}
.placeholder-blue::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(33, 55, 81, var(--tw-placeholder-opacity));
}
.placeholder-opacity-25::-moz-placeholder {
	--tw-placeholder-opacity: 0.25;
}
.placeholder-opacity-25:-ms-input-placeholder {
	--tw-placeholder-opacity: 0.25;
}
.placeholder-opacity-25::placeholder {
	--tw-placeholder-opacity: 0.25;
}
.placeholder-opacity-50::-moz-placeholder {
	--tw-placeholder-opacity: 0.5;
}
.placeholder-opacity-50:-ms-input-placeholder {
	--tw-placeholder-opacity: 0.5;
}
.placeholder-opacity-50::placeholder {
	--tw-placeholder-opacity: 0.5;
}
.opacity-80 {
	opacity: 0.8;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-100 {
	opacity: 1;
}
.shadow-lg {
	--tw-shadow: 0px 5px 40px #00000033;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
	--tw-shadow: 0px 5px 40px #00000026;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
	--tw-shadow: 0px 3px 30px #00000026;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xs {
	--tw-shadow: 0px 3px 30px #0000001A;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xxs {
	--tw-shadow: 0px 3px 20px #00000033;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
	--tw-shadow: 0px 3px 40px #0000000F;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
	--tw-shadow: 0px 3px 40px #00000029;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.transition-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-300 {
	transition-duration: 300ms;
}
.duration-200 {
	transition-duration: 200ms;
}
.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
      display: none;
    }
.no-scrollbar {
      -ms-overflow-style: none; /* IE and Edge */
      scrollbar-width: none; /* Firefox */
    }
.blue-scrollbar::-webkit-scrollbar {
      width: 26px;
    }
.blue-scrollbar::-webkit-scrollbar-track {
      background-color: white;
    }
.blue-scrollbar::-webkit-scrollbar-thumb {
      border: 10px solid rgba(0, 0, 0, 0);
      background-clip: padding-box;
      border-radius: 9999px;
      background-color: #213751;
    }
.blue-scrollbar {
      scrollbar-width: thin;
      scrollbar-color: #213751;
    }

* {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
html, body { scroll-behavior: smooth; }

[x-cloak] { display: none !important; }

.h-footer-mobile { height: calc(100vh - 64px); }

/* Inquiry form */
@media (min-width: 1024px) {
/*    .inquiry-steps > div { height: 600px; position: relative; }
    .inquiry-steps .form-nav { position: absolute; bottom: 0; width: 100%; }*/
}

/* Swiper */
.carousel .swiper-slide { width: 90vw; }

.swiper-button-next,
.swiper-button-prev { color: white; }

.swiper-pagination-bullet { border: 1px solid white; background: transparent; opacity: 1; }
.swiper-pagination-bullet.swiper-pagination-bullet-active { background: white; }
.swiper-pagination.swiper-pagination-fraction { color: white !important; font-weight: bold !important; }

.outer.swiper-pagination { position: static; margin-top: 10px; }
.outer.swiper-pagination .swiper-pagination-bullet { border: 1px solid #213751; background: transparent; opacity: 1; }
.outer.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #213751; }

/* Social share */
.jssocials-share { padding: 6px 0; }
.jssocials-share .jssocials-share-link i { font-size: 20px}
@media (min-width: 1024px) {

	.jssocials-share .jssocials-share-link i {
		margin-right: 0.5rem;
	}
}
.hover\:border-opacity-100:hover {
	--tw-border-opacity: 1;
}
.hover\:bg-cream:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(252, 247, 240, var(--tw-bg-opacity));
}
.hover\:opacity-70:hover {
	opacity: 0.7;
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.group:hover .group-hover\:block {
	display: block;
}
@media (min-width: 640px) {

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

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

	.sm\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
}
@media (min-width: 1024px) {

	.lg\:aspect-w-1,
.lg\:aspect-w-2,
.lg\:aspect-w-3,
.lg\:aspect-w-4,
.lg\:aspect-w-5,
.lg\:aspect-w-6,
.lg\:aspect-w-7,
.lg\:aspect-w-8,
.lg\:aspect-w-9,
.lg\:aspect-w-10,
.lg\:aspect-w-11,
.lg\:aspect-w-12,
.lg\:aspect-w-13,
.lg\:aspect-w-14,
.lg\:aspect-w-15,
.lg\:aspect-w-16 {
		position: relative;
		padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	}

	.lg\:aspect-w-1 > *,
.lg\:aspect-w-2 > *,
.lg\:aspect-w-3 > *,
.lg\:aspect-w-4 > *,
.lg\:aspect-w-5 > *,
.lg\:aspect-w-6 > *,
.lg\:aspect-w-7 > *,
.lg\:aspect-w-8 > *,
.lg\:aspect-w-9 > *,
.lg\:aspect-w-10 > *,
.lg\:aspect-w-11 > *,
.lg\:aspect-w-12 > *,
.lg\:aspect-w-13 > *,
.lg\:aspect-w-14 > *,
.lg\:aspect-w-15 > *,
.lg\:aspect-w-16 > * {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.lg\:aspect-w-5 {
		--tw-aspect-w: 5;
	}

	.lg\:aspect-h-3 {
		--tw-aspect-h: 3;
	}

	.lg\:static {
		position: static;
	}

	.lg\:fixed {
		position: fixed;
	}

	.lg\:absolute {
		position: absolute;
	}

	.lg\:relative {
		position: relative;
	}

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

	.lg\:top-2 {
		top: 0.5rem;
	}

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

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

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

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

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

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

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

	.lg\:top-7 {
		top: 1.75rem;
	}

	.lg\:bottom-2 {
		bottom: 0.5rem;
	}

	.lg\:top-auto {
		top: auto;
	}

	.lg\:top-48 {
		top: 12rem;
	}

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

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

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

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

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

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

	.lg\:ml-8 {
		margin-left: 2rem;
	}

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

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

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

	.lg\:mt-7 {
		margin-top: 1.75rem;
	}

	.lg\:mt-11 {
		margin-top: 2.75rem;
	}

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

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

	.lg\:ml-20 {
		margin-left: 5rem;
	}

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

	.lg\:ml-1 {
		margin-left: 0.25rem;
	}

	.lg\:ml-32 {
		margin-left: 8rem;
	}

	.lg\:ml-6 {
		margin-left: 1.5rem;
	}

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

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

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

	.lg\:mt-52 {
		margin-top: 13rem;
	}

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

	.lg\:ml-2 {
		margin-left: 0.5rem;
	}

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

	.lg\:mt-14 {
		margin-top: 3.5rem;
	}

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

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

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

	.lg\:block {
		display: block;
	}

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

	.lg\:inline {
		display: inline;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:inline-flex {
		display: inline-flex;
	}

	.lg\:grid {
		display: grid;
	}

	.lg\:hidden {
		display: none;
	}

	.lg\:h-8 {
		height: 2rem;
	}

	.lg\:h-7 {
		height: 1.75rem;
	}

	.lg\:h-6 {
		height: 1.5rem;
	}

	.lg\:h-screen {
		height: 100vh;
	}

	.lg\:h-5 {
		height: 1.25rem;
	}

	.lg\:h-4 {
		height: 1rem;
	}

	.lg\:h-72 {
		height: 18rem;
	}

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

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

	.lg\:h-44 {
		height: 11rem;
	}

	.lg\:min-h-screen {
		min-height: 100vh;
	}

	.lg\:w-2\/5 {
		width: 40%;
	}

	.lg\:w-3\/5 {
		width: 60%;
	}

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

	.lg\:w-8 {
		width: 2rem;
	}

	.lg\:w-2\/3 {
		width: 66.666667%;
	}

	.lg\:w-5\/12 {
		width: 41.666667%;
	}

	.lg\:w-1\/3 {
		width: 33.333333%;
	}

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

	.lg\:w-32 {
		width: 8rem;
	}

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

	.lg\:w-7\/12 {
		width: 58.333333%;
	}

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

	.lg\:w-64 {
		width: 16rem;
	}

	.lg\:w-40 {
		width: 10rem;
	}

	.lg\:w-60 {
		width: 15rem;
	}

	.lg\:max-w-7xl {
		max-width: 80rem;
	}

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

	.lg\:max-w-xs {
		max-width: 20rem;
	}

	.lg\:max-w-6xl {
		max-width: 72rem;
	}

	.lg\:max-w-md {
		max-width: 28rem;
	}

	.lg\:max-w-lg {
		max-width: 32rem;
	}

	.lg\:max-w-4xl {
		max-width: 56rem;
	}

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

	.lg\:flex-1 {
		flex: 1 1 0%;
	}

	.lg\:flex-auto {
		flex: 1 1 auto;
	}

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

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

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

	.lg\:flex-row-reverse {
		flex-direction: row-reverse;
	}

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

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

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

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

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

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

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

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

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

	.lg\:gap-y-4 {
		row-gap: 1rem;
	}

	.lg\:gap-x-8 {
		-moz-column-gap: 2rem;
		     column-gap: 2rem;
	}

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

	.lg\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(5rem * var(--tw-space-x-reverse));
		margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(2.5rem * var(--tw-space-x-reverse));
		margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.lg\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(1.75rem * var(--tw-space-x-reverse));
		margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
	}

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

	.lg\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(0.75rem * var(--tw-space-x-reverse));
		margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-divide-y-reverse: 0;
		border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
		border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
	}

	.lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
		--tw-divide-x-reverse: 0;
		border-right-width: calc(1px * var(--tw-divide-x-reverse));
		border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
	}

	.lg\:divide-blue\/10 > :not([hidden]) ~ :not([hidden]) {
		border-color: rgba(33, 55, 81, 0.1);
	}

	.lg\:rounded-none {
		border-radius: 0px;
	}

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

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

	.lg\:border-snow {
		--tw-border-opacity: 1;
		border-color: rgba(255, 253, 250, var(--tw-border-opacity));
	}

	.lg\:border-blue\/10 {
		border-color: rgba(33, 55, 81, 0.1);
	}

	.lg\:bg-cream {
		--tw-bg-opacity: 1;
		background-color: rgba(252, 247, 240, var(--tw-bg-opacity));
	}

	.lg\:bg-blue {
		--tw-bg-opacity: 1;
		background-color: rgba(33, 55, 81, var(--tw-bg-opacity));
	}

	.lg\:bg-slate {
		--tw-bg-opacity: 1;
		background-color: rgba(186, 186, 186, var(--tw-bg-opacity));
	}

	.lg\:p-0 {
		padding: 0px;
	}

	.lg\:p-2\.5 {
		padding: 0.625rem;
	}

	.lg\:p-2 {
		padding: 0.5rem;
	}

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

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

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

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

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

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

	.lg\:px-11 {
		padding-left: 2.75rem;
		padding-right: 2.75rem;
	}

	.lg\:py-1 {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

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

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

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

	.lg\:px-2\.5 {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}

	.lg\:px-2 {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.lg\:pt-20 {
		padding-top: 5rem;
	}

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

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

	.lg\:pt-3 {
		padding-top: 0.75rem;
	}

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

	.lg\:pr-3 {
		padding-right: 0.75rem;
	}

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

	.lg\:pt-32 {
		padding-top: 8rem;
	}

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

	.lg\:pl-8 {
		padding-left: 2rem;
	}

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

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

	.lg\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}

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

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

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

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

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

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

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

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

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

	.lg\:font-bold {
		font-weight: 700;
	}

	.lg\:font-medium {
		font-weight: 500;
	}

	.lg\:text-snow {
		--tw-text-opacity: 1;
		color: rgba(255, 253, 250, var(--tw-text-opacity));
	}

	.lg\:text-blue {
		--tw-text-opacity: 1;
		color: rgba(33, 55, 81, var(--tw-text-opacity));
	}

	.lg\:shadow-none {
		--tw-shadow: 0 0 0 #0000;
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}

	.lg\:shadow-md {
		--tw-shadow: 0px 3px 40px #0000000F;
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}

	.lg\:filter {
		filter: var(--tw-filter);
	}

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

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

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

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

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

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

	.lg\:hover\:opacity-40:hover {
		opacity: 0.4;
	}

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

	.lg\:hover\:brightness-75:hover {
		--tw-brightness: brightness(.75);
		filter: var(--tw-filter);
	}
}
@media (min-width: 1280px) {

	.xl\:right-24 {
		right: 6rem;
	}

	.xl\:flex {
		display: flex;
	}
}
@media (min-width: 1536px) {

	.\32xl\:top-72 {
		top: 18rem;
	}

	.\32xl\:left-56 {
		left: 14rem;
	}

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

	.\32xl\:-left-16 {
		left: -4rem;
	}

	.\32xl\:top-28 {
		top: 7rem;
	}

	.\32xl\:left-28 {
		left: 7rem;
	}

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

	.\32xl\:-left-14 {
		left: -3.5rem;
	}

	.\32xl\:right-4 {
		right: 1rem;
	}

	.\32xl\:top-4 {
		top: 1rem;
	}

	.\32xl\:top-16 {
		top: 4rem;
	}

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

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

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

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

	.\32xl\:top-9 {
		top: 2.25rem;
	}

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

	.\32xl\:bottom-4 {
		bottom: 1rem;
	}

	.\32xl\:top-60 {
		top: 15rem;
	}

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

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

	.\32xl\:ml-14 {
		margin-left: 3.5rem;
	}

	.\32xl\:ml-5 {
		margin-left: 1.25rem;
	}

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

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

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

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

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

	.\32xl\:ml-28 {
		margin-left: 7rem;
	}

	.\32xl\:ml-10 {
		margin-left: 2.5rem;
	}

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

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

	.\32xl\:ml-3 {
		margin-left: 0.75rem;
	}

	.\32xl\:ml-52 {
		margin-left: 13rem;
	}

	.\32xl\:ml-6 {
		margin-left: 1.5rem;
	}

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

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

	.\32xl\:ml-2 {
		margin-left: 0.5rem;
	}

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

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

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

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

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

	.\32xl\:ml-8 {
		margin-left: 2rem;
	}

	.\32xl\:ml-3\.5 {
		margin-left: 0.875rem;
	}

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

	.\32xl\:ml-12 {
		margin-left: 3rem;
	}

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

	.\32xl\:flex {
		display: flex;
	}

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

	.\32xl\:h-9 {
		height: 2.25rem;
	}

	.\32xl\:h-40 {
		height: 10rem;
	}

	.\32xl\:h-6 {
		height: 1.5rem;
	}

	.\32xl\:h-8 {
		height: 2rem;
	}

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

	.\32xl\:h-4 {
		height: 1rem;
	}

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

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

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

	.\32xl\:h-10 {
		height: 2.5rem;
	}

	.\32xl\:h-96 {
		height: 24rem;
	}

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

	.\32xl\:h-52 {
		height: 13rem;
	}

	.\32xl\:h-7 {
		height: 1.75rem;
	}

	.\32xl\:h-11 {
		height: 2.75rem;
	}

	.\32xl\:w-52 {
		width: 13rem;
	}

	.\32xl\:w-9 {
		width: 2.25rem;
	}

	.\32xl\:w-8 {
		width: 2rem;
	}

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

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

	.\32xl\:w-96 {
		width: 24rem;
	}

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

	.\32xl\:w-11 {
		width: 2.75rem;
	}

	.\32xl\:max-w-8xl {
		max-width: 1840px;
	}

	.\32xl\:max-w-sm {
		max-width: 24rem;
	}

	.\32xl\:max-w-screen-2xl {
		max-width: 1536px;
	}

	.\32xl\:max-w-xl {
		max-width: 36rem;
	}

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

	.\32xl\:gap-14 {
		gap: 3.5rem;
	}

	.\32xl\:gap-3 {
		gap: 0.75rem;
	}

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

	.\32xl\:gap-x-10 {
		-moz-column-gap: 2.5rem;
		     column-gap: 2.5rem;
	}

	.\32xl\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(9rem * var(--tw-space-x-reverse));
		margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
	}

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

	.\32xl\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(3.5rem * var(--tw-space-x-reverse));
		margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.\32xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(1.25rem * var(--tw-space-x-reverse));
		margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.\32xl\:rounded-4xl {
		border-radius: 48px;
	}

	.\32xl\:stroke-2 {
		stroke-width: 2;
	}

	.\32xl\:p-1 {
		padding: 0.25rem;
	}

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

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

	.\32xl\:py-1\.5 {
		padding-top: 0.375rem;
		padding-bottom: 0.375rem;
	}

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

	.\32xl\:py-1 {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

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

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

	.\32xl\:px-3 {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.\32xl\:py-72 {
		padding-top: 18rem;
		padding-bottom: 18rem;
	}

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

	.\32xl\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.\32xl\:px-3\.5 {
		padding-left: 0.875rem;
		padding-right: 0.875rem;
	}

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

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

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

	.\32xl\:px-2 {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

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

	.\32xl\:pl-14 {
		padding-left: 3.5rem;
	}

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

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

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

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

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

	.\32xl\:pt-60 {
		padding-top: 15rem;
	}

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

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

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

	.\32xl\:pr-16 {
		padding-right: 4rem;
	}

	.\32xl\:pr-3 {
		padding-right: 0.75rem;
	}

	.\32xl\:pl-3 {
		padding-left: 0.75rem;
	}

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

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

	.\32xl\:pt-20 {
		padding-top: 5rem;
	}

	.\32xl\:pl-7 {
		padding-left: 1.75rem;
	}

	.\32xl\:pr-2 {
		padding-right: 0.5rem;
	}

	.\32xl\:pl-2 {
		padding-left: 0.5rem;
	}

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

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

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

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

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

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

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

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

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

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

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

	.\32xl\:font-medium {
		font-weight: 500;
	}

	.\32xl\:placeholder-opacity-20::-moz-placeholder {
		--tw-placeholder-opacity: 0.2;
	}

	.\32xl\:placeholder-opacity-20:-ms-input-placeholder {
		--tw-placeholder-opacity: 0.2;
	}

	.\32xl\:placeholder-opacity-20::placeholder {
		--tw-placeholder-opacity: 0.2;
	}

	.\32xl\:shadow-lg {
		--tw-shadow: 0px 5px 40px #00000033;
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
}
