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

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

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

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 1400px) {

  .container {
    max-width: 1400px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-2 {
  left: 0.5rem;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[calc\(60px\)\] {
  top: calc(60px);
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-7 {
  height: 1.75rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[var\(--radix-select-trigger-height\)\] {
  height: var(--radix-select-trigger-height);
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-96 {
  max-height: 24rem;
}
.w-0 {
  width: 0px;
}
.w-1 {
  width: 0.25rem;
}
.w-10 {
  width: 2.5rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[280px\] {
  width: 280px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[8rem\] {
  min-width: 8rem;
}
.min-w-\[var\(--radix-select-trigger-width\)\] {
  min-width: var(--radix-select-trigger-width);
}
.max-w-lg {
  max-width: 32rem;
}
.flex-1 {
  flex: 1 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.caption-bottom {
  caption-side: bottom;
}
.border-collapse {
  border-collapse: collapse;
}
.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));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default {
  cursor: default;
}
.touch-none {
  touch-action: none;
}
.select-none {
  -webkit-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[inherit\] {
  border-radius: inherit;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-\[1\.5px\] {
  border-width: 1.5px;
}
.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-dashed {
  border-style: dashed;
}
.border-\[--color-border\] {
  border-color: var(--color-border);
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-200\/50 {
  border-color: rgb(229 231 235 / 0.5);
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-t-transparent {
  border-top-color: transparent;
}
.bg-\[--color-bg\] {
  background-color: var(--color-bg);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-100\/50 {
  background-color: rgb(243 244 246 / 0.5);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[1px\] {
  padding: 1px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[0\.8rem\] {
  font-size: 0.8rem;
}
.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-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-none {
  line-height: 1;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-current {
  color: currentColor;
}
.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-offset-white {
  --tw-ring-offset-color: #fff;
}
.\!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);
}
.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;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes enter {

  from {
    opacity: 1;
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {

  to {
    opacity: 1;
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.duration-200 {
  animation-duration: 200ms;
}
.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.running {
  animation-play-state: running;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.placeholder\:text-gray-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.focus-within\:relative:focus-within {
  position: relative;
}

.focus-within\:z-20:focus-within {
  z-index: 20;
}

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

.hover\:bg-gray-100\/50:hover {
  background-color: rgb(243 244 246 / 0.5);
}

.hover\:bg-gray-100\/80:hover {
  background-color: rgb(243 244 246 / 0.8);
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.hover\:bg-gray-900\/90:hover {
  background-color: rgb(17 24 39 / 0.9);
}

.hover\:bg-red-500\/90:hover {
  background-color: rgb(239 68 68 / 0.9);
}

.hover\:text-gray-50:hover {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

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

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

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

.focus\:bg-gray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.focus\:text-gray-50:focus {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.focus\:text-gray-900:focus {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

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

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-gray-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 7 18 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

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

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-gray-950:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 7 18 / var(--tw-ring-opacity));
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

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

.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}

.peer:disabled ~ .peer-disabled\:opacity-70 {
  opacity: 0.7;
}

.aria-selected\:bg-gray-100[aria-selected="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.aria-selected\:bg-gray-100\/50[aria-selected="true"] {
  background-color: rgb(243 244 246 / 0.5);
}

.aria-selected\:text-gray-500[aria-selected="true"] {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.aria-selected\:text-gray-900[aria-selected="true"] {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.aria-selected\:opacity-100[aria-selected="true"] {
  opacity: 1;
}

.aria-selected\:opacity-30[aria-selected="true"] {
  opacity: 0.3;
}

.data-\[disabled\]\:pointer-events-none[data-disabled] {
  pointer-events: none;
}

.data-\[side\=bottom\]\:translate-y-1[data-side=bottom] {
  --tw-translate-y: 0.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));
}

.data-\[side\=left\]\:-translate-x-1[data-side=left] {
  --tw-translate-x: -0.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));
}

.data-\[side\=right\]\:translate-x-1[data-side=right] {
  --tw-translate-x: 0.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));
}

.data-\[side\=top\]\:-translate-y-1[data-side=top] {
  --tw-translate-y: -0.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));
}

@keyframes accordion-up {

  from {
    height: var(--radix-accordion-content-height);
  }

  to {
    height: 0;
  }
}

.data-\[state\=closed\]\:animate-accordion-up[data-state=closed] {
  animation: accordion-up 0.2s ease-out;
}

@keyframes accordion-down {

  from {
    height: 0;
  }

  to {
    height: var(--radix-accordion-content-height);
  }
}

.data-\[state\=open\]\:animate-accordion-down[data-state=open] {
  animation: accordion-down 0.2s ease-out;
}

.data-\[state\=checked\]\:bg-orange-400[data-state=checked] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}

.data-\[state\=open\]\:bg-gray-100[data-state=open] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.data-\[state\=selected\]\:bg-gray-100[data-state=selected] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.data-\[state\=checked\]\:text-gray-50[data-state=checked] {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.data-\[state\=open\]\:text-gray-500[data-state=open] {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.data-\[disabled\]\:opacity-50[data-disabled] {
  opacity: 0.5;
}

.data-\[state\=closed\]\:duration-300[data-state=closed] {
  transition-duration: 300ms;
}

.data-\[state\=open\]\:duration-500[data-state=open] {
  transition-duration: 500ms;
}

.data-\[state\=open\]\:animate-in[data-state=open] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[state\=closed\]\:animate-out[data-state=closed] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[state\=closed\]\:fade-out-0[data-state=closed] {
  --tw-exit-opacity: 0;
}

.data-\[state\=open\]\:fade-in-0[data-state=open] {
  --tw-enter-opacity: 0;
}

.data-\[state\=closed\]\:zoom-out-95[data-state=closed] {
  --tw-exit-scale: .95;
}

.data-\[state\=open\]\:zoom-in-95[data-state=open] {
  --tw-enter-scale: .95;
}

.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom] {
  --tw-enter-translate-y: -0.5rem;
}

.data-\[side\=left\]\:slide-in-from-right-2[data-side=left] {
  --tw-enter-translate-x: 0.5rem;
}

.data-\[side\=right\]\:slide-in-from-left-2[data-side=right] {
  --tw-enter-translate-x: -0.5rem;
}

.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top] {
  --tw-enter-translate-y: 0.5rem;
}

.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed] {
  --tw-exit-translate-y: 100%;
}

.data-\[state\=closed\]\:slide-out-to-left[data-state=closed] {
  --tw-exit-translate-x: -100%;
}

.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed] {
  --tw-exit-translate-x: -50%;
}

.data-\[state\=closed\]\:slide-out-to-right[data-state=closed] {
  --tw-exit-translate-x: 100%;
}

.data-\[state\=closed\]\:slide-out-to-top[data-state=closed] {
  --tw-exit-translate-y: -100%;
}

.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed] {
  --tw-exit-translate-y: -48%;
}

.data-\[state\=open\]\:slide-in-from-bottom[data-state=open] {
  --tw-enter-translate-y: 100%;
}

.data-\[state\=open\]\:slide-in-from-left[data-state=open] {
  --tw-enter-translate-x: -100%;
}

.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open] {
  --tw-enter-translate-x: -50%;
}

.data-\[state\=open\]\:slide-in-from-right[data-state=open] {
  --tw-enter-translate-x: 100%;
}

.data-\[state\=open\]\:slide-in-from-top[data-state=open] {
  --tw-enter-translate-y: -100%;
}

.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open] {
  --tw-enter-translate-y: -48%;
}

.data-\[state\=closed\]\:duration-300[data-state=closed] {
  animation-duration: 300ms;
}

.data-\[state\=open\]\:duration-500[data-state=open] {
  animation-duration: 500ms;
}

.dark\:border-gray-50:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.dark\:border-gray-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.dark\:border-gray-800\/50:is(.dark *) {
  border-color: rgb(31 41 55 / 0.5);
}

.dark\:bg-gray-50:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.dark\:bg-gray-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.dark\:bg-gray-800\/50:is(.dark *) {
  background-color: rgb(31 41 55 / 0.5);
}

.dark\:bg-gray-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}

.dark\:bg-red-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}

.dark\:text-gray-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.dark\:text-gray-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.dark\:text-gray-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.dark\:ring-offset-gray-950:is(.dark *) {
  --tw-ring-offset-color: #030712;
}

.dark\:placeholder\:text-gray-400:is(.dark *)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.dark\:hover\:bg-gray-50:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.dark\:hover\:bg-gray-50\/90:hover:is(.dark *) {
  background-color: rgb(249 250 251 / 0.9);
}

.dark\:hover\:bg-gray-800:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.dark\:hover\:bg-gray-800\/50:hover:is(.dark *) {
  background-color: rgb(31 41 55 / 0.5);
}

.dark\:hover\:bg-gray-800\/80:hover:is(.dark *) {
  background-color: rgb(31 41 55 / 0.8);
}

.dark\:hover\:bg-red-900\/90:hover:is(.dark *) {
  background-color: rgb(127 29 29 / 0.9);
}

.dark\:hover\:text-gray-50:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.dark\:hover\:text-gray-900:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.dark\:focus\:bg-gray-50:focus:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.dark\:focus\:bg-gray-800:focus:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.dark\:focus\:text-gray-50:focus:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.dark\:focus\:text-gray-900:focus:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.dark\:focus\:ring-gray-300:focus:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.dark\:focus-visible\:ring-gray-300:focus-visible:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.dark\:focus-visible\:ring-orange-300:focus-visible:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity));
}

.dark\:aria-selected\:bg-gray-800[aria-selected="true"]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.dark\:aria-selected\:bg-gray-800\/50[aria-selected="true"]:is(.dark *) {
  background-color: rgb(31 41 55 / 0.5);
}

.dark\:aria-selected\:text-gray-400[aria-selected="true"]:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.dark\:aria-selected\:text-gray-50[aria-selected="true"]:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.dark\:data-\[state\=checked\]\:bg-orange-50[data-state=checked]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}

.dark\:data-\[state\=open\]\:bg-gray-800[data-state=open]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.dark\:data-\[state\=selected\]\:bg-gray-800[data-state=selected]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.dark\:data-\[state\=checked\]\:text-orange-900[data-state=checked]:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity));
}

.dark\:data-\[state\=open\]\:text-gray-400[data-state=open]:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

@media (min-width: 640px) {

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

  .sm\:max-w-sm {
    max-width: 24rem;
  }

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

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

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

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

.\[\&\:has\(\[aria-selected\]\)\]\:bg-gray-100:has([aria-selected]) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.dark\:\[\&\:has\(\[aria-selected\]\)\]\:bg-gray-800:has([aria-selected]):is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-gray-100\/50:has([aria-selected].day-outside) {
  background-color: rgb(243 244 246 / 0.5);
}

.dark\:\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-gray-800\/50:has([aria-selected].day-outside):is(.dark *) {
  background-color: rgb(31 41 55 / 0.5);
}

.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end) {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]) {
  padding-right: 0px;
}

.\[\&\>span\]\:line-clamp-1>span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.\[\&\>svg\]\:h-2\.5>svg {
  height: 0.625rem;
}

.\[\&\>svg\]\:h-3>svg {
  height: 0.75rem;
}

.\[\&\>svg\]\:w-2\.5>svg {
  width: 0.625rem;
}

.\[\&\>svg\]\:w-3>svg {
  width: 0.75rem;
}

.\[\&\>svg\]\:text-gray-500>svg {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.dark\:\[\&\>svg\]\:text-gray-400>svg:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.\[\&\>tr\]\:last\:border-b-0:last-child>tr {
  border-bottom-width: 0px;
}

.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg {
  --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));
}

.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke='#fff'] {
  stroke: transparent;
}

.\[\&_\.recharts-layer\]\:outline-none .recharts-layer {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke='#fff'] {
  stroke: transparent;
}

.\[\&_\.recharts-sector\]\:outline-none .recharts-sector {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_\.recharts-surface\]\:outline-none .recharts-surface {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_tr\:last-child\]\:border-0 tr:last-child {
  border-width: 0px;
}

.\[\&_tr\]\:border-b tr {
  border-bottom-width: 1px;
}

.loadingContainer {
    height: 100vh;
    width: 100vw;
}
.loadingContainer .text-container {
    height: 90vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
 .loadingContainer .text-container h1{
    margin: 0;
    font-size: 150px;
    color: rgba(225,225,225, .01);
    background-image: url(/static/media/ispajview1.2dea368fdb76956895ff.png);
    background-repeat: repeat;
    -webkit-background-clip:text;
    animation: animate 15s ease-in-out infinite;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
  }
  @media screen and (max-width: 500px) {
    .loadingContainer .text-container h1{
        font-size: 100px;
    }
  }
  
    @keyframes animate {
      0%, 100% {
        background-position: left top;
      }
      25%{
        background-position: right bottom;
       }
      50% {
        background-position: left bottom;
      }
      75% {
        background-position: right top;
      }   
  }
  
  
html, body {
    margin: 0;
    padding: 0;
    background-color: white;
    
    /* color: #02304765; */
    
}


#root {
  background-color: white;
  height: 100%;
  max-width: 100vw;
}

.carousel .slide {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.carousel .slide.selected {
  opacity: 1;
}
.alertButtonPrev {
  background-color: #ffffffbd;
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  cursor: pointer;
}
.alertButtonNext {
  background-color: #ffffffbd;
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  cursor: pointer;
}

.alertContainer {
  aspect-ratio: 4/4;
  width: 100%;
  margin-top: 20px;
  border-radius: 15px;
  overflow: hidden;
  border: 5px solid rgb(240, 240, 240);
  
  background-color: #5c5c5c;
            background-image: linear-gradient(90deg, rgba(91,91,91,1.00) 0%,rgba(112,112,112,1.00) 40%,rgba(91,91,91,1.00) 80%,rgba(91,91,91,1.00) 97%);
            animation-duration: 1s;
              animation-fill-mode: forwards;
              animation-iteration-count: infinite;
              animation-name: loadingShimmer;
              animation-timing-function: linear;
              background-color: #efefef;
              background-image: linear-gradient(90deg, rgba(239,239,239,1.00) 0%,rgba(221,221,221,1.00) 40%,rgba(239,239,239,1.00) 80%,rgba(239,239,239,1.00) 97%);
              background-repeat: no-repeat;
              background-size: 50%;
            @keyframes loadingShimmer {
                0% {
                  background-position: -100% 0;
                }
              
                100% {
                  background-position: 200% 0;
                }
              }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  
}

.alertInfo {
  .caption {
    background-color: #eeeeee;
    padding: 15px;
    border-radius: 15px;
    color: grey;
    font-size: 14px;
    text-align: left;
    width: 100%;
    
  }
  
  .profile {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px 0;
    gap: 10px;
    .profileTitle {
      font-size: 11px;
      max-width: 250px;
      text-align: left;
      text-transform: uppercase;
      font-weight: 700;
      color: grey;
    }
    .profilepic {
      width: 45px;
      
      height: 45px;
      border-radius: 500px;
      background-color: #5c5c5c;
            background-image: linear-gradient(90deg, rgba(91,91,91,1.00) 0%,rgba(112,112,112,1.00) 40%,rgba(91,91,91,1.00) 80%,rgba(91,91,91,1.00) 97%);
            animation-duration: 1s;
              animation-fill-mode: forwards;
              animation-iteration-count: infinite;
              animation-name: loadingShimmer;
              animation-timing-function: linear;
              background-color: #efefef;
              background-image: linear-gradient(90deg, rgba(239,239,239,1.00) 0%,rgba(221,221,221,1.00) 40%,rgba(239,239,239,1.00) 80%,rgba(239,239,239,1.00) 97%);
              background-repeat: no-repeat;
              background-size: 50%;
            @keyframes loadingShimmer {
                0% {
                  background-position: -100% 0;
                }
              
                100% {
                  background-position: 200% 0;
                }
              }

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        
      }
    }
  }
  
}


.avisoContainer {
  aspect-ratio: 4/4;
  width: 100%;
  margin: 20px 0;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  background-color: #5c5c5c;
            background-image: linear-gradient(90deg, rgba(91,91,91,1.00) 0%,rgba(112,112,112,1.00) 40%,rgba(91,91,91,1.00) 80%,rgba(91,91,91,1.00) 97%);
            animation-duration: 1s;
              animation-fill-mode: forwards;
              animation-iteration-count: infinite;
              animation-name: loadingShimmer;
              animation-timing-function: linear;
              background-color: #efefef;
              background-image: linear-gradient(90deg, rgba(239,239,239,1.00) 0%,rgba(221,221,221,1.00) 40%,rgba(239,239,239,1.00) 80%,rgba(239,239,239,1.00) 97%);
              background-repeat: no-repeat;
              background-size: 50%;
            @keyframes loadingShimmer {
                0% {
                  background-position: -100% 0;
                }
              
                100% {
                  background-position: 200% 0;
                }
              }
}

/* background-color: #5c5c5c;
            background-image: linear-gradient(90deg, rgba(91,91,91,1.00) 0%,rgba(112,112,112,1.00) 40%,rgba(91,91,91,1.00) 80%,rgba(91,91,91,1.00) 97%);
            animation-duration: 1s;
              animation-fill-mode: forwards;
              animation-iteration-count: infinite;
              animation-name: loadingShimmer;
              animation-timing-function: linear;
              background-color: #efefef;
              background-image: linear-gradient(90deg, rgba(239,239,239,1.00) 0%,rgba(221,221,221,1.00) 40%,rgba(239,239,239,1.00) 80%,rgba(239,239,239,1.00) 97%);
              background-repeat: no-repeat;
              background-size: 50%;
            @keyframes loadingShimmer {
                0% {
                  background-position: -100% 0;
                }
              
                100% {
                  background-position: 200% 0;
                }
              } */
