/*! tailwindcss v2.2.16 | 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: 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: #718186;
}

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

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

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

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

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

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

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

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

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

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

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

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(235, 235, 235, var(--tw-border-opacity));
	--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(6, 51, 141, 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);
}
.container {
	width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

	.container {
		max-width: 1536px;
	}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.pointer-events-none {
	pointer-events: none;
}
.pointer-events-auto {
	pointer-events: auto;
}
.visible {
	visibility: visible;
}
.invisible {
	visibility: hidden;
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.sticky {
	position: sticky;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.top-0 {
	top: 0px;
}
.right-0 {
	right: 0px;
}
.left-6 {
	left: 1.5rem;
}
.bottom-6 {
	bottom: 1.5rem;
}
.bottom-0 {
	bottom: 0px;
}
.left-0 {
	left: 0px;
}
.right-4 {
	right: 1rem;
}
.left-4 {
	left: 1rem;
}
.bottom-4 {
	bottom: 1rem;
}
.top-4 {
	top: 1rem;
}
.top-14 {
	top: 3.5rem;
}
.z-0 {
	z-index: 0;
}
.z-10 {
	z-index: 10;
}
.z-50 {
	z-index: 50;
}
.order-1 {
	order: 1;
}
.order-3 {
	order: 3;
}
.order-2 {
	order: 2;
}
.m-1 {
	margin: 0.25rem;
}
.-m-4 {
	margin: -1rem;
}
.-m-3 {
	margin: -0.75rem;
}
.-m-6 {
	margin: -1.5rem;
}
.-m-2 {
	margin: -0.5rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.-mx-8 {
	margin-left: -2rem;
	margin-right: -2rem;
}
.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.-my-4 {
	margin-top: -1rem;
	margin-bottom: -1rem;
}
.-mx-4 {
	margin-left: -1rem;
	margin-right: -1rem;
}
.-my-6 {
	margin-top: -1.5rem;
	margin-bottom: -1.5rem;
}
.-my-8 {
	margin-top: -2rem;
	margin-bottom: -2rem;
}
.-mx-12 {
	margin-left: -3rem;
	margin-right: -3rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mr-3 {
	margin-right: 0.75rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mr-4 {
	margin-right: 1rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.ml-1 {
	margin-left: 0.25rem;
}
.mt-4 {
	margin-top: 1rem;
}
.-mr-48 {
	margin-right: -12rem;
}
.mt-16 {
	margin-top: 4rem;
}
.mt-0 {
	margin-top: 0px;
}
.mt-auto {
	margin-top: auto;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mr-6 {
	margin-right: 1.5rem;
}
.mr-5 {
	margin-right: 1.25rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mb-7 {
	margin-bottom: 1.75rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.ml-4 {
	margin-left: 1rem;
}
.ml-auto {
	margin-left: auto;
}
.-ml-24 {
	margin-left: -6rem;
}
.mr-1 {
	margin-right: 0.25rem;
}
.mb-0\.5 {
	margin-bottom: 0.125rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.table {
	display: table;
}
.table-cell {
	display: table-cell;
}
.table-row-group {
	display: table-row-group;
}
.table-row {
	display: table-row;
}
.contents {
	display: contents;
}
.list-item {
	display: list-item;
}
.hidden {
	display: none;
}
.h-6 {
	height: 1.5rem;
}
.h-5 {
	height: 1.25rem;
}
.h-1 {
	height: 0.25rem;
}
.h-8 {
	height: 2rem;
}
.h-auto {
	height: auto;
}
.h-7 {
	height: 1.75rem;
}
.h-20 {
	height: 5rem;
}
.h-full {
	height: 100%;
}
.h-16 {
	height: 4rem;
}
.h-4 {
	height: 1rem;
}
.h-14 {
	height: 3.5rem;
}
.h-3 {
	height: 0.75rem;
}
.h-80 {
	height: 20rem;
}
.h-44 {
	height: 11rem;
}
.h-12 {
	height: 3rem;
}
.h-28 {
	height: 7rem;
}
.h-10 {
	height: 2.5rem;
}
.h-\[10px\] {
	height: 10px;
}
.min-h-full {
	min-height: 100%;
}
.min-h-24 {
	min-height: 6rem;
}
.w-6 {
	width: 1.5rem;
}
.w-5 {
	width: 1.25rem;
}
.w-full {
	width: 100%;
}
.w-12 {
	width: 3rem;
}
.w-48 {
	width: 12rem;
}
.w-8 {
	width: 2rem;
}
.w-7 {
	width: 1.75rem;
}
.w-96 {
	width: 24rem;
}
.w-3 {
	width: 0.75rem;
}
.w-1\/2 {
	width: 50%;
}
.w-4 {
	width: 1rem;
}
.w-24 {
	width: 6rem;
}
.w-1\/3 {
	width: 33.333333%;
}
.w-auto {
	width: auto;
}
.w-15 {
	width: 3.75rem;
}
.w-\[380px\] {
	width: 380px;
}
.w-32 {
	width: 8rem;
}
.w-52 {
	width: 13rem;
}
.w-10 {
	width: 2.5rem;
}
.w-42 {
	width: 10.5rem;
}
.w-56 {
	width: 14rem;
}
.min-w-0 {
	min-width: 0px;
}
.max-w-4xl {
	max-width: 56rem;
}
.max-w-screen-md {
	max-width: 768px;
}
.max-w-full {
	max-width: 100%;
}
.max-w-md {
	max-width: 28rem;
}
.max-w-2xl {
	max-width: 42rem;
}
.max-w-wrapper {
	max-width: 1170px;
}
.max-w-xl {
	max-width: 36rem;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.-translate-x-1\/2 {
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}
.translate-y-1\/2 {
	--tw-translate-y: 50%;
	transform: var(--tw-transform);
}
.translate-x-1\/2 {
	--tw-translate-x: 50%;
	transform: var(--tw-transform);
}
.rotate-180 {
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}
.rotate-90 {
	--tw-rotate: 90deg;
	transform: var(--tw-transform);
}
.-rotate-90 {
	--tw-rotate: -90deg;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
@keyframes spin {

	to {
		transform: rotate(360deg);
	}
}
.animate-spin {
	animation: spin 1s linear infinite;
}
.cursor-pointer {
	cursor: pointer;
}
.resize {
	resize: both;
}
.flex-col {
	flex-direction: column;
}
.flex-col-reverse {
	flex-direction: column-reverse;
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-start {
	align-items: flex-start;
}
.items-center {
	align-items: center;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-x-8 {
	-moz-column-gap: 2rem;
	     column-gap: 2rem;
}
.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-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-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-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)));
}
.self-center {
	align-self: center;
}
.overflow-auto {
	overflow: auto;
}
.overflow-hidden {
	overflow: hidden;
}
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.break-all {
	word-break: break-all;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-sm {
	border-radius: 0.125rem;
}
.border {
	border-width: 1px;
}
.border-2 {
	border-width: 2px;
}
.border-t {
	border-top-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-l {
	border-left-width: 1px;
}
.border-r {
	border-right-width: 1px;
}
.border-b-4 {
	border-bottom-width: 4px;
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(169, 167, 161, var(--tw-border-opacity));
}
.border-green-400 {
	--tw-border-opacity: 1;
	border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}
.border-red-400 {
	--tw-border-opacity: 1;
	border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}
.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgba(235, 235, 235, var(--tw-border-opacity));
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-red-500 {
	--tw-border-opacity: 1;
	border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
.border-gray-400 {
	--tw-border-opacity: 1;
	border-color: rgba(113, 129, 134, var(--tw-border-opacity));
}
.border-transparent {
	border-color: transparent;
}
.border-blue-800 {
	--tw-border-opacity: 1;
	border-color: rgba(10, 43, 111, var(--tw-border-opacity));
}
.border-opacity-20 {
	--tw-border-opacity: 0.2;
}
.bg-orange-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(208, 74, 0, var(--tw-bg-opacity));
}
.bg-teal-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(4, 127, 143, var(--tw-bg-opacity));
}
.bg-blue-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(83, 121, 198, var(--tw-bg-opacity));
}
.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 242, 237, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-blue-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 51, 153, var(--tw-bg-opacity));
}
.bg-green-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}
.bg-red-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}
.bg-orange-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(254, 153, 0, var(--tw-bg-opacity));
}
.bg-green-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-orange-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(212, 105, 0, var(--tw-bg-opacity));
}
.bg-blue-800 {
	--tw-bg-opacity: 1;
	background-color: rgba(10, 43, 111, var(--tw-bg-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-gray-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 249, 247, var(--tw-bg-opacity));
}
.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
}
.bg-orange-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 160, 46, var(--tw-bg-opacity));
}
.bg-red-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}
.bg-fiber-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(4, 127, 143, var(--tw-bg-opacity));
}
.bg-opacity-10 {
	--tw-bg-opacity: 0.1;
}
.bg-opacity-60 {
	--tw-bg-opacity: 0.6;
}
.bg-cover {
	background-size: cover;
}
.bg-center {
	background-position: center;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-2 {
	padding: 0.5rem;
}
.p-8 {
	padding: 2rem;
}
.p-4 {
	padding: 1rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-6 {
	padding: 1.5rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.px-12 {
	padding-left: 3rem;
	padding-right: 3rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-7 {
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.py-14 {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}
.pl-4 {
	padding-left: 1rem;
}
.pl-6 {
	padding-left: 1.5rem;
}
.pt-15 {
	padding-top: 3.75rem;
}
.pb-20 {
	padding-bottom: 5rem;
}
.pr-10 {
	padding-right: 2.5rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pt-14 {
	padding-top: 3.5rem;
}
.pt-16 {
	padding-top: 4rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pb-16 {
	padding-bottom: 4rem;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pt-7 {
	padding-top: 1.75rem;
}
.pb-5 {
	padding-bottom: 1.25rem;
}
.pr-8 {
	padding-right: 2rem;
}
.pt-18 {
	padding-top: 4.5rem;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
.align-top {
	vertical-align: top;
}
.align-middle {
	vertical-align: middle;
}
.align-bottom {
	vertical-align: bottom;
}
.font-gotham {
	font-family: Montserrat, sans-serif;
}
.text-32 {
	font-size: 2rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-24 {
	font-size: 1.5rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-20 {
	font-size: 1.25rem;
}
.text-26 {
	font-size: 1.625rem;
}
.text-22 {
	font-size: 1.375rem;
}
.text-18 {
	font-size: 1.125rem;
}
.text-31 {
	font-size: 1.9375rem;
}
.text-9xl {
	font-size: 8rem;
	line-height: 1;
}
.text-15 {
	font-size: .9375rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-12 {
	font-size: .75rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.font-bold {
	font-weight: 700;
}
.font-light {
	font-weight: 300;
}
.font-black {
	font-weight: 700;
}
.font-book {
	font-weight: 350;
}
.font-extrabold {
	font-weight: 800;
}
.font-medium {
	font-weight: 500;
}
.font-normal {
	font-weight: 400;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.capitalize {
	text-transform: capitalize;
}
.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);
}
.ordinal {
	--tw-ordinal: ordinal;
}
.leading-tighter {
	line-height: 1.1;
}
.leading-relaxed {
	line-height: 1.625;
}
.leading-normal {
	line-height: 1.5;
}
.leading-tight {
	line-height: 1.25;
}
.leading-none {
	line-height: 1;
}
.leading-medium {
	line-height: 1.4;
}
.leading-28 {
	line-height: 1.75rem;
}
.tracking-tight {
	letter-spacing: -0.025em;
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-blue-800 {
	--tw-text-opacity: 1;
	color: rgba(10, 43, 111, var(--tw-text-opacity));
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}
.text-orange-600 {
	--tw-text-opacity: 1;
	color: rgba(212, 105, 0, var(--tw-text-opacity));
}
.text-green-800 {
	--tw-text-opacity: 1;
	color: rgba(6, 95, 70, var(--tw-text-opacity));
}
.text-red-800 {
	--tw-text-opacity: 1;
	color: rgba(153, 27, 27, var(--tw-text-opacity));
}
.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-gray-850 {
	--tw-text-opacity: 1;
	color: rgba(56, 56, 56, var(--tw-text-opacity));
}
.text-gray-800 {
	--tw-text-opacity: 1;
	color: rgba(78, 78, 78, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-gray-950 {
	--tw-text-opacity: 1;
	color: rgba(39, 39, 39, var(--tw-text-opacity));
}
.text-red-500 {
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-\[\#4E4E4E\] {
	--tw-text-opacity: 1;
	color: rgba(78, 78, 78, var(--tw-text-opacity));
}
.text-blue-100 {
	--tw-text-opacity: 1;
	color: rgba(230, 235, 245, var(--tw-text-opacity));
}
.text-blue-700 {
	--tw-text-opacity: 1;
	color: rgba(0, 51, 153, var(--tw-text-opacity));
}
.text-blue-500 {
	--tw-text-opacity: 1;
	color: rgba(6, 51, 141, var(--tw-text-opacity));
}
.text-red-600 {
	--tw-text-opacity: 1;
	color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgba(45, 45, 45, var(--tw-text-opacity));
}
.text-blue-200 {
	--tw-text-opacity: 1;
	color: rgba(152, 186, 255, var(--tw-text-opacity));
}
.text-blue-400 {
	--tw-text-opacity: 1;
	color: rgba(83, 121, 198, var(--tw-text-opacity));
}
.text-blue-300 {
	--tw-text-opacity: 1;
	color: rgba(94, 137, 225, var(--tw-text-opacity));
}
.text-\[\#282828\] {
	--tw-text-opacity: 1;
	color: rgba(40, 40, 40, var(--tw-text-opacity));
}
.text-gray-300 {
	--tw-text-opacity: 1;
	color: rgba(169, 167, 161, var(--tw-text-opacity));
}
.text-opacity-30 {
	--tw-text-opacity: 0.3;
}
.text-opacity-70 {
	--tw-text-opacity: 0.7;
}
.underline {
	text-decoration: underline;
}
.no-underline {
	text-decoration: none;
}
.placeholder-gray-500::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
}
.placeholder-gray-500::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
}
.opacity-20 {
	opacity: 0.2;
}
.opacity-60 {
	opacity: 0.6;
}
.opacity-30 {
	opacity: 0.3;
}
.opacity-0 {
	opacity: 0;
}
.opacity-10 {
	opacity: 0.1;
}
.shadow {
	--tw-shadow: 0 0 30px rgba(0, 0, 0, .1);
	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-sm {
	--tw-shadow: 0 0 12px rgba(0, 0, 0, .13);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-b {
	--tw-shadow: 0 15px 15px rgba(0, 0, 0, .1);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.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);
}
.blur {
	--tw-blur: blur(8px);
	filter: var(--tw-filter);
}
.grayscale {
	--tw-grayscale: grayscale(100%);
	filter: var(--tw-filter);
}
.invert {
	--tw-invert: invert(100%);
	filter: var(--tw-filter);
}
.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-colors {
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-transform {
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.ease-in-out {
	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);
}
/* Utility class to disable focus outline on specific elements */
.focus-none:focus-visible {
        outline: none !important;
    }
