/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[5].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[11].oneOf[5].use[2]!./node_modules/@next/font/local/target.css?{"path":"src/app/layout.tsx","import":"","arguments":[{"src":[{"path":"../../public/fonts/Rubik/static/Rubik-Black.ttf","weight":"900"},{"path":"../../public/fonts/Rubik/static/Rubik-Bold.ttf","weight":"700"},{"path":"../../public/fonts/Rubik/static/Rubik-Regular.ttf","weight":"600"},{"path":"../../public/fonts/Rubik/static/Rubik-Regular.ttf","weight":"500"},{"path":"../../public/fonts/Rubik/static/Rubik-Medium.ttf","weight":"400"},{"path":"../../public/fonts/Rubik/static/Rubik-Light.ttf","weight":"300"}],"variable":"--font-poppins"}],"variableName":"inter"} ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
font-family: '__inter_39e1f5';
src: url(/_next/static/media/e643a12c7b48718a-s.p.ttf) format('truetype');
font-display: swap;
font-weight: 900;
}

@font-face {
font-family: '__inter_39e1f5';
src: url(/_next/static/media/1718841066c6a5d2-s.p.ttf) format('truetype');
font-display: swap;
font-weight: 700;
}

@font-face {
font-family: '__inter_39e1f5';
src: url(/_next/static/media/6bff33d9e8452824-s.p.ttf) format('truetype');
font-display: swap;
font-weight: 600;
}

@font-face {
font-family: '__inter_39e1f5';
src: url(/_next/static/media/6bff33d9e8452824-s.p.ttf) format('truetype');
font-display: swap;
font-weight: 500;
}

@font-face {
font-family: '__inter_39e1f5';
src: url(/_next/static/media/2c1b47d4a3bdcfef-s.p.ttf) format('truetype');
font-display: swap;
font-weight: 400;
}

@font-face {
font-family: '__inter_39e1f5';
src: url(/_next/static/media/890fe6c357e3455f-s.p.ttf) format('truetype');
font-display: swap;
font-weight: 300;
}@font-face {font-family: '__inter_Fallback_39e1f5';src: local("Arial");ascent-override: 85.43%;descent-override: 22.84%;line-gap-override: 0.00%;size-adjust: 109.45%
}.__className_39e1f5 {font-family: '__inter_39e1f5', '__inter_Fallback_39e1f5'
}.__variable_39e1f5 {--font-poppins: '__inter_39e1f5', '__inter_Fallback_39e1f5'
}