.abtCont {
    background-color: white;
    /* background-image: linear-gradient(#ffffff9f, #ffffff), url('../images/Hexagon.svg'); */
    background-size: 200px;
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.aboutContainer {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1400px;
    display: flex;
    flex-direction: row;
    gap: 2%;
}

/* Media Queries */
@media screen and (max-width: 1100px) {
    .aboutContainer {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 700px) {
    .aboutContainer {
        padding-top: 30px;
    }
}

@media screen and (max-width: 440px) {
    .aboutContainer {
        padding-left: 0;
        padding-right: 0;
    }
}

.firstAboutSection {

}

.navigation {
    
    font-size: 14px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    text-transform: uppercase;
    font-weight: 500;
    align-items: center;
    margin: 0 20px;  
}
.navigation > svg {
    color: #023047;
    margin-right: 5px;
}
.navigation > span {
    cursor: pointer;
}
.navigation > span:last-child {
    color: rgb(202, 131, 0);
    cursor: default;
}
.aboutSideMenu {
    /* background-color: #023047; */
    max-width: 310px;
    min-width: 230px;
    @media screen and (max-width: 1099px) {
        display: none;
    }
    
}
.aboutSideMenu > div {
    padding: 13px 20px;
    cursor: pointer;
    

}
.aboutItem {
    color: grey;
    border-bottom: 1px solid #b3b3b3;

}
.aboutItem1 {
    background-color: #e69500;
    color: white;
    font-weight: 500;
    border-radius: 0px;

}
.sectionContainer {
    /* Styles for the sectionContainer itself can be added here */
}

.sectionContainer .imgContainer {
    flex: 1.2 1;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 3.8 / 2;
    background-color: #5c5c5c;
    background-image: linear-gradient(90deg, rgba(91, 91, 91, 1.00) 0%, rgba(112, 112, 112, 1.00) 40%, rgba(91, 91, 91, 1.00) 80%, rgba(91, 91, 91, 1.00) 97%);
    background-repeat: no-repeat;
    background-size: 50%;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: loadingShimmer;
    animation-timing-function: linear;
    width: 100%;
    height: 100%;
}

.sectionContainer video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #5c5c5c;
    background-image: linear-gradient(90deg, rgba(91, 91, 91, 1.00) 0%, rgba(112, 112, 112, 1.00) 40%, rgba(91, 91, 91, 1.00) 80%, rgba(91, 91, 91, 1.00) 97%);
    background-repeat: no-repeat;
    background-size: 50%;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: loadingShimmer;
    animation-timing-function: linear;
}
.sectionContainer .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #5c5c5c;
    background-image: linear-gradient(90deg, rgba(91, 91, 91, 1.00) 0%, rgba(112, 112, 112, 1.00) 40%, rgba(91, 91, 91, 1.00) 80%, rgba(91, 91, 91, 1.00) 97%);
    background-repeat: no-repeat;
    background-size: 50%;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: loadingShimmer;
    animation-timing-function: linear;
    aspect-ratio: 4/2;
}

