@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600&display=swap);
<<<<<<< HEAD

/*! 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: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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: #a3a3a3;
}input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a3a3a3;
}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-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(55, 89, 236, 0.5);
	--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);
}
      [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: #737373;
	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: #737373;
	opacity: 1;
}input::placeholder, textarea::placeholder{
	color: #737373;
	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='%23737373' 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: #737373;
	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%;
}@media (min-width: 375px){.container{
		max-width: 375px;
	}
}@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: 1640px){.container{
		max-width: 1640px;
	}
}@media (min-width: 2256px){.container{
		max-width: 2256px;
	}
}.prose{
	color: #404040;
	max-width: 65ch;
}.prose [class~="lead"]{
	color: #525252;
	font-size: 1.25em;
	line-height: 1.6;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}.prose a{
	color: #171717;
	text-decoration: underline;
	font-weight: 500;
}.prose strong{
	color: #171717;
	font-weight: 600;
}.prose ol{
	counter-reset: list-counter;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}.prose ol > li{
	position: relative;
	counter-increment: list-counter;
	padding-left: 1.75em;
}.prose ol > li::before{
	content: counter(list-counter) ".";
	position: absolute;
	font-weight: 400;
	color: #737373;
	left: 0;
}.prose ul > li{
	position: relative;
	padding-left: 1.75em;
}.prose ul > li::before{
	content: "";
	position: absolute;
	background-color: #d4d4d4;
	border-radius: 50%;
	width: 0.375em;
	height: 0.375em;
	top: calc(0.875em - 0.1875em);
	left: 0.25em;
}.prose hr{
	border-color: #e5e5e5;
	border-top-width: 1px;
	margin-top: 3em;
	margin-bottom: 3em;
}.prose blockquote{
	font-weight: 500;
	font-style: italic;
	color: #171717;
	border-left-width: 0.25rem;
	border-left-color: #e5e5e5;
	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: #171717;
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
}.prose h2{
	color: #171717;
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333;
}.prose h3{
	color: #171717;
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}.prose h4{
	color: #171717;
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}.prose figure figcaption{
	color: #737373;
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}.prose code{
	color: #171717;
	font-weight: 600;
	font-size: 0.875em;
}.prose code::before{
	content: "`";
}.prose code::after{
	content: "`";
}.prose a code{
	color: #171717;
}.prose pre{
	color: #e5e5e5;
	background-color: #262626;
	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: "";
}.prose pre code::after{
	content: "";
}.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: #171717;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-color: #d4d4d4;
}.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: #e5e5e5;
}.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.75;
}.prose p{
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}.prose img{
	margin-top: 2em;
	margin-bottom: 2em;
}.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 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;
}.visible{
	visibility: visible;
}.invisible{
	visibility: hidden;
}.fixed{
	position: fixed;
}.absolute{
	position: absolute;
}.relative{
	position: relative;
}.sticky{
	position: sticky;
}.inset-0{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}.left-0{
	left: 0;
}.right-0{
	right: 0;
}.top-0{
	top: 0;
}.-top-104{
	top: -26rem;
}.bottom-0{
	bottom: 0;
}.z-50{
	z-index: 50;
}.z-0{
	z-index: 0;
}.z-40{
	z-index: 40;
}.z-20{
	z-index: 20;
}.z-10{
	z-index: 10;
}.col-span-6{
	grid-column: span 6 / span 6;
}.float-left{
	float: left;
}.m-5{
	margin: 1.25rem;
}.m-2{
	margin: 0.5rem;
}.m-4{
	margin: 1rem;
}.mx-auto{
	margin-left: auto;
	margin-right: auto;
}.my-2{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}.my-8{
	margin-top: 2rem;
	margin-bottom: 2rem;
}.mx-1{
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}.my-4{
	margin-top: 1rem;
	margin-bottom: 1rem;
}.mx-4{
	margin-left: 1rem;
	margin-right: 1rem;
}.mx-6{
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}.my-32{
	margin-top: 8rem;
	margin-bottom: 8rem;
}.mt-5{
	margin-top: 1.25rem;
}.mt-6{
	margin-top: 1.5rem;
}.ml-3{
	margin-left: 0.75rem;
}.-mr-1{
	margin-right: -0.25rem;
}.mt-3{
	margin-top: 0.75rem;
}.mt-2{
	margin-top: 0.5rem;
}.mt-4{
	margin-top: 1rem;
}.mt-1{
	margin-top: 0.25rem;
}.ml-2{
	margin-left: 0.5rem;
}.mb-6{
	margin-bottom: 1.5rem;
}.mr-2{
	margin-right: 0.5rem;
}.mt-8{
	margin-top: 2rem;
}.ml-4{
	margin-left: 1rem;
}.ml-12{
	margin-left: 3.5rem;
}.ml-1{
	margin-left: 0.25rem;
}.-mr-2{
	margin-right: -0.5rem;
}.mr-3{
	margin-right: 0.75rem;
}.mt-10{
	margin-top: 2.5rem;
}.ml-6{
	margin-left: 1.5rem;
}.mb-4{
	margin-bottom: 1rem;
}.mt-16{
	margin-top: 4rem;
}.mt-32{
	margin-top: 8rem;
}.mt-20{
	margin-top: 5rem;
}.mb-3{
	margin-bottom: 0.75rem;
}.ml-5{
	margin-left: 1.25rem;
}.mb-8{
	margin-bottom: 2rem;
}.mt-12{
	margin-top: 3.5rem;
}.mb-2{
	margin-bottom: 0.5rem;
}.-mt-1{
	margin-top: -0.25rem;
}.mr-1{
	margin-right: 0.25rem;
}.mr-8{
	margin-right: 2rem;
}.ml-8{
	margin-left: 2rem;
}.mb-5{
	margin-bottom: 1.25rem;
}.mb-24{
	margin-bottom: 6rem;
}.mb-\[10px\]{
	margin-bottom: 10px;
}.-mt-4{
	margin-top: -1rem;
}.mb-1{
	margin-bottom: 0.25rem;
}.-mt-6{
	margin-top: -1.5rem;
}.mr-4{
	margin-right: 1rem;
}.block{
	display: block;
}.inline-block{
	display: inline-block;
}.inline{
	display: inline;
}.flex{
	display: flex;
}.inline-flex{
	display: inline-flex;
}.table{
	display: table;
}.grid{
	display: grid;
}.hidden{
	display: none;
}.h-16{
	height: 4rem;
}.h-5{
	height: 1.25rem;
}.h-12{
	height: 3.5rem;
}.h-6{
	height: 1.5rem;
}.h-8{
	height: 2rem;
}.h-4{
	height: 1rem;
}.h-10{
	height: 2.5rem;
}.h-20{
	height: 5rem;
}.h-full{
	height: 100%;
}.h-auto{
	height: auto;
}.h-80{
	height: 20rem;
}.h-34{
	height: 8.5rem;
}.h-32{
	height: 8rem;
}.h-24{
	height: 6rem;
}.h-14{
	height: 3rem;
}.h-48{
	height: 12rem;
}.h-42{
	height: 10.5rem;
}.h-28{
	height: 7rem;
}.h-0{
	height: 0;
}.h-64{
	height: 16rem;
}.h-3{
	height: 0.75rem;
}.h-7{
	height: 1.75rem;
}.h-2{
	height: 0.5rem;
}.h-88{
	height: 22rem;
}.max-h-72{
	max-height: 18rem;
}.min-h-screen{
	min-height: 100vh;
}.w-16{
	width: 4rem;
}.w-full{
	width: 100%;
}.w-0{
	width: 0;
}.w-5{
	width: 1.25rem;
}.w-12{
	width: 3.5rem;
}.w-6{
	width: 1.5rem;
}.w-3\/4{
	width: 75%;
}.w-48{
	width: 12rem;
}.w-auto{
	width: auto;
}.w-8{
	width: 2rem;
}.w-4{
	width: 1rem;
}.w-60{
	width: 15rem;
}.w-10{
	width: 2.5rem;
}.w-20{
	width: 5rem;
}.w-4\/5{
	width: 80%;
}.w-72{
	width: 18rem;
}.w-2\/3{
	width: 66.666667%;
}.w-1\/3{
	width: 33.333333%;
}.w-1\/2{
	width: 50%;
}.w-40{
	width: 10rem;
}.w-3\/5{
	width: 60%;
}.w-32{
	width: 8rem;
}.w-64{
	width: 16rem;
}.w-24{
	width: 6rem;
}.w-56{
	width: 14rem;
}.w-11\/12{
	width: 91.666667%;
}.w-28{
	width: 7rem;
}.w-96{
	width: 24rem;
}.min-w-0{
	min-width: 0px;
}.max-w-screen-xl{
	max-width: 1280px;
}.max-w-7xl{
	max-width: 80rem;
}.max-w-xl{
	max-width: 36rem;
}.max-w-\[940px\]{
	max-width: 940px;
}.max-w-custom{
	max-width: 1110px;
}.max-w-\[128px\]{
	max-width: 128px;
}.max-w-full{
	max-width: 100%;
}.max-w-\[1024px\]{
	max-width: 1024px;
}.max-w-2xl{
	max-width: 42rem;
}.max-w-\[500px\]{
	max-width: 500px;
}.max-w-5xl{
	max-width: 64rem;
}.max-w-min{
	max-width: -moz-min-content;
	max-width: min-content;
}.flex-1{
	flex: 1 1 0%;
}.flex-shrink-0{
	flex-shrink: 0;
}.table-auto{
	table-layout: auto;
}.border-collapse{
	border-collapse: collapse;
}.origin-top-left{
	transform-origin: top left;
}.origin-top{
	transform-origin: top;
}.origin-top-right{
	transform-origin: top right;
}.translate-y-4{
	--tw-translate-y: 1rem;
	transform: var(--tw-transform);
}.translate-y-0{
	--tw-translate-y: 0;
	transform: var(--tw-transform);
}.translate-x-0{
	--tw-translate-x: 0;
	transform: var(--tw-transform);
}.-translate-x-full{
	--tw-translate-x: -100%;
	transform: var(--tw-transform);
}.scale-95{
	--tw-scale-x: .95;
	--tw-scale-y: .95;
	transform: var(--tw-transform);
}.scale-100{
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: var(--tw-transform);
}.transform{
	transform: var(--tw-transform);
}.cursor-pointer{
	cursor: pointer;
}.cursor-wait{
	cursor: wait;
}.cursor-not-allowed{
	cursor: not-allowed;
}.resize{
	resize: both;
}.list-inside{
	list-style-position: inside;
}.list-disc{
	list-style-type: disc;
}.appearance-none{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}.grid-cols-6{
	grid-template-columns: repeat(6, minmax(0, 1fr));
}.grid-cols-1{
	grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-2{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-4{
	grid-template-columns: repeat(4, minmax(0, 1fr));
}.grid-cols-3{
	grid-template-columns: repeat(3, 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;
}.flex-nowrap{
	flex-wrap: nowrap;
}.place-items-center{
	place-items: center;
}.items-start{
	align-items: flex-start;
}.items-end{
	align-items: flex-end;
}.items-center{
	align-items: center;
}.justify-start{
	justify-content: flex-start;
}.justify-end{
	justify-content: flex-end;
}.justify-center{
	justify-content: center;
}.justify-between{
	justify-content: space-between;
}.justify-items-center{
	justify-items: center;
}.gap-6{
	gap: 1.5rem;
}.gap-4{
	gap: 1rem;
}.gap-1{
	gap: 0.25rem;
}.gap-2{
	gap: 0.5rem;
}.gap-x-2{
	-moz-column-gap: 0.5rem;
	     column-gap: 0.5rem;
}.gap-y-4{
	row-gap: 1rem;
}.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)));
}.space-y-1 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.25rem * var(--tw-space-y-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-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-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-2 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-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-y-5 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}.space-x-1 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse));
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}.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)));
}.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-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));
}.self-end{
	align-self: flex-end;
}.self-center{
	align-self: center;
}.overflow-auto{
	overflow: auto;
}.overflow-hidden{
	overflow: hidden;
}.overflow-y-auto{
	overflow-y: auto;
}.overflow-x-hidden{
	overflow-x: hidden;
}.overflow-y-hidden{
	overflow-y: hidden;
}.truncate{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}.whitespace-nowrap{
	white-space: nowrap;
}.break-all{
	word-break: break-all;
}.rounded-lg{
	border-radius: 0.5rem;
}.rounded-md{
	border-radius: 0.375rem;
}.rounded{
	border-radius: 4px;
}.rounded-full{
	border-radius: 9999px;
}.rounded-none{
	border-radius: 0;
}.rounded-sm{
	border-radius: 0.125rem;
}.rounded-t-none{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}.rounded-b-none{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}.border{
	border-width: 1px;
}.border-2{
	border-width: 2px;
}.border-0{
	border-width: 0px;
}.border-b-2{
	border-bottom-width: 2px;
}.border-l-4{
	border-left-width: 4px;
}.border-t{
	border-top-width: 1px;
}.border-b{
	border-bottom-width: 1px;
}.border-t-2{
	border-top-width: 2px;
}.border-r-2{
	border-right-width: 2px;
}.border-l-2{
	border-left-width: 2px;
}.border-solid{
	border-style: solid;
}.border-transparent{
	border-color: transparent;
}.border-gray-300{
	--tw-border-opacity: 1;
	border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}.border-indigo-400{
	--tw-border-opacity: 1;
	border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}.border-gray-200{
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}.border-gray-100{
	--tw-border-opacity: 1;
	border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}.border-grey-200{
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}.border-grey-300{
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}.border-grey-400{
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}.border-blue-500{
	--tw-border-opacity: 1;
	border-color: rgba(55, 89, 236, var(--tw-border-opacity));
}.border-grey-100{
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}.border-red-500{
	--tw-border-opacity: 1;
	border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}.border-white{
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}.border-black{
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}.border-gray-500{
	--tw-border-opacity: 1;
	border-color: rgba(115, 115, 115, var(--tw-border-opacity));
}.border-grey-700{
	--tw-border-opacity: 1;
	border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.bg-gray-100{
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}.bg-indigo-500{
	--tw-bg-opacity: 1;
	background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}.bg-red-700{
	--tw-bg-opacity: 1;
	background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}.bg-indigo-600{
	--tw-bg-opacity: 1;
	background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}.bg-red-600{
	--tw-bg-opacity: 1;
	background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}.bg-gray-800{
	--tw-bg-opacity: 1;
	background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}.bg-red-100{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}.bg-gray-50{
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}.bg-gray-500{
	--tw-bg-opacity: 1;
	background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}.bg-indigo-50{
	--tw-bg-opacity: 1;
	background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}.bg-gray-200{
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}.bg-grey-100{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}.bg-fr-500{
	--tw-bg-opacity: 1;
	background-color: rgba(55, 89, 236, var(--tw-bg-opacity));
}.bg-lightGrey{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}.bg-grey-200{
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}.bg-red-800{
	--tw-bg-opacity: 1;
	background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}.bg-grey-500{
	--tw-bg-opacity: 1;
	background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}.bg-btlr-500{
	--tw-bg-opacity: 1;
	background-color: rgba(210, 21, 92, var(--tw-bg-opacity));
}.bg-lllr-500{
	--tw-bg-opacity: 1;
	background-color: rgba(86, 188, 167, var(--tw-bg-opacity));
}.bg-grey-300{
	--tw-bg-opacity: 1;
	background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}.bg-gray-300{
	--tw-bg-opacity: 1;
	background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}.bg-red-500{
	--tw-bg-opacity: 1;
	background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}.bg-green-500{
	--tw-bg-opacity: 1;
	background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}.bg-gray-400{
	--tw-bg-opacity: 1;
	background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}.bg-opacity-25{
	--tw-bg-opacity: 0.25;
}.bg-cover{
	background-size: cover;
}.bg-contain{
	background-size: contain;
}.bg-center{
	background-position: center;
}.bg-no-repeat{
	background-repeat: no-repeat;
}.object-cover{
	-o-object-fit: cover;
	   object-fit: cover;
}.p-2{
	padding: 0.5rem;
}.p-6{
	padding: 1.5rem;
}.p-12{
	padding: 3.5rem;
}.p-8{
	padding: 2rem;
}.p-4{
	padding: 1rem;
}.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}.py-5{
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}.px-6{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}.py-4{
	padding-top: 1rem;
	padding-bottom: 1rem;
}.py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}.px-3{
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}.py-1{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}.py-3{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}.py-6{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}.px-1{
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}.py-8{
	padding-top: 2rem;
	padding-bottom: 2rem;
}.py-12{
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}.py-10{
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}.px-12{
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}.px-2{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}.py-16{
	padding-top: 4rem;
	padding-bottom: 4rem;
}.pt-6{
	padding-top: 1.5rem;
}.pt-5{
	padding-top: 1.25rem;
}.pb-4{
	padding-bottom: 1rem;
}.pt-1{
	padding-top: 0.25rem;
}.pl-3{
	padding-left: 0.75rem;
}.pr-4{
	padding-right: 1rem;
}.pt-2{
	padding-top: 0.5rem;
}.pb-3{
	padding-bottom: 0.75rem;
}.pt-4{
	padding-top: 1rem;
}.pb-1{
	padding-bottom: 0.25rem;
}.pb-6{
	padding-bottom: 1.5rem;
}.pt-8{
	padding-top: 2rem;
}.pb-12{
	padding-bottom: 3.5rem;
}.pt-32{
	padding-top: 8rem;
}.pt-12{
	padding-top: 3.5rem;
}.pb-10{
	padding-bottom: 2.5rem;
}.pr-5{
	padding-right: 1.25rem;
}.pb-8{
	padding-bottom: 2rem;
}.pr-1{
	padding-right: 0.25rem;
}.pl-5{
	padding-left: 1.25rem;
}.pb-2{
	padding-bottom: 0.5rem;
}.pr-2{
	padding-right: 0.5rem;
}.pt-24{
	padding-top: 6rem;
}.pl-4{
	padding-left: 1rem;
}.text-left{
	text-align: left;
}.text-center{
	text-align: center;
}.text-right{
	text-align: right;
}.align-top{
	vertical-align: top;
}.font-sans{
	font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}.font-bebasBold{
	font-family: BebasNeueBold, sans-serif;
}.font-bebasRegular{
	font-family: BebasNeueRegular, sans-serif;
}.font-din2014b{
	font-family: din2014-bold, sans-serif;
}.font-din2014r{
	font-family: din2014-regular, sans-serif;
}.font-din2014db{
	font-family: din2014-demibold, sans-serif;
}.font-bebasLight{
	font-family: BebasNeueLight, sans-serif;
}.font-bebasBook{
	font-family: BebasNeueBook, sans-serif;
}.text-sm{
	font-size: 0.875rem;
}.text-xs{
	font-size: 0.75rem;
}.text-lg{
	font-size: 1.125rem;
}.text-base{
	font-size: 1rem;
}.text-2xl{
	font-size: 1.5rem;
}.text-xl{
	font-size: 1.25rem;
}.text-5xl{
	font-size: 3rem;
}.text-md{
	font-size: 0.917rem;
}.text-6xl{
	font-size: 4rem;
}.text-4xl{
	font-size: 2.67rem;
}.text-3xl{
	font-size: 1.875rem;
}.text-8xl{
	font-size: 6rem;
}.text-\[28px\]{
	font-size: 28px;
}.text-7xl{
	font-size: 5rem;
}.text-xxs{
	font-size: 0.5rem;
}.text-\[18px\]{
	font-size: 18px;
}.font-medium{
	font-weight: 500;
}.font-semibold{
	font-weight: 600;
}.font-bold{
	font-weight: 700;
}.font-normal{
	font-weight: 400;
}.uppercase{
	text-transform: uppercase;
}.lowercase{
	text-transform: lowercase;
}.italic{
	font-style: italic;
}.leading-5{
	line-height: 1.25rem;
}.leading-7{
	line-height: 1.75rem;
}.leading-tight{
	line-height: 1.25;
}.leading-4{
	line-height: 1rem;
}.leading-none{
	line-height: 1;
}.leading-snug{
	line-height: 1.375;
}.tracking-widest{
	letter-spacing: 0.1em;
}.text-gray-600{
	--tw-text-opacity: 1;
	color: rgba(82, 82, 82, var(--tw-text-opacity));
}.text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.text-indigo-600{
	--tw-text-opacity: 1;
	color: rgba(79, 70, 229, var(--tw-text-opacity));
}.text-red-600{
	--tw-text-opacity: 1;
	color: rgba(225, 29, 72, var(--tw-text-opacity));
}.text-gray-700{
	--tw-text-opacity: 1;
	color: rgba(64, 64, 64, var(--tw-text-opacity));
}.text-gray-900{
	--tw-text-opacity: 1;
	color: rgba(23, 23, 23, var(--tw-text-opacity));
}.text-gray-500{
	--tw-text-opacity: 1;
	color: rgba(115, 115, 115, var(--tw-text-opacity));
}.text-indigo-700{
	--tw-text-opacity: 1;
	color: rgba(67, 56, 202, var(--tw-text-opacity));
}.text-green-400{
	--tw-text-opacity: 1;
	color: rgba(74, 222, 128, var(--tw-text-opacity));
}.text-gray-400{
	--tw-text-opacity: 1;
	color: rgba(163, 163, 163, var(--tw-text-opacity));
}.text-indigo-500{
	--tw-text-opacity: 1;
	color: rgba(99, 102, 241, var(--tw-text-opacity));
}.text-gray-800{
	--tw-text-opacity: 1;
	color: rgba(38, 38, 38, var(--tw-text-opacity));
}.text-red-500{
	--tw-text-opacity: 1;
	color: rgba(244, 63, 94, var(--tw-text-opacity));
}.text-green-600{
	--tw-text-opacity: 1;
	color: rgba(22, 163, 74, var(--tw-text-opacity));
}.text-green-500{
	--tw-text-opacity: 1;
	color: rgba(34, 197, 94, var(--tw-text-opacity));
}.text-fr-500{
	--tw-text-opacity: 1;
	color: rgba(55, 89, 236, var(--tw-text-opacity));
}.text-grey-500{
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}.text-grey-400{
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}.text-grey-300{
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));
}.text-wle-500{
	--tw-text-opacity: 1;
	color: rgba(230, 198, 2, var(--tw-text-opacity));
}.text-grey-100{
	--tw-text-opacity: 1;
	color: rgba(243, 244, 246, var(--tw-text-opacity));
}.text-grey-200{
	--tw-text-opacity: 1;
	color: rgba(229, 231, 235, var(--tw-text-opacity));
}.text-blue-500{
	--tw-text-opacity: 1;
	color: rgba(55, 89, 236, var(--tw-text-opacity));
}.text-pfr-500{
	--tw-text-opacity: 1;
	color: rgba(1, 90, 96, var(--tw-text-opacity));
}.text-btlr-500{
	--tw-text-opacity: 1;
	color: rgba(210, 21, 92, var(--tw-text-opacity));
}.text-lllr-500{
	--tw-text-opacity: 1;
	color: rgba(86, 188, 167, var(--tw-text-opacity));
}.text-black{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.text-grey-700{
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}.text-yellow-600{
	--tw-text-opacity: 1;
	color: rgba(217, 119, 6, var(--tw-text-opacity));
}.text-gray-300{
	--tw-text-opacity: 1;
	color: rgba(212, 212, 212, var(--tw-text-opacity));
}.underline{
	text-decoration: underline;
}.line-through{
	text-decoration: line-through;
}.no-underline{
	text-decoration: none;
}.antialiased{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}.opacity-0{
	opacity: 0;
}.opacity-100{
	opacity: 1;
}.opacity-75{
	opacity: 0.75;
}.opacity-50{
	opacity: 0.5;
}.opacity-25{
	opacity: 0.25;
}.shadow{
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-md{
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-sm{
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-lg{
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-xl{
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.ring-1{
	--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);
}.ring-black{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}.ring-opacity-5{
	--tw-ring-opacity: 0.05;
}.filter{
	filter: var(--tw-filter);
}.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;
}.transition-all{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}.duration-150{
	transition-duration: 150ms;
}.duration-200{
	transition-duration: 200ms;
}.duration-75{
	transition-duration: 75ms;
}.duration-300{
	transition-duration: 300ms;
}.duration-1000{
	transition-duration: 1000ms;
}.ease-in-out{
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.ease-out{
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}.ease-in{
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}@font-face {
    font-family: "BebasNeueRegular";
    src: url("/fonts/bebas_neue/BebasNeue Regular.ttf") format("truetype"),
        url("/fonts/bebas_neue/BebasNeue Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}@font-face {
    font-family: "BebasNeueThin";
    src: url("/fonts/bebas_neue/BebasNeue Thin.ttf") format("truetype"),
        url("/fonts/bebas_neue/BebasNeue Thin.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}@font-face {
    font-family: "BebasNeueLight";
    src: url("/fonts/bebas_neue/BebasNeue Light.ttf") format("truetype"),
        url("/fonts/bebas_neue/BebasNeue Light.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}@font-face {
    font-family: "BebasNeueBook";
    src: url("/fonts/bebas_neue/BebasNeue Book.ttf") format("truetype"),
        url("/fonts/bebas_neue/BebasNeue Book.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}@font-face {
    font-family: "BebasNeueBold";
    src: url("/fonts/bebas_neue/BebasNeue Bold.ttf") format("truetype"),
        url("/fonts/bebas_neue/BebasNeue Bold.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}@font-face {
    font-family: "bebasneue-bold";
    src: url("/fonts/BebasNeueBold.woff2") format("woff2"),
        url("/fonts/BebasNeueBold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}@font-face {
    font-family: "din2014-regular";
    src: url("/fonts/din/DIN2014-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}@font-face {
    font-family: "din2014-bold";
    src: url("/fonts/din/DIN2014-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}@font-face {
    font-family: "din2014-extralight";
    src: url("/fonts/din/DIN2014-ExtraLight.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}@font-face {
    font-family: "din2014-demibold";
    src: url("/fonts/din/DIN2014-DemiBold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}@font-face {
    font-family: "din2014-light";
    src: url("/fonts/din/DIN2014-Light.woff2") format("woff2"),
        url("/fonts/din/DIN2014-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}.blue-color {
    color: #3759ec;
}.grey-color {
    background-color: #f5f5f5;
}.green-color {
    color: #3ee982;
}.register-background {
    background-color: #3ee982;
}.register-background:hover {
    background-color: #21c260;
}.register-text {
    color: #0e3254;
}.hover\:border-gray-300:hover{
	--tw-border-opacity: 1;
	border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}.hover\:border-fr-500:hover{
	--tw-border-opacity: 1;
	border-color: rgba(55, 89, 236, var(--tw-border-opacity));
}.hover\:border-blue-400:hover{
	border-color: rgba(55,89,236,0.95);
}.hover\:border-yellow-500:hover{
	--tw-border-opacity: 1;
	border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}.hover\:border-blue-500:hover{
	--tw-border-opacity: 1;
	border-color: rgba(55, 89, 236, var(--tw-border-opacity));
}.hover\:border-yellow-600:hover{
	--tw-border-opacity: 1;
	border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}.hover\:bg-indigo-600:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}.hover\:bg-red-600:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}.hover\:bg-gray-700:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}.hover\:bg-red-500:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}.hover\:bg-gray-100:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}.hover\:bg-gray-50:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}.hover\:bg-red-900:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}.hover\:bg-grey-100:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}.hover\:text-gray-700:hover{
	--tw-text-opacity: 1;
	color: rgba(64, 64, 64, var(--tw-text-opacity));
}.hover\:text-gray-800:hover{
	--tw-text-opacity: 1;
	color: rgba(38, 38, 38, var(--tw-text-opacity));
}.hover\:text-gray-500:hover{
	--tw-text-opacity: 1;
	color: rgba(115, 115, 115, var(--tw-text-opacity));
}.hover\:text-gray-900:hover{
	--tw-text-opacity: 1;
	color: rgba(23, 23, 23, var(--tw-text-opacity));
}.hover\:text-frwra-500:hover{
	--tw-text-opacity: 1;
	color: rgba(1, 25, 50, var(--tw-text-opacity));
}.hover\:text-fr-500:hover{
	--tw-text-opacity: 1;
	color: rgba(55, 89, 236, var(--tw-text-opacity));
}.hover\:text-blue-400:hover{
	color: rgba(55,89,236,0.95);
}.hover\:text-gray-600:hover{
	--tw-text-opacity: 1;
	color: rgba(82, 82, 82, var(--tw-text-opacity));
}.hover\:text-yellow-600:hover{
	--tw-text-opacity: 1;
	color: rgba(217, 119, 6, var(--tw-text-opacity));
}.hover\:text-blue-500:hover{
	--tw-text-opacity: 1;
	color: rgba(55, 89, 236, var(--tw-text-opacity));
}.hover\:text-grey-900:hover{
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}.hover\:underline:hover{
	text-decoration: underline;
}.focus\:z-10:focus{
	z-index: 10;
}.focus\:border-gray-900:focus{
	--tw-border-opacity: 1;
	border-color: rgba(23, 23, 23, var(--tw-border-opacity));
}.focus\:border-indigo-300:focus{
	--tw-border-opacity: 1;
	border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}.focus\:border-red-700:focus{
	--tw-border-opacity: 1;
	border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}.focus\:border-indigo-700:focus{
	--tw-border-opacity: 1;
	border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}.focus\:border-gray-300:focus{
	--tw-border-opacity: 1;
	border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}.focus\:bg-indigo-600:focus{
	--tw-bg-opacity: 1;
	background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}.focus\:bg-red-600:focus{
	--tw-bg-opacity: 1;
	background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}.focus\:bg-gray-100:focus{
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}.focus\:bg-indigo-100:focus{
	--tw-bg-opacity: 1;
	background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}.focus\:bg-gray-50:focus{
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}.focus\:text-gray-700:focus{
	--tw-text-opacity: 1;
	color: rgba(64, 64, 64, var(--tw-text-opacity));
}.focus\:text-indigo-800:focus{
	--tw-text-opacity: 1;
	color: rgba(55, 48, 163, var(--tw-text-opacity));
}.focus\:text-gray-800:focus{
	--tw-text-opacity: 1;
	color: rgba(38, 38, 38, var(--tw-text-opacity));
}.focus\:text-gray-500:focus{
	--tw-text-opacity: 1;
	color: rgba(115, 115, 115, var(--tw-text-opacity));
}.focus\:outline-none:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}.focus\:ring:focus{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-0:focus{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-indigo-200:focus{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}.focus\:ring-opacity-50:focus{
	--tw-ring-opacity: 0.5;
}.focus\:ring-offset-0:focus{
	--tw-ring-offset-width: 0px;
}.active\:bg-gray-900:active{
	--tw-bg-opacity: 1;
	background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}.active\:bg-red-600:active{
	--tw-bg-opacity: 1;
	background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}.active\:bg-gray-50:active{
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}.active\:text-gray-800:active{
	--tw-text-opacity: 1;
	color: rgba(38, 38, 38, var(--tw-text-opacity));
}.disabled\:opacity-25:disabled{
	opacity: 0.25;
}@media (min-width: 375px){.xsm\:justify-center{
		justify-content: center;
	}.xsm\:text-2xl{
		font-size: 1.5rem;
	}
}@media (min-width: 640px){.sm\:col-span-4{
		grid-column: span 4 / span 4;
	}.sm\:mx-0{
		margin-left: 0;
		margin-right: 0;
	}.sm\:mx-auto{
		margin-left: auto;
		margin-right: auto;
	}.sm\:-my-px{
		margin-top: -1px;
		margin-bottom: -1px;
	}.sm\:ml-3{
		margin-left: 0.75rem;
	}.sm\:-mr-2{
		margin-right: -0.5rem;
	}.sm\:mt-0{
		margin-top: 0;
	}.sm\:ml-4{
		margin-left: 1rem;
	}.sm\:ml-10{
		margin-left: 2.5rem;
	}.sm\:ml-6{
		margin-left: 1.5rem;
	}.sm\:block{
		display: block;
	}.sm\:flex{
		display: flex;
	}.sm\:hidden{
		display: none;
	}.sm\:h-10{
		height: 2.5rem;
	}.sm\:w-10{
		width: 2.5rem;
	}.sm\:w-full{
		width: 100%;
	}.sm\:w-1\/3{
		width: 33.333333%;
	}.sm\:w-2\/3{
		width: 66.666667%;
	}.sm\:w-48{
		width: 12rem;
	}.sm\:w-36{
		width: 9rem;
	}.sm\:max-w-md{
		max-width: 28rem;
	}.sm\:max-w-sm{
		max-width: 24rem;
	}.sm\:max-w-lg{
		max-width: 32rem;
	}.sm\:max-w-xl{
		max-width: 36rem;
	}.sm\:max-w-2xl{
		max-width: 42rem;
	}.sm\:translate-y-0{
		--tw-translate-y: 0;
		transform: var(--tw-transform);
	}.sm\:scale-95{
		--tw-scale-x: .95;
		--tw-scale-y: .95;
		transform: var(--tw-transform);
	}.sm\:scale-100{
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		transform: var(--tw-transform);
	}.sm\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}.sm\:flex-row{
		flex-direction: row;
	}.sm\:items-start{
		align-items: flex-start;
	}.sm\:items-center{
		align-items: center;
	}.sm\:justify-start{
		justify-content: flex-start;
	}.sm\:justify-center{
		justify-content: center;
	}.sm\: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));
	}.sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0.5rem * var(--tw-space-x-reverse));
		margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
	}.sm\: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)));
	}.sm\:rounded-lg{
		border-radius: 0.5rem;
	}.sm\:rounded-md{
		border-radius: 0.375rem;
	}.sm\:rounded-tl-md{
		border-top-left-radius: 0.375rem;
	}.sm\:rounded-tr-md{
		border-top-right-radius: 0.375rem;
	}.sm\:rounded-bl-md{
		border-bottom-left-radius: 0.375rem;
	}.sm\:rounded-br-md{
		border-bottom-right-radius: 0.375rem;
	}.sm\:p-6{
		padding: 1.5rem;
	}.sm\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}.sm\:px-0{
		padding-left: 0;
		padding-right: 0;
	}.sm\:px-20{
		padding-left: 5rem;
		padding-right: 5rem;
	}.sm\:py-6{
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}.sm\:pt-0{
		padding-top: 0;
	}.sm\:pb-4{
		padding-bottom: 1rem;
	}.sm\:pb-0{
		padding-bottom: 0;
	}.sm\:text-left{
		text-align: left;
	}.sm\:text-center{
		text-align: center;
	}.sm\:text-base{
		font-size: 1rem;
	}.sm\:text-lg{
		font-size: 1.125rem;
	}.sm\:text-3xl{
		font-size: 1.875rem;
	}.sm\:text-2xl{
		font-size: 1.5rem;
	}.sm\:text-sm{
		font-size: 0.875rem;
	}.sm\:text-md{
		font-size: 0.917rem;
	}
}@media (min-width: 768px){.md\:col-span-2{
		grid-column: span 2 / span 2;
	}.md\:col-span-1{
		grid-column: span 1 / span 1;
	}.md\:col-span-3{
		grid-column: span 3 / span 3;
	}.md\:mx-0{
		margin-left: 0;
		margin-right: 0;
	}.md\:mt-0{
		margin-top: 0;
	}.md\:mt-4{
		margin-top: 1rem;
	}.md\:mt-32{
		margin-top: 8rem;
	}.md\:mb-0{
		margin-bottom: 0;
	}.md\:ml-auto{
		margin-left: auto;
	}.md\:ml-0{
		margin-left: 0;
	}.md\:block{
		display: block;
	}.md\:flex{
		display: flex;
	}.md\:grid{
		display: grid;
	}.md\:hidden{
		display: none;
	}.md\:h-auto{
		height: auto;
	}.md\:h-80{
		height: 20rem;
	}.md\:w-full{
		width: 100%;
	}.md\:w-56{
		width: 14rem;
	}.md\:w-1\/4{
		width: 25%;
	}.md\:w-3\/4{
		width: 75%;
	}.md\:w-1\/2{
		width: 50%;
	}.md\:w-2\/3{
		width: 66.666667%;
	}.md\:w-1\/3{
		width: 33.333333%;
	}.md\:max-w-7xl{
		max-width: 80rem;
	}.md\:grid-cols-3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}.md\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}.md\:flex-row{
		flex-direction: row;
	}.md\:flex-col{
		flex-direction: column;
	}.md\:items-start{
		align-items: flex-start;
	}.md\:justify-start{
		justify-content: flex-start;
	}.md\:justify-end{
		justify-content: flex-end;
	}.md\:gap-6{
		gap: 1.5rem;
	}.md\:gap-4{
		gap: 1rem;
	}.md\:gap-8{
		gap: 2rem;
	}.md\:gap-x-12{
		-moz-column-gap: 3.5rem;
		     column-gap: 3.5rem;
	}.md\:gap-y-0{
		row-gap: 0;
	}.md\: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)));
	}.md\: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));
	}.md\: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)));
	}.md\: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));
	}.md\: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));
	}.md\: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)));
	}.md\:border-t-0{
		border-top-width: 0px;
	}.md\:border-l{
		border-left-width: 1px;
	}.md\:border-grey-200{
		--tw-border-opacity: 1;
		border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	}.md\:bg-grey-100{
		--tw-bg-opacity: 1;
		background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
	}.md\:px-12{
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}.md\:px-0{
		padding-left: 0;
		padding-right: 0;
	}.md\:px-16{
		padding-left: 4rem;
		padding-right: 4rem;
	}.md\:py-16{
		padding-top: 4rem;
		padding-bottom: 4rem;
	}.md\:py-0{
		padding-top: 0;
		padding-bottom: 0;
	}.md\:px-4{
		padding-left: 1rem;
		padding-right: 1rem;
	}.md\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}.md\:py-8{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}.md\:pl-2{
		padding-left: 0.5rem;
	}.md\:pt-8{
		padding-top: 2rem;
	}.md\:text-left{
		text-align: left;
	}.md\:text-right{
		text-align: right;
	}.md\:text-2xl{
		font-size: 1.5rem;
	}.md\:text-xl{
		font-size: 1.25rem;
	}.md\:text-3xl{
		font-size: 1.875rem;
	}.md\:text-base{
		font-size: 1rem;
	}.md\:text-4xl{
		font-size: 2.67rem;
	}.md\:text-7xl{
		font-size: 5rem;
	}
}@media (min-width: 1024px){.lg\:absolute{
		position: absolute;
	}.lg\:left-3{
		left: 0.75rem;
	}.lg\:bottom-0{
		bottom: 0;
	}.lg\:col-span-4{
		grid-column: span 4 / span 4;
	}.lg\:float-right{
		float: right;
	}.lg\:mt-0{
		margin-top: 0;
	}.lg\:mt-3{
		margin-top: 0.75rem;
	}.lg\:mt-8{
		margin-top: 2rem;
	}.lg\:mb-\[1\.75rem\]{
		margin-bottom: 1.75rem;
	}.lg\:mt-16{
		margin-top: 4rem;
	}.lg\:block{
		display: block;
	}.lg\:flex{
		display: flex;
	}.lg\:grid{
		display: grid;
	}.lg\:hidden{
		display: none;
	}.lg\:h-48{
		height: 12rem;
	}.lg\:h-64{
		height: 16rem;
	}.lg\:h-28{
		height: 7rem;
	}.lg\:max-h-\[244px\]{
		max-height: 244px;
	}.lg\:w-56{
		width: 14rem;
	}.lg\:w-2\/3{
		width: 66.666667%;
	}.lg\:w-54{
		width: 13.5rem;
	}.lg\:w-1\/2{
		width: 50%;
	}.lg\:w-4\/5{
		width: 80%;
	}.lg\:w-1\/3{
		width: 33.333333%;
	}.lg\:w-full{
		width: 100%;
	}.lg\:flex-none{
		flex: none;
	}.lg\:grid-cols-5{
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}.lg\:grid-cols-4{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}.lg\:flex-row{
		flex-direction: row;
	}.lg\:items-start{
		align-items: flex-start;
	}.lg\:justify-start{
		justify-content: flex-start;
	}.lg\:justify-between{
		justify-content: space-between;
	}.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-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)));
	}.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\:whitespace-nowrap{
		white-space: nowrap;
	}.lg\:px-8{
		padding-left: 2rem;
		padding-right: 2rem;
	}.lg\:py-4{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}.lg\:pr-12{
		padding-right: 3.5rem;
	}.lg\:text-left{
		text-align: left;
	}.lg\:text-8xl{
		font-size: 6rem;
	}.lg\:text-3xl{
		font-size: 1.875rem;
	}
}@media (min-width: 1280px){.xl\:relative{
		position: relative;
	}.xl\:right-auto{
		right: auto;
	}.xl\:m-0{
		margin: 0;
	}.xl\:my-16{
		margin-top: 4rem;
		margin-bottom: 4rem;
	}.xl\:mx-auto{
		margin-left: auto;
		margin-right: auto;
	}.xl\:mx-0{
		margin-left: 0;
		margin-right: 0;
	}.xl\:mt-4{
		margin-top: 1rem;
	}.xl\:mb-0{
		margin-bottom: 0;
	}.xl\:mt-0{
		margin-top: 0;
	}.xl\:mr-2{
		margin-right: 0.5rem;
	}.xl\:mb-\[2\.75rem\]{
		margin-bottom: 2.75rem;
	}.xl\:mt-10{
		margin-top: 2.5rem;
	}.xl\:flex{
		display: flex;
	}.xl\:h-auto{
		height: auto;
	}.xl\:h-72{
		height: 18rem;
	}.xl\:w-full{
		width: 100%;
	}.xl\:w-56{
		width: 14rem;
	}.xl\:w-1\/3{
		width: 33.333333%;
	}.xl\:w-64{
		width: 16rem;
	}.xl\:w-2\/3{
		width: 66.666667%;
	}.xl\:w-3\/5{
		width: 60%;
	}.xl\:w-3\/4{
		width: 75%;
	}.xl\:w-1\/4{
		width: 25%;
	}.xl\:w-2\/5{
		width: 40%;
	}.xl\:max-w-\[940px\]{
		max-width: 940px;
	}.xl\:grid-cols-5{
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}.xl\:grid-cols-6{
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}.xl\:flex-row{
		flex-direction: row;
	}.xl\:flex-wrap{
		flex-wrap: wrap;
	}.xl\:flex-nowrap{
		flex-wrap: nowrap;
	}.xl\:place-items-start{
		place-items: start;
	}.xl\:items-start{
		align-items: flex-start;
	}.xl\:justify-start{
		justify-content: flex-start;
	}.xl\:justify-between{
		justify-content: space-between;
	}.xl\: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)));
	}.xl\:space-x-12 > :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)));
	}.xl\: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));
	}.xl\:space-x-2 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0.5rem * var(--tw-space-x-reverse));
		margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
	}.xl\: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));
	}.xl\: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)));
	}.xl\:px-0{
		padding-left: 0;
		padding-right: 0;
	}.xl\:pr-4{
		padding-right: 1rem;
	}.xl\:text-left{
		text-align: left;
	}.xl\:text-7xl{
		font-size: 5rem;
	}.xl\:text-4xl{
		font-size: 2.67rem;
	}.xl\:text-3xl{
		font-size: 1.875rem;
	}.xl\:text-5xl{
		font-size: 3rem;
	}.xl\:text-6xl{
		font-size: 4rem;
	}
}@media (min-width: 1640px){.xxl\:m-0{
		margin: 0;
	}.xxl\:h-88{
		height: 22rem;
	}.xxl\:w-1\/2{
		width: 50%;
	}.xxl\:w-23\/100{
		width: 23%;
	}.xxl\:flex-row{
		flex-direction: row;
	}.xxl\:flex-wrap{
		flex-wrap: wrap;
	}.xxl\:flex-nowrap{
		flex-wrap: nowrap;
	}.xxl\:justify-start{
		justify-content: flex-start;
	}.xxl\: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)));
	}.xxl\:pt-0{
		padding-top: 0;
	}.xxl\:text-left{
		text-align: left;
	}.xxl\:text-base{
		font-size: 1rem;
	}
}@media (min-width: 2256px){.ul\:h-48{
		height: 12rem;
	}.ul\:h-14{
		height: 3rem;
	}.ul\:h-6{
		height: 1.5rem;
	}.ul\:h-24{
		height: 6rem;
	}.ul\:w-60{
		width: 15rem;
	}.ul\:text-5xl{
		font-size: 3rem;
	}.ul\:text-lg{
		font-size: 1.125rem;
	}.ul\:text-base{
		font-size: 1rem;
	}.ul\:text-2xl{
		font-size: 1.5rem;
	}.ul\:text-sm{
		font-size: 0.875rem;
	}.ul\:text-3xl{
		font-size: 1.875rem;
	}.ul\:text-xl{
		font-size: 1.25rem;
	}
}





=======
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com*//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */html{-webkit-text-size-adjust:100%;line-height:1.15;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;margin:0}hr{color:inherit;height:0}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:transparent;background-image:none}fieldset,ol,ul{margin:0;padding:0}ol,ul{list-style:none}html{font-family:Nunito,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{font-family:inherit;line-height:inherit}*,:after,:before{border:0 solid;box-sizing:border-box}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#a3a3a3;opacity:1}input::placeholder,textarea::placeholder{color:#a3a3a3;opacity:1}[role=button],button{cursor:pointer}:-moz-focusring{outline:auto}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{color:inherit;line-height:inherit;padding:0}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--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-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(55,89,236,.5);--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);border-color:currentColor}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#737373;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem}[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,select:focus,textarea:focus{--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);border-color:#2563eb;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);outline:2px solid transparent;outline-offset:2px}input::-moz-placeholder,textarea::-moz-placeholder{color:#737373;opacity:1}input::placeholder,textarea::placeholder{color:#737373;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}select{color-adjust:exact;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23737373' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact}[multiple]{color-adjust:unset;background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset}[type=checkbox],[type=radio]{color-adjust:exact;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-origin:border-box;border-color:#737373;border-width:1px;color:#2563eb;display:inline-block;flex-shrink:0;height:1rem;padding:0;-webkit-print-color-adjust:exact;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:1rem}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{--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);outline:2px solid transparent;outline-offset:2px}[type=checkbox]:checked,[type=radio]:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")}[type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}[type=checkbox]:checked:focus,[type=checkbox]:checked:hover,[type=radio]:checked:focus,[type=radio]:checked:hover{background-color:currentColor;border-color:transparent}[type=checkbox]:indeterminate{background-color:currentColor;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}[type=checkbox]:indeterminate:focus,[type=checkbox]:indeterminate:hover{background-color:currentColor;border-color:transparent}[type=file]{background:unset;border-color:inherit;border-radius:0;border-width:0;font-size:unset;line-height:inherit;padding:0}[type=file]:focus{outline:1px auto -webkit-focus-ring-color}.container{width:100%}@media (min-width:375px){.container{max-width:375px}}@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:1640px){.container{max-width:1640px}}@media (min-width:2256px){.container{max-width:2256px}}.prose{color:#404040;max-width:65ch}.prose [class~=lead]{color:#525252;font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}.prose a{color:#171717;font-weight:500;text-decoration:underline}.prose strong{color:#171717;font-weight:600}.prose ol{counter-reset:list-counter;margin-bottom:1.25em;margin-top:1.25em}.prose ol>li{counter-increment:list-counter;padding-left:1.75em;position:relative}.prose ol>li:before{color:#737373;content:counter(list-counter) ".";font-weight:400;left:0;position:absolute}.prose ul>li{padding-left:1.75em;position:relative}.prose ul>li:before{background-color:#d4d4d4;border-radius:50%;content:"";height:.375em;left:.25em;position:absolute;top:.6875em;width:.375em}.prose hr{border-color:#e5e5e5;border-top-width:1px;margin-bottom:3em;margin-top:3em}.prose blockquote{border-left-color:#e5e5e5;border-left-width:.25rem;color:#171717;font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-left:1em;quotes:"\201C""\201D""\2018""\2019"}.prose blockquote p:first-of-type:before{content:open-quote}.prose blockquote p:last-of-type:after{content:close-quote}.prose h1{color:#171717;font-size:2.25em;font-weight:800;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}.prose h2{color:#171717;font-size:1.5em;font-weight:700;line-height:1.3333333;margin-bottom:1em;margin-top:2em}.prose h3{color:#171717;font-size:1.25em;font-weight:600;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}.prose h4{color:#171717;font-weight:600;line-height:1.5;margin-bottom:.5em;margin-top:1.5em}.prose figure figcaption{color:#737373;font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose code{color:#171717;font-size:.875em;font-weight:600}.prose code:after,.prose code:before{content:"`"}.prose a code{color:#171717}.prose pre{background-color:#262626;border-radius:.375rem;color:#e5e5e5;font-size:.875em;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding:.8571429em 1.1428571em}.prose pre code{background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:400;line-height:inherit;padding:0}.prose pre code:after,.prose pre code:before{content:""}.prose table{font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;text-align:left;width:100%}.prose thead{border-bottom-color:#d4d4d4;border-bottom-width:1px;color:#171717;font-weight:600}.prose thead th{padding-bottom:.5714286em;padding-left:.5714286em;padding-right:.5714286em;vertical-align:bottom}.prose tbody tr{border-bottom-color:#e5e5e5;border-bottom-width:1px}.prose tbody tr:last-child{border-bottom-width:0}.prose tbody td{padding:.5714286em;vertical-align:top}.prose{font-size:1rem;line-height:1.75}.prose p{margin-bottom:1.25em;margin-top:1.25em}.prose figure,.prose img,.prose video{margin-bottom:2em;margin-top:2em}.prose figure>*{margin-bottom:0;margin-top:0}.prose h2 code{font-size:.875em}.prose h3 code{font-size:.9em}.prose ul{margin-bottom:1.25em;margin-top:1.25em}.prose li{margin-bottom:.5em;margin-top:.5em}.prose>ul>li p{margin-bottom:.75em;margin-top:.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 ol ol,.prose ol ul,.prose ul ol,.prose ul ul{margin-bottom:.75em;margin-top:.75em}.prose h2+*,.prose h3+*,.prose h4+*,.prose hr+*{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}.visible{visibility:visible}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{bottom:0;left:0;right:0;top:0}.left-0{left:0}.right-0{right:0}.top-0{top:0}.-top-104{top:-26rem}.bottom-0{bottom:0}.z-50{z-index:50}.z-0{z-index:0}.z-40{z-index:40}.z-20{z-index:20}.z-10{z-index:10}.col-span-6{grid-column:span 6/span 6}.float-left{float:left}.m-5{margin:1.25rem}.m-2{margin:.5rem}.m-4{margin:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-bottom:.5rem;margin-top:.5rem}.my-8{margin-bottom:2rem;margin-top:2rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.my-4{margin-bottom:1rem;margin-top:1rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.my-32{margin-bottom:8rem;margin-top:8rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.ml-3{margin-left:.75rem}.-mr-1{margin-right:-.25rem}.mt-3{margin-top:.75rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-1{margin-top:.25rem}.ml-2{margin-left:.5rem}.mb-6{margin-bottom:1.5rem}.mr-2{margin-right:.5rem}.mt-8{margin-top:2rem}.ml-4{margin-left:1rem}.ml-12{margin-left:3.5rem}.ml-1{margin-left:.25rem}.-mr-2{margin-right:-.5rem}.mr-3{margin-right:.75rem}.mt-10{margin-top:2.5rem}.ml-6{margin-left:1.5rem}.mb-4{margin-bottom:1rem}.-mt-px{margin-top:-1px}.mt-16{margin-top:4rem}.mt-32{margin-top:8rem}.mt-20{margin-top:5rem}.mb-3{margin-bottom:.75rem}.ml-5{margin-left:1.25rem}.mb-8{margin-bottom:2rem}.mt-40{margin-top:10rem}.mb-2{margin-bottom:.5rem}.mt-auto{margin-top:auto}.-mt-1{margin-top:-.25rem}.mr-1{margin-right:.25rem}.mr-8{margin-right:2rem}.ml-8{margin-left:2rem}.mb-5{margin-bottom:1.25rem}.mb-24{margin-bottom:6rem}.mb-\[10px\]{margin-bottom:10px}.mb-16{margin-bottom:4rem}.mb-1{margin-bottom:.25rem}.-mt-6{margin-top:-1.5rem}.mr-4{margin-right:1rem}.mb-0{margin-bottom:0}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-16{height:4rem}.h-5{height:1.25rem}.h-12{height:3.5rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-4{height:1rem}.h-10{height:2.5rem}.h-20{height:5rem}.h-full{height:100%}.h-auto{height:auto}.h-80{height:20rem}.h-40{height:10rem}.h-34{height:8.5rem}.h-32{height:8rem}.h-24{height:6rem}.h-14{height:3rem}.h-48{height:12rem}.h-42{height:10.5rem}.h-28{height:7rem}.h-0{height:0}.h-64{height:16rem}.h-3{height:.75rem}.h-7{height:1.75rem}.h-2{height:.5rem}.h-88{height:22rem}.max-h-72{max-height:18rem}.min-h-screen{min-height:100vh}.min-h-\[600px\]{min-height:600px}.w-16{width:4rem}.w-full{width:100%}.w-0{width:0}.w-5{width:1.25rem}.w-12{width:3.5rem}.w-6{width:1.5rem}.w-3\/4{width:75%}.w-48{width:12rem}.w-auto{width:auto}.w-8{width:2rem}.w-4{width:1rem}.w-60{width:15rem}.w-10{width:2.5rem}.w-20{width:5rem}.w-4\/5{width:80%}.w-72{width:18rem}.w-2\/3{width:66.666667%}.w-1\/3{width:33.333333%}.w-1\/2{width:50%}.w-40{width:10rem}.w-3\/5{width:60%}.w-64{width:16rem}.w-32{width:8rem}.w-24{width:6rem}.w-56{width:14rem}.w-11\/12{width:91.666667%}.w-28{width:7rem}.w-96{width:24rem}.min-w-0{min-width:0}.max-w-screen-xl{max-width:1280px}.max-w-7xl{max-width:80rem}.max-w-xl{max-width:36rem}.max-w-6xl{max-width:72rem}.max-w-\[940px\]{max-width:940px}.max-w-4xl{max-width:56rem}.max-w-2xl{max-width:42rem}.max-w-custom{max-width:1110px}.max-w-\[128px\]{max-width:128px}.max-w-full{max-width:100%}.max-w-\[1024px\]{max-width:1024px}.max-w-\[500px\]{max-width:500px}.max-w-5xl{max-width:64rem}.max-w-min{max-width:-moz-min-content;max-width:min-content}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.table-auto{table-layout:auto}.border-collapse{border-collapse:collapse}.origin-top-left{transform-origin:top left}.origin-top{transform-origin:top}.origin-top-right{transform-origin:top right}.translate-y-4{--tw-translate-y:1rem;transform:var(--tw-transform)}.translate-y-0{--tw-translate-y:0;transform:var(--tw-transform)}.translate-x-0{--tw-translate-x:0;transform:var(--tw-transform)}.-translate-x-full{--tw-translate-x:-100%;transform:var(--tw-transform)}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:var(--tw-transform)}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-100,.transform{transform:var(--tw-transform)}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.cursor-not-allowed{cursor:not-allowed}.resize{resize:both}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,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}.flex-nowrap{flex-wrap:nowrap}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-6{gap:1.5rem}.gap-4{gap:1rem}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-y-4{row-gap:1rem}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2rem*var(--tw-space-x-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.25rem*var(--tw-space-y-reverse));margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.25rem*var(--tw-space-y-reverse));margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.25rem*var(--tw-space-x-reverse))}.space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(0px*(1 - var(--tw-space-x-reverse)));margin-right:calc(0px*var(--tw-space-x-reverse))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.75rem*var(--tw-space-x-reverse))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.5rem*var(--tw-space-x-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2rem*var(--tw-space-y-reverse));margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))}.self-end{align-self:flex-end}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.truncate{overflow:hidden;text-overflow:ellipsis}.truncate,.whitespace-nowrap{white-space:nowrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded{border-radius:4px}.rounded-full{border-radius:9999px}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.rounded-b-none{border-bottom-left-radius:0;border-bottom-right-radius:0}.border{border-width:1px}.border-2{border-width:2px}.border-0{border-width:0}.border-b-2{border-bottom-width:2px}.border-l-4{border-left-width:4px}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.border-r{border-right-width:1px}.border-t-2{border-top-width:2px}.border-r-2{border-right-width:2px}.border-l-2{border-left-width:2px}.border-solid{border-style:solid}.border-transparent{border-color:transparent}.border-gray-300{--tw-border-opacity:1;border-color:rgba(212,212,212,var(--tw-border-opacity))}.border-indigo-400{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgba(229,229,229,var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity:1;border-color:rgba(245,245,245,var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity:1;border-color:rgba(163,163,163,var(--tw-border-opacity))}.border-grey-200{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.border-grey-300{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.border-grey-400{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.border-green-400{--tw-border-opacity:1;border-color:rgba(74,222,128,var(--tw-border-opacity))}.border-\[\#e5e7ee\]{--tw-border-opacity:1;border-color:rgba(229,231,238,var(--tw-border-opacity))}.border-black{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.border-grey-100{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.border-red-500{--tw-border-opacity:1;border-color:rgba(244,63,94,var(--tw-border-opacity))}.border-fr-500{--tw-border-opacity:1;border-color:rgba(55,89,236,var(--tw-border-opacity))}.border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity:1;border-color:rgba(115,115,115,var(--tw-border-opacity))}.border-grey-700{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgba(245,245,245,var(--tw-bg-opacity))}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.bg-red-700{--tw-bg-opacity:1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.bg-indigo-600{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.bg-red-600{--tw-bg-opacity:1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgba(38,38,38,var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity:1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity:1;background-color:rgba(115,115,115,var(--tw-bg-opacity))}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,229,229,var(--tw-bg-opacity))}.bg-grey-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.bg-fr-500{--tw-bg-opacity:1;background-color:rgba(55,89,236,var(--tw-bg-opacity))}.bg-lightGrey{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.bg-grey-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.bg-red-800{--tw-bg-opacity:1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.bg-grey-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.bg-\[rgba\(14\2c 50\2c 84\2c 0\.6\)\]{background-color:rgba(14,50,84,.6)}.bg-green-500{--tw-bg-opacity:1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-dark-blue{--tw-bg-opacity:1;background-color:rgba(14,50,84,var(--tw-bg-opacity))}.bg-grey-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgba(212,212,212,var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity:1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgba(163,163,163,var(--tw-bg-opacity))}.bg-opacity-25{--tw-bg-opacity:0.25}.bg-cover{background-size:cover}.bg-contain{background-size:contain}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.object-cover{-o-object-fit:cover;object-fit:cover}.p-2{padding:.5rem}.p-6{padding:1.5rem}.p-12{padding:3.5rem}.p-8{padding:2rem}.p-4{padding:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-8{padding-bottom:2rem;padding-top:2rem}.py-12{padding-bottom:3.5rem;padding-top:3.5rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.px-12{padding-left:3.5rem;padding-right:3.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-16{padding-bottom:4rem;padding-top:4rem}.pt-6{padding-top:1.5rem}.pt-5{padding-top:1.25rem}.pb-4{padding-bottom:1rem}.pt-1{padding-top:.25rem}.pl-3{padding-left:.75rem}.pr-4{padding-right:1rem}.pt-2{padding-top:.5rem}.pb-3{padding-bottom:.75rem}.pt-4{padding-top:1rem}.pb-1{padding-bottom:.25rem}.pt-8{padding-top:2rem}.pb-6{padding-bottom:1.5rem}.pb-12{padding-bottom:3.5rem}.pt-32{padding-top:8rem}.pt-12{padding-top:3.5rem}.pb-10{padding-bottom:2.5rem}.pr-5{padding-right:1.25rem}.pb-8{padding-bottom:2rem}.pr-1{padding-right:.25rem}.pl-5{padding-left:1.25rem}.pb-2{padding-bottom:.5rem}.pr-2{padding-right:.5rem}.pt-24{padding-top:6rem}.pl-4{padding-left:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-top{vertical-align:top}.font-sans{font-family:Nunito,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.font-bebasBold{font-family:BebasNeueBold,sans-serif}.font-bebasRegular{font-family:BebasNeueRegular,sans-serif}.font-din2014b{font-family:din2014-bold,sans-serif}.font-din2014r{font-family:din2014-regular,sans-serif}.font-din2014db{font-family:din2014-demibold,sans-serif}.font-bebasLight{font-family:BebasNeueLight,sans-serif}.font-bebasBook{font-family:BebasNeueBook,sans-serif}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-lg{font-size:1.125rem}.text-base{font-size:1rem}.text-2xl{font-size:1.5rem}.text-xl{font-size:1.25rem}.text-5xl{font-size:3rem}.text-md{font-size:.917rem}.text-6xl{font-size:4rem}.text-4xl{font-size:2.67rem}.text-3xl{font-size:1.875rem}.text-8xl{font-size:6rem}.text-\[28px\]{font-size:28px}.text-7xl{font-size:5rem}.text-xxs{font-size:.5rem}.text-\[18px\]{font-size:18px}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-normal{font-weight:400}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.italic{font-style:italic}.leading-5{line-height:1.25rem}.leading-7{line-height:1.75rem}.leading-tight{line-height:1.25}.leading-4{line-height:1rem}.leading-none{line-height:1}.leading-snug{line-height:1.375}.leading-10{line-height:2.5rem}.tracking-widest{letter-spacing:.1em}.tracking-wider{letter-spacing:.05em}.text-gray-600{--tw-text-opacity:1;color:rgba(82,82,82,var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.text-indigo-600{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.text-red-600{--tw-text-opacity:1;color:rgba(225,29,72,var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgba(64,64,64,var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgba(23,23,23,var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgba(115,115,115,var(--tw-text-opacity))}.text-indigo-700{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.text-green-400{--tw-text-opacity:1;color:rgba(74,222,128,var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgba(163,163,163,var(--tw-text-opacity))}.text-indigo-500{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgba(38,38,38,var(--tw-text-opacity))}.text-red-500{--tw-text-opacity:1;color:rgba(244,63,94,var(--tw-text-opacity))}.text-green-600{--tw-text-opacity:1;color:rgba(22,163,74,var(--tw-text-opacity))}.text-green-500{--tw-text-opacity:1;color:rgba(34,197,94,var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity:1;color:rgba(229,229,229,var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgba(212,212,212,var(--tw-text-opacity))}.text-fr-500{--tw-text-opacity:1;color:rgba(55,89,236,var(--tw-text-opacity))}.text-grey-500{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.text-grey-400{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.text-grey-300{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.text-wle-500{--tw-text-opacity:1;color:rgba(230,198,2,var(--tw-text-opacity))}.text-grey-100{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.text-grey-200{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity:1;color:rgba(55,89,236,var(--tw-text-opacity))}.text-pfr-500{--tw-text-opacity:1;color:rgba(1,90,96,var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.text-grey-700{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.text-yellow-600{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.underline{text-decoration:underline}.line-through{text-decoration:line-through}.no-underline{text-decoration:none}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-75{opacity:.75}.opacity-50{opacity:.5}.opacity-25{opacity:.25}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.shadow,.shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.shadow-lg,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.ring-1{--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)}.ring-black{--tw-ring-opacity:1;--tw-ring-color:rgba(0,0,0,var(--tw-ring-opacity))}.ring-opacity-5{--tw-ring-opacity:0.05}.filter{filter:var(--tw-filter)}.transition{transition-duration:.15s;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(.4,0,.2,1)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-150,.transition-all{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-75{transition-duration:75ms}.duration-300{transition-duration:.3s}.duration-1000{transition-duration:1s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}@font-face{font-family:BebasNeueRegular;font-style:normal;font-weight:400;src:url(/fonts/bebas_neue/BebasNeue\ Regular.ttf) format("truetype"),url(/fonts/bebas_neue/BebasNeue\ Regular.otf) format("otf")}@font-face{font-family:BebasNeueThin;font-style:normal;font-weight:400;src:url(/fonts/bebas_neue/BebasNeue\ Thin.ttf) format("truetype"),url(/fonts/bebas_neue/BebasNeue\ Thin.otf) format("otf")}@font-face{font-family:BebasNeueLight;font-style:normal;font-weight:400;src:url(/fonts/bebas_neue/BebasNeue\ Light.ttf) format("truetype"),url(/fonts/bebas_neue/BebasNeue\ Light.otf) format("otf")}@font-face{font-family:BebasNeueBook;font-style:normal;font-weight:400;src:url(/fonts/bebas_neue/BebasNeue\ Book.ttf) format("truetype"),url(/fonts/bebas_neue/BebasNeue\ Book.otf) format("otf")}@font-face{font-family:BebasNeueBold;font-style:normal;font-weight:400;src:url(/fonts/bebas_neue/BebasNeue\ Bold.ttf) format("truetype"),url(/fonts/bebas_neue/BebasNeue\ Bold.otf) format("otf")}@font-face{font-family:bebasneue-bold;font-style:normal;font-weight:400;src:url(/fonts/BebasNeueBold.woff2) format("woff2"),url(/fonts/BebasNeueBold.woff) format("woff")}@font-face{font-family:din2014-regular;font-style:normal;font-weight:400;src:url(/fonts/din/DIN2014-Regular.woff) format("woff")}@font-face{font-family:din2014-bold;font-style:normal;font-weight:400;src:url(/fonts/din/DIN2014-Bold.woff) format("woff")}@font-face{font-family:din2014-extralight;font-style:normal;font-weight:400;src:url(/fonts/din/DIN2014-ExtraLight.woff) format("woff")}@font-face{font-family:din2014-demibold;font-style:normal;font-weight:400;src:url(/fonts/din/DIN2014-DemiBold.woff) format("woff")}@font-face{font-family:din2014-light;font-style:normal;font-weight:400;src:url(/fonts/din/DIN2014-Light.woff2) format("woff2"),url(/fonts/din/DIN2014-Light.woff) format("woff")}.blue-color{color:#3759ec}.bg-blue{background-color:#3759ec}.dark-blue{color:#0e3254}.bg-dark-blue{background-color:#0e3254}.bg-header-dark-blue{background-color:rgba(14,50,84,.9)}.bg-green-color{background-color:#3ee982}.grey-color{background-color:#f5f5f5}.green-color{color:#3ee982}.register-background{background-color:#3ee982}.register-background:hover{background-color:#21c260}.register-text{color:#0e3254}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgba(212,212,212,var(--tw-border-opacity))}.hover\:border-fr-500:hover{--tw-border-opacity:1;border-color:rgba(55,89,236,var(--tw-border-opacity))}.hover\:border-yellow-500:hover{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.hover\:border-blue-500:hover{--tw-border-opacity:1;border-color:rgba(55,89,236,var(--tw-border-opacity))}.hover\:border-yellow-600:hover{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.hover\:bg-indigo-600:hover{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgba(64,64,64,var(--tw-bg-opacity))}.hover\:bg-red-500:hover{--tw-bg-opacity:1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgba(245,245,245,var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.hover\:bg-red-900:hover{--tw-bg-opacity:1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.hover\:bg-green-600:hover{--tw-bg-opacity:1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.hover\:bg-fr-500:hover{--tw-bg-opacity:1;background-color:rgba(55,89,236,var(--tw-bg-opacity))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.hover\:bg-grey-100:hover{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgba(64,64,64,var(--tw-text-opacity))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgba(38,38,38,var(--tw-text-opacity))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgba(115,115,115,var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgba(23,23,23,var(--tw-text-opacity))}.hover\:text-frwra-500:hover{--tw-text-opacity:1;color:rgba(1,25,50,var(--tw-text-opacity))}.hover\:text-fr-500:hover{--tw-text-opacity:1;color:rgba(55,89,236,var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgba(82,82,82,var(--tw-text-opacity))}.hover\:text-yellow-600:hover{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgba(55,89,236,var(--tw-text-opacity))}.hover\:text-grey-900:hover{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.hover\:underline:hover{text-decoration:underline}.focus\:z-10:focus{z-index:10}.focus\:border-gray-900:focus{--tw-border-opacity:1;border-color:rgba(23,23,23,var(--tw-border-opacity))}.focus\:border-indigo-300:focus{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.focus\:border-red-700:focus{--tw-border-opacity:1;border-color:rgba(190,18,60,var(--tw-border-opacity))}.focus\:border-indigo-700:focus{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.focus\:border-gray-300:focus{--tw-border-opacity:1;border-color:rgba(212,212,212,var(--tw-border-opacity))}.focus\:bg-indigo-600:focus{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.focus\:bg-red-600:focus{--tw-bg-opacity:1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.focus\:bg-gray-100:focus{--tw-bg-opacity:1;background-color:rgba(245,245,245,var(--tw-bg-opacity))}.focus\:bg-indigo-100:focus{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.focus\:bg-gray-50:focus{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.focus\:text-gray-700:focus{--tw-text-opacity:1;color:rgba(64,64,64,var(--tw-text-opacity))}.focus\:text-indigo-800:focus{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.focus\:text-gray-800:focus{--tw-text-opacity:1;color:rgba(38,38,38,var(--tw-text-opacity))}.focus\:text-gray-500:focus{--tw-text-opacity:1;color:rgba(115,115,115,var(--tw-text-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-0:focus,.focus\:ring:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-indigo-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(199,210,254,var(--tw-ring-opacity))}.focus\:ring-opacity-50:focus{--tw-ring-opacity:0.5}.focus\:ring-offset-0:focus{--tw-ring-offset-width:0px}.active\:bg-gray-900:active{--tw-bg-opacity:1;background-color:rgba(23,23,23,var(--tw-bg-opacity))}.active\:bg-red-600:active{--tw-bg-opacity:1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.active\:bg-gray-50:active{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.active\:text-gray-800:active{--tw-text-opacity:1;color:rgba(38,38,38,var(--tw-text-opacity))}.disabled\:opacity-25:disabled{opacity:.25}@media (min-width:375px){.xsm\:justify-center{justify-content:center}.xsm\:text-2xl{font-size:1.5rem}}@media (min-width:640px){.sm\:col-span-4{grid-column:span 4/span 4}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:-my-px{margin-bottom:-1px;margin-top:-1px}.sm\:ml-3{margin-left:.75rem}.sm\:-mr-2{margin-right:-.5rem}.sm\:mt-0{margin-top:0}.sm\:ml-4{margin-left:1rem}.sm\:ml-10{margin-left:2.5rem}.sm\:ml-6{margin-left:1.5rem}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-10{height:2.5rem}.sm\:w-10{width:2.5rem}.sm\:w-full{width:100%}.sm\:w-1\/3{width:33.333333%}.sm\:w-2\/3{width:66.666667%}.sm\:w-72{width:18rem}.sm\:w-48{width:12rem}.sm\:w-36{width:9rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-sm{max-width:24rem}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-xl{max-width:36rem}.sm\:max-w-2xl{max-width:42rem}.sm\:translate-y-0{--tw-translate-y:0;transform:var(--tw-transform)}.sm\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:var(--tw-transform)}.sm\:scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:var(--tw-transform)}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-center{justify-content:center}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.sm\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2rem*var(--tw-space-x-reverse))}.sm\:rounded-lg{border-radius:.5rem}.sm\:rounded-md{border-radius:.375rem}.sm\:rounded-tl-md{border-top-left-radius:.375rem}.sm\:rounded-tr-md{border-top-right-radius:.375rem}.sm\:rounded-bl-md{border-bottom-left-radius:.375rem}.sm\:rounded-br-md{border-bottom-right-radius:.375rem}.sm\:p-6{padding:1.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-20{padding-left:5rem;padding-right:5rem}.sm\:py-6{padding-bottom:1.5rem;padding-top:1.5rem}.sm\:pt-0{padding-top:0}.sm\:pb-4{padding-bottom:1rem}.sm\:pb-0{padding-bottom:0}.sm\:text-left{text-align:left}.sm\:text-center{text-align:center}.sm\:text-base{font-size:1rem}.sm\:text-lg{font-size:1.125rem}.sm\:text-5xl{font-size:3rem}.sm\:text-3xl{font-size:1.875rem}.sm\:text-2xl{font-size:1.5rem}.sm\:text-sm{font-size:.875rem}.sm\:text-md{font-size:.917rem}}@media (min-width:768px){.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-3{grid-column:span 3/span 3}.md\:mx-0{margin-left:0;margin-right:0}.md\:mt-0{margin-top:0}.md\:mt-4{margin-top:1rem}.md\:mt-32{margin-top:8rem}.md\:mb-0{margin-bottom:0}.md\:ml-auto{margin-left:auto}.md\:ml-0{margin-left:0}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-auto{height:auto}.md\:h-80{height:20rem}.md\:w-full{width:100%}.md\:w-56{width:14rem}.md\:w-80{width:20rem}.md\:w-1\/4{width:25%}.md\:w-3\/4{width:75%}.md\:w-1\/2{width:50%}.md\:w-2\/3{width:66.666667%}.md\:w-1\/3{width:33.333333%}.md\:max-w-7xl{max-width:80rem}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:items-start{align-items:flex-start}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:gap-6{gap:1.5rem}.md\:gap-4{gap:1rem}.md\:gap-x-12{-moz-column-gap:3.5rem;column-gap:3.5rem}.md\:gap-y-0{row-gap:0}.md\:space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2.5rem*var(--tw-space-x-reverse))}.md\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.md\:space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(0px*(1 - var(--tw-space-x-reverse)));margin-right:calc(0px*var(--tw-space-x-reverse))}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.md\:space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.md\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.5rem*var(--tw-space-x-reverse))}.md\:border-t-0{border-top-width:0}.md\:border-l{border-left-width:1px}.md\:border-grey-200{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.md\:bg-grey-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.md\:px-12{padding-left:3.5rem;padding-right:3.5rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:py-16{padding-bottom:4rem;padding-top:4rem}.md\:py-0{padding-bottom:0;padding-top:0}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-8{padding-bottom:2rem;padding-top:2rem}.md\:pl-2{padding-left:.5rem}.md\:pt-8{padding-top:2rem}.md\:text-left{text-align:left}.md\:text-right{text-align:right}.md\:text-2xl{font-size:1.5rem}.md\:text-xl{font-size:1.25rem}.md\:text-3xl{font-size:1.875rem}.md\:text-base{font-size:1rem}.md\:text-4xl{font-size:2.67rem}.md\:text-7xl{font-size:5rem}}@media (min-width:1024px){.lg\:absolute{position:absolute}.lg\:left-3{left:.75rem}.lg\:bottom-0{bottom:0}.lg\:col-span-4{grid-column:span 4/span 4}.lg\:float-right{float:right}.lg\:mt-0{margin-top:0}.lg\:mt-3{margin-top:.75rem}.lg\:mt-8{margin-top:2rem}.lg\:mb-\[1\.75rem\]{margin-bottom:1.75rem}.lg\:mt-16{margin-top:4rem}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-48{height:12rem}.lg\:h-64{height:16rem}.lg\:h-28{height:7rem}.lg\:max-h-\[244px\]{max-height:244px}.lg\:w-96{width:24rem}.lg\:w-56{width:14rem}.lg\:w-2\/3{width:66.666667%}.lg\:w-54{width:13.5rem}.lg\:w-4\/5{width:80%}.lg\:w-full{width:100%}.lg\:w-1\/2{width:50%}.lg\:w-1\/3{width:33.333333%}.lg\:flex-none{flex:none}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:justify-start{justify-content:flex-start}.lg\:justify-between{justify-content:space-between}.lg\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.lg\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.lg\:space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.lg\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2rem*var(--tw-space-x-reverse))}.lg\:whitespace-nowrap{white-space:nowrap}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-4{padding-bottom:1rem;padding-top:1rem}.lg\:pr-12{padding-right:3.5rem}.lg\:text-left{text-align:left}.lg\:text-8xl{font-size:6rem}.lg\:text-6xl{font-size:4rem}.lg\:text-3xl{font-size:1.875rem}}@media (min-width:1280px){.xl\:relative{position:relative}.xl\:right-auto{right:auto}.xl\:m-0{margin:0}.xl\:my-16{margin-bottom:4rem;margin-top:4rem}.xl\:mx-auto{margin-left:auto;margin-right:auto}.xl\:mx-0{margin-left:0;margin-right:0}.xl\:mt-4{margin-top:1rem}.xl\:mb-0{margin-bottom:0}.xl\:mt-0{margin-top:0}.xl\:mr-2{margin-right:.5rem}.xl\:mb-\[2\.75rem\]{margin-bottom:2.75rem}.xl\:mt-10{margin-top:2.5rem}.xl\:flex{display:flex}.xl\:h-auto{height:auto}.xl\:h-72{height:18rem}.xl\:w-full{width:100%}.xl\:w-56{width:14rem}.xl\:w-1\/3{width:33.333333%}.xl\:w-64{width:16rem}.xl\:w-2\/3{width:66.666667%}.xl\:w-3\/5{width:60%}.xl\:w-3\/4{width:75%}.xl\:w-1\/4{width:25%}.xl\:w-2\/5{width:40%}.xl\:max-w-\[940px\]{max-width:940px}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:flex-wrap{flex-wrap:wrap}.xl\:flex-nowrap{flex-wrap:nowrap}.xl\:place-items-start{place-items:start}.xl\:items-start{align-items:flex-start}.xl\:justify-start{justify-content:flex-start}.xl\:justify-between{justify-content:space-between}.xl\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.xl\:space-x-12>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(3.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(3.5rem*var(--tw-space-x-reverse))}.xl\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.xl\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.xl\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.xl\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2rem*var(--tw-space-x-reverse))}.xl\:px-0{padding-left:0;padding-right:0}.xl\:pr-4{padding-right:1rem}.xl\:text-left{text-align:left}.xl\:text-7xl{font-size:5rem}.xl\:text-4xl{font-size:2.67rem}.xl\:text-3xl{font-size:1.875rem}.xl\:text-5xl{font-size:3rem}.xl\:text-6xl{font-size:4rem}}@media (min-width:1640px){.xxl\:m-0{margin:0}.xxl\:h-88{height:22rem}.xxl\:w-1\/2{width:50%}.xxl\:w-23\/100{width:23%}.xxl\:flex-row{flex-direction:row}.xxl\:flex-wrap{flex-wrap:wrap}.xxl\:flex-nowrap{flex-wrap:nowrap}.xxl\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2rem*var(--tw-space-x-reverse))}.xxl\:pt-0{padding-top:0}.xxl\:text-left{text-align:left}.xxl\:text-base{font-size:1rem}}@media (min-width:2256px){.ul\:h-48{height:12rem}.ul\:h-14{height:3rem}.ul\:h-6{height:1.5rem}.ul\:h-24{height:6rem}.ul\:w-60{width:15rem}.ul\:text-5xl{font-size:3rem}.ul\:text-lg{font-size:1.125rem}.ul\:text-base{font-size:1rem}.ul\:text-2xl{font-size:1.5rem}.ul\:text-sm{font-size:.875rem}.ul\:text-3xl{font-size:1.875rem}.ul\:text-xl{font-size:1.25rem}}
>>>>>>> f06389ff5cc6f606368be474dab5f6c57eda0f58
