/*Base fonts*/
@import "./css/fonts/fonts.css";
@import "./css/fonts/admitonea1whitelabel/icons.css";
@import "./css/fonts/a1-common2/icons.css";

@import "./css/fonts/futura-book/fonts.css";
@import "./css/fonts/futura-demibold/fonts.css";

/*Base Tailwind*/
/*! tailwindcss v2.1.4 | 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;
	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] {
	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;
}
/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
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: 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: #e5e5e5; /* 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::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a3a3a3;
}
button,
[role="button"] {
  cursor: pointer;
}
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;
}
/**
 * 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
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
/**
 * 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;
}
*{
	--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(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
}
[type='text'],input:where(:not([type])),[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{
	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;
	--tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):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);
	border-color: #2563eb;
}
input::placeholder,textarea::placeholder{
	color: #737373;
	opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
	padding: 0;
}
::-webkit-date-and-time-value{
	min-height: 1.5em;
	text-align: inherit;
}
::-webkit-datetime-edit{
	display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
	padding-top: 0;
	padding-bottom: 0;
}
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;
	print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])){
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
	appearance: none;
	padding: 0;
	print-color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #737373;
	border-width: 1px;
	--tw-shadow: 0 0 #0000;
}
[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);
}
[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");
}
@media (forced-colors: active) {
	[type='checkbox']:checked{
		appearance: auto;
	}
}
[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");
}
@media (forced-colors: active) {
	[type='radio']:checked{
		appearance: auto;
	}
}
[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;
}
@media (forced-colors: active) {
	[type='checkbox']:indeterminate{
		appearance: auto;
	}
}
[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 solid ButtonText;
	outline: 1px auto -webkit-focus-ring-color;
}
.container{
	width: 100%;
}
@media (min-width: 768px){
	.container{
		max-width: 768px;
	}
}
@media (min-width: 964px){
	.container{
		max-width: 964px;
	}
}
@media (min-width: 1200px){
	.container{
		max-width: 1200px;
	}
}
.form-input,.form-textarea,.form-select,.form-multiselect{
	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;
	--tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect: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);
	border-color: #2563eb;
}
.form-input::placeholder,.form-textarea::placeholder{
	color: #737373;
	opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper{
	padding: 0;
}
.form-input::-webkit-date-and-time-value{
	min-height: 1.5em;
	text-align: inherit;
}
.form-input::-webkit-datetime-edit{
	display: inline-flex;
}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field{
	padding-top: 0;
	padding-bottom: 0;
}
.form-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;
	print-color-adjust: exact;
}
.form-select:where([size]:not([size="1"])){
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	print-color-adjust: unset;
}
.form-checkbox,.form-radio{
	appearance: none;
	padding: 0;
	print-color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #737373;
	border-width: 1px;
	--tw-shadow: 0 0 #0000;
}
.form-checkbox{
	border-radius: 0px;
}
.form-radio{
	border-radius: 100%;
}
.form-checkbox:focus,.form-radio:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.form-checkbox:checked,.form-radio:checked{
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.form-checkbox:checked{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
	.form-checkbox:checked{
		appearance: auto;
	}
}
.form-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");
}
@media (forced-colors: active) {
	.form-radio:checked{
		appearance: auto;
	}
}
.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus{
	border-color: transparent;
	background-color: currentColor;
}
.form-checkbox:indeterminate{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
@media (forced-colors: active) {
	.form-checkbox:indeterminate{
		appearance: auto;
	}
}
.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus{
	border-color: transparent;
	background-color: currentColor;
}
.sr-only{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.not-sr-only{
	position: static;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: visible;
	clip: auto;
	white-space: normal;
}
.pointer-events-none{
	pointer-events: none;
}
.pointer-events-auto{
	pointer-events: auto;
}
.\!visible{
	visibility: visible !important;
}
.invisible{
	visibility: hidden;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.sticky{
	position: sticky;
}
.fixed{
	position: fixed;
}
.static{
	position: static;
}
.inset-0{
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.bottom-0{
	bottom: 0px;
}
.top-0{
	top: 0px;
}
.right-0{
	right: 0px;
}
.left-0{
	left: 0px;
}
.top-12{
	top: 3rem;
}
.right-20{
	right: 5rem;
}
.top-28{
	top: 7rem;
}
.right-3{
	right: 0.75rem;
}
.top-3{
	top: 0.75rem;
}
.bottom-8{
	bottom: 2rem;
}
.top-2{
	top: 0.5rem;
}
.isolate{
	isolation: isolate;
}
.isolation-auto{
	isolation: auto;
}
.z-20{
	z-index: 20;
}
.z-30{
	z-index: 30;
}
.z-50{
	z-index: 50;
}
.col-span-1{
	grid-column: span 1 / span 1;
}
.col-span-2{
	grid-column: span 2 / span 2;
}
.col-span-full{
	grid-column: 1 / -1;
}
.col-span-3{
	grid-column: span 3 / span 3;
}
.col-span-4{
	grid-column: span 4 / span 4;
}
.col-span-7{
	grid-column: span 7 / span 7;
}
.col-span-10{
	grid-column: span 10 / span 10;
}
.col-start-1{
	grid-column-start: 1;
}
.row-span-1{
	grid-row: span 1 / span 1;
}
.row-start-1{
	grid-row-start: 1;
}
.row-start-2{
	grid-row-start: 2;
}
.float-right{
	float: right;
}
.float-left{
	float: left;
}
.float-none{
	float: none;
}
.clear-left{
	clear: left;
}
.clear-right{
	clear: right;
}
.clear-both{
	clear: both;
}
.clear-none{
	clear: none;
}
.m-4{
	margin: 1rem;
}
.m-3{
	margin: 0.75rem;
}
.m-8{
	margin: 2rem;
}
.m-14{
	margin: 3.5rem;
}
.m-16{
	margin: 4rem;
}
.m-5{
	margin: 1.25rem;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.my-3{
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.my-4{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.my-2{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.mx-4{
	margin-left: 1rem;
	margin-right: 1rem;
}
.my-auto{
	margin-top: auto;
	margin-bottom: auto;
}
.mx-2{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.mx-5{
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}
.my-5{
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.mt-2{
	margin-top: 0.5rem;
}
.mt-4{
	margin-top: 1rem;
}
.mt-5{
	margin-top: 1.25rem;
}
.mb-2{
	margin-bottom: 0.5rem;
}
.mr-2{
	margin-right: 0.5rem;
}
.mt-6{
	margin-top: 1.5rem;
}
.mb-4{
	margin-bottom: 1rem;
}
.mr-6{
	margin-right: 1.5rem;
}
.ml-4{
	margin-left: 1rem;
}
.mr-4{
	margin-right: 1rem;
}
.mt-1{
	margin-top: 0.25rem;
}
.ml-2{
	margin-left: 0.5rem;
}
.mb-3{
	margin-bottom: 0.75rem;
}
.mb-\[10px\]{
	margin-bottom: 10px;
}
.mb-8{
	margin-bottom: 2rem;
}
.ml-5{
	margin-left: 1.25rem;
}
.mb-16{
	margin-bottom: 4rem;
}
.-ml-6{
	margin-left: -1.5rem;
}
.mr-1{
	margin-right: 0.25rem;
}
.ml-1{
	margin-left: 0.25rem;
}
.-mt-16{
	margin-top: -4rem;
}
.mt-3{
	margin-top: 0.75rem;
}
.mb-5{
	margin-bottom: 1.25rem;
}
.box-border{
	box-sizing: border-box;
}
.box-content{
	box-sizing: content-box;
}
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.inline{
	display: inline;
}
.flex{
	display: flex;
}
.inline-flex{
	display: inline-flex;
}
.table{
	display: table;
}
.inline-table{
	display: inline-table;
}
.table-caption{
	display: table-caption;
}
.table-cell{
	display: table-cell;
}
.table-column{
	display: table-column;
}
.table-column-group{
	display: table-column-group;
}
.table-footer-group{
	display: table-footer-group;
}
.table-header-group{
	display: table-header-group;
}
.table-row-group{
	display: table-row-group;
}
.table-row{
	display: table-row;
}
.flow-root{
	display: flow-root;
}
.grid{
	display: grid;
}
.inline-grid{
	display: inline-grid;
}
.contents{
	display: contents;
}
.list-item{
	display: list-item;
}
.hidden{
	display: none;
}
.h-10{
	height: 2.5rem;
}
.h-5{
	height: 1.25rem;
}
.h-auto{
	height: auto;
}
.h-full{
	height: 100%;
}
.h-8{
	height: 2rem;
}
.h-6{
	height: 1.5rem;
}
.h-56{
	height: 14rem;
}
.min-h-screen{
	min-height: 100vh;
}
.w-10{
	width: 2.5rem;
}
.w-5{
	width: 1.25rem;
}
.w-full{
	width: 100%;
}
.w-max{
	width: max-content;
}
.w-screen{
	width: 100vw;
}
.w-5\/6{
	width: 83.333333%;
}
.w-8{
	width: 2rem;
}
.w-4\/5{
	width: 80%;
}
.w-6{
	width: 1.5rem;
}
.w-1\/2{
	width: 50%;
}
.flex-1{
	flex: 1 1 0%;
}
.flex-initial{
	flex: 0 1 auto;
}
.flex-shrink{
	flex-shrink: 1;
}
.flex-grow{
	flex-grow: 1;
}
.table-auto{
	table-layout: auto;
}
.table-fixed{
	table-layout: fixed;
}
.border-collapse{
	border-collapse: collapse;
}
.border-separate{
	border-collapse: separate;
}
.transform{
	--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;
	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));
}
.transform-gpu{
	--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;
	transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform-none{
	transform: none;
}
.translate-x-full{
	--tw-translate-x: 100%;
}
.translate-x-0{
	--tw-translate-x: 0px;
}
@keyframes pulse{
	50%{
		opacity: .5;
	}
}
.animate-pulse{
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer{
	cursor: pointer;
}
.cursor-not-allowed{
	cursor: not-allowed;
}
.select-none{
	user-select: none;
}
.select-text{
	user-select: text;
}
.select-all{
	user-select: all;
}
.select-auto{
	user-select: auto;
}
.resize{
	resize: both;
}
.resize-none{
	resize: none;
}
.resize-y{
	resize: vertical;
}
.resize-x{
	resize: horizontal;
}
.list-inside{
	list-style-position: inside;
}
.list-outside{
	list-style-position: outside;
}
.list-none{
	list-style-type: none;
}
.appearance-none{
	appearance: none;
}
.grid-flow-col{
	grid-auto-flow: column;
}
.grid-flow-row{
	grid-auto-flow: row;
}
.grid-flow-row-dense{
	grid-auto-flow: row dense;
}
.grid-flow-col-dense{
	grid-auto-flow: column dense;
}
.grid-cols-1{
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-none{
	grid-template-columns: none;
}
.grid-cols-6{
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-4{
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-10{
	grid-template-columns: repeat(10, minmax(0, 1fr));
}
.flex-row{
	flex-direction: row;
}
.flex-col{
	flex-direction: column;
}
.flex-row-reverse{
	flex-direction: row-reverse;
}
.flex-col-reverse{
	flex-direction: column-reverse;
}
.flex-wrap{
	flex-wrap: wrap;
}
.flex-wrap-reverse{
	flex-wrap: wrap-reverse;
}
.flex-nowrap{
	flex-wrap: nowrap;
}
.place-content-center{
	place-content: center;
}
.place-content-start{
	place-content: start;
}
.place-content-end{
	place-content: end;
}
.place-content-between{
	place-content: space-between;
}
.place-content-around{
	place-content: space-around;
}
.place-content-evenly{
	place-content: space-evenly;
}
.place-content-stretch{
	place-content: stretch;
}
.place-items-start{
	place-items: start;
}
.place-items-end{
	place-items: end;
}
.place-items-center{
	place-items: center;
}
.place-items-stretch{
	place-items: stretch;
}
.content-start{
	align-content: flex-start;
}
.content-center{
	align-content: center;
}
.content-end{
	align-content: flex-end;
}
.content-between{
	align-content: space-between;
}
.content-around{
	align-content: space-around;
}
.content-evenly{
	align-content: space-evenly;
}
.items-center{
	align-items: center;
}
.items-start{
	align-items: flex-start;
}
.items-end{
	align-items: flex-end;
}
.items-baseline{
	align-items: baseline;
}
.items-stretch{
	align-items: stretch;
}
.justify-between{
	justify-content: space-between;
}
.justify-center{
	justify-content: center;
}
.justify-start{
	justify-content: flex-start;
}
.justify-evenly{
	justify-content: space-evenly;
}
.justify-end{
	justify-content: flex-end;
}
.justify-around{
	justify-content: space-around;
}
.justify-items-start{
	justify-items: start;
}
.justify-items-end{
	justify-items: end;
}
.justify-items-center{
	justify-items: center;
}
.justify-items-stretch{
	justify-items: stretch;
}
.gap-4{
	gap: 1rem;
}
.gap-1{
	gap: 0.25rem;
}
.gap-x-2{
	column-gap: 0.5rem;
}
.gap-y-6{
	row-gap: 1.5rem;
}
.gap-y-3{
	row-gap: 0.75rem;
}
.gap-y-5{
	row-gap: 1.25rem;
}
.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-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-reverse > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 1;
}
.space-x-reverse > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 1;
}
.divide-y > :not([hidden]) ~ :not([hidden]){
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]){
	--tw-divide-x-reverse: 0;
	border-right-width: calc(1px * var(--tw-divide-x-reverse));
	border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y-reverse > :not([hidden]) ~ :not([hidden]){
	--tw-divide-y-reverse: 1;
}
.divide-x-reverse > :not([hidden]) ~ :not([hidden]){
	--tw-divide-x-reverse: 1;
}
.divide-solid > :not([hidden]) ~ :not([hidden]){
	border-style: solid;
}
.divide-dashed > :not([hidden]) ~ :not([hidden]){
	border-style: dashed;
}
.divide-dotted > :not([hidden]) ~ :not([hidden]){
	border-style: dotted;
}
.divide-double > :not([hidden]) ~ :not([hidden]){
	border-style: double;
}
.divide-none > :not([hidden]) ~ :not([hidden]){
	border-style: none;
}
.divide > :not([hidden]) ~ :not([hidden]){
	--tw-divide-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
}
.place-self-start{
	place-self: start;
}
.place-self-auto{
	place-self: auto;
}
.place-self-end{
	place-self: end;
}
.place-self-center{
	place-self: center;
}
.place-self-stretch{
	place-self: stretch;
}
.self-center{
	align-self: center;
}
.self-auto{
	align-self: auto;
}
.self-start{
	align-self: flex-start;
}
.self-end{
	align-self: flex-end;
}
.self-stretch{
	align-self: stretch;
}
.justify-self-auto{
	justify-self: auto;
}
.justify-self-start{
	justify-self: start;
}
.justify-self-end{
	justify-self: end;
}
.justify-self-center{
	justify-self: center;
}
.justify-self-stretch{
	justify-self: stretch;
}
.overflow-auto{
	overflow: auto;
}
.overflow-y-auto{
	overflow-y: auto;
}
.overflow-scroll{
	overflow: scroll;
}
.overflow-x-auto{
	overflow-x: auto;
}
.overflow-y-hidden{
	overflow-y: hidden;
}
.overflow-hidden{
	overflow: hidden;
}
.overflow-visible{
	overflow: visible;
}
.overflow-x-hidden{
	overflow-x: hidden;
}
.overflow-x-visible{
	overflow-x: visible;
}
.overflow-y-visible{
	overflow-y: visible;
}
.overflow-x-scroll{
	overflow-x: scroll;
}
.overflow-y-scroll{
	overflow-y: scroll;
}
.overscroll-auto{
	overscroll-behavior: auto;
}
.overscroll-contain{
	overscroll-behavior: contain;
}
.overscroll-none{
	overscroll-behavior: none;
}
.overscroll-y-auto{
	overscroll-behavior-y: auto;
}
.overscroll-y-contain{
	overscroll-behavior-y: contain;
}
.overscroll-y-none{
	overscroll-behavior-y: none;
}
.overscroll-x-auto{
	overscroll-behavior-x: auto;
}
.overscroll-x-contain{
	overscroll-behavior-x: contain;
}
.overscroll-x-none{
	overscroll-behavior-x: none;
}
.truncate{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.overflow-ellipsis{
	text-overflow: ellipsis;
}
.overflow-clip{
	text-overflow: clip;
}
.whitespace-normal{
	white-space: normal;
}
.whitespace-nowrap{
	white-space: nowrap;
}
.whitespace-pre{
	white-space: pre;
}
.whitespace-pre-line{
	white-space: pre-line;
}
.whitespace-pre-wrap{
	white-space: pre-wrap;
}
.break-normal{
	overflow-wrap: normal;
	word-break: normal;
}
.break-words{
	overflow-wrap: break-word;
}
.break-all{
	word-break: break-all;
}
.rounded-full{
	border-radius: 9999px;
}
.rounded{
	border-radius: 0.25rem;
}
.rounded-xl{
	border-radius: 0.75rem;
}
.rounded-lg{
	border-radius: 0.5rem;
}
.rounded-t{
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.rounded-r{
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}
.rounded-b{
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.rounded-l{
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.rounded-br-xl{
	border-bottom-right-radius: 0.75rem;
}
.rounded-tl{
	border-top-left-radius: 0.25rem;
}
.rounded-tr{
	border-top-right-radius: 0.25rem;
}
.rounded-br{
	border-bottom-right-radius: 0.25rem;
}
.rounded-bl{
	border-bottom-left-radius: 0.25rem;
}
.border-2{
	border-width: 2px;
}
.border{
	border-width: 1px;
}
.border-b-2{
	border-bottom-width: 2px;
}
.border-t-2{
	border-top-width: 2px;
}
.border-b{
	border-bottom-width: 1px;
}
.border-t{
	border-top-width: 1px;
}
.border-r{
	border-right-width: 1px;
}
.border-l{
	border-left-width: 1px;
}
.border-solid{
	border-style: solid;
}
.border-dashed{
	border-style: dashed;
}
.border-dotted{
	border-style: dotted;
}
.border-double{
	border-style: double;
}
.border-none{
	border-style: none;
}
.border-primary{
	--tw-border-opacity: 1;
	border-color: rgba(36, 56, 65, var(--tw-border-opacity));
}
.border-accent{
	--tw-border-opacity: 1;
	border-color: rgba(36, 56, 65, var(--tw-border-opacity));
}
.border-white{
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-gray-300{
	--tw-border-opacity: 1;
	border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}
.bg-reelyellow{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 205, 2, var(--tw-bg-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-black{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-accent{
	--tw-bg-opacity: 1;
	background-color: rgba(36, 56, 65, var(--tw-bg-opacity));
}
.bg-\[\#1b2a31\]{
	--tw-bg-opacity: 1;
	background-color: rgba(27, 42, 49, var(--tw-bg-opacity));
}
.bg-primary{
	--tw-bg-opacity: 1;
	background-color: rgba(36, 56, 65, var(--tw-bg-opacity));
}
.bg-gray-900{
	--tw-bg-opacity: 1;
	background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}
.bg-secondary{
	--tw-bg-opacity: 1;
	background-color: rgba(31, 38, 45, var(--tw-bg-opacity));
}
.bg-transparent{
	background-color: transparent;
}
.bg-opacity-50{
	--tw-bg-opacity: 0.5;
}
.bg-opacity-25{
	--tw-bg-opacity: 0.25;
}
.bg-gradient-to-t{
	background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-gray-900{
	--tw-gradient-from: #171717;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
}
.decoration-slice{
	box-decoration-break: slice;
}
.decoration-clone{
	box-decoration-break: clone;
}
.bg-contain{
	background-size: contain;
}
.bg-cover{
	background-size: cover;
}
.bg-scroll{
	background-attachment: scroll;
}
.bg-fixed{
	background-attachment: fixed;
}
.bg-local{
	background-attachment: local;
}
.bg-clip-border{
	background-clip: border-box;
}
.bg-clip-padding{
	background-clip: padding-box;
}
.bg-clip-content{
	background-clip: content-box;
}
.bg-clip-text{
	background-clip: text;
}
.bg-top{
	background-position: top;
}
.bg-center{
	background-position: center;
}
.bg-no-repeat{
	background-repeat: no-repeat;
}
.bg-repeat{
	background-repeat: repeat;
}
.bg-repeat-x{
	background-repeat: repeat-x;
}
.bg-repeat-y{
	background-repeat: repeat-y;
}
.bg-repeat-round{
	background-repeat: round;
}
.bg-repeat-space{
	background-repeat: space;
}
.fill-current{
	fill: currentColor;
}
.object-cover{
	object-fit: cover;
}
.object-contain{
	object-fit: contain;
}
.object-fill{
	object-fit: fill;
}
.object-scale-down{
	object-fit: scale-down;
}
.object-none{
	object-fit: none;
}
.object-left-top{
	object-position: left top;
}
.p-1{
	padding: 0.25rem;
}
.p-2{
	padding: 0.5rem;
}
.p-3{
	padding: 0.75rem;
}
.p-4{
	padding: 1rem;
}
.px-1{
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.py-1{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-2{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.px-3{
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.px-5{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.py-3{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-4{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-6{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-6{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.px-\[5px\]{
	padding-left: 5px;
	padding-right: 5px;
}
.px-12{
	padding-left: 3rem;
	padding-right: 3rem;
}
.py-8{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.px-16{
	padding-left: 4rem;
	padding-right: 4rem;
}
.py-5{
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.py-7{
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}
.pb-1{
	padding-bottom: 0.25rem;
}
.pt-2{
	padding-top: 0.5rem;
}
.pb-4{
	padding-bottom: 1rem;
}
.pt-4{
	padding-top: 1rem;
}
.pb-2{
	padding-bottom: 0.5rem;
}
.pt-10{
	padding-top: 2.5rem;
}
.pb-8{
	padding-bottom: 2rem;
}
.pt-5{
	padding-top: 1.25rem;
}
.pl-2{
	padding-left: 0.5rem;
}
.pl-1{
	padding-left: 0.25rem;
}
.pt-1\.5{
	padding-top: 0.375rem;
}
.pt-1{
	padding-top: 0.25rem;
}
.pb-3{
	padding-bottom: 0.75rem;
}
.pt-6{
	padding-top: 1.5rem;
}
.pb-0{
	padding-bottom: 0px;
}
.pb-6{
	padding-bottom: 1.5rem;
}
.pt-0{
	padding-top: 0px;
}
.pl-4{
	padding-left: 1rem;
}
.pr-4{
	padding-right: 1rem;
}
.pb-5{
	padding-bottom: 1.25rem;
}
.pr-1{
	padding-right: 0.25rem;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-justify{
	text-align: justify;
}
.align-middle{
	vertical-align: middle;
}
.align-bottom{
	vertical-align: bottom;
}
.align-baseline{
	vertical-align: baseline;
}
.align-top{
	vertical-align: top;
}
.align-text-top{
	vertical-align: text-top;
}
.align-text-bottom{
	vertical-align: text-bottom;
}
.font-body{
	font-family: SourceSansPro, 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-display{
	font-family: Lato, sans-serif;
}
.text-sm{
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xs{
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-lg{
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-2xl{
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-base{
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-3xl{
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.font-bold{
	font-weight: 700;
}
.font-semibold{
	font-weight: 600;
}
.font-medium{
	font-weight: 500;
}
.font-extralight{
	font-weight: 200;
}
.font-black{
	font-weight: 900;
}
.font-normal{
	font-weight: 400;
}
.uppercase{
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}
.capitalize{
	text-transform: capitalize;
}
.normal-case{
	text-transform: none;
}
.italic{
	font-style: italic;
}
.not-italic{
	font-style: normal;
}
.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions{
	--tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
	--tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
	--tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
	--tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
	--tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
	font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.stacked-fractions{
	--tw-numeric-fraction: stacked-fractions;
}
.normal-nums{
	font-variant-numeric: normal;
}
.ordinal{
	--tw-ordinal: ordinal;
}
.slashed-zero{
	--tw-slashed-zero: slashed-zero;
}
.lining-nums{
	--tw-numeric-figure: lining-nums;
}
.oldstyle-nums{
	--tw-numeric-figure: oldstyle-nums;
}
.proportional-nums{
	--tw-numeric-spacing: proportional-nums;
}
.tabular-nums{
	--tw-numeric-spacing: tabular-nums;
}
.diagonal-fractions{
	--tw-numeric-fraction: diagonal-fractions;
}
.leading-tight{
	line-height: 1.25;
}
.tracking-wide{
	letter-spacing: 0.025em;
}
.tracking-tight{
	letter-spacing: -0.025em;
}
.text-primary{
	--tw-text-opacity: 1;
	color: rgba(36, 56, 65, var(--tw-text-opacity));
}
.text-accent{
	--tw-text-opacity: 1;
	color: rgba(36, 56, 65, var(--tw-text-opacity));
}
.text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-black{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-gray-700{
	--tw-text-opacity: 1;
	color: rgba(64, 64, 64, var(--tw-text-opacity));
}
.text-gray-400{
	--tw-text-opacity: 1;
	color: rgba(163, 163, 163, var(--tw-text-opacity));
}
.text-secondary{
	--tw-text-opacity: 1;
	color: rgba(31, 38, 45, var(--tw-text-opacity));
}
.text-gray-600{
	--tw-text-opacity: 1;
	color: rgba(82, 82, 82, var(--tw-text-opacity));
}
.text-reelblue{
	--tw-text-opacity: 1;
	color: rgba(36, 56, 65, var(--tw-text-opacity));
}
.text-gray-500{
	--tw-text-opacity: 1;
	color: rgba(115, 115, 115, var(--tw-text-opacity));
}
.text-gray-200{
	--tw-text-opacity: 1;
	color: rgba(229, 229, 229, var(--tw-text-opacity));
}
.text-gray-900{
	--tw-text-opacity: 1;
	color: rgba(23, 23, 23, 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;
}
.subpixel-antialiased{
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}
.placeholder-gray-700::placeholder{
	--tw-placeholder-opacity: 1;
	color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}
.opacity-75{
	opacity: 0.75;
}
.bg-blend-normal{
	background-blend-mode: normal;
}
.bg-blend-multiply{
	background-blend-mode: multiply;
}
.bg-blend-screen{
	background-blend-mode: screen;
}
.bg-blend-overlay{
	background-blend-mode: overlay;
}
.bg-blend-darken{
	background-blend-mode: darken;
}
.bg-blend-lighten{
	background-blend-mode: lighten;
}
.bg-blend-color-dodge{
	background-blend-mode: color-dodge;
}
.bg-blend-color-burn{
	background-blend-mode: color-burn;
}
.bg-blend-hard-light{
	background-blend-mode: hard-light;
}
.bg-blend-soft-light{
	background-blend-mode: soft-light;
}
.bg-blend-difference{
	background-blend-mode: difference;
}
.bg-blend-exclusion{
	background-blend-mode: exclusion;
}
.bg-blend-hue{
	background-blend-mode: hue;
}
.bg-blend-saturation{
	background-blend-mode: saturation;
}
.bg-blend-color{
	background-blend-mode: color;
}
.bg-blend-luminosity{
	background-blend-mode: luminosity;
}
.mix-blend-normal{
	mix-blend-mode: normal;
}
.mix-blend-multiply{
	mix-blend-mode: multiply;
}
.mix-blend-screen{
	mix-blend-mode: screen;
}
.mix-blend-overlay{
	mix-blend-mode: overlay;
}
.mix-blend-darken{
	mix-blend-mode: darken;
}
.mix-blend-lighten{
	mix-blend-mode: lighten;
}
.mix-blend-color-dodge{
	mix-blend-mode: color-dodge;
}
.mix-blend-color-burn{
	mix-blend-mode: color-burn;
}
.mix-blend-hard-light{
	mix-blend-mode: hard-light;
}
.mix-blend-soft-light{
	mix-blend-mode: soft-light;
}
.mix-blend-difference{
	mix-blend-mode: difference;
}
.mix-blend-exclusion{
	mix-blend-mode: exclusion;
}
.mix-blend-hue{
	mix-blend-mode: hue;
}
.mix-blend-saturation{
	mix-blend-mode: saturation;
}
.mix-blend-color{
	mix-blend-mode: color;
}
.mix-blend-luminosity{
	mix-blend-mode: luminosity;
}
.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-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{
	--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);
}
.ring-inset{
	--tw-ring-inset: inset;
}
.ring-opacity{
	--tw-ring-opacity: 0.5;
}
.\!filter{
	--tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
	--tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
	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) !important;
}
.filter-none{
	filter: none;
}
.blur{
	--tw-blur: blur(8px);
}
.drop-shadow{
	--tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}
.grayscale{
	--tw-grayscale: grayscale(100%);
}
.invert{
	--tw-invert: invert(100%);
}
.sepia{
	--tw-sepia: sepia(100%);
}
.backdrop-filter{
	--tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
	backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter-none{
	backdrop-filter: none;
}
.backdrop-blur{
	--tw-backdrop-blur: blur(8px);
}
.backdrop-grayscale{
	--tw-backdrop-grayscale: grayscale(100%);
}
.backdrop-invert{
	--tw-backdrop-invert: invert(100%);
}
.backdrop-sepia{
	--tw-backdrop-sepia: sepia(100%);
}
.transition-opacity{
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-all{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition{
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-300{
	transition-duration: 300ms;
}
.duration{
	transition-duration: 150ms;
}
.ease-in-out{
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease{
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-in{
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out{
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/*Custom CSS*/
.reelHeading{
 font-family: futura-book !important;
 text-transform: uppercase !important;
 letter-spacing: 6px !important
}
.reelSubHeading{
	font-family: futura-demibold !important;
	text-transform: uppercase !important;
}
.reelText{
	font-family: futura-book !important;
}