@keyframes loadingShimmer {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/* Media Queries */
@media screen and (max-width: 1000px) {
    .sectionContainer .imgContainer {
        margin: 0 20px;
        border-radius: 10px;
    }
}

@media screen and (max-width: 590px) {
    .sectionContainer .imgContainer {
        margin: 0;
        border-radius: 0;
    }
}

.sectionContainer > .container {
    display: flex;
    flex-direction: row;
    flex: 1 1;
    margin-bottom: 30px;
    padding: 3px;
}

/* Media Queries */
@media screen and (max-width: 1000px) {
    .sectionContainer > .container {
        flex-direction: column;
    }
}

@media screen and (max-width: 700px) {
    .sectionContainer > .container {
        padding-left: 0;
        padding-right: 0;
    }
}


.sectionContainer > .container > .info {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    align-self: flex-start;
}

/* Media Queries */
@media screen and (min-width: 1490px) {
    .sectionContainer > .container > .info {
        justify-content: space-between;
        height: 270px;
    }
}

@media screen and (max-width: 1100px) {
    .sectionContainer > .container > .info {
        padding: 0 20px;
    }
}


.preTitle {
    color: grey;
    font-weight: 500;
    font-size: 17px;
    
}
.sectionContainer > .container > .info > .title {
    position: relative;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #023047;
}
.sectionContainer > .container > .info > .description {
    color: #3b3b3b;

    
}
.sectionContainer > .container > .info > .title::before {
    position: absolute;
    content: "";
    border-top: solid 8px #ffa500;
    border-radius: 100px;
    max-width: 300px;
    width: 100%;
    min-width: 100px;
    top: -10px;
    
}
.container1 {
    display: flex;
    flex-direction: column;
}

/* Media Queries */
@media screen and (max-width: 1100px) {
    .container1 {
        padding: 0 20px;
    }
}

.container1 .grid1 {
    display: grid;
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    gap: 10px;
    margin-bottom: 20px;
}

.container1 .grid1 .gridItem {
    padding: 15px 20px;
    box-shadow: 0px 0px 10px rgba(151, 151, 151, 0.24);
    background-color: white;
}

.container1 .grid1 .gridItem .title {
    font-size: 16px;
    font-weight: 500;
    margin: 15px 0;
}

.container1 .grid1 .gridItem .description {
    font-size: 14px;
}

.container1 .grid1 img {
    width: 35px;
    height: 35px;
}

/* Media Queries for .grid1 */
@media screen and (max-width: 750px) {
    .container1 .grid1 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.container1 .grid2 {
    display: grid;
    margin-top: 20px;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    gap: 10px;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(151, 151, 151, 0.24);
}

/* Media Queries for .grid2 */
@media screen and (max-width: 1315px) {
    .container1 .grid2 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 750px) {
    .container1 .grid2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 520px) {
    .container1 .grid2 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.container1 .grid2 > .value1 {
    box-shadow: none;
    gap: 20px;
    justify-content: flex-start;
}

.aboutOptions {
    position: relative; 
    width: 230px;
    margin: 0 20px;
    
    
}
.aboutOptionsButton {
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    color: #e69500;
    border-radius: 5px;
    width: 100%;
    justify-content: center;
    border: 2px solid #e69500;
    font-size: 14px;
}

.aboutOptionsList {
    background-color: white;
    position: absolute;
    width: 100%;
    margin-top: 10px;
    border: 0.6px solid #cccccc;
    border-radius: 10px;
    width: 230px;
    
}
.optionItem {
    color: black;
    padding: 10px 15px;
    margin: 10px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}
.optionItem1 {
    color: white;
    padding: 10px 15px;
    margin: 10px;
    border-radius: 5px;
    background-color: #e69500;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;

}
.aboutFirst {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

/* Media Queries */
@media screen and (max-width: 700px) {
    .aboutFirst {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 5px;
    }
}


.aboutObjectives {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.aboutObjective {
    display: flex;
    flex-direction: row;
    background: white;
    overflow: hidden;
    border-top-left-radius: 20px;
}

.aboutObjective .iconContainer {
    background-color: orange;
    padding: 15px;
    max-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutObjective .iconContainer svg {
    width: 25px;
    height: 25px;
    color: white;
}

/* Media Queries */
@media screen and (max-width: 500px) {
    .aboutObjective .iconContainer {
        padding: 10px;
    }

    .aboutObjective .iconContainer svg {
        width: 20px;
        height: 20px;
    }
}

.aboutObjective .objectiveText {
    flex: 20 1;
    padding: 10px 15px;
    background-color: white;
    margin-bottom: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #cecece9c;
    min-height: 70px;
}

.bolsasContainer {
    display: flex;
    flex-direction: row;
    max-width: 1250px;
    margin: auto;
    width: 100%;
    margin: 0 15px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #eeeeee;
    box-sizing: border-box;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: 800px;
}


.bolsasContainer .leftSide {
    box-sizing: border-box;
    flex: 1 1;
    position: relative;
}

.bolsasContainer .leftSide > img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: brightness(0.2);
}



.bolsasContainer .leftSide .info {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    color: white;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.bolsasContainer .leftSide .info .logoContainer {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.bolsasContainer .leftSide .info .logoContainer .logoText {
    color: white;
    margin: 0;
}
.bolsasContainer .rightSide {
    flex: 1 1;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    overflow-y: scroll;
}


.bolsasContainer .info {
    max-width: 350px;
    width: 100%;
    display: flex;
    margin: 0 20px;
    flex-direction: column;
    align-items: flex-start;
    max-height: 800px;
}


/* Styles for .title */
.bolsasContainer .title {
    font-weight: 600;
    font-size: 22px;
    text-align: left;
}

/* Styles for .description */
.bolsasContainer .description {
    color: grey;
    font-size: 15px;
    margin-bottom: 10px;
}

/* Styles for .form */
.bolsasContainer .form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    width: 100%;
}

/* Styles for .label */
.bolsasContainer .label {
    font-weight: 500;
    font-size: 14px;
}

/* Styles for .loginInput */
.bolsasContainer .loginInput {
    border: 1px solid #e2e2e2f3;
    border-radius: 5px;
    height: 35px;
    width: 100%;
    outline: none;
    padding: 5px;
    font-size: 14px;
}

/* Styles for .imageInput3 */
.bolsasContainer .imageInput3 {
    color: transparent;
}

.bolsasContainer .imageInput3::-webkit-file-upload-button {
    visibility: hidden;
}

.bolsasContainer .imageInput3::before {
    content: 'Seleccione um PDF';
    color: black;
    display: inline-block;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 500;
    font-size: 13px;
}

.bolsasContainer .imageInput3:hover::before {
    border-color: black;
}

.bolsasContainer .imageInput3:active {
    outline: 0;
}

/* Styles for .loginButton */
.bolsasContainer .loginButton {
    margin-top: 20px;
    background-color: rgba(235, 153, 1, 0.863);
    width: 100px;
    text-align: center;
    color: white;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

/* Styles for .errors */
.bolsasContainer .errors {
    color: #e70000;
    margin-top: 15px;
    font-size: 14px;
}


.bolsasContainer .leftSide .info .bottomText {
    font-size: 18px;
    font-weight: 600;
}


@media screen and (max-width: 1000px) {
    .bolsasContainer {
        flex-direction: column-reverse;
        gap: 50px;
        max-height: 100%;
    }
    .bolsasContainer .leftSide > img {
        position: static;
        position: initial;
        aspect-ratio: 4/2;
        height: 400px;
    }
    .bolsasContainer .rightSide {
        padding: 30px 0;
        padding-bottom: 15px;
        overflow: visible;
        overflow: initial;
    }
    .bolsasContainer .info {
        max-height: 100%;
    }
}


.dashboardContainer {
    height: 100%;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;

> .title {
    font-weight: 700;
    font-size: 24px;
}

.firstStats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    gap: 15px;

    @media screen and (max-width: 1074px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media screen and (max-width: 389px) {
        grid-template-columns: repeat(1, 1fr);

    }
    .stat {
        border: 1px solid #dfdfdf;
        border-radius: 10px;
        padding: 15px;
        .header {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            gap: 5px;
            svg {
                color: rgb(0, 223, 0);
                width: 20px;
                height: 20px;
            }
        }
        .title {
            font-size: 14px;
            font-weight: 400;
        }
        .statValue {
            font-size: 25px;
            font-weight: 600;
        }
        .difference {
            color: grey;
            font-size: 12px;
        }
    }
}
.secondStats {
    display: flex;
    flex-direction: row;
    gap: 15px;


    @media screen and (max-width: 1104px) {
        flex-direction: column;
    }

    .cardTitle {
        font-weight: 600;
    }
    .chartContainer {
        max-height: 310px;
        height: 100%;
        width: 100%;
    }
    .chartTTContent {
        box-shadow: 0px 0px 10px rgba(151, 151, 151, 0.308);
        background-color: white;
        width: 100px;
        height: 50px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        gap: 5px;
        svg {
            width: 16px;
            height: 16px;
            color: #008cff;
        }
        
    }

    .topNews {
        display: flex;
        flex-direction: column;
        gap: 25px
    }
    .news {
        display: flex;
        gap: 15px;
        flex-direction: row;
        align-items: center;
        .imageContainer {
            width: 55px;
            height: 55px;
            min-height: 55px;
            min-width: 55px;
            border-radius: 7px;
            overflow: hidden;
            background-color: #5c5c5c;
            background-image: linear-gradient(90deg, rgba(91,91,91,1.00) 0%,rgba(112,112,112,1.00) 40%,rgba(91,91,91,1.00) 80%,rgba(91,91,91,1.00) 97%);
            animation-duration: 1s;
              animation-fill-mode: forwards;
              animation-iteration-count: infinite;
              animation-name: loadingShimmer;
              animation-timing-function: linear;
              background-color: #efefef;
              background-image: linear-gradient(90deg, rgba(239,239,239,1.00) 0%,rgba(221,221,221,1.00) 40%,rgba(239,239,239,1.00) 80%,rgba(239,239,239,1.00) 97%);
              background-repeat: no-repeat;
              background-size: 50%;
            @keyframes loadingShimmer {
                0% {
                  background-position: -100% 0;
                }
              
                100% {
                  background-position: 200% 0;
                }
              }

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;

            }
        }
        .info {
            display: flex;
            flex-direction: column;

            .views {
                color: grey;
                font-size: 12px;
            }
            .title {
                font-size: 13px;
                font-weight: 500;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2; /* Number of lines to display */
                overflow: hidden;
                text-overflow: ellipsis;

                &:hover {
                    text-decoration: underline;
                    cursor: pointer;
                    opacity: .8;
                }
            }
            
            .date {
                display: none;
            }
        }
    }
}


.thirdStats {
    display: flex;
    flex-direction: row;
    gap: 15px;

    @media screen and (max-width: 1104px) {
        flex-direction: column;
    }

    .cardTitle {
        font-weight: 600;
    }
    .topNews {
        display: flex;
        flex-direction: column;
        gap: 25px
    }
    .news {
        display: flex;
        gap: 15px;
        flex-direction: row;
        align-items: center;
        .imageContainer {
            width: 55px;
            height: 55px;
            min-height: 55px;
            min-width: 55px;
            background-color: lightgrey;
            border-radius: 7px;
            overflow: hidden;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;

            }
        }
        .info {
            display: flex;
            flex-direction: column;

            .views {
                color: grey;
                font-size: 12px;
            }
            .title {
                font-size: 13px;
                font-weight: 500;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2; /* Number of lines to display */
                overflow: hidden;
                text-overflow: ellipsis;

                &:hover {
                    text-decoration: underline;
                    cursor: pointer;
                    opacity: .8;
                }
            }
            
            .date {
                display: none;
            }
        }
    }
    .companyInfo {
        display: flex;
        flex-direction: column;
        gap: 10px;
        .row {
            display: flex;
            gap: 10px;
            align-items: flex-start;
            padding: 12px 0;
            border-top: 1px solid #dfdfdf;


            svg {
                color: grey;
                margin-top: 5px;
                width: 14px;
                height: 14px;
            }
            .info {
                display: flex;
                flex-direction: column;
                font-size: 13px;
                gap: 5px;
                .title {
                    color: grey;
                    
                }
                .val {
                    font-weight: 500;
                }
            }
        }
    }
}

    .section {
        border-radius: 7px;
        overflow: hidden;
        flex: 1.2 1;
        border: 1px solid #dfdfdf;
        display: flex;
        flex-direction: column;
        @media screen and (max-width: 899px) {
            flex: none;
            
        }
        
        
        .header {
            background-color: #f7f7f7;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            padding: 8px 10px;
            border-bottom: 1px solid #dfdfdf;
            flex-wrap: wrap;

            .label {
                display: flex;
                align-items: center;
                flex-direction: row;
                gap: 10px;
                .title {
                    font-size: 13px;
                    font-weight: 500;
                }
                svg {
                   width: 13px;
                   height: 13px; 
                }
            }
            .editCont {
                display: flex;
                flex-direction: row;
                align-items: center;
                gap: 10px;
                border: 1px solid #dfdfdf;
                padding: 0 10px;
                border-radius: 3px;
                font-size: 13px;
                cursor: pointer;
                &:hover {
                    opacity: 0.7;
                }
                svg {
                    width: 13px;
                    height: 13px;
                }
            }
        }
    }
}
.regulations {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
    gap: 25px;
}

@media screen and (max-width: 670px) {
    .regulations {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 513px) {
    .regulations {
        grid-template-columns: repeat(1, 1fr);
    }
}

.regContainer {
    display: flex;
    flex-direction: column;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(151, 151, 151, 0.308);
    padding: 20px;
    gap: 20px;
    margin-top: 25px;
    justify-content: space-between;
}

.regContainer .imgContainer {
    background: white;
    height: 80px;
    width: 80px;
    margin: auto;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -60px;
}

.regContainer .imgContainer img {
    object-fit: contain;
    width: 100%;
    height: 80px;
}

.regContainer .title {
    font-weight: 700;
    text-align: center;
    font-size: 14px;
}

.regContainer .description {
    color: #949494;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin: -10px 0;
}

.regContainer .regButton {
    background: #004f77;
    color: white;
    width: 100px;
    text-align: center;
    padding: 10px 0;
    align-self: center;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    transition: 0.2s ease-in-out;
}

.regContainer .regButton:hover {
    background: #004f77b0;
}

.adminGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    gap: 15px;
    margin-top: 20px;
    justify-content: stretch;
}

/* Grid Item */
.adminGrid .gridItem {
    background-color: white;
    box-shadow: 0px 0px 10px rgba(151, 151, 151, 0.308);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.adminGrid .title {
    font-size: 14.5px;
    font-weight: 500;
    color: grey;
    margin-bottom: 20px;
}

.adminGrid .gridValue {
    font-size: 35px;
    font-weight: 500;
    margin-top: -15px;
    align-self: center;
}

/* Subordinates */
.adminGrid .subordinates {
    display: flex;
    flex-direction: column;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(151, 151, 151, 0.308);
    padding: 20px;
    gap: 15px;
    margin-top: 25px;
}

.adminGrid .subordinates div > .imgContainer {
    background: #e7eff3;
    height: 80px;
    width: 80px;
    margin: auto;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #023047;
    font-weight: 700;
    margin-top: -60px;
}

.adminGrid .subordinates .title {
    font-weight: 500;
    text-align: center;
}

.adminGrid .subordinates .description {
    color: grey;
}

/* Media Queries */
@media screen and (max-width: 550px) {
    .adminGrid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 440px) {
    .adminGrid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.orgGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: 
        "first first first"
        "second third fourth";
    grid-gap: 25px;
    gap: 25px;
    margin-top: 20px;
}

/* Grid Areas */
.orgGrid section:nth-child(1) {
    grid-area: first;
}

.orgGrid section:nth-child(3) {
    grid-area: second;
}

.orgGrid section:nth-child(4) {
    grid-area: third;
}

.orgGrid section:nth-child(5) {
    grid-area: fourth;
}

.orgGrid .president {
    display: flex;
    flex-direction: row;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(151, 151, 151, 0.308);
    border-radius: 5px;
    overflow: hidden;
}

.orgGrid .president .cont {
    flex: 1 1;
    background-color: #5c5c5c;
    background-image: linear-gradient(90deg, rgba(91,91,91,1.00) 0%, rgba(112,112,112,1.00) 40%, rgba(91,91,91,1.00) 80%, rgba(91,91,91,1.00) 97%);
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: loadingShimmer;
    animation-timing-function: linear;
    background-color: #efefef;
    background-image: linear-gradient(90deg, rgba(239,239,239,1.00) 0%, rgba(221,221,221,1.00) 40%, rgba(239,239,239,1.00) 80%, rgba(239,239,239,1.00) 97%);
    background-repeat: no-repeat;
    background-size: 50%;
    aspect-ratio: 4/3;
}

.orgGrid .president .cont img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.orgGrid .president .info {
    flex: 2 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.orgGrid .president .info::before {
    position: absolute;
    content: "";
    border-top: solid 8px #ffa500;
    max-width: 70%;
    width: 100%;
    min-width: 100px;
    top: 0;
    left: 0;
}

.orgGrid .president .title {
    position: relative;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #023047;
}

.orgGrid .president .description {
    color: #3b3b3b;
    padding-right: 5px;
    font-size: 14px;
}

.orgGrid #subordinate1 {
    display: none;
    position: relative;
    color: white;
}

.orgGrid #subordinate1 .description {
    color: white;
}

.orgGrid #subordinate1 .cont {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.orgGrid #subordinate1 .cont img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: brightness(0.4);
}

.orgGrid .subordinates {
    display: flex;
    flex-direction: column;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(151, 151, 151, 0.308);
    padding: 20px;
    gap: 20px;
    margin-top: 25px;
}

.orgGrid .subordinates div > .imgContainer {
    background: #e7eff3;
    height: 80px;
    width: 80px;
    margin: auto;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #023047;
    font-weight: 700;
    margin-top: -60px;
}

.orgGrid .subordinates .title {
    font-weight: 700;
    font-size: 14.5px;
}

.orgGrid .subordinates .description {
    color: grey;
    font-size: 14px;
}
.orgGrid1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
    gap: 25px;
    margin-top: 30px;
}

/* Subordinates */
.orgGrid1 .subordinates {
    display: flex;
    flex-direction: column;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(151, 151, 151, 0.308);
    padding: 20px;
    gap: 20px;
    margin-top: 20px;
    justify-content: space-between;
}

.orgGrid1 .subordinates div > .imgContainer {
    background: #e7eff3;
    height: 80px;
    width: 80px;
    margin: auto;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #023047;
    font-weight: 700;
    margin-top: -60px;
}

.orgGrid1 .subordinates .title {
    font-weight: 700;
    font-size: 14.5px;
}

.orgGrid1 .subordinates .description {
    color: grey;
    font-size: 14px;
}
.modalComponent {
    width: 100%;
    flex: 1 1;
    margin-top: 15px;
}

/* Header */
.modalComponent .header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.modalComponent .header .title {
    font-size: 18px;
    font-weight: 700;
}

/* Description */
.modalComponent .description {
    color: grey;
    margin-top: 20px;
    font-size: 14.5px;
}

/* SubTitle */
.modalComponent .subTitle {
    font-size: 16px;
    font-weight: 600;
    border-top: 1px solid lightgrey;
    padding-top: 15px;
    margin-top: 25px;
}

/* Image Container */
.modalComponent .imgContainer {
    background: #e7eff3;
    height: 70px;
    width: 70px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #023047;
    font-weight: 700;
}

/* Members */
.modalComponent .members {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin-top: 15px;
}

.modalComponent .members span.member {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modalComponent .members span.member > .memberImage {
    max-height: 100px;
    min-height: 100px;
    max-width: 100px;
    min-width: 100px;
    border-radius: 500px;
    background-color: #5c5c5c;
    background-image: linear-gradient(90deg, rgba(91,91,91,1.00) 0%, rgba(112,112,112,1.00) 40%, rgba(91,91,91,1.00) 80%, rgba(91,91,91,1.00) 97%);
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: loadingShimmer;
    animation-timing-function: linear;
    background-color: #efefef;
    background-image: linear-gradient(90deg, rgba(239,239,239,1.00) 0%, rgba(221,221,221,1.00) 40%, rgba(239,239,239,1.00) 80%, rgba(239,239,239,1.00) 97%);
    background-repeat: no-repeat;
    background-size: 50%;
}

@keyframes loadingShimmer {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.modalComponent .members span.member .memberImage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 500px;
}

.modalComponent .members span.member .memberName {
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Number of lines to display */
    overflow: hidden;
    text-overflow: ellipsis;
}

.modalComponent .members span.member .memberRole {
    color: grey;
    font-size: 13px;
    text-align: center;
}

/* Media Queries */
@media screen and (max-width: 800px) {
    /* Add any specific adjustments for smaller screens if needed */
}

/* Media Queries */
@media screen and (max-width: 800px) {
    .orgGrid1 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 580px) {
    .orgGrid1 {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* Media Queries */
@media screen and (max-width: 800px) {
    .orgGrid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: 
            "first second"
            "third fourth";
    }

    .orgGrid .president {
        display: none;
    }

    .orgGrid #subordinate1 {
        display: flex;
    }
}

@media screen and (max-width: 580px) {
    .orgGrid {
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas: 
            "first"
            "second"
            "third"
            "fourth";
    }
}

#scv {
    all: unset;
}
.eventsContainer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    gap: 20px;
    margin-top: 20px;
}

.eventsContainer .eventContainer {
    display: flex;
    position: relative;
    flex-direction: column;
    aspect-ratio: 4/5.5;
    border-radius: 25px;
    overflow: hidden;
    max-width: 2000px;
    box-shadow: 0px 0px 10px rgba(151, 151, 151, 0.308);
    background-color: #5c5c5c;
    background-image: linear-gradient(90deg, rgba(91,91,91,1.00) 0%, rgba(112,112,112,1.00) 40%, rgba(91,91,91,1.00) 80%, rgba(91,91,91,1.00) 97%);
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: loadingShimmer;
    animation-timing-function: linear;
    background-color: #efefef;
    background-image: linear-gradient(90deg, rgba(239,239,239,1.00) 0%, rgba(221,221,221,1.00) 40%, rgba(239,239,239,1.00) 80%, rgba(239,239,239,1.00) 97%);
    background-repeat: no-repeat;
    background-size: 50%;
}

@keyframes loadingShimmer {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.eventsContainer .eventContainer > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    filter: brightness(0.5);
    transition: 1s ease-in-out;
}

.eventsContainer .eventContainer:hover > img {
    transform: scale(1.4);
    filter: brightness(0.8);
}

.eventsContainer .eventInfo {
    position: absolute;
    display: flex;
    flex-direction: column;
    background-color: white;
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 20px;
    border-radius: 20px;
    height: 255px;
    justify-content: space-between;
}

.eventsContainer .eventTitle {
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 15px;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.eventsContainer .eventTitle:hover {
    text-decoration: underline;
    cursor: pointer;
}

.eventsContainer .eventDate {
    color: grey;
    font-size: 15px;
    background-color: #dfdfdfa8;
    padding: 7px;
    border-radius: 20px;
    width: 130px;
    align-items: center;
    text-align: center;
    margin-top: 5px;
}

.eventsContainer .eventLocation {
    display: flex;
    margin-top: 5px;
    gap: 15px;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid #d3d3d3;
    border-radius: 50px;
    border-style: dashed;
    font-size: 14px;
}

.eventsContainer .iconContainer {
    background-color: #E3E6DD;
    height: 40px;
    width: 40px;
    border-radius: 500px;
    display: flex;
    justify-content: center;
}

.eventsContainer .iconContainer img {
    width: 30px;
    align-self: center;
    height: 30px;
}

.eventsContainer .eventLocationInfo {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
}

.eventsContainer .eventButton {
    border: 2px orange solid;
    width: 100px;
    text-align: center;
    border-radius: 50px;
    color: orange;
    font-size: 14px;
    padding: 3px 5px;
    box-sizing: border-box;
    margin-top: 5px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    background: transparent!important;
    z-index:10;
    position: relative;
    overflow: hidden!important;
    transition: all .3s ease-in-out;
}

.eventsContainer .eventButton:hover {
    color: white;
}

.seeMore {
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 5px 5px;
    font-size: 16px;
    font-weight: 600;
    color: #e69500;
    border-radius: 7px;
    justify-content: center;
    border: 2px solid #e69500;
    max-width: 250px;
    margin: auto;
    margin-top: 40px;
    cursor: pointer;
    width: 100%;
    transition: 0.3s ease-in-out;
    /*  */
    
    position: relative;
    overflow: hidden!important;
    transition: all .3s ease-in-out;
    background: white;
    z-index:10;

    
}

.seeMore:hover {
    border: 2px solid #e69500;
    color: #ffffff!important;
}

.seeMore::before,
.eventsContainer .eventButton::before {
    content: '';
    width: 0%;
    height: 100%;
    background: #e69500;
    position: absolute;
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: 2px 0px 14px rgba(0,0,0,.6);
}

.seeMore::after,
 .eventButton::after {
    content: '';
    width: 0%;
    height: 100%;
    background: #001d6b;
    position: absolute;
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
    box-shadow: 2px 0px 14px rgba(0,0,0,.6);
}

.seeMore:hover::before,
.eventButton:hover::before {
    width: 116%;
}

.seeMore:hover::after,
.eventButton:hover::after {
    opacity: 1;
    width: 120%;
}

/* Media Queries */
@media screen and (max-width: 1420px) {
    .eventsContainer {
        grid-template-columns: repeat(2, 1fr);
    }

    .eventsContainer .eventContainer {
        aspect-ratio: 3/3;
    }
}

@media screen and (max-width: 1020px) {
    .eventsContainer .eventContainer {
        aspect-ratio: 3/3;
    }
}

@media screen and (max-width: 900px) {
    .eventsContainer .eventContainer {
        aspect-ratio: 4/5;
    }
}

@media screen and (max-width: 700px) {
    .eventsContainer {
        grid-template-columns: repeat(1, 1fr);
    }

    .eventsContainer .eventContainer {
        aspect-ratio: unset;
        height: calc(300px + 20vh);
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 440px) {
    .eventsContainer .eventButton {
        width: 80px;
        font-size: 13px;
    }

    .seeMore {
        width: 50%;
    }
}

.eventsPageContainer {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1430px;
    display: flex;
    flex-direction: row;
    padding: 0 20px;
}
.firstSection {
    flex: 1 1;
}

.firstSection .search {
    background-color: white;
    display: flex;
    flex-direction: row;
    height: 45px;
    align-items: center;
    margin-bottom: 15px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    overflow: hidden;
}

.firstSection .search span {
    background-color: #ebebeb;
    padding: 10px;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.firstSection .search span:hover {
    background-color: #ebebeb83;
}

.firstSection .search input {
    flex: 1 1;
    height: 100%;
    border: 0;
    outline: none;
    padding: 0 5px;
}

.secondSection {
    flex: 3 1;
}
.react-calendar {
    border: 0.5px solid #ebebeb;
    border-radius: 5px;
    overflow: hidden;
}

.react-calendar__navigation {
    background-color: #ebebeb; /* Change to your desired color */
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 5px;
}

.react-calendar__navigation__label {
    font-size: 16px;
    color: grey;
    font-weight: bold;
}

.calendar-buttons {
    color: orange;
    transform: scale(1.5);
}

.react-calendar__tile {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background-color: white;
    font-size: 15px;
}

.react-calendar__tile--now {
    font-weight: 700;
    color: #f19d00;
}

.other-month {
    background-color: #ebebeb;
    color: black;
}

.react-calendar__month-view__weekdays {
    background: white;
}

.react-calendar__month-view__weekdays__weekday {
    color: #333;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 14.5px;
    text-decoration: none;
}

.highlighted-date,
.react-calendar__tile--active,
.highlighted-date {
    background-color: #f19d00;
    color: white;
}

.selected-month {
    background: #f19d00;
    color: white;
}

.selected-year {
    background: #f19d00;
    color: white;
}

.react-calendar__tile:hover {
    background-color: #ffb937;
    color: white;
}
.secondSection {
    overflow-y: auto;
    box-sizing: border-box;
    height: 80vh; /* Height corrected to 80vh */
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    padding-bottom: 20px;
}

.secondSection::-webkit-scrollbar {
    width: 10px;
}

.secondSection::-webkit-scrollbar-thumb {
    background-color: orange;
    border-radius: 100px;
    height: 10px;
}

.secondSection::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 100px;
}

.secondSection::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.top {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #f19d00;
    flex-wrap: wrap;
}

.top .section {
    margin-right: 10px;
    padding: 7px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    border: 1px solid #dadada;
}

.top .section:hover {
    background-color: #ffb731;
    color: white;
}

.top .section.selected-section {
    background-color: #f19d00;
    border: 0;
    color: white;
    font-weight: 500;
}

.top .section:hover {
    background-color: #ffb731;
    color: white;
}

.event {
    display: flex;
    flex-direction: row;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(151, 151, 151, 0.308);
}

.event .imgContainer {
    flex: 0.5 1;
    background-color: #efefef;
    background-image: linear-gradient(90deg, rgba(239,239,239,1.00) 0%, rgba(221,221,221,1.00) 40%, rgba(239,239,239,1.00) 80%, rgba(239,239,239,1.00) 97%);
    background-repeat: no-repeat;
    background-size: 50%;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: loadingShimmer;
    animation-timing-function: linear;
}

@keyframes loadingShimmer {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.event .imgContainer img {
    aspect-ratio: 1/1;
    max-width: 230px;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    object-fit: cover;
}

.event .info::before {
    position: absolute;
    content: "";
    border-top: solid 8px #ffa500;
    max-width: 300px;
    width: 100%;
    min-width: 100px;
    top: 0;
    left: 0;
    transition: 0.3s ease-in-out;
}

.event .info {
    flex: 3 1;
    padding: 20px 15px 10px;
    font-size: 16px;
    background-color: image; /* This might need to be updated */
}

.event .info:hover::before {
    max-width: 100%;
}

.event .info .date {
    color: grey;
}

.event .info .title {
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Number of lines to display */
    overflow: hidden;
    text-overflow: ellipsis;
    color: #023047;
    text-decoration: underline;
    transition: 0.1s ease-in-out;
    cursor: pointer;
}

.event .info .title:hover {
    color: #0082c4;
}

.event .info .location {
    display: inline-flex;
    margin-top: 20px;
    gap: 15px;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid #d3d3d3;
    border-radius: 50px;
    border-style: dashed;
    font-size: 15px;
}

.event .info .location .iconContainer {
    background-color: #E3E6DD;
    height: 50px;
    width: 50px;
    border-radius: 500px;
    display: flex;
    justify-content: center;
}

.event .info .location .iconContainer img {
    width: 40px;
    align-self: center;
    height: 40px;
}

.subTitle {
    font-size: 16px;
    color: grey;
    font-weight: 500;
}

.noResults {
    margin-bottom: 20px;
}
@media screen and (max-width: 510px) {
    .secondSection .event {
        flex-direction: column;
        position: relative;
    }

    .secondSection .event .imgContainer {
        background-color: red;
        flex: 100 1;
    }

    .secondSection .event .imgContainer img {
        aspect-ratio: 4/2;
        max-width: 100%;
    }
}

.eventsAccordion .section {
    padding: 10px;
    background-color: white;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 15px;
    cursor: pointer;
}

.eventsAccordion .section .title {
    font-weight: 500;
    font-size: 15px;
    margin: 0;
}

.eventsAccordion .audiences {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

@media screen and (max-width: 1100px) {
    .eventsAccordion .audiences {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.eventsAccordion .audience {
    color: rgb(92, 92, 92);
    font-weight: 400;
}

.eventsAccordion .audience label {
    font-size: 13.5px;
    font-weight: 400;
}

/* Media queries go here if needed */
@media screen and (max-width: 1100px) {
    .secondSection {
        height: 100%;
    }
}

@media screen and (max-width: 440px) {
    /* Add styles for screens smaller than 440px */
}

/* Media queries go here if needed */
@media screen and (max-width: 440px) {
    /* Add styles for screens smaller than 440px */
}

/* Media queries go here if needed */
@media screen and (max-width: 1100px) {
    /* Add styles for screens smaller than 1100px */
}

@media screen and (max-width: 700px) {
    /* Add styles for screens smaller than 700px */
}

@media screen and (max-width: 440px) {
    /* Add styles for screens smaller than 440px */
}

@media screen and (max-width: 1100px) {
    .eventsPageContainer {
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 700px) {
    .eventsPageContainer {
        padding-top: 30px;
    }
}




.feesContainer {
    border: 1px solid lightgrey;
    border-radius: 10px;
    background-color: white;
    padding: 10px 20px;
}
.feesTitle {
    color: green;
}
.footerCont {
    background-color: #023047;
    padding: 20px;
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 0px;
    z-index: 10;
}

.footerCont1 {
    max-width: 1900px;
    margin: auto;
    display: flex;
    flex-direction: row;
    padding: 20px 0px;
    gap: 20px;
}

.footerLeft {
    flex: 1 1;
}

.footerLeft > div {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    margin-bottom: 50px;
}

.footerLeft > div > span {
    color: white;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    max-width: 500px;
    flex: 1.5 1;
}

.footerLeft > div > .imgCont {
    flex: 1 1;
    max-width: 130px;
    max-height: 130px;
}

.footerLeft > div > .imgCont > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footerBottom {
    flex: 1.5 1;
}

.footerGrid {
    color: white;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.footerGrid > .column {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footerGrid .item {
    padding-right: 5px;
    font-size: 14px;
}

.footerGrid > .column > .title {
    font-weight: 800;
    font-size: 14px;
}

.footerGrid .item:hover {
    color: #ffa500;
}

.footerGrid1 {
    display: grid;
    margin-top: 50px;
    color: white;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: 
    "first first first second";
}

.footerGrid1 > div:nth-child(1) {
    grid-area: first;
    padding-right: 50px;
    font-size: 14.5px;
}

.footerGrid1 > div:nth-child(2) {
    grid-area: second;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.footerGrid1 > div:nth-child(2) > svg {
    width: 27px;
    height: 27px;
    cursor: pointer;
}

.madeBy {
    padding: 10px;
    background-color: #003a57;
    margin: 0 -20px;
    text-align: center;
    color: white;
    margin-top: 30px;
    font-size: 14px;
}

/* Media Queries */
@media screen and (max-width: 500px) {
    .footerCont {
        margin-top: 60px;
    }
}

@media screen and (max-width: 810px) {
    .footerLeft > div {
        margin: 0 -40px;
    }
    .footerGrid {
        margin: 0 -25px;
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }
    .footerGrid1 {
        margin-left: -25px;
        margin-right: -25px;
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas: 
        "first"
        "second";
        padding-right: 0;
    }
}

@media screen and (max-width: 405px) {
    .footerGrid {
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
    }
}

@media screen and (max-width: 1330px) {
    .footerCont1 {
        flex-direction: column;
        padding-top: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 1490px) {
    .footerLeft > div > span {
        max-width: 300px;
    }
}

@media screen and (max-width: 600px) {
    .footerLeft > div > span {
        font-size: 15px;
    }
    .footerLeft > div > .imgCont {
        max-width: 110px;
        max-height: 110px;
    }
}

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

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

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

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 1400px) {

  .container {
    max-width: 1400px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-2 {
  left: 0.5rem;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[calc\(60px\)\] {
  top: calc(60px);
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-7 {
  height: 1.75rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[var\(--radix-select-trigger-height\)\] {
  height: var(--radix-select-trigger-height);
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-96 {
  max-height: 24rem;
}
.w-0 {
  width: 0px;
}
.w-1 {
  width: 0.25rem;
}
.w-10 {
  width: 2.5rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[280px\] {
  width: 280px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[8rem\] {
  min-width: 8rem;
}
.min-w-\[var\(--radix-select-trigger-width\)\] {
  min-width: var(--radix-select-trigger-width);
}
.max-w-lg {
  max-width: 32rem;
}
.flex-1 {
  flex: 1 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.caption-bottom {
  caption-side: bottom;
}
.border-collapse {
  border-collapse: collapse;
}
.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));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default {
  cursor: default;
}
.touch-none {
  touch-action: none;
}
.select-none {
  -webkit-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[inherit\] {
  border-radius: inherit;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-\[1\.5px\] {
  border-width: 1.5px;
}
.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-dashed {
  border-style: dashed;
}
.border-\[--color-border\] {
  border-color: var(--color-border);
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-200\/50 {
  border-color: rgb(229 231 235 / 0.5);
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-t-transparent {
  border-top-color: transparent;
}
.bg-\[--color-bg\] {
  background-color: var(--color-bg);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-100\/50 {
  background-color: rgb(243 244 246 / 0.5);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[1px\] {
  padding: 1px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[0\.8rem\] {
  font-size: 0.8rem;
}
.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-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-none {
  line-height: 1;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-current {
  color: currentColor;
}
.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-offset-white {
  --tw-ring-offset-color: #fff;
}
.\!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);
}
.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;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes enter {

  from {
    opacity: 1;
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {

  to {
    opacity: 1;
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.duration-200 {
  animation-duration: 200ms;
}
.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.running {
  animation-play-state: running;
}

.outerContainer {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #ffffffbb;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    filter: blur(0.1);
    @media screen and (max-width: 399px) {
        justify-content: space-between;
        height: 60px;
    }
}
.preHeader::before {
    /* content: "";
    position: absolute;
    top: 0;
    width: 100vw;
    right: 0;
    left: 0;
    height: 55px;
    background-color: orange; */
    
}
.preHeader {
    max-width: 1580px;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 10px 0;
    height: 55px;
    position: relative;
    transition: 0.3s ease-in-out;  
    background: transparent;
    

    
    border-bottom: 0.5px solid #dddddd;
    @media screen and (max-width: 799px) {
        display: none;
    }

    .socials {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0 20px;
        gap: 10px;
        svg {
            color: orange;
            width: 20px;
            height: 20px;
            cursor: pointer;
        }
    }
    
    .params {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .param {
        display: flex;
        flex-direction: row;
        gap: 10px;
        align-items: center;
        margin: 0 20px;
        
        svg {
            color: orange;
            width: 23px;
            height: 23px;
        }
        .paramTitle {
            font-size: 12px;
            font-weight: 500;
        }
        .description {
            color: #7e7e7e;
            font-size: 13px;
            margin-top: -2px;
        }
    }
}
.secondContainer {
    flex: 1 1;
    z-index: 5;
    transition: 0.3s ease-in-out;  
}

/* Media Queries */
@media screen and (max-width: 400px) {
    .secondContainer {
        justify-content: space-between;
    }
}
.container {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 10px;
    max-width: 1600px;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    gap: 10px;
    background: transparent;
    transition: 0.3s ease-in-out;  
    box-sizing: border-box;
}

/* Media Queries */
@media screen and (max-width: 400px) {
    .container {
        justify-content: space-between;
    }
}
.logo {
    width: 50px;
    height: auto;
    cursor: pointer;
}
.logoTextCont {
    cursor: pointer;
}

/* Media Queries */
@media screen and (max-width: 1409px) {
    .logoTextCont {
        max-width: 100%;
        flex: 1 1;
    }
}

@media screen and (max-width: 400px) {
    .logoTextCont {
        display: none;
    }
}
.logoText {
    color: grey;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    max-width: 300px;
    margin-left: 0;
    margin-right: 20px;
}

/* Media Queries */
@media screen and (max-width: 1300px) {
    .logoText {
        flex: 1 1;
        max-width: 200px;
        font-size: 12px;
    }
}

@media screen and (max-width: 550px) {
    .logoText {
        max-width: 200px;
        font-weight: 600; /* This line is redundant since font-weight is already set */
        font-size: 12px;
    }
}
.menuItems {
    display: flex;
    justify-content: center;
    z-index: 1000;
}

/* Media Queries */
@media screen and (max-width: 1409px) {
    .menuItems {
        display: none;
    }
}
.menuItem {
    cursor: pointer;
    padding: 8px 20px;
    color: #616161;
    margin: 0 4px; /* Consolidated margin properties */
    transition: 0.3s ease-in-out;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 14px;
}

/* Media Queries */
@media screen and (max-width: 1409px) {
    .menuItem {
        display: none;
    }
}
.menuItem:hover {
    background-color: #ec9a00;
    border-radius: 10px;
}
.menuItem:hover > span, .menuItem:hover > svg {
    color: white;
}

.menuItem > svg, .menuItem1 > svg {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    color: grey;
    
}
.menuItem1 {
    cursor: pointer;
    padding: 8px 20px;
    margin: 0 4px; /* Consolidated margin properties */
    transition: 0.3s ease-in-out;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #ec9a00;
    border-radius: 10px;
    font-size: 14px;
    color: grey;
}

/* Media Queries */
@media screen and (max-width: 1409px) {
    .menuItem1 {
        display: none;
    }
}
.menuItem1 > svg, .menuItem1 > span {
    color: white;
}
.contact {
    background-color: white;
    border: 2px solid #e69500;
    padding: 5px 5px;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    display: inline;
    min-width: 130px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    align-self: center;
    text-align: center;
    color: #e69500;
    
    position: relative;
    overflow: hidden!important;
    transition: all .3s ease-in-out;
    background: transparent!important;
    z-index:10;
    
}

.contact:hover{
    border: 2px solid #e69500;
	color: #ffffff!important;
}
.contact::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #e69500;
    position: absolute; 
   transform: skewX(-20deg);   
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
  transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
	   box-shadow:2px 0px 14px rgba(0,0,0,.6);
  } 

.contact::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #001d6b;
    position: absolute; 
 transform: skewX(-20deg);   
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
    box-shadow: 2px 0px 14px rgba(0,0,0,.6);
}
.contact:hover::before, .seeMore:hover::before{
	opacity:1;
	width: 116%;
}
.contact:hover::after, .seeMore:hover::after{
	opacity:1;
	width: 120%;
}
.headerEnd {
    flex: 1 1;
    justify-content: flex-end;
    display: flex;
}

/* Media Queries */
@media screen and (max-width: 1409px) {
    .headerEnd {
        display: none;
    }
}
.secondMenu {

}
.subMenu {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-transform: capitalize;
}
.subItem {
    
    &:hover {
        color: #ec9a00
    }
}
.subItem1 {
    color: #ec9a00;
    position: relative;
    padding-left: 10px;
}

/* Pseudo-element */
.subItem1::before {
    content: '.';
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: -2.8px;
    font-weight: 900;
}
.bi-listCont {
    display: none;
}

/* Media Queries */
@media screen and (max-width: 1409px) {
    .bi-listCont {
        cursor: pointer;
        display: block;
        background-color: #ec9a00;
        padding: 7.5px;
        border-radius: 7px;
        animation: disappear 0.3s ease-in-out;
        transition: 0.3s ease;
    }
}
.bi-listCont1 {
    display: none;
}

/* Media Queries */
@media screen and (max-width: 1409px) {
    .bi-listCont1 {
        cursor: pointer;
        display: block;
        background-color: black;
        padding: 7.5px;
        border-radius: 10px;
        animation: appear 0.3s ease-in-out;
        visibility: visible;
    }
}
svg[class~='bi-list'] {
    width: 20px;
    height: 2%;
    color: white;
    
}
svg[class~='bi-x'] {
    width: 20px;
    height: 2%;
    color: white;
    
}
svg[class~='bi-brightness-high'] {
    cursor: pointer;
}
#overlay-content {
    z-index: 101;
}
.mobileItems {
    box-shadow: rgba(0, 0, 0, 0.192) 0px 0px 20px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-29%, 33%);
    border-radius: 10px;
    background-color: white;
    z-index: 2;
    
    
     
}
.mobileItem {
    margin: 5px;
    padding: 10px 110px 10px 20px;
    color: grey;
    border-radius: 10px;       
    font-size: 15.5px; 
    cursor: pointer;
}
.mobileItem1 {
    margin: 5px;
    padding: 10px 110px 10px 20px;
    color: grey;
    border-radius: 10px;       
    font-size: 15.5px; 
    cursor: pointer;
    background-color: #c7c7c759;

}
.sideMenu {
    display: none;
}

/* Media Queries */
@media screen and (max-width: 1409px) {
    .sideMenu {
        display: block;
    }
}
.fadeIn {
    animation: appear 0.3s ease-in-out;
    visibility: visible;
}
.fadeOut {
    animation: disappear 0.3s ease-in-out;
    visibility: hidden;
    transition: 0.3s ease;
}
.sideHeader {
    padding: 5px 15px;
    padding-top: 10px;
    width: 100%;
    display: flex;
    height: 76px;
    align-items: center;
    background: transparent;
}
.sideText {
    color: grey;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    max-width: 300px;
}
.sideLogo {
    width: 60px;
    height: 60px;
    
}
.sideMenu {
    z-index: 1000;
}
.sideMenuItems {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
    text-transform: capitalize;
}
.sideMenuItem {
    display: flex;
    flex-direction: row;
    padding: 10px 25px;
    align-items: center;
    font-size: 15px;
    margin-bottom: 5px;
    justify-content: space-between;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;

    
    &:hover {
        color: #ec9a00;
    }
}
.sideMenuItem2 {
    display: flex;
    flex-direction: row;
    padding: 10px 25px;
    align-items: center;
    font-size: 15px;
    margin-bottom: 5px;
    justify-content: space-between;
    cursor: pointer;
    margin-left: 5px;
    background-color: #ec9a00;
    margin-right: 5px;
    color: white;
    border-radius: 5px
}
.sideMenuItem1 {
    display: flex;
    flex-direction: row;
    padding: 10px 25px;
    align-items: center;
    font-size: 16px;
    margin-bottom: 5px;

}
.sideMenuItem1 > svg {
    width: 30px;
    height: 30px;
    align-self: center;
    margin-top: 1px;
}
.sideMenuItem > svg {
    width: 15px;
    height: 15px;
    align-self: center;
}


@keyframes appear {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes disappear {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.swiper {
    width: 100%;
    height: 730px;
    z-index: 5;
    position: relative;
    background-color: #5c5c5c;
    background-image: linear-gradient(90deg, rgba(91, 91, 91, 1.00) 0%, rgba(112, 112, 112, 1.00) 40%, rgba(91, 91, 91, 1.00) 80%, rgba(91, 91, 91, 1.00) 97%);
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: loadingShimmer;
    animation-timing-function: linear;
    background-color: #efefef;
    background-image: linear-gradient(90deg, rgba(239, 239, 239, 1.00) 0%, rgba(221, 221, 221, 1.00) 40%, rgba(239, 239, 239, 1.00) 80%, rgba(239, 239, 239, 1.00) 97%);
    background-repeat: no-repeat;
    background-size: 50%;
}

/* Media Queries */
@media screen and (max-width: 1370px) {
    .swiper {
        height: 670px;
    }
}

@media screen and (max-width: 1170px) {
    .swiper {
        height: 570px;
    }
}

@media screen and (max-width: 970px) {
    .swiper {
        height: 570px; /* Maintain this height for both 970px and below */
    }
}

@media screen and (max-width: 700px) {
    .swiper {
        height: 420px;
    }
}

@media screen and (max-width: 600px) {
    .swiper {
        height: 350px;
    }
}
  /* @keyframes placeholderShimmer {
    0% {
      background-position: -468px 0;
    }
  
    100% {
      background-position: 468px 0;
    }
  } */
  @keyframes loadingShimmer {
    0% {
      background-position: -100% 0;
    }
  
    100% {
      background-position: 200% 0;
    }
  }
  .swiper::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background-image: linear-gradient(to bottom, transparent 95%, rgb(255, 255, 255) 100%);
    pointer-events: none;
    z-index: 100;


    
  }
  .slideTextCont {
    position: absolute;
    z-index: 100;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;


  }
  .slideText {
    margin: auto;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    max-width: 70%;
}

/* Media Queries */
@media screen and (max-width: 925px) {
    .slideText {
        font-size: 30px;
    }
}

@media screen and (max-width: 780px) {
    .slideText {
        font-size: 25px;
    }
}

@media screen and (max-width: 580px) {
    .slideText {
        font-size: 18px;
    }
}
  .swiper-slide img, .swiper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
    z-index: 10;
  }
  .swiper video {
    filter: brightness(0.6);
  }
  .autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 101; /* Merged z-index values */
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: orange;
}

/* Media Queries */
@media screen and (max-width: 500px) {
    .autoplay-progress {
        width: 30px;
        height: 30px;
    }
}
  
  .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: orange;
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
  }
  
.swiper-button-next,
.swiper-button-prev {
    display: none;
    visibility: hidden;
}
.button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    background-color: rgba(56, 56, 56, 0.808);
    color: orange;
    border: none;
    padding: 10px;
    border-radius: 10px;
    opacity: 0.5;
}

/* Media Queries */
@media screen and (max-width: 500px) {
    .button {
        display: none;
    }
}
  
  .button.left {
    left: 10px;
  }
  
  .button.right {
    right: 10px;
  }
  .button > svg {
    width: 25px;
    height: 25px;
}

/* Media Queries */
@media screen and (max-width: 580px) {
    .button > svg {
        width: 20px;
        height: 20px;
    }
}
  @media screen and (max-width: 400px) {
    .outerContainer {
        justify-content: space-between;
        height: 60px;
    }

    .preHeader {
        display: none;
    }

    .container {
        justify-content: space-between;
    }

    .logoTextCont {
        display: none;
    }

    .menuItems {
        display: none;
    }

    .menuItem {
        display: none;
    }

    .menuItem1 {
        display: none;
    }

    .headerEnd {
        display: none;
    }

    .bi-listCont {
        display: block;
        cursor: pointer;
        background-color: #ec9a00;
        padding: 7.5px;
        border-radius: 7px;
        animation: disappear 0.3s ease-in-out;
        transition: 0.3s ease;
    }

    .bi-listCont1 {
        display: block;
        cursor: pointer;
        background-color: black;
        padding: 7.5px;
        border-radius: 10px;
        animation: appear 0.3s ease-in-out;
        visibility: visible;
    }

    .sideMenu {
        display: block;
    }
}

@media screen and (max-width: 800px) {
    .preHeader {
        display: none;
    }
}

@media screen and (max-width: 1409px) {
    .logoTextCont {
        max-width: 100%;
        flex: 1 1;
    }

    .menuItems {
        display: none;
    }

    .menuItem {
        display: none;
    }

    .menuItem1 {
        display: none;
    }

    .headerEnd {
        display: none;
    }

    .bi-listCont {
        display: block;
        cursor: pointer;
        background-color: #ec9a00;
        padding: 7.5px;
        border-radius: 7px;
        animation: disappear 0.3s ease-in-out;
        transition: 0.3s ease;
    }

    .bi-listCont1 {
        display: block;
        cursor: pointer;
        background-color: black;
        padding: 7.5px;
        border-radius: 10px;
        animation: appear 0.3s ease-in-out;
        visibility: visible;
    }

    .sideMenu {
        display: block;
    }
}

@media screen and (max-width: 1370px) {
    .swiper {
        height: 670px;
    }
}

@media screen and (max-width: 1170px) {
    .swiper {
        height: 570px;
    }
}

@media screen and (max-width: 970px) {
    .swiper {
        height: 570px;
    }
}

@media screen and (max-width: 700px) {
    .swiper {
        height: 420px;
    }
}

@media screen and (max-width: 600px) {
    .swiper {
        height: 350px;
    }
}

@media screen and (max-width: 925px) {
    .slideText {
        font-size: 30px;
    }
}

@media screen and (max-width: 780px) {
    .slideText {
        font-size: 25px;
    }
}

@media screen and (max-width: 580px) {
    .slideText {
        font-size: 18px;
    }

    .button {
        display: none;
    }

    .button > svg {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 550px) {
    .logo {
        width: 50px;
    }

    .logoText {
        max-width: 200px;
        font-weight: 600;
        font-size: 12px;
    }
}

@media screen and (max-width: 500px) {
    .autoplay-progress {
        width: 30px;
        height: 30px;
    }
}

/* corrected media queries */
@media screen and (max-width: 400px) {
    .outerContainer {
        justify-content: space-between;
        height: 60px;
    }

    .preHeader {
        display: none;
    }

    .container {
        justify-content: space-between;
    }

    .logoTextCont {
        display: none;
    }

    .menuItems {
        display: none;
    }

    .menuItem {
        display: none;
    }

    .menuItem1 {
        display: none;
    }

    .headerEnd {
        display: none;
    }

    .bi-listCont {
        display: block;
        cursor: pointer;
        background-color: #ec9a00;
        padding: 7.5px;
        border-radius: 7px;
        animation: disappear 0.3s ease-in-out;
        transition: 0.3s ease;
    }

    .bi-listCont1 {
        display: block;
        cursor: pointer;
        background-color: black;
        padding: 7.5px;
        border-radius: 10px;
        animation: appear 0.3s ease-in-out;
        visibility: visible;
    }

    .sideMenu {
        display: block;
    }
}

@media screen and (max-width: 800px) {
    .preHeader {
        display: none;
    }
}

@media screen and (max-width: 1409px) {
    .logoTextCont {
        max-width: 100%;
        flex: 1 1;
    }

    .menuItems {
        display: none;
    }

    .menuItem {
        display: none;
    }

    .menuItem1 {
        display: none;
    }

    .headerEnd {
        display: none;
    }

    .bi-listCont {
        display: block;
        cursor: pointer;
        background-color: #ec9a00;
        padding: 7.5px;
        border-radius: 7px;
        animation: disappear 0.3s ease-in-out;
        transition: 0.3s ease;
    }

    .bi-listCont1 {
        display: block;
        cursor: pointer;
        background-color: black;
        padding: 7.5px;
        border-radius: 10px;
        animation: appear 0.3s ease-in-out;
        visibility: visible;
    }

    .sideMenu {
        display: block;
    }
}

@media screen and (max-width: 1370px) {
    .swiper {
        height: 670px;
    }
}

@media screen and (max-width: 1170px) {
    .swiper {
        height: 570px;
    }
}

@media screen and (max-width: 970px) {
    .swiper {
        height: 570px;
    }
}

@media screen and (max-width: 700px) {
    .swiper {
        height: 420px;
    }
}

@media screen and (max-width: 600px) {
    .swiper {
        height: 350px;
    }
}

@media screen and (max-width: 925px) {
    .slideText {
        font-size: 30px;
    }
}

@media screen and (max-width: 780px) {
    .slideText {
        font-size: 25px;
    }
}

@media screen and (max-width: 580px) {
    .slideText {
        font-size: 18px;
    }

    .button {
        display: none;
    }

    .button > svg {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 550px) {
    .logo {
        width: 50px;
    }

    .logoText {
        max-width: 200px;
        font-weight: 600;
        font-size: 12px;
    }
}

@media screen and (max-width: 500px) {
    .autoplay-progress {
        width: 30px;
        height: 30px;
    }
}

.placeholder\:text-gray-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.focus-within\:relative:focus-within {
  position: relative;
}

.focus-within\:z-20:focus-within {
  z-index: 20;
}

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

.hover\:bg-gray-100\/50:hover {
  background-color: rgb(243 244 246 / 0.5);
}

.hover\:bg-gray-100\/80:hover {
  background-color: rgb(243 244 246 / 0.8);
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.hover\:bg-gray-900\/90:hover {
  background-color: rgb(17 24 39 / 0.9);
}

.hover\:bg-red-500\/90:hover {
  background-color: rgb(239 68 68 / 0.9);
}

.hover\:text-gray-50:hover {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

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

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

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

.focus\:bg-gray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.focus\:text-gray-50:focus {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.focus\:text-gray-900:focus {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

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

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-gray-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 7 18 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

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

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-gray-950:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 7 18 / var(--tw-ring-opacity));
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

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

.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}

.peer:disabled ~ .peer-disabled\:opacity-70 {
  opacity: 0.7;
}

.aria-selected\:bg-gray-100[aria-selected="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.aria-selected\:bg-gray-100\/50[aria-selected="true"] {
  background-color: rgb(243 244 246 / 0.5);
}

.aria-selected\:text-gray-500[aria-selected="true"] {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.aria-selected\:text-gray-900[aria-selected="true"] {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.aria-selected\:opacity-100[aria-selected="true"] {
  opacity: 1;
}

.aria-selected\:opacity-30[aria-selected="true"] {
  opacity: 0.3;
}

.data-\[disabled\]\:pointer-events-none[data-disabled] {
  pointer-events: none;
}

.data-\[side\=bottom\]\:translate-y-1[data-side=bottom] {
  --tw-translate-y: 0.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));
}

.data-\[side\=left\]\:-translate-x-1[data-side=left] {
  --tw-translate-x: -0.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));
}

.data-\[side\=right\]\:translate-x-1[data-side=right] {
  --tw-translate-x: 0.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));
}

.data-\[side\=top\]\:-translate-y-1[data-side=top] {
  --tw-translate-y: -0.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));
}

@keyframes accordion-up {

  from {
    height: var(--radix-accordion-content-height);
  }

  to {
    height: 0;
  }
}

.data-\[state\=closed\]\:animate-accordion-up[data-state=closed] {
  animation: accordion-up 0.2s ease-out;
}

@keyframes accordion-down {

  from {
    height: 0;
  }

  to {
    height: var(--radix-accordion-content-height);
  }
}

.data-\[state\=open\]\:animate-accordion-down[data-state=open] {
  animation: accordion-down 0.2s ease-out;
}

.data-\[state\=checked\]\:bg-orange-400[data-state=checked] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}

.data-\[state\=open\]\:bg-gray-100[data-state=open] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.data-\[state\=selected\]\:bg-gray-100[data-state=selected] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.data-\[state\=checked\]\:text-gray-50[data-state=checked] {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.data-\[state\=open\]\:text-gray-500[data-state=open] {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.data-\[disabled\]\:opacity-50[data-disabled] {
  opacity: 0.5;
}

.data-\[state\=closed\]\:duration-300[data-state=closed] {
  transition-duration: 300ms;
}

.data-\[state\=open\]\:duration-500[data-state=open] {
  transition-duration: 500ms;
}

.data-\[state\=open\]\:animate-in[data-state=open] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[state\=closed\]\:animate-out[data-state=closed] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[state\=closed\]\:fade-out-0[data-state=closed] {
  --tw-exit-opacity: 0;
}

.data-\[state\=open\]\:fade-in-0[data-state=open] {
  --tw-enter-opacity: 0;
}

.data-\[state\=closed\]\:zoom-out-95[data-state=closed] {
  --tw-exit-scale: .95;
}

.data-\[state\=open\]\:zoom-in-95[data-state=open] {
  --tw-enter-scale: .95;
}

.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom] {
  --tw-enter-translate-y: -0.5rem;
}

.data-\[side\=left\]\:slide-in-from-right-2[data-side=left] {
  --tw-enter-translate-x: 0.5rem;
}

.data-\[side\=right\]\:slide-in-from-left-2[data-side=right] {
  --tw-enter-translate-x: -0.5rem;
}

.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top] {
  --tw-enter-translate-y: 0.5rem;
}

.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed] {
  --tw-exit-translate-y: 100%;
}

.data-\[state\=closed\]\:slide-out-to-left[data-state=closed] {
  --tw-exit-translate-x: -100%;
}

.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed] {
  --tw-exit-translate-x: -50%;
}

.data-\[state\=closed\]\:slide-out-to-right[data-state=closed] {
  --tw-exit-translate-x: 100%;
}

.data-\[state\=closed\]\:slide-out-to-top[data-state=closed] {
  --tw-exit-translate-y: -100%;
}

.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed] {
  --tw-exit-translate-y: -48%;
}

.data-\[state\=open\]\:slide-in-from-bottom[data-state=open] {
  --tw-enter-translate-y: 100%;
}

.data-\[state\=open\]\:slide-in-from-left[data-state=open] {
  --tw-enter-translate-x: -100%;
}

.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open] {
  --tw-enter-translate-x: -50%;
}

.data-\[state\=open\]\:slide-in-from-right[data-state=open] {
  --tw-enter-translate-x: 100%;
}

.data-\[state\=open\]\:slide-in-from-top[data-state=open] {
  --tw-enter-translate-y: -100%;
}

.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open] {
  --tw-enter-translate-y: -48%;
}

.data-\[state\=closed\]\:duration-300[data-state=closed] {
  animation-duration: 300ms;
}

.data-\[state\=open\]\:duration-500[data-state=open] {
  animation-duration: 500ms;
}

.dark\:border-gray-50:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.dark\:border-gray-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.dark\:border-gray-800\/50:is(.dark *) {
  border-color: rgb(31 41 55 / 0.5);
}

.dark\:bg-gray-50:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.dark\:bg-gray-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.dark\:bg-gray-800\/50:is(.dark *) {
  background-color: rgb(31 41 55 / 0.5);
}

.dark\:bg-gray-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}

.dark\:bg-red-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}

.dark\:text-gray-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.dark\:text-gray-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.dark\:text-gray-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.dark\:ring-offset-gray-950:is(.dark *) {
  --tw-ring-offset-color: #030712;
}

.dark\:placeholder\:text-gray-400:is(.dark *)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.dark\:hover\:bg-gray-50:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.dark\:hover\:bg-gray-50\/90:hover:is(.dark *) {
  background-color: rgb(249 250 251 / 0.9);
}

.dark\:hover\:bg-gray-800:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.dark\:hover\:bg-gray-800\/50:hover:is(.dark *) {
  background-color: rgb(31 41 55 / 0.5);
}

.dark\:hover\:bg-gray-800\/80:hover:is(.dark *) {
  background-color: rgb(31 41 55 / 0.8);
}

.dark\:hover\:bg-red-900\/90:hover:is(.dark *) {
  background-color: rgb(127 29 29 / 0.9);
}

.dark\:hover\:text-gray-50:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.dark\:hover\:text-gray-900:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.dark\:focus\:bg-gray-50:focus:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.dark\:focus\:bg-gray-800:focus:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.dark\:focus\:text-gray-50:focus:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.dark\:focus\:text-gray-900:focus:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.dark\:focus\:ring-gray-300:focus:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.dark\:focus-visible\:ring-gray-300:focus-visible:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.dark\:focus-visible\:ring-orange-300:focus-visible:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity));
}

.dark\:aria-selected\:bg-gray-800[aria-selected="true"]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.dark\:aria-selected\:bg-gray-800\/50[aria-selected="true"]:is(.dark *) {
  background-color: rgb(31 41 55 / 0.5);
}

.dark\:aria-selected\:text-gray-400[aria-selected="true"]:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.dark\:aria-selected\:text-gray-50[aria-selected="true"]:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.dark\:data-\[state\=checked\]\:bg-orange-50[data-state=checked]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}

.dark\:data-\[state\=open\]\:bg-gray-800[data-state=open]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.dark\:data-\[state\=selected\]\:bg-gray-800[data-state=selected]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.dark\:data-\[state\=checked\]\:text-orange-900[data-state=checked]:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity));
}

.dark\:data-\[state\=open\]\:text-gray-400[data-state=open]:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

@media (min-width: 640px) {

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

  .sm\:max-w-sm {
    max-width: 24rem;
  }

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

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

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

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

.\[\&\:has\(\[aria-selected\]\)\]\:bg-gray-100:has([aria-selected]) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.dark\:\[\&\:has\(\[aria-selected\]\)\]\:bg-gray-800:has([aria-selected]):is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-gray-100\/50:has([aria-selected].day-outside) {
  background-color: rgb(243 244 246 / 0.5);
}

.dark\:\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-gray-800\/50:has([aria-selected].day-outside):is(.dark *) {
  background-color: rgb(31 41 55 / 0.5);
}

.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end) {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]) {
  padding-right: 0px;
}

.\[\&\>span\]\:line-clamp-1>span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.\[\&\>svg\]\:h-2\.5>svg {
  height: 0.625rem;
}

.\[\&\>svg\]\:h-3>svg {
  height: 0.75rem;
}

.\[\&\>svg\]\:w-2\.5>svg {
  width: 0.625rem;
}

.\[\&\>svg\]\:w-3>svg {
  width: 0.75rem;
}

.\[\&\>svg\]\:text-gray-500>svg {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.dark\:\[\&\>svg\]\:text-gray-400>svg:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.\[\&\>tr\]\:last\:border-b-0:last-child>tr {
  border-bottom-width: 0px;
}

.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg {
  --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));
}

.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke='#fff'] {
  stroke: transparent;
}

.\[\&_\.recharts-layer\]\:outline-none .recharts-layer {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke='#fff'] {
  stroke: transparent;
}

.\[\&_\.recharts-sector\]\:outline-none .recharts-sector {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_\.recharts-surface\]\:outline-none .recharts-surface {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_tr\:last-child\]\:border-0 tr:last-child {
  border-width: 0px;
}

.\[\&_tr\]\:border-b tr {
  border-bottom-width: 1px;
}
.healthContainer {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

@media screen and (max-width: 1100px) {
    .healthContainer {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1080px) {
    .healthContainer {
        flex-direction: column;
    }
}
.healthContainer .firstContainer {
    flex: 1 1;
    display: flex;
    flex-direction: column;
}

.healthContainer .firstContainer .section {
    padding: 10px;
    background-color: white;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    margin-bottom: 20px;
}

.healthContainer .firstContainer .section .title {
    font-weight: 500;
    font-size: 15px;
    margin: 0;
}

.healthContainer .firstContainer .player {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.healthContainer .firstContainer .playerInfo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.healthContainer .firstContainer .playerInfo .title {
    color: #023047;
    font-weight: 500;
    font-size: 15px;
}

.healthContainer .firstContainer .description {
    background-color: #eeeeee;
    padding: 15px;
    border-radius: 10px;
    color: grey;
    font-size: 14.5px;
}

.healthContainer .firstContainer .videoContainer {
    border-radius: 5px;
    aspect-ratio: 4/2;
    height: 100%;
    width: 100%;
    background-color: #5c5c5c;
    background-image: linear-gradient(90deg, rgba(91, 91, 91, 1.00) 0%, rgba(112, 112, 112, 1.00) 40%, rgba(91, 91, 91, 1.00) 80%, rgba(91, 91, 91, 1.00) 97%);
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: loadingShimmer;
    animation-timing-function: linear;
    background-color: #efefef;
    background-image: linear-gradient(90deg, rgba(239, 239, 239, 1.00) 0%, rgba(221, 221, 221, 1.00) 40%, rgba(239, 239, 239, 1.00) 80%, rgba(239, 239, 239, 1.00) 97%);
    background-repeat: no-repeat;
    background-size: 50%;
}

.healthContainer .firstContainer .videoContainer img {
    aspect-ratio: 4/3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.healthContainer .firstContainer .imgContainer {
    padding: 15px;
    background-color: #e7eff3;
    border-radius: 100px;
    margin: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #023047;
    font-size: 16px;
    font-weight: 500;
}

.healthContainer .firstContainer .outputs {
    margin-top: 20px;
    font-size: 14px;
}

.healthContainer .firstContainer .outputs ol {
    -webkit-text-decoration: dotted;
            text-decoration: dotted;
    padding: 0 20px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: grey;
    list-style: circle;
}

.healthContainer .firstContainer .outputs ul {
    -webkit-text-decoration: dotted;
            text-decoration: dotted;
    padding: 0 20px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: grey;
    list-style: circle;
}

.healthContainer .firstContainer .outputs li:first-child {
    margin-top: 10px;
}

.healthContainer .firstContainer .recommendations {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 15px;
}

.healthContainer .firstContainer .recommendations .recom {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.healthContainer .firstContainer .recommendations .recom .imageContainer {
    flex: 1 1;
    aspect-ratio: 4/2;
    border-radius: 10px;
    overflow: hidden;
    max-width: 150px;
    background-color: #e3e3e3;
    background-color: #5c5c5c;
    background-image: linear-gradient(90deg, rgba(91, 91, 91, 1.00) 0%, rgba(112, 112, 112, 1.00) 40%, rgba(91, 91, 91, 1.00) 80%, rgba(91, 91, 91, 1.00) 97%);
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: loadingShimmer;
    animation-timing-function: linear;
    background-color: #efefef;
    background-image: linear-gradient(90deg, rgba(239, 239, 239, 1.00) 0%, rgba(221, 221, 221, 1.00) 40%, rgba(239, 239, 239, 1.00) 80%, rgba(239, 239, 239, 1.00) 97%);
    background-repeat: no-repeat;
    background-size: 50%;
}

.healthContainer .firstContainer .recommendations .recom .imageContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.healthContainer .firstContainer .recommendations .recom .info {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    justify-content: space-between;
}

.healthContainer .firstContainer .recommendations .recom .info .title {
    font-size: 14px;
    color: grey;
    font-weight: 400;
}

/* Media Queries */
@media screen and (max-width: 440px) {
    .healthContainer .firstContainer .description {
        font-size: 13px;
    }
}

@media screen and (max-width: 1080px) {
    .healthContainer .firstContainer .recommendations {
        flex-direction: row;
        justify-content: space-between;
    }

    .healthContainer .firstContainer .recommendations .recom {
        flex: 1 1;
    }
}

@media screen and (max-width: 700px) {
    .healthContainer .firstContainer .recommendations {
        flex-direction: column;
    }
}

@keyframes loadingShimmer {
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 200% 0;
    }
}
.healthContainer .secondContainer {
    flex: 2.5 1;
    margin: 0;
    padding: 0;
    position: relative;
    padding-bottom: 20px;
}

@media screen and (max-width: 1100px) {
    .healthContainer .secondContainer {
        height: 100%;
    }
}

.healthContainer .secondContainer .courses {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-right: 5px;
    justify-content: stretch;
}

@media screen and (max-width: 1080px) {
    .healthContainer .secondContainer .courses {
        justify-content: stretch;
        margin: 0;
        gap: 15px;
    }
}

@media screen and (max-width: 630px) {
    .healthContainer .secondContainer .courses {
        grid-template-columns: repeat(1, 1fr);
    }
}

.healthContainer .secondContainer .course {
    box-shadow: 0px 0px 100px rgba(151, 151, 151, 0.24);
    margin: 10px;
    position: relative;
    background-color: #e7e7e7;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 1080px) {
    .healthContainer .secondContainer .course {
        margin: 0;
    }
}

.healthContainer .secondContainer .course:hover img {
    filter: brightness(0.5);
    transform: scale(1.2);
}

.healthContainer .secondContainer .course:hover .info > .title::before {
    width: 100%;
}

.healthContainer .secondContainer .course .imageContainer {
    background-color: #5c5c5c;
    background-image: linear-gradient(90deg, rgba(91, 91, 91, 1.00) 0%, rgba(112, 112, 112, 1.00) 40%, rgba(91, 91, 91, 1.00) 80%, rgba(91, 91, 91, 1.00) 97%);
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: loadingShimmer;
    animation-timing-function: linear;
    background-color: #efefef;
    background-image: linear-gradient(90deg, rgba(239, 239, 239, 1.00) 0%, rgba(221, 221, 221, 1.00) 40%, rgba(239, 239, 239, 1.00) 80%, rgba(239, 239, 239, 1.00) 97%);
    background-repeat: no-repeat;
    background-size: 50%;
    aspect-ratio: 4/2;
    overflow: hidden;
}

.healthContainer .secondContainer .course .imageContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}

.healthContainer .secondContainer .course .info {
    background-color: white;
    padding: 10px;
    flex: 1 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.healthContainer .secondContainer .course .info .title {
    font-weight: 600;
    margin-top: 10px;
}

.healthContainer .secondContainer .course .info .title::before {
    position: absolute;
    content: "";
    border-top: solid 6px orange;
    border-radius: 100px;
    width: 250px;
    min-width: 100px;
    top: -10px;
    transition: 0.3s ease-in-out;
}

.healthContainer .secondContainer .course .info .basicInfo {
    color: grey;
    font-size: 14px;
}

.healthContainer .secondContainer .course .learnMore {
    border: 2px orange solid;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    color: orange;
    font-size: 13px;
    padding: 3px 5px;
    margin-top: 5px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    align-self: flex-start;
    position: relative;
    overflow: hidden !important;
    background: transparent !important;
    z-index: 10;
}

.healthContainer .secondContainer .course .learnMore:hover {
    background: orange;
    color: white;
}

@media screen and (max-width: 440px) {
    .healthContainer .secondContainer .course .learnMore {
        width: 80px;
        font-size: 12px;
    }
}

.healthContainer .secondContainer .course .learnMore::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #e69500;
    position: absolute;
    transform: skewX(-20deg);   
    left: -10%;
    top: 0;
    z-index: -12;
    transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: 2px 0px 14px rgba(0, 0, 0, .6);
}

.healthContainer .secondContainer .course .learnMore::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #001d6b;
    position: absolute;
    transform: skewX(-20deg);   
    left: -10%;
    top: 0;
    z-index: -15;
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0px 14px rgba(0, 0, 0, .6);
}

.healthContainer .secondContainer .course .learnMore:hover::before {
    opacity: 1;
    width: 116%;
}

.healthContainer .secondContainer .course .learnMore:hover::after {
    opacity: 1;
    width: 120%;
}

@keyframes loadingShimmer {
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 200% 0;
    }
}
.coursesScrollArea {
    background-color: white;
    border: 1px solid #dfdfdf;
    height: 100%;
    max-height: 90vh;
}

@media screen and (max-width: 1080px) {
    .coursesScrollArea {
        height: auto;
        max-height: 100%;
        border: none;
    }
}
.aboutCourse {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: white;
    border: 1px solid #dfdfdf;
    padding: 15px;
    position: relative;
    border-radius: 5px;
}

.aboutCourse .imageContainer {
    aspect-ratio: 4/2;
    overflow: hidden;
    border-radius: 5px;
    background-color: #5c5c5c;
    background-image: linear-gradient(90deg, rgba(91, 91, 91, 1.00) 0%, rgba(112, 112, 112, 1.00) 40%, rgba(91, 91, 91, 1.00) 80%, rgba(91, 91, 91, 1.00) 97%);
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: loadingShimmer;
    animation-timing-function: linear;
    background-color: #efefef;
    background-image: linear-gradient(90deg, rgba(239, 239, 239, 1.00) 0%, rgba(221, 221, 221, 1.00) 40%, rgba(239, 239, 239, 1.00) 80%, rgba(239, 239, 239, 1.00) 97%);
    background-repeat: no-repeat;
    background-size: 50%;
}

.aboutCourse .imageContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutCourse .first {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 15%;
    flex-wrap: wrap;
    margin-top: -15px;
}

.aboutCourse .first .apply {
    border: 2px orange solid;
    width: 90px;
    text-align: center;
    border-radius: 5px;
    color: orange;
    font-size: 13px;
    padding: 5px;
    box-sizing: border-box;
    margin-top: 15px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    align-self: flex-start;
    position: relative;
    overflow: hidden !important;
    background: transparent !important;
    z-index: 10;
}

.aboutCourse .first .apply:hover {
    color: white;
}

.aboutCourse .first .apply::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #e69500;
    position: absolute;
    transform: skewX(-20deg);
    left: -10%;
    top: 0;
    z-index: -12;
    transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: 2px 0px 14px rgba(0, 0, 0, .6);
}

.aboutCourse .first .apply::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #001d6b;
    position: absolute;
    transform: skewX(-20deg);
    left: -10%;
    top: 0;
    z-index: -15;
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0px 14px rgba(0, 0, 0, .6);
}

.aboutCourse .first .apply:hover::before {
    opacity: 1;
    width: 116%;
}

.aboutCourse .first .apply:hover::after {
    opacity: 1;
    width: 120%;
}

.aboutCourse .first span {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #686868;
    font-size: 13px;
    margin-top: 15px;
}

.aboutCourse .first span svg {
    color: orange;
}

.aboutCourse .title {
    font-weight: 600;
    font-size: 26px;
}

.aboutCourse .description {
    color: grey;
    font-size: 15px;
}

.aboutCourse .description ul {
    -webkit-text-decoration: dotted;
            text-decoration: dotted;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: grey;
    list-style: circle;
}

.aboutCourse .description li:first-child {
    margin-top: 10px;
}

.aboutCourse .subTitle {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}

.aboutCourse .ul {
    -webkit-text-decoration: dotted;
            text-decoration: dotted;
    padding: 0 20px;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: grey;
    list-style: circle;
}

.aboutCourse .banner {
    background: #e38523;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.aboutCourse .banner .title {
    color: white;
}

.aboutCourse .banner .description {
    color: white;
    font-weight: 500;
}

@keyframes loadingShimmer {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 200% 0;
    }
}
 
 .historyContainer {
    padding: 50px 0;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
}
 
 .historyContainer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 49.9%;
    margin-left: -1px;
    width: 4px;
    height: 100%;
    background: #ffbb3c;
    z-index: 1
 }
 
 .timeline-block {
    width: calc(50% + 9px);
    display: flex;
    justify-content: space-between;
    clear: both;
    
 }
 
 .timeline-block-right {
    float: right;
 }
 
 .timeline-block-left {
    float: left;
    direction: rtl;

    .timeline-content {
        text-align: center;
        direction: ltr;
    }
 }
 
 .marker {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid white;
    background: orange;
    margin-top: 10px;
    z-index: 100
 }
 
 .timeline-content {
    width: 95%;
    padding: 20px;
    color: #666;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(151, 151, 151, 0.308);
    margin: 0 5px;
    text-align: center;
 }
 
 .timeline-content h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 500
 }
 
 .timeline-content span {
    font-size: 15px;
    color: #f59f00;
    font-weight: 500;
 }
 
 .timeline-content p {
    font-size: 14px;
    line-height: 1.5em;
    word-spacing: 1px;
    color: #888;
 }
 
 
 @media screen and (max-width: 768px) {
    .historyContainer:before {
       left: 9.5px;
       width: 3px;
    }
    .timeline-block {
       width: 100%;
       margin-bottom: 30px;
    }
    .timeline-block-right {
       float: none;
       .timeline-content {
        text-align: left;
        direction: ltr;
    }
    }
 
    .timeline-block-left {
       float: none;
       direction: ltr;

       .timeline-content {
        text-align: left;
        direction: ltr;
    }
    }
 }
 