/* Screen reader only text utility */
.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;
    }
/* Focus visible styles for all interactive elements */
*:focus-visible {
        outline: 2px solid #0A2B6F !important; /* blue-800 with 11.8:1 contrast on white */
        outline-offset: 2px !important;
    }
/* Alternative focus style for elements on dark backgrounds */
/* Special handling for search inputs within labels - focus the parent label instead */
label:has(input[type="search"]:focus-visible) {
        outline: 2px solid #0A2B6F !important;
        outline-offset: 2px !important;
    }
label input[type="search"]:focus-visible {
        outline: none !important;
    }
/* For browsers that don't support :has(), use focus-within as fallback */
label:focus-within {
        outline: 2px solid #0A2B6F !important;
        outline-offset: 2px !important;
    }
label:focus-within input[type="search"] {
        outline: none !important;
    }
/* Ensure focus is not obscured by fixed header */
:target {
        scroll-margin-top: 80px;
    }
/* Skip link always visible when focused */
.skip-link:focus {
        position: fixed !important;
        top: 6px !important;
        left: 6px !important;
        z-index: 9999 !important;
    }
/* Better focus styles for form inputs */
input:not([type="search"]):focus-visible,
    textarea:focus-visible,
    select:focus-visible {
        outline: none !important;
        border-color: #0A2B6F !important;
        box-shadow: 0 0 0 3px rgba(10, 43, 111, 0.1) !important;
    }