/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, 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 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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: 320px) {

  .container {
    max-width: 320px;
  }
}
@media (min-width: 375px) {

  .container {
    max-width: 375px;
  }
}
@media (min-width: 425px) {

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

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

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

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

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

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

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

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

  .container {
    max-width: 1600px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.\!left-\[14px\] {
  left: 14px !important;
}
.\!top-\[20px\] {
  top: 20px !important;
}
.-left-1 {
  left: -0.25rem;
}
.-left-3 {
  left: -0.75rem;
}
.-right-3 {
  right: -0.75rem;
}
.-right-4 {
  right: -1rem;
}
.-right-\[13px\] {
  right: -13px;
}
.-right-\[7px\] {
  right: -7px;
}
.-top-3 {
  top: -0.75rem;
}
.-top-5 {
  top: -1.25rem;
}
.-top-\[100px\] {
  top: -100px;
}
.-top-\[10px\] {
  top: -10px;
}
.-top-\[4px\] {
  top: -4px;
}
.-top-\[7px\] {
  top: -7px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-\[100px\] {
  bottom: 100px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-3 {
  left: 0.75rem;
}
.left-\[-10px\] {
  left: -10px;
}
.left-\[-15px\] {
  left: -15px;
}
.left-\[-65px\] {
  left: -65px;
}
.left-\[-8px\] {
  left: -8px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[60px\] {
  left: 60px;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-\[-10px\] {
  right: -10px;
}
.right-\[20px\] {
  right: 20px;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.top-\[-10000px\] {
  top: -10000px;
}
.top-\[-30px\] {
  top: -30px;
}
.top-\[-3px\] {
  top: -3px;
}
.top-\[-50px\] {
  top: -50px;
}
.top-\[110px\] {
  top: 110px;
}
.top-\[180px\] {
  top: 180px;
}
.top-\[200px\] {
  top: 200px;
}
.top-\[25px\] {
  top: 25px;
}
.top-\[30px\] {
  top: 30px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[700px\] {
  top: 700px;
}
.\!z-\[20\] {
  z-index: 20 !important;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[0\] {
  z-index: 0;
}
.z-\[11\] {
  z-index: 11;
}
.z-\[12\] {
  z-index: 12;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[4\] {
  z-index: 4;
}
.\!m-0 {
  margin: 0px !important;
}
.m-0 {
  margin: 0px;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-\[1\.25rem\] {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-\[32px\] {
  margin-left: 32px;
  margin-right: 32px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-\[40px\] {
  margin-top: 40px;
  margin-bottom: 40px;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.-mb-\[3px\] {
  margin-bottom: -3px;
}
.-mt-16 {
  margin-top: -4rem;
}
.-mt-\[10px\] {
  margin-top: -10px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[-2px\] {
  margin-bottom: -2px;
}
.mb-\[0\.3rem\] {
  margin-bottom: 0.3rem;
}
.mb-\[100px\] {
  margin-bottom: 100px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-20 {
  margin-left: 5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[-3px\] {
  margin-left: -3px;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[3rem\] {
  margin-left: 3rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-\[-3px\] {
  margin-right: -3px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-2px\] {
  margin-top: -2px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[1rem\] {
  margin-top: 1rem;
}
.mt-\[3rem\] {
  margin-top: 3rem;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-auto {
  margin-top: auto;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.\!table {
  display: table !important;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!h-\[40px\] {
  height: 40px !important;
}
.\!h-\[50px\] {
  height: 50px !important;
}
.\!h-\[70px\] {
  height: 70px !important;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[21px\] {
  height: 21px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[85\%\] {
  height: 85%;
}
.h-\[90\%\] {
  height: 90%;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.\!max-h-\[0px\] {
  max-height: 0px !important;
}
.\!max-h-\[200px\] {
  max-height: 200px !important;
}
.\!max-h-\[25px\] {
  max-height: 25px !important;
}
.\!max-h-\[3000px\] {
  max-height: 3000px !important;
}
.max-h-\[120px\] {
  max-height: 120px;
}
.max-h-\[150px\] {
  max-height: 150px;
}
.max-h-\[150rem\] {
  max-height: 150rem;
}
.max-h-\[240px\] {
  max-height: 240px;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[40px\] {
  max-height: 40px;
}
.max-h-\[50rem\] {
  max-height: 50rem;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.min-h-7 {
  min-height: 1.75rem;
}
.min-h-\[150px\] {
  min-height: 150px;
}
.min-h-\[1px\] {
  min-height: 1px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[2rem\] {
  min-height: 2rem;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[340px\] {
  min-height: 340px;
}
.min-h-\[39px\] {
  min-height: 39px;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[420px\] {
  min-height: 420px;
}
.min-h-\[750px\] {
  min-height: 750px;
}
.min-h-\[800px\] {
  min-height: 800px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-\[50\%\] {
  width: 50% !important;
}
.\!w-\[720px\] {
  width: 720px !important;
}
.\!w-\[720x\] {
  width: 720x !important;
}
.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.w-2 {
  width: 0.5rem;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[17\.5\%\] {
  width: 17.5%;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.\!min-w-4 {
  min-width: 1rem !important;
}
.\!min-w-\[320px\] {
  min-width: 320px !important;
}
.\!min-w-fit {
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}
.min-w-12 {
  min-width: 3rem;
}
.min-w-4 {
  min-width: 1rem;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[20px\] {
  min-width: 20px;
}
.min-w-\[25px\] {
  min-width: 25px;
}
.min-w-\[27px\] {
  min-width: 27px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[30px\] {
  min-width: 30px;
}
.min-w-\[34px\] {
  min-width: 34px;
}
.min-w-\[350px\] {
  min-width: 350px;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.min-w-\[50\%\] {
  min-width: 50%;
}
.min-w-\[600px\] {
  min-width: 600px;
}
.min-w-\[70px\] {
  min-width: 70px;
}
.min-w-\[82px\] {
  min-width: 82px;
}
.min-w-\[90\%\] {
  min-width: 90%;
}
.min-w-full {
  min-width: 100%;
}
.\!max-w-\[350px\] {
  max-width: 350px !important;
}
.\!max-w-\[360\] {
  max-width: 360 !important;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[1450px\] {
  max-width: 1450px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[82px\] {
  max-width: 82px;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-full {
  max-width: 100%;
}
.flex-grow {
  flex-grow: 1;
}
.-translate-x-\[10px\] {
  --tw-translate-x: -10px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[50\%\] {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  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));
}
.rotate-90 {
  --tw-rotate: 90deg;
  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));
}
.rotate-\[180deg\] {
  --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));
}
.scale-\[1\.05\] {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.scale-\[1\.1\] {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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-pointer {
  cursor: pointer;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.\!flex-wrap {
  flex-wrap: wrap !important;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.\!justify-start {
  justify-content: flex-start !important;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-\[0\.4rem\] {
  gap: 0.4rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[1rem\] {
  gap: 1rem;
}
.gap-\[20px\] {
  gap: 20px;
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.justify-self-end {
  justify-self: end;
}
.\!overflow-auto {
  overflow: auto !important;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-wrap {
  text-wrap: wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-all {
  word-break: break-all;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[17px\] {
  border-radius: 17px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[26px\] {
  border-radius: 26px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.\!border-none {
  border-style: none !important;
}
.border-none {
  border-style: none;
}
.border-\[\#0487ff\] {
  --tw-border-opacity: 1;
  border-color: rgb(4 135 255 / var(--tw-border-opacity));
}
.border-\[\#ccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-\[\#eee\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}
.border-\[\#eeeeee\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.\!bg-\[\#0487FF\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(4 135 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-\[\#f8f8f8\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity)) !important;
}
.\!bg-blue-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity)) !important;
}
.\!bg-blue-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity)) !important;
}
.\!bg-inherit {
  background-color: inherit !important;
}
.\!bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#7DB91C33\] {
  background-color: #7DB91C33;
}
.bg-\[\#7DB91C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(125 185 28 / var(--tw-bg-opacity));
}
.bg-\[\#D90000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#F3F4F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-\[\#bab3fa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(186 179 250 / var(--tw-bg-opacity));
}
.bg-\[\#efd406\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 212 6 / var(--tw-bg-opacity));
}
.bg-\[\#f6e2e2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 226 226 / var(--tw-bg-opacity));
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\!p-0 {
  padding: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.\!px-\[4px\] {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.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-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}
.\!pl-0 {
  padding-left: 0px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-\[63px\] {
  padding-bottom: 63px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pt-\[3rem\] {
  padding-top: 3rem;
}
.\!text-center {
  text-align: center !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.\!text-\[16px\] {
  font-size: 16px !important;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[27px\] {
  font-size: 27px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-\[300\] {
  font-weight: 300 !important;
}
.\!font-\[400\] {
  font-weight: 400 !important;
}
.\!font-bold {
  font-weight: 700 !important;
}
.font-\[300\] {
  font-weight: 300;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[500\] {
  font-weight: 500;
}
.font-\[600\] {
  font-weight: 600;
}
.font-\[700\] {
  font-weight: 700;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.leading-3 {
  line-height: .75rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.tracking-\[1px\] {
  letter-spacing: 1px;
}
.tracking-\[3px\] {
  letter-spacing: 3px;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.\!text-\[\#0063EB\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 99 235 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#333\] {
  --tw-text-opacity: 1 !important;
  color: rgb(51 51 51 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#3C4858\] {
  --tw-text-opacity: 1 !important;
  color: rgb(60 72 88 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#696868\] {
  --tw-text-opacity: 1 !important;
  color: rgb(105 104 104 / var(--tw-text-opacity)) !important;
}
.\!text-blue-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(96 165 250 / var(--tw-text-opacity)) !important;
}
.\!text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}
.\!text-inherit {
  color: inherit !important;
}
.\!text-red-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(248 113 113 / var(--tw-text-opacity)) !important;
}
.text-\[\#000AFF\] {
  --tw-text-opacity: 1;
  color: rgb(0 10 255 / var(--tw-text-opacity));
}
.text-\[\#0063EB\] {
  --tw-text-opacity: 1;
  color: rgb(0 99 235 / var(--tw-text-opacity));
}
.text-\[\#0487FF\] {
  --tw-text-opacity: 1;
  color: rgb(4 135 255 / var(--tw-text-opacity));
}
.text-\[\#0487ff\] {
  --tw-text-opacity: 1;
  color: rgb(4 135 255 / var(--tw-text-opacity));
}
.text-\[\#1976d2\] {
  --tw-text-opacity: 1;
  color: rgb(25 118 210 / var(--tw-text-opacity));
}
.text-\[\#35383B\] {
  --tw-text-opacity: 1;
  color: rgb(53 56 59 / var(--tw-text-opacity));
}
.text-\[\#3d7996\] {
  --tw-text-opacity: 1;
  color: rgb(61 121 150 / var(--tw-text-opacity));
}
.text-\[\#55C400\] {
  --tw-text-opacity: 1;
  color: rgb(85 196 0 / var(--tw-text-opacity));
}
.text-\[\#5B57FC\] {
  --tw-text-opacity: 1;
  color: rgb(91 87 252 / var(--tw-text-opacity));
}
.text-\[\#5C57FC\] {
  --tw-text-opacity: 1;
  color: rgb(92 87 252 / var(--tw-text-opacity));
}
.text-\[\#5d60ec\] {
  --tw-text-opacity: 1;
  color: rgb(93 96 236 / var(--tw-text-opacity));
}
.text-\[\#70BAFF\] {
  --tw-text-opacity: 1;
  color: rgb(112 186 255 / var(--tw-text-opacity));
}
.text-\[\#7174f4\] {
  --tw-text-opacity: 1;
  color: rgb(113 116 244 / var(--tw-text-opacity));
}
.text-\[\#FF0505\] {
  --tw-text-opacity: 1;
  color: rgb(255 5 5 / var(--tw-text-opacity));
}
.text-\[\#FF9305\] {
  --tw-text-opacity: 1;
  color: rgb(255 147 5 / var(--tw-text-opacity));
}
.text-\[\#ccc\] {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}
.text-\[\#dcd8d8\] {
  --tw-text-opacity: 1;
  color: rgb(220 216 216 / var(--tw-text-opacity));
}
.text-\[orange\] {
  --tw-text-opacity: 1;
  color: rgb(255 165 0 / var(--tw-text-opacity));
}
.text-\[sm\] {
  color: sm;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.overline {
  text-decoration-line: overline;
}
.\!opacity-100 {
  opacity: 1 !important;
}
.\!opacity-40 {
  opacity: 0.4 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-65 {
  opacity: 0.65;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-95 {
  opacity: 0.95;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.blur-sm {
  --tw-blur: blur(4px);
  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);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.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);
}
.\!filter-none {
  filter: none !important;
}
.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}

html {
	overflow-x: hidden;
}
body {
	margin: 0;
	overscroll-behavior-x: none;
	overflow-x: hidden;
	width: 100%;
	min-height: 100vh;
	scroll-behavior: smooth;

	background: linear-gradient(
		180deg,
		#ffffff 5.21%,
		#ffddf8 53.65%,
		#acb9ff 70%,
		#ffffff 84%
	);

	/* background: linear-gradient(
		180deg,
		#ffffff 5.21%,
		#ffddf8 53.65%,
		#acb9ff 100%
	); */
	/* background: linear-gradient(
		180deg,
		#ffffff 5.21%,
		#ffddf8 30.65%,
		#ffffff 50%,
		#ffffff 76%,
		#acb9ff 100%
	); */
	/* background: linear-gradient(
		180deg,
		#ffffff 1.21%,
		#ffddf8 14%,
		#ffffff 20%,
		#ffffff 79%,
		#acb9ff 85%,
		#ffffff 97%
	); */
}

.layout {
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
	min-height: 55rem;
	width: 100%;
	/* height: 100%; */
	flex-grow: 1;
}

.main_container {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	/* height: 100%; */
	min-height: 100vh;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	/* @apply w-full max-w-[1500px] mx-auto h-full min-h-full flex flex-col; */
}

body > ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

body > a {
	color: #3d7996;
}
body > a:visited {
	color: #3d7996;
}
body > a:hover {
	color: #9c27b0;
}

/* @media (max-width: 325px) {
	#rc-anchor-container,
	.rc-anchor-light {
		width: 270px !important;
	}
}

#rc-anchor-container,
.rc-anchor-light,
.rc-anchor {
	width: 270px !important;
} */

/* .g-recaptcha {
	transform: scale(0.77) !important;
	transform-origin: 0 0;
} */

.visited\:text-\[\#0063EB\]:visited {
  color: rgb(0 99 235 );
}

.visited\:text-\[\#0487FF\]:visited {
  color: rgb(4 135 255 );
}

.visited\:text-\[\#3d7996\]:visited {
  color: rgb(61 121 150 );
}

.visited\:text-white:visited {
  color: rgb(255 255 255 );
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.hover\:scale-\[1\.1\]:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

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

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:text-\[\#9c27b0\]:hover {
  --tw-text-opacity: 1;
  color: rgb(156 39 176 / var(--tw-text-opacity));
}

.hover\:text-\[blue\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 255 / var(--tw-text-opacity));
}

.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

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

.hover\:opacity-40:hover {
  opacity: 0.4;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-60:hover {
  opacity: 0.6;
}

@media (min-width: 320px) {

  .\33 20\:max-w-\[310px\] {
    max-width: 310px;
  }

  .\33 20\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
    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));
  }

  .\33 20\:scale-\[0\.85\] {
    --tw-scale-x: 0.85;
    --tw-scale-y: 0.85;
    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));
  }
}

@media (min-width: 375px) {

  .\33 75\:left-\[80px\] {
    left: 80px;
  }

  .\33 75\:ml-\[10px\] {
    margin-left: 10px;
  }

  .\33 75\:min-h-\[300px\] {
    min-height: 300px;
  }

  .\33 75\:min-h-\[320px\] {
    min-height: 320px;
  }

  .\33 75\:min-h-\[820px\] {
    min-height: 820px;
  }

  .\33 75\:max-w-\[330px\] {
    max-width: 330px;
  }

  .\33 75\:-translate-x-0 {
    --tw-translate-x: -0px;
    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));
  }

  .\33 75\:scale-\[1\] {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }
}

@media (min-width: 425px) {

  .\34 25\:left-\[100px\] {
    left: 100px;
  }

  .\34 25\:mt-\[0px\] {
    margin-top: 0px;
  }

  .\34 25\:min-h-\[280px\] {
    min-height: 280px;
  }

  .\34 25\:min-h-\[800px\] {
    min-height: 800px;
  }

  .\34 25\:w-\[200px\] {
    width: 200px;
  }

  .\34 25\:min-w-\[370px\] {
    min-width: 370px;
  }

  .\34 25\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .\34 25\:flex-row {
    flex-direction: row;
  }

  .\34 25\:items-center {
    align-items: center;
  }

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

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

  .\34 25\:text-\[12px\] {
    font-size: 12px;
  }
}

@media (min-width: 640px) {

  .sm\:-left-\[30px\] {
    left: -30px;
  }

  .sm\:-right-\[30px\] {
    right: -30px;
  }

  .sm\:left-10 {
    left: 2.5rem;
  }

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

  .sm\:left-6 {
    left: 1.5rem;
  }

  .sm\:left-\[10px\] {
    left: 10px;
  }

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

  .sm\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

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

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

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

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

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

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

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mt-\[100px\] {
    margin-top: 100px;
  }

  .sm\:mt-\[50px\] {
    margin-top: 50px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-\[50px\] {
    height: 50px;
  }

  .sm\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

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

  .sm\:min-h-\[1100px\] {
    min-height: 1100px;
  }

  .sm\:min-h-\[380px\] {
    min-height: 380px;
  }

  .sm\:w-\[300px\] {
    width: 300px;
  }

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

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

  .sm\:w-\[45\%\] {
    width: 45%;
  }

  .sm\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .sm\:min-w-\[400px\] {
    min-width: 400px;
  }

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

  .sm\:translate-x-0 {
    --tw-translate-x: 0px;
    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));
  }

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

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

  .sm\:gap-1 {
    gap: 0.25rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

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

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

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

  .sm\:text-\[14px\] {
    font-size: 14px;
  }

  .sm\:text-\[18px\] {
    font-size: 18px;
  }

  .sm\:text-\[25px\] {
    font-size: 25px;
  }

  .sm\:text-\[30px\] {
    font-size: 30px;
  }

  .sm\:text-\[35px\] {
    font-size: 35px;
  }

  .sm\:text-\[40px\] {
    font-size: 40px;
  }

  .sm\:leading-5 {
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {

  .md\:left-\[-500px\] {
    left: -500px;
  }

  .md\:right-\[-500px\] {
    right: -500px;
  }

  .md\:top-\[0\] {
    top: 0;
  }

  .md\:top-\[130px\] {
    top: 130px;
  }

  .md\:top-\[700px\] {
    top: 700px;
  }

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

  .md\:mt-\[100px\] {
    margin-top: 100px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[100px\] {
    height: 100px;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:h-\[70px\] {
    height: 70px;
  }

  .md\:max-h-\[400px\] {
    max-height: 400px;
  }

  .md\:min-h-\[1100px\] {
    min-height: 1100px;
  }

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

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

  .md\:w-\[60\%\] {
    width: 60%;
  }

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

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

  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }

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

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

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

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

  .md\:gap-\[1rem\] {
    gap: 1rem;
  }

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

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

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

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

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

  .md\:text-\[40px\] {
    font-size: 40px;
  }

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

@media (min-width: 1024px) {

  .lg\:relative {
    position: relative;
  }

  .lg\:my-\[100px\] {
    margin-top: 100px;
    margin-bottom: 100px;
  }

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

  .lg\:mb-\[150px\] {
    margin-bottom: 150px;
  }

  .lg\:mt-\[0rem\] {
    margin-top: 0rem;
  }

  .lg\:mt-\[100px\] {
    margin-top: 100px;
  }

  .lg\:mt-\[120px\] {
    margin-top: 120px;
  }

  .lg\:mt-\[150px\] {
    margin-top: 150px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:max-h-\[360px\] {
    max-height: 360px;
  }

  .lg\:min-h-\[500px\] {
    min-height: 500px;
  }

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

  .lg\:w-\[35\%\] {
    width: 35%;
  }

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

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:w-\[65\%\] {
    width: 65%;
  }

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:max-w-\[100\%\] {
    max-width: 100%;
  }

  .lg\:max-w-\[230px\] {
    max-width: 230px;
  }

  .lg\:max-w-\[700px\] {
    max-width: 700px;
  }

  .lg\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .lg\:max-w-\[90\%\] {
    max-width: 90%;
  }

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

  .lg\:-translate-x-\[15px\] {
    --tw-translate-x: -15px;
    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));
  }

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

  .lg\:gap-\[0rem\] {
    gap: 0rem;
  }

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

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 1280px) {

  .xl\:left-\[10px\] {
    left: 10px;
  }

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

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

  .xl\:mt-\[200px\] {
    margin-top: 200px;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:max-h-\[350px\] {
    max-height: 350px;
  }

  .xl\:max-h-\[400px\] {
    max-height: 400px;
  }

  .xl\:min-h-\[600px\] {
    min-height: 600px;
  }

  .xl\:w-\[50\%\] {
    width: 50%;
  }

  .xl\:min-w-\[450px\] {
    min-width: 450px;
  }

  .xl\:max-w-\[70\%\] {
    max-width: 70%;
  }

  .xl\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .xl\:max-w-\[90\%\] {
    max-width: 90%;
  }

  .xl\:-translate-x-\[20px\] {
    --tw-translate-x: -20px;
    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));
  }
}

@media (min-width: 1400px) {

  .\31 400\:block {
    display: block;
  }

  .\31 400\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 1536px) {

  .\32xl\:w-\[40\%\] {
    width: 40%;
  }

  .\32xl\:w-\[60\%\] {
    width: 60%;
  }

  .\32xl\:max-w-\[80\%\] {
    max-width: 80%;
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/ui/nav-element/nav-input/styles.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_input__kOV4R {
  border: 1px solid #cccccc;
  padding: 0.3rem 0.5rem;
  border-radius: 3px;
}
.styles_input__kOV4R::-moz-placeholder {
  font-size: 14px;
}
.styles_input__kOV4R::placeholder {
  font-size: 14px;
}

.styles_width100__zh1Nk {
  width: 100%;
}

.styles_label__JNGW9 {
  white-space: nowrap;
  margin: 0;
  display: flex;
  align-items: center;
}

.styles_checkbox__BmEJg input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.styles_checkbox__BmEJg label {
  position: relative;
  cursor: pointer;
  transform: translateY(20%);
}

.styles_checkbox__BmEJg label:before {
  content: "";
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.styles_error__bnuuP label:before {
  border: 2px solid red !important;
}

.styles_checkbox__BmEJg input:checked + label::before {
  animation-name: styles_input-animate__Opt9H;
  animation-duration: 0.7s;
}

.styles_checkbox__BmEJg input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  animation-name: styles_input-check__zlSnI;
  animation-duration: 0.2s;
  animation-delay: 0.3s;
}

@keyframes styles_input-animate__Opt9H {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.3, 0.7);
  }
  55% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.2, 0.8);
  }
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.1, 0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes styles_input-check__zlSnI {
  0% {
    transform: scale(0) rotate(45deg);
  }
  20% {
    transform: scale(0.2) rotate(45deg);
  }
  100% {
    transform: scale(1) rotate(45deg);
  }
}
.styles_variant_sidebar__qrXH5 {
  width: 100%;
}
@media (min-width: 768px) {
  .styles_variant_sidebar__qrXH5 {
    width: 90%;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/screens/auth/styles.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_auth__o4yqr {
  display: flex;
  min-height: 100%;
  min-width: 100%;
  flex-grow: 1;
}@media (min-width: 640px) {.styles_auth__o4yqr {
    width: 600px;
    border-radius: 0.75rem;
  }
}@media (min-width: 768px) {.styles_auth__o4yqr {
    width: 800px;
  }
}.styles_auth__o4yqr {
  background: url(/_next/static/media/popupIcon.a1f03c36.webp), bottom;
  background-size: cover;
}
.styles_auth__o4yqr .styles_heading__r0t2F {
  display: flex;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.styles_auth__o4yqr .styles_mock__OdYm9 {
  height: 100%;
  width: 0px;
}
@media (min-width: 768px) {.styles_auth__o4yqr .styles_mock__OdYm9 {
    width: 18rem;
  }
}
.styles_auth__o4yqr .styles_form__Pdv_R {
  margin: 0;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  height: 100%;
  width: 350px;
  min-width: 100%;
  flex-direction: column;
  align-items: center;
  border-bottom-right-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
}
@media (min-width: 640px) {.styles_auth__o4yqr .styles_form__Pdv_R {
    width: 600px;
    min-width: 500px;
    background-color: transparent;
  }
}
@media (min-width: 768px) {.styles_auth__o4yqr .styles_form__Pdv_R {
    margin-left: auto;
    margin-right: auto;
    padding: 0.75rem;
    background: linear-gradient(180deg, #eae5fc 5.21%, #ffddf8 53.65%, #d0c9fc 80%, #eae5fc 100%);
  }
}
.styles_auth__o4yqr .styles_form__Pdv_R .styles_inputs__hrgiB {
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
}
@media (min-width: 640px) {.styles_auth__o4yqr .styles_form__Pdv_R .styles_inputs__hrgiB {
    min-height: 430px;
    width: 600px;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {.styles_auth__o4yqr .styles_form__Pdv_R .styles_inputs__hrgiB {
    margin-top: 0.5rem;
    width: 490px;
    border-radius: 0.375rem;
  }
}
@media (min-width: 1024px) {.styles_auth__o4yqr .styles_form__Pdv_R .styles_inputs__hrgiB {
    width: 500px;
  }
}
.styles_auth__o4yqr .styles_form__Pdv_R .styles_inputs_container__0gfa9 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 640px) {.styles_auth__o4yqr .styles_form__Pdv_R .styles_inputs_container__0gfa9 {
    margin-top: 0px;
    margin-bottom: 0px;
    flex-grow: 1;
  }
}
.styles_auth__o4yqr .styles_form__Pdv_R .styles_agreements__iwKYj {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(61 121 150 / var(--tw-text-opacity));
}
.styles_auth__o4yqr .styles_form__Pdv_R .styles_star__SqvNM {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.styles_auth__o4yqr .styles_form__Pdv_R .styles_agreements_container__PWFGU {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  line-height: .75rem;
}
.styles_auth__o4yqr .styles_form__Pdv_R .styles_buttons_container__IvBHB {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.25rem;
}
.styles_auth__o4yqr .styles_api__BoygU {
  margin-bottom: 0.75rem;
}
.styles_auth__o4yqr .styles_footer__Jx58E {
  margin-bottom: 230px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
}
@media (min-width: 640px) {.styles_auth__o4yqr .styles_footer__Jx58E {
    margin-bottom: 0px;
    width: 600px;
  }
}
@media (min-width: 768px) {.styles_auth__o4yqr .styles_footer__Jx58E {
    margin-top: 1rem;
    width: 490px;
    border-radius: 0.375rem;
  }
}
@media (min-width: 1024px) {.styles_auth__o4yqr .styles_footer__Jx58E {
    width: 500px;
  }
}
.styles_auth__o4yqr .styles_footer_text__HvVnS {
  font-weight: 500;
}

.styles_popupCard__lRqm9 {
  min-width: 300px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
}
.styles_popupCard_heading__6Cq8L {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.styles_popupCard_text__0teJh {
  margin-top: 1.25rem;
}

.styles_eyeIcon__APlow {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}

.styles_noValid__HdmgL {
  margin-right: auto;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/ui/button/styles.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_btn__HDFjj {
  transition: all ease-in 0.5s;
}

.styles_main__e7Ips {
  transition: all 0.3s ease-in-out 0s;
  border: 1px solid #5200ff;
  padding: 1px 1rem;
  border-radius: 4px;
}
.styles_main__e7Ips:active {
  background-color: white;
  transform: scale(1.1);
}
.styles_main__e7Ips:focus {
  outline: none;
}
.styles_main__e7Ips:hover {
  opacity: 0.4;
}
.styles_main__e7Ips[disabled] {
  opacity: 0.5;
}

.styles_toggle___ul_Z {
  border-radius: 0.25rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: white;
  background-color: #55aaf8 !important;
  border: none;
  white-space: nowrap;
  font-weight: 500;
}
.styles_toggle___ul_Z:hover {
  opacity: 0.4;
}
.styles_toggle___ul_Z:active {
  background-color: white;
  transform: scale(1.1);
}
.styles_toggle___ul_Z:focus {
  outline: none;
}

.styles_green__by7sX {
  display: flex;
  justify-content: center;
  border-radius: 0.25rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #66de66;
  border: none;
  font-weight: 500;
}
.styles_green__by7sX:hover {
  opacity: 0.4;
}
.styles_green__by7sX:focus {
  outline: none;
}

.styles_grey__3zDNL {
  border-radius: 0.25rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #9d9d9d;
  border: none;
  font-weight: 500;
}
.styles_grey__3zDNL:hover {
  opacity: 0.4;
}
.styles_grey__3zDNL:focus {
  outline: none;
}

.styles_blue__lteiC {
  border-radius: 0.75rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #4f46e5;
  border: none;
  font-weight: 700;
}
.styles_blue__lteiC:hover {
  opacity: 0.4;
  transform: translateY(-0.1rem);
}
.styles_blue__lteiC:focus {
  outline: none;
}

.styles_white__x1wTf {
  border-radius: 0.75rem;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: white;
  border: none;
  font-weight: 700;
}
.styles_white__x1wTf:hover {
  opacity: 0.4;
  transform: translateY(-0.1rem);
}
.styles_white__x1wTf:focus {
  outline: none;
}

.styles_width_full__aiMdj {
  width: 100%;
}

.styles_no_active__ZLxPQ {
  border: 1px solid grey !important;
}

.styles_red___6_SY {
  display: flex;
  justify-content: center;
  border-radius: 0.25rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #d23f3f;
  border: none;
  font-weight: 500;
}
.styles_red___6_SY:hover {
  opacity: 0.4;
}
.styles_red___6_SY:active {
  background-color: white;
  transform: scale(1.1);
}
.styles_red___6_SY:focus {
  outline: none;
}

.styles_main_blue__RcpnN {
  white-space: nowrap;
  border-radius: 15px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(85 170 248 / var(--tw-bg-opacity));
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 17px;
}
.styles_main_blue__RcpnN:hover {
  opacity: 0.4;
}
.styles_main_blue__RcpnN:active {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.styles_main_blue__RcpnN:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (max-width: 425px) {
  .styles_main_blue__RcpnN {
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }
}

.styles_main_blue_large__sGEYH {
  white-space: nowrap;
  border-radius: 15px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(85 170 248 / var(--tw-bg-opacity));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 19px;
}
.styles_main_blue_large__sGEYH:hover {
  opacity: 0.4;
}
.styles_main_blue_large__sGEYH:active {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.styles_main_blue_large__sGEYH:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (max-width: 425px) {
  .styles_main_blue_large__sGEYH {
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
  }
}

.styles_noBorder__AesSZ {
  border-radius: 0.25rem;
  border-style: none;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.styles_gradient_2__JZttc {
  background: linear-gradient(190deg, #477fee 5.21%, #9d5aef 100%);
  border-radius: 0.75rem;
  border-style: none;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.styles_gradient__Ug2nR {
  background: linear-gradient(190deg, #5d60ec 5.21%, #7e80f6 53.65%, #55aaf8 80%, #55aaf8 100%);
  border-radius: 0.75rem;
  border-style: none;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.styles_main_gradient__i14EA {
  background: linear-gradient(190deg, #5d60ec 5.21%, #7e80f6 53.65%, #55aaf8 80%, #55aaf8 100%);
  border-radius: 0.75rem;
  border-style: none;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 21px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.styles_link__pDr2j {
  color: inherit;
}

.styles_link__pDr2j:visited {
  color: inherit;
}

.styles_link__pDr2j:hover {
  color: inherit;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/ui/input/styles.module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_input_form__x2kkj {
  position: relative;
  width: 100%;
}
.styles_input_form__x2kkj .styles_change_btn__c_WG7 {
  position: absolute;
  top: 55%;
  right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(85 170 248 / var(--tw-text-opacity));
}
.styles_input_form__x2kkj .styles_input__44FTp {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 1px solid #dddddd;
  width: 100%;
  display: block;
  border-radius: 7px;
  outline: none;
  height: 40px;
  color: #696868;
  font-size: 15px;
}
.styles_input_form__x2kkj .styles_input__44FTp::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.styles_input_form__x2kkj .styles_input__44FTp::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.styles_input_form__x2kkj .styles_input__44FTp:focus {
  transform-origin: 50% 100%;
  border-color: #bdbdbd;
  outline: 0;
  box-shadow: 1px 1px 5px 0.1rem rgba(27, 107, 255, 0.25);
}
.styles_input_form__x2kkj .styles_input__44FTp:focus::-moz-placeholder {
  opacity: 0.4;
}
.styles_input_form__x2kkj .styles_input__44FTp:focus::placeholder {
  opacity: 0.4;
}
.styles_input_form__x2kkj .styles_input_filled__5NTTF {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.styles_input_form__x2kkj .styles_input_error__n_5dD {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.styles_input_form__x2kkj .styles_input_error__n_5dD:focus {
  border-color: #bdbdbd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25);
}
.styles_input_form__x2kkj .styles_input_error__n_5dD:focus::-moz-placeholder {
  opacity: 0.4;
}
.styles_input_form__x2kkj .styles_input_error__n_5dD:focus::placeholder {
  opacity: 0.4;
}
.styles_input_form__x2kkj .styles_label__2krEa {
  display: block;
  color: black;
  opacity: 0.4;
  min-width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  font-size: 0.8rem;
}
.styles_input_form__x2kkj .styles_label_filled__KxK_U {
  opacity: 1;
}
.styles_input_form__x2kkj .styles_label_error__aMoFS {
  color: red;
}

.styles_input_main__9e0uf .styles_input__44FTp {
  background-color: #fdfdfd;
  height: clamp(40px, 8vw, 65px);
  font-size: clamp(11px, 2vw, 17px);
}
.styles_input_main__9e0uf .styles_input__44FTp::-moz-placeholder {
  color: black;
}
.styles_input_main__9e0uf .styles_input__44FTp::placeholder {
  color: black;
}
.styles_input_main__9e0uf .styles_input__44FTp:focus {
  border-color: #bdbdbd;
  outline: 0;
  box-shadow: none;
}

.styles_input_sm__B3JZ2 .styles_input__44FTp {
  height: 1.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.styles_input_sm__B3JZ2 .styles_input__44FTp::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.styles_input_sm__B3JZ2 .styles_input__44FTp::placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.styles_input_sm__B3JZ2 .styles_label__2krEa {
  font-size: 11px;
}

.styles_eyeIcon__sMcCa {
  position: absolute;
  top: 2rem;
  right: 0.5rem;
}

.styles_edit_icon__QFB17 {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}

.styles_check_cross_icon__dNYiP {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.styles_shake_animation__V5j9X {
  animation-name: styles_shake__RQ_9D;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes styles_shake__RQ_9D {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-0.2deg);
  }
  20% {
    transform: rotate(0.2deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(0.2deg);
  }
  50% {
    transform: rotate(-0.2deg);
  }
  60% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(-0.2deg);
  }
  80% {
    transform: rotate(0.2deg);
  }
  90% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-0.2deg);
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/ui/text-area/styles.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_area__A_1Ft {
  padding: 0.5rem 1rem !important;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/ui/feedback-card/styles.module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_card__bHZ_p {
    min-height: 100%;
    width: 100%;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
@media (min-width: 768px) {
    .styles_card__bHZ_p {
        min-height: 15rem;
        width: 600px
    }
}
.styles_card_container__GUo_z {
    overflow: auto;
    padding: 1.5rem
}
.styles_card_header__L8uOd {
    height: 3.5rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
.styles_card_body__y9KAG {
    display: flex;
    flex-direction: column;
    gap: 0.5rem
}
.styles_card_flex__vAqpJ {
    display: flex;
    gap: 1rem
}
.styles_card_flexinput__Rd_tl {
    display: flex;
    flex-direction: column;
    gap: 1rem
}
@media (min-width: 425px) {
    .styles_card_flexinput__Rd_tl {
        flex-direction: row
    }
}
.styles_card_footer__K5Abq {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem
}
.styles_card_text__CBjLh {
    font-size: 0.75rem;
    line-height: 1rem
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/ui/popup/styles.module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_animated__yehhI {
  top: -300px;
  opacity: 0;
}

.styles_layout__nPFes {
  top: -300px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  transition: all 0.5s ease;
  visibility: collapse;
  opacity: 0;
}
.styles_layout_blur__JBe7x {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.styles_layout_active__ceGGj {
  opacity: 1;
  visibility: visible;
  top: 0px;
  transition: max-height ease-in 0.3s;
  background-color: rgba(0, 0, 0, 0.8);
}
.styles_layout_nocolored__5ulgM {
  background-color: transparent;
}

.styles_children__p0HR8 {
  transition: all ease-in 0.2s;
  position: relative;
  transform: translateY(300px);
  visibility: collapse;
  display: flex;
  justify-content: center;
  opacity: 0;
}
@media (max-width: 425px) {
  .styles_children__p0HR8 {
    max-width: 425px;
  }
}
@media (max-width: 320px) {
  .styles_children__p0HR8 {
    max-width: 320px;
  }
}
@media (max-width: 640px) {
  .styles_children_full_640__SdMl7 {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .styles_children_full_800__qKgcr {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .styles_children_full_768__QrGqi {
    height: 100%;
    width: 100%;
  }
}

.styles_active__SpU_X {
  visibility: visible;
  opacity: 1;
  transform: translate(0);
}

.styles_close__fjuAF {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/ui/footer/styles.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_footer___5qD3 {
  margin-top: 2rem;
  background: white;
  display: flex;
  justify-content: center;
  min-width: 100%;
  padding: 1.5rem;
  max-width: 1500px !important;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .styles_footer___5qD3 {
    padding: 0.75rem 0;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.styles_list__7IijA {
  height: 100%;
  width: 100%;
  display: flex;
  gap: 6rem;
  justify-content: space-between;
}
@media (max-width: 1120px) {
  .styles_list__7IijA {
    gap: 3rem;
  }
}
@media (max-width: 769px) {
  .styles_list__7IijA {
    gap: 1rem;
    flex-direction: column;
    flex-wrap: wrap;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 425px) {
  .styles_list__7IijA {
    width: 100%;
  }
}

.styles_block__Mq0r5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 150px;
}
@media (max-width: 425px) {
  .styles_block__Mq0r5 {
    max-width: 150px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 769px) {
  .styles_block__Mq0r5 {
    align-items: start;
  }
}
.styles_block_logo__WFyHo {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 769px) {
  .styles_block_logo__WFyHo {
    gap: 0;
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .styles_block_logo__WFyHo {
    max-width: 100%;
    min-height: 40px;
  }
}
.styles_block__Mq0r5 > a {
  color: #666 !important;
}
.styles_block__item__93VVL {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.25rem;
}
.styles_block__item_last__9yHKP {
  align-self: self-start;
  margin-top: auto;
  font-size: 11px;
}
@media (max-width: 769px) {
  .styles_block__item_last__9yHKP {
    text-align: center;
  }
}

.styles_simple_text__eyiBq {
  display: flex;
  font-size: 30px;
  align-items: center;
}

.styles_link__bgo08 {
  font-size: 14px;
  color: #3d7996;
}
.styles_link__bgo08:visited {
  color: #3d7996;
}
.styles_link__bgo08:hover {
  color: #9c27b0;
}
.styles_link_second__0jvmd {
  cursor: pointer;
  text-decoration: underline;
  font-size: 11px;
  color: #3d7996;
  line-height: 20px;
}
.styles_link_second__0jvmd:visited {
  color: #3d7996;
}
.styles_link_second__0jvmd:hover {
  color: #9c27b0;
}

.styles_section__vGejb {
  display: flex;
  gap: 6rem;
  margin: 0 1rem 0 1rem;
}
@media (max-width: 1021px) {
  .styles_section__vGejb {
    flex-direction: column;
    gap: 1rem;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/ui/popup/popup-card/styles.module.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_card__XkcVE {
    min-width: 300px;
    max-width: 300px;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-bottom: 0.75rem
}
@media (min-width: 640px) {
    .styles_card__XkcVE {
        min-width: 400px;
        max-width: 400px
    }
}
@media (min-width: 768px) {
    .styles_card__XkcVE {
        max-width: 500px
    }
}
@media (min-width: 1024px) {
    .styles_card__XkcVE {
        max-width: 700px
    }
}
.styles_card_error__0HbVl {
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity))
}
.styles_card_heading__SJ6ba {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(238 238 238 / var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity));
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
.styles_card_heading_error__ZVQmw {
    color: rgb(220 38 38 / var(--tw-text-opacity));
    border-radius: 0px;
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
.styles_card_headingBlue__4z1H3 {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(238 238 238 / var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-bottom: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
.styles_card_headingBlue_error__dnJ2O {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity));
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity))
}
.styles_card_headingWhite__rfnd2 {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(238 238 238 / var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-bottom: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}
.styles_card_headingWhite_error__jURdq {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity));
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity))
}
.styles_card_text__1whTq {
    margin-top: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem
}
.styles_card_subText__lejne {
    margin-top: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.5rem
}
.styles_card_footer__ETc_p {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0px
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/ui/footer/footer-contacts-section/styles.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_heading__TjqLF {

    font-size: 1.25rem;

    line-height: 1.75rem;

    font-weight: 500
}

.styles_name__7nDI7 {

    padding-right: 0.5rem;

    --tw-text-opacity: 1;

    color: rgb(136 136 136 / var(--tw-text-opacity))
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/ui/free-period-popup/styles.module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_banner__dkbGF {
  display: flex;
  justify-content: center;
  background: #f8fbff;
  width: 100%;
  height: 504px;
}
.styles_banner_container__zv_4W {
  display: flex;
  width: 1170px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background-image: url("/img/presents.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  padding: 0 15px;
  height: 504px;
}
.styles_banner_info__rBiZu {
  display: flex;
}
.styles_banner_info_btn__DqE2e {
  font-family: "ClearSans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  background: #fd169f;
  border-radius: 10px;
  color: #fff;
  width: 203px;
  height: 50px;
}
.styles_banner_info_btn__DqE2e:hover {
  background: #b61c6e;
}
.styles_banner_title__mp2Cc {
  font-weight: 400;
  font-size: 38px;
  color: #e40489;
  text-align: left;
}
.styles_banner_title_bold__mpTRl {
  font-weight: 800;
  font-size: 47px;
}
.styles_banner_title_text__L3eqU {
  font-weight: 500;
  font-size: 21px;
  color: #48505c;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.styles_modal_title__EnTX4 {
  font-weight: 700;
  font-size: 30px;
  color: white;
  margin: 0 0 16px 0;
  width: 100%;
}
.styles_modal_text__2qbqO {
  font-weight: 400;
  font-size: 14px;
  color: white;
}
.styles_modal_form__Bvx1Q {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.styles_modal_box__7kLDN {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.styles_modal_close__jZ_If {
  position: relative;
}
.styles_modal_close__jZ_If::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 30px;
  top: 0;
  left: 50%;
  transform: rotate(45deg);
  background-color: #ee70ee;
  transition: transform 0.3s ease;
}
.styles_modal_close__jZ_If::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 30px;
  top: 0;
  left: 50%;
  transform: rotate(-45deg);
  background-color: rgb(123, 148, 248);
  transition: transform 0.3s ease;
}
.styles_modal_send__H__qg {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3e4c66;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  border-radius: 100px;
  background: #adff00;
  outline: none;
  border: none;
  width: 100%;
  margin: 0 0 24px 0;
}
.styles_modal_agreement__ULpu1 {
  font-weight: 400;
  font-size: 12px;
  color: white;
}
.styles_modal_link__XOYE9 {
  font-size: 12px;
  color: #ff0;
}
.styles_modal_link__XOYE9:visited {
  color: #ff0;
}
.styles_modal_link__XOYE9:hover {
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .styles_banner_container__zv_4W {
    width: 970px;
  }
}
@media (max-width: 1100px) {
  .styles_banner_container__zv_4W {
    background-position: center bottom;
    height: 750px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .styles_banner_title_text__L3eqU,
  .styles_banner_title__mp2Cc {
    text-align: center;
  }
  .styles_banner_info_btn__DqE2e {
    height: 30px;
    font-size: 14px;
    margin: 20px 0 30px;
    width: 100%;
    max-width: 295px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .styles_banner_container__zv_4W {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .styles_banner_title__mp2Cc,
  .styles_banner_title_bold__mpTRl {
    font-size: 30px;
  }
  .styles_banner_container__zv_4W {
    width: 320px;
    height: 550px;
    background-size: 75%;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/ui/drop-down/styles.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_list__LC8nR {
  z-index: 10;
  position: absolute;
  padding: 0;
  right: 0;
  left: 0;
  top: 100%;
  background: white;
  border: 0;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.1s ease-in;
  max-height: 0;
}

.styles_link__FLkAv {
  display: block;
  width: 100%;
  height: 100%;
  color: #3c4858;
}
.styles_link_active__eOIqN {
  color: #000aff !important;
  font-weight: 700;
}

.styles_no_active_link__SEUwx {
  color: #cccccc;
}

.styles_link__FLkAv:hover {
  color: #000aff;
}

.styles_link__FLkAv:visited {
  color: #3c4858;
}

.styles_item__Kuhnz {
  white-space: break-spaces;
  padding: 0.6rem 0.75rem;
}
.styles_item__Kuhnz:hover {
  background-color: #eeeeee;
}

.styles_active__QtcXQ {
  border: 1px solid #cccccc;
  max-height: 400px;
  opacity: 1;
  visibility: visible;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/ui/navbar/navbar-item/styles.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_toolbar__4vYT3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
}
.styles_toolbar_nav__fYLJA {
  z-index: 10;
  margin-top: 0.2rem;
  margin-bottom: 0.7rem;
  height: 40px;
  white-space: nowrap;
}
.styles_toolbar_nav_item__P_Vps {
  position: relative;
  z-index: 2;
  display: flex;
  height: 40px;
  min-width: 14%;
  max-width: 14%;
  cursor: pointer;
  align-content: center;
  align-items: center;
  gap: 0.2rem;
  border-radius: 0.125rem;
  padding: 10px;
}
.styles_toolbar_nav_item_applicant__DvDgf {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.styles_toolbar_nav_item_title__o_ISp {
  --tw-text-opacity: 1;
  color: rgb(60 72 88 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .styles_toolbar_nav_item_title__o_ISp {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .styles_toolbar_nav_item_title__o_ISp {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.styles_toolbar_nav_item_title_bold__sQhHZ {
  font-weight: 400;
}
.styles_toolbar_nav_item_title__o_ISp:visited {
  --tw-text-opacity: 1;
  color: rgb(60 72 88 / var(--tw-text-opacity));
}
.styles_toolbar_nav_item_title__o_ISp:focus {
  --tw-text-opacity: 1;
  color: rgb(0 10 255 / var(--tw-text-opacity));
}
.styles_toolbar_nav_item_title__o_ISp:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (max-width: 1300px) {
  .styles_toolbar_nav_item__P_Vps {
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media (max-width: 1100px) {
  .styles_toolbar_nav_item__P_Vps {
    gap: 2px;
  }
}

.styles_active__kqZBS {
  font-size: 19px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 10 255 / var(--tw-text-opacity));
}
.styles_active__kqZBS > svg {
  font-size: 19px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 10 255 / var(--tw-text-opacity));
}
.styles_active__kqZBS:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.styles_active__kqZBS:hover > svg {
  font-size: 19px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.styles_footer_link__NYOom {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.styles_footer_link__NYOom:visited {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.styles_footer_link__NYOom:hover {
  --tw-text-opacity: 1;
  color: rgb(156 39 176 / var(--tw-text-opacity));
}

.styles_iconTitleContainer__fIh_6 {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.styles_hover__MlRDX:hover .styles_footer_link__NYOom {
  color: #9c27b0 !important;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/ui/header/styles.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_header__92mnm {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1500px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {

  .styles_header__92mnm {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1600px) {

  .styles_header__92mnm {
    min-width: 1536px;
    max-width: 1536px;
    padding: 0px;
  }
}

@media (max-width: 1023px) {
  .styles_nav__8N_dz {
    display: none;
  }
}
.styles_nav_container_small__iF0d_ {
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
}

.styles_layout__a_LMf {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0;
  z-index: 1;
}

.styles_toolbar__fjg0e {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
}
.styles_toolbar_nav__sjBNo {
  z-index: 10;
  height: 40px;
  white-space: nowrap;
  margin: 0.2rem 0 0.7rem 0;
}
.styles_toolbar_nav_item__JS5Pm {
  position: relative;
  display: flex;
  max-width: 14%;
  min-width: 14%;
  height: 40px;
  padding: 10px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  cursor: pointer;
  z-index: 2;
}
.styles_toolbar_nav_item_applicant__vCX7_ {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.styles_toolbar_nav_item_title__3R6wi {
  color: #3c4858;
}
.styles_toolbar_nav_item_title__3R6wi:visited {
  color: #3c4858;
}
.styles_toolbar_nav_item_title__3R6wi:focus {
  color: #000aff;
}
.styles_toolbar_nav_item_title__3R6wi:hover {
  color: black;
}
@media (max-width: 1300px) {
  .styles_toolbar_nav_item__JS5Pm {
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media (max-width: 1100px) {
  .styles_toolbar_nav_item__JS5Pm {
    gap: 2px;
  }
}

.styles_active__jZlZS {
  font-size: 19px;
  color: #000aff;
  font-weight: 500;
}
.styles_active__jZlZS > svg {
  font-size: 19px;
  color: #000aff !important;
  font-weight: 500;
}
.styles_active__jZlZS:hover {
  color: black;
}
.styles_active__jZlZS:hover > svg {
  font-size: 19px;
  color: black !important;
  font-weight: 500;
}

.styles_link__p7cZo {
  width: 138.67px;
}
.styles_link__p7cZo > img {
  margin-left: auto;
}
@media (max-width: 900px) {
  .styles_link__p7cZo {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.styles_input__B99hU {
  border: 1px solid #3d7996;
  align-self: center;
  margin: auto;
  width: 60%;
  border-radius: 3px;
  padding: 0 1rem;
  outline: none;
  height: 45px;
  color: rgba(0, 0, 0, 0.3490196078);
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 800px) {
  .styles_input__B99hU {
    display: none;
  }
}

.styles_menu__KQeCU {
  position: relative;
}

@media (min-width: 1024px) {

  .styles_menu__KQeCU {
    display: none;
  }
}

.styles_top_nav__SNfXv {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  flex-grow: 1;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1200px) {
  .styles_top_nav__SNfXv {
    gap: 0px;
  }
}
@media (max-width: 900px) {
  .styles_top_nav__SNfXv {
    display: none;
  }
}
.styles_top_nav_item__XDWfz {
  font-size: clamp(11px, 4vw, 17px);
  color: #333;
}
.styles_top_nav_item__XDWfz:visited {
  color: #333;
}
.styles_top_nav_item__XDWfz:hover {
  color: #9c27b0;
}

.styles_simple_text__VgK8I {
  padding: 5px 0px;
  font-size: 19px;
  color: #3c4858;
  white-space: nowrap;
  font-weight: 900;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.styles_simple_text__VgK8I:visited {
  --tw-text-opacity: 1;
  color: rgb(60 72 88 / var(--tw-text-opacity));
}

.styles_link_small__S9_a0 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.styles_link_small__S9_a0:visited {
  color: rgb(0 0 0 );
}
.styles_link_small_active__hcpSg {
  color: #000aff !important;
}

.styles_white__iTlrU {
  color: white !important;
  font-weight: bold;
  font-size: 30px;
  display: flex;
  justify-content: left;
  padding: 1rem;
}

.styles_image__vgsxy {
  height: 30px;
  width: 30px;
}

@media (min-width: 640px) {

  .styles_image__vgsxy {
    height: 50px;
    width: 50px;
  }
}

.styles_footer_link__Yn9qo {
  color: #333;
}
.styles_footer_link__Yn9qo:visited {
  color: #333;
}
.styles_footer_link__Yn9qo:hover {
  color: #9c27b0;
}

.styles_search_container__XuUdE {
  margin-top: 0.5rem;
  display: flex;
  width: 100%;
  gap: 1rem;
}

.styles_input_container__5fjQ4 {
  position: relative;
  flex-grow: 1;
}
.styles_input_container__5fjQ4::before {
  transition: all ease 0.2s;
  content: "";
  top: 90px;
  position: absolute;
  width: 0;
  box-shadow: 0 4px 8px 0 rgba(48, 71, 87, 0.3);
  height: 0;
}

.styles_no_active_link__YOio4 {
  opacity: 40%;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/ui/menu-burger/styles.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_menu__9BJXb {
    position: relative
}
@media (min-width: 1024px) {
    .styles_menu__9BJXb {
        display: none
    }
}
.styles_menu_body__X4_Cc {
    position: absolute;
    top: 2.75rem;
    right: 0px;
    left: -1.5rem;
    z-index: 20;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 0px;
    width: 100vw;
    flex-direction: column;
    gap: 0.75rem;
    overflow: hidden;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
@media (min-width: 640px) {
    .styles_menu_body__X4_Cc {
        align-items: flex-start
    }
}
.styles_menu_icon__DasYI {
    height: 30px;
    width: 30px
}
@media (min-width: 640px) {
    .styles_menu_icon__DasYI {
        height: 40px;
        width: 40px
    }
}
.styles_menu__9BJXb .styles_active__y2umh {
    max-height: -moz-fit-content;
    max-height: fit-content;
    border-bottom-width: 2px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-top: 1.25rem
}
@media (min-width: 640px) {
    .styles_menu__9BJXb .styles_active__y2umh {
        padding: 1.25rem
    }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/ui/nav-element/styles.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_item_title__Ex2pj {
  position: relative;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.styles_nav_item__uHm6W {
  z-index: 2;
  position: relative;
  text-decoration: none;
  list-style-type: none;
}

.styles_nav_item__uHm6W:hover > .styles_nav_link__SHoMM {
  background-color: #eeeeee;
}

.styles_no_border__iFk9X {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 2rem;
  align-items: center;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 0px;
  margin-bottom: 0 !important;
}
.styles_no_border_area__L7BH6 {
  border: 1px solid #ccc !important;
  border-top: none;
}
.styles_no_border__iFk9X > .styles_hide_show_area__0EXHM {
  padding-right: 0 !important;
  padding-left: 0 !important;
  overflow: scroll !important;
}
.styles_no_border__iFk9X > .styles_item_title__Ex2pj {
  margin-bottom: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.styles_border_class__P_7ic {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 2rem;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding: 0px;
  margin-bottom: 0 !important;
}
.styles_border_class_area__7TDHG {
  border: 1px solid #ccc !important;
  border-top: none;
}
.styles_border_class__P_7ic > .styles_hide_show_area__0EXHM {
  padding-right: 0 !important;
  padding-left: 0 !important;
  overflow: scroll !important;
}
.styles_border_class__P_7ic > .styles_item_title__Ex2pj {
  margin-bottom: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.styles_nav__UF_YM {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.styles_nav_link__SHoMM {
  margin-bottom: 0.3rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.styles_dropdown_icon__liBzH {
  margin: 0 0 0 auto;
  transition: all 0.3s ease;
}
.styles_dropdown_icon_active__Yxv52 {
  transform: rotate(180deg);
}

.styles_nav_link__SHoMM:hover,
.styles_nav_link__SHoMM:focus {
  text-decoration: none;
}

.styles_nav_link__SHoMM.styles_disabled__kbgOU {
  color: #6c757d;
}

.styles_hide_show_area__0EXHM {
  max-height: 117px;
  overflow: hidden;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.styles_collapse__lXyB_ {
  border: none !important;
  max-height: 0 !important;
  padding: 0 1rem !important;
}

.styles_material_icons__kmCB1 {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  color: #afabab;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.styles_selector__KFtgG {
  display: flex;
  height: 2.75rem;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  margin-bottom: 0 !important;
}
.styles_selector__KFtgG:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.styles_selector_area__hohDQ {
  padding-right: 0;
  padding-left: 0;
  overflow: auto !important;
  border: 1px solid #ccc;
  border-top: none;
}
.styles_selector_area_filled__d0HJa {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.styles_selector__KFtgG > .styles_item_title__Ex2pj {
  margin-bottom: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
}
.styles_selector_filled__t_M_M {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.styles_selector__KFtgG > .styles_item_title__Ex2pj {
  margin-bottom: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
}

.styles_gray_gradient__QTQk9 {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(221, 221, 221) 56%, rgb(255, 255, 255) 100%);
}

.styles_selector_absolute__a7nJr {
  display: flex;
  height: 2.75rem;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  margin-bottom: 0 !important;
}
.styles_selector_absolute__a7nJr:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.styles_selector_absolute__a7nJr > .styles_item_title__Ex2pj {
  margin-bottom: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
}
.styles_selector_absolute_area__HR8ax {
  box-shadow: 0 4px 20px -6px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 3px 4px -5px rgba(0, 0, 0, 0.2);
  background-color: white !important;
  position: absolute;
  top: 110%;
  overflow: auto;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}
.styles_selector_absolute_area__HR8ax:hover {
  background: white;
}
.styles_selector_absolute_area__HR8ax > .styles_hide_show_area__0EXHM {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-right: 0;
  padding-left: 0;
  overflow: scroll;
}
.styles_selector_absolute_area__HR8ax > .styles_item_title__Ex2pj {
  margin-bottom: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}
.styles_selector_absolute__a7nJr > .styles_hide_show_area__0EXHM {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-right: 0 !important;
  padding-left: 0 !important;
  overflow: auto !important;
}

.styles_absolute__L_qV1 {
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}
.styles_absolute__L_qV1:hover {
  background: white !important;
}
.styles_absolute_area__HBYOM {
  box-shadow: 0 4px 20px -6px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 3px 4px -5px rgba(0, 0, 0, 0.2);
  background-color: white !important;
  position: absolute;
  top: 110%;
  overflow: auto;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}
.styles_absolute_area__HBYOM:hover {
  background: white;
}
.styles_absolute_area__HBYOM > .styles_hide_show_area__0EXHM {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-right: 0;
  padding-left: 0;
  overflow: scroll;
}
.styles_absolute_area__HBYOM > .styles_item_title__Ex2pj {
  margin-bottom: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}
.styles_absolute__L_qV1 > .styles_hide_show_area__0EXHM {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-right: 0 !important;
  padding-left: 0 !important;
  overflow: scroll !important;
}
.styles_absolute__L_qV1 > .styles_item_title__Ex2pj {
  margin-bottom: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/ui/link-footer/styles.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_link_footer__ANUVU {
  cursor: pointer;
  color: #3d7996;
}
.styles_link_footer__ANUVU:visited {
  color: #3d7996;
}
.styles_link_footer__ANUVU:hover {
  color: #9c27b0;
}

.styles_navbar_title__VkpcM {
  color: #3c4858;
}
.styles_navbar_title_active__ZqHEC {
  color: #000aff !important;
  font-weight: 700;
}
.styles_navbar_title__VkpcM:visited {
  color: #3c4858;
}
.styles_navbar_title__VkpcM:focus {
  color: #000aff;
}
.styles_navbar_title__VkpcM:hover {
  color: black;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/ui/tarrifs-advantages/styles.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_tariff_list__cjzLv {
    margin-bottom: 2rem
}
.styles_tariff_item__a2XfV {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem
}
.styles_tariff_item_icon__CHg2g {
    min-width: 40px;
    --tw-text-opacity: 1;
    color: rgb(128 131 248 / var(--tw-text-opacity))
}
.styles_tariff_text__diSre {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(86 86 86 / var(--tw-text-opacity))
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/ui/navbar/navbar-item-new/styles.module.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_wrapper__PbyBn {
  width: 170px;
}

.styles_list__uIvi_ {
  z-index: 10;
  position: absolute;
  padding: 0;
  right: 0;
  left: 0;
  top: 100%;
  background: white;
  border: 0;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.1s ease-in;
  max-height: 0;
}

.styles_link__QNgi7 {
  display: block;
  width: 100%;
  height: 100%;
  color: #3c4858;
}
.styles_link_active__qv3S5 {
  color: #000aff !important;
  font-weight: 700;
}

.styles_no_active_link__CyCCI {
  color: #cccccc;
}

.styles_link__QNgi7:hover {
  color: #000aff;
}

.styles_link__QNgi7:visited {
  color: #3c4858;
}

.styles_item__RRvnQ {
  white-space: break-spaces;
  padding: 0.6rem 0.75rem;
}
.styles_title__hiGQv {
  font-weight: 700;
  padding: 0.6rem 0.75rem;
}

.styles_active__KisDN {
  border: 1px solid #cccccc;
  max-height: 400px;
  opacity: 1;
  visibility: visible;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/ui/navbar/company-navbar-new/styles.module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_toolbar__aWi3O {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
}
@media (max-width: 624px) {
  .styles_toolbar__aWi3O {
    display: none;
  }
}
.styles_toolbar_nav__mcVGE {
  z-index: 10;
  height: 40px;
  white-space: nowrap;
  margin: 0.2rem 0 0.7rem 0;
}
.styles_toolbar_nav_item___2VhP {
  display: flex;
  max-width: 25%;
  min-width: 25%;
  height: 40px;
  padding: 10px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  cursor: pointer;
  z-index: 2;
}
.styles_toolbar_nav_item_applicant__Jiruc {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.styles_toolbar_nav_item_title__WxBws {
  color: #3c4858;
}
.styles_toolbar_nav_item_title__WxBws:visited {
  color: #3c4858;
}
.styles_toolbar_nav_item_title__WxBws:focus {
  color: #000aff;
}
.styles_toolbar_nav_item_title__WxBws:hover {
  color: black;
}
@media (max-width: 1300px) {
  .styles_toolbar_nav_item___2VhP {
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media (max-width: 1100px) {
  .styles_toolbar_nav_item___2VhP {
    gap: 2px;
  }
}

.styles_onHover__haBGV {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}
.styles_onHover__haBGV:hover svg {
  color: black !important;
}
.styles_onHover__haBGV:hover div {
  color: black !important;
}

.styles_icon__GaHxF {
  min-width: 20px;
  font-size: 20px;
}

@media (min-width: 640px) {
  .styles_icon__GaHxF {
    min-width: 30px;
    font-size: 30px;
  }
}

.styles_active__LoueI {
  color: #000aff !important;
  font-weight: 500 !important;
}
.styles_active__LoueI > svg {
  color: #000aff !important;
  font-weight: 500;
}
.styles_active__LoueI:hover {
  color: black;
}
.styles_active__LoueI:hover > svg {
  color: black !important;
  font-weight: 500;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/ui/ratio/styles.module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_ratio__VW_6F {
    display: flex;
    align-items: center
}
.styles_ratio__VW_6F .styles_custom_ratio__T_gja {
    position: relative;
    margin-right: 0.5rem;
    display: inline-block;
    height: 20px;
    width: 20px;
    min-width: 20px;
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity))
}
.styles_ratio__VW_6F .styles_custom_ratio__T_gja::before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 14px;
    width: 14px;
    --tw-translate-y: -50%;
    --tw-translate-x: -50%;
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    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));
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(96 165 250 / var(--tw-bg-opacity));
    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-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-content: "";
    content: var(--tw-content)
}
.styles_ratio__VW_6F .styles_real_ratio___3zjp {
    z-index: -1;
    height: 0px;
    width: 0px;
    opacity: 0
}
.styles_ratio__VW_6F .styles_real_ratio___3zjp:checked + .styles_custom_ratio__T_gja::before {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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))
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/screens/profile/styles.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_profile__3dsyQ {
  margin-top: 1.25rem;
}
@media (min-width: 640px) {
  .styles_profile__3dsyQ {
    margin-top: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.styles_profile_heading__riiqM {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.styles_profile_warning__779de {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .styles_profile_warning__779de {
    flex-direction: row;
  }
}
.styles_profile_warning_icon__k0jj3 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}
.styles_profile_warning_text__3vosP {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.styles_profile_buttons__8HpCp {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.styles_profile_card__wy8Ar {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  gap: 0px;
}
@media (min-width: 768px) {
  .styles_profile_card__wy8Ar {
    gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .styles_profile_card__wy8Ar {
    flex-direction: row;
  }
}
.styles_profile_card_tariff__7Mixp {
  display: flex;
  height: 100%;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.styles_profile_card_tariff__7Mixp > div {
  height: 100%;
}
.styles_profile_card_tariff_element__c493b {
  max-width: 300px;
}
.styles_profile_card_body__9uv_i {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .styles_profile_card_body__9uv_i {
    flex-direction: row;
  }
}
.styles_profile_card_image__uTtZx {
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 6rem;
  background-image: url("/img/profileBackground.jpg");
  background-size: cover;
}
.styles_profile_card_column_first__iE4er {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .styles_profile_card_column_first__iE4er {
    min-width: 200px;
  }
}
@media (min-width: 1024px) {
  .styles_profile_card_column_first__iE4er {
    min-height: 565px;
    max-width: 250px;
  }
}
.styles_profile_card_column_second__ax7Vt {
  width: 100%;
  padding: 1rem;
}
@media (min-width: 640px) {
  .styles_profile_card_column_second__ax7Vt {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 1200px) {
  .styles_profile_card_column_second__ax7Vt {
    padding: 0px;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
.styles_profile_card_input__k32ya {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.styles_profile_card_title__H2Qms {
  height: 3.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
  padding-top: 0.75rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  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;
}
.styles_profile_card_list__OiDH1 {
  margin-bottom: 0px;
}
.styles_profile_card_list_item__oPF_i {
  position: relative;
  cursor: pointer;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.styles_profile_card_list_item_active__b5jhH {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.styles_profile_card_input__k32ya {
  width: 100%;
  flex-grow: 1;
}
@media (min-width: 1024px) {
  .styles_profile_card_input__k32ya {
    max-width: 500px;
  }
}
.styles_profile_card_label__VwzI3 {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.styles_selector__yRObq {
  margin-bottom: 0px;
  max-width: 64rem;
  overflow: auto;
}
.styles_selector_absolute__EdrK7 {
  position: absolute;
  top: 5rem;
  left: 0px;
  right: 0px;
}
.styles_selector_wrapper__1mGcX {
  position: relative;
}
.styles_selector_item__eyaIE {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.styles_selector_item__eyaIE:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.styles_selectorAbsolute__XTfeb {
  position: absolute;
  right: 0px;
  left: 0px;
  z-index: 20;
  max-height: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.styles_selectorAbsolute_active__t79TL {
  border: 1px solid #cccccc;
  max-height: 150px;
  overflow: auto;
  opacity: 1;
  visibility: visible;
}
.styles_selectorAbsolute_title___97_f {
  display: flex;
  height: 2.75rem;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
  margin-bottom: 0 !important;
}

.styles_change_text__UgrYP {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}
.styles_change_btns__J98Rg {
  display: flex;
  gap: 0.5rem;
}

.styles_tariff___f1Ek {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.styles_resetPassword__LeQ5I {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}
.styles_resetPassword_heading___8nCC {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.styles_resetPassword_text__rCiFq {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.styles_resetPassword_footer__K7Gaq {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}

.styles_top__34mST {
  margin-bottom: 0.75rem;
  display: flex;
  gap: 0.75rem;
}
.styles_top_section__oMTih {
  margin-top: 0.25rem;
  width: 100%;
}
.styles_top_name__kNk3I {
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  max-width: 300px;
  align-items: center;
  gap: 0.5rem;
}
.styles_top_name_text__3SUSX {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.styles_top_icon__HsM4C {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}
.styles_top_edit__peXWK {
  min-height: 20px;
  min-width: 20px;
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}

.styles_check_cross_icon__HUK6m {
  display: flex;
  gap: 0.5rem;
}

.styles_form__40LJp {
  margin-bottom: 0px;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/ui/fast-hot-popup/styles.module.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_popup__BJMGH {
  visibility: collapse;
  position: fixed;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 20;
  --tw-translate-x: -100%;
  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));
  border-radius: 0.5rem;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.styles_popup_card__wbcXD {
  display: flex;
  min-height: 5rem;
  gap: 1.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}
.styles_popup_card_heading__BAoHI {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.styles_popup_card_icon__vevQp {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.styles_active__AAVxZ {
  animation-name: styles_show_toast__7VEdU;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-timing-function: ease-in;
  visibility: visible;
  bottom: 1.25rem;
  left: 1.25rem;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
}
.styles_active__AAVxZ::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  animation: styles_progress__2z6or 5s linear forwards;
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

@keyframes styles_progress__2z6or {
  100% {
    width: 0%;
  }
}
@keyframes styles_show_toast__7VEdU {
  0% {
    transform: translateX(100%);
  }
  40% {
    transform: translateX(-5%);
  }
  80% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-10%);
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./src/components/ui/profile-card/styles.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_icon_wrapper__odY7W {
  position: relative;
}

.styles_icon__5beIC {
  height: 40px;
  width: 40px;
  border-radius: 9999px;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px) {

  .styles_icon__5beIC {
    height: 45px;
    width: 45px;
  }
}
.styles_icon__5beIC:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.styles_wrapper__KpCyu {
  z-index: 20;
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 640px) {

  .styles_wrapper__KpCyu {
    position: relative;
  }
}

@media (min-width: 1024px) {

  .styles_wrapper__KpCyu {
    width: 154px;
  }
}

.styles_card__RCEi1 {
  position: absolute;
  top: 5rem;
  right: 0px;
  z-index: 20;
  max-height: 0px;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 640px) {

  .styles_card__RCEi1 {
    right: 0.5rem;
    width: 16rem;
  }
}
.styles_card_active__mvRNa {
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding-top: 0.25rem;
  border: 1px solid #cccccc !important;
}
@media (max-width: 640px) {
  .styles_card_active__mvRNa {
    border: none !important;
    border-bottom: 1px solid #cccccc !important;
  }
}
.styles_card_small_indent__IFXtI {
  top: 3.5rem;
}
.styles_card_section__6zb9i {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-bottom: 0.75rem;
}
.styles_card_section_title__9QmyE {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.styles_card_section_value__JrdF_ {
  font-size: clamp(14px, 3vw, 16px);
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-weight: 400;
}
.styles_card_section_value__JrdF_.styles_with_dot__syQRs::after {
  position: absolute;
  top: 0.25rem;
  right: 1.25rem;
  height: 0.5rem;
  width: 0.5rem;
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.styles_card_section_value_name__Zt7Wf {
  font-size: clamp(18px, 3vw, 20px);
  padding-bottom: 0.25rem;
  font-weight: 500;
}
.styles_card_list___YKZw {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.styles_card_list_item__5p5az {
  font-size: clamp(14px, 3vw, 16px);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.styles_card_list_item__5p5az:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.styles_card_list_link__nMcdU {
  font-size: clamp(13px, 3vw, 16px);
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  color: black;
}
.styles_card_list_link__nMcdU:visited {
  color: black;
}
.styles_card_list_link__nMcdU:hover {
  color: black;
}

.styles_filter__KJ3In {
  filter: blur(10px);
}
/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./src/styles/fonts.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/materialicons/v41/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2)
		format('woff2');
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	color: #afabab;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./src/styles/material-dashboard.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
html {
	line-height: 1.15;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

b,
strong {
	font-weight: bolder;
}

img {
	vertical-align: middle;
	border-style: none;
}

table {
	border-collapse: collapse;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

textarea {
	overflow: auto;
	resize: vertical;
}

h1,
.h1 {
	font-size: 2.5rem;
}

h2,
.h2 {
	font-size: 2rem;
}

h3,
.h3 {
	font-size: 1.75rem;
}

h4,
.h4 {
	font-size: 1rem;
}

h5,
.h5 {
	font-size: 1.25rem;
}

h6,
.h6 {
	font-size: 1rem;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-weight: 300;
	line-height: 1.5em;
}

body {
	color: #3c4858;
	font-weight: 300;
}

*:focus {
	outline: 0;
}