.loginContainer {
    display: flex;
    flex-direction: row;
    max-width: 1250px;
    margin: auto;
    width: 100%;
    margin: 0 15px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #eeeeee;
    box-sizing: border-box;
    max-height: 800px;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    @media screen and (max-width: 569px) {
        flex-direction: column-reverse;
        gap: 50px
    }


.leftSide {
    box-sizing: border-box;

    background-color: green;
    flex: 1 1;
    position: relative;

    > img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
        filter: brightness(0.2);
    }
    .info {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        color: white;
        justify-content: space-between;
        display: flex;
        flex-direction: column;
        padding: 30px;

        .logoContainer {
            display: flex;
            flex-direction: row;
            gap: 10px;
            align-items: center;
            .logoText {
                color: white;
                margin: 0;
            }
        }
        .bottomText {
            font-size: 18px;
            font-weight: 600;
        }
    }
}
.rightSide {
    background: white;
    flex: 1 1;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    .info {
        max-width: 350px;
        width: 100%;
        display: flex;
        margin: 0 20px;
        flex-direction: column;
        align-items: flex-start;
        /* background-color: #ffff004d; */
    }
    .title {
        font-weight: 600;
        font-size: 22px;
        text-align: left;
    }
    .description {
        color: grey;
        font-size: 15px;
        margin-bottom: 10px;
    }
    .form {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
        width: 100%;
    }
    .label {
        font-weight: 500;
        font-size: 14px;
    }
    .loginInput {
        border: 1px solid #e2e2e2;
        border-radius: 5px;
        height: 35px;
        width: 100%;
        outline: none;
        padding: 5px;
        font-size: 14px;

    }
    .loginButton {
        margin-top: 20px;
        background-color: rgba(235, 153, 1, 0.863);
        width: 100px;
        text-align: center;
        color: white;
        height: 33px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
        
    }
    .errors {
        color: #e70000;
        margin-top: 15px;
        font-size: 14px;
    }
    
    
}
}
#newsContainer {
    display: flex;
}