/* Remove default focus outline from buttons with visible focus styles */
button:focus-visible,
    a:focus-visible {
        outline: 2px solid #0A2B6F !important;
        outline-offset: 2px !important;
    }
/* Special focus style for buttons that look like links */

/* Global focus indicators for WCAG 2.2 compliance */

.main-menu > li > a {
	display: block;
	padding-left: 1rem;
	padding-right: 1rem;
	font-weight: 700;
}

/* Custom focus styles for navigation menu items */
.main-menu > li > a:focus-visible {
    outline: none !important;
    border-bottom-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgba(10, 43, 111, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(10, 43, 111, var(--tw-text-opacity));
}

.page-end-menu a, .footer-menu a {
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.page-end-menu a:hover, .footer-menu a:hover {
	--tw-text-opacity: 1;
	color: rgba(212, 105, 0, var(--tw-text-opacity));
}

.content {
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(78, 78, 78, var(--tw-text-opacity));
    line-height: 1.75rem;
}

.content p:not(:last-child), .content ul:not(:last-child), .content ol:not(:last-child) {
	margin-bottom: 1.5rem;
}

.content > h2 {
	margin-bottom: 0.5rem;
	margin-top: 0.25rem;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 2.125rem;
	--tw-text-opacity: 1;
	color: rgba(10, 43, 111, var(--tw-text-opacity));
}

.content > h3 {
	margin-bottom: 0.5rem;
	margin-top: 0.25rem;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgba(39, 39, 39, var(--tw-text-opacity));
}

.content > h4 {
	margin-bottom: 0.5rem;
	margin-top: 0.25rem;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.625rem;
	--tw-text-opacity: 1;
	color: rgba(39, 39, 39, var(--tw-text-opacity));
}

.content > h5, .content > h6 {
	margin-bottom: 0.5rem;
	margin-top: 0.25rem;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.25;
	--tw-text-opacity: 1;
	color: rgba(39, 39, 39, var(--tw-text-opacity));
}


.content .wp-block-image img:not(.is-style-rounded), .content .wp-block-image img {
	display: block;
	height: auto;
	width: 100%;
	border-radius: 0.125rem;
}

.content .wp-block-image figcaption {
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 350;
	--tw-text-opacity: 1;
	color: rgba(169, 167, 161, var(--tw-text-opacity));
}

.content ul, .content ol {
	padding-left: 1.5rem;
}

.content ol {
	list-style-type: decimal;
}

.content ul li {
	position: relative;
}

.content ul li:before {
	position: absolute;
	margin-left: -1rem;
	display: block;
	height: 0.5rem;
	width: 0.5rem;
	border-radius: 9999px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(254, 153, 0, var(--tw-border-opacity));
    content: '';
    margin-top: 10px;
}

.content li:not(:last-child) {
	margin-bottom: 0.5rem;
}

.content .wp-block-quote {
	position: relative;
	margin-bottom: 1.5rem;
	padding-top: 3.75rem;
}

.content .wp-block-quote:before {
    content: '\201D';
    font-size: 125px;
    line-height: 1;
    position: absolute;
    top: 0px;
    display: block;
    font-family: Montserrat, sans-serif;
    --tw-text-opacity: 1;
    color: rgba(243, 242, 237, var(--tw-text-opacity));
}

.content :not(.outside-content) a:not(.no-underline) {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	--tw-bg-opacity: 1;
	background-color: rgba(249, 239, 221, var(--tw-bg-opacity));
	vertical-align: middle;
	--tw-text-opacity: 1;
	color: rgba(212, 105, 0, var(--tw-text-opacity));
	text-decoration: underline;
}

.content :not(.outside-content) a:not(.no-underline):hover {
	--tw-bg-opacity: 1;
	background-color: rgba(248, 230, 195, var(--tw-bg-opacity));
}
.content .wp-block-quote > p {
	display: inline;
	--tw-bg-opacity: 1;
	background-color: rgba(249, 239, 221, var(--tw-bg-opacity));
	font-size: 2.375rem;
	font-weight: 500;
	line-height: 1.4;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}
@media (min-width: 768px) {

	.content .wp-block-quote > p {
		font-size: 2.5rem;
	}
}

.content .wp-block-quote > cite {
	display: block;
}

.content .wp-block-quote > p:before,
.content .wp-block-quote > p:after {
    content: '\201D';
}

/* hide scrollbar but allow scrolling */
.without-scrollbar {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-padding: 16px 0 0 16px;
}

.without-scrollbar::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.snap-start {
    scroll-snap-align: start;
}

.custom-slider {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-padding: 16px 0 0 16px;
}

.custom-slider::-webkit-scrollbar {
    display: none;
}

.fit-content {
    width: -moz-fit-content;
    width: fit-content;
}

.tns-nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tns-nav > :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)));
}

