@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@100;200;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;700;800;900&display=swap");
/*! tailwindcss v2.2.6 | 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 {
	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::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
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;
}
/**
 * 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;
}
.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;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.border{
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.blur, .drop-shadow-lg, .filter{
	--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);
}
.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,/*!*/ /*!*/);
	--tw-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);
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
	-webkit-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	border-color: #2563eb;
}
input::placeholder,textarea::placeholder{
	color: #6b7280;
	opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
	padding: 0;
}
::-webkit-date-and-time-value{
	min-height: 1.5em;
}
select{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
}
[multiple]{
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	-webkit-print-color-adjust: unset;
	        color-adjust: unset;
}
[type='checkbox'],[type='radio']{
	-webkit-appearance: none;
	        appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
}
[type='checkbox']{
	border-radius: 0px;
}
[type='radio']{
	border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
[type='checkbox']:checked,[type='radio']:checked{
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
[type='checkbox']:checked{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
	border-color: transparent;
	background-color: currentColor;
}
[type='checkbox']:indeterminate{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
	border-color: transparent;
	background-color: currentColor;
}
[type='file']{
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit;
}
[type='file']:focus{
	outline: 1px auto -webkit-focus-ring-color;
}
.container{
	width: 100%;
}
@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;
	}
}
.visible{
	visibility: visible;
}
.invisible{
	visibility: hidden;
}
.static{
	position: static;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.mx-12{
	margin-left: 3rem;
	margin-right: 3rem;
}
.my-4{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.my-6{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.my-8{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.mx-2{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.mt-4{
	margin-top: 1rem;
}
.mt-8{
	margin-top: 2rem;
}
.mt-12{
	margin-top: 3rem;
}
.mr-2{
	margin-right: 0.5rem;
}
.mt-6{
	margin-top: 1.5rem;
}
.mt-2{
	margin-top: 0.5rem;
}
.ml-12{
	margin-left: 3rem;
}
.mr-4{
	margin-right: 1rem;
}
.ml-2{
	margin-left: 0.5rem;
}
.mt-10{
	margin-top: 2.5rem;
}
.mt-24{
	margin-top: 6rem;
}
.ml-4{
	margin-left: 1rem;
}
.mt-1{
	margin-top: 0.25rem;
}
.mb-4{
	margin-bottom: 1rem;
}
.mb-6{
	margin-bottom: 1.5rem;
}
.mb-8{
	margin-bottom: 2rem;
}
.-mt-2{
	margin-top: -0.5rem;
}
.mb-2{
	margin-bottom: 0.5rem;
}
.block{
	display: block;
}
.inline{
	display: inline;
}
.flex{
	display: flex;
}
.grid{
	display: grid;
}
.hidden{
	display: none;
}
.h-screen{
	height: 100vh;
}
.h-12{
	height: 3rem;
}
.h-16{
	height: 4rem;
}
.h-8{
	height: 2rem;
}
.h-full{
	height: 100%;
}
.w-full{
	width: 100%;
}
.w-1\/2{
	width: 50%;
}
.w-1\/4{
	width: 25%;
}
.flex-shrink{
	flex-shrink: 1;
}
.flex-grow{
	flex-grow: 1;
}
.transform{
	transform: var(--tw-transform);
}
.cursor-pointer{
	cursor: pointer;
}
.grid-cols-1{
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col{
	flex-direction: column;
}
.flex-wrap{
	flex-wrap: wrap;
}
.items-end{
	align-items: flex-end;
}
.items-center{
	align-items: center;
}
.justify-end{
	justify-content: flex-end;
}
.justify-center{
	justify-content: center;
}
.justify-between{
	justify-content: space-between;
}
.gap-4{
	gap: 1rem;
}
.gap-8{
	gap: 2rem;
}
.gap-2{
	gap: 0.5rem;
}
.gap-12{
	gap: 3rem;
}
.space-x-12 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(3rem * var(--tw-space-x-reverse));
	margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden{
	overflow: hidden;
}
.overflow-y-auto{
	overflow-y: auto;
}
.rounded{
	border-radius: 0.25rem;
}
.rounded-md{
	border-radius: 0.375rem;
}
.border{
	border-width: 1px;
}
.bg-primary{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 73, 150, var(--tw-bg-opacity));
}
.bg-gray-100{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-red-200{
	--tw-bg-opacity: 1;
	background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}
.bg-gray-600{
	--tw-bg-opacity: 1;
	background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-red-50{
	--tw-bg-opacity: 1;
	background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}
.p-2{
	padding: 0.5rem;
}
.p-6{
	padding: 1.5rem;
}
.px-3{
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-1{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.px-10{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-2{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-3{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-4{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-1{
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.px-6{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.pt-12{
	padding-top: 3rem;
}
.pb-6{
	padding-bottom: 1.5rem;
}
.pt-4{
	padding-top: 1rem;
}
.pb-20{
	padding-bottom: 5rem;
}
.pl-6{
	padding-left: 1.5rem;
}
.pr-12{
	padding-right: 3rem;
}
.pb-4{
	padding-bottom: 1rem;
}
.pr-4{
	padding-right: 1rem;
}
.text-center{
	text-align: center;
}
.text-xl{
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-3xl{
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-2xl{
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-sm{
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-lg{
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-xs{
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-4xl{
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.font-bold{
	font-weight: 700;
}
.font-medium{
	font-weight: 500;
}
.font-light{
	font-weight: 300;
}
.text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-confirm{
	--tw-text-opacity: 1;
	color: rgba(0, 152, 69, var(--tw-text-opacity));
}
.text-gray-500{
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-primary{
	--tw-text-opacity: 1;
	color: rgba(0, 73, 150, var(--tw-text-opacity));
}
.text-gray-1{
	--tw-text-opacity: 1;
	color: rgba(51, 51, 51, var(--tw-text-opacity));
}
.text-gray-400{
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-secondary{
	--tw-text-opacity: 1;
	color: rgba(255, 191, 26, var(--tw-text-opacity));
}
.text-green-600{
	--tw-text-opacity: 1;
	color: rgba(5, 150, 105, var(--tw-text-opacity));
}
.text-red-600{
	--tw-text-opacity: 1;
	color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.text-red-400{
	--tw-text-opacity: 1;
	color: rgba(248, 113, 113, var(--tw-text-opacity));
}
.text-black{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.opacity-75{
	opacity: 0.75;
}
.opacity-80{
	opacity: 0.8;
}
.opacity-50{
	opacity: 0.5;
}
.opacity-100{
	opacity: 1;
}
.blur{
	--tw-blur: blur(8px);
	filter: var(--tw-filter);
}
.drop-shadow-lg{
	--tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
	filter: var(--tw-filter);
}
.filter{
	filter: var(--tw-filter);
}
.backdrop-filter{
	-webkit-backdrop-filter: var(--tw-backdrop-filter);
	        backdrop-filter: var(--tw-backdrop-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;
}
:root {
  font-family: "Inter", 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";
  color: rgba(51, 51, 51, 0.8);
}

.app-font-base {
  font-family: "Inter", 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";
}

.app-font-alt {
  font-family: "Archivo", 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";
}

.app-h1, h1 {
  font-family: "Archivo", 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: 1.875rem;
  line-height: 2.25rem;
  color: #004996;
}

@media (min-width: 768px) {
  .app-h1, h1{
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
}
.app-h2, h2 {
  font-family: "Archivo", 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: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  color: #333333;
}

.app-h2-alt {
  font-family: "Archivo", 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: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  color: #EEAF4A;
}

.app-h3, h3 {
  font-family: "Archivo", 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: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  color: #333333;
}

.app-cms-block h1:not(:first-child){
	margin-top: 1.5rem;
}
.app-cms-block h1{
	margin-bottom: 1.5rem;
}
.app-cms-block h2:not(:first-child){
	margin-top: 1.5rem;
}
.app-cms-block h2{
	margin-bottom: 1rem;
}
.app-cms-block h3:not(:first-child){
	margin-top: 1.5rem;
}
.app-cms-block h3{
	margin-bottom: 0.5rem;
}
.app-cms-block p:not(:first-child){
	margin-top: 0.5rem;
}
.app-cms-block p{
	margin-bottom: 0.5rem;
}
.app-cms-block a {
  color: #004996;
}
.app-cms-block a:hover {
  text-decoration: underline;
}

.list-icon-text .item{
	margin-bottom: 0.75rem;
	display: flex;
}
.list-icon-text .item .badge{
	margin-right: 0.5rem;
	font-size: 1.5rem;
	line-height: 2rem;
	--tw-text-opacity: 1;
	color: rgba(0, 152, 69, var(--tw-text-opacity));
  padding-top: 1px;
}
.app-button.primary {
  display: flex;
  padding: 0.4rem 1.5rem;
  align-items: center;
  color: #FFFFFF;
  background-color: #004996;
  justify-content: center;
}
.app-button.primary:hover {
  cursor: pointer;
  background-color: #005bba;
}
.app-button.primary:active {
  background-color: #004287;
}
.app-button.primary[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.app-button.primary .icon {
  margin-right: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2px;
}
.app-button.secondary {
  display: flex;
  padding: 0.4rem 1.5rem;
  align-items: center;
  color: #000;
  background-color: #EEAF4A;
  justify-content: center;
}
.app-button.secondary:hover {
  cursor: pointer;
  background-color: #f0b75c;
}
.app-button.secondary:active {
  background-color: #eba22d;
}
.app-button.secondary[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.app-button.secondary .icon {
  margin-right: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2px;
}
.app-button.secondary-alt {
  display: flex;
  padding: 0.4rem 1.5rem;
  align-items: center;
  color: #FFFFFF;
  background-color: #EEAF4A;
  justify-content: center;
}
.app-button.secondary-alt:hover {
  cursor: pointer;
  background-color: #f0b75c;
}
.app-button.secondary-alt:active {
  background-color: #eba22d;
}
.app-button.secondary-alt[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.app-button.secondary-alt .icon {
  margin-right: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2px;
}
.app-button.confirm {
  display: flex;
  padding: 0.4rem 1.5rem;
  align-items: center;
  color: #FFFFFF;
  background-color: #009845;
  justify-content: center;
}
.app-button.confirm:hover {
  cursor: pointer;
  background-color: #00bc55;
}
.app-button.confirm:active {
  background-color: #00893e;
}
.app-button.confirm[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.app-button.confirm .icon {
  margin-right: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2px;
}
.app-button-clear{
	display: flex;
	justify-content: center;
  border: 1px solid #004996;
  padding: 0.25rem 1.5rem;
  align-items: center;
  color: #004996;
}

.app-icon-button{
	display: flex;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	border-radius: 0.25rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.app-icon-button:active{
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.app-icon-button:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.input-search-bar {
  display: flex;
  padding: 0.5rem 1rem;
  border: 1px solid #949494;
  border-radius: 0.25rem;
}
.input-search-bar input {
  padding: 0.25rem 0;
  border: none;
  flex-grow: 1;
}
.input-search-bar input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.input-search-bar .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #949494;
  margin-left: 0.5rem;
  font-size: 1.5rem;
}

:root {
  font-family: "Inter", 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";
  color: rgba(51, 51, 51, 0.8);
}

.app-font-base {
  font-family: "Inter", 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";
}

.app-font-alt {
  font-family: "Archivo", 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";
}

.app-h1, h1 {
  font-family: "Archivo", 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: 1.875rem;
  line-height: 2.25rem;
  color: #004996;
}

@media (min-width: 768px) {
  .app-h1, h1{
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
}
.app-h2, h2 {
  font-family: "Archivo", 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: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  color: #333333;
}

.app-h2-alt {
  font-family: "Archivo", 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: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  color: #EEAF4A;
}

.app-h3, h3 {
  font-family: "Archivo", 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: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  color: #333333;
}

.app-cms-block h1:not(:first-child){
	margin-top: 1.5rem;
}
.app-cms-block h1{
	margin-bottom: 1.5rem;
}
.app-cms-block h2:not(:first-child){
	margin-top: 1.5rem;
}
.app-cms-block h2{
	margin-bottom: 1rem;
}
.app-cms-block h3:not(:first-child){
	margin-top: 1.5rem;
}
.app-cms-block h3{
	margin-bottom: 0.5rem;
}
.app-cms-block p:not(:first-child){
	margin-top: 0.5rem;
}
.app-cms-block p{
	margin-bottom: 0.5rem;
}
.app-cms-block a {
  color: #004996;
}
.app-cms-block a:hover {
  text-decoration: underline;
}

.card-scroller{
	display: flex;
	gap: 1rem;
	overflow-x: auto;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
}
.card-scroller::-webkit-scrollbar {
  display: none;
}

.card-amarelo {
  width: 262px;
  min-width: 262px;
  height: 284px;
  min-height: 284px;
  background: radial-gradient(165.71% 165.71% at -14.31% -67.82%, #EEAF4A 0%, rgba(255, 255, 255, 0) 100%), #FFD15B;
  background-blend-mode: multiply, normal;
  box-shadow: 9px 12px 29px rgba(238, 175, 74, 0.37);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}
.card-amarelo .title {
  font-family: "Archivo", 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: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  height: 106px;
  overflow: hidden;
}
.card-amarelo .description{
	font-size: 0.875rem;
	line-height: 1.25rem;
	line-height: 1.25;
  overflow: hidden;
}

.card-video {
  width: 302px;
  min-width: 302px;
  height: 380px;
  min-height: 380px;
  cursor: pointer;
  border-radius: 0.375rem;
  padding: 0.5rem;
}

.card-video:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.card-video .title {
  font-family: "Archivo", 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: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
  overflow: hidden;
}
.card-video .description{
	font-size: 0.875rem;
	line-height: 1.25rem;
	line-height: 1.25;
  overflow: hidden;
}
.card-video .preview {
  height: 202px;
  max-height: 202px;
  overflow: hidden;
  position: relative;
}
.card-video .preview img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card-video .preview .overlay{
	opacity: 0.75;
}
.card-video .preview .overlay:hover{
	opacity: 1;
}
.card-video .preview .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 60px;
  height: 60px;
}

.card-base {
  background-color: #ffffff;
  box-shadow: -22px 47px 139px 20px rgba(0, 152, 69, 0.08);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .card-base {
    background-color: #ffffff;
    box-shadow: -22px 47px 139px 20px rgba(0, 152, 69, 0.08);
  }
  .card-base{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
  .card-base{
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}
.transition-fade-enter {
  opacity: 0;
}

.transition-fade-exit {
  opacity: 1;
}

.transition-fade-enter-active {
  opacity: 1;
}

.transition-fade-exit-active {
  opacity: 0;
}

.transition-fade-enter-active, .transition-fade-exit-active {
  transition: opacity 500ms;
}

.transition-fade-s-enter {
  opacity: 0;
  transform: translateX(-10%);
}

.transition-fade-s-exit {
  opacity: 1;
  transform: translateX(0%);
}

.transition-fade-s-enter-active {
  opacity: 1;
  transform: translateX(0%);
}

.transition-fade-s-exit-active {
  opacity: 0;
  transform: translateX(10%);
}

.transition-fade-s-enter-active, .transition-fade-s-exit-active {
  transition: opacity 250ms, transform 100ms ease-out;
}

.transition-slide-r-enter {
  opacity: 0;
  transform: translateX(-100%);
}

.transition-slide-r-enter-active {
  opacity: 1;
  transform: translateX(0%);
}

.transition-slide-r-exit {
  opacity: 1;
  transform: translateX(0%);
}

.transition-slide-r-exit-active {
  opacity: 0;
  transform: translateX(100%);
}

.transition-slide-r-enter-active, .transition-slide-r-exit-active {
  transition: opacity 250ms, transform 250ms ease-in-out;
}

.transition-slide-l-enter {
  opacity: 0;
  transform: translateX(100%);
}

.transition-slide-l-enter-active {
  opacity: 1;
  transform: translateX(0%);
}

.transition-slide-l-exit {
  opacity: 1;
  transform: translateX(0%);
}

.transition-slide-l-exit-active {
  opacity: 0;
  transform: translateX(-100%);
}

.transition-slide-l-enter-active, .transition-slide-l-exit-active {
  transition: opacity 250ms, transform 250ms ease-in-out;
}

.transition-slide-up-enter {
  transform: translateY(56px);
}

.transition-slide-up-enter-active {
  transform: translateY(0%);
}

.transition-slide-up-exit {
  transform: translateY(0%);
}

.transition-slide-up-exit-active {
  transform: translateY(-56px);
}

.transition-slide-up-enter-active, .transition-slide-up-exit-active {
  transition: transform 150ms ease-in;
}

.page-home .img-destaque {
  box-shadow: none;
}
@media (min-width: 640px) {
  .page-home .img-destaque {
    box-shadow: -60px 44px 95px -10px rgba(141, 143, 86, 0.46);
  }
}

.destaque-4-caixa {
  box-shadow: -56px 19px 73px 17px rgba(0, 73, 150, 0.2);
  --tw-bg-opacity: 1;
  background-color: rgba(0, 73, 150, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.destaque-4-caixa a {
  opacity: 0.75;
  color: #FFFFFF;
}
.destaque-4-caixa a:hover {
  opacity: 1;
  text-decoration: underline;
  color: #FFFFFF;
}

:root {
  --primary: #004996;
  --secondary: #EEAF4A;
  --confirm: #009845;
}

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

.app-page{
	padding-bottom: 3rem;
}

.app-header {
  font-family: "Inter", 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";
  height: 85px;
}
.app-header nav a {
  color: white;
  opacity: 0.75 !important;
}
.app-header nav a:hover {
  opacity: 1 !important;
}

.app-header-mobile {
  height: 54px;
  background-color: #004996;
}
.app-header-mobile a:hover, .app-header-mobile a:active{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.app-menu {
  transition: width 0.25s ease-out;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 54px;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 73, 150, 0.94);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: #FFFFFF;
}
.app-menu.closed {
  width: 0;
}
.app-menu.opened {
  width: 340px;
}
.app-menu .options {
  margin-top: 0.5rem;
  width: 340px;
}
.app-menu .options .spacer {
  padding: 0.25rem 1rem;
}
.app-menu .options .spacer hr {
  height: 1px;
  color: #FFFFFF;
  opacity: 0.5;
}
.app-menu .options .item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1rem 1rem 1rem 1rem;
  margin-bottom: 0.25rem;
  color: #FFFFFF;
}
.app-menu .options .item:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
}
.app-menu .options .item:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.app-menu .options .item .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.6rem;
  opacity: 0.5;
}
.app-menu .options .item .label {
  margin-left: 1.5rem;
}

.app-footer{
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 3rem;
	padding-bottom: 1.5rem;
}
.app-footer nav a {
  opacity: 0.85;
}
.app-footer nav a:hover {
  opacity: 1;
}
.app-footer .footer-terms {
  opacity: 0.85;
}
.app-footer .footer-terms:hover {
  opacity: 1;
}

.empilhavel{
	margin-top: 1rem;
}

@media (min-width: 768px){
	.empilhavel{
		margin-top: 0px;
	}
}

.empilhavel-8{
	margin-top: 2rem;
}

@media (min-width: 768px){
	.empilhavel-8{
		margin-top: 0px;
	}
}

.empilhavel-12{
	margin-top: 3rem;
}

@media (min-width: 768px){
	.empilhavel-12{
		margin-top: 0px;
	}
}

.app-shadow-primary {
  box-shadow: -22px 47px 139px 20px rgba(69, 147, 230, 0.15);
}

.app-shadow-secondary {
  box-shadow: -22px 47px 139px 20px rgba(238, 175, 74, 0.19);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 999999;
}
#preloader .status {
  z-index: 999999;
  width: 64px;
  height: 64px;
  background-image: url("/static/images/status.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.app-header-login{
	display: flex;
	align-items: center;
	gap: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 73, 150, var(--tw-bg-opacity));
}
.app-header-login .avatar{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	line-height: 1.75rem;
  width: 40px;
  height: 40px;
  background-image: url("/static/base/avatar-circle.png");
}
.app-header-login .nome{
	flex-grow: 1;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.inline-icon {
  padding-top: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu-desktop{
	display: none;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 73, 150, var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .menu-desktop{
		display: block;
	}
}
.login-mobile .ant-spin-dot-item, .login-desktop .ant-spin-dot-item {
  background-color: white !important;
}

.login-mobile {
  width: 40px;
  height: 40px;
  overflow: hidden;
}

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

@media (min-width: 768px){
	.md\:mx-8{
		margin-left: 2rem;
		margin-right: 2rem;
	}
	.md\:mt-12{
		margin-top: 3rem;
	}
	.md\:ml-12{
		margin-left: 3rem;
	}
	.md\:mt-24{
		margin-top: 6rem;
	}
	.md\:mt-0{
		margin-top: 0px;
	}
	.md\:flex{
		display: flex;
	}
	.md\:w-1\/2{
		width: 50%;
	}
	.md\:w-8\/12{
		width: 66.666667%;
	}
	.md\:w-4\/12{
		width: 33.333333%;
	}
	.md\:w-3\/4{
		width: 75%;
	}
	.md\:w-7\/12{
		width: 58.333333%;
	}
	.md\:w-5\/12{
		width: 41.666667%;
	}
	.md\:w-1\/3{
		width: 33.333333%;
	}
	.md\:w-3\/12{
		width: 25%;
	}
	.md\:w-9\/12{
		width: 75%;
	}
	.md\:w-auto{
		width: auto;
	}
	.md\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.md\:flex-row-reverse{
		flex-direction: row-reverse;
	}
	.md\:items-start{
		align-items: flex-start;
	}
	.md\:justify-start{
		justify-content: flex-start;
	}
	.md\:justify-end{
		justify-content: flex-end;
	}
	.md\:gap-8{
		gap: 2rem;
	}
	.md\:gap-4{
		gap: 1rem;
	}
	.md\:gap-6{
		gap: 1.5rem;
	}
	.md\:px-14{
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}
	.md\:py-6{
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.md\:pt-12{
		padding-top: 3rem;
	}
	.md\:pl-20{
		padding-left: 5rem;
	}
	.md\:pb-32{
		padding-bottom: 8rem;
	}
	.md\:text-sm{
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}

@media (min-width: 1024px){
	.lg\:my-12{
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
	.lg\:mx-48{
		margin-left: 12rem;
		margin-right: 12rem;
	}
	.lg\:mt-0{
		margin-top: 0px;
	}
	.lg\:flex{
		display: flex;
	}
	.lg\:hidden{
		display: none;
	}
	.lg\:w-3\/12{
		width: 25%;
	}
	.lg\:w-4\/12{
		width: 33.333333%;
	}
	.lg\:w-5\/12{
		width: 41.666667%;
	}
	.lg\:w-2\/12{
		width: 16.666667%;
	}
	.lg\:w-1\/2{
		width: 50%;
	}
	.lg\:grid-cols-3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.lg\:px-12{
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.lg\:pt-12{
		padding-top: 3rem;
	}
	.lg\:text-2xl{
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.lg\:text-3xl{
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