#newsContainer .title {
    font-size: 23px;
    font-weight: 500;
    position: relative;
    color: #5a5a5a;
}

#newsContainer .title::before {
    position: absolute;
    content: "";
    border-top: solid 8px orange;
    border-radius: 100px;
    max-width: 300px;
    width: 80px;
    min-width: 100px;
    top: -10px;
}

.newsContainer {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding: 0px 15px;
    /* padding-top: 80px; */
}

.grid  {
    display: grid;
    margin-top: 20px;
    grid-template-columns: repeat(8, 1fr);
    grid-template-areas: 
        'first first first first fifth fifth sixth sixth'
        'third third fourth fourth second second second second';
    grid-gap: 10px;
    gap: 10px; 
    width: 100%;
}


.grid .newsBanners {
    display: flex;
    gap: 20px;
    flex-direction: row;
}

/* Flex item adjustments */
.grid .newsBanners .newsBanner:nth-child(1) {
    flex: 1.5 1;
}

.grid .newsBanners .newsBanner:nth-child(2) {
    flex: 1 1;
}
.grid .newsBanner:nth-child(1),
.grid .newsBanner:nth-child(2) {
    position: relative;
    aspect-ratio: 4 / 2; /* Adjusted to match max-height */
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    height: 100%;
    background-color: #efefef;
    background-image: linear-gradient(90deg, rgba(239,239,239,1.00) 0%, rgba(221,221,221,1.00) 40%, rgba(239,239,239,1.00) 80%, rgba(239,239,239,1.00) 97%);
    background-repeat: no-repeat;
    background-size: 50%;
    animation: loadingShimmer 1s linear infinite;
    max-height: 400px;
}

