/* We use CSS because Tailwind doesn't need a preprocessor (actually we either ) */
/* We will try postcss import and nest */
/* All the CSS should be in a separate file */
/* ! tailwindcss v2.2.19 | 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: Hind; /* 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: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
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));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
}

      [type='text'],
      [type='email'],
      [type='url'],
      [type='password'],
      [type='number'],
      [type='date'],
      [type='datetime-local'],
      [type='month'],
      [type='search'],
      [type='tel'],
      [type='time'],
      [type='week'],
      [multiple],
      textarea,
      select
     {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--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(1px + 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);
	border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #6b7280;
	opacity: 1;
}
input::placeholder, textarea::placeholder {
	color: #6b7280;
	opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
	padding: 0;
}
::-webkit-date-and-time-value {
	min-height: 1.5em;
}
select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
}
[multiple] {
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	-webkit-print-color-adjust: unset;
	        color-adjust: unset;
}

      [type='checkbox'],
      [type='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;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
}
[type='checkbox'] {
	border-radius: 0px;
}
[type='radio'] {
	border-radius: 100%;
}

      [type='checkbox']:focus,
      [type='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, 0 0 #0000);
}

      [type='checkbox']:checked,
      [type='radio']:checked
     {
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
[type='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");
}
[type='radio']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

      [type='checkbox']:checked:hover,
      [type='checkbox']:checked:focus,
      [type='radio']:checked:hover,
      [type='radio']:checked:focus
     {
	border-color: transparent;
	background-color: currentColor;
}
[type='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;
}

      [type='checkbox']:indeterminate:hover,
      [type='checkbox']:indeterminate:focus
     {
	border-color: transparent;
	background-color: currentColor;
}
[type='file'] {
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit;
}
[type='file']:focus {
	outline: 1px auto -webkit-focus-ring-color;
}
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.75rem;
	padding-left: 1.75rem;
}
@media (min-width: 640px) {
	.container {
		max-width: 640px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 768px;
		padding-right: 2rem;
		padding-left: 2rem;
	}
}
@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
		padding-right: 6rem;
		padding-left: 6rem;
	}
}
@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-2 {
	--tw-aspect-w: 2;
}
.aspect-w-3 {
	--tw-aspect-w: 3;
}
.aspect-w-4 {
	--tw-aspect-w: 4;
}
.aspect-w-5 {
	--tw-aspect-w: 5;
}
.aspect-w-6 {
	--tw-aspect-w: 6;
}
.aspect-w-7 {
	--tw-aspect-w: 7;
}
.aspect-w-8 {
	--tw-aspect-w: 8;
}
.aspect-w-9 {
	--tw-aspect-w: 9;
}
.aspect-w-10 {
	--tw-aspect-w: 10;
}
.aspect-h-1 {
	--tw-aspect-h: 1;
}
.aspect-h-2 {
	--tw-aspect-h: 2;
}
.aspect-h-3 {
	--tw-aspect-h: 3;
}
.aspect-h-4 {
	--tw-aspect-h: 4;
}
.aspect-h-5 {
	--tw-aspect-h: 5;
}
.aspect-h-6 {
	--tw-aspect-h: 6;
}
.aspect-h-8 {
	--tw-aspect-h: 8;
}
.aspect-h-10 {
	--tw-aspect-h: 10;
}
.aspect-h-11 {
	--tw-aspect-h: 11;
}
.prose {
	color: #fff;
	max-width: none;
}
.prose [class~="lead"] {
	color: #4b5563;
	font-size: 1.25em;
	line-height: 1.6;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
.prose a {
	color: #FFC440;
	text-decoration: underline;
	font-weight: 300;
}
.prose strong {
	color: #111827;
	font-weight: 600;
}
.prose ol[type="A"] {
	--list-counter-style: upper-alpha;
}
.prose ol[type="a"] {
	--list-counter-style: lower-alpha;
}
.prose ol[type="A" s] {
	--list-counter-style: upper-alpha;
}
.prose ol[type="a" s] {
	--list-counter-style: lower-alpha;
}
.prose ol[type="I"] {
	--list-counter-style: upper-roman;
}
.prose ol[type="i"] {
	--list-counter-style: lower-roman;
}
.prose ol[type="I" s] {
	--list-counter-style: upper-roman;
}
.prose ol[type="i" s] {
	--list-counter-style: lower-roman;
}
.prose ol[type="1"] {
	--list-counter-style: decimal;
}
.prose ol > li {
	position: relative;
	padding-left: 0 !important;
	padding-top: 10px;
	padding-bottom: 10px;
}
.prose ol > li:before {
	content: "" !important;
	background-color: #FFC440 !important;
	width: 8px !important;
	height: 8px !important;
	position: relative !important;
	display: block;
	margin-bottom: 10px;
	border-radius: 50%;
	top: 0 !important;
	left: 0 !important;
}
.prose ol > li::before {
	content: counter(list-item, var(--list-counter-style, decimal)) ".";
	position: absolute;
	font-weight: 400;
	color: #6b7280;
	left: 0;
}
.prose ul > li {
	position: relative;
	padding-left: 0 !important;
	display: flex;
	align-items: flex-start;
	margin: 0 !important;
	padding-top: 10px;
	padding-bottom: 10px;
}
.prose ul > li:before {
	background-image: url("./images/check.svg");
	background-color: transparent !important;
	min-width: 28px !important;
	height: 28px !important;
	position: relative !important;
	display: inline-block;
	margin-right: 15px;
	margin-top: -1px;
	top: 0 !important;
	left: 0 !important;
}
.prose ul > li > :first-child {
	margin-top: 0 !important;
}
.prose ul > li > :last-child {
	margin-bottom: 0 !important;
}
.prose ul > li::before {
	content: "";
	position: absolute;
	background-color: #d1d5db;
	border-radius: 50%;
	width: 0.375em;
	height: 0.375em;
	top: calc(0.875em - 0.1875em);
	left: 0.25em;
}
.prose hr {
	border-color: #e5e7eb;
	border-top-width: 1px;
	margin-top: 3em;
	margin-bottom: 3em;
}
.prose blockquote {
	font-weight: 500;
	font-style: italic;
	color: #111827;
	border-left-width: 0.25rem;
	border-left-color: #e5e7eb;
	quotes: "\201C""\201D""\2018""\2019";
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-left: 1em;
}
.prose blockquote p:first-of-type::before {
	content: open-quote;
}
.prose blockquote p:last-of-type::after {
	content: close-quote;
}
.prose h1 {
	color: #111827;
	font-weight: inherit;
	font-size: 1.75rem;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
	font-family: Montserrat;
}
.prose h2 {
	color: #111827;
	font-weight: inherit;
	font-size: 1.5rem;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333;
	font-family: Montserrat;
}
.prose h3 {
	color: #111827;
	font-weight: inherit;
	font-size: 1.125rem;
	margin-top: 1.6em;
	margin-bottom: 20px;
	line-height: 1.6;
	font-family: Montserrat;
}
.prose h4 {
	color: #111827;
	font-weight: inherit;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
	font-family: Montserrat;
}
.prose figure figcaption {
	color: #6b7280;
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}
.prose code {
	color: #111827;
	font-weight: 600;
	font-size: 0.875em;
}
.prose code::before {
	content: "`";
}
.prose code::after {
	content: "`";
}
.prose a code {
	color: #111827;
}
.prose pre {
	color: #e5e7eb;
	background-color: #1f2937;
	overflow-x: auto;
	font-size: 0.875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: 0.375rem;
	padding-top: 0.8571429em;
	padding-right: 1.1428571em;
	padding-bottom: 0.8571429em;
	padding-left: 1.1428571em;
}
.prose pre code {
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-weight: 400;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}
.prose pre code::before {
	content: none;
}
.prose pre code::after {
	content: none;
}
.prose table {
	width: 100%;
	table-layout: auto;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.875em;
	line-height: 1.7142857;
}
.prose thead {
	color: #111827;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-color: #d1d5db;
}
.prose thead th {
	vertical-align: bottom;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}
.prose tbody tr {
	border-bottom-width: 1px;
	border-bottom-color: #e5e7eb;
}
.prose tbody tr:last-child {
	border-bottom-width: 0;
}
.prose tbody td {
	vertical-align: top;
	padding-top: 0.5714286em;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}
.prose {
	font-size: 1rem;
	line-height: 1.5rem;
}
.prose p {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose img {
	margin-top: 2em;
	margin-bottom: 2em;
	width: 100%;
	max-height: 500px;
	margin: 50px auto;
	-o-object-fit: contain;
	   object-fit: contain;
}
.prose video {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose figure {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose figure > * {
	margin-top: 0;
	margin-bottom: 0;
}
.prose h2 code {
	font-size: 0.875em;
}
.prose h3 code {
	font-size: 0.9em;
}
.prose ol {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose ul {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.prose > ul > li p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose > ul > li > *:first-child {
	margin-top: 1.25em;
}
.prose > ul > li > *:last-child {
	margin-bottom: 1.25em;
}
.prose > ol > li > *:first-child {
	margin-top: 1.25em;
}
.prose > ol > li > *:last-child {
	margin-bottom: 1.25em;
}
.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose hr + * {
	margin-top: 0;
}
.prose h2 + * {
	margin-top: 0;
}
.prose h3 + * {
	margin-top: 0;
}
.prose h4 + * {
	margin-top: 0;
}
.prose thead th:first-child {
	padding-left: 0;
}
.prose thead th:last-child {
	padding-right: 0;
}
.prose tbody td:first-child {
	padding-left: 0;
}
.prose tbody td:last-child {
	padding-right: 0;
}
.prose > :first-child {
	margin-top: 0;
}
.prose > :last-child {
	margin-bottom: 0;
}
.prose {
	font-weight: 300;
}
.prose h5 {
	font-family: Montserrat;
	font-weight: inherit;
}
.pointer-events-none {
	pointer-events: none;
}
.pointer-events-auto {
	pointer-events: auto;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.top-\[58px\] {
	top: 58px;
}
.left-0 {
	left: 0px;
}
.bottom-0 {
	bottom: 0px;
}
.right-0 {
	right: 0px;
}
.-bottom-4 {
	bottom: -1rem;
}
.-left-14 {
	left: -3.5rem;
}
.top-0 {
	top: 0px;
}
.left-1\/2 {
	left: 50%;
}
.top-\[53\%\] {
	top: 53%;
}
.top-1\/2 {
	top: 50%;
}
.bottom-8 {
	bottom: 2rem;
}
.-bottom-1 {
	bottom: -0.25rem;
}
.top-5 {
	top: 1.25rem;
}
.bottom-1\/2 {
	bottom: 50%;
}
.bottom-10 {
	bottom: 2.5rem;
}
.-bottom-10 {
	bottom: -2.5rem;
}
.bottom-14 {
	bottom: 3.5rem;
}
.top-12 {
	top: 3rem;
}
.top-28 {
	top: 7rem;
}
.top-14 {
	top: 3.5rem;
}
.top-80 {
	top: 20rem;
}
.right-\[8\%\] {
	right: 8%;
}
.-top-16 {
	top: -4rem;
}
.right-10 {
	right: 2.5rem;
}
.-top-20 {
	top: -5rem;
}
.top-6 {
	top: 1.5rem;
}
.left-\[33\%\] {
	left: 33%;
}
.top-96 {
	top: 24rem;
}
.left-\[12\%\] {
	left: 12%;
}
.top-64 {
	top: 16rem;
}
.-top-2 {
	top: -0.5rem;
}
.-bottom-16 {
	bottom: -4rem;
}
.-left-5 {
	left: -1.25rem;
}
.bottom-16 {
	bottom: 4rem;
}
.-left-10 {
	left: -2.5rem;
}
.top-\[100\%\] {
	top: 100%;
}
.top-\[25\%\] {
	top: 25%;
}
.top-\[52\%\] {
	top: 52%;
}
.top-\[67\%\] {
	top: 67%;
}
.top-\[83\%\] {
	top: 83%;
}
.right-\[5\%\] {
	right: 5%;
}
.top-\[65\%\] {
	top: 65%;
}
.right-\[20\%\] {
	right: 20%;
}
.\!top-60 {
	top: 15rem !important;
}
.\!left-5 {
	left: 1.25rem !important;
}
.-top-10 {
	top: -2.5rem;
}
.right-20 {
	right: 5rem;
}
.bottom-56 {
	bottom: 14rem;
}
.-top-36 {
	top: -9rem;
}
.top-10 {
	top: 2.5rem;
}
.\!bottom-4 {
	bottom: 1rem !important;
}
.\!top-auto {
	top: auto !important;
}
.right-4 {
	right: 1rem;
}
.bottom-72 {
	bottom: 18rem;
}
.top-48 {
	top: 12rem;
}
.top-\[345px\] {
	top: 345px;
}
.bottom-20 {
	bottom: 5rem;
}
.top-2 {
	top: 0.5rem;
}
.top-\[34\%\] {
	top: 34%;
}
.top-\[-2\%\] {
	top: -2%;
}
.left-7 {
	left: 1.75rem;
}
.top-\[71\%\] {
	top: 71%;
}
.bottom-28 {
	bottom: 7rem;
}
.top-\[63\%\] {
	top: 63%;
}
.top-\[50\%\] {
	top: 50%;
}
.top-\[-12\%\] {
	top: -12%;
}
.top-\[17\%\] {
	top: 17%;
}
.right-7 {
	right: 1.75rem;
}
.left-6 {
	left: 1.5rem;
}
.top-\[42\%\] {
	top: 42%;
}
.top-\[70\%\] {
	top: 70%;
}
.left-\[30\%\] {
	left: 30%;
}
.right-\[-30\%\] {
	right: -30%;
}
.bottom-64 {
	bottom: 16rem;
}
.bottom-\[-27\%\] {
	bottom: -27%;
}
.right-\[-7\%\] {
	right: -7%;
}
.top-\[-30\%\] {
	top: -30%;
}
.left-\[-12\%\] {
	left: -12%;
}
.left-\[-18\%\] {
	left: -18%;
}
.bottom-\[16\%\] {
	bottom: 16%;
}
.left-\[-30\%\] {
	left: -30%;
}
.right-\[-5\%\] {
	right: -5%;
}
.bottom-\[12\%\] {
	bottom: 12%;
}
.-bottom-20 {
	bottom: -5rem;
}
.right-\[-35\%\] {
	right: -35%;
}
.left-24 {
	left: 6rem;
}
.-left-4 {
	left: -1rem;
}
.z-20 {
	z-index: 20;
}
.z-1 {
	z-index: 1;
}
.-z-1 {
	z-index: -1;
}
.z-10 {
	z-index: 10;
}
.z-30 {
	z-index: 30;
}
.z-40 {
	z-index: 40;
}
.\!m-0 {
	margin: 0px !important;
}
.m-auto {
	margin: auto;
}
.m-0 {
	margin: 0px;
}
.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.mx-5 {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}
.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.mx-1 {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mt-28 {
	margin-top: 7rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mt-24 {
	margin-top: 6rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.ml-0 {
	margin-left: 0px;
}
.mr-3 {
	margin-right: 0.75rem;
}
.mt-7 {
	margin-top: 1.75rem;
}
.ml-5 {
	margin-left: 1.25rem;
}
.\!mt-0 {
	margin-top: 0px !important;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mt-20 {
	margin-top: 5rem;
}
.mt-40 {
	margin-top: 10rem;
}
.mt-16 {
	margin-top: 4rem;
}
.mt-\[57px\] {
	margin-top: 57px;
}
.mr-20 {
	margin-right: 5rem;
}
.-mb-px {
	margin-bottom: -1px;
}
.ml-4 {
	margin-left: 1rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mt-auto {
	margin-top: auto;
}
.-mt-1 {
	margin-top: -0.25rem;
}
.ml-10 {
	margin-left: 2.5rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.\!ml-10 {
	margin-left: 2.5rem !important;
}
.ml-auto {
	margin-left: auto;
}
.mr-6 {
	margin-right: 1.5rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-screen {
	height: 100vh;
}
.h-\[54px\] {
	height: 54px;
}
.h-full {
	height: 100%;
}
.h-1\/2 {
	height: 50%;
}
.h-20 {
	height: 5rem;
}
.h-\[550px\] {
	height: 550px;
}
.h-\[50px\] {
	height: 50px;
}
.h-\[500px\] {
	height: 500px;
}
.h-\[240px\] {
	height: 240px;
}
.h-14 {
	height: 3.5rem;
}
.h-\[970px\] {
	height: 970px;
}
.h-\[153px\] {
	height: 153px;
}
.h-\[400px\] {
	height: 400px;
}
.\!h-auto {
	height: auto !important;
}
.h-24 {
	height: 6rem;
}
.h-\[1px\] {
	height: 1px;
}
.h-\[220px\] {
	height: 220px;
}
.h-6 {
	height: 1.5rem;
}
.h-7 {
	height: 1.75rem;
}
.h-3 {
	height: 0.75rem;
}
.h-2\/3 {
	height: 66.666667%;
}
.h-\[700px\] {
	height: 700px;
}
.h-auto {
	height: auto;
}
.h-\[130px\] {
	height: 130px;
}
.h-64 {
	height: 16rem;
}
.h-\[170px\] {
	height: 170px;
}
.h-80 {
	height: 20rem;
}
.h-\[104px\] {
	height: 104px;
}
.h-\[190px\] {
	height: 190px;
}
.h-2 {
	height: 0.5rem;
}
.h-\[60\%\] {
	height: 60%;
}
.h-\[73\%\] {
	height: 73%;
}
.max-h-\[365px\] {
	max-height: 365px;
}
.max-h-\[36px\] {
	max-height: 36px;
}
.max-h-\[200px\] {
	max-height: 200px;
}
.max-h-\[500px\] {
	max-height: 500px;
}
.min-h-\[360px\] {
	min-height: 360px;
}
.min-h-\[400px\] {
	min-height: 400px;
}
.min-h-\[1500px\] {
	min-height: 1500px;
}
.min-h-\[450px\] {
	min-height: 450px;
}
.min-h-\[188px\] {
	min-height: 188px;
}
.min-h-\[220px\] {
	min-height: 220px;
}
.min-h-\[240px\] {
	min-height: 240px;
}
.min-h-\[660px\] {
	min-height: 660px;
}
.w-14 {
	width: 3.5rem;
}
.w-full {
	width: 100%;
}
.w-\[520px\] {
	width: 520px;
}
.w-\[290px\] {
	width: 290px;
}
.w-12 {
	width: 3rem;
}
.w-5 {
	width: 1.25rem;
}
.w-\[50px\] {
	width: 50px;
}
.w-6 {
	width: 1.5rem;
}
.w-8 {
	width: 2rem;
}
.w-28 {
	width: 7rem;
}
.w-\[56px\] {
	width: 56px;
}
.w-20 {
	width: 5rem;
}
.w-7 {
	width: 1.75rem;
}
.w-1\/2 {
	width: 50%;
}
.w-\[280px\] {
	width: 280px;
}
.w-\[160px\] {
	width: 160px;
}
.w-\[100px\] {
	width: 100px;
}
.w-\[28px\] {
	width: 28px;
}
.w-\[140px\] {
	width: 140px;
}
.w-\[34px\] {
	width: 34px;
}
.w-\[180px\] {
	width: 180px;
}
.w-\[200px\] {
	width: 200px;
}
.w-56 {
	width: 14rem;
}
.\!w-auto {
	width: auto !important;
}
.w-32 {
	width: 8rem;
}
.w-10 {
	width: 2.5rem;
}
.w-24 {
	width: 6rem;
}
.\!w-full {
	width: 100% !important;
}
.w-36 {
	width: 9rem;
}
.w-\[90px\] {
	width: 90px;
}
.w-3 {
	width: 0.75rem;
}
.w-48 {
	width: 12rem;
}
.w-\[286px\] {
	width: 286px;
}
.w-\[250px\] {
	width: 250px;
}
.w-\[130px\] {
	width: 130px;
}
.w-\[90\%\] {
	width: 90%;
}
.w-\[236px\] {
	width: 236px;
}
.w-\[88\%\] {
	width: 88%;
}
.w-\[170px\] {
	width: 170px;
}
.w-\[146px\] {
	width: 146px;
}
.w-\[65\%\] {
	width: 65%;
}
.w-3\/4 {
	width: 75%;
}
.w-2 {
	width: 0.5rem;
}
.w-72 {
	width: 18rem;
}
.w-\[184px\] {
	width: 184px;
}
.max-w-screen-2xl {
	max-width: 1536px;
}
.max-w-\[520px\] {
	max-width: 520px;
}
.max-w-\[465px\] {
	max-width: 465px;
}
.max-w-\[600px\] {
	max-width: 600px;
}
.max-w-\[752px\] {
	max-width: 752px;
}
.max-w-\[120px\] {
	max-width: 120px;
}
.max-w-\[274px\] {
	max-width: 274px;
}
.max-w-xs {
	max-width: 20rem;
}
.max-w-3xl {
	max-width: 48rem;
}
.max-w-\[86px\] {
	max-width: 86px;
}
.max-w-\[560px\] {
	max-width: 560px;
}
.max-w-\[261px\] {
	max-width: 261px;
}
.max-w-\[180px\] {
	max-width: 180px;
}
.max-w-\[850px\] {
	max-width: 850px;
}
.max-w-\[464px\] {
	max-width: 464px;
}
.max-w-\[140px\] {
	max-width: 140px;
}
.max-w-\[1000px\] {
	max-width: 1000px;
}
.max-w-\[561px\] {
	max-width: 561px;
}
.max-w-\[724px\] {
	max-width: 724px;
}
.max-w-\[184px\] {
	max-width: 184px;
}
.max-w-\[240px\] {
	max-width: 240px;
}
.max-w-\[220px\] {
	max-width: 220px;
}
.max-w-\[193px\] {
	max-width: 193px;
}
.-translate-x-1\/2 {
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}
.-translate-y-1\/2 {
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
}
.translate-y-2\/3 {
	--tw-translate-y: 66.666667%;
	transform: var(--tw-transform);
}
.rotate-180 {
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}
.-rotate-90 {
	--tw-rotate: -90deg;
	transform: var(--tw-transform);
}
.rotate-\[30deg\] {
	--tw-rotate: 30deg;
	transform: var(--tw-transform);
}
.rotate-12 {
	--tw-rotate: 12deg;
	transform: var(--tw-transform);
}
.rotate-\[170deg\] {
	--tw-rotate: 170deg;
	transform: var(--tw-transform);
}
.rotate-\[-175deg\] {
	--tw-rotate: -175deg;
	transform: var(--tw-transform);
}
.rotate-\[40deg\] {
	--tw-rotate: 40deg;
	transform: var(--tw-transform);
}
.rotate-\[-65deg\] {
	--tw-rotate: -65deg;
	transform: var(--tw-transform);
}
.rotate-\[205deg\] {
	--tw-rotate: 205deg;
	transform: var(--tw-transform);
}
.scale-\[1\.2\] {
	--tw-scale-x: 1.2;
	--tw-scale-y: 1.2;
	transform: var(--tw-transform);
}
.scale-150 {
	--tw-scale-x: 1.5;
	--tw-scale-y: 1.5;
	transform: var(--tw-transform);
}
.scale-105 {
	--tw-scale-x: 1.05;
	--tw-scale-y: 1.05;
	transform: var(--tw-transform);
}
.scale-x-\[-1\] {
	--tw-scale-x: -1;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
.resize {
	resize: both;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column;
}
.flex-col-reverse {
	flex-direction: column-reverse;
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: flex-end;
}
.items-center {
	align-items: center;
}
.items-baseline {
	align-items: baseline;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-12 {
	gap: 3rem;
}
.gap-5 {
	gap: 1.25rem;
}
.gap-y-12 {
	row-gap: 3rem;
}
.gap-y-10 {
	row-gap: 2.5rem;
}
.gap-x-5 {
	-moz-column-gap: 1.25rem;
	     column-gap: 1.25rem;
}
.gap-y-7 {
	row-gap: 1.75rem;
}
.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-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-y-12 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(3rem * 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)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-x-12 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(3rem * var(--tw-space-x-reverse));
	margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-28 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(7rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-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)));
}
.self-end {
	align-self: flex-end;
}
.self-center {
	align-self: center;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-x-auto {
	overflow-x: auto;
}
.overflow-y-auto {
	overflow-y: auto;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded {
	border-radius: 0.25rem;
}
.border {
	border-width: 1px;
}
.border-t {
	border-top-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-l-\[3px\] {
	border-left-width: 3px;
}
.border-l-8 {
	border-left-width: 8px;
}
.border-r-2 {
	border-right-width: 2px;
}
.border-l-\[10px\] {
	border-left-width: 10px;
}
.border-grey {
	--tw-border-opacity: 1;
	border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}
.border-transparent {
	border-color: transparent;
}
.border-primary {
	--tw-border-opacity: 1;
	border-color: rgba(9, 68, 145, var(--tw-border-opacity));
}
.border-\[\#E0E0E0\] {
	--tw-border-opacity: 1;
	border-color: rgba(224, 224, 224, var(--tw-border-opacity));
}
.border-sky {
	--tw-border-opacity: 1;
	border-color: rgba(185, 230, 247, var(--tw-border-opacity));
}
.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-sky {
	--tw-bg-opacity: 1;
	background-color: rgba(185, 230, 247, var(--tw-bg-opacity));
}
.bg-grey {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.bg-primary {
	--tw-bg-opacity: 1;
	background-color: rgba(9, 68, 145, var(--tw-bg-opacity));
}
.bg-sky-dark {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 60, 113, var(--tw-bg-opacity));
}
.bg-\[\#2F66AC\] {
	--tw-bg-opacity: 1;
	background-color: rgba(47, 102, 172, var(--tw-bg-opacity));
}
.bg-sky-light {
	--tw-bg-opacity: 1;
	background-color: rgba(241, 250, 253, var(--tw-bg-opacity));
}
.bg-\[\#143C6D\] {
	--tw-bg-opacity: 1;
	background-color: rgba(20, 60, 109, var(--tw-bg-opacity));
}
.bg-\[\#C2E5F5\] {
	--tw-bg-opacity: 1;
	background-color: rgba(194, 229, 245, var(--tw-bg-opacity));
}
.bg-cover {
	background-size: cover;
}
.bg-center {
	background-position: center;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.object-left {
	-o-object-position: left;
	   object-position: left;
}
.object-center {
	-o-object-position: center;
	   object-position: center;
}
.object-right {
	-o-object-position: right;
	   object-position: right;
}
.p-7 {
	padding: 1.75rem;
}
.p-4 {
	padding: 1rem;
}
.p-10 {
	padding: 2.5rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.py-32 {
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.py-28 {
	padding-top: 7rem;
	padding-bottom: 7rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-9 {
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}
.px-7 {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.px-14 {
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}
.py-24 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.px-12 {
	padding-left: 3rem;
	padding-right: 3rem;
}
.pl-6 {
	padding-left: 1.5rem;
}
.pt-14 {
	padding-top: 3.5rem;
}
.pb-24 {
	padding-bottom: 6rem;
}
.pb-16 {
	padding-bottom: 4rem;
}
.pl-16 {
	padding-left: 4rem;
}
.pt-32 {
	padding-top: 8rem;
}
.pb-32 {
	padding-bottom: 8rem;
}
.pt-16 {
	padding-top: 4rem;
}
.pt-12 {
	padding-top: 3rem;
}
.pt-10 {
	padding-top: 2.5rem;
}
.pb-20 {
	padding-bottom: 5rem;
}
.pt-24 {
	padding-top: 6rem;
}
.pb-14 {
	padding-bottom: 3.5rem;
}
.pl-1 {
	padding-left: 0.25rem;
}
.pr-3 {
	padding-right: 0.75rem;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pt-36 {
	padding-top: 9rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pt-28 {
	padding-top: 7rem;
}
.pb-7 {
	padding-bottom: 1.75rem;
}
.pb-48 {
	padding-bottom: 12rem;
}
.pb-\[56\.25\%\] {
	padding-bottom: 56.25%;
}
.pb-40 {
	padding-bottom: 10rem;
}
.pt-48 {
	padding-top: 12rem;
}
.pt-20 {
	padding-top: 5rem;
}
.pt-\[270px\] {
	padding-top: 270px;
}
.pr-10 {
	padding-right: 2.5rem;
}
.pl-10 {
	padding-left: 2.5rem;
}
.pr-7 {
	padding-right: 1.75rem;
}
.pr-16 {
	padding-right: 4rem;
}
.pl-7 {
	padding-left: 1.75rem;
}
.pb-56 {
	padding-bottom: 14rem;
}
.pt-\[1\.6px\] {
	padding-top: 1.6px;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.pl-3 {
	padding-left: 0.75rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pb-72 {
	padding-bottom: 18rem;
}
.text-center {
	text-align: center;
}
.font-title {
	font-family: Montserrat;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-6xl {
	font-size: 3.75rem;
	line-height: 1;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-\[9px\] {
	font-size: 9px;
}
.font-semibold {
	font-weight: 600;
}
.font-bold {
	font-weight: 700;
}
.font-light {
	font-weight: 300;
}
.font-medium {
	font-weight: 500;
}
.uppercase {
	text-transform: uppercase;
}
.leading-snug {
	line-height: 1.375;
}
.\!leading-tight {
	line-height: 1.25 !important;
}
.leading-tight {
	line-height: 1.25;
}
.leading-none {
	line-height: 1;
}
.leading-normal {
	line-height: 1.5;
}
.leading-relaxed {
	line-height: 1.625;
}
.tracking-wide {
	letter-spacing: 0.025em;
}
.text-primary {
	--tw-text-opacity: 1;
	color: rgba(9, 68, 145, var(--tw-text-opacity));
}
.text-dark {
	--tw-text-opacity: 1;
	color: rgba(43, 46, 51, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-sky {
	--tw-text-opacity: 1;
	color: rgba(185, 230, 247, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
	opacity: 0;
}
.opacity-60 {
	opacity: 0.6;
}
.opacity-90 {
	opacity: 0.9;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-30 {
	opacity: 0.3;
}
.opacity-20 {
	opacity: 0.2;
}
.shadow-top {
	--tw-shadow: -3px 0 7px rgba(0, 0, 0, 0.1);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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-colors {
	transition-property: background-color, border-color, color, fill, stroke;
	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-500 {
	transition-duration: 500ms;
}
.duration-200 {
	transition-duration: 200ms;
}
.duration-300 {
	transition-duration: 300ms;
}
html {
    touch-action: manipulation;
}
@font-face {
    font-family: "Montserrat";
    src: url(fonts/montserrat-regular.ttf) format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "Montserrat";
    src: url(fonts/montserrat-medium.ttf) format("truetype");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "Hind";
    src: url(fonts/hind-regular.ttf) format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "Hind";
    src: url(fonts/hind-light.ttf) format("truetype");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "Hind";
    src: url(fonts/hind-semibold.ttf) format("truetype");
    font-style: normal;
    font-weight: 700;
}
.circle-progress-ring, .circle-progress-bg {
    transform-origin: 50% 0;
    transform: rotate(-90deg);
}
.sub-menu:before {
        content: '';
        width: 100%;
        position: absolute;
        top: 0;
        left: -100%;
        height: 100%;
    }
.sub-menu:before {
	display: none;
}
.sub-menu:before {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
	.sub-menu:before {
		display: block;
	}
}
.sub-menu:after {
        content: '';
        width: 100%;
        position: absolute;
        top: 0;
        right: -100%;
        height: 100%;
    }
.sub-menu:after {
	display: none;
}
.sub-menu:after {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
	.sub-menu:after {
		display: block;
	}
}
.rounded-2 {
	border-radius: 2px;
}
input, textarea {
	border-style: none !important;
	font-size: 0.875rem !important;
	line-height: 1.25rem !important;
	line-height: 1.625 !important;
}
input:focus, textarea:focus {
        outline: 5px auto -webkit-focus-ring-color !important;
    }
.input-file {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.form-input {
	width: 100%;
	resize: none;
	border-radius: 2px;
	border-style: none;
}
.form-input::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(115, 144, 178, var(--tw-placeholder-opacity));
}
.form-input::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(115, 144, 178, var(--tw-placeholder-opacity));
}
.form-group-2-columns {
	display: flex;
	width: 100%;
	flex-direction: column;
}
.form-group-2-columns > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px) {
	.form-group-2-columns {
		flex-direction: row;
	}
	.form-group-2-columns > :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));
	}
	.form-group-2-columns > :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)));
	}
}
.form-group-column {
	display: flex;
	width: 100%;
	flex-direction: column;
}
.form-group-column > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.input-file-label {
	position: relative;
	cursor: pointer;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(9, 68, 145, var(--tw-text-opacity));
}
.input-file-label:focus {
        outline: 5px auto -webkit-focus-ring-color !important;
    }
.input-file-label-icon {
	display: inline-block;
	height: 1.75rem;
	width: 1.75rem;
	border-radius: 2px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 0.25rem;
}
.input-file-text {
	margin-left: 0.5rem;
	--tw-text-opacity: 1;
	color: rgba(115, 144, 178, var(--tw-text-opacity));
}
.cta {
	margin-top: 1.5rem;
	display: inline-block;
	width: 100%;
	transform: var(--tw-transform);
	cursor: pointer;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(185, 230, 247, var(--tw-bg-opacity));
	padding-left: 2.25rem;
	padding-right: 2.25rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.5;
	letter-spacing: 0.025em;
	--tw-text-opacity: 1;
	color: rgba(9, 68, 145, var(--tw-text-opacity));
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 200ms;
}
.cta:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 60, 113, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
	.cta {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
.text-with-span span {
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(185, 230, 247, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
	.form-group-1\/2 {
		width: 50%;
	}
}
.form-title {
	font-family: Montserrat;
	font-size: 1.5rem;
	line-height: 2rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.info-group-span {
	font-weight: 300;
}
.info-group-span span {
	display: block;
}
.info-group-span span {
	font-family: Montserrat;
}
.info-group-span span {
	font-size: 1.5rem;
	line-height: 2rem;
}
.info-group-span span {
	font-weight: 600;
}
.legal-content h1, .legal-content h2, .legal-content h3, .legal-content h4, .legal-content h5 {
	--tw-text-opacity: 1;
	color: rgba(185, 230, 247, var(--tw-text-opacity));
}
.blog-post-content h1, .blog-post-content h2, .blog-post-content h3, .blog-post-content h4, .blog-post-content h5 {
	--tw-text-opacity: 1;
	color: rgba(9, 68, 145, var(--tw-text-opacity));
}
.cookie-banner a {
	--tw-text-opacity: 1;
	color: rgba(185, 230, 247, var(--tw-text-opacity));
}
.cookie-banner a {
	text-decoration: underline;
}
.story-title-block ul {
	display: flex;
}
.story-title-block ul {
	flex-direction: row;
}
.story-title-block ul {
	flex-wrap: wrap;
}
@media (min-width: 1024px) {
	.story-title-block ul {
		flex-direction: column;
	}
}
.story-title-block ul li {
	margin-right: 2rem !important;
}
.story-title-block ul li {
	display: flex !important;
}
.story-title-block ul li {
	align-items: center !important;
}
.story-title-block ul li {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
@media (min-width: 1024px) {
	.story-title-block ul li {
		margin-right: 0px !important;
	}
}
.story-title-block ul li:before {
	margin-right: 10px !important;
}
.story-title-block ul li:before {
	height: 6px !important;
}
.story-title-block ul li:before {
	min-height: 0px !important;
}
.story-title-block ul li:before {
	min-width: 0px !important;
}
.story-title-block ul li:before {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(185, 230, 247, var(--tw-bg-opacity)) !important;
}
.story-title-block ul li:before {
	background-image: none !important;
}
.shortcode p, .shortcode img {
        margin: 0;
    }
.shortcode img {
        width: auto;
    }
.shortcode a {
        color: inherit;
        text-decoration: inherit;
    }
.hbspt-form fieldset {
	padding-top: 0.625rem !important;
	padding-bottom: 0.625rem !important;
}
.hbspt-form fieldset {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.hbspt-form fieldset > .hs-form-field > label {
	display: none;
}
.hbspt-form fieldset input:not([type="checkbox"]), .hbspt-form fieldset select, .hbspt-form fieldset textarea {
	width: 100% !important;
}
.hbspt-form fieldset input:not([type="checkbox"]), .hbspt-form fieldset select, .hbspt-form fieldset textarea {
	border-radius: 25px;
}
.hbspt-form fieldset input:not([type="checkbox"]), .hbspt-form fieldset select, .hbspt-form fieldset textarea {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.hbspt-form fieldset input:not([type="checkbox"]), .hbspt-form fieldset select, .hbspt-form fieldset textarea {
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}
.hbspt-form fieldset input:not([type="checkbox"]), .hbspt-form fieldset select, .hbspt-form fieldset textarea {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.hbspt-form fieldset input:not([type="checkbox"]), .hbspt-form fieldset select, .hbspt-form fieldset textarea {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.hbspt-form fieldset input:not([type="checkbox"]), .hbspt-form fieldset select, .hbspt-form fieldset textarea {
	--tw-shadow: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hbspt-form fieldset input:not([type="checkbox"]), .hbspt-form fieldset select, .hbspt-form fieldset textarea {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.hbspt-form fieldset input:not([type="checkbox"]),
        .hbspt-form fieldset select,
        .hbspt-form fieldset textarea {

            color: #999;
            border: 1px solid #babdc1;
        }
.hbspt-form fieldset textarea {
	border-radius: 15px;
}
.hbspt-form fieldset select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.hbspt-form fieldset .input {
	position: relative;
}
.hbspt-form ul, .hbspt-form li {
	list-style-type: none;
}
.hbspt-form ul, .hbspt-form li {
	padding: 0px;
}
.hbspt-form ul.hs-error-msgs {
	margin-bottom: 0px !important;
}
.hbspt-form ul.hs-error-msgs > li > label {
	position: relative;
}
.hbspt-form ul.hs-error-msgs > li > label {
	display: block;
}
.hbspt-form ul.hs-error-msgs > li > label {
	padding: 0px;
}
.hbspt-form ul.hs-error-msgs > li > label {
	padding-top: 5px;
}
.hbspt-form ul.hs-error-msgs > li > label {
	padding-left: 25px;
}
.hbspt-form ul.hs-error-msgs > li > label {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.hbspt-form ul.hs-error-msgs > li > label {
	font-weight: 400;
}
.hbspt-form ul.hs-error-msgs > li > label {
	--tw-text-opacity: 1;
	color: rgba(252, 165, 165, var(--tw-text-opacity));
}
.hbspt-form ul.hs-error-msgs > li > label:before {
                font-family: dashicons;
                content: "\f534";
                position: absolute;
                font-size: 20px;
                left: 0;
                top: 0;
            }
.hbspt-form .legal-consent-container .hs-form-booleancheckbox > span, .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span {
	margin-left: 1.75rem !important;
}
.hbspt-form .legal-consent-container .hs-form-booleancheckbox > span, .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span {
	margin-left: 1.75rem !important;
}
.hbspt-form .legal-consent-container .hs-form-booleancheckbox > span, .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span {
	width: calc(100% - 35px);
}
.hbspt-form .legal-consent-container .hs-form-booleancheckbox > span, .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.hbspt-form .legal-consent-container .hs-form-booleancheckbox > span, .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span {
	font-size: 0.75rem;
	line-height: 1rem;
}
.hbspt-form .legal-consent-container .hs-form-booleancheckbox > span, .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span {
	font-weight: 500;
}
.hbspt-form .legal-consent-container .hs-form-booleancheckbox > span, .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span {
	text-transform: none;
}
.hbspt-form .legal-consent-container .hs-form-booleancheckbox > span, .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hbspt-form .legal-consent-container .hs-form-booleancheckbox > span a, .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span a {
                    color: #43474C !important;
                    text-decoration: underline;
                }
.hbspt-form .hs-submit input[type="submit"] {
	margin-top: 1.5rem;
}
.hbspt-form .hs-submit input[type="submit"] {
	display: inline-block;
}
.hbspt-form .hs-submit input[type="submit"] {
	width: 100%;
}
.hbspt-form .hs-submit input[type="submit"] {
	transform: var(--tw-transform);
}
.hbspt-form .hs-submit input[type="submit"] {
	cursor: pointer;
}
.hbspt-form .hs-submit input[type="submit"] {
	border-radius: 9999px;
}
.hbspt-form .hs-submit input[type="submit"] {
	--tw-bg-opacity: 1;
	background-color: rgba(185, 230, 247, var(--tw-bg-opacity));
}
.hbspt-form .hs-submit input[type="submit"] {
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}
.hbspt-form .hs-submit input[type="submit"] {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.hbspt-form .hs-submit input[type="submit"] {
	font-size: 0.75rem;
	line-height: 1rem;
}
.hbspt-form .hs-submit input[type="submit"] {
	font-weight: 600;
}
.hbspt-form .hs-submit input[type="submit"] {
	text-transform: uppercase;
}
.hbspt-form .hs-submit input[type="submit"] {
	line-height: 1.5;
}
.hbspt-form .hs-submit input[type="submit"] {
	letter-spacing: 0.025em;
}
.hbspt-form .hs-submit input[type="submit"] {
	--tw-text-opacity: 1;
	color: rgba(9, 68, 145, var(--tw-text-opacity));
}
.hbspt-form .hs-submit input[type="submit"] {
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.hbspt-form .hs-submit input[type="submit"] {
	transition-duration: 200ms;
}
.hbspt-form .hs-submit input[type="submit"]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 60, 113, var(--tw-bg-opacity));
}
.hbspt-form .hs-submit input[type="submit"]:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 768px) {
	.hbspt-form .hs-submit input[type="submit"] {
		width: 82%;
	}
}
@media (min-width: 1024px) {
	.hbspt-form .hs-submit input[type="submit"] {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
.hbspt-form .privacy-policy-acceptance input[type="checkbox"], .hbspt-form input.hs-input[type="checkbox"] {
	height: 15px;
}
.hbspt-form .privacy-policy-acceptance input[type="checkbox"], .hbspt-form input.hs-input[type="checkbox"] {
	width: 15px !important;
}
.hbspt-form .privacy-policy-acceptance input[type="checkbox"], .hbspt-form input.hs-input[type="checkbox"] {
	min-width: 15px;
}
.hbspt-form .privacy-policy-acceptance input[type="checkbox"], .hbspt-form input.hs-input[type="checkbox"] {
	border-radius: 0.25rem;
}
.hbspt-form .privacy-policy-acceptance input[type="checkbox"], .hbspt-form input.hs-input[type="checkbox"] {
	border-style: none;
}
/* Swiper */
.swiper-button-next, .swiper-button-prev {
    position: relative !important;
    margin: 8px 0 !important;
    width: 8px !important;
    height: 19px !important;
    right: 0 !important;
    left: 0 !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-pagination-bullet.team-slider-bullet {
	margin-left: 8px !important;
	margin-right: 8px !important;
	height: auto !important;
	width: auto !important;
	background-color: transparent !important;
	font-size: 0.875rem !important;
	line-height: 1.25rem !important;
	--tw-text-opacity: 1 !important;
	color: rgba(185, 230, 247, var(--tw-text-opacity)) !important;
}
.swiper-pagination.highlights-pagination .swiper-pagination-bullet {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
	--tw-bg-opacity: 1 !important;
	background-color: rgba(185, 230, 247, var(--tw-bg-opacity)) !important;
	opacity: 1 !important;
}
@media (min-width: 1024px) {
	.swiper-pagination.highlights-pagination .swiper-pagination-bullet {
		margin-left: 0.25rem !important;
		margin-right: 0.25rem !important;
	}
}
.swiper-pagination.highlights-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 196, 64, var(--tw-bg-opacity)) !important;
}
/* Contact Form 7 */
.wpcf7-not-valid-tip {
	padding-top: 0.25rem !important;
	font-size: 0.875rem !important;
	line-height: 1.25rem !important;
}
.wpcf7-response-output {
	margin: 0px !important;
	border-style: none !important;
	padding: 0px !important;
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.wpcf7-not-valid {
	border-width: 1px !important;
	border-style: solid !important;
	--tw-border-opacity: 1 !important;
	border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
}
@media (min-width: 1024px) {
	.wpcf7-not-valid {
		border-style: none !important;
	}
}
.wpcf7-not-valid-tip {
	display: none !important;
}
@media (min-width: 1024px) {
	.wpcf7-not-valid-tip {
		display: block !important;
	}
}
.wpcf7-list-item {
	margin: 0px !important;
	font-size: 0.875rem !important;
	line-height: 1.25rem !important;
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.wpcf7-list-item > label {
	display: flex;
}
.wpcf7-list-item > label .wpcf7-list-item-label {
	margin-left: 0.5rem;
}
/* Typography plugin hotfixes */
@media (min-width: 1024px) {
	.prose h1 {
		font-size: 3.5rem;
	}
	.prose h2 {
		font-size: 2.375rem;
	}
	.prose h3 {
		font-size: 1.5rem;
	}
}
.last\:mb-0:last-child {
	margin-bottom: 0px;
}
.hover\:z-1:hover {
	z-index: 1;
}
.hover\:border-primary:hover {
	--tw-border-opacity: 1;
	border-color: rgba(9, 68, 145, var(--tw-border-opacity));
}
.hover\:bg-sky-dark:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 60, 113, var(--tw-bg-opacity));
}
.hover\:text-primary:hover {
	--tw-text-opacity: 1;
	color: rgba(9, 68, 145, var(--tw-text-opacity));
}
.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:underline:hover {
	text-decoration: underline;
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.group:hover .group-hover\:-rotate-90 {
	--tw-rotate: -90deg;
	transform: var(--tw-transform);
}
.group:hover .group-hover\:opacity-100 {
	opacity: 1;
}
@media (min-width: 768px) {
	.md\:top-\[20\%\] {
		top: 20%;
	}
	.md\:-bottom-20 {
		bottom: -5rem;
	}
	.md\:left-auto {
		left: auto;
	}
	.md\:right-\[30\%\] {
		right: 30%;
	}
	.md\:right-8 {
		right: 2rem;
	}
	.md\:right-\[15\%\] {
		right: 15%;
	}
	.md\:left-\[15\%\] {
		left: 15%;
	}
	.md\:right-7 {
		right: 1.75rem;
	}
	.md\:top-\[30\%\] {
		top: 30%;
	}
	.md\:left-7 {
		left: 1.75rem;
	}
	.md\:top-\[65\%\] {
		top: 65%;
	}
	.md\:left-72 {
		left: 18rem;
	}
	.md\:bottom-\[-25\%\] {
		bottom: -25%;
	}
	.md\:right-\[20\%\] {
		right: 20%;
	}
	.md\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
	.md\:mt-64 {
		margin-top: 16rem;
	}
	.md\:block {
		display: block;
	}
	.md\:hidden {
		display: none;
	}
	.md\:h-\[400px\] {
		height: 400px;
	}
	.md\:h-\[700px\] {
		height: 700px;
	}
	.md\:h-\[750px\] {
		height: 750px;
	}
	.md\:h-\[308px\] {
		height: 308px;
	}
	.md\:min-h-\[300px\] {
		min-height: 300px;
	}
	.md\:min-h-\[368px\] {
		min-height: 368px;
	}
	.md\:w-\[380px\] {
		width: 380px;
	}
	.md\:w-\[190px\] {
		width: 190px;
	}
	.md\:w-\[220px\] {
		width: 220px;
	}
	.md\:w-\[200px\] {
		width: 200px;
	}
	.md\:w-\[180px\] {
		width: 180px;
	}
	.md\:w-\[350px\] {
		width: 350px;
	}
	.md\:\!w-auto {
		width: auto !important;
	}
	.md\:w-\[450px\] {
		width: 450px;
	}
	.md\:w-\[320px\] {
		width: 320px;
	}
	.md\:w-\[400px\] {
		width: 400px;
	}
	.md\:w-\[252px\] {
		width: 252px;
	}
	.md\:w-\[2100px\] {
		width: 2100px;
	}
	.md\:max-w-\[165px\] {
		max-width: 165px;
	}
	.md\:max-w-\[223px\] {
		max-width: 223px;
	}
	.md\:max-w-\[500px\] {
		max-width: 500px;
	}
	.md\:max-w-\[280px\] {
		max-width: 280px;
	}
	.md\:max-w-\[200px\] {
		max-width: 200px;
	}
	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.md\:gap-x-5 {
		-moz-column-gap: 1.25rem;
		     column-gap: 1.25rem;
	}
	.md\:gap-x-6 {
		-moz-column-gap: 1.5rem;
		     column-gap: 1.5rem;
	}
	.md\:border-none {
		border-style: none;
	}
	.md\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}
	.md\:pb-24 {
		padding-bottom: 6rem;
	}
	.md\:pr-8 {
		padding-right: 2rem;
	}
	.md\:pl-8 {
		padding-left: 2rem;
	}
	.md\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	.md\:text-7xl {
		font-size: 4.5rem;
		line-height: 1;
	}
	.md\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.md\:last\:mb-14:last-child {
		margin-bottom: 3.5rem;
	}
}
@media (min-width: 1024px) {
	.lg\:container {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 1.75rem;
		padding-left: 1.75rem;
	}
	@media (min-width: 640px) {
		.lg\:container {
			max-width: 640px;
		}
	}
	@media (min-width: 768px) {
		.lg\:container {
			max-width: 768px;
			padding-right: 2rem;
			padding-left: 2rem;
		}
	}
	@media (min-width: 1024px) {
		.lg\:container {
			max-width: 1024px;
		}
	}
	@media (min-width: 1280px) {
		.lg\:container {
			max-width: 1280px;
			padding-right: 6rem;
			padding-left: 6rem;
		}
	}
	@media (min-width: 1536px) {
		.lg\:container {
			max-width: 1536px;
		}
	}
	.lg\:aspect-h-4 {
		--tw-aspect-h: 4;
	}
	.lg\:aspect-h-6 {
		--tw-aspect-h: 6;
	}
	.lg\:absolute {
		position: absolute;
	}
	.lg\:relative {
		position: relative;
	}
	.lg\:sticky {
		position: sticky;
	}
	.lg\:left-1\/2 {
		left: 50%;
	}
	.lg\:top-\[68px\] {
		top: 68px;
	}
	.lg\:bottom-0 {
		bottom: 0px;
	}
	.lg\:left-0 {
		left: 0px;
	}
	.lg\:right-\[450px\] {
		right: 450px;
	}
	.lg\:right-0 {
		right: 0px;
	}
	.lg\:-top-10 {
		top: -2.5rem;
	}
	.lg\:right-56 {
		right: 14rem;
	}
	.lg\:left-\[260px\] {
		left: 260px;
	}
	.lg\:-right-48 {
		right: -12rem;
	}
	.lg\:top-52 {
		top: 13rem;
	}
	.lg\:top-auto {
		top: auto;
	}
	.lg\:bottom-12 {
		bottom: 3rem;
	}
	.lg\:top-0 {
		top: 0px;
	}
	.lg\:top-\[580px\] {
		top: 580px;
	}
	.lg\:right-\[5\%\] {
		right: 5%;
	}
	.lg\:top-12 {
		top: 3rem;
	}
	.lg\:top-20 {
		top: 5rem;
	}
	.lg\:left-14 {
		left: 3.5rem;
	}
	.lg\:-top-16 {
		top: -4rem;
	}
	.lg\:left-\[5\%\] {
		left: 5%;
	}
	.lg\:right-\[30\%\] {
		right: 30%;
	}
	.lg\:top-16 {
		top: 4rem;
	}
	.lg\:top-28 {
		top: 7rem;
	}
	.lg\:top-10 {
		top: 2.5rem;
	}
	.lg\:left-\[22\%\] {
		left: 22%;
	}
	.lg\:top-32 {
		top: 8rem;
	}
	.lg\:left-auto {
		left: auto;
	}
	.lg\:right-\[32\%\] {
		right: 32%;
	}
	.lg\:right-\[8\%\] {
		right: 8%;
	}
	.lg\:-top-14 {
		top: -3.5rem;
	}
	.lg\:left-24 {
		left: 6rem;
	}
	.lg\:top-\[29\%\] {
		top: 29%;
	}
	.lg\:right-\[35\%\] {
		right: 35%;
	}
	.lg\:top-\[55\%\] {
		top: 55%;
	}
	.lg\:right-\[58\%\] {
		right: 58%;
	}
	.lg\:bottom-56 {
		bottom: 14rem;
	}
	.lg\:-left-20 {
		left: -5rem;
	}
	.lg\:top-\[51\%\] {
		top: 51%;
	}
	.lg\:\!top-6 {
		top: 1.5rem !important;
	}
	.lg\:\!left-40 {
		left: 10rem !important;
	}
	.lg\:right-\[50\%\] {
		right: 50%;
	}
	.lg\:top-\[18\%\] {
		top: 18%;
	}
	.lg\:left-7 {
		left: 1.75rem;
	}
	.lg\:-top-24 {
		top: -6rem;
	}
	.lg\:left-\[480px\] {
		left: 480px;
	}
	.lg\:\!bottom-6 {
		bottom: 1.5rem !important;
	}
	.lg\:right-1\/2 {
		right: 50%;
	}
	.lg\:right-12 {
		right: 3rem;
	}
	.lg\:bottom-auto {
		bottom: auto;
	}
	.lg\:bottom-10 {
		bottom: 2.5rem;
	}
	.lg\:right-8 {
		right: 2rem;
	}
	.lg\:top-\[-1\.5rem\] {
		top: -1.5rem;
	}
	.lg\:top-\[-20\%\] {
		top: -20%;
	}
	.lg\:top-\[15\%\] {
		top: 15%;
	}
	.lg\:top-\[50\%\] {
		top: 50%;
	}
	.lg\:right-\[40\%\] {
		right: 40%;
	}
	.lg\:top-\[-30\%\] {
		top: -30%;
	}
	.lg\:right-\[7\%\] {
		right: 7%;
	}
	.lg\:top-\[-8\%\] {
		top: -8%;
	}
	.lg\:top-\[-25\%\] {
		top: -25%;
	}
	.lg\:top-\[24\%\] {
		top: 24%;
	}
	.lg\:left-32 {
		left: 8rem;
	}
	.lg\:top-\[-10\%\] {
		top: -10%;
	}
	.lg\:top-\[47\%\] {
		top: 47%;
	}
	.lg\:bottom-\[-19\%\] {
		bottom: -19%;
	}
	.lg\:-left-16 {
		left: -4rem;
	}
	.lg\:bottom-\[65\%\] {
		bottom: 65%;
	}
	.lg\:bottom-64 {
		bottom: 16rem;
	}
	.lg\:bottom-32 {
		bottom: 8rem;
	}
	.lg\:bottom-\[38\%\] {
		bottom: 38%;
	}
	.lg\:right-\[6\%\] {
		right: 6%;
	}
	.lg\:bottom-40 {
		bottom: 10rem;
	}
	.lg\:left-\[-30\%\] {
		left: -30%;
	}
	.lg\:-bottom-4 {
		bottom: -1rem;
	}
	.lg\:z-0 {
		z-index: 0;
	}
	.lg\:z-1 {
		z-index: 1;
	}
	.lg\:-z-1 {
		z-index: -1;
	}
	.lg\:order-2 {
		order: 2;
	}
	.lg\:m-14 {
		margin: 3.5rem;
	}
	.lg\:\!m-0 {
		margin: 0px !important;
	}
	.lg\:m-0 {
		margin: 0px;
	}
	.lg\:mx-8 {
		margin-left: 2rem;
		margin-right: 2rem;
	}
	.lg\:mx-20 {
		margin-left: 5rem;
		margin-right: 5rem;
	}
	.lg\:mt-28 {
		margin-top: 7rem;
	}
	.lg\:mt-10 {
		margin-top: 2.5rem;
	}
	.lg\:mt-8 {
		margin-top: 2rem;
	}
	.lg\:ml-auto {
		margin-left: auto;
	}
	.lg\:-mt-24 {
		margin-top: -6rem;
	}
	.lg\:-mt-32 {
		margin-top: -8rem;
	}
	.lg\:mt-16 {
		margin-top: 4rem;
	}
	.lg\:ml-16 {
		margin-left: 4rem;
	}
	.lg\:mt-0 {
		margin-top: 0px;
	}
	.lg\:mt-24 {
		margin-top: 6rem;
	}
	.lg\:mt-4 {
		margin-top: 1rem;
	}
	.lg\:ml-5 {
		margin-left: 1.25rem;
	}
	.lg\:mt-20 {
		margin-top: 5rem;
	}
	.lg\:mr-9 {
		margin-right: 2.25rem;
	}
	.lg\:mt-7 {
		margin-top: 1.75rem;
	}
	.lg\:mt-2 {
		margin-top: 0.5rem;
	}
	.lg\:mt-6 {
		margin-top: 1.5rem;
	}
	.lg\:mt-5 {
		margin-top: 1.25rem;
	}
	.lg\:block {
		display: block;
	}
	.lg\:flex {
		display: flex;
	}
	.lg\:hidden {
		display: none;
	}
	.lg\:h-full {
		height: 100%;
	}
	.lg\:h-auto {
		height: auto;
	}
	.lg\:h-\[400px\] {
		height: 400px;
	}
	.lg\:h-\[300px\] {
		height: 300px;
	}
	.lg\:h-\[600px\] {
		height: 600px;
	}
	.lg\:h-\[0\] {
		height: 0;
	}
	.lg\:h-\[640px\] {
		height: 640px;
	}
	.lg\:h-\[716px\] {
		height: 716px;
	}
	.lg\:h-\[750px\] {
		height: 750px;
	}
	.lg\:h-\[244px\] {
		height: 244px;
	}
	.lg\:h-\[220px\] {
		height: 220px;
	}
	.lg\:h-\[272px\] {
		height: 272px;
	}
	.lg\:h-\[200px\] {
		height: 200px;
	}
	.lg\:max-h-0 {
		max-height: 0px;
	}
	.lg\:max-h-full {
		max-height: 100%;
	}
	.lg\:min-h-\[550px\] {
		min-height: 550px;
	}
	.lg\:min-h-\[700px\] {
		min-height: 700px;
	}
	.lg\:min-h-\[360px\] {
		min-height: 360px;
	}
	.lg\:min-h-0 {
		min-height: 0px;
	}
	.lg\:min-h-\[60rem\] {
		min-height: 60rem;
	}
	.lg\:min-h-\[1200px\] {
		min-height: 1200px;
	}
	.lg\:w-\[400px\] {
		width: 400px;
	}
	.lg\:w-14 {
		width: 3.5rem;
	}
	.lg\:w-1\/2 {
		width: 50%;
	}
	.lg\:w-\[50px\] {
		width: 50px;
	}
	.lg\:w-28 {
		width: 7rem;
	}
	.lg\:w-44 {
		width: 11rem;
	}
	.lg\:w-24 {
		width: 6rem;
	}
	.lg\:w-1\/6 {
		width: 16.666667%;
	}
	.lg\:w-\[560px\] {
		width: 560px;
	}
	.lg\:w-\[240px\] {
		width: 240px;
	}
	.lg\:w-\[340px\] {
		width: 340px;
	}
	.lg\:w-\[270px\] {
		width: 270px;
	}
	.lg\:w-\[220px\] {
		width: 220px;
	}
	.lg\:w-\[208px\] {
		width: 208px;
	}
	.lg\:w-\[416px\] {
		width: 416px;
	}
	.lg\:w-\[368px\] {
		width: 368px;
	}
	.lg\:w-\[579px\] {
		width: 579px;
	}
	.lg\:w-\[272px\] {
		width: 272px;
	}
	.lg\:w-10 {
		width: 2.5rem;
	}
	.lg\:w-2\/5 {
		width: 40%;
	}
	.lg\:w-3\/5 {
		width: 60%;
	}
	.lg\:w-auto {
		width: auto;
	}
	.lg\:w-8 {
		width: 2rem;
	}
	.lg\:w-12 {
		width: 3rem;
	}
	.lg\:w-\[320px\] {
		width: 320px;
	}
	.lg\:w-\[244px\] {
		width: 244px;
	}
	.lg\:w-\[464px\] {
		width: 464px;
	}
	.lg\:w-\[330px\] {
		width: 330px;
	}
	.lg\:w-\[672px\] {
		width: 672px;
	}
	.lg\:w-\[500px\] {
		width: 500px;
	}
	.lg\:w-20 {
		width: 5rem;
	}
	.lg\:w-72 {
		width: 18rem;
	}
	.lg\:w-\[200px\] {
		width: 200px;
	}
	.lg\:min-w-\[464px\] {
		min-width: 464px;
	}
	.lg\:min-w-\[530px\] {
		min-width: 530px;
	}
	.lg\:min-w-\[300px\] {
		min-width: 300px;
	}
	.lg\:max-w-\[160px\] {
		max-width: 160px;
	}
	.lg\:max-w-\[450px\] {
		max-width: 450px;
	}
	.lg\:max-w-\[280px\] {
		max-width: 280px;
	}
	.lg\:max-w-\[945px\] {
		max-width: 945px;
	}
	.lg\:max-w-\[470px\] {
		max-width: 470px;
	}
	.lg\:max-w-\[520px\] {
		max-width: 520px;
	}
	.lg\:max-w-\[400px\] {
		max-width: 400px;
	}
	.lg\:max-w-\[250px\] {
		max-width: 250px;
	}
	.lg\:max-w-\[350px\] {
		max-width: 350px;
	}
	.lg\:max-w-\[600px\] {
		max-width: 600px;
	}
	.lg\:max-w-\[274px\] {
		max-width: 274px;
	}
	.lg\:max-w-none {
		max-width: none;
	}
	.lg\:max-w-\[368px\] {
		max-width: 368px;
	}
	.lg\:max-w-\[752px\] {
		max-width: 752px;
	}
	.lg\:max-w-\[272px\] {
		max-width: 272px;
	}
	.lg\:max-w-\[332px\] {
		max-width: 332px;
	}
	.lg\:max-w-\[464px\] {
		max-width: 464px;
	}
	.lg\:max-w-\[1536px\] {
		max-width: 1536px;
	}
	.lg\:max-w-\[540px\] {
		max-width: 540px;
	}
	.lg\:max-w-\[480px\] {
		max-width: 480px;
	}
	.lg\:max-w-\[771px\] {
		max-width: 771px;
	}
	.lg\:max-w-\[240px\] {
		max-width: 240px;
	}
	.lg\:max-w-\[220px\] {
		max-width: 220px;
	}
	.lg\:max-w-\[330px\] {
		max-width: 330px;
	}
	.lg\:max-w-\[413px\] {
		max-width: 413px;
	}
	.lg\:max-w-\[424px\] {
		max-width: 424px;
	}
	.lg\:max-w-\[944px\] {
		max-width: 944px;
	}
	.lg\:max-w-\[530px\] {
		max-width: 530px;
	}
	.lg\:max-w-\[300px\] {
		max-width: 300px;
	}
	.lg\:max-w-\[136px\] {
		max-width: 136px;
	}
	.lg\:max-w-\[270px\] {
		max-width: 270px;
	}
	.lg\:max-w-screen-2xl {
		max-width: 1536px;
	}
	.lg\:max-w-\[273px\] {
		max-width: 273px;
	}
	.lg\:max-w-\[212px\] {
		max-width: 212px;
	}
	.lg\:flex-1 {
		flex: 1 1 0%;
	}
	.lg\:-translate-x-1\/2 {
		--tw-translate-x: -50%;
		transform: var(--tw-transform);
	}
	.lg\:translate-x-1\/2 {
		--tw-translate-x: 50%;
		transform: var(--tw-transform);
	}
	.lg\:rotate-0 {
		--tw-rotate: group-hover;
		transform: var(--tw-transform);
	}
	.lg\:rotate-\[20deg\] {
		--tw-rotate: 20deg;
		transform: var(--tw-transform);
	}
	.lg\:scale-0 {
		--tw-scale-x: 0;
		--tw-scale-y: 0;
		transform: var(--tw-transform);
	}
	.lg\:scale-100 {
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		transform: var(--tw-transform);
	}
	.lg\:transform {
		transform: var(--tw-transform);
	}
	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lg\:flex-row {
		flex-direction: row;
	}
	.lg\:flex-col {
		flex-direction: column;
	}
	.lg\:items-end {
		align-items: flex-end;
	}
	.lg\:items-center {
		align-items: center;
	}
	.lg\:justify-start {
		justify-content: flex-start;
	}
	.lg\:justify-center {
		justify-content: center;
	}
	.lg\:justify-between {
		justify-content: space-between;
	}
	.lg\:gap-14 {
		gap: 3.5rem;
	}
	.lg\:gap-x-3 {
		-moz-column-gap: 0.75rem;
		     column-gap: 0.75rem;
	}
	.lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	.lg\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
	}
	.lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(2rem * var(--tw-space-x-reverse));
		margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
	}
	.lg\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(10rem * var(--tw-space-y-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-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-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)));
	}
	.lg\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(6rem * var(--tw-space-x-reverse));
		margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
	}
	.lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(1.5rem * var(--tw-space-x-reverse));
		margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
	}
	.lg\:overflow-visible {
		overflow: visible;
	}
	.lg\:overflow-y-hidden {
		overflow-y: hidden;
	}
	.lg\:overflow-y-visible {
		overflow-y: visible;
	}
	.lg\:border-l-8 {
		border-left-width: 8px;
	}
	.lg\:border-b {
		border-bottom-width: 1px;
	}
	.lg\:border-none {
		border-style: none;
	}
	.lg\:border-transparent {
		border-color: transparent;
	}
	.lg\:bg-white {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
	.lg\:bg-transparent {
		background-color: transparent;
	}
	.lg\:p-14 {
		padding: 3.5rem;
	}
	.lg\:p-0 {
		padding: 0px;
	}
	.lg\:p-7 {
		padding: 1.75rem;
	}
	.lg\:py-14 {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
	.lg\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}
	.lg\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.lg\:py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
	.lg\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.lg\:py-28 {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}
	.lg\:py-40 {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}
	.lg\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.lg\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	.lg\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.lg\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.lg\:py-48 {
		padding-top: 12rem;
		padding-bottom: 12rem;
	}
	.lg\:py-32 {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	.lg\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	.lg\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.lg\:px-7 {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
	.lg\:px-32 {
		padding-left: 8rem;
		padding-right: 8rem;
	}
	.lg\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.lg\:pt-20 {
		padding-top: 5rem;
	}
	.lg\:pl-\[50\%\] {
		padding-left: 50%;
	}
	.lg\:pt-0 {
		padding-top: 0px;
	}
	.lg\:pt-52 {
		padding-top: 13rem;
	}
	.lg\:pb-64 {
		padding-bottom: 16rem;
	}
	.lg\:pr-12 {
		padding-right: 3rem;
	}
	.lg\:pl-12 {
		padding-left: 3rem;
	}
	.lg\:pb-14 {
		padding-bottom: 3.5rem;
	}
	.lg\:pt-10 {
		padding-top: 2.5rem;
	}
	.lg\:pt-28 {
		padding-top: 7rem;
	}
	.lg\:pb-24 {
		padding-bottom: 6rem;
	}
	.lg\:pt-24 {
		padding-top: 6rem;
	}
	.lg\:pl-24 {
		padding-left: 6rem;
	}
	.lg\:pt-6 {
		padding-top: 1.5rem;
	}
	.lg\:pb-10 {
		padding-bottom: 2.5rem;
	}
	.lg\:pr-0 {
		padding-right: 0px;
	}
	.lg\:pb-0 {
		padding-bottom: 0px;
	}
	.lg\:pt-12 {
		padding-top: 3rem;
	}
	.lg\:pt-64 {
		padding-top: 16rem;
	}
	.lg\:pb-56 {
		padding-bottom: 14rem;
	}
	.lg\:pt-\[15\%\] {
		padding-top: 15%;
	}
	.lg\:pt-\[13\%\] {
		padding-top: 13%;
	}
	.lg\:pt-\[28\%\] {
		padding-top: 28%;
	}
	.lg\:pr-48 {
		padding-right: 12rem;
	}
	.lg\:pb-72 {
		padding-bottom: 18rem;
	}
	.lg\:pl-14 {
		padding-left: 3.5rem;
	}
	.lg\:pt-\[340px\] {
		padding-top: 340px;
	}
	.lg\:pb-36 {
		padding-bottom: 9rem;
	}
	.lg\:pr-16 {
		padding-right: 4rem;
	}
	.lg\:pt-3 {
		padding-top: 0.75rem;
	}
	.lg\:pl-0 {
		padding-left: 0px;
	}
	.lg\:pt-36 {
		padding-top: 9rem;
	}
	.lg\:pb-20 {
		padding-bottom: 5rem;
	}
	.lg\:pt-8 {
		padding-top: 2rem;
	}
	.lg\:pl-32 {
		padding-left: 8rem;
	}
	.lg\:pl-56 {
		padding-left: 14rem;
	}
	.lg\:pt-40 {
		padding-top: 10rem;
	}
	.lg\:pb-32 {
		padding-bottom: 8rem;
	}
	.lg\:text-left {
		text-align: left;
	}
	.lg\:text-center {
		text-align: center;
	}
	.lg\:text-right {
		text-align: right;
	}
	.lg\:font-title {
		font-family: Montserrat;
	}
	.lg\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.lg\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	.lg\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.lg\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.lg\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.lg\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.lg\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
	.lg\:font-light {
		font-weight: 300;
	}
	.lg\:tracking-tight {
		letter-spacing: -0.025em;
	}
	.lg\:opacity-100 {
		opacity: 1;
	}
	.lg\:opacity-0 {
		opacity: 0;
	}
	.lg\:hover\:border-primary:hover {
		--tw-border-opacity: 1;
		border-color: rgba(9, 68, 145, var(--tw-border-opacity));
	}
	.lg\:hover\:text-primary:hover {
		--tw-text-opacity: 1;
		color: rgba(9, 68, 145, var(--tw-text-opacity));
	}
}
@media (min-width: 1280px) {
	.xl\:container {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 1.75rem;
		padding-left: 1.75rem;
	}
	@media (min-width: 640px) {
		.xl\:container {
			max-width: 640px;
		}
	}
	@media (min-width: 768px) {
		.xl\:container {
			max-width: 768px;
			padding-right: 2rem;
			padding-left: 2rem;
		}
	}
	@media (min-width: 1024px) {
		.xl\:container {
			max-width: 1024px;
		}
	}
	@media (min-width: 1280px) {
		.xl\:container {
			max-width: 1280px;
			padding-right: 6rem;
			padding-left: 6rem;
		}
	}
	@media (min-width: 1536px) {
		.xl\:container {
			max-width: 1536px;
		}
	}
	.xl\:right-\[550px\] {
		right: 550px;
	}
	.xl\:-left-5 {
		left: -1.25rem;
	}
	.xl\:left-\[440px\] {
		left: 440px;
	}
	.xl\:right-0 {
		right: 0px;
	}
	.xl\:top-\[640px\] {
		top: 640px;
	}
	.xl\:left-0 {
		left: 0px;
	}
	.xl\:left-24 {
		left: 6rem;
	}
	.xl\:top-\[9\%\] {
		top: 9%;
	}
	.xl\:bottom-32 {
		bottom: 8rem;
	}
	.xl\:left-16 {
		left: 4rem;
	}
	.xl\:left-\[40\%\] {
		left: 40%;
	}
	.xl\:right-24 {
		right: 6rem;
	}
	.xl\:right-\[35\%\] {
		right: 35%;
	}
	.xl\:right-\[30\%\] {
		right: 30%;
	}
	.xl\:top-\[-60px\] {
		top: -60px;
	}
	.xl\:top-\[-80px\] {
		top: -80px;
	}
	.xl\:bottom-\[48\%\] {
		bottom: 48%;
	}
	.xl\:left-52 {
		left: 13rem;
	}
	.xl\:left-36 {
		left: 9rem;
	}
	.xl\:ml-20 {
		margin-left: 5rem;
	}
	.xl\:ml-40 {
		margin-left: 10rem;
	}
	.xl\:block {
		display: block;
	}
	.xl\:flex {
		display: flex;
	}
	.xl\:h-\[530px\] {
		height: 530px;
	}
	.xl\:h-\[280px\] {
		height: 280px;
	}
	.xl\:min-h-\[800px\] {
		min-height: 800px;
	}
	.xl\:w-\[520px\] {
		width: 520px;
	}
	.xl\:w-3\/4 {
		width: 75%;
	}
	.xl\:w-1\/4 {
		width: 25%;
	}
	.xl\:w-52 {
		width: 13rem;
	}
	.xl\:w-2\/3 {
		width: 66.666667%;
	}
	.xl\:w-1\/3 {
		width: 33.333333%;
	}
	.xl\:w-full {
		width: 100%;
	}
	.xl\:max-w-none {
		max-width: none;
	}
	.xl\:max-w-\[550px\] {
		max-width: 550px;
	}
	.xl\:max-w-\[465px\] {
		max-width: 465px;
	}
	.xl\:max-w-\[730px\] {
		max-width: 730px;
	}
	.xl\:max-w-\[176px\] {
		max-width: 176px;
	}
	.xl\:max-w-\[360px\] {
		max-width: 360px;
	}
	.xl\:max-w-\[320px\] {
		max-width: 320px;
	}
	.xl\:max-w-\[340px\] {
		max-width: 340px;
	}
	.xl\:max-w-\[387px\] {
		max-width: 387px;
	}
	.xl\:max-w-\[216px\] {
		max-width: 216px;
	}
	.xl\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.xl\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	.xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(6rem * var(--tw-space-x-reverse));
		margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
	}
	.xl\:object-center {
		-o-object-position: center;
		   object-position: center;
	}
	.xl\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}
	.xl\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	.xl\:pl-24 {
		padding-left: 6rem;
	}
	.xl\:pl-\[55\%\] {
		padding-left: 55%;
	}
	.xl\:pl-0 {
		padding-left: 0px;
	}
	.xl\:pr-20 {
		padding-right: 5rem;
	}
	.xl\:pl-64 {
		padding-left: 16rem;
	}
	.xl\:pl-20 {
		padding-left: 5rem;
	}
	.xl\:pr-64 {
		padding-right: 16rem;
	}
	.xl\:pr-12 {
		padding-right: 3rem;
	}
	.xl\:text-\[32px\] {
		font-size: 32px;
	}
}
@media (min-width: 1536px) {
	.\32xl\:-bottom-4 {
		bottom: -1rem;
	}
	.\32xl\:top-\[690px\] {
		top: 690px;
	}
	.\32xl\:right-\[14\%\] {
		right: 14%;
	}
	.\32xl\:left-1\/2 {
		left: 50%;
	}
	.\32xl\:-top-24 {
		top: -6rem;
	}
	.\32xl\:top-\[6\.5\%\] {
		top: 6.5%;
	}
	.\32xl\:bottom-\[-42\%\] {
		bottom: -42%;
	}
	.\32xl\:\!m-auto {
		margin: auto !important;
	}
	.\32xl\:mt-20 {
		margin-top: 5rem;
	}
	.\32xl\:hidden {
		display: none;
	}
	.\32xl\:h-\[420px\] {
		height: 420px;
	}
	.\32xl\:h-\[120px\] {
		height: 120px;
	}
	.\32xl\:max-w-\[600px\] {
		max-width: 600px;
	}
	.\32xl\:max-w-screen-2xl {
		max-width: 1536px;
	}
	.\32xl\:-translate-x-1\/2 {
		--tw-translate-x: -50%;
		transform: var(--tw-transform);
	}
	.\32xl\:transform {
		transform: var(--tw-transform);
	}
	.\32xl\:gap-x-32 {
		-moz-column-gap: 8rem;
		     column-gap: 8rem;
	}
	.\32xl\:pl-\[45\%\] {
		padding-left: 45%;
	}
	.\32xl\:pr-16 {
		padding-right: 4rem;
	}
	.\32xl\:pl-0 {
		padding-left: 0px;
	}
}
