/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: Roboto; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
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)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
	/*
		Roboto-Light font: https://www.google.com/fonts/specimen/Roboto
		1) using of latin characters for us should be enough
		2) see details there: they use only woff2 format:
		<link href='https://fonts.googleapis.com/css?family=Roboto:300' rel='stylesheet' type='text/css'>
	*/
	@font-face {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 100;
		src:
			local('Roboto Thin'),
			local('Roboto-Thin'),
			url(/production/2508261508-3aa6cafb4e0dfca4ac7965e9e9957f8e4b8c0704/fonts/Roboto-Thin.woff2) format('woff2');
		unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
			U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
	}

	@font-face {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 300;
		src:
			local('Roboto Light'),
			local('Roboto-Light'),
			url(/production/2508261508-3aa6cafb4e0dfca4ac7965e9e9957f8e4b8c0704/fonts/Roboto-Light.woff2) format('woff2');
		unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
			U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
	}

	@font-face {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 400;
		src:
			local('Roboto'),
			local('Roboto-Regular'),
			url(/production/2508261508-3aa6cafb4e0dfca4ac7965e9e9957f8e4b8c0704/fonts/Roboto-Regular.woff2) format('woff2');
		unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
			U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
	}

	@font-face {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 500;
		src:
			local('Roboto Medium'),
			local('Roboto-Medium'),
			url(/production/2508261508-3aa6cafb4e0dfca4ac7965e9e9957f8e4b8c0704/fonts/Roboto-Medium.woff2) format('woff2');
		unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
			U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
	}

	@font-face {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 700;
		src:
			local('Roboto Bold'),
			local('Roboto-Bold'),
			url(/production/2508261508-3aa6cafb4e0dfca4ac7965e9e9957f8e4b8c0704/fonts/Roboto-Bold.woff2) format('woff2');
		unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
			U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
	}

	@font-face {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 900;
		src:
			local('Roboto Black'),
			local('Roboto-Black'),
			url(/production/2508261508-3aa6cafb4e0dfca4ac7965e9e9957f8e4b8c0704/fonts/Roboto-Black.woff2) format('woff2');
		unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
			U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
	}

	@font-face {
		font-family: 'Roboto';
		font-style: italic;
		font-weight: 100;
		src:
			local('Roboto Thin Italic'),
			local('Roboto-ThinItalic'),
			url(/production/2508261508-3aa6cafb4e0dfca4ac7965e9e9957f8e4b8c0704/fonts/Roboto-ThinItalic.woff2) format('woff2');
		unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
			U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
	}

	@font-face {
		font-family: 'Roboto';
		font-style: italic;
		font-weight: 300;
		src:
			local('Roboto Light Italic'),
			local('Roboto-LightItalic'),
			url(/production/2508261508-3aa6cafb4e0dfca4ac7965e9e9957f8e4b8c0704/fonts/Roboto-LightItalic.woff2) format('woff2');
		unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
			U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
	}

	@font-face {
		font-family: 'Roboto';
		font-style: italic;
		font-weight: 400;
		src:
			local('Roboto Italic'),
			local('Roboto-Italic'),
			url(/production/2508261508-3aa6cafb4e0dfca4ac7965e9e9957f8e4b8c0704/fonts/Roboto-Italic.woff2) format('woff2');
		unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
			U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
	}

	@font-face {
		font-family: 'Roboto';
		font-style: italic;
		font-weight: 500;
		src:
			local('Roboto Medium Italic'),
			local('Roboto-MediumItalic'),
			url(/production/2508261508-3aa6cafb4e0dfca4ac7965e9e9957f8e4b8c0704/fonts/Roboto-MediumItalic.woff2) format('woff2');
		unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
			U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
	}

	@font-face {
		font-family: 'Roboto';
		font-style: italic;
		font-weight: 700;
		src:
			local('Roboto Bold Italic'),
			local('Roboto-BoldItalic'),
			url(/production/2508261508-3aa6cafb4e0dfca4ac7965e9e9957f8e4b8c0704/fonts/Roboto-BoldItalic.woff2) format('woff2');
		unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
			U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
	}

	@font-face {
		font-family: 'Roboto';
		font-style: italic;
		font-weight: 900;
		src:
			local('Roboto Black Italic'),
			local('Roboto-BlackItalic'),
			url(/production/2508261508-3aa6cafb4e0dfca4ac7965e9e9957f8e4b8c0704/fonts/Roboto-BlackItalic.woff2) format('woff2');
		unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
			U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
	}

	html,
	body {
		font-family: Roboto;
		font-weight: 300;
		font-size: 16px;
	}

	/*
	Bootstrap adds some underline and color styling to link on hover and focus.
	Overriding those with Tailwind CSS defaults for link tags.
	*/
	a:hover,
	a:focus {
		color: inherit;
		text-decoration: inherit;
	}

	.cx-mainnav .cx-mainnav-caption {
		display: block !important;
		line-height: 1.1;
	}

	.cx-mainnav a.selected {
		background-color: transparent !important;
	}

	.cx-mainnav-sxm-bubble {
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(233 108 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

	.cx-mainnav-sxm-bubble-text {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  font-weight: 300;
}

	.line-clamp-2 {
		word-break: break-word;
	}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.\!static {
  position: static !important;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.end-0 {
  inset-inline-end: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[-15px\] {
  left: -15px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[2px\] {
  top: 2px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-\[1010\] {
  z-index: 1010;
}
.z-\[1020\] {
  z-index: 1020;
}
.z-\[2000\] {
  z-index: 2000;
}
.float-right {
  float: right;
}
.m-2 {
  margin: 0.5rem;
}
.m-auto {
  margin: auto;
}
.\!mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.\!mt-10 {
  margin-top: 2.5rem !important;
}
.\!mt-\[29px\] {
  margin-top: 29px !important;
}
.\!mt-\[42px\] {
  margin-top: 42px !important;
}
.\!mt-\[45px\] {
  margin-top: 45px !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-3\.5 {
  margin-right: 0.875rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-\[26px\] {
  margin-right: 26px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-3\.5 {
  margin-top: 0.875rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-\[9px\] {
  margin-top: 9px;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[60px\] {
  height: 60px;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[140px\] {
  min-height: 140px;
}
.min-h-\[175px\] {
  min-height: 175px;
}
.min-h-\[3\.75rem\] {
  min-height: 3.75rem;
}
.min-h-\[32px\] {
  min-height: 32px;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.min-h-\[50px\] {
  min-height: 50px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-\[70px\] {
  min-height: 70px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-1\/2 {
  width: 50% !important;
}
.\!w-auto {
  width: auto !important;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-4\/6 {
  width: 66.666667%;
}
.w-5 {
  width: 1.25rem;
}
.w-5px {
  width: 5px;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-\[131px\] {
  width: 131px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[95\%\] {
  width: 95%;
}
.w-\[96px\] {
  width: 96px;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[125px\] {
  min-width: 125px;
}
.min-w-\[26px\] {
  min-width: 26px;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.min-w-\[48px\] {
  min-width: 48px;
}
.min-w-\[96px\] {
  min-width: 96px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.basis-10 {
  flex-basis: 2.5rem;
}
.-translate-x-2\/4 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), 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));
}
.-translate-y-2\/4 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), 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));
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.appearance-none {
  appearance: none;
}
.grid-cols-\[0\.5fr_2fr_0\.5fr\] {
  grid-template-columns: 0.5fr 2fr 0.5fr;
}
.grid-cols-\[1fr_2fr_1fr\] {
  grid-template-columns: 1fr 2fr 1fr;
}
.grid-cols-\[auto_auto\] {
  grid-template-columns: auto auto;
}
.grid-rows-\[minmax\(40px\2c _max-content\)\] {
  grid-template-rows: minmax(40px, max-content);
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-x-2 {
  column-gap: 0.5rem;
}
.gap-x-4 {
  column-gap: 1rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-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-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-monochrome-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-divide-opacity));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.\!rounded {
  border-radius: 0.25rem !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-monochrome-25 {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}
.border-monochrome-30 {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity));
}
.border-monochrome-40 {
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity));
}
.border-monochrome-50 {
  --tw-border-opacity: 1;
  border-color: rgb(188 188 188 / var(--tw-border-opacity));
}
.border-monochrome-80 {
  --tw-border-opacity: 1;
  border-color: rgb(103 103 103 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(233 108 36 / var(--tw-border-opacity));
}
.\!bg-monochrome-0 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-monochrome-10 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity)) !important;
}
.bg-alert-error-alt {
  --tw-bg-opacity: 1;
  background-color: rgb(208 2 27 / var(--tw-bg-opacity));
}
.bg-alert-error-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 238 236 / var(--tw-bg-opacity));
}
.bg-alert-success-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(233 244 237 / var(--tw-bg-opacity));
}
.bg-cadmium-red {
  --tw-bg-opacity: 1;
  background-color: rgb(235 5 5 / var(--tw-bg-opacity));
}
.bg-monochrome-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-monochrome-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-monochrome-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}
.bg-monochrome-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.bg-monochrome-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(210 210 210 / var(--tw-bg-opacity));
}
.bg-monochrome-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 103 103 / var(--tw-bg-opacity));
}
.bg-monochrome-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.bg-monochrome-90\/50 {
  background-color: rgb(51 51 51 / 0.5);
}
.bg-monochrome-90\/75 {
  background-color: rgb(51 51 51 / 0.75);
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(233 108 36 / var(--tw-bg-opacity));
}
.bg-primary-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(252 240 233 / var(--tw-bg-opacity));
}
.bg-primary-bg-alt {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 246 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.\!py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-15px {
  padding-left: 15px;
  padding-right: 15px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}
.\!pl-\[20px\] {
  padding-left: 20px !important;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-3\.5 {
  padding-left: 0.875rem;
}
.pl-3px {
  padding-left: 3px;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-\[13px\] {
  padding-left: 13px;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.pl-\[40px\] {
  padding-left: 40px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-3\.5 {
  padding-right: 0.875rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-5px {
  padding-right: 5px;
}
.pr-9 {
  padding-right: 2.25rem;
}
.pr-\[17px\] {
  padding-right: 17px;
}
.pr-\[18px\] {
  padding-right: 18px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-3\.5 {
  padding-top: 0.875rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[18px\] {
  padding-top: 18px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.align-middle {
  vertical-align: middle;
}
.font-\[Roboto\] {
  font-family: Roboto;
}
.text-10 {
  font-size: 0.625rem;
  line-height: 0.875rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5\.5xl {
  font-size: 54px;
  line-height: 1;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-normal {
  font-weight: 400 !important;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[21px\] {
  line-height: 21px;
}
.leading-\[3\.75rem\] {
  line-height: 3.75rem;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-\[0\.3px\] {
  letter-spacing: 0.3px;
}
.tracking-\[0\.57px\] {
  letter-spacing: 0.57px;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.\!text-monochrome-40 {
  --tw-text-opacity: 1 !important;
  color: rgb(210 210 210 / var(--tw-text-opacity)) !important;
}
.text-alert-error-alt {
  --tw-text-opacity: 1;
  color: rgb(208 2 27 / var(--tw-text-opacity));
}
.text-alert-success {
  --tw-text-opacity: 1;
  color: rgb(22 160 133 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-data-visualization-11 {
  --tw-text-opacity: 1;
  color: rgb(4 105 153 / var(--tw-text-opacity));
}
.text-link {
  --tw-text-opacity: 1;
  color: rgb(15 151 215 / var(--tw-text-opacity));
}
.text-monochrome-0 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-monochrome-100 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-monochrome-60 {
  --tw-text-opacity: 1;
  color: rgb(167 167 167 / var(--tw-text-opacity));
}
.text-monochrome-80 {
  --tw-text-opacity: 1;
  color: rgb(103 103 103 / var(--tw-text-opacity));
}
.text-monochrome-90 {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(233 108 36 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.decoration-2 {
  text-decoration-thickness: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.placeholder-monochrome-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-\[1\] {
  opacity: 1;
}
.\!shadow-\[0_0_5px_-1px_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  --tw-shadow: 0 0 5px -1px rgba(0,0,0,0.3) !important;
  --tw-shadow-colored: 0 0 5px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-\[0_-4px_4px_-1px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0 -4px 4px -1px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 -4px 4px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_4px_0_rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
  --tw-shadow: 0 0 4px 0 rgba(0,0,0,0.35);
  --tw-shadow-colored: 0 0 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_5px_0_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 0 5px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_1px_4px_1px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 1px 4px 1px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 1px 4px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_2px_10px_0_rgba\(51\2c 51\2c 51\2c 0\.5\)\] {
  --tw-shadow: 0 2px 10px 0 rgba(51,51,51,0.5);
  --tw-shadow-colored: 0 2px 10px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_1px_4px_1px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0px 1px 4px 1px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 1px 4px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-uniform-md {
  --tw-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0px 0px 5px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-uniform-sm {
  --tw-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.22);
  --tw-shadow-colored: 0px 0px 2px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  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 !important;
  outline-offset: 2px !important;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.invert {
  --tw-invert: invert(100%);
  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);
}
.filter {
  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);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cx-dialog-container {
  position: absolute;
  inset: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
	right: unset;
	bottom: unset;
}

.cx-dialog-container .modal-header {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.cx-dialog-container .modal-header .close {
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(103 103 103 / var(--tw-text-opacity));
  opacity: 1;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  --tw-bg-opacity: 1;
  background-color: rgb(233 108 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.cx-dialog-container .modal-body .cx-dialog-body {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.data-\[selected\]\:bg-monochrome-10[data-selected] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
/* Standard Style Guide Colours */
/* Additional Colours */
/* breakpoints */
/* Field border colors by state */
/* Field background colors by state */
/* https://gist.github.com/shrunyan/6093109 */
@keyframes shift-rightwards {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flickerAnimation1 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flickerAnimation2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flickerAnimation3 {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cx-loader {
  position: fixed;
  display: none;
  z-index: 100000;
}
.cx-loader.cx-loader-line {
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}
.cx-loader.cx-loader-line > div[role=animation] {
  /* Adjust these to get your look and feel*/
  height: 2px;
  background: #E96C24;
  transform: translateX(100%);
  animation: shift-rightwards 1s ease-in-out infinite;
  animation-delay: 0.35s;
  width: 100%;
}
.cx-loader.cx-loader-spin, .cx-loader.cx-loader-cssNotSupport {
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}
.cx-loader.cx-loader-spin > div[role=animation], .cx-loader.cx-loader-cssNotSupport > div[role=animation] {
  width: 40px;
  height: 40px;
  border: 5px solid #f3f3f3;
  /* Light grey */
  border-top: 5px solid #E96C24;
  /* orange */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.cx-loader.cx-loader-spin > div[role=icon], .cx-loader.cx-loader-cssNotSupport > div[role=icon] {
  font-size: 72px;
}
.cx-loader.active {
  display: block;
}/* Standard Style Guide Colours */
/* Additional Colours */
/* breakpoints */
/* Field border colors by state */
/* Field background colors by state */
.cx-dialog-container {
  margin: 0 auto;
  width: 90%;
}
.cx-dialog-backdrop {
  z-index: 1050;
}
.cx-dialog .cx-dialog-body {
  padding: 25px 10px 10px;
  text-align: center;
}
.cx-dialog .cx-small-dialog-body {
  padding: 39px 25px 24px 25px;
  margin-top: 0px;
}
.cx-dialog .cx-dialog-tall-header {
  height: 60px !important;
  padding-top: 17.145px !important;
  background-color: #F9F9F9;
  box-shadow: 0px 2px 5px -2px lightgrey;
}
.cx-dialog .cx-small-dialog-footer {
  background-color: #F9F9F9;
  height: 64px;
  box-shadow: 0px -2px 5px -2px lightgrey;
}
.cx-dialog .cx-buttons-footer-small-dialog {
  width: 50%;
  padding: 10px 15px;
  float: right;
  background-color: #F9F9F9;
}
.cx-dialog .cx-buttons-footer-sticky {
  position: fixed;
  bottom: 56px;
}
.cx-dialog .cx-buttons-footer, .cx-dialog .cx-buttons-footer-spacer {
  padding: 10px 15px;
  background: #FFFFFF;
}
.cx-dialog .cx-buttons-footer-spacer {
  visibility: hidden;
}
.cx-dialog .cx-buttons-footer > .wrapper {
  border-spacing: 5px;
  border-collapse: separate;
  width: 100%;
  height: 100%;
}
.cx-dialog .cx-buttons-footer > .wrapper td {
  border: 1px solid #E96C24;
  height: 100%;
  width: 50%;
}
.cx-dialog .cx-buttons-footer > .wrapper td div {
  z-index: 120;
  width: 100%;
  cursor: pointer;
  height: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #E96C24;
  text-align: center;
}
.cx-dialog .modal-header {
  height: 40px;
  padding: 10px 15px;
}
.cx-dialog .modal-header .close {
  margin: 0;
}
.cx-dialog .modal-title {
  font-size: 12px;
  text-align: center;
}
.cx-dialog .modal-body {
  padding: 0;
}
.cx-dialog.modal-dialog {
  width: 100%;
  margin: 0;
}
.cx-dialog .cx-dialog-name {
  padding-bottom: 5px;
  text-align: left;
  font-weight: 500;
}
.filter-dialogs .cx-dialog-body {
  padding: 20px;
}
.filter-dialogs .cx-buttons-footer, .filter-dialogs .cx-buttons-footer-spacer {
  padding: 5px 15px 20px;
  background: #FFFFFF;
}
.filter-dialogs .modal-title {
  font-size: 12px;
  text-align: center;
  padding-left: 5px;
}
.filter-dialogs .modal-content {
  width: 600px;
}
.modal-dialog.input-prompt-dialog {
  width: 375px !important;
}
.modal-dialog.input-prompt-dialog .cx-dialog-body {
  padding: 15px;
}
.modal-dialog.input-prompt-dialog .modal-header .modal-title {
  font-size: 14px;
  letter-spacing: 0.6px;
  text-align: center;
  margin: 0;
}
.modal-dialog.input-prompt-dialog .cx-buttons-footer {
  padding: 0 15px 15px 15px;
}
.modal-dialog.input-prompt-dialog .input-prompt-dialog-item {
  padding-bottom: 15px;
  margin-bottom: 0;
}
.modal-dialog.input-prompt-dialog .input-prompt-dialog-item:last-child {
  padding-bottom: 0;
}
.modal-dialog.input-prompt-dialog .input-prompt-dialog-item.text {
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #676767;
}/* Standard Style Guide Colours */
/* Additional Colours */
/* breakpoints */
/* Field border colors by state */
/* Field background colors by state */
.cx-button-group .cx-button {
  height: 44px;
  border-radius: 0;
  border: 1px solid #E96C24;
  outline: none !important;
  box-shadow: none;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #E96C24;
  white-space: pre-line;
  padding: 0;
  background: #FFFFFF;
}
.cx-button-group .cx-button:hover, .cx-button-group .cx-button:focus {
  border: 2px solid #E96C24;
  background: #FFFFFF;
  font-weight: 500;
}
.cx-button-group .cx-button:enabled:active {
  background-color: #E96C24;
  color: #FFFFFF;
}
.cx-button-group .cx-button[disabled] {
  border: 1px solid #CFCFCF;
  color: #CFCFCF;
  background-color: #FFFFFF;
}
.cx-button-group .cx-button[disabled]:hover {
  font-weight: 400;
}
.cx-button-group .cx-button.alternative {
  border: 1px solid #676767;
  color: #676767;
}
.cx-button-group .cx-button.alternative:hover, .cx-button-group .cx-button.alternative:focus {
  border: 2px solid #676767;
  background: #FFFFFF;
  font-weight: 500;
}
.cx-button-group .cx-button.alternative:enabled:active {
  background-color: #676767;
  color: #FFFFFF;
}
.cx-button-group .cx-button.alternative[disabled] {
  border: 1px solid #CFCFCF;
  color: #CFCFCF;
  background-color: #FFFFFF;
}
.cx-button-group .cx-button.alternative[disabled]:hover {
  font-weight: 400;
}
.cx-button-group .btn-group-justified > .btn-group {
  padding: 0 8px;
}.small-dialog.modal-dialog {
  width: 586px !important;
}/* Standard Style Guide Colours */
/* Additional Colours */
/* breakpoints */
/* Field border colors by state */
/* Field background colors by state */
.cx-message-wrapper {
  top: env(safe-area-inset-top, 0);
  left: 0;
  width: 100%;
  z-index: 2000;
  position: fixed;
}
.cx-message-wrapper .banner-text-btn {
  text-decoration: underline;
  cursor: pointer;
}
.cx-message-error, .cx-message-success, .cx-message-info, .cx-message-results, .cx-message-maintenance {
  position: relative;
  padding: 18px 50px;
  box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.1);
  background-color: #FAFAFA;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 992px) {
  .cx-message-error, .cx-message-success, .cx-message-info, .cx-message-results, .cx-message-maintenance {
    text-align: center;
    padding: 15px 50px 15px 15px;
    line-height: 20px;
  }
}
.cx-message-maintenance {
  background: #FFEFD3 !important;
}
.cx-message-title-icon,
.cx-close-button {
  position: absolute;
  z-index: 2;
  font-size: 20px;
  top: 20px;
}
.cx-message-title-icon.fa-exclamation-circle {
  color: #c0392b;
}
.cx-message-title-icon {
  left: 20px;
}
@media (min-width: 992px) {
  .cx-message-title-icon {
    position: static;
    margin-right: 8px;
    line-height: 20px;
  }
}
.cx-close-button {
  right: 20px;
  color: inherit;
}
@media (min-width: 992px) {
  .cx-close-button {
    color: #676767;
    top: 15px;
    right: 17px;
  }
}
.cx-close-button:hover {
  text-decoration: none;
  color: inherit;
}
@media (min-width: 992px) {
  .cx-close-button:hover {
    color: #676767;
  }
}
.cx-message-title {
  font-weight: 500;
}
.cx-message-error {
  color: #C0392B;
}
.cx-message-success, .cx-message-results {
  color: #16A085;
}
.cx-message-info {
  color: #676767;
}
.cx-info-msg-action {
  color: #6098B7;
  cursor: pointer;
}/* Standard Style Guide Colours */
/* Additional Colours */
/* breakpoints */
/* Field border colors by state */
/* Field background colors by state */
/* mainNavigation common component */
/**
 [common/mainNavigation component] 3 modes to import styles:

 1) if need to load only "narrow" styles:
 @import './../components/common/mainNavigation/index_narrow';

 2) if need to load only "wide" styles:
 @import './../components/common/mainNavigation/index_wide';

 3) if need to load both "narrow" and "wide" styles:
 @media (min-width: 992px){
	@import './../components/common/mainNavigation/index_wide';
 }
 @media (max-width: 991px ) {
	@import './components/common/mainNavigation/index_narrow';
 }
*/
/* Standard Style Guide Colours */
/* Additional Colours */
/* breakpoints */
/* Field border colors by state */
/* Field background colors by state */
.cx-mainnav {
  height: 100%;
  z-index: 1000;
  position: fixed;
  background: #FAFAFA;
  bottom: 0;
  width: 50px;
  top: 0;
  left: 0;
  right: auto;
}
.cx-mainnav a {
  display: inline-block;
  height: 50px;
  width: 50px;
  position: relative;
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
  color: #676767;
}
.cx-mainnav a:hover {
  color: #000000;
}
.cx-mainnav a:hover path {
  fill: #000000;
  fill-rule: nonzero;
}
.cx-mainnav a .fa-exclamation-circle {
  color: #C0392B;
}
.cx-mainnav a.selected {
  color: #676767;
  background: #EEEEEE;
}
.cx-mainnav .cx-mainnav-caption {
  display: none;
  position: absolute;
  bottom: 6px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
.cx-mainnav .schedule.selected,
.cx-mainnav .attendance.selected,
.cx-mainnav .timesheets.selected,
.cx-mainnav .events.selected,
.cx-mainnav .settings.selected {
  background: #FAFAFA;
  color: #E96C24;
}
.cx-mainnav .cx-mainnav-hoverlabel {
  display: inline;
  position: absolute;
  left: 50px;
  margin-top: 10px;
  opacity: 0;
  pointer-events: none;
}
.cx-mainnav-hoverlabel-arrow {
  float: left;
  position: relative;
  bottom: -9px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #E96C24;
}
.cx-mainnav-hoverlabel-box {
  white-space: nowrap;
  margin-left: 5px;
  padding: 5px 10px 5px 10px;
  font-family: "Roboto Medium", sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #E96C24;
}
.cx-mainnav a:hover + .cx-mainnav-hoverlabel {
  opacity: 1;
  transition: opacity 0.25s ease-out;
}
.cx-mainnav .cx-mainnav-hoverwrapper {
  float: left;
  height: auto;
  width: auto;
}
.cx-mainnav-bubble {
  background-color: #E96C24;
  color: white;
  border-radius: 10px;
  position: absolute;
  top: 5%;
  left: 45%;
}
.cx-mainnav-bubble-text {
  font-size: 14px;
  padding: 0px 5px;
  font-weight: 300;
}
.cx-mainnav-addSeperator {
  float: left;
  border: 0;
  border-top: 1px solid #D2D2D2;
  width: 60%;
  margin: 10px;
  margin-bottom: 9px;
}
.fa-time-processing svg:hover path {
  fill: #000000;
}
/* Standard Style Guide Colours */
/* Additional Colours */
/* breakpoints */
/* Field border colors by state */
/* Field background colors by state */
.top-bar {
  height: 44px;
  width: 100%;
  position: static;
}
.top-bar .cx-mainnav-hoverwrapper {
  float: right;
  position: relative;
  margin-left: 13px;
}
.top-bar .cx-mainnav-hoverwrapper a.selected {
  background: unset;
  color: #E96C24;
}
.top-bar .cx-mainnav-hoverwrapper a.selected .fa-exclamation-circle {
  color: #E96C24;
}
.top-bar a {
  height: 100%;
  width: 42px;
}
.top-bar a .fa-exclamation-circle:hover {
  color: #000000;
}
.top-bar .cx-mainnav-hoverlabel {
  width: auto;
  position: absolute;
  z-index: 1;
  top: calc($nav-bar-top-height + 5px);
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0px;
}
.top-bar .cx-mainnav-hoverlabel-arrow {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #E96C24 transparent;
}
.top-bar .cx-mainnav-hoverlabel-box {
  margin-left: 0px;
  border-radius: 3px;
}
.top-bar .top-bar-profile {
  width: 62px;
  height: 100%;
}
.top-bar .top-bar-profile a {
  padding-top: 0px;
}
.top-bar .top-bar-profile .cx-mainnav-hoverlabel {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}
.top-bar .top-bar-profile .cx-mainnav-hoverlabel-arrow {
  left: calc(100% - $top-profile-icon-width + $hoverlabel-arrow-border-width + 20px);
}
.top-bar .top-bar-profile .selected {
  font-weight: 300;
}
.top-bar .top-bar-profile .myaccount, .top-bar .top-bar-profile .profile {
  display: grid;
  grid-template-columns: auto auto;
  text-decoration: none;
  align-items: center;
}
.top-bar .top-bar-profile .myaccount .fa-caret-down, .top-bar .top-bar-profile .profile .fa-caret-down {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  font-size: 14px;
}
.navlink-storybook-extra-className .fa {
  color: #D0021B;
}
/* Standard Style Guide Colours */
/* Additional Colours */
/* breakpoints */
/* Field border colors by state */
/* Field background colors by state */
.nav-left-bar {
  display: flex;
  flex-direction: column;
}
.nav-left-bar .scrollable-items {
  height: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  scrollbar-width: thin;
}
.nav-left-bar .scrollable-items::-webkit-scrollbar {
  width: 2px;
}
.nav-left-bar .scrollable-items::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.nav-left-bar .scrollable-items-container {
  position: relative;
  height: calc( 100% - $nav-bar-top-height);
}
.nav-left-bar .cx-nav-left-bar-img {
  height: 44px;
}
.nav-left-bar .nav-left-expand-collapse-icon {
  background: white;
  position: absolute;
  display: grid;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 24px;
  height: 24px;
  z-index: 100;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.1);
  right: -12px;
  top: 31px;
}
.nav-left-bar a {
  display: flex;
  align-items: center;
  padding-right: 4px;
  padding-top: unset;
  width: 100%;
  text-decoration: none;
}
.nav-left-bar a span {
  width: 50px;
  flex-shrink: 0;
  text-align: center;
  text-decoration: none;
}
.nav-left-bar a .cx-mainnav-caption {
  color: #333333;
  font-weight: 400;
}
.nav-left-bar a:hover .cx-mainnav-caption {
  font-weight: 500;
}
.nav-left-bar a.selected {
  color: #E96C24 !important;
  background: none !important;
}
.nav-left-bar a.selected path {
  fill: #E96C24;
  fill-rule: nonzero;
}
.nav-left-bar a.selected .cx-mainnav-caption {
  color: #E96C24 !important;
  font-weight: 500;
}
.nav-left-bar .cx-mainnav-caption {
  position: unset;
}
.nav-left-bar .cx-mainnav-hoverwrapper {
  float: unset;
}
.nav-left-bar .cx-mainnav-hoverlabel {
  top: 0%;
}
.nav-left-bar .cx-mainnav-addSeperator {
  width: 30px;
}
.sidebar-expanded {
  width: 150px;
  box-shadow: 0px 1px 3px 1px rgba(29, 29, 29, 0.3);
}
.sidebar-expanded .cx-mainnav-caption {
  display: inline;
  bottom: 17px;
  font-size: 12px;
  text-transform: none;
  text-align: left;
  right: -100px;
}
.sidebar-expanded .cx-mainnav-hoverlabel {
  display: none;
}
.nav-left-bar-expanded-uploaded-logo {
  width: 130px;
  height: 34px;
  background-size: 130px 34px;
  margin-top: 5px;
  margin-left: 8px;
}
.nav-left-bar-collapsed-uploaded-logo {
  width: 34px;
  height: 34px;
  background-size: 34px 34px;
  margin-top: 5px;
  margin-left: 8px;
}
.nav-left-bar-expanded-default-logo {
  background-image: url("/img/navBarLeftExpandedLogo.png");
  width: 124px;
  height: 44px;
  background-size: 124px 44px;
}
.nav-left-bar-collapsed-default-logo {
  background-image: url("/img/navBarLeftCollapsedLogo.png");
  width: 50px;
  height: 44px;
  background-size: 50px 44px;
}
.cx-mainnav-hoverlabel-box {
  border-radius: 3px;
}/* Standard Style Guide Colours */
/* Additional Colours */
/* breakpoints */
/* Field border colors by state */
/* Field background colors by state */
.cx-mainnav {
  height: 57px;
  background: #FAFAFA;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.cx-mainnav a {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 20px;
  padding-top: 5px;
  color: #676767;
}
.cx-mainnav a:hover {
  color: #000000;
}
.cx-mainnav a:hover path {
  fill: #000000;
  fill-rule: nonzero;
}
.cx-mainnav a.selected {
  color: #E96C24;
}
.cx-mainnav .cx-mainnav-caption {
  position: absolute;
  bottom: 6px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
.cx-mainnav .cx-mainnav-hoverlabel {
  display: none;
}
.cx-mainnav .cx-mainnav-hoverwrapper {
  height: 100%;
  width: 20%;
  float: left;
}
.fa-time-processing svg:hover path {
  fill: #000000;
}