.grid .newsBanner:nth-child(1):hover img,
.grid .newsBanner:nth-child(2):hover img {
    filter: brightness(0.9);
    transform: scale(1.1);
}

.grid .newsBanner:nth-child(1) img,
.grid .newsBanner:nth-child(2) img {
    transition: 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: brightness(0.5);
}

.grid .newsBanner:nth-child(1) .infoContainer,
.grid .newsBanner:nth-child(2) .infoContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.grid .newsBanner:nth-child(1) .infoContainer .glance,
.grid .newsBanner:nth-child(2) .infoContainer .glance {
    opacity: 1;
    margin: 10px;
    border: 1px solid orange;
    background-color: orange;
    width: 130px;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 15px;
    padding: 3px 0;
    border-radius: 3px;
}

.grid .newsBanner:nth-child(1) .infoContainer .info,
.newsBanner:nth-child(2) .infoContainer .info {
    margin: 10px;
    color: white;
    display: flex;
    flex-direction: column;
    background-color: transparent;
}

.grid .newsBanner:nth-child(1) .infoContainer .info .postDate,
.grid .newsBanner:nth-child(2) .infoContainer .info .postDate {
    color: white;
    font-weight: 500;
    font-size: 14px;
}

.grid .newsBanner:nth-child(1) .infoContainer .info .postTitle,
.grid .newsBanner:nth-child(2) .infoContainer .info .postTitle {
    font-weight: 600;
    font-size: 15px;
    padding-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* Number of lines to display */
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid .newsBanner:nth-child(1) .infoContainer .info .postTitle::before,
.grid .newsBanner:nth-child(2) .infoContainer .info .postTitle::before {
    position: absolute;
    content: "";
    border-top: solid 6px orange;
    border-radius: 5px;
    max-width: 300px;
    width: 100%;
    min-width: 100px;
    top: 10px;
}

/* Keyframes */
@keyframes loadingShimmer {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.grid .newsBanner:nth-child(3),
.grid .newsBanner:nth-child(4),
.grid .newsBanner:nth-child(5),
.grid .newsBanner:nth-child(6) {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    overflow: hidden;
    border-radius: 5px;
    background-color: #efefef;
    background-image: linear-gradient(90deg, rgba(239,239,239,1.00) 0%, rgba(221,221,221,1.00) 40%, rgba(239,239,239,1.00) 80%, rgba(239,239,239,1.00) 97%);
    background-repeat: no-repeat;
    background-size: 50%;
    animation: loadingShimmer 1s linear infinite;
    max-height: 100%;
}

.grid .newsBanner:nth-child(3):hover img,
.grid .newsBanner:nth-child(4):hover img,
.grid .newsBanner:nth-child(5):hover img,
.grid .newsBanner:nth-child(6):hover img {
    filter: brightness(0.9);
    transform: scale(1.1);
}

.grid .newsBanner:nth-child(3) img,
.grid .newsBanner:nth-child(4) img,
.grid .newsBanner:nth-child(5) img,
.grid .newsBanner:nth-child(6) img {
    transition: 0.3s ease-in-out;
    aspect-ratio: 4 / 2.3;
    object-fit: cover;
    z-index: 1;
    filter: brightness(0.5);
}

@media screen and (max-width: 650px) {
    .grid .newsBanner:nth-child(3) img,
    .grid .newsBanner:nth-child(4) img,
    .grid .newsBanner:nth-child(5) img,
    .grid .newsBanner:nth-child(6) img {
        max-height: 240px;
    }
}

.grid .newsBanner:nth-child(3) .infoContainer,
.grid .newsBanner:nth-child(4) .infoContainer,
.grid .newsBanner:nth-child(5) .infoContainer,
.grid .newsBanner:nth-child(6) .infoContainer {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    z-index: 10;
    height: 100%;
}

.grid .newsBanner:nth-child(3) .infoContainer .glance,
.grid .newsBanner:nth-child(4) .infoContainer .glance,
.grid .newsBanner:nth-child(5) .infoContainer .glance,
.grid .newsBanner:nth-child(6) .infoContainer .glance {
    display: none;
}

.grid .newsBanner:nth-child(3) .infoContainer .info,
.grid .newsBanner:nth-child(4) .infoContainer .info,
.grid .newsBanner:nth-child(5) .infoContainer .info,
.grid .newsBanner:nth-child(6) .infoContainer .info {
    z-index: 10;
    background-color: white;
    height: 100%;
    padding: 15px;
    color: black;
    display: flex;
    flex-direction: column;
    margin: 0;
    border: 1px solid #e4e4e4;
    border-top: none;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.grid .newsBanner:nth-child(3) .infoContainer .info .postDate,
.grid .newsBanner:nth-child(4) .infoContainer .info .postDate,
.grid .newsBanner:nth-child(5) .infoContainer .info .postDate,
.grid .newsBanner:nth-child(6) .infoContainer .info .postDate {
    color: grey;
    font-size: 13px;
    font-weight: 500;
}

.grid .newsBanner:nth-child(3) .infoContainer .info .postTitle,
.grid .newsBanner:nth-child(4) .infoContainer .info .postTitle,
.grid .newsBanner:nth-child(5) .infoContainer .info .postTitle,
.grid .newsBanner:nth-child(6) .infoContainer .info .postTitle {
    font-weight: 600;
    font-size: 15px;
    padding-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Number of lines to display */
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid .newsBanner:nth-child(3) .infoContainer .info .postTitle::before,
.grid .newsBanner:nth-child(4) .infoContainer .info .postTitle::before,
.grid .newsBanner:nth-child(5) .infoContainer .info .postTitle::before,
.grid .newsBanner:nth-child(6) .infoContainer .info .postTitle::before {
    position: absolute;
    content: "";
    border-top: solid 6px orange;
    border-radius: 5px;
    max-width: 300px;
    width: 100%;
    min-width: 100px;
    top: 10px;
}

/* Keyframes */
@keyframes loadingShimmer {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 200% 0;
    }
}
.grid .newsBanner:nth-child(1) {
    grid-area: first;
}

.grid .newsBanner:nth-child(2) {
    grid-area: second;
}

.grid .newsBanner:nth-child(3) {
    grid-area: third;
}

.grid .newsBanner:nth-child(4) {
    grid-area: fourth;
}

.grid .newsBanner:nth-child(5) {
    grid-area: fifth;
}

.grid .newsBanner:nth-child(6) {
    grid-area: sixth;
}

/* Media Queries */
@media screen and (max-width: 1195px) {
    .grid .newsBanner:nth-child(2) {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .grid .newsBanner:nth-child(5),
    .grid .newsBanner:nth-child(6) {
        /* Uncomment if you want to hide these on smaller screens */
        /* display: none; */
    }
}

/* Media Queries */
@media screen and (max-width: 830px) {
    .grid .newsBanner:nth-child(3),
    .grid .newsBanner:nth-child(4),
    .grid .newsBanner:nth-child(5),
    .grid .newsBanner:nth-child(6) {
        max-height: 100%;
    }
}

@media screen and (max-width: 700px) {
    .grid .newsBanner:nth-child(3) .infoContainer .info .postTitle,
    .grid .newsBanner:nth-child(4) .infoContainer .info .postTitle,
    .grid .newsBanner:nth-child(5) .infoContainer .info .postTitle,
    .grid .newsBanner:nth-child(6) .infoContainer .info .postTitle {
        font-size: 14px;
    }
}

/* Media Queries */
@media screen and (max-width: 700px) {
    .grid .newsBanner:nth-child(1) .infoContainer .info .postTitle,
    .grid .newsBanner:nth-child(2) .infoContainer .info .postTitle {
        font-size: 14px;
    }
}

/* Media Queries */
@media screen and (max-width: 948px) {
    .grid .newsBanners {
        flex-direction: column;
    }

    .grid .newsBanners .newsBanner {
        max-height: 320px;
        min-height: 250px;
    }
}

/* Media Queries */
@media screen and (max-width: 1195px) {
    .grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: 
            'first first sixth'
            'third fourth fifth';
    }
}

@media screen and (max-width: 830px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: 
            'first first'
            'third fourth'
            'fifth sixth';
    }
}

@media screen and (max-width: 650px) {
    .grid {
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas: 
            'first first'
            'third third'
            'fourth fourth'
            'fifth fifth'
            'sixth sixth';
    }
}

@media screen and (max-width: 948px) {
    .grid .newsBanner {
        max-height: 320px;
        min-height: 250px;
    }
}


/* Media Queries */
@media screen and (max-width: 900px) {
    #newsContainer .title {
        font-size: 20px;
    }
}

@media screen and (max-width: 650px) {
    #newsContainer .title {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    #newsContainer .title {
        font-size: 18px;
    }
}

@media screen and (max-width: 700px) {
    /* Add styles for newsContainer if needed */
}

@media screen and (max-width: 440px) {
    .newsContainer {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.newsArticleContainer {
  margin-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  gap: 30px;
}

/* Media Queries */
@media screen and (max-width: 800px) {
  .newsArticleContainer {
      flex-direction: column;
  }
}

@media screen and (max-width: 400px) {
  .newsArticleContainer {
      margin-top: 70px;
  }
}
.newsArticleContainer .firstCont {
  flex: 2 1;
}

.newsArticleContainer .title {
  margin-top: 50px;
  font-size: 22px;
  font-weight: 600;
}

/* Media Queries for .title */
@media screen and (max-width: 700px) {
  .newsArticleContainer .title {
      font-size: 19px;
  }
}

.newsArticleContainer .date {
  display: flex;
  flex-direction: row;
  margin: 8px 0;
  margin-top: 15px;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgb(73, 73, 73);
}

.newsArticleContainer .date svg {
  width: 14px;
  height: 14px;
}

.newsArticleContainer .date1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgb(73, 73, 73);
  width: 110px;
  padding: 5px 5px;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #e3e3e3;
  cursor: pointer;
}

.newsArticleContainer .date1:hover {
  opacity: 0.7;
}

.newsArticleContainer .date1 svg {
  width: 14px;
  height: 14px;
}

.newsArticleContainer .socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.newsArticleContainer .social {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: white;
  padding: 5px 10px;
  gap: 10px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}

.newsArticleContainer .social svg {
  color: white;
  width: 16px;
  height: 16px;
}

.newsArticleContainer .social:first-child {
  background: linear-gradient(120deg, #ee2a7b, #6228d7);
}

.newsArticleContainer .social:nth-child(2) {
  background: linear-gradient(120deg, #3b5998, #3b5998);
}
.newsArticleContainer .carouselContainer1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsArticleContainer .slider {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 5px solid rgb(240, 240, 240);
  border-radius: 10px;
  aspect-ratio: 4/2;
  width: 100%;
  height: 100%;
}

.newsArticleContainer .slidercontent {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #efefef;
  background-image: linear-gradient(90deg, rgba(239, 239, 239, 1.00) 0%, rgba(221, 221, 221, 1.00) 40%, rgba(239, 239, 239, 1.00) 80%, rgba(239, 239, 239, 1.00) 97%);
  background-repeat: no-repeat;
  background-size: 50%;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: loadingShimmer;
  animation-timing-function: linear;
}

@keyframes loadingShimmer {
  0% {
      background-position: -100% 0;
  }
  100% {
      background-position: 200% 0;
  }
}

.newsArticleContainer .slidercontent figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}

.newsArticleContainer .slidercontent figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transform: scale(1.3);
  opacity: 0;
}

.newsArticleContainer .slidercontent figure.show img {
  transform: scale(1);
  opacity: 1;
}

.newsArticleContainer .slidernavigation {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px;
}

.newsArticleContainer .slidernavigation button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffffbe;
}