.tns-nav button {
	display: block;
	height: 0.75rem;
	width: 0.75rem;
	flex-shrink: 0;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
}

.tns-nav-active {
	--tw-bg-opacity: 1;
	background-color: rgba(212, 105, 0, var(--tw-bg-opacity));
}


.small-content p:not(:last-child) {
	margin-bottom: 0.75rem;
}

.small-content b {
	--tw-text-opacity: 1;
	color: rgba(39, 39, 39, var(--tw-text-opacity));
}

.simpli-form {
    margin-left: -15px;
    margin-right: -15px;
    --tw-text-opacity: 1;
    color: rgba(78, 78, 78, var(--tw-text-opacity));
}

.simpli-form .step-header {
    padding: 0 15px;
    padding-top: 15px;
}
.simpli-form #simpliform.theme-lumen label {
	font-weight: 400;
}

.simpli-form #simpliform label {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	--tw-text-opacity: 1;
	color: rgba(39, 39, 39, var(--tw-text-opacity));
}

.simpli-form #simpliform.theme-lumen .form-control {
	--tw-shadow: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.simpli-form #simpliform .form-control {
	border-radius: 0px;
	border-style: none;
}

.simpli-form #simpliform input.form-control {
    height: 45px;
}

.simpli-form #simpliform textarea.form-control {
    min-height: 110px;
}