.a1-header-bg{
	--tw-bg-opacity: 1;
	background-color: rgba(36, 56, 65, var(--tw-bg-opacity));
}

.a1-header-border{
	border-bottom-width: 1px;
}

.a1-header-color{
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.a1-header-logo{
	height: 1.5rem;
	width: auto;
}

@media (min-width: 480px){
	.a1-header-logo{
		height: 2rem;
	}
}

.title-drop-shadow {
	text-shadow: 1px 1px 2px #000000;
}

h1 {
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: 0.045em;
	font-family: futura-book !important;
	text-transform: uppercase !important;
}

h2 {
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: 0.045em;
	font-family: futura-book !important;
	text-transform: uppercase !important;
}

h3 {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.045em;
	font-family: futura-book !important;
	text-transform: uppercase !important;
}

h4 {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.045em;
	font-family: futura-book !important;
	text-transform: uppercase !important;
}

h5, h6{
	font-family: Lato, sans-serif;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-family: futura-demibold !important;
	text-transform: uppercase !important;
}

p{
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 500;
	font-family: futura-book !important;
}

span{
	font-family: SourceSansPro, 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-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
	font-family: futura-book !important;
}

a, input[type=submit]{
	cursor: pointer;
	font-family: futura-book !important;
}

.btn{
	font-family: SourceSansPro, 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-weight: 600;
}

.btn-primary{
	--tw-bg-opacity: 1;
	background-color: rgba(36, 56, 65, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-primary:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.btn-primary {
    border-radius: 100px;
}

.btn-secondary{
	border-radius: 0.5rem;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(31, 38, 45, var(--tw-text-opacity));
}

.btn-secondary:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.btn-secondary {
    border-radius: 100px;
}

.btn-accent{
	border-radius: 0.5rem;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(36, 56, 65, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-accent:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.btn-accent {
    border-radius: 100px;
}

.btn-disabled{
	border-radius: 0.5rem;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(31, 38, 45, var(--tw-text-opacity));
}

.w-18{
	width: 4.0rem;
}

/*Vendor CSS*/
/*splide__splideBanner*/
.splide__splideBanner.splide__pagination{
	position: absolute;
	top: 1.5rem;
	left: 1rem;
	z-index: 20;
	height: 1.25rem;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
}
#splideBannerFullMobile .splide__splideBanner.splide__pagination{
	position: relative;
	top: 10px;
}
#splideBannerFullMobile .splide__splideBanner.splide__pagination__page{
	border-color: #000000;
}
#splideBannerFullMobile .splide__splideBanner.splide__pagination__page.is-active{
	/* color: #000000; */
	background-color: #000000;
	border-color: #000000;
}
@media (min-width: 768px){
	.splide__splideBanner.splide__pagination{
		top: auto;
	}
	.splide__splideBanner.splide__pagination{
		bottom: 1.5rem;
	}
	.splide__splideBanner.splide__pagination{
		left: 2.25rem;
	}
}
.splide__splideBanner.splide__pagination__page{
	margin: 0.25rem;
	display: block;
	height: 0.5rem;
	width: 0.5rem;
	cursor: pointer;
	border-radius: 9999px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	background-color: transparent;
	padding: 0px;
}
.splide__splideBanner.splide__pagination__page.is-active{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.splide__splideBanner.splide__arrows{
	position: absolute;
	bottom: 1.25rem;
	right: 1.25rem;
	z-index: 20;
	display: none;
}
@media (min-width: 768px){
	.splide__splideBanner.splide__arrows{
		display: block;
	}
}
.splide__splideBanner.splide__arrow{
	font-size: 0.75rem;
	line-height: 1rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.splide__splideBanner.splide__arrow:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}

/*splide__splideCarousel*/
.splide__splideCarousel.splide__pagination{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 20;
	display: none;
	height: 1.25rem;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
}
@media (min-width: 768px){
	.splide__splideCarousel.splide__pagination{
		display: block;
	}
}
.splide__splideCarousel.splide__pagination__page{
	margin: 0.25rem;
	display: block;
	height: 0.5rem;
	width: 0.5rem;
	cursor: pointer;
	border-radius: 9999px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(163, 163, 163, var(--tw-border-opacity));
	background-color: transparent;
	padding: 0px;
}
.splide__splideCarousel.splide__pagination__page.is-active{
	--tw-bg-opacity: 1;
	background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}
.splide__splideCarousel.splide__arrows{
	position: absolute;
	bottom: -0.5rem;
	right: 0px;
	z-index: 20;
	display: none;
}
@media (min-width: 768px){
	.splide__splideCarousel.splide__arrows{
		display: block;
	}
}
.splide__splideCarousel.splide__arrow{
	font-size: 0.75rem;
	line-height: 1rem;
	--tw-text-opacity: 1;
	color: rgba(163, 163, 163, var(--tw-text-opacity));
}
.splide__splideCarousel.splide__arrow:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}

/*splide__splide*/
.splide__arrow.splide__arrow--prev{
	margin-right: 1.25rem;
	padding-right: 1.25rem;
}
.splide__arrow.splide__arrow--prev svg {
    transform: scaleX(-1);
}
.splide__arrow svg{
	height: auto;
	width: 1rem;
	fill: currentColor;
}
.splide__arrow svg:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
@media (min-width: 768px){
	.splide__track{
		border-bottom-right-radius: 0.75rem;
	}
}

.splide__arrow:disabled {
	opacity: 0;
	pointer-events: none;
}

/* Below here is ripped from Laravel, not sure if its correct! */


.activeScheduleItem:after {
    content: '';
    position: absolute;
    bottom: -0.45rem;
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    background-color: #fff;
    transform: rotate(45deg);
}

.whatsOnButton_header{
    border: 1px solid;
		border-radius: 100px;
}

.focus\:outline-none:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.group:hover .group-hover\:opacity-75{
	opacity: 0.75;
}

.prose{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.dark .prose{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.prose{
	max-width: 65rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.dark .prose{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.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{
	font-weight: 600;
}
.prose ol[type="A"]{
	--list-counter-style: upper-alpha;
}
.prose ol[type="a"]{
	--list-counter-style: lower-alpha;
}
.prose ol[type="A s"]{
	--list-counter-style: upper-alpha;
}
.prose ol[type="a s"]{
	--list-counter-style: lower-alpha;
}
.prose ol[type="I"]{
	--list-counter-style: upper-roman;
}
.prose ol[type="i"]{
	--list-counter-style: lower-roman;
}
.prose ol[type="I s"]{
	--list-counter-style: upper-roman;
}
.prose ol[type="i s"]{
	--list-counter-style: lower-roman;
}
.prose ol[type="1"]{
	--list-counter-style: decimal;
}
.prose ol > li{
	position: relative;
	padding-left: 1.75em;
}
.prose ol > li::before{
	content: counter(list-item, var(--list-counter-style, decimal)) ".";
	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;
	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{
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
}
.prose h2{
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333;
}
.prose h3{
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}
.prose h4{
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}
.prose figure figcaption{
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}
.prose code{
	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: none;
}
.prose pre code::after{
	content: none;
}
.prose table{
	width: 100%;
	table-layout: auto;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.875em;
	line-height: 1.7142857;
}
.prose table th, .prose table tr, .prose table tb{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.dark .prose table th, .dark .prose table tr, .dark .prose table tb{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.prose thead{
	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 ol{
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose ul{
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose li{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.prose > ul > li p{
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose > ul > li > *:first-child{
	margin-top: 1.25em;
}
.prose > ul > li > *:last-child{
	margin-bottom: 1.25em;
}
.prose > ol > li > *:first-child{
	margin-top: 1.25em;
}
.prose > ol > li > *:last-child{
	margin-bottom: 1.25em;
}
.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol{
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose hr + *{
	margin-top: 0;
}
.prose h2 + *{
	margin-top: 0;
}
.prose h3 + *{
	margin-top: 0;
}
.prose h4 + *{
	margin-top: 0;
}
.prose thead th:first-child{
	padding-left: 0;
}
.prose thead th:last-child{
	padding-right: 0;
}
.prose tbody td:first-child{
	padding-left: 0;
}
.prose tbody td:last-child{
	padding-right: 0;
}
.prose > :first-child{
	margin-top: 0;
}
.prose > :last-child{
	margin-bottom: 0;
}

@media (max-width: 768px){
	.flex-1 {
    margin-right: 0 !important;
    margin-left: 0 !important;
	}
}

.splide__arrows.splide__splideCarousel{
	width: 100% !important;
}
.splide__arrow.splide__splideCarousel.splide__arrow--next{
	right: 0 !important;
	position: inherit !important;
}
.sliderTitle{
	font-size: 25px !important;
	border-bottom: 3px solid black !important;
	padding: 10px 0 !important;
	text-transform: capitalize !important;
}
.first\:pt-1:first-child{
	padding-top: 0.25rem;
}
.odd\:bg-white:nth-child(odd){
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.odd\:bg-gray-100:nth-child(odd){
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.even\:bg-gray-100:nth-child(even){
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.hover\:px-2:hover{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.hover\:text-center:hover{
	text-align: center;
}
.hover\:font-bold:hover{
	font-weight: 700;
}
.focus\:font-medium:focus{
	font-weight: 500;
}
.focus\:ordinal:focus, .focus\:slashed-zero:focus, .focus\:lining-nums:focus, .focus\:oldstyle-nums:focus, .focus\:proportional-nums:focus, .focus\:tabular-nums:focus, .focus\:diagonal-fractions:focus, .focus\:stacked-fractions:focus{
	--tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
	--tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
	--tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
	--tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
	--tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
	font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.focus\:diagonal-fractions:focus{
	--tw-numeric-fraction: diagonal-fractions;
}
.focus\:outline-none:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.focus\:ring-gray-700:focus{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
}
.hover\:focus\:text-center:hover:focus{
	text-align: center;
}
.focus\:hover\:text-center:focus:hover{
	text-align: center;
}
.focus\:hover\:font-bold:focus:hover{
	font-weight: 700;
}
.active\:text-right:active{
	text-align: right;
}
.group:hover .group-hover\:text-center{
	text-align: center;
}
.group:hover .group-hover\:opacity-75{
	opacity: 0.75;
}
.dark .dark\:border-0{
	border-width: 0px;
}
.dark .dark\:border-white{
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.dark .dark\:bg-accent{
	--tw-bg-opacity: 1;
	background-color: rgba(36, 56, 65, var(--tw-bg-opacity));
}
.dark .dark\:bg-gray-700{
	--tw-bg-opacity: 1;
	background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}
.dark .dark\:bg-reelyellow{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 205, 2, var(--tw-bg-opacity));
}
.dark .dark\:text-center{
	text-align: center;
}
.dark .dark\:text-black{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.dark .dark\:text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.dark .dark\:text-reelblue{
	--tw-text-opacity: 1;
	color: rgba(36, 56, 65, var(--tw-text-opacity));
}
.dark .dark\:text-gray-100{
	--tw-text-opacity: 1;
	color: rgba(245, 245, 245, var(--tw-text-opacity));
}
.dark .dark\:text-primary{
	--tw-text-opacity: 1;
	color: rgba(36, 56, 65, var(--tw-text-opacity));
}
.dark .dark\:hover\:text-right:hover{
	text-align: right;
}
@media (min-width: 480px){
	.sm\:block{
		display: block;
	}
	.sm\:w-2\/3{
		width: 66.666667%;
	}
	.sm\:w-1\/2{
		width: 50%;
	}
	.sm\:grid-cols-5{
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	.sm\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.sm\:px-16{
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.sm\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
@media (min-width: 768px){
	.md\:bottom-16{
		bottom: 4rem;
	}
	.md\:right-0{
		right: 0px;
	}
	.md\:col-span-2{
		grid-column: span 2 / span 2;
	}
	.md\:col-span-3{
		grid-column: span 3 / span 3;
	}
	.md\:col-span-1{
		grid-column: span 1 / span 1;
	}
	.md\:col-span-9{
		grid-column: span 9 / span 9;
	}
	.md\:col-start-auto{
		grid-column-start: auto;
	}
	.md\:col-start-2{
		grid-column-start: 2;
	}
	.md\:row-span-2{
		grid-row: span 2 / span 2;
	}
	.md\:row-start-auto{
		grid-row-start: auto;
	}
	.md\:mb-2{
		margin-bottom: 0.5rem;
	}
	.md\:-mt-20{
		margin-top: -5rem;
	}
	.md\:-mt-40{
		margin-top: -10rem;
	}
	.md\:mt-10{
		margin-top: 2.5rem;
	}
	.md\:mb-10{
		margin-bottom: 2.5rem;
	}
	.md\:mb-5{
		margin-bottom: 1.25rem;
	}
	.md\:block{
		display: block;
	}
	.md\:flex{
		display: flex;
	}
	.md\:hidden{
		display: none;
	}
	.md\:h-\[690px\]{
		height: 690px;
	}
	.md\:w-\[840px\]{
		width: 840px;
	}
	.md\:w-3\/5{
		width: 60%;
	}
	.md\:w-1\/2{
		width: 50%;
	}
	.md\:grid-cols-12{
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}
	.md\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.md\:grid-cols-3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.md\:grid-cols-10{
		grid-template-columns: repeat(10, minmax(0, 1fr));
	}
	.md\:grid-cols-1{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.md\:grid-cols-6{
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
	.md\:grid-cols-4{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.md\:flex-row{
		flex-direction: row;
	}
	.md\:justify-between{
		justify-content: space-between;
	}
	.md\:gap-2{
		gap: 0.5rem;
	}
	.md\:place-self-end{
		place-self: end;
	}
	.md\:overflow-auto{
		overflow: auto;
	}
	.md\:overflow-x-hidden{
		overflow-x: hidden;
	}
	.md\:border{
		border-width: 1px;
	}
	.md\:border-t-0{
		border-top-width: 0px;
	}
	.md\:border-gray-200{
		--tw-border-opacity: 1;
		border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	}
	.md\:bg-white{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
	.md\:p-4{
		padding: 1rem;
	}
	.md\:py-0{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.md\:py-1{
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}
	.md\:px-0{
		padding-left: 0px;
		padding-right: 0px;
	}
	.md\:px-4{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.md\:px-1{
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}
	.md\:py-6{
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.md\:px-28{
		padding-left: 7rem;
		padding-right: 7rem;
	}
	.md\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.md\:pt-2{
		padding-top: 0.5rem;
	}
	.md\:pb-0{
		padding-bottom: 0px;
	}
	.md\:pt-0{
		padding-top: 0px;
	}
	.md\:pb-6{
		padding-bottom: 1.5rem;
	}
	.md\:pt-6{
		padding-top: 1.5rem;
	}
	.md\:pl-10{
		padding-left: 2.5rem;
	}
	.dark .md\:dark\:border-0{
		border-width: 0px;
	}
}
@media (min-width: 1024px){
	.lg\:container{
		width: 100%;
	}
	@media (min-width: 768px){
		.lg\:container{
			max-width: 768px;
		}
	}
	@media (min-width: 964px){
		.lg\:container{
			max-width: 964px;
		}
	}
	@media (min-width: 1200px){
		.lg\:container{
			max-width: 1200px;
		}
	}
	.lg\:col-span-3{
		grid-column: span 3 / span 3;
	}
	.lg\:col-span-4{
		grid-column: span 4 / span 4;
	}
	.lg\:mb-0{
		margin-bottom: 0px;
	}
	.lg\:block{
		display: block;
	}
	.lg\:flex{
		display: flex;
	}
	.lg\:hidden{
		display: none;
	}
	.lg\:w-1\/3{
		width: 33.333333%;
	}
	.lg\:grid-cols-4{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.lg\:grid-cols-3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.lg\:grid-cols-8{
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}
	.lg\:flex-row{
		flex-direction: row;
	}
	.lg\:items-center{
		align-items: center;
	}
	.lg\:py-1{
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}
	.lg\:py-2{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.lg\:px-8{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.lg\:py-20{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.lg\:px-10{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.lg\:pr-0{
		padding-right: 0px;
	}
	.lg\:text-2xl{
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.lg\:font-light{
		font-weight: 300;
	}
}
@media (min-width: 1280px){
	.xl\:container{
		width: 100%;
	}
	@media (min-width: 768px){
		.xl\:container{
			max-width: 768px;
		}
	}
	@media (min-width: 964px){
		.xl\:container{
			max-width: 964px;
		}
	}
	@media (min-width: 1200px){
		.xl\:container{
			max-width: 1200px;
		}
	}
	.xl\:col-span-4{
		grid-column: span 4 / span 4;
	}
	.xl\:col-span-6{
		grid-column: span 6 / span 6;
	}
	.xl\:mx-auto{
		margin-left: auto;
		margin-right: auto;
	}
	.xl\:flex{
		display: flex;
	}
	.xl\:hidden{
		display: none;
	}
	.xl\:grid-cols-5{
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	.xl\:grid-cols-1{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.xl\:grid-cols-10{
		grid-template-columns: repeat(10, minmax(0, 1fr));
	}
	.xl\:justify-end{
		justify-content: flex-end;
	}
	.xl\:focus\:font-black:focus{
		font-weight: 900;
	}
}

