/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/normalize.css/normalize.css?ngGlobalStyle ***!
  \************************************************************************************************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

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

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/angular-notifier/styles/core.css?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
.notifier__container * {
  box-sizing: border-box;
}
.notifier__container-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.notifier__notification {
  display: flex;
  align-items: center;
  position: fixed;
  visibility: hidden;
  z-index: 10000;
  will-change: transform;
  backface-visibility: hidden;
}

/*# sourceMappingURL=core.css.map */

/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/angular-notifier/styles/themes/theme-material.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.notifier__notification--material {
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: default;
  padding-top: 11px;
  padding-right: 26px;
  padding-bottom: 10px;
  padding-left: 26px;
}
.notifier__notification--material .notifier__notification-message {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: top;
  line-height: 32px;
  font-size: 15px;
}
.notifier__notification--material .notifier__notification-button {
  display: inline-block;
  transition: opacity 0.2s ease;
  opacity: 0.5;
  margin-right: -10px;
  margin-left: 10px;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  padding: 6px;
  width: 32px;
  height: 32px;
  vertical-align: top;
}
.notifier__notification--material .notifier__notification-button:hover, .notifier__notification--material .notifier__notification-button:focus {
  opacity: 1;
}
.notifier__notification--material .notifier__notification-button:active {
  transform: scale(0.82);
  opacity: 1;
}