.simpli-form #simpliform .btn.btn-primary {
    background: none;
    border: none;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(212, 105, 0, var(--tw-text-opacity));
}

.simpli-form #simpliform .btn.btn-primary:hover,
.simpli-form #simpliform .btn.btn-primary:focus,
.simpli-form #simpliform .btn.btn-primary:active {
    background: none !important;
    border: none !important;
    margin-top: 0;
    --tw-text-opacity: 1;
    color: rgba(212, 105, 0, var(--tw-text-opacity));
    text-decoration: underline;
}
.simpli-form #simpliform .form-control:focus {
    box-shadow: none !important;
}

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

.block-hover:hover {
	--tw-translate-y: -0.125rem;
	transform: var(--tw-transform);
	--tw-shadow: 0 0 30px rgba(0, 0, 0, .1), 0px 15px 10px -15px rgba(0, 0, 0, .4);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:border-gray-400:hover {
	--tw-border-opacity: 1;
	border-color: rgba(113, 129, 134, var(--tw-border-opacity));
}

.hover\:bg-blue-500:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(6, 51, 141, var(--tw-bg-opacity));
}

.hover\:bg-teal-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(93, 201, 188, var(--tw-bg-opacity));
}

.hover\:bg-orange-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(212, 105, 0, var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 249, 247, var(--tw-bg-opacity));
}