.newsArticleContainer .slidernavigation button.disabled {
  pointer-events: none;
}
.newsArticleContainer .dots {
  width: 100%;
  height: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.newsArticleContainer .sel {
  width: 6px;
  height: 6px;
  background-color: rgb(218, 218, 218);
  border-radius: 50%;
}

.newsArticleContainer .sel1 {
  width: 15px;
  height: 6px;
  background-color: grey;
  border-radius: 50%;
}

.newsArticleContainer .content {
  font-size: 16px;
  margin-top: 30px;
  color: #444343;
}

.newsArticleContainer .content ol {
  -webkit-text-decoration: dotted;
          text-decoration: dotted;
  padding: 0 20px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: decimal;
}

.newsArticleContainer .content ul {
  -webkit-text-decoration: dotted;
          text-decoration: dotted;
  padding: 0 20px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: circle;
}

.newsArticleContainer .content li:first-child {
  margin-top: 5px;
}

.newsArticleContainer .secondCont {
  flex: 1 1;
  width: 100%;
}

.newsArticleContainer .secondCont .title2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.newsArticleContainer .secondCont .sidePosts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 800px) {
  .newsArticleContainer .secondCont .sidePosts {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 500px) {
  .newsArticleContainer .secondCont .sidePosts {
      grid-template-columns: repeat(1, 1fr);
  }
}

.newsArticleContainer .secondCont .post {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.newsArticleContainer .secondCont .post .imgContainer {
  border-radius: 5px;
  width: 100%;
  flex: 1 1;
  aspect-ratio: 4/4;
  max-width: 130px;
  min-width: 80px;
  border: 5px solid rgb(240, 240, 240);
  background-color: #efefef;
  background-image: linear-gradient(90deg, rgba(239, 239, 239, 1.00) 0%, rgba(221, 221, 221, 1.00) 40%, rgba(239, 239, 239, 1.00) 80%, rgba(239, 239, 239, 1.00) 97%);
  background-repeat: no-repeat;
  background-size: 50%;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: loadingShimmer;
  animation-timing-function: linear;
}

@keyframes loadingShimmer {
  0% {
      background-position: -100% 0;
  }
  100% {
      background-position: 200% 0;
  }
}

.newsArticleContainer .secondCont .post .imgContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}

.newsArticleContainer .secondCont .post .info {
  flex: 2 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 3px 0;
}

.newsArticleContainer .secondCont .post .info .postTitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Number of lines to display */
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}

@media screen and (max-width: 900px) {
  .newsArticleContainer .secondCont .post .info .postTitle {
      font-size: 13px;
  }
}

.newsArticleContainer .secondCont .post .info .date {
  font-weight: 400;
  font-size: 12px;
  margin: 0;
}

@media screen and (max-width: 900px) {
  .newsArticleContainer .secondCont .post .info .date {
      font-size: 11px;
  }
}

.aboutCourse .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.aboutCourse .tabs {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #d8d8d8;
    align-self: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

.aboutCourse .tabs .tab {
    padding: 7px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    border: 1px solid #dadada;
    font-size: 14px;
}

.aboutCourse .tabs .tab:hover {
    background-color: #ffb731;
    color: white;
}

/* Styling for the active tab */
.aboutCourse .tabs .tab1 {
    background-color: #f19d00;
    border: 0;
    color: white;
    font-weight: 500;
    border: 1px solid #f19d00;
}

.aboutCourse .tabs div[class~='tab1'] {
    background-color: orange;
    color: white;
    font-weight: 500;
}
.aboutCourse .searchContainer {
    flex: 1 1;
    max-width: 600px;
    align-self: flex-end;
}

.aboutCourse .searchContainer .search {
    background-color: white;
    display: flex;
    flex-direction: row;
    height: 40px;
    align-items: center;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    overflow: hidden;
}

.aboutCourse .searchContainer .search span {
    background-color: #ebebeb;
    padding: 10px;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutCourse .searchContainer .search span:hover {
    background-color: #ebebeb83;
}

.aboutCourse .searchContainer .search input {
    flex: 1 1;
    height: 100%;
    border: 0;
    outline: none;
    padding: 0 5px;
}

.aboutCourse .newsBanners {
    display: flex;
    gap: 20px;
    flex-direction: row;
}

.aboutCourse .newsBanners .newsBanner:nth-child(1) {
    flex: 1.5 1;
    background-color: #5c5c5c;
    background-image: linear-gradient(90deg, rgba(91,91,91,1.00) 0%, rgba(112,112,112,1.00) 40%, rgba(91,91,91,1.00) 80%, rgba(91,91,91,1.00) 97%);
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: loadingShimmer;
    animation-timing-function: linear;
    background-color: #efefef;
    background-image: linear-gradient(90deg, rgba(239,239,239,1.00) 0%, rgba(221,221,221,1.00) 40%, rgba(239,239,239,1.00) 80%, rgba(239,239,239,1.00) 97%);
    background-repeat: no-repeat;
    background-size: 50%;
    width: 100%;
}

.aboutCourse .newsBanners .newsBanner:nth-child(2) {
    flex: 1 1;
    background-color: #5c5c5c;
    background-image: linear-gradient(90deg, rgba(91,91,91,1.00) 0%, rgba(112,112,112,1.00) 40%, rgba(91,91,91,1.00) 80%, rgba(91,91,91,1.00) 97%);
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: loadingShimmer;
    animation-timing-function: linear;
    background-color: #efefef;
    background-image: linear-gradient(90deg, rgba(239,239,239,1.00) 0%, rgba(221,221,221,1.00) 40%, rgba(239,239,239,1.00) 80%, rgba(239,239,239,1.00) 97%);
    background-repeat: no-repeat;
    background-size: 50%;
    width: 100%;
}

/* Keyframes for loading shimmer */
@keyframes loadingShimmer {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 200% 0;
    }
}


.aboutCourse .newsBanner {
    position: relative;
    aspect-ratio: 4/2;
    max-height: 400px;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    background-color: #eeeeee;
    background-image: linear-gradient(90deg, rgba(91,91,91,1.00) 0%, rgba(112,112,112,1.00) 40%, rgba(91,91,91,1.00) 80%, rgba(91,91,91,1.00) 97%);
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: loadingShimmer;
    animation-timing-function: linear;
    background-repeat: no-repeat;
    background-size: 50%;
}

@keyframes loadingShimmer {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.aboutCourse .newsBanner:hover img {
    filter: brightness(0.9);
    transform: scale(1.1);
}

.aboutCourse .newsBanner img {
    transition: 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: brightness(0.5);
}

.aboutCourse .newsBanner .infoContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.aboutCourse .newsBanner .infoContainer .glance {
    margin: 10px;
    border: 1px solid orange;
    background-color: orange;
    width: 130px;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 15px;
    padding: 3px 0;
    z-index: 1;
}

.aboutCourse .newsBanner .infoContainer .info {
    margin: 10px;
    color: white;
    display: flex;
    flex-direction: column;
}

.aboutCourse .newsBanner .infoContainer .info .postDate {
    color: white;
    font-weight: 500;
}

.aboutCourse .newsBanner .infoContainer .info .postTitle {
    font-weight: 600;
    font-size: 15px;
    padding-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aboutCourse .newsBanner .infoContainer .info .postTitle::before {
    position: absolute;
    content: "";
    border-top: solid 6px orange;
    border-radius: 5px;
    max-width: 300px;
    width: 100%;
    min-width: 100px;
    top: 10px;
}
.aboutCourse .subTitle {
    font-size: 17px;
    font-weight: 600;
}

.aboutCourse .subTitle span {
    font-size: 12px;
    font-weight: 400;
}
.aboutCourse .postGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    gap: 10px;
}
.aboutCourse .postGrid .newsBanner1 {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    overflow: hidden;
    border-radius: 5px;
    background-color: #5c5c5c;
    background-image: linear-gradient(90deg, rgba(91, 91, 91, 1.00) 0%, rgba(112, 112, 112, 1.00) 40%, rgba(91, 91, 91, 1.00) 80%, rgba(91, 91, 91, 1.00) 97%);
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: loadingShimmer;
    animation-timing-function: linear;
    background-color: #efefef;
    background-image: linear-gradient(90deg, rgba(239, 239, 239, 1.00) 0%, rgba(221, 221, 221, 1.00) 40%, rgba(239, 239, 239, 1.00) 80%, rgba(239, 239, 239, 1.00) 97%);
    background-repeat: no-repeat;
    background-size: 50%;
    height: max-content;
    min-height: max-content;
}


.aboutCourse .postGrid .newsBanner1:hover img {
    filter: brightness(0.9);
    transform: scale(1.1);
}

.aboutCourse .postGrid .newsBanner1 img {
    transition: 0.3s ease-in-out;
    aspect-ratio: 4 / 2.3;
    object-fit: cover;
    z-index: 1;
    filter: brightness(0.5);
    
}

.aboutCourse .postGrid .newsBanner1 .infoContainer {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    z-index: 10;
    height: 100%;
}

.aboutCourse .postGrid .newsBanner1 .infoContainer .glance {
    display: none;
}

.aboutCourse .postGrid .newsBanner1 .infoContainer .info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/static/media/ispajview.72c0c9d5ab17f52cd0f5.png) center center / cover;
    z-index: -1;
    opacity: 0.3;
    border-radius: inherit;
    filter: blur(20px);
}

.aboutCourse .postGrid .newsBanner1 .infoContainer .info {
    z-index: 10;
    height: 100%;
    padding: 15px;
    color: black;
    display: flex;
    flex-direction: column;
    margin: 0;
    border: 1px solid #e4e4e4;
    border-top: none;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    background-color: rgb(255, 255, 255);
}

.aboutCourse .postGrid .newsBanner1 .infoContainer .info .postDate {
    color: rgb(73, 73, 73);
    font-size: 13px;
    font-weight: 500;
}

.aboutCourse .postGrid .newsBanner1 .infoContainer .info .postTitle {
    font-weight: 600;
    font-size: 15px;
    padding-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aboutCourse .postGrid .newsBanner1 .infoContainer .info .postTitle::before {
    position: absolute;
    content: "";
    border-top: solid 6px orange;
    border-radius: 5px;
    max-width: 300px;
    width: 100%;
    min-width: 100px;
    top: 10px;
}

@keyframes loadingShimmer {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 200% 0;
    }
}


/*  */
.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    align-items: center;
    justify-content: center;
  }
  
  .page-item {
    display: flex;
    margin: 0 3px;
    background-color: #e3e3e3a8;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 13px;
    overflow: hidden;
    
  }
  
  .page-link {
    padding: 8px 16px;
    text-decoration: none;
    color: rgb(87, 87, 87);
  }
  
  .active .page-link {
    font-weight: bold;
    color: white;
    background-color: orange;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .disabled .page-link {
    color: grey;
    cursor: not-allowed;
  }
  
  .prev-item, .next-item {
    margin: 0 15px;
    display: flex;
    background-color: #e3e3e3a8;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 13px;
    overflow: hidden;
    width: 37px;
  }
  
  .break-me {
    margin: 0 5px;
  }
  
  .break-link {
    padding: 8px 16px;
    text-decoration: none;
    color: grey;
  }



.something {
    color: #d88c00;
}
/* Media queries fixed to use max-width */
@media screen and (max-width: 440px) {
    .aboutCourse .tabs .tab {
        border-bottom: 0;
    }
}

@media screen and (max-width: 1100px) {
    .aboutCourse .tabs .tab {
        /* margin-top: 5px; Uncomment this if needed */
    }
}

/* Media query with max-width instead of width < */
@media screen and (max-width: 948px) {
    .aboutCourse .newsBanners {
        flex-direction: column;
    }
    .aboutCourse .newsBanners .newsBanner {
        max-height: 320px;
        min-height: 250px;
        aspect-ratio: unset;
        
    }
    .aboutCourse .newsBanners .newsBanner img {
        aspect-ratio: 4/2;
        width: 100%;
        height: 100%;
    }

}
@media screen and (max-width: 1000px) {
    .aboutCourse .postGrid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 700px) {
    .aboutCourse .postGrid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 500px) {
    .aboutCourse .postGrid {
        grid-template-columns: repeat(1, 1fr);
        
    }
    
}
@media screen and (max-width: 650px) {
    .aboutCourse .postGrid .newsBanner1 {
        max-height: 240px;
    }
}

@media screen and (max-width: 830px) {
    .aboutCourse .postGrid .newsBanner1 {
        max-height: 100%;
    }
}

@media screen and (max-width: 700px) {
    .aboutCourse .postGrid .newsBanner1 .infoContainer .info .postTitle {
        font-size: 14px;
    }
}

.orgSection {
    @media screen and (max-width: 1099px) {
        margin: 0 20px;
    }
}
.orgContainer {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 5%;
    align-items: center;
    
}
.leafContainer {
    display: flex;
    flex-direction: column;
    background-color: white;
    border: 1px solid #c7c7c7;
    width: 200px;
    border-radius: 10px;
    position: relative;
    padding-bottom: 15px;
    z-index: 100;
    align-self: center;
}
.leafImage {
    /* 023047 */
    background-color: #e69500;
    width: 70px;
    height: 70px;
    border-radius: 500px;
    align-self: center;
    margin-top: -40px;
    align-items: center;
    display: flex;
    justify-content: center;

    span {
        color: white;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 17px;
    }
}

.leafTitle {
    margin-top: 5px;
    color: #023047;
    font-weight: 700;
}
.leafStat {
    color: #5f5f5f;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.leafStat > svg {
    color: orange;
    width: 27px;
    height: 25px
}
.leafValue {
    font-size: 20px;
}
* {
	box-sizing: border-box;
	position: relative;
}
.orgSection {


.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    zoom: 1;
}

/* Generic styling */



.content{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
    background: transparent;
    height: 800px;
    margin-top: 20px;
    @media screen and (max-width: 767px) {
        height: 2700px;
    }
    
}

a:focus{
	outline: 2px dashed #f7f7f7;
}

@media screen and (max-width: 767px){
	.content{
		padding: 0 20px;
	}	
}



/* Department/ section colors */
/* .department.dep-a a{ background: #FFD600; }
.department.dep-b a{ background: #AAD4E7; }
.department.dep-c a{ background: #FDB0FD; }
.department.dep-d a{ background: #A3A2A2; }
.department.dep-e a{ background: #f0f0f0; } */





}
.orgSection .content{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
    background: transparent;
    height: 800px;
    margin-top: 20px;
    @media screen and (max-width: 767px) {
        height: 2700px;
    }
    
}

.orgSection :focus{
	outline: 2px dashed #f7f7f7;
}

@media screen and (max-width: 767px){
	.orgSection .content{
		padding: 0 20px;
	}	
}



.orgSection .orgChartContainer {
	width: 100%;
	border: 2px solid #a7a7a7;
	max-height: 600px;
    height: 600px;
    
	

}
.orgSection .orgChart {
	width: 100%;
	border: 2px solid #a7a7a7;
	max-height: 600px;
    background-color: #5c5c5c;
            background-image: linear-gradient(90deg, rgba(91,91,91,1.00) 0%,rgba(112,112,112,1.00) 40%,rgba(91,91,91,1.00) 80%,rgba(91,91,91,1.00) 97%);
            animation-duration: 1s;
              animation-fill-mode: forwards;
              animation-iteration-count: infinite;
              animation-name: loadingShimmer;
              animation-timing-function: linear;
              background-color: #efefef;
              background-image: linear-gradient(90deg, rgba(239,239,239,1.00) 0%,rgba(221,221,221,1.00) 40%,rgba(239,239,239,1.00) 80%,rgba(239,239,239,1.00) 97%);
              background-repeat: no-repeat;
              background-size: 50%;
            
	
	
}
@keyframes loadingShimmer {
    0% {
      background-position: -100% 0;
    }
  
    100% {
      background-position: 200% 0;
    }
}
#principlesContainer {
    display: block;
    overflow: auto;
    box-sizing: border-box;
}

.principlesContainer {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: transparent;
    padding: 0px 15px;
    padding-top: 80px;
    background-size: 200px;
    background-repeat: repeat;
}

.principlesContainer1 {
    height: 100%;
    align-items: center;
    padding: 5px 10px;
    max-width: 1600px;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    gap: 30px;
    box-sizing: border-box;
}

.principlesContainer1 > .title {
    font-size: 28px;
    font-weight: 500;
    position: relative;
    padding: 0 15px;
}

.principlesContainer1 > .title::before {
    position: absolute;
    content: "";
    border-top: solid 8px orange;
    border-radius: 100px;
    max-width: 300px;
    width: 100%;
    min-width: 100px;
    top: -10px;
}

.principle {
    background-color: white;
    display: flex;
    flex-direction: row;
    padding: 40px 25px;
    padding-right: 0px;
    box-shadow: 0px 0px 10px rgba(151, 151, 151, 0.308);
    border-radius: 10px;
    gap: 25px;
    margin: 0 10px;
}

.messageContainer {
    background-color: white;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    padding-right: 0px;
    box-shadow: 0px 0px 10px rgba(151, 151, 151, 0.308);
    border-radius: 10px;
    gap: 25px;
    margin: 0 10px;
    margin-top: 15px;
    height: 400px;
}