/*# sourceMappingURL=theme-material.css.map */

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: 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"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

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

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

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 312px) {

  .container {
    max-width: 312px;
  }
}
@media (min-width: 480px) {

  .container {
    max-width: 480px;
  }
}
@media (min-width: 543px) {

  .container {
    max-width: 543px;
  }
}
@media (min-width: 765px) {

  .container {
    max-width: 765px;
  }
}
@media (min-width: 991px) {

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

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

  .container {
    max-width: 1280px;
  }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.\!fixed {
  position: fixed !important;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.\!relative {
  position: relative !important;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-\[-100\%\] {
  bottom: -100%;
}
.bottom-\[60px\] {
  bottom: 60px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.right-7 {
  right: 1.75rem;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.top-7 {
  top: 1.75rem;
}
.top-\[56px\] {
  top: 56px;
}
.top-\[80px\] {
  top: 80px;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[10\] {
  z-index: 10;
}
.m-auto {
  margin: auto;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!ml-0 {
  margin-left: 0px !important;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[88px\] {
  margin-top: 88px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[172px\] {
  height: 172px;
}
.h-\[322px\] {
  height: 322px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[76px\] {
  height: 76px;
}
.h-full {
  height: 100%;
}
.max-h-\[40px\] {
  max-height: 40px;
}
.max-h-\[76px\] {
  max-height: 76px;
}
.w-4 {
  width: 1rem;
}
.w-\[172px\] {
  width: 172px;
}
.w-\[317px\] {
  width: 317px;
}
.w-\[31px\] {
  width: 31px;
}
.w-\[40px\] {
  width: 40px;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[0\] {
  min-width: 0;
}
.min-w-\[172px\] {
  min-width: 172px;
}
.min-w-\[197px\] {
  min-width: 197px;
}
.min-w-\[90px\] {
  min-width: 90px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-\[1090px\] {
  max-width: 1090px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[667px\] {
  max-width: 667px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-auto {
  cursor: auto;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
          user-select: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[65\%_35\%\] {
  grid-template-columns: 65% 35%;
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-baseline {
  align-content: baseline;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.\!self-auto {
  align-self: auto !important;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-bl-none {
  border-bottom-left-radius: 0px;
}
.rounded-tr-none {
  border-top-right-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-\[\#3B3B41\] {
  --tw-border-opacity: 1;
  border-color: rgb(59 59 65 / var(--tw-border-opacity));
}
.border-\[transparent\] {
  border-color: transparent;
}
.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(85 153 255 / var(--tw-border-opacity));
}
.border-gray2 {
  --tw-border-opacity: 1;
  border-color: rgb(80 81 87 / var(--tw-border-opacity));
}
.border-gray3 {
  --tw-border-opacity: 1;
  border-color: rgb(59 59 65 / var(--tw-border-opacity));
}
.border-gray4 {
  --tw-border-opacity: 1;
  border-color: rgb(103 103 108 / var(--tw-border-opacity));
}
.border-greenPrimary {
  --tw-border-opacity: 1;
  border-color: rgb(27 205 84 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-gray5 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(207 207 208 / var(--tw-border-opacity));
}
.\!bg-error {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 28 28 / var(--tw-bg-opacity)) !important;
}
.bg-black1 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 14 21 / var(--tw-bg-opacity));
}
.bg-black1\/80 {
  background-color: rgb(14 14 21 / 0.8);
}
.bg-error {
  --tw-bg-opacity: 1;
  background-color: rgb(236 28 28 / var(--tw-bg-opacity));
}
.bg-gray1 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 40 46 / var(--tw-bg-opacity));
}
.bg-gray3 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 59 65 / var(--tw-bg-opacity));
}
.bg-gray4 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 103 108 / var(--tw-bg-opacity));
}
.bg-green4 {
  --tw-bg-opacity: 1;
  background-color: rgb(87 119 117 / var(--tw-bg-opacity));
}
.bg-greenPrimary {
  --tw-bg-opacity: 1;
  background-color: rgb(27 205 84 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 80 85 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.stroke-primary {
  stroke: #005055;
}
.stroke-white {
  stroke: #ffffff;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.\!p-0 {
  padding: 0px !important;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.\!pb-28 {
  padding-bottom: 7rem !important;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pr-\[56px\] {
  padding-right: 56px;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-\[9\.5px\] {
  font-size: 9.5px;
}
.text-body-2 {
  font-size: 16px;
  line-height: 20px;
}
.text-body-3 {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 400;
}
.text-caption {
  font-size: 12px;
  line-height: 14.4px;
}
.text-numeric-3 {
  font-size: 24px;
  line-height: 27.6px;
  font-weight: 500;
}
.text-subheader-1 {
  font-size: 24px;
  line-height: 31.2px;
}
.text-subheader-2 {
  font-size: 18px;
  line-height: 22.5px;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.leading-none {
  line-height: 1;
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(85 153 255 / var(--tw-text-opacity));
}
.text-error {
  --tw-text-opacity: 1;
  color: rgb(236 28 28 / var(--tw-text-opacity));
}
.text-gray2 {
  --tw-text-opacity: 1;
  color: rgb(80 81 87 / var(--tw-text-opacity));
}
.text-gray4 {
  --tw-text-opacity: 1;
  color: rgb(103 103 108 / var(--tw-text-opacity));
}
.text-greenPrimary {
  --tw-text-opacity: 1;
  color: rgb(27 205 84 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 80 85 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow-primary {
  --tw-shadow: 0px 2px 12px 0px rgba(0, 80, 85, 0.32), 0px 4px 6px 0px rgba(0, 0, 0, 0.64);;
  --tw-shadow-colored: 0px 2px 12px 0px var(--tw-shadow-color), 0px 4px 6px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #005055;
  --tw-shadow: var(--tw-shadow-colored);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[200ms\] {
  transition-property: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@font-face {
  font-family: "Gilroy";
  font-display: fallback;
  src: url('Gilroy-Regular.eot');
  src: url('Gilroy-Regular.woff') format("woff"), url('Gilroy-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  font-display: fallback;
  src: url('Gilroy-SemiBold.eot');
  src: url('Gilroy-SemiBold.woff') format("woff"), url('Gilroy-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  font-display: fallback;
  src: url('Gilroy-Bold.eot');
  src: url('Gilroy-Bold.woff') format("woff"), url('Gilroy-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 700;
}

h1 {
  font-size: 100px;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 60px;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 24px;
  line-height: 27.6px;
}

h5 {
  font-size: 18px;
  line-height: 22.5px;
}

button {
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(27 205 84 / var(--tw-border-opacity));
  padding-left: 24px;
  padding-right: 24px;
  transition: all 0.2s ease;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 600;
}
button.button--gray {
  --tw-border-opacity: 1;
  border-color: rgb(59 59 65 / var(--tw-border-opacity));
}
button.button--error {
  --tw-border-opacity: 1;
  border-color: rgb(236 28 28 / var(--tw-border-opacity));
}
button.button--white {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(14 14 21 / var(--tw-text-opacity));
}

button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 205 84 / var(--tw-bg-opacity));
}
button:hover.button--error {
  --tw-bg-opacity: 1;
  background-color: rgb(236 28 28 / var(--tw-bg-opacity));
}
button:hover.button--gray {
  --tw-bg-opacity: 1;
  background-color: rgb(59 59 65 / var(--tw-bg-opacity));
}
button:hover.button--white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

button:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(59 59 65 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(59 59 65 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(103 103 108 / var(--tw-text-opacity));
}
button:disabled.button--error {
  --tw-border-opacity: 1;
  border-color: rgb(59 59 65 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(59 59 65 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(103 103 108 / var(--tw-text-opacity));
}

.spliced-block-gradient {
  background: linear-gradient(320deg, rgba(0, 0, 0, 0) 29.56%, rgba(103, 103, 103, 0.2) 42.41%, rgba(0, 0, 0, 0) 42.63%), #0e0e15;
}
.spliced-block-gradient--gray {
  background: linear-gradient(320deg, rgba(0, 0, 0, 0) 25.12%, rgba(103, 103, 103, 0.2) 46.11%, rgba(0, 0, 0, 0) 46.46%), #27282e;
}
.spliced-block-gradient--green {
  background: linear-gradient(320deg, rgba(23, 198, 79, 0) 25.12%, rgba(23, 198, 79, 0.2) 46.11%, rgba(23, 198, 79, 0) 46.46%), #0e0e15;
}
.spliced-block-gradient--error {
  background: linear-gradient(320deg, rgba(236, 28, 28, 0) 25.12%, rgba(236, 28, 28, 0.2) 46.11%, rgba(236, 28, 28, 0) 46.46%), #0e0e15;
}
.spliced-block-gradient--edge {
  background: linear-gradient(320deg, rgba(0, 0, 0, 0) 0%, rgba(103, 103, 103, 0.2) 11%, rgba(0, 0, 0, 0) 11%), #0e0e15;
}
.spliced-block-gradient--double {
  background: linear-gradient(320deg, rgba(0, 80, 85, 0) 72.46%, rgba(0, 80, 85, 0.2) 72.46%, rgba(0, 80, 85, 0) 82.4%), linear-gradient(320deg, rgba(0, 80, 85, 0) 21.56%, rgba(0, 80, 85, 0.2) 27.44%, rgba(0, 80, 85, 0) 27.58%), #0e0e15;
}
.spliced-block-gradient-long {
  background: linear-gradient(305deg, rgba(0, 80, 85, 0) 18.34%, rgba(0, 80, 85, 0.2) 43.71%, rgba(0, 80, 85, 0) 44.14%), #0e0e15;
}

.container {
  position: relative;
  max-width: 1480px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

@media not all and (min-width: 765px) {

  .light-ellipse {
    display: none;
  }
}

.light-ellipse {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.light-ellipse .light-ellipse__circle {
  position: absolute;
  width: 556px;
  height: 556px;
  border-radius: 556px;
  background: var(--colors, #005055);
  filter: blur(180px);
  opacity: 0.4;
}

.indicator {
  height: 12px;
  width: 24px;
  border-radius: 0.75rem;
}

.notifier__notification {
  background: #ffffff;
  color: #0e0e15;
  max-width: 350px;
}
.notifier__notification-message {
  font-size: 13px !important;
  line-height: 22px !important;
}
.notifier__notification--error {
  color: #ffffff;
  background: #ec1c1c;
}
.notifier__notification--success {
  color: #ffffff;
  background: #1bcd54;
}

.input-group {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}

.input-control {
  width: 100%;
  padding: 17px 16px;
  outline: none;
  margin-bottom: 1rem;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(103 103 108 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(14 14 21 / var(--tw-bg-opacity));
  font-size: 16px;
  line-height: 20px;
}
.input-control:-webkit-autofill {
  -webkit-text-fill-color: white !important;
  -webkit-box-shadow: 0 0 0 30px #0e0e15 inset !important;
}
.input-control:-webkit-autofill:disabled {
  -webkit-box-shadow: 0 0 0 30px #27282e inset !important;
}
.input-control:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(39 40 46 / var(--tw-bg-opacity));
}
.input-control__password-eye {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.input-control__success {
  --tw-border-opacity: 1;
  border-color: rgb(27 205 84 / var(--tw-border-opacity));
}
.input-control__error {
  --tw-border-opacity: 1;
  border-color: rgb(236 28 28 / var(--tw-border-opacity));
}

div.input-control__error,
div.input-control__success {
  word-break: break-word;
  margin-bottom: 1rem;
  margin-top: -0.5rem;
  display: flex;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(236 28 28 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 12px;
  line-height: 14.4px;
}

div.input-control__success {
  --tw-bg-opacity: 1;
  background-color: rgb(27 205 84 / var(--tw-bg-opacity));
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(14 14 21 / var(--tw-bg-opacity));
  font-size: 16px;
  line-height: 20px;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  --tw-bg-opacity: 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(207 207 208 / var(--tw-bg-opacity));
}

* {
  font-family: "Inter", sans-serif;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(14 14 21 / var(--tw-bg-opacity));
  color: #ffffff;
  overflow-x: hidden;
  overflow-y: scroll;
  max-width: 100vw;
}

.hover\:bg-black1\/50:hover {
  background-color: rgb(14 14 21 / 0.5);
}

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

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

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

.hover\:brightness-50:hover {
  --tw-brightness: brightness(.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.group:hover .group-hover\:fill-white {
  fill: #ffffff;
}

.group:hover .group-hover\:stroke-primary {
  stroke: #005055;
}

.group:hover .group-hover\:stroke-white {
  stroke: #ffffff;
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 80 85 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media not all and (min-width: 1280px) {

  .max-desktop\:hidden {
    display: none;
  }
}

@media not all and (min-width: 1024px) {

  .max-laptop\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .max-laptop\:hidden {
    display: none;
  }

  .max-laptop\:min-w-\[117px\] {
    min-width: 117px;
  }

  .max-laptop\:min-w-\[134px\] {
    min-width: 134px;
  }

  .max-laptop\:min-w-\[237px\] {
    min-width: 237px;
  }

  .max-laptop\:basis-0 {
    flex-basis: 0px;
  }

  .max-laptop\:flex-col {
    flex-direction: column;
  }

  .max-laptop\:justify-between {
    justify-content: space-between;
  }

  .max-laptop\:gap-4 {
    gap: 1rem;
  }

  .max-laptop\:text-\[12px\] {
    font-size: 12px;
  }

  .max-laptop\:text-numeric-4 {
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 600;
  }
}

@media not all and (min-width: 991px) {

  .max-tablet\:invisible {
    visibility: hidden;
  }

  .max-tablet\:translate-y-10 {
    --tw-translate-y: 2.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-tablet\:justify-start {
    justify-content: flex-start;
  }

  .max-tablet\:opacity-0 {
    opacity: 0;
  }
}

@media not all and (min-width: 765px) {

  .max-small\:mb-2 {
    margin-bottom: 0.5rem;
  }

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

  .max-small\:mt-2 {
    margin-top: 0.5rem;
  }

  .max-small\:mt-5 {
    margin-top: 1.25rem;
  }

  .max-small\:hidden {
    display: none;
  }

  .max-small\:h-\[32px\] {
    height: 32px;
  }

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

  .max-small\:flex-col {
    flex-direction: column;
  }

  .max-small\:\!rounded-md {
    border-radius: 0.375rem !important;
  }

  .max-small\:pr-2 {
    padding-right: 0.5rem;
  }
}

@media not all and (min-width: 543px) {

  .max-phone3\:hidden {
    display: none;
  }
}

@media not all and (min-width: 480px) {

  .max-phone2\:bottom-0 {
    bottom: 0px;
  }

  .max-phone2\:hidden {
    display: none;
  }

  .max-phone2\:h-\[24px\] {
    height: 24px;
  }

  .max-phone2\:max-h-\[59px\] {
    max-height: 59px;
  }

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

  .max-phone2\:flex-col {
    flex-direction: column;
  }

  .max-phone2\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-phone2\:justify-center {
    justify-content: center;
  }

  .max-phone2\:border-t-\[1px\] {
    border-top-width: 1px;
  }
}

@media (min-width: 312px) {

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

  .phone\:mb-5 {
    margin-bottom: 1.25rem;
  }

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

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

  .phone\:mt-6 {
    margin-top: 1.5rem;
  }

  .phone\:hidden {
    display: none;
  }

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

  .phone\:max-w-\[250px\] {
    max-width: 250px;
  }

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

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

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

  .phone\:justify-center {
    justify-content: center;
  }

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

@media (min-width: 480px) {

  .phone2\:bottom-\[100px\] {
    bottom: 100px;
  }

  .phone2\:max-w-\[75\%\] {
    max-width: 75%;
  }

  .phone2\:rounded-xl {
    border-radius: 0.75rem;
  }

  .phone2\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .phone2\:border {
    border-width: 1px;
  }

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

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

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

@media (min-width: 543px) {

  .phone3\:hidden {
    display: none;
  }
}

@media (min-width: 765px) {

  .small\:relative {
    position: relative;
  }

  .small\:mt-1 {
    margin-top: 0.25rem;
  }

  .small\:w-\[220px\] {
    width: 220px;
  }

  .small\:w-\[350px\] {
    width: 350px;
  }

  .small\:flex-grow {
    flex-grow: 1;
  }

  .small\:\!flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .small\:items-end {
    align-items: flex-end;
  }

  .small\:justify-center {
    justify-content: center;
  }

  .small\:\!p-6 {
    padding: 1.5rem !important;
  }

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

  .small\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .small\:py-\[58px\] {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .small\:text-\[16px\] {
    font-size: 16px;
  }

  .small\:text-body-1 {
    font-size: 18px;
    line-height: 22.5px;
  }

  @media not all and (min-width: 1024px) {

    .small\:max-laptop\:mr-2 {
      margin-right: 0.5rem;
    }
  }
}

@media (min-width: 991px) {

  .tablet\:\!relative {
    position: relative !important;
  }

  .tablet\:bottom-\[135px\] {
    bottom: 135px;
  }

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

  .tablet\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .tablet\:mb-\[88px\] {
    margin-bottom: 88px;
  }

  .tablet\:flex {
    display: flex;
  }

  .tablet\:\!hidden {
    display: none !important;
  }

  .tablet\:w-\[initial\] {
    width: initial;
  }

  .tablet\:max-w-\[initial\] {
    max-width: initial;
  }

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

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

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

  .tablet\:gap-6 {
    gap: 1.5rem;
  }

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

@media (min-width: 1024px) {

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

  .laptop\:mb-2 {
    margin-bottom: 0.5rem;
  }

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

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

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

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

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

  .laptop\:min-w-\[117px\] {
    min-width: 117px;
  }

  .laptop\:min-w-\[134px\] {
    min-width: 134px;
  }

  .laptop\:min-w-\[173px\] {
    min-width: 173px;
  }

  .laptop\:min-w-\[237px\] {
    min-width: 237px;
  }

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

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

  .laptop\:gap-4 {
    gap: 1rem;
  }
}

@media (min-width: 1280px) {

  .desktop\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

  .desktop\:mb-20 {
    margin-bottom: 5rem;
  }

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

  .desktop\:block {
    display: block;
  }

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

  .desktop\:w-\[454px\] {
    width: 454px;
  }

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

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

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

/*# sourceMappingURL=styles.css.map*/