.hover\:bg-blue-800:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(10, 43, 111, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 242, 237, var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-opacity-90:hover {
	--tw-bg-opacity: 0.9;
}

.hover\:text-orange-500:hover {
	--tw-text-opacity: 1;
	color: rgba(208, 74, 0, var(--tw-text-opacity));
}

.hover\:text-orange-800:hover {
	--tw-text-opacity: 1;
	color: rgba(166, 75, 1, var(--tw-text-opacity));
}

.hover\:text-black:hover {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-blue-800:hover {
	--tw-text-opacity: 1;
	color: rgba(10, 43, 111, var(--tw-text-opacity));
}

.hover\:text-orange-600:hover {
	--tw-text-opacity: 1;
	color: rgba(212, 105, 0, var(--tw-text-opacity));
}

.hover\:text-blue-100:hover {
	--tw-text-opacity: 1;
	color: rgba(230, 235, 245, var(--tw-text-opacity));
}

.hover\:underline:hover {
	text-decoration: underline;
}

.focus\:border-blue-500:focus {
	--tw-border-opacity: 1;
	border-color: rgba(6, 51, 141, var(--tw-border-opacity));
}

.focus\:text-blue-400:focus {
	--tw-text-opacity: 1;
	color: rgba(83, 121, 198, var(--tw-text-opacity));
}

.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.group:hover .group-hover\:scale-125 {
	--tw-scale-x: 1.25;
	--tw-scale-y: 1.25;
	transform: var(--tw-transform);
}

.group:hover .group-hover\:border-blue-800 {
	--tw-border-opacity: 1;
	border-color: rgba(10, 43, 111, var(--tw-border-opacity));
}

.group:hover .group-hover\:bg-gray-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 249, 247, var(--tw-bg-opacity));
}

