@font-face {
  font-family: "ekibastuz";
  src: url(/assets/fonts/als_ekibastuz_light.8567af.eot);
  src: url(/assets/fonts/als_ekibastuz_light.8567af.eot?#iefix&fh=30309cb50cdbcefc398dc491aa8b2fd6)
      format("embedded-opentype"),
    url(/assets/fonts/als_ekibastuz_light.d55e43.woff2) format("woff2"),
    url(/assets/fonts/als_ekibastuz_light.186a86.woff) format("woff"),
    url(/assets/fonts/als_ekibastuz_light.b13183.ttf)
      format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "ekibastuz";
  src: url(/assets/fonts/als_ekibastuz_bold.0d4114.eot);
  src: url(/assets/fonts/als_ekibastuz_bold.0d4114.eot?#iefix&fh=4aaa541227a19110d4ce3ae1c85f1848)
      format("embedded-opentype"),
    url(/assets/fonts/als_ekibastuz_bold.57692f.woff2) format("woff2"),
    url(/assets/fonts/als_ekibastuz_bold.63b79d.woff) format("woff"),
    url(/assets/fonts/als_ekibastuz_bold.6aeaa6.ttf)
      format("truetype");
  font-weight: 600;
  font-style: normal;
}

/*! tailwindcss v2.1.2 | 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;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 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;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

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

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

* {
  --tw-shadow: 0 0 #0000;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-0 {
  top: 0px;
}
.left-5 {
  left: 1.25rem;
}
.top-2 {
  top: 0.5rem;
}
.right-1 {
  right: 0.25rem;
}
.left-0 {
  left: 0px;
}
.right-3 {
  right: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-1\/2 {
  top: 50%;
}
.left-1\/2 {
  left: 50%;
}
.bottom-0 {
  bottom: 0px;
}
.top-1 {
  top: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.-z-1 {
  z-index: -1;
}
.z-100 {
  z-index: 100;
}
.m-5 {
  margin: 1.25rem;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.m-3 {
  margin: 0.75rem;
}
.m-2 {
  margin: 0.5rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ml-0 {
  margin-left: 0px;
}
.mt-6 {
  margin-top: 1.5rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-0 {
  margin-top: 0px;
}
.mr-auto {
  margin-right: auto;
}
.-mb-3 {
  margin-bottom: -0.75rem;
}
.mt-3\.5 {
  margin-top: 0.875rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mr-0 {
  margin-right: 0px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.block {
  display: block;
}
.hidden {
  display: none;
}
.\!hidden {
  display: none !important;
}
.h-full {
  height: 100%;
}
.h-7 {
  height: 1.75rem;
}
.h-4 {
  height: 1rem;
}
.h-8 {
  height: 2rem;
}
.h-16 {
  height: 4rem;
}
.h-\[32px\] {
  height: 32px;
}
.h-6 {
  height: 1.5rem;
}
.h-\[33px\] {
  height: 33px;
}
.h-20 {
  height: 5rem;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-0 {
  height: 0px;
}
.h-\[5\] {
  height: 5;
}
.max-h-\[2000px\] {
  max-height: 2000px;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-10 {
  max-height: 2.5rem;
}
.max-h-\[320px\] {
  max-height: 320px;
}
.max-h-\[180px\] {
  max-height: 180px;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.w-full {
  width: 100%;
}
.w-5 {
  width: 1.25rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-11 {
  width: 2.75rem;
}
.w-\[70\%\] {
  width: 70%;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-4\/5 {
  width: 80%;
}
.w-1\/5 {
  width: 20%;
}
.w-20 {
  width: 5rem;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/2 {
  width: 50%;
}
.w-\[33px\] {
  width: 33px;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3 {
  width: 0.75rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2 {
  width: 0.5rem;
}
.w-6\/12 {
  width: 50%;
}
.w-12 {
  width: 3rem;
}
.w-\[5\] {
  width: 5;
}
.min-w-\[1\.5rem\] {
  min-width: 1.5rem;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-\[250px\] {
  min-width: 250px;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.table-fixed {
  table-layout: fixed;
}
.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-3 {
  --tw-translate-y: -0.75rem;
}
.-translate-y-13 {
  --tw-translate-y: -3.25rem;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}
.-translate-x-15 {
  --tw-translate-x: -3.75rem;
}
.translate-x-0 {
  --tw-translate-x: 0px;
}
.-rotate-180 {
  --tw-rotate: -180deg;
}
.rotate-0 {
  --tw-rotate: 0deg;
}
.rotate-90 {
  --tw-rotate: 90deg;
}
@keyframes fadeIn {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.animate-fadeIn {
  animation: fadeIn 133ms;
}
@keyframes fadeOut {

  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.animate-fadeOut {
  animation: fadeOut 116ms;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-default {
  cursor: default;
}
.select-none {
  -webkit-user-select: none;
          user-select: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.justify-items-start {
  justify-items: start;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-secondary > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(242, 248, 252, var(--tw-divide-opacity));
}
.self-center {
  align-self: center;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-all {
  word-break: break-all;
}
.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgba(0, 94, 184, var(--tw-border-opacity));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 248, 252, var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 94, 184, var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}
.bg-overlay {
  background-color: rgba(0,0,0, 0.7);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-light-overlay {
  background-color: rgba(255,255,255, 0.4);
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.bg-active-button {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 233, 242, var(--tw-bg-opacity));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}
.bg-\[\#DBEAFE\] {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}
.bg-secondary-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 234, 243, var(--tw-bg-opacity));
}
.bg-search {
  background-image: url(/assets/images/search.ce123a.svg);
}
.bg-20px {
  background-size: 20px;
}
.bg-left-4 {
  background-position: center left 1rem;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-current {
  fill: currentColor;
}
.p-5 {
  padding: 1.25rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-15 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-24 {
  padding-left: 6rem;
}
.pl-20 {
  padding-left: 5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pr-0 {
  padding-right: 0px;
}
.pt-3 {
  padding-top: 0.75rem;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-headings {
  font-family: ekibastuz, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.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-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.\!text-hidden {
  font-size: 0 !important;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.ordinal {
  --tw-ordinal: ordinal;
}
.leading-none {
  line-height: 1;
}
.leading-header {
  line-height: 44px;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgba(0, 94, 184, var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.underline {
  text-decoration: underline;
}
.opacity-100 {
  opacity: 1;
}
.opacity-0 {
  opacity: 0;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition-rounded {
  transition-property: border-radius;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-max-h {
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Custom css */
h1, h2 {
  font-family: ekibastuz, Helvetica Neue, Helvetica, Arial, sans-serif;
}

h3, h4 {
  font-family: ekibastuz, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

img {
  margin-left: auto;
  margin-right: auto;
}

.page-container {
  width: 100%;
}

@media (min-width: 576px) {

  .page-container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {

  .page-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .page-container {
    max-width: 1024px;
  }
}

@media (min-width: 1440px) {

  .page-container {
    max-width: 1440px;
  }
}

.page-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}

 {
  text-align: justify;
}

details,
summary {
  outline: none;
  border: none;
}

details, summary {
  width: 100%;
}

summary {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

summary::after {
  content: url(/assets/images/details_arrow.54f146.svg);
  color: var(--blue);
  margin-left: auto;
  vertical-align: middle;
}

details[open] summary::after {
  content: url(/assets/images/details_arrow.54f146.svg);
  transform: rotate(90deg);
}

details[open] summary ~ * {
  animation: sweep 0.5s ease-in-out;
}

details.no-icon {
  pointer-events: none;
}

details.no-icon > summary::after {
  pointer-events: none;
  content: "";
}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px;
  }
  100% {
    opacity: 1;
  }
  100% {
    margin-left: 0px;
  }
}
.bg-default {
  background-color: rgba(200, 200, 200, 1);
}
.bg-danger {
  background-color: rgba(226, 51, 51, 1);
}
.bg-xml {
  background-color: rgba(221, 157, 0, 1);
}
.bg-pdf {
  background-color: rgba(255, 18, 56, 1);
}
.bg-txt {
  background-color: rgba(93, 179, 204, 1);
}
.bg-png {
  background-color: rgba(88, 75, 217, 1);
}
.bg-sig {
  background-color: rgba(34, 164, 231, 1);
}
.bg-doc,
.bg-docx {
  background-color: rgba(38, 76, 136, 1);
}
.bg-jpg,
.bg-jpeg {
  background-color: rgba(255, 170, 1, 1);
}
.bg-xlsx,
.bg-xls,
.bg-csv {
  background-color: rgba(2, 110, 57, 1);
}

.report_status-PREPARED {
  background-color: rgba(255, 255, 0, 1);
}
.report_status-DRAFT {
  background-color: rgba(205, 205, 205, 1);
}
.report_status-APPROVAL {
  background-color: rgba(126, 205, 255, 1);
}
.report_status-APPROVED {
  background-color: rgba(0, 205, 94, 1);
}
.report_status-REJECTED {
  background-color: rgba(255, 102, 102, 1);
}
.last\:pb-0:last-child {
  padding-bottom: 0px;
}
.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:shadow-valid:hover {
  --tw-shadow: 0 0 0 0.2rem rgb(39 128 227 / 25%);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 576px) {

  .sm\:top-\[calc\(50\%-0\.75rem\)\] {
    top: calc(50% - 0.75rem);
  }

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

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

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

  .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

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

  .sm\:p-5 {
    padding: 1.25rem;
  }

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

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

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

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .sm\:pl-24 {
    padding-left: 6rem;
  }

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

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

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

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

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

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

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

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

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

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

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

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:ml-14 {
    margin-left: 3.5rem;
  }

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

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

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

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

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:min-w-\[150px\] {
    min-width: 150px;
  }

  .md\:max-w-\[400px\] {
    max-width: 400px;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

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

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

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

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

  .md\:self-center {
    align-self: center;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

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

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

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

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

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

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {

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

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

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

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

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

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

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

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

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

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

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

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

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

  .lg\:text-right {
    text-align: right;
  }

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

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1440px) {

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

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

  .xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

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

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:max-w-xl {
    max-width: 36rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

/*
  Конвертация bootstrap классов в tailwindcss,
  используемых на динамических страницах и в формах (formio)
*/

.row {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
  display: flex;
  flex-wrap: wrap;
}

.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

@media (min-width: 768px) {

  .col-md-1 {
    width: 8.333333%;
  }

  .col-md-2 {
    width: 16.666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.333333%;
  }

  .col-md-5 {
    width: 41.666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.333333%;
  }

  .col-md-8 {
    width: 66.666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.333333%;
  }

  .col-md-11 {
    width: 91.666667%;
  }

  .col-md-12 {
    width: 100%;
  }
}

 {
  margin: 0px;
}

, .my-0 {
  margin-top: 0px;
}

, .mx-0 {
  margin-right: 0px;
}

, .my-0 {
  margin-bottom: 0px;
}

, .mx-0 {
  margin-left: 0px;
}

 {
  margin: 0.25rem;
}

, .my-1 {
  margin-top: 0.25rem;
}

, .mx-1 {
  margin-right: 0.25rem;
}

, .my-1 {
  margin-bottom: 0.25rem;
}

, .mx-1 {
  margin-left: 0.25rem;
}

 {
  margin: 0.5rem;
}

.m-2 {
  margin: 0.5rem !important;
}

, .my-2 {
  margin-top: 0.5rem;
}

, .mx-2 {
  margin-right: 0.5rem;
}

, .my-2 {
  margin-bottom: 0.5rem;
}

, .mx-2 {
  margin-left: 0.5rem;
}

 {
  margin: 0.75rem;
}

, .my-3 {
  margin-top: 0.75rem;
}

, .mx-3 {
  margin-right: 0.75rem;
}

, .my-3 {
  margin-bottom: 0.75rem;
}

, .mx-3 {
  margin-left: 0.75rem;
}

 {
  margin: 1rem;
}

, .my-4 {
  margin-top: 1rem;
}

, .mx-4 {
  margin-right: 1rem;
}

, .my-4 {
  margin-bottom: 1rem;
}

, .mx-4 {
  margin-left: 1rem;
}

 {
  margin: 1.25rem;
}

, .my-5 {
  margin-top: 1.25rem;
}

, .mx-5 {
  margin-right: 1.25rem;
}

, .my-5 {
  margin-bottom: 1.25rem;
}

, .mx-5 {
  margin-left: 1.25rem;
}

 {
  padding: 0px;
}

, .py-0 {
  padding-top: 0px;
}

, .px-0 {
  padding-right: 0px;
}

, .py-0 {
  padding-bottom: 0px;
}

, .px-0 {
  padding-left: 0px;
}

 {
  padding: 0.25rem;
}

, .py-1 {
  padding-top: 0.25rem;
}

, .px-1 {
  padding-right: 0.25rem;
}

, .py-1 {
  padding-bottom: 0.25rem;
}

, .px-1 {
  padding-left: 0.25rem;
}

 {
  padding: 0.5rem;
}

, .py-2 {
  padding-top: 0.5rem;
}

, .px-2 {
  padding-right: 0.5rem;
}

, .py-2 {
  padding-bottom: 0.5rem;
}

, .px-2 {
  padding-left: 0.5rem;
}

 {
  padding: 0.75rem;
}

, .py-3 {
  padding-top: 0.75rem;
}

, .px-3 {
  padding-right: 0.75rem;
}

, .py-3 {
  padding-bottom: 0.75rem;
}

, .px-3 {
  padding-left: 0.75rem;
}

 {
  padding: 1rem;
}

, .py-4 {
  padding-top: 1rem;
}

, .px-4 {
  padding-right: 1rem;
}

, .py-4 {
  padding-bottom: 1rem;
}

, .px-4 {
  padding-left: 1rem;
}

 {
  padding: 1.25rem;
}

, .py-5 {
  padding-top: 1.25rem;
}

, .px-5 {
  padding-right: 1.25rem;
}

, .py-5 {
  padding-bottom: 1.25rem;
}

, .px-5 {
  padding-left: 1.25rem;
}

 {
  margin: auto;
}

, .my-auto {
  margin-top: auto;
}

, .mx-auto {
  margin-right: auto;
}

, .my-auto {
  margin-bottom: auto;
}

, .mx-auto {
  margin-left: auto;
}

/*
  formio bootstrap
  Стили используемые в формах
*/

.form-group {
  margin-bottom: 1rem;
}

.form-control {
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: calc(1.5em + 0.75rem + 2px);
}

.form-control:focus {
  display: block;
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgba(242, 248, 252, var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-shadow: 0 0 0 0.2rem rgb(39 128 227 / 25%);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='rgb(252, 165, 165)' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='rgb(252, 165, 165)' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-group.formio-choices .selection.dropdown.is-invalid {
  background-position: right 3rem center;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  --tw-shadow: 0 0 0 0.2rem rgb(255 0 57 / 25%);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.formio-component-datetime .input-group {
  display: flex;
  flex-direction: row;
}

.formio-component-datetime .input-group .form-control {
  z-index: 1;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.formio-component-datetime .input-group .input-group-append {
  z-index: 0;
  width: 3rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-width: 1px;
  border-left-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.formio-component-datetime .input-group .input-group-append .input-group-text {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.formio-component-datetime .input-group .input-group-append .input-group-text .fa-calendar {
  height: 1.5rem;
  width: 1.5rem;
  background-image: url(/assets/images/calendar.6ef10a.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.builder-component.has-error .invalid-feedback, .formio-component.alert-danger .invalid-feedback, .formio-component.has-error .invalid-feedback, .formio-component.has-message .invalid-feedback {
  display: block;
}

.invalid-feedback {
  margin-top: 0.25rem;
  display: none;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.col-form-label {
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.field-required:after {
  content: ' *';
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.formio-choices.form-group {
  margin-bottom: 0px;
}

.choices[data-type*='select-one'] {
  cursor: pointer;
}

.choices, .dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

.form-control.dropdown {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.choices[data-type*='select-one'] .choices__input {
  margin: 0px;
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 0.625rem;
}

.choices [hidden] {
  display: none !important;
}

.choices__input {
  display: inline-block;
  max-width: 100%;
  border-width: 0px;
  vertical-align: baseline;
  font-size: 0.875rem;
  line-height: 1.25rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.formio-select-autocomplete-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.choices__list {
  margin: 0px;
  list-style-type: none;
  padding-left: 0px;
}

.choices__list.is-active[aria-expanded='true'] {
  z-index: 999 !important;
}

.form-control.ui.fluid.selection.dropdown {
  height: 100% !important;
}

.choices__list--single {
  display: inline-block;
  width: 100%;
  padding: 0px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__item .choices__button {
  background-image: url(/assets/images/close.6ac538.svg);
  background-size: 14px 14px;
  margin-left: 0.25rem;
  height: 1.5rem;
  width: 1.5rem;
}

.is-invalid .choices__item.choices__item--selectable {
  padding-right: 2rem;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item {
  cursor: default;
}

.choices[data-type*='select-one'] .choices__button {
  position: absolute;
  right: 0px;
  top: 50%;
  border-radius: 9999px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  padding: 0px;
  opacity: 0.5;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
}

[type='button']:not(:disabled), [type='reset']:not(:disabled), [type='submit']:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

*.form-control:disabled {
  background: #efefef;
}

.choices__button {
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  border-width: 0px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.choices[data-type*='select-one'].is-open:after {
  border-color: transparent transparent #4b5563;
  margin-top: -7.5px;
}

.choices[data-type*='select-one']:after {
  pointer-events: none;
  position: absolute;
  top: 50%;
  height: 0px;
  width: 0px;
  border-width: 5px;
  border-style: solid;
  content: '';
  border-color: #4b5563 transparent transparent;
  right: 11.5px;
  margin-top: -2.5px;
}

.choices__list--dropdown.is-active {
  visibility: visible;
}

.choices__list--dropdown {
  z-index: 100;
  visibility: hidden;
  position: absolute;
  top: 100%;
  z-index: 1;
  margin-top: -1px;
  width: 100%;
  overflow: hidden;
  word-break: break-all;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  will-change: visibility;
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 15rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.choices__list--dropdown .choices__item {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 10px;
}

.choices__list--dropdown .choices__item--selectable {
  padding-right: 0px;
}

.list-group {
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  padding-left: 0px;
}

.list-group-item {
  position: relative;
  display: block;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.list-group-item + .list-group-item {
  border-radius: 0px;
  border-top-width: 0px;
}

a:not([href]):not([class]) {
  text-decoration: none;
}

.formio-component-file .fileSelector .fa, .formio-component-file .fileSelector .glyphicon {
  margin-right: 0.25rem;
}

.fa {
  display: inline-block;
  vertical-align: bottom;
}

.fa-cloud-upload:before {
  content: '';
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  background-image: url(/assets/images/cloud-upload.f0f595.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.fa-remove {
  cursor: pointer;
  vertical-align: middle;
}

.fa-refresh {
  font-family: ekibastuz, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fa-refresh::before {
  content: 'Загрузка...';
  font-size: 1rem;
  line-height: 1.5rem;
}

.fa-times-circle-o::before {
  content: 'X' !important;
  font-style: normal;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.formio-component-file .fileSelector {
  position: relative;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-width: 2px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  padding: 0.875rem;
  text-align: center;
}

.formio-component-file .fileSelector .browse {
  cursor: pointer;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(0, 94, 184, var(--tw-text-opacity));
  text-decoration: none;
}

.formio-component-file .fileSelector .browse:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
  text-decoration: underline;
}

.formio-component.formio-component-htmlelement.formio-component-pdfCreate {
  margin-bottom: 1rem;
  display: flex;
}

.formio-component.formio-component-htmlelement.formio-component-pdfCreate.formio-component-label-hidden {
  margin-bottom: 1rem;
}

.formio-component.formio-component-htmlelement.formio-component-pdfCreate.formio-component-label-hidden
  > p {
  display: flex;
}

.formio-component.formio-component-htmlelement.formio-component-bProjDocContent.formio-component-label-hidden {
  margin-bottom: 1rem;
}

.formio-component.formio-component-htmlelement.formio-component-bProjDocContent.formio-component-label-hidden
  a {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.formio-component.formio-component-htmlelement.formio-component-bProjDocContent.formio-component-label-hidden
  a:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
  text-decoration: underline;
}

.alert, .alert-warning {
  display: none;
}

.alert-info {
  position: relative;
  margin-bottom: 1rem;
  display: block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.form-text {
  margin-top: 0.25rem;
  display: block;
}

.text-muted {
  margin-left: 0.25rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.formio-component-label-hidden {
  position: relative;
}

textarea.form-control {
  height: auto;
}

.list-group-header .row strong, .fileSelector {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.list-inline {
  margin-bottom: 1rem;
  display: flex;
  list-style-type: none;
  flex-direction: row;
  flex-wrap: wrap;
}

.list-inline:last-child {
  margin-bottom: 0px;
}

.list-inline-item {
  margin-right: 0px;
  flex-grow: 1;
}

.list-inline-item:first-child {
  margin-bottom: 0.5rem;
  width: 100%;
}

@media (min-width: 576px) {

  .list-inline-item {
    margin-right: 0.5rem;
  }

  .list-inline-item {
    flex-grow: 0;
  }

  .list-inline-item:first-child {
    margin-bottom: 0px;
  }

  .list-inline-item:first-child {
    width: auto;
  }

  .list-inline-item:last-child {
    margin-right: 0px;
  }
}

.list-inline-item:nth-child(3) {
  margin-left: 0.5rem;
}

@media (min-width: 576px) {

  .list-inline-item:nth-child(3) {
    margin-left: 0px;
  }
}

.list-inline-item .btn {
  width: 100%;
}

@media (min-width: 576px) {

  .list-inline-item .btn {
    width: auto;
  }
}

.btn {
  display: block;
  border-radius: 0.5rem;
  border-width: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.btn-primary, .btn-default {
  --tw-border-opacity: 1;
  border-color: rgba(0, 94, 184, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 94, 184, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-secondary {
  --tw-border-opacity: 1;
  border-color: rgba(0, 94, 184, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 94, 184, var(--tw-text-opacity));
}

.formio-form .pagination-top {
  display: flex;
  flex-direction: column;
}

.pagination-top .current-title {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  align-self: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {

  .pagination-top .current-title {
    display: none;
  }
}

.pagination-top .page-items {
  margin-top: 1.5rem;
  margin-bottom: calc(1.5rem + 7.5px);
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.pagination-top .page-item {
  position: relative;
  display: flex;
  width: 16.666667%;
  flex-direction: column;
  justify-content: center;
}

.pagination-top .page-item .page-link {
  margin-bottom: 2rem;
  display: none;
  height: 100%;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {

  .pagination-top .page-item .page-link {
    display: inline;
  }
}

.pagination-top .page-item:first-child .progress-bar {
  display: none;
}

.pagination-top .page-item .progress-bar {
  position: absolute;
  left: -50%;
  bottom: 0px;
  z-index: 10;
  height: 10px;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 18px;
  padding-right: 18px;
}

.pagination-top .page-item.active .progress-bar {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 94, 184, var(--tw-bg-opacity));
}

.pagination-top .page-item .progress-bar__inner-line {
  display: none;
  height: 100%;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.pagination-top .page-item.active .progress-bar__inner-line {
  display: block;
  --tw-translate-x: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  animation-name: move-progress-bar-to-right;
  animation-duration: 1s;
  animation-timing-function: ease-in;
}

@keyframes move-progress-bar-to-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

.pagination-top .page-item.visited .progress-bar__inner-line {
  display: block;
  --tw-translate-x: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 94, 184, var(--tw-bg-opacity));
}

.pagination-top .page-item .page-circle {
  position: absolute;
  left: calc(50% - 20px);
  bottom: -15px;
  z-index: 20;
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.pagination-top .page-item.active .page-circle {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 94, 184, var(--tw-bg-opacity));
  animation-name: from-white-to-primary;
  animation-duration: 2s;
  animation-timing-function: ease-out;
}

@keyframes from-white-to-primary {
  0% {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }
  50% {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }
  100% {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 94, 184, var(--tw-bg-opacity));
  }
}

.pagination-top .page-item:first-child.active .page-circle {
  animation: none;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 94, 184, var(--tw-bg-opacity));
}

.pagination-top .page-item.visited .page-circle {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 94, 184, var(--tw-bg-opacity));
}

.pagination-top .page-item .page-circle .page-circle__center-circle {
  z-index: 20;
  display: flex;
  height: 25px;
  width: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 94, 184, var(--tw-bg-opacity));
}

.pagination-top .page-item .page-circle .page-circle__inner-circle {
  z-index: 30;
  height: 12px;
  width: 12px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 94, 184, var(--tw-bg-opacity));
}

.pagination-top .page-item:first-child.active .page-circle .page-circle__inner-circle {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  animation: pulse 1.5s ease-in-out infinite;
}

.pagination-top .page-item.active .page-circle .page-circle__inner-circle {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  animation: fade-in 2s, pulse 1.5s 2s ease-in-out infinite;
}

@keyframes fade-in {
  0%,
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.pagination-top .page-item.visited .page-circle .page-circle__inner-circle {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.col-md-offset-margin-top-auto {
  margin-top: auto;
}

.col-md-offset-margin-top {
  margin-top: 1.25rem;
}

.quarterBtn {
  margin-top: 1.25rem !important;
}

.formio-component-contract-section, .formio-component-contract-section-small {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 0.5rem;
}

.formio-component-contract-section-no-bg {
  background-color: transparent;
}

.formio-component-contract-section > label {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.formio-component-html-label > p {
  font-weight: 700;
  color: #4b5563;
}

.file {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.file .row {
  justify-content: space-between;
}

.file .row .alert {
  display: block;
}

.file .row .alert-danger {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.form-check.checkbox {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.form-check-input {
  height: 15px;
  width: 15px;
}

.ck-heading-dropdown,
.ck-font-family-dropdown,
.ck-file-dialog-button,
div.ck.ck-toolbar__items > :nth-child(7),
div.ck.ck-toolbar__items > :nth-child(14),
div.ck.ck-toolbar__items > :nth-child(15),
div.ck.ck-toolbar__items > :nth-child(17) {
  display: none !important;
}

.ck-editor ul {
  list-style-type: disc;
  padding-left: 40px;
}

.ck-editor ol {
  list-style-type: decimal;
  padding-left: 40px;
}

.ck-content figure.table {
  margin: 30px 0 20px 0 !important;
}

tr[ref='datagrid-reportAttachments-row'] {
  display: flex;
  flex-wrap: wrap;
}

td[ref='datagrid-reportAttachments'] {
  width: 90%;
}

button.btn.btn-secondary.formio-button-remove-row, button.editRow, button.removeRow {
  margin-bottom: 15px;
  display: grid;
  height: 30px;
  width: 30px;
  place-items: center;
  padding: 0px;
}

button.btn.btn-secondary.formio-button-remove-row > i {
  display: none;
}
button.btn.btn-secondary.formio-button-remove-row::before {
  content: url(/assets/images/trash.944483.svg);
}

.form-group.has-feedback.formio-component.formio-component-editgrid.formio-component-investReportDeductions
  > button {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

button.btn.btn-primary.formio-button-add-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.tooltip {
  z-index: 100;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.col-sm-2 {
  width: 16.666667%;
}

.editgrid-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.btn-group.pull-right {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
}

/*
  service view styles
  Стили используемые в сервисах
*/
.service-description, .service-additional {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(0, 94, 184, var(--tw-text-opacity))
}
@media (min-width: 768px) {
    .service-description, .service-additional {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.service-description p {
    margin-bottom: 1rem
}

.service-description table {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem
}


.service-description th, .service-description td {
    border-width: 1px;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(0, 94, 184, var(--tw-border-opacity))
}

.file-download-card {
    display: block;
    height: 100%;
    max-height: 100%;
    width: 100%;
    border-radius: 1rem;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(0, 94, 184, var(--tw-border-opacity));
    padding: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(0, 94, 184, var(--tw-text-opacity));
    text-decoration: none;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}

.file-download-card:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 248, 252, var(--tw-bg-opacity))
}

.file-download-card > h4 {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.col-sm-12 {
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0
}

.col-lg-4 {
    flex-shrink: 0;
    flex-grow: 0
}

@media (min-width: 1024px) {
    .col-lg-4 {
        width: 33.333333%
    }
}

.grants-section-title {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgba(0, 94, 184, var(--tw-text-opacity))
}

.service-description .text-tiny {
    font-size: 0.75rem;
    line-height: 1rem
}

.service-description .text-small {
    font-size: 0.875rem;
    line-height: 1.25rem
}

.service-description .text-big {
    font-size: 1.5rem;
    line-height: 2rem
}

.service-description .text-huge {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.service-description ol {
    list-style-type: decimal;
    padding-left: 40px
}

.service-description ul {
    margin-bottom: 1rem;
    list-style-type: disc;
    padding-left: 40px
}

.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;box-sizing:border-box;touch-action:manipulation;background:#fff;box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08)}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9)}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{/*
      /*rtl:begin:ignore*/left:0/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{/*
      /*rtl:begin:ignore*/right:0/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;transform:translate3d(0,0,0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:flex;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:flex;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:flex;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;box-sizing:border-box;display:inline-block;display:flex;flex-wrap:wrap;-ms-flex-wrap:wrap;justify-content:space-around;transform:translate3d(0,0,0);opacity:1}.dayContainer + .dayContainer{box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:flex;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;box-sizing:border-box;overflow:hidden;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;box-sizing:border-box;-webkit-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;user-select:none;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@keyframes fpFadeInDown{from{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translate3d(0,0,0)}}

/*! tailwindcss v2.1.2 | 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;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 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;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

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

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

* {
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.pointer-events-none {
	pointer-events: none;
}
.pointer-events-auto {
	pointer-events: auto;
}
.visible {
	visibility: visible;
}
.invisible {
	visibility: hidden;
}
.relative {
	position: relative;
}
.static {
	position: static;
}
.absolute {
	position: absolute;
}
.fixed {
	position: fixed;
}
.sticky {
	position: -webkit-sticky;
	position: sticky;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.top-0 {
	top: 0px;
}
.left-5 {
	left: 1.25rem;
}
.top-2 {
	top: 0.5rem;
}
.right-1 {
	right: 0.25rem;
}
.left-0 {
	left: 0px;
}
.right-3 {
	right: 0.75rem;
}
.top-4 {
	top: 1rem;
}
.top-1\/2 {
	top: 50%;
}
.left-1\/2 {
	left: 50%;
}
.bottom-0 {
	bottom: 0px;
}
.top-1 {
	top: 0.25rem;
}
.right-2 {
	right: 0.5rem;
}
.z-10 {
	z-index: 10;
}
.z-50 {
	z-index: 50;
}
.-z-1 {
	z-index: -1;
}
.z-100 {
	z-index: 100;
}
.m-5 {
	margin: 1.25rem;
}
.m-0 {
	margin: 0px;
}
.m-auto {
	margin: auto;
}
.m-3 {
	margin: 0.75rem;
}
.m-2 {
	margin: 0.5rem;
}
.mx-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.mx-5 {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}
.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-20 {
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.my-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mr-1 {
	margin-right: 0.25rem;
}
.mr-3 {
	margin-right: 0.75rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mr-5 {
	margin-right: 1.25rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.ml-5 {
	margin-left: 1.25rem;
}
.mr-6 {
	margin-right: 1.5rem;
}
.ml-auto {
	margin-left: auto;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.ml-0 {
	margin-left: 0px;
}
.mt-6 {
	margin-top: 1.5rem;
}
.-mt-1 {
	margin-top: -0.25rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mr-4 {
	margin-right: 1rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-0\.5 {
	margin-top: 0.125rem;
}
.mt-0 {
	margin-top: 0px;
}
.mr-auto {
	margin-right: auto;
}
.-mb-3 {
	margin-bottom: -0.75rem;
}
.mt-3\.5 {
	margin-top: 0.875rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mr-0 {
	margin-right: 0px;
}
.mt-10 {
	margin-top: 2.5rem;
}
.flex {
	display: flex;
}
.grid {
	display: grid;
}
.inline-flex {
	display: inline-flex;
}
.table {
	display: table;
}
.block {
	display: block;
}
.hidden {
	display: none;
}
.\!hidden {
	display: none !important;
}
.h-full {
	height: 100%;
}
.h-7 {
	height: 1.75rem;
}
.h-4 {
	height: 1rem;
}
.h-8 {
	height: 2rem;
}
.h-16 {
	height: 4rem;
}
.h-\[32px\] {
	height: 32px;
}
.h-6 {
	height: 1.5rem;
}
.h-\[33px\] {
	height: 33px;
}
.h-20 {
	height: 5rem;
}
.h-0\.5 {
	height: 0.125rem;
}
.h-0 {
	height: 0px;
}
.h-\[5\] {
	height: 5;
}
.max-h-\[2000px\] {
	max-height: 2000px;
}
.max-h-0 {
	max-height: 0px;
}
.max-h-\[500px\] {
	max-height: 500px;
}
.max-h-10 {
	max-height: 2.5rem;
}
.max-h-\[320px\] {
	max-height: 320px;
}
.max-h-\[180px\] {
	max-height: 180px;
}
.max-h-\[600px\] {
	max-height: 600px;
}
.min-h-\[200px\] {
	min-height: 200px;
}
.min-h-\[400px\] {
	min-height: 400px;
}
.w-full {
	width: 100%;
}
.w-5 {
	width: 1.25rem;
}
.w-7 {
	width: 1.75rem;
}
.w-8 {
	width: 2rem;
}
.w-80 {
	width: 20rem;
}
.w-11 {
	width: 2.75rem;
}
.w-\[70\%\] {
	width: 70%;
}
.w-4 {
	width: 1rem;
}
.w-6 {
	width: 1.5rem;
}
.w-4\/5 {
	width: 80%;
}
.w-1\/5 {
	width: 20%;
}
.w-20 {
	width: 5rem;
}
.w-1\/4 {
	width: 25%;
}
.w-1\/2 {
	width: 50%;
}
.w-\[33px\] {
	width: 33px;
}
.w-3\.5 {
	width: 0.875rem;
}
.w-3 {
	width: 0.75rem;
}
.w-2\.5 {
	width: 0.625rem;
}
.w-2 {
	width: 0.5rem;
}
.w-6\/12 {
	width: 50%;
}
.w-12 {
	width: 3rem;
}
.w-\[5\] {
	width: 5;
}
.min-w-\[1\.5rem\] {
	min-width: 1.5rem;
}
.min-w-\[180px\] {
	min-width: 180px;
}
.min-w-\[250px\] {
	min-width: 250px;
}
.max-w-xl {
	max-width: 36rem;
}
.max-w-xs {
	max-width: 20rem;
}
.max-w-3xl {
	max-width: 48rem;
}
.max-w-full {
	max-width: 100%;
}
.max-w-\[400px\] {
	max-width: 400px;
}
.max-w-\[280px\] {
	max-width: 280px;
}
.max-w-\[300px\] {
	max-width: 300px;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-none {
	flex: none;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.flex-grow {
	flex-grow: 1;
}
.table-fixed {
	table-layout: fixed;
}
.transform {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-3 {
	--tw-translate-y: -0.75rem;
}
.-translate-y-13 {
	--tw-translate-y: -3.25rem;
}
.-translate-x-1\/2 {
	--tw-translate-x: -50%;
}
.-translate-y-1\/2 {
	--tw-translate-y: -50%;
}
.-translate-x-15 {
	--tw-translate-x: -3.75rem;
}
.translate-x-0 {
	--tw-translate-x: 0px;
}
.-rotate-180 {
	--tw-rotate: -180deg;
}
.rotate-0 {
	--tw-rotate: 0deg;
}
.rotate-90 {
	--tw-rotate: 90deg;
}
@keyframes fadeIn {

	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
.animate-fadeIn {
	animation: fadeIn 133ms;
}
@keyframes fadeOut {

	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}
.animate-fadeOut {
	animation: fadeOut 116ms;
}
@keyframes spin {

	to {
		transform: rotate(360deg);
	}
}
.animate-spin {
	animation: spin 1s linear infinite;
}
.cursor-pointer {
	cursor: pointer;
}
.cursor-not-allowed {
	cursor: not-allowed;
}
.cursor-default {
	cursor: default;
}
.select-none {
	-webkit-user-select: none;
	        user-select: none;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
	flex-direction: column;
}
.flex-row {
	flex-direction: row;
}
.flex-col-reverse {
	flex-direction: column-reverse;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-nowrap {
	flex-wrap: nowrap;
}
.items-center {
	align-items: center;
}
.items-end {
	align-items: flex-end;
}
.items-baseline {
	align-items: baseline;
}
.items-stretch {
	align-items: stretch;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-around {
	justify-content: space-around;
}
.justify-end {
	justify-content: flex-end;
}
.justify-start {
	justify-content: flex-start;
}
.justify-items-start {
	justify-items: start;
}
.gap-4 {
	gap: 1rem;
}
.gap-5 {
	gap: 1.25rem;
}
.gap-2 {
	gap: 0.5rem;
}
.gap-10 {
	gap: 2.5rem;
}
.gap-3 {
	gap: 0.75rem;
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-secondary > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(242, 248, 252, var(--tw-divide-opacity));
}
.self-center {
	align-self: center;
}
.self-start {
	align-self: flex-start;
}
.self-end {
	align-self: flex-end;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-y-auto {
	overflow-y: auto;
}
.overflow-y-scroll {
	overflow-y: scroll;
}
.overflow-ellipsis {
	text-overflow: ellipsis;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.break-all {
	word-break: break-all;
}
.break-normal {
	overflow-wrap: normal;
	word-break: normal;
}
.break-words {
	overflow-wrap: break-word;
}
.rounded-3xl {
	border-radius: 1.5rem;
}
.rounded-xl {
	border-radius: 0.75rem;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-2xl {
	border-radius: 1rem;
}
.rounded-l-lg {
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}
.rounded-r-lg {
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}
.border {
	border-width: 1px;
}
.border-2 {
	border-width: 2px;
}
.border-r-2 {
	border-right-width: 2px;
}
.border-l-2 {
	border-left-width: 2px;
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-primary {
	--tw-border-opacity: 1;
	border-color: rgba(0, 94, 184, var(--tw-border-opacity));
}
.bg-secondary {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 248, 252, var(--tw-bg-opacity));
}
.bg-primary {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 94, 184, var(--tw-bg-opacity));
}
.bg-gray-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.bg-yellow-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}
.bg-red-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}
.bg-blue-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}
.bg-red-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}
.bg-overlay {
	background-color: rgba(0,0,0, 0.7);
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-light-overlay {
	background-color: rgba(255,255,255, 0.4);
}
.bg-gray-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.bg-red-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.bg-active-button {
	--tw-bg-opacity: 1;
	background-color: rgba(218, 233, 242, var(--tw-bg-opacity));
}
.bg-blue-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}
.bg-gray-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}
.bg-\[\#DBEAFE\] {
	--tw-bg-opacity: 1;
	background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}
.bg-yellow-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}
.bg-secondary-dark {
	--tw-bg-opacity: 1;
	background-color: rgba(213, 234, 243, var(--tw-bg-opacity));
}
.bg-search {
	background-image: url(/assets/images/search.ce123a.svg);
}
.bg-20px {
	background-size: 20px;
}
.bg-left-4 {
	background-position: center left 1rem;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.fill-current {
	fill: currentColor;
}
.p-5 {
	padding: 1.25rem;
}
.p-4 {
	padding: 1rem;
}
.p-8 {
	padding: 2rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-6 {
	padding: 1.5rem;
}
.p-10 {
	padding: 2.5rem;
}
.p-1 {
	padding: 0.25rem;
}
.p-2 {
	padding: 0.5rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.py-15 {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pr-5 {
	padding-right: 1.25rem;
}
.pl-5 {
	padding-left: 1.25rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pl-12 {
	padding-left: 3rem;
}
.pr-\[20px\] {
	padding-right: 20px;
}
.pl-4 {
	padding-left: 1rem;
}
.pl-24 {
	padding-left: 6rem;
}
.pl-20 {
	padding-left: 5rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pr-0 {
	padding-right: 0px;
}
.pt-3 {
	padding-top: 0.75rem;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.align-middle {
	vertical-align: middle;
}
.font-headings {
	font-family: ekibastuz, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.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-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.\!text-hidden {
	font-size: 0 !important;
}
.font-light {
	font-weight: 300;
}
.font-medium {
	font-weight: 500;
}
.font-semibold {
	font-weight: 600;
}
.font-bold {
	font-weight: 700;
}
.uppercase {
	text-transform: uppercase;
}
.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
	--tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
	--tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
	--tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
	--tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
	--tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
	font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.ordinal {
	--tw-ordinal: ordinal;
}
.leading-none {
	line-height: 1;
}
.leading-header {
	line-height: 44px;
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-yellow-500 {
	--tw-text-opacity: 1;
	color: rgba(245, 158, 11, var(--tw-text-opacity));
}
.text-red-500 {
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-blue-500 {
	--tw-text-opacity: 1;
	color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.text-primary {
	--tw-text-opacity: 1;
	color: rgba(0, 94, 184, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-gray-800 {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.text-blue-700 {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
}
.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.opacity-100 {
	opacity: 1;
}
.opacity-0 {
	opacity: 0;
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition-rounded {
	transition-property: border-radius;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-max-h {
	transition-property: max-height;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-transform {
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-700 {
	transition-duration: 700ms;
}
.duration-1000 {
	transition-duration: 1000ms;
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body.special_mode * {
  font-family: Arial, Helvetica, sans-serif !important;
}

body.special_mode {
  --background-white: #fff;
  --border-white: #fff;
  --text-white: #fff;
  --background-black: #000;
  --border-black: #000;
  --text-black: #000;
  --background-grey: #e3ded5;
  --border-grey: #e3ded5;
  --text-grey: #e3ded5;
}

body.special_mode img {
  filter: grayscale(20%);
}

body.images_hidden img {
  display: none !important;
}

body.letterSpace_default {
  letter-spacing: normal;
}

body.letterSpace_big {
  letter-spacing: 0.2rem;
}

body.letterSpace_large {
  letter-spacing: 0.5rem;
}

body.fontSize_default *:not(.ignore_sm *) {
  font-size: 103%;
}

body.fontSize_big *:not(.ignore_sm *) {
  font-size: 105%;
}

body.fontSize_large *:not(.ignore_sm *) {
  font-size: 107%;
}

body.lineSpace_default *:not(.ignore_sm *) {
  line-height: normal !important;
}

body.lineSpace_big *:not(.ignore_sm *) {
  line-height: 3rem !important;
}

body.lineSpace_large *:not(.ignore_sm *) {
  line-height: 4rem !important;
}

body.fontDrawing_serif * {
  font-family: serif !important;
}

body.fontDrawing_no-serif * {
  font-family: sans-serif !important;
}

body.backgroundColor_black-over-white *:not(.ignore_sm *) {
  background: var(--background-white) !important;
  background-color: var(--background-white) !important;
  color: var(--text-black) !important;
  border-color: var(--border-black) !important;
}

body.backgroundColor_black-over-white .sm_active {
  border: 3px solid var(--border-black);
}

body.backgroundColor_white-over-black * {
  background: var(--background-black) !important;
  background-color: var(--background-black) !important;
  color: var(--text-white) !important;
  border-color: var(--border-white) !important;
}

body.backgroundColor_white-over-black * .theme_grey,
body.backgroundColor_black-over-grey * .theme_grey {
  background: var(--background-grey) !important;
  color: var(--text-black) !important;
}
body.backgroundColor_white-over-black * .theme_white,
body.backgroundColor_white-over-black a .theme_white {
  background: var(--background-white) !important;
  color: var(--text-black) !important;
}
body.backgroundColor_white-over-black * .theme_black,
body.backgroundColor_white-over-black a .theme_black {
  background: var(--background-black) !important;
}

body.backgroundColor_white-over-black .sm_active {
  border: 3px solid var(--border-white);
}

body.backgroundColor_white-over-black button.sm_hover:hover {
  border: 3px solid var(--border-grey);
}

body.backgroundColor_black-over-grey */*:not(.ignore_sm *)*/ {
  background: var(--background-grey) !important;
  background-color: var(--background-grey) !important;
  color: var(--text-black) !important;
  border-color: var(--border-black) !important;
}

body.backgroundColor_black-over-grey * .theme_white {
  background: var(--background-white) !important;
}
body.backgroundColor_black-over-grey * .theme_black {
  background: var(--background-black) !important;
  color: var(--text-white) !important;
}
body.backgroundColor_black-over-grey * button {
  border-color: var(--border-black);
}

body.backgroundColor_black-over-grey img {
  background: none !important;
  filter: none !important;
}

body.backgroundColor_black-over-grey .sm_active {
  border: 3px solid var(--border-black);
}

body.backgroundColor_black-over-grey button.sm_hover:hover {
  border: 3px solid var(--border-white);
}

body.backgroundColor_black-over-grey button.sm_hover:hover > div {
  filter: none !important;
  color: var(--text-black) !important;
  background: none !important;
}

body.special_mode a,
body.special_mode button:not(.ignore_sm button) {
  text-decoration: underline;
}

/* special styles for project below */

body.special_mode #servicesList {
	display: flex;
	flex-direction: column;
}
body.special_mode *.sm_show {
	visibility: visible;
}

body.special_mode input.bg-search {
  background: transparent !important;
  background-color: transparent !important;
  border-width: 1px !important;
  background-image: url(/assets/images/search.ce123a.svg) !important;
  background-size: 20px !important;
  background-position: center left 1rem !important;
  background-repeat: no-repeat !important;
}

body.special_mode #servicesList > div > a {
	margin: 0px;
}

body.special_mode #servicesList > div > a > div {
	max-height: 100%;
	width: 90%;
	max-width: 90%;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

@media (min-width: 768px) {

	body.special_mode #servicesList > div > a > div {
		flex-wrap: nowrap;
	}
}

@media (min-width: 1440px) {

	body.special_mode #servicesList > div > a > div {
		flex-wrap: nowrap;
	}
}

.last\:pb-0:last-child {
	padding-bottom: 0px;
}

.hover\:bg-blue-200:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.hover\:opacity-80:hover {
	opacity: 0.8;
}

.hover\:shadow-valid:hover {
	--tw-shadow: 0 0 0 0.2rem rgb(39 128 227 / 25%);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

@media (min-width: 576px) {

	.sm\:top-\[calc\(50\%-0\.75rem\)\] {
		top: calc(50% - 0.75rem);
	}

	.sm\:mr-3 {
		margin-right: 0.75rem;
	}

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

	.sm\:mt-3 {
		margin-top: 0.75rem;
	}

	.sm\:flex {
		display: flex;
	}

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

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

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

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

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

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

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

	.sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
		--tw-divide-y-reverse: 0;
		border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
		border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
	}

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

	.sm\:p-5 {
		padding: 1.25rem;
	}

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

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

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

	.sm\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

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

	.sm\:pl-24 {
		padding-left: 6rem;
	}

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

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

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

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

	.sm\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

@media (min-width: 768px) {

	.md\:my-auto {
		margin-top: auto;
		margin-bottom: auto;
	}

	.md\:mx-5 {
		margin-left: 1.25rem;
		margin-right: 1.25rem;
	}

	.md\:my-6 {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.md\:my-2 {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}

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

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

	.md\:mr-5 {
		margin-right: 1.25rem;
	}

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

	.md\:mb-6 {
		margin-bottom: 1.5rem;
	}

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

	.md\:ml-6 {
		margin-left: 1.5rem;
	}

	.md\:ml-14 {
		margin-left: 3.5rem;
	}

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

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

	.md\:mr-10 {
		margin-right: 2.5rem;
	}

	.md\:mr-1 {
		margin-right: 0.25rem;
	}

	.md\:ml-2 {
		margin-left: 0.5rem;
	}

	.md\:block {
		display: block;
	}

	.md\:hidden {
		display: none;
	}

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

	.md\:w-8\/12 {
		width: 66.666667%;
	}

	.md\:w-2\/12 {
		width: 16.666667%;
	}

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

	.md\:w-6\/12 {
		width: 50%;
	}

	.md\:w-5\/12 {
		width: 41.666667%;
	}

	.md\:min-w-\[150px\] {
		min-width: 150px;
	}

	.md\:max-w-\[400px\] {
		max-width: 400px;
	}

	.md\:flex-shrink {
		flex-shrink: 1;
	}

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

	.md\:flex-col {
		flex-direction: column;
	}

	.md\:flex-wrap {
		flex-wrap: wrap;
	}

	.md\:justify-start {
		justify-content: flex-start;
	}

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

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

	.md\:self-center {
		align-self: center;
	}

	.md\:rounded-r-none {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}

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

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

	.md\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

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

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

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

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

	.md\:px-14 {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}

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

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

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

	.md\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.md\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

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

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

@media (min-width: 1024px) {

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

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

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

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

	.lg\:ml-5 {
		margin-left: 1.25rem;
	}

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

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

	.lg\:block {
		display: block;
	}

	.lg\:w-8\/12 {
		width: 66.666667%;
	}

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

	.lg\:w-3\/4 {
		width: 75%;
	}

	.lg\:max-w-md {
		max-width: 28rem;
	}

	.lg\:max-w-2xl {
		max-width: 42rem;
	}

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

	.lg\:flex-col {
		flex-direction: column;
	}

	.lg\:items-start {
		align-items: flex-start;
	}

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

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

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

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

	.lg\:text-right {
		text-align: right;
	}

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

	.lg\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

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

@media (min-width: 1440px) {

	.xl\:mx-5 {
		margin-left: 1.25rem;
		margin-right: 1.25rem;
	}

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

	.xl\:mb-7 {
		margin-bottom: 1.75rem;
	}

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

	.xl\:w-7\/12 {
		width: 58.333333%;
	}

	.xl\:max-w-xl {
		max-width: 36rem;
	}

	.xl\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

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