.messageContainer  .serviceButton {
    transition: 0.3s ease-in-out;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.messageContainer:hover img {
    filter: brightness(0.5);
    transform: scale(1.2);
}

.messageContainer:hover  .serviceButton {
    color: orange;
    background-color: white;
    
}

.messageContainer  .info {
    display: flex;
    flex-direction: column;
    gap: 25px;
    flex: 1 1;
    padding: 0 0;
    padding-top: 40px;
    justify-content: space-around;
}

.messageContainer  .messageImageContainer {
    flex: 1 1;
    overflow: hidden;
    background-color: #5c5c5c;
    background-image: linear-gradient(90deg, rgba(91, 91, 91, 1.00) 0%, rgba(112, 112, 112, 1.00) 40%, rgba(91, 91, 91, 1.00) 80%, rgba(91, 91, 91, 1.00) 97%);
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: loadingShimmer;
    animation-timing-function: linear;
    background-color: #efefef;
    background-image: linear-gradient(90deg, rgba(239, 239, 239, 1.00) 0%, rgba(221, 221, 221, 1.00) 40%, rgba(239, 239, 239, 1.00) 80%, rgba(239, 239, 239, 1.00) 97%);
    background-repeat: repeat;
    background-size: 50%;
    height: 100%;
}

@keyframes loadingShimmer {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.messageContainer  .messageImageContainer img {
    transition: 0.5s ease-in-out;
    max-height: 400px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.messageContainer  .message {
    padding: 0 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
    color: grey;
    height: calc(16px * 13 * 1.5);
    display: block;
    white-space: normal;
    word-wrap: break-word;
}

.messageContainer  .title {
    padding: 0 25px;
    font-size: 23px;
    font-weight: 500;
    position: relative;
    color: #5a5a5a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 20px;
}

.messageContainer  .title::before {
    position: absolute;
    content: "";
    border-top: solid 8px orange;
    border-radius: 100px;
    max-width: 300px;
    width: 80px;
    min-width: 100px;
    top: -10px;
}

.principleInfo {
    display: flex;
    flex-direction: column;
    flex: 1.2 1;
    justify-content: space-around;
}

.principleInfo > .title {
    font-size: 23px;
    font-weight: 500;
    position: relative;
    color: #5a5a5a;
}

.principleInfo > .title::before {
    position: absolute;
    content: "";
    border-top: solid 8px orange;
    border-radius: 100px;
    max-width: 300px;
    width: 80px;
    min-width: 100px;
    top: -10px;
}

.principleInfo > .title > span {
    font-size: 25px;
    font-weight: 800;
    position: relative;
    color: orange;
}

.principleInfo > .description {
    color: grey;
    font-size: 17px;
    flex: 1 1;
}

.principleIcons {
    display: grid;
    grid-template-columns: repeat(2, 45%);
    grid-gap: 6%;
    gap: 6%;
    margin-top: 40px;
    align-items: center;
    justify-content: center;
    align-items: stretch;
}

.principleIcon,
.value1 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.principleIcon > svg,
.value1 > svg {
    color: orange;
    width: 30px;
    height: 30px;
}

.principleIcon > .title,
.value1 > .title {
    font-size: 16px;
    font-weight: 500;
}

.principleIcon > .description,
.value1 > .description {
    font-size: 14px;
    color: grey;
}

.principleImageContainer {
    height: 400px;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    align-self: center;
    flex: 1 1;
}

.principleImageContainer > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.5s ease-in-out;
}

.principles {
    display: flex;
    flex-direction: row;
    padding-top: 40px;
    max-width: 1100px;
    align-self: center;
    margin: auto;
    gap: 2%;
}

.principleImages {
    width: 150px;
    margin: 0px 2%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 15px 20px;
    display: none;
}

.principleImages > span {
    width: 3px;
    height: 70px;
    background-color: orange;
    align-self: center;
    border-radius: 100px;
}

.community {
    width: 100%;
    transform: scale(1.5);
}

.principle1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0px;
    background-color: white;
    border-radius: 15px;
    justify-content: stretch;
    box-shadow: 0px 0px 10px rgba(151, 151, 151, 0.308);
    width: 100%;
}

.principle1:hover .principleButton {
    transition: 0.5s ease-in-out;
    background-color: orange;
    color: white;
}

.principle1:hover .principle1Info > .title::before {
    transition: 0.3s ease-in-out;
    width: 100%;
}

.principle1 > .imageContainer {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin-bottom: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}

.principle1 > .imageContainer > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.principle1Info {
    width: 100%;
    padding: 10px 20px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    justify-content: space-between;
    flex: 1 1;
}

.principle1Info > .title {
    font-size: 18px;
    font-weight: 500;
    color: grey;
    position: relative;
    flex: 1 1;
}

.principle1Info > .title::before {
    position: absolute;
    content: "";
    border-top: solid 8px orange;
    border-radius: 100px;
    width: 80px;
    top: -10px;
}

.principle1Info > .description {
    color: grey;
    flex: 1 1;
}

.principleButton {
    border: 2px orange solid;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    color: orange;
    font-size: 15px;
    padding: 5px;
    box-sizing: border-box;
}

.values {
    width: 100%;
    display: grid;
    grid-gap: 10px;
    gap: 10px;
    max-width: 1700px;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    align-self: center;
    grid-template-areas: 
    "first first second third fourth"
    "first first sixth fifth fifth"
    "eighth nineth seventh fifth fifth"; 
}

.values > section {
    border-radius: 10px;
}

.values section:nth-child(1) {
    grid-area: first;
}

.values section:nth-child(2) {
    grid-area: second;
}

.values section:nth-child(3) {
    grid-area: third;
}

.values section:nth-child(4) {
    grid-area: fourth;
}

.values section:nth-child(5) {
    grid-area: fifth;
}

.values section:nth-child(6) {
    grid-area: sixth;
}

.values section:nth-child(7) {
    grid-area: seventh;
}

.values section:nth-child(8) {
    grid-area: eighth;
}

.values section:nth-child(7) {
    grid-area: nineth;
}

.value,
.value1,
.value2 {
    background-color: white;
    box-shadow: 0px 0px 10px rgba(151, 151, 151, 0.308);
}

.value {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.value2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.value1 {
    padding: 20px 15px;
    justify-content: space-between;
}

.value > .imgContainer {
    width: 100%;
    height: 220px;
    background-color: orange;
    object-fit: cover;
    margin-bottom: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.value > .imgContainer > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}

.value2 > .imgContainer {
    flex: 1 1;
    background-color: orange;
    object-fit: cover;
    margin-bottom: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.value:hover > .imgContainer > img {
    transform: scale(1.05);
    filter: brightness(0.5);
}

.value2 > .imgContainer > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.valueInfo {
    width: 100%;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    flex: 1 1;
    justify-content: space-around;
}

.valueInfo > .title {
    font-size: 16px;
    font-weight: 500;
    color: grey;
    position: relative;
}

.valueInfo > .description {
    flex: 1 1;
    font-size: 14.5px;
}

.valueInfo > .title::before {
    position: absolute;
    content: "";
    border-top: solid 5px orange;
    border-radius: 100px;
    width: 80px;
    top: -10px;
    transition: 0.3s ease-in-out;
}

.value:hover > .valueInfo > .title::before {
    width: 100%;
    
}

.valueButton {
    border: 2px orange solid;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    color: orange;
    font-size: 15px;
    padding: 5px;
    box-sizing: border-box;
    margin-top: 5px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    position: relative;
    overflow: hidden !important;
    z-index: 10;
}
.valueButton:hover {
    color: white;
}

.valueButton::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #e69500;
    position: absolute;
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: 2px 0px 14px rgba(0, 0, 0, .6);
}

.valueButton::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #001d6b;
    position: absolute;
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0px 14px rgba(0, 0, 0, .6);
}

.valueButton:hover::before {
    opacity: 1;
    width: 116%;
}

.valueButton:hover::after {
    opacity: 1;
    width: 120%;
}

/* Media Queries */
@media screen and (max-width: 700px) {
    .principlesContainer {
        padding-top: 30px;
    }
}

@media screen and (max-width: 440px) {
    .principlesContainer,
    .principlesContainer1 {
        padding-left: 0;
        padding-right: 0;
    }

    .messageContainer > .info {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .principle1Info > .title {
        font-size: 16px;
    }

    .principle1Info > .description {
        font-size: 14px;
    }

    .valueInfo > .title {
        font-size: 15px;
    }

    .valueInfo > .description {
        font-size: 14px;
    }

    .valueButton {
        width: 100px;
        font-size: 13px;
    }
}

@media screen and (max-width: 900px) {
    .principlesContainer1 > .title {
        font-size: 26px;
    }
}

@media screen and (max-width: 650px) {
    .principlesContainer1 > .title {
        font-size: 26px;
    }
}

@media screen and (max-width: 600px) {
    .principlesContainer1 > .title {
        font-size: 24px;
    }
    .messageContainer > .title {
        font-size: 20px;
    }
}

@media screen and (max-width: 860px) {
    .principle {
        flex-direction: column;
        gap: 40px;
    }

    .messageContainer {
        height: 100%;
        flex-direction: column-reverse;
        gap: 40px;
    }

    .messageContainer .info {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .principleImageContainer {
        max-height: 300px;
        height: 300px;
    }
}

@media screen and (max-width: 460px) {
    .principle {
        flex: 1 1;
    }
}

@media screen and (max-width: 1130px) {
    .values {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 990px) {
    .values {
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas: 
        "first first fifth fifth"
        "first first fifth fifth"
        "eighth nineth second third"
        "sixth fourth seventh seventh";
    }
}

@media screen and (max-width: 920px) {
    .values {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: 
        "first first third"
        "first first fourth"
        "second seventh eighth"
        "sixth fifth fifth"
        "nineth fifth fifth";
    }
}

@media screen and (max-width: 680px) {
    .values {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: 
        "first first"
        "third fourth"
        "second seventh"
        "eighth sixth"
        "fifth fifth"
        "nineth nineth";
    }
}

@media screen and (max-width: 500px) {
    .values {
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas: 
        "first"
        "second"
        "third"
        "fourth"
        "sixth"
        "seventh"
        "eighth"
        "nineth"
        "fifth";
    }
}

@media screen and (max-width: 1436px) {
    .value > .imgContainer {
        height: 250px;
    }
}

@media screen and (max-width: 1231px) {
    .value > .imgContainer {
        height: 300px;
    }
}

@media screen and (max-width: 920px) {
    .value > .imgContainer {
        height: 260px;
    }
}

@media screen and (max-width: 737px) {
    .value > .imgContainer {
        height: 290px;
    }
}

@media screen and (max-width: 550px) {
    .value > .imgContainer {
        height: 230px;
    }

    .value2 > .imgContainer {
        height: 200px;
    }
}
.card {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0 0 10px 10px rgba(184, 184, 184, 0.171);
    width: 500px;
    margin: 15px 20px;
    height: 220px;
    justify-content: center;
    flex: 1 1;
}

.cardTop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

svg[class~='bi-facebook'] {
    color: #0165E1;
    width: 25px;
    height: 25px;
}

svg[class~='bi-instagram'] {
    color: #E1306C;
    width: 23px;
    height: 23px;
}

.cardName {
    font-family: Arial, Helvetica, sans-serif;
    color: #727272;
    font-size: 14.5px;
    font-weight: 600;
    margin: 13px 0;
}

.cardData {
    font-family: Arial, Helvetica, sans-serif;
    color: #868686;
    font-size: 14.5px;
}

.cardBottom {
    font-family: Arial, Helvetica, sans-serif;
    color: #8a8a8a;
    font-size: 14.5px;
}

svg[class~='bi-star-fill'] {
    color: #FFB703;
    width: 20px;
    height: 20px;
}

.cardStars {
    display: flex;
    flex-direction: row;
}

/* Media Queries */
@media screen and (max-width: 700px) {
    .card {
        width: 70vw;
        margin: 15px;
    }
}

@media screen and (max-width: 400px) {
    .cardName,
    .cardData,
    .cardBottom {
        font-size: 12.5px;
    }
}

.servicesContainer {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: transparent;
    padding: 0px 15px;
    background-size: 200px;
    background-repeat: repeat;
}

.servicesContainer1 {
    height: 100%;
    align-items: center;
    padding: 5px 10px;
    max-width: 1600px;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    gap: 30px;
    box-sizing: border-box;
    padding: 5px 20px;
}

.servicesHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.servicesControl {
    display: none;
}

.servicesControl > svg {
    width: 35px;
    height: 35px;
    display: none;
    color: orange;
    margin-left: 10px;
}

.servicesHeader > .title {
    font-size: 28px;
    font-weight: 500;
    position: relative;
}

.servicesHeader > .title::before {
    position: absolute;
    content: "";
    border-top: solid 8px orange;
    border-radius: 100px;
    max-width: 300px;
    width: 100%;
    min-width: 100px;
    top: -10px;
}

.services {
    display: grid;
    grid-template-columns: repeat(3, 32.5%);
    grid-gap: 1%;
    gap: 1%;
    padding-top: 20px;
    align-items: center;
    justify-content: center;
    align-items: stretch;
    position: relative;
    height: 100%;
    overflow-y: hidden;
    padding-bottom: 15px;
}

.serviceImage {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.5s ease-in-out;
    z-index: 1;
    border-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: flex-start;
    margin-bottom: 0px;
    box-shadow: 0px 0px 10px rgba(151, 151, 151, 0.308);
    background-color: #5c5c5c;
    background-image: linear-gradient(90deg, rgba(91, 91, 91, 1.00) 0%, rgba(112, 112, 112, 1.00) 40%, rgba(91, 91, 91, 1.00) 80%, rgba(91, 91, 91, 1.00) 97%);
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: loadingShimmer;
    animation-timing-function: linear;
    background-color: #efefef;
    background-image: linear-gradient(90deg, rgba(239, 239, 239, 1.00) 0%, rgba(221, 221, 221, 1.00) 40%, rgba(239, 239, 239, 1.00) 80%, rgba(239, 239, 239, 1.00) 97%);
    background-repeat: no-repeat;
    background-size: 50%;
    border-radius: 10px;
    overflow: hidden;
}

.service:hover .serviceTitle::before {
    transition: 0.3s ease-in-out;
    width: 100%;
}

.service:hover .serviceImage {
    filter: brightness(0.5);
    transform: scale(1.2);
}

.serviceButton::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #e69500;
    position: absolute;
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: 2px 0px 14px rgba(0, 0, 0, .6);
}

.serviceButton::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #001d6b;
    position: absolute;
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0px 14px rgba(0, 0, 0, .6);
}

.service:hover,
.messageContainer:hover {
    .serviceButton {
        border: 2px solid #e69500;
        color: #ffffff!important;
    }

    .serviceButton::before,
    .seeMore::before {
        opacity: 1;
        width: 116%;
    }

    .serviceButton::after,
    .seeMore::after {
        opacity: 1;
        width: 120%;
    }
}

.serviceInfo {
    width: 100%;
    padding: 10px 20px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    justify-content: space-between;
    flex: 1 1;
    z-index: 2;
}

.serviceTitle {
    font-size: 16px;
    font-weight: 500;
    color: grey;
    position: relative;
    flex: 1 1;
}

.serviceTitle::before {
    position: absolute;
    content: "";
    border-top: solid 8px orange;
    border-radius: 100px;
    width: 80px;
    top: -10px;
}

.serviceDescription {
    color: grey;
    flex: 1 1;
    font-size: 14.5px;
}

.serviceButton {
    border: 2px orange solid;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    color: orange;
    font-size: 15px;
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    overflow: hidden!important;
    transition: all .3s ease-in-out;
    background: transparent!important;
    z-index: 10;
}

/* Media Queries */
@media screen and (max-width: 700px) {
    .servicesContainer {
        margin-top: 50px;
    }
}

@media screen and (max-width: 400px) {
    .servicesContainer {
        
    }
}

@media screen and (max-width: 440px) {
    .servicesContainer1 {
        padding-left: 0;
        padding-right: 0;
    }

    .services {
        
        gap: 5px;
        grid-template-columns: repeat(1, 100%);
    }

    .serviceImage {
        flex: 1 1;
        width: 100%;
        height: 200px;
    }

    .service {
        width: 100%;
        border-radius: 10px;
    }

    .serviceTitle {
        font-size: 15px;
    }

    .serviceDescription {
        font-size: 14px;
    }

    .serviceButton {
        width: 100px;
        font-size: 13px;
    }
}

@media screen and (max-width: 1130px) {
    .servicesControl {
        display: flex;
    }
    .servicesControl > svg {
        display: flex;
    }

    .services {
        overflow-x: scroll;
        width: 100%;
        justify-content: flex-start;
        grid-template-columns: repeat(3, 350px);
        gap: 3%;
    }

    .service {
        width: 100%;
        margin-right: 200px;
    }
}

@media screen and (max-width: 600px) {
    .servicesControl {
        display: none;
    }

    .services {
        align-items: center;
        justify-content: center;
        gap: 15px;
        grid-template-columns: repeat(1, 100%);
        overflow-x: hidden;
    }

    .serviceImage {
        filter: brightness(0.5);
        transform: scale(1.2);
    }
}

@media screen and (max-width: 450px) {
    .service {
        margin-bottom: 30px;
        min-width: 270px;
    }
}

@media screen and (max-width: 300px) {
    .service {
        margin-bottom: 30px;
        min-width: 250px;
    }
}

.soonContainer {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.soonContainer .soonInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.soonContainer .soonInfo .title {
    text-align: center;
    color: white;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 20px;
}

.soonContainer .soonInfo .description {
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
}

.soonContainer .soonInfo .socials {
    display: flex;
    flex-direction: row;
    align-self: center;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.soonContainer .soonInfo .socials svg {
    width: 30px;
    height: 30px;
    color: white;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.sugestionsContainer {
    display: flex;
    flex-direction: row;
    max-width: 1250px;
    margin: auto;
    width: 100%;
    margin: 0 15px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #eeeeee;
    box-sizing: border-box;
    max-height: 800px;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sugestionsContainer .leftSide {
    box-sizing: border-box;
    flex: 1 1;
    position: relative;
}

.sugestionsContainer .leftSide > img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: brightness(0.2);
}

@media screen and (max-width: 830px) {
    .sugestionsContainer .leftSide > img {
        position: static;
        position: initial;
        aspect-ratio: 4/2;
        height: 400px;
    }
}

.sugestionsContainer .leftSide .info {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    color: white;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.sugestionsContainer .leftSide .info .logoContainer {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.sugestionsContainer .leftSide .info .logoContainer .logoText {
    color: white;
    margin: 0;
}

.sugestionsContainer .leftSide .info .bottomText {
    font-size: 18px;
    font-weight: 600;
}
.sugestionsContainer .rightSide {
    background: white;
    flex: 1 1;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}

@media screen and (max-width: 830px) {
    .sugestionsContainer .rightSide {
        padding: 30px 0;
        padding-bottom: 15px;
    }
}

.sugestionsContainer .rightSide .info {
    max-width: 350px;
    width: 100%;
    display: flex;
    margin: 0 20px;
    flex-direction: column;
    align-items: flex-start;
    /* background-color: #ffff004d; */
}

.sugestionsContainer .rightSide .info .title {
    font-weight: 600;
    font-size: 22px;
    text-align: left;
}

.sugestionsContainer .rightSide .info .description {
    color: grey;
    font-size: 15px;
    margin-bottom: 10px;
}

.sugestionsContainer .rightSide .info .form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    width: 100%;
}

.sugestionsContainer .rightSide .info .form .label {
    font-weight: 500;
    font-size: 14px;
}

.sugestionsContainer .rightSide .info .form .loginInput {
    border: 1px solid #e2e2e2f3;
    border-radius: 5px;
    height: 35px;
    width: 100%;
    outline: none;
    padding: 5px;
    font-size: 14px;
}

.sugestionsContainer .rightSide .info .form .loginButton {
    margin-top: 20px;
    background-color: rgba(235, 153, 1, 0.863);
    width: 100px;
    text-align: center;
    color: white;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

.sugestionsContainer .rightSide .info .form .errors {
    color: #e70000;
    margin-top: 15px;
    font-size: 14px;
}


@media screen and (max-width: 830px) {
    .sugestionsContainer {
        flex-direction: column-reverse;
        gap: 50px;
        max-height: 100%;
    }
}

/*# sourceMappingURL=main.48fc6ea2.css.map*/