.group:hover .group-hover\:text-orange-600 {
	--tw-text-opacity: 1;
	color: rgba(212, 105, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-400 {
	--tw-text-opacity: 1;
	color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-700 {
	--tw-text-opacity: 1;
	color: rgba(0, 51, 153, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-800 {
	--tw-text-opacity: 1;
	color: rgba(10, 43, 111, var(--tw-text-opacity));
}

.group:hover .group-hover\:underline {
	text-decoration: underline;
}

.group:hover .group-hover\:opacity-5 {
	opacity: 0.05;
}

.group:hover .group-hover\:opacity-90 {
	opacity: 0.9;
}

.group:hover .group-hover\:brightness-90 {
	--tw-brightness: brightness(.9);
	filter: var(--tw-filter);
}

@media (min-width: 640px) {

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

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

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

@media (min-width: 768px) {

	.md\:absolute {
		position: absolute;
	}

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

	.md\:top-0 {
		top: 0px;
	}

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

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

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

	.md\:-m-4 {
		margin: -1rem;
	}

	.md\:-m-8 {
		margin: -2rem;
	}

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

	.md\:mr-8 {
		margin-right: 2rem;
	}

	.md\:mb-8 {
		margin-bottom: 2rem;
	}

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

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

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

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

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

	.md\:block {
		display: block;
	}

	.md\:flex {
		display: flex;
	}

	.md\:hidden {
		display: none;
	}

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

	.md\:h-20 {
		height: 5rem;
	}

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

	.md\:h-auto {
		height: auto;
	}

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

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

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

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

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

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

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

	.md\:w-12 {
		width: 3rem;
	}

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

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

	.md\:w-20 {
		width: 5rem;
	}

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

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

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

	.md\:w-10 {
		width: 2.5rem;
	}

	.md\:w-42 {
		width: 10.5rem;
	}

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

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

	.md\: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)));
	}

	.md\:rounded {
		border-radius: 0.25rem;
	}

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

	.md\:border-l {
		border-left-width: 1px;
	}

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

	.md\:border-gray-200 {
		--tw-border-opacity: 1;
		border-color: rgba(235, 235, 235, var(--tw-border-opacity));
	}

	.md\:bg-none {
		background-image: none;
	}

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

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

	.md\:p-14 {
		padding: 3.5rem;
	}

	.md\:p-8 {
		padding: 2rem;
	}

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

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

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

	.md\:px-9 {
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}

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

	.md\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

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

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

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

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

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

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

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

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

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

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

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

	.md\:text-40 {
		font-size: 2.5rem;
	}

	.md\:text-26 {
		font-size: 1.625rem;
	}

	.md\:text-20 {
		font-size: 1.25rem;
	}

	.md\:text-32 {
		font-size: 2rem;
	}

	.md\:text-18 {
		font-size: 1.125rem;
	}

	.md\:text-31 {
		font-size: 1.9375rem;
	}

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

	.md\:text-25 {
		font-size: 1.5625rem;
	}

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

@media (min-width: 1024px) {

	.lg\:static {
		position: static;
	}

	.lg\:absolute {
		position: absolute;
	}

	.lg\:left-15 {
		left: 3.75rem;
	}

	.lg\:top-25 {
		top: 6.25rem;
	}

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

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

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

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

	.lg\:top-full {
		top: 100%;
	}

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

	.lg\:order-2 {
		order: 2;
	}

	.lg\:order-3 {
		order: 3;
	}

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

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

	.lg\:-mx-10 {
		margin-left: -2.5rem;
		margin-right: -2.5rem;
	}

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

	.lg\:-mr-6 {
		margin-right: -1.5rem;
	}

	.lg\:mr-6 {
		margin-right: 1.5rem;
	}

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

	.lg\:mr-auto {
		margin-right: auto;
	}

	.lg\:-ml-48 {
		margin-left: -12rem;
	}

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

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

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

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

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

	.lg\:-ml-66 {
		margin-left: -16.5rem;
	}

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

	.lg\:block {
		display: block;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:grid {
		display: grid;
	}

	.lg\:hidden {
		display: none;
	}

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

	.lg\:h-60 {
		height: 15rem;
	}

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

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

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

	.lg\:h-12 {
		height: 3rem;
	}

	.lg\:h-25 {
		height: 6.25rem;
	}

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

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

	.lg\:w-1\/5 {
		width: 20%;
	}

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

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

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

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

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

	.lg\:w-75 {
		width: 18.75rem;
	}

	.lg\:w-44 {
		width: 11rem;
	}

	.lg\:w-1\/4 {
		width: 25%;
	}

	.lg\:w-48 {
		width: 12rem;
	}

	.lg\:w-136 {
		width: 34rem;
	}

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

	.lg\:w-200 {
		width: 50rem;
	}

	.lg\:w-150 {
		width: 37.5rem;
	}

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

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

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

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

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

	.lg\:overflow-visible {
		overflow: visible;
	}

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

	.lg\:border-l {
		border-left-width: 1px;
	}

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

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

	.lg\:border-none {
		border-style: none;
	}

	.lg\:border-gray-200 {
		--tw-border-opacity: 1;
		border-color: rgba(235, 235, 235, var(--tw-border-opacity));
	}

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

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

	.lg\:p-4 {
		padding: 1rem;
	}

	.lg\:p-9 {
		padding: 2.25rem;
	}

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

	.lg\:py-25 {
		padding-top: 6.25rem;
		padding-bottom: 6.25rem;
	}

	.lg\:py-36 {
		padding-top: 9rem;
		padding-bottom: 9rem;
	}

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

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

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

	.lg\:px-9 {
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}

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

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

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

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

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

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

	.lg\:py-11 {
		padding-top: 2.75rem;
		padding-bottom: 2.75rem;
	}

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

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

	.lg\:pr-15 {
		padding-right: 3.75rem;
	}

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

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

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

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

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

	.lg\:pr-32 {
		padding-right: 8rem;
	}

	.lg\:pt-25 {
		padding-top: 6.25rem;
	}

	.lg\:pb-15 {
		padding-bottom: 3.75rem;
	}

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

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

	.lg\:pr-20 {
		padding-right: 5rem;
	}

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

	.lg\:text-25 {
		font-size: 1.5625rem;
	}

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

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

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

	.lg\:text-40 {
		font-size: 2.5rem;
	}

	.lg\:text-18 {
		font-size: 1.125rem;
	}

	.lg\:text-34 {
		font-size: 2.125rem;
	}

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

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

	.lg\:leading-semi {
		line-height: 1.2;
	}

	.lg\:text-gray-900 {
		--tw-text-opacity: 1;
		color: rgba(45, 45, 45, var(--tw-text-opacity));
	}

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

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

	.lg\:shadow-menu {
		--tw-shadow: 0 15px 15px rgba(0, 0, 0, .1), inset 0 15px 15px -15px rgba(0, 0, 0, .1);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}

	.lg\:hover\:border-blue-700:hover {
		--tw-border-opacity: 1;
		border-color: rgba(0, 51, 153, var(--tw-border-opacity));
	}

	.lg\:focus\:border-blue-700:focus {
		--tw-border-opacity: 1;
		border-color: rgba(0, 51, 153, var(--tw-border-opacity));
	}
}

@media (min-width: 1280px) {

	.xl\:right-auto {
		right: auto;
	}

	.xl\:block {
		display: block;
	}

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