*, ::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:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

.pointer-events-auto {
  pointer-events: auto;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-top-2 {
  top: -0.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-\[-15px\] {
  bottom: -15px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-2 {
  left: 0.5rem;
}

.left-4 {
  left: 1rem;
}

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

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-\[10px\] {
  right: 10px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-2 {
  top: 0.5rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-\[10px\] {
  top: 10px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-\[1000\] {
  z-index: 1000;
}

.z-\[9999\] {
  z-index: 9999;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.m-\[0px\] {
  margin: 0px;
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

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

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

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

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

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

.mb-3 {
  margin-bottom: 0.75rem;
}

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

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

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

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

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

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

.ml-\[25px\] {
  margin-left: 25px;
}

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

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

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

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

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

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

.mt-4 {
  margin-top: 1rem;
}

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-1\/4 {
  height: 25%;
}

.h-16 {
  height: 4rem;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-3\/4 {
  height: 75%;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

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

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

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

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

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

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

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

.h-\[60\%\] {
  height: 60%;
}

.h-\[60px\!important\] {
  height: 60px !important;
}

.h-\[calc\(var\(--vh\2c 1vh\)\*100\)\] {
  height: calc(var(--vh,1vh) * 100);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0px;
}

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

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

.min-h-screen {
  min-height: 100vh;
}

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

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

.w-10 {
  width: 2.5rem;
}

.w-16 {
  width: 4rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.min-w-full {
  min-width: 100%;
}

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

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

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

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

.max-w-none {
  max-width: none;
}

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

.flex-1 {
  flex: 1 1 0%;
}

.flex-\[4\] {
  flex: 4;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

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

.-translate-x-1\/2 {
  --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-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.snap-start {
  scroll-snap-align: start;
}

.list-disc {
  list-style-type: disc;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-\[1fr_2fr\] {
  grid-template-rows: 1fr 2fr;
}

.grid-rows-\[2fr_1fr\] {
  grid-template-rows: 2fr 1fr;
}

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

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

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

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

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

.items-stretch {
  align-items: stretch;
}

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

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

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

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

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.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-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-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-auto {
  overflow-x: auto;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[15px\] {
  border-radius: 15px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[25px\] {
  border-radius: 25px;
}

.rounded-full {
  border-radius: 9999px;
}

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

.rounded-md {
  border-radius: 0.375rem;
}

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

.rounded-b-\[20px\] {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-none {
  border-style: none;
}

.border-\[\#63AE8E\] {
  --tw-border-opacity: 1;
  border-color: rgb(99 174 142 / var(--tw-border-opacity, 1));
}

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

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

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

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-\[\#172A2F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 42 47 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1E3439\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 52 57 / var(--tw-bg-opacity, 1));
}

.bg-\[\#63AE8E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(99 174 142 / var(--tw-bg-opacity, 1));
}

.bg-\[\#63b08f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(99 176 143 / var(--tw-bg-opacity, 1));
}

.bg-\[\#76469A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(118 70 154 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FF780A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 120 10 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

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

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

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black\/70 {
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

.px-50px {
  padding-left: 50px;
  padding-right: 50px;
}

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

.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}

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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

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

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

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

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

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

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

.pb-16 {
  padding-bottom: 4rem;
}

.pb-\[120px\] {
  padding-bottom: 120px;
}

.pb-\[50px\] {
  padding-bottom: 50px;
}

.pb-\[70px\] {
  padding-bottom: 70px;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-\[120px\] {
  padding-top: 120px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

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

.text-center {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-\[400\] {
  font-weight: 400;
}

.font-\[500\] {
  font-weight: 500;
}

.font-\[600\] {
  font-weight: 600;
}

.font-\[700\] {
  font-weight: 700;
}

.font-\[800\] {
  font-weight: 800;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.font-thin {
  font-weight: 100;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[14px\] {
  line-height: 14px;
}

.leading-\[15\.4px\] {
  line-height: 15.4px;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[21px\] {
  line-height: 21px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[23px\] {
  line-height: 23px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[25px\] {
  line-height: 25px;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[31px\] {
  line-height: 31px;
}

.leading-\[32\.98px\] {
  line-height: 32.98px;
}

.leading-\[46\.56px\] {
  line-height: 46.56px;
}

.leading-\[47px\] {
  line-height: 47px;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[1\%\] {
  letter-spacing: 1%;
}

.tracking-\[2\%\] {
  letter-spacing: 2%;
}

.tracking-\[4\%\] {
  letter-spacing: 4%;
}

.text-\[\#63AE8E\] {
  --tw-text-opacity: 1;
  color: rgb(99 174 142 / var(--tw-text-opacity, 1));
}

.text-\[\#BBBBBB\] {
  --tw-text-opacity: 1;
  color: rgb(187 187 187 / var(--tw-text-opacity, 1));
}

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

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-70 {
  opacity: 0.7;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.outline-white {
  outline-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);
}

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

.delay-0 {
  transition-delay: 0s;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Custom CSS */

@font-face {
  font-family: 'Poppins';

  src: url('/assets/fonts/poppins/poppins-regular-webfont.eot');

  src: url('/assets/fonts/poppins/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('/assets/fonts/poppins/poppins-regular-webfont.woff2') format('woff2'),
  url('/assets/fonts/poppins/poppins-regular-webfont.woff') format('woff'),
  url('/assets/fonts/poppins/poppins-regular-webfont.ttf') format('truetype'),
  url('/assets/fonts/poppins/poppins-regular-webfont.svg#poppinsregular') format('svg');

  font-weight: 400;

  /* Normal weight */

  font-style: normal;

  /* Regular style */
}

@font-face {
  font-family: 'poppinsbold';

  src: url('/assets/fonts/poppins/poppins-bold-webfont.eot');

  src: url('/assets/fonts/poppins/poppins-bold-webfont.eot?#iefix') format('embedded-opentype'),
  url('/assets/fonts/poppins/poppins-bold-webfont.woff2') format('woff2'),
  url('/assets/fonts/poppins/poppins-bold-webfont.woff') format('woff'),
  url('/assets/fonts/poppins/poppins-bold-webfont.ttf') format('truetype'),
  url('/assets/fonts/poppins/poppins-bold-webfont.svg#poppinsbold') format('svg');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'poppinslight';

  src: url('/assets/fonts/poppins/poppins-light-webfont.eot');

  src: url('/assets/fonts/poppins/poppins-light-webfont.eot?#iefix') format('embedded-opentype'),
  url('/assets/fonts/poppins/poppins-light-webfont.woff2') format('woff2'),
  url('/assets/fonts/poppins/poppins-light-webfont.woff') format('woff'),
  url('/assets/fonts/poppins/poppins-light-webfont.ttf') format('truetype'),
  url('/assets/fonts/poppins/poppins-light-webfont.svg#poppinslight') format('svg');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'poppinsmedium';

  src: url('/assets/fonts/poppins/poppins-medium-webfont.eot');

  src: url('/assets/fonts/poppins/poppins-medium-webfont.eot?#iefix') format('embedded-opentype'),
  url('/assets/fonts/poppins/poppins-medium-webfont.woff2') format('woff2'),
  url('/assets/fonts/poppins/poppins-medium-webfont.woff') format('woff'),
  url('/assets/fonts/poppins/poppins-medium-webfont.ttf') format('truetype'),
  url('/assets/fonts/poppins/poppins-medium-webfont.svg#poppinsmedium') format('svg');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'poppinsregular';

  src: url('/assets/fonts/poppins/poppins-regular-webfont.eot');

  src: url('/assets/fonts/poppins/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('/assets/fonts/poppins/poppins-regular-webfont.woff2') format('woff2'),
  url('/assets/fonts/poppins/poppins-regular-webfont.woff') format('woff'),
  url('/assets/fonts/poppins/poppins-regular-webfont.ttf') format('truetype'),
  url('/assets/fonts/poppins/poppins-regular-webfont.svg#poppinsregular') format('svg');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'poppinssemibold';

  src: url('/assets/fonts/poppins/poppins-semibold-webfont.eot');

  src: url('/assets/fonts/poppins/poppins-semibold-webfont.eot?#iefix') format('embedded-opentype'),
  url('/assets/fonts/poppins/poppins-semibold-webfont.woff2') format('woff2'),
  url('/assets/fonts/poppins/poppins-semibold-webfont.woff') format('woff'),
  url('/assets/fonts/poppins/poppins-semibold-webfont.ttf') format('truetype'),
  url('/assets/fonts/poppins/poppins-semibold-webfont.svg#poppinssemibold') format('svg');

  font-weight: normal;

  font-style: normal;
}

.custom-class {
  color: red;
}

:root {
  --vh: 100vh;
}

html, body {
  height: 100%;
  background: #000;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.mobile-slider-container {
  margin: auto;
  width: 100%;
  min-height: 250px;
}

.lifecycleimg{
  height: 120px;
}

.dot {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid#ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.bg-white {
  background-color: white;
}

div#sliderContent {
  min-height: 200px;
}

.info {
  position: absolute;
  /* Positioned relative to the nearest positioned ancestor (hero section) */
  top: 22%;
  left: 6%;
  width: 275px;
  height: 105px;
  border-radius: 12px;
  /* Rounded corners */
  z-index: 1000;
  /* Ensure it is above other elements */
  display: flex;
  /* Center content inside */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  /* Add some padding */
  text-align: center;
  overflow: hidden;
  /* Prevent content overflow */
}

.about-page section {
  padding-bottom: 60px;
}

.jounral{
  color: #fff;
  /*border-radius: 15px;*/
  height: 50%;
}

.header{
  /*position: fixed;*/
  top: 16px;
  z-index: 10;
  /*max-width: 400px;*/
}

.left-35{
  /*left:35%;*/
}

.h-62 {
  min-height: 243px;
}

.h-72 {
  min-height: 378px;
}

/* Box 2 Styling */

#box2 {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

#box2 .swiper-container {
  height: 100%;
}

#box2 .swiper-slide {
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  padding: 15px;
}

#box2 h3 {
  font-size: 25px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn{
  border: 2px solid#fff;
  font-size: 18px;
  font-weight: 400;
}

.tagline {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  line-height: 57px;
  max-width: 400px;
  text-align: center;
}

.highlight {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  padding: 10px;
  text-align: center;
}

.contact {
  font-size: 33px;
  line-height: 36px;
  color: #fff;
  font-weight: 600;
  max-width: 225px;
  text-align: center;
}

.contact img{
  width: 60px;
}

.logo{
  width:150px;
  margin: auto;
}

.bg-\[\#FF780A\] {
  background-color: #FF780A;
}

span.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  /* Default background */
  border: 2px solid #fff;
  /* White border */
  cursor: pointer;
  transition: all 0.3s ease;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #fff;
}

div#expandedContent,div#expandedContentM,div#expandedBox,div#expandedBoxM {
  font-size: 15px;
}

div#expandedBox,div#expandedBoxM {
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  color: #ffffff;
  background: #000000;
  background-size: cover;
  border-radius: 13px;
}

div#expandedContent,div#expandedContentM {
  background: transparent;
  background-color: #8755ad;
  color: #fff;
  overflow: auto;
  height: inherit;
  scroll-behavior: smooth;
  /* Enables smooth scrolling */
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
  scrollbar-width: none;
}

/* Scrollbar customization */

div#expandedContent::-webkit-scrollbar,div#expandedContentM::-webkit-scrollbar {
  width: 0px;
  position: absolute;
  right:0px;
}

div#expandedContent::-webkit-scrollbar-thumb,div#expandedContentM::-webkit-scrollbar-thumb{
  background-color: transparent;
  /* Scrollbar thumb color */
  border-radius: 0px;
  /* Rounded corners */
}

div#expandedContent::-webkit-scrollbar-thumb:hover,div#expandedContentM::-webkit-scrollbar-thumb:hover  {
  background-color: transparent;
  /* Hover effect for the scrollbar thumb */
}

div#expandedContent::-webkit-scrollbar-track, div#expandedContentM::-webkit-scrollbar-track {
  margin-right: 0px;
  /* Shift scrollbar 20px inside the sidebar */
  background-color: transparent;
  /* Track background */
  border-radius: 0px;
  /* Rounded corners */
}

button#closeButton {
  right: 15px;
}

div#expandedBox::after,div#expandedBoxM::after {
  content: "";
  position: absolute;
  top: 15%;
  /* Start scrollbar at 15% of box height */
  right: 10px;
  /* Offset scrollbar from the right border */
  height: 70%;
  /* Scrollbar height spans 70% of the box */
  width: 0px;
  /* Scrollbar width */
  background-color: transparent;
  /* Ensure background doesn't interfere */
}

.menu {
  height: 100px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #333;
  /* Adjust color as needed */
}

.content {
  margin-bottom: 150px;
  /* Space above the footer */
}

.max-content{
  width: -moz-max-content;
  width: max-content;
}

.mb-30{
  margin-bottom: 200px;
}

/* Scrollbar Track */

#scrollTrack {
  bottom: 70px;
  position: fixed;
  right: 20px;
  top: 50px;
  width: 8px;
  height: auto;
  border-radius: 4px;
  z-index: 1000;
}

.map-point {
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  background-image: url('/assets/images/button_inactive.svg');
  background-size: cover;
}

.map-point.selected {
  background-image: url('/assets/images/button_active.svg');
  width: 40px;
  height: 40px;
}

.article-box {
  background-size: cover;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.article-box h3, .article-box p {
  position: absolute;
  color: white;
  padding: 5px;
  border-radius: 5px;
}

.article-box h3 {
  top: 5px;
  width: inherit;
}

.article-box p {
  bottom: 0px;
  width: inherit;
  padding: 10px;
}

.top-\[37\%\] {
  top: 37%;
}

.top-\[32\%\] {
  top: 32%;
}

.top-\[41\%\] {
  top: 41%;
}

.top-\[56\%\] {
  top: 56%;
}

.top-\[50\%\] {
  top: 50%;
}

.top-\[60\%\] {
  top: 60%;
}

.left-\[20\%\] {
  left: 20%;
}

.left-\[48\%\] {
  left: 48%;
}

.left-\[66\%\] {
  left:66%;
}

.left-\[26\%\] {
  left: 26%;
}

.left-\[83\%\] {
  left: 83%;
}

.left-\[79\%\] {
  left: 79%;
}

.h-\[19\%\]{
  height:20%;
}

.h-\[38\%\]{
  height:38%;
}

#customScrollBar:hover {
  opacity: 1;
  /* Highlight on hover */
}

button.tab-button {
  margin-bottom: -4px;
}

.text-black {
  color: #000;
}

.text-ac-gray {
  color: #acacac;
}

.tab-button1 {
  color: #D2D2D2;
  font-size: 15px;
  line-height: 10.5px;
  text-align: center;
  margin: 0px 10px;
}

/* Base Styles for the Accordion */

#faq-accordion {
  overflow: hidden;
}

/* Accordion Item */

.faq-item {
  border-bottom: 1px solid #e5e5e5;
}

.faq{
  padding-bottom: 260px;
}

/* Accordion Button */

.accordion-button {
  cursor: pointer;
  padding: 14px 0px;
  font-size: 24px;
  width: 100%;
  font-weight: 600;
  text-align: left;
  display: flex;
  transition: background-color 0.3s ease;
}

.panel {
  font-size: 18px;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.panel p{
  font-size: 18px;
  color: black;
}

.tab-button1.active {
  color: #fff;
}

.accordion-button .icon {
  transition: transform 0.3s ease;
}

.border-orange-sub{
  border-bottom: 0px solid#d2d2d2;
}

.active.border-orange-sub {
  border-bottom: 3px solid#ff7100;
}

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

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

.border-orange-500 {
  border-bottom: 5px solid#ff7100;
}

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

.contactbtn{
  border: 2px solid#fff;
}

.contactbtn:hover{
  color: #000000;
}

/* Maintain spacing for left and right arrows */

.testimonials .arrow-left,
.testimonials .arrow-right {
  margin: 0 20px;
}

.rounded-top{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-bottom{
  border-bottom-left-radius: 0.95rem;
  border-bottom-right-radius: 0.75rem;
}

/* Ensure line breaks in the first paragraph */

.tab-panel-services p:first-child {
  white-space: pre-line;
}

/* Wrapper and content for sliding effect */

.tab-content-wrapper {
  position: relative;
  overflow: hidden;
  /* Prevent overflow of content outside the visible area */
}

.tab-content {
  display: flex;
  transition: transform 0.5s ease-in-out;
  /* Smooth transition for sliding effect */
}

.tab-panel-services {
  flex-shrink: 0;
  text-align: center;
  width: 100%;
}

#center-image {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

.fade-out {
  opacity: 0;
}

.history p{
  line-height: 22px;
}

.history p strong{
  line-height: 34px;
}

.faq p strong{
  line-height: 34px;
  font-size: 18px;
}

.faq p{
  font-size: 16px;
  line-height: 22px;
}

.faq p strong:after{
  content: "\a";
  white-space: pre;
}

strong {
  font-size: 20px;
}

.panel.about.faq p {
  color: #fff;
}

.bg-orange-500 {
  background-color: #FF780A!important;
}

.bg-orange-600 {
  background-color: #ec6f09!important;
}

.border-orange-black-text{
  border-bottom: 5px solid#ff7100;
  color: #000;
}

button.mx-3 {
  margin: 0px 10px;
}

button.text-orange-500 {
  color: #ff7100;
}

.shadow img {
  height: 160px;
}

.animated-btn {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}

.animated-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  /* Shadow on hover */
}

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-slide-in {
  opacity: 0;
  animation: fadeSlideIn 0.8s ease forwards;
}

.delay-0 {
  animation-delay: 0.2s;
}

.delay-1 {
  animation-delay: 0.5s;
}

.delay-2 {
  animation-delay: 0.8s;
}

.delay-3 {
  animation-delay: 1.1s;
}

@keyframes logoZoomIn {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes bounceInContact {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  60% {
    transform: translateY(-10px);
    opacity: 1;
  }

  100% {
    transform: translateY(0);
  }
}

.logobx img {
  animation: logoZoomIn 1.2s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*.logobxx img {*/

/*  animation: fadeIn 3.2s ease-in-out forwards;*/

/*  animation-delay: 0.5s;*/

/*  opacity: 0;*/

/*}*/

/*.logobxx img {*/

/*  animation: logoZoomIn 1.2s ease forwards;*/

/*  animation-delay: 1.5s;*/

/*  opacity: 0;*/

/*}*/

.partner img , .socialmedia img, .softwaretagline img{
  animation: logoZoomIn 1.2s ease forwards;
  animation-delay: 1.5s;
  opacity: 0;
}

.contactbx.delay-1 {
  animation-delay: 0.5s;
  opacity: 1;
}

@keyframes rotateZoomIn {
  0% {
    transform: rotate(-360deg) scale(2);
    /* Clockwise rotation */
    opacity: 0;
  }

  60% {
    transform: rotate(-20deg) scale(1.2);
    opacity: 1;
  }

  100% {
    transform: rotate(0) scale(1);
  }
}

.partner_logo {
  animation: rotateZoomIn 1.5s ease-out forwards;
  transform-origin: center;
}

.tagline, .contact {
  animation: zoomIn 1.5s ease-out forwards;
  transform-origin: center;
  opacity: 0;
}

.subsection {
  /*animation: zoomIn 1s ease-out forwards;*/
  /*transform-origin: center;*/
  /*opacity: 0;*/
}

@keyframes zoomIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes waveAnimation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.trademark{
  font-size: 14px;
}

.detailspara p {
  margin-bottom: 15px;
}

sup {
  top: -1.7em;
  left: 4px;
  margin-right: 6px;
}

.lifecycledesc ul li,.lifecycledescdesktop ul li {
  list-style: disc;
  margin-bottom: 7px;
}

.lifecycledescdesktop ul li{
  margin-left: 15px;
}

.panel.omnissa p {
  color: #fff;
}

.emailicon:hover img {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}

.carrier ul li {
  margin-bottom: 20px;
  list-style: disc;
  margin-left: 27px;
  line-height: 22px;
}

.carrier ul li::marker {
  font-size: 1.5em;
  /* Increase bullet size */
  color: white;
  /* Optional: Change color */
}

.tooltip {
  background: #FF780A;
  color: white;
  padding: 20px 15px;
  border-radius: 15px;
  font-size: 14px;
  min-width: 160px;
  white-space: nowrap;
  position: absolute;
  transform: translate(-50%, -100%);
  pointer-events: none;
  text-align: center;
}

/* Arrow for Tooltip */

.tooltip::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 12px;
  border-style: solid;
  border-color: #FF8928 transparent transparent transparent;
}

/* Legend styles */

.legend {
  display: flex;
  flex-direction: column;
  margin: 10px 0px;
  font-size: 14px;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid black;
}

.green {
  background-color: #63AE8E;
}

.white {
  background-color: white;
}

.linkedin-icon {
  content: url('/assets/images/linkdin.svg');
  background-color: black;
  border-radius: 10px;
  transition: opacity 0.3s ease-in-out;
}

.linkedin-icon:hover {
  content: url('/assets/images/linkedin_orange.png');
  background-color: white;
  border-radius: 10px;
}

.language-dropdown {
  position: relative;
  display: inline-block;
}

/* Style for the language select box */

.language-button {
  background-color: transparent;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  display: flex;
  font-weight: 700;
  align-items: center;
  height: 0px;
}

.language-button::after {
  content: "▼";
  font-size: 15px;
  margin-left: 5px;
  color: #FF8928;
}

.language-dropdown.open .language-button::after {
  content: "▲";
}

.language-button:hover {
  /*color: #FF8928;*/
}

.dropdown-content {
  /*display: none;*/
  position: absolute;
  bottom: 10px;
  right: 0;
  visibility: hidden;
  margin-bottom: 10px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 10px;
  z-index: 0;
  width: auto;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease, visibility 0.3s;
}

.language-dropdown.open .dropdown-content {
  transform: translateY(0);
  z-index: 1000;
  visibility: visible;
}

.dropdown-content label {
  display: flex;
  align-items: center;
  padding: 6px 8px;
  cursor: pointer;
  font-size: 14px;
  color: black;
}

.language-dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin-right: 10px;
}

.dropdown-content label.selected {
  font-weight: bold;
}

.dropdown-content label.selected .language-dot {
  background-color: #FF8928;
}

.dropdown-content label:hover {
  background-color: #f0f0f0;
}

.detailspara ul li {
  list-style: disc;
  margin-left: 25px;
}

.detailspara ul li p{
  margin-bottom: 10px;
}

.omnissafaq ul li{
  list-style: disc;
  margin-left: 18px;
  font-size: 16px;
  line-height: 22px;
}

.omnissafaq{
  font-size: 16px;
  line-height: 22px;
}

.omnissafaq ul{
  margin-top: 10px;
}

#closeTooltipBtn {
  background: url('/assets/images/close.svg') no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 10px;
  border: none;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background-color: transparent;
}

div#CookiebotWidget {
  display: none;
}

.py-30 {
  margin: 135px 0px;
}

.list ul li {
  list-style-type: disc !important;
  margin-left: 22px;
  line-height: 26px;
}

.swiper-slide{
  height: 90%!important;
}

.quote, blockquote.my-4.quote{
  border-left:2px solid#63AE8E;
  padding-left: 10px;
}

figure img {
  border-radius: 20px;
  margin: 30px 0px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 30px!important;
  color: #fff;
}

.landscape-hidden main,
.landscape-hidden .header {
  display: none !important;
}

.blog p{
  margin: 20px 0px;
  min-height: 8px;
  line-height: 25px;
  /*text-align: justify;*/
}

.blog p:has(> strong:only-child) {
  margin-bottom: 0;
  margin-top: 20px;
}

@supports selector(p:has(> strong:only-child)) {
  p:has(> strong:only-child) + p {
    margin-top: 5px;
  }
}

.blog p:empty, p:empty {
  display: block;
  height: 15px;
  content: "";
}

.rounded-xl{
  border-radius: 0.95rem;
}

/*Extra Small device*/

@media only screen and (min-width:300px) {
  .container {
    max-width: 100%!important;
  }

  .heading{
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 33.95px;
    text-underline-position: from-font;
  }

  .heroheading{
    font-family: Poppins;
    font-size: 35px;
    font-weight: 600;
    line-height: 33.95px;
    text-underline-position: from-font;
  }

  .flyer {
    background-size: 100% auto;
    background-repeat: repeat;
  }

  #box2 .swiper-slide {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    padding: 5px;
  }

  .tablet {
    width: 100%;
    display: inherit;
    padding-right: 0px;
  }

  .logobx{
    height: 100%;
    width: 50%;
  }

  .contactbx{
    margin-top:0%;
    width: 50%;
  }

  .col-span-3,.col-span-9 {
    grid-column: span 12 / span 12;
  }

  .pr{
    height: 16vh;
    margin-bottom: -1vh;
  }

  .py-4 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .tagline {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    /*margin-bottom: 10px;*/
  }

  .highlight {
    font-size: 7px;
    padding: 0px 5px;
    text-align: center;
  }

  .tab-button.active, .tab-button.active-tab {
    text-decoration: underline;
    border-bottom: 3px solid#d2d2d2;
    text-decoration-color: #FF780A;
    text-decoration-thickness: 2px;
    text-underline-offset: 17.5px;
    margin-bottom: 0px;
  }

  .partner_logo{
    width: 100px;
  }

  .jouranl_article{
    margin-bottom: 30px;
  }

  #box2 h3 {
    font-size: 15px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .contact img {
    width: 60px;
  }

  .jounral {
    height:50%;
  }

  .excerpt{
    display: none;
    line-height: 15px;
  }

  div#about {
    /*min-height: 150px;*/
    /*min-height: 18vh;*/
  }

  div#regions {
    min-height: 150px;
  }

  .logo {
    width: 80px;
    margin: auto;
  }

  .contact_icon {
    width: 60px;
    padding: 20px 0px 10px 0px;
  }

  .gap-4 {
    gap: .5rem;
  }

  .px-50px {
    padding-left: 20px;
    padding-right: 20px;
  }

  button.tab-button {
    width:100%;
    margin: auto;
    margin-bottom: -4px;
    padding:8px 0px;
  }

  .tab-button1 {
    color: #D2D2D2;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 20px;
    width: 100%;
    border-bottom: 1px solid#2D4B52;
  }

  .address_image{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .officeW {
    width: 100%;
    text-align: left;
  }

  .officeW img {
    border-top-left-radius: 0px;
    border-bottom-left-radius:0px;
  }

  .officeH{
    min-height: -moz-fit-content;
    min-height: fit-content;
    margin-top: 0px;
  }

  .seprator{
    border-top: 0px solid#2D4B52;
    padding-top: 0px;
  }

  .tag-line{
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
  }

  .about-page section {
    padding-bottom: 10px;
  }

  .membername{
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
  }

  .serviceinfotitle{
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
  }

  .serviceinfodesc{
    font-size: 14px;
    font-weight:400;
    line-height: 18px;
  }

  .accordion-button {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .px-\[50px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .mx-\[50px\] {
    margin-left: 50px;
    margin-right: 50px;
  }

  .serviceheading{
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
  }

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

  .testimonials .arrow-left,
  .testimonials .arrow-right {
    margin: 0 0px;
  }

  .arrowdesktop{
    display: none;
  }

  .mobile-arrows{
    display: block;
  }

  .testimonialdesc{
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
  }

  .author{
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
  }

  .contact {
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    font-weight: 600;
    max-width: 130px;
    text-align: center;
  }

  .infoabout{
    font-size: 1rem;
    font-weight: 600;
    line-height: 20px;
  }

  nav ul li {
    font-size: 14px;
    white-space: nowrap;
  }

  #customScrollBar {
    position: absolute;
    width: 4px;
    background-color: #e5e7eb;
    opacity:.4;
    border-radius: 4px;
    top: 0px;
    right: -8px;
    transition: opacity 0.3s, transform 0.1s ease-out;
  }

  button#closeButton {
    right: 7px;
    width: 15px;
    top: 12px;
  }

  .rightmenu{
    display: none;
  }

  .stats{
    padding-bottom: 30px;
    margin-top: 20px!important;
  }

  .border-orange-black-text {
    border-bottom: 3px solid#FF780A;
    color: #000;
  }

  p.historytext {
    margin-top: 0px!important;
  }

  .infoservice{
    padding-bottom: 25px!important;
    padding-top: 25px!important;
  }

  .history p strong {
    line-height: 21px;
    display: block;
    margin-bottom: 10px;
  }

  .headingcontact{
    font-size: 25px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  h1{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 42px;
  }

  h2{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 25px;
  }

  h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 20px;
    line-height: 40px;
  }

  h5{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 25px;
    line-height: 10px;
  }

  .privacy-page ul li {
    list-style: disc;
    margin-left: 17px;
  }

  .privacy-page ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .officeSection{
    margin-top: -100px;
  }

  .custom-background {
    background: url("/assets/images/gema_bg-image-about.jpg") no-repeat center top, #1E3439;
    padding-bottom: 0px;
  }

  .partner img {
    width: 100px;
  }

  .socialmedia img {
    width: 75px;
  }

  .fitBg {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #1E3439;
    background-size: cover;
    height: 100%;
  }

  section#parallax-section {
    /*background: linear-gradient(rgba(109, 62, 145, 0.6), rgba(109, 62, 145, 0.6)),*/
    /*url(/assets/images/about_parallax-image.jpg);*/
    /*background-size: 100% 500px;*/
    background-position: center top;
    padding-bottom: 0px;
  }

  section#parallax-section-career {
    /*background: url(/assets/images/careerparallex.png);*/
    /*background-size: 100% auto;*/
    background-position: center top;
    padding-bottom: 0px;
    height: 180px;
  }

  section#parallax-section-services {
    /*background: url(/assets/images/servicesparallex.jpg);*/
    /*background-size: 100% auto;*/
    background-position: center top;
    padding-bottom: 0px;
  }

  h2.slider-text {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  .socialmedia img {
    width: 45px;
  }

  .rounded-4xl {
    border-radius: 2rem;
  }

  .active.border-orange-sub {
    border-bottom: 1px solid#FF780A;
  }

  #map {
    width: 100%;
    /*height: 600px;*/
    height: calc(100vh - 10vh);
    min-height: 300px;
    border-radius: 8px;
  }

  .lifecycledesc ul li, .lifecycledescdesktop ul li {
    list-style: disc;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 20px;
  }

  .shadow img {
    height: auto;
  }

  .desktop {
    /*display: none;*/
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width:389px) {
  .container {
    max-width: 100%!important;
  }

  .heading{
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 33.95px;
    text-underline-position: from-font;
  }

  .heroheading{
    font-family: Poppins;
    font-size: 35px;
    font-weight: 600;
    line-height: 33.95px;
    text-underline-position: from-font;
  }

  #box2 .swiper-slide {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    padding: 5px;
  }

  .flyer {
    background-size: 100% auto;
    background-repeat: repeat;
  }

  .tablet {
    width: 100%;
    display: inherit;
    padding-right: 0px;
  }

  .logobx{
    height: 100%;
    width: 50%;
  }

  .contactbx{
    margin-top:0%;
    width: 50%;
  }

  .col-span-3,.col-span-9 {
    grid-column: span 12 / span 12;
  }

  .pr{
    height: 16vh;
    margin-bottom: -1vh;
  }

  .py-4 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .tagline {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    /*margin-bottom: 10px;*/
  }

  .highlight {
    font-size: 7px;
    padding: 5px;
    text-align: center;
  }

  .tab-button.active, .tab-button.active-tab {
    text-decoration: underline;
    border-bottom: 3px solid#d2d2d2;
    text-decoration-color: #FF780A;
    text-decoration-thickness: 2px;
    text-underline-offset: 17.5px;
    margin-bottom: 0px;
  }

  .partner_logo{
    width: 100px;
  }

  .jouranl_article{
    margin-bottom: 30px;
  }

  #box2 h3 {
    font-size: 15px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .contact img {
    width: 85px;
  }

  .jounral {
    height:50%;
  }

  .excerpt{
    display: none;
    line-height: 15px;
  }

  div#about {
    /*min-height: 150px;*/
    /*min-height: 18vh;*/
  }

  div#regions {
    min-height: 150px;
  }

  .logo {
    width: 100px;
    margin: auto;
  }

  .contact_icon {
    width: 60px;
    padding: 20px 0px 10px 0px;
  }

  .gap-4 {
    gap: .5rem;
  }

  .px-50px {
    padding-left: 20px;
    padding-right: 20px;
  }

  button.tab-button {
    width:100%;
    margin: auto;
    margin-bottom: -4px;
    padding:8px 0px;
  }

  .tab-button1 {
    color: #D2D2D2;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 10px;
    border-bottom: 0px;
    padding: 8px 8px;
  }

  .address_image{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .officeW {
    width: 100%;
    text-align: left;
  }

  .officeW img {
    border-top-left-radius: 0px;
    border-bottom-left-radius:0px;
  }

  .officeH{
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .seprator{
    border-top: 2px solid#2D4B52;
    padding-top: 20px;
  }

  .tag-line{
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
  }

  .about-page section {
    padding-bottom: 10px;
  }

  .membername{
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
  }

  .serviceinfotitle{
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
  }

  .serviceinfodesc{
    font-size: 14px;
    font-weight:400;
    line-height: 18px;
  }

  .accordion-button {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .px-\[50px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .mx-\[50px\] {
    margin-left: 50px;
    margin-right: 50px;
  }

  .serviceheading{
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
  }

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

  .testimonials .arrow-left,
  .testimonials .arrow-right {
    margin: 0 0px;
  }

  .arrowdesktop{
    display: none;
  }

  .mobile-arrows{
    display: block;
  }

  .testimonialdesc{
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
  }

  .author{
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
  }

  .contact {
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    font-weight: 600;
    max-width: 130px;
    text-align: center;
  }

  .infoabout{
    font-size: 1rem;
    font-weight: 600;
    line-height: 20px;
  }

  nav ul li {
    font-size: 14px;
    white-space: nowrap;
  }

  #customScrollBar {
    position: absolute;
    width: 4px;
    background-color: #e5e7eb;
    opacity:.4;
    border-radius: 4px;
    top: 0px;
    right: -8px;
    transition: opacity 0.3s, transform 0.1s ease-out;
  }

  button#closeButton {
    right: 7px;
    width: 15px;
    top: 12px;
  }

  .rightmenu{
    display: none;
  }

  .stats{
    padding-bottom: 30px;
    margin-top: 20px!important;
  }

  .border-orange-black-text {
    border-bottom: 3px solid#FF780A;
    color: #000;
  }

  p.historytext {
    margin-top: 0px!important;
  }

  .infoservice{
    padding-bottom: 25px!important;
    padding-top: 25px!important;
  }

  .history p strong {
    line-height: 21px;
    margin-bottom: 10px!important;
    display: block;
  }

  .headingcontact{
    font-size: 25px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  h1{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 42px;
  }

  h2{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 40px;
  }

  h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 20px;
    line-height: 40px;
  }

  h5{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 25px;
    line-height: 10px;
  }

  .privacy-page ul li {
    list-style: disc;
    margin-left: 17px;
  }

  .privacy-page ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .officeSection{
    margin-top: -100px;
  }

  .custom-background {
    background: url("/assets/images/gema_bg-image-about.jpg") no-repeat center top, #1E3439;
    padding-bottom: 0px;
  }

  .partner img {
    width: 100px;
  }

  .socialmedia img {
    width: 45px;
  }

  .fitBg {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #1E3439;
    background-size: cover;
    height: 100%;
  }

  section#parallax-section {
    /*background: linear-gradient(rgba(109, 62, 145, 0.6), rgba(109, 62, 145, 0.6)),*/
    /*url(/assets/images/about_parallax-image.jpg);*/
    /*background-size: 100% 500px;*/
    background-position: center top;
    padding-bottom: 0px;
  }

  section#parallax-section-career {
    /*background: url(/assets/images/careerparallex.png);*/
    /*background-size: 100% auto;*/
    background-position: center top;
    padding-bottom: 0px;
    height: 180px;
  }

  section#parallax-section-services {
    /*background: url(/assets/images/servicesparallex.jpg);*/
    /*background-size: 100% auto;*/
    background-position: center top;
    padding-bottom: 0px;
  }

  h2.slider-text {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  .socialmedia img {
    width: 45px;
  }

  .rounded-4xl {
    border-radius: 3rem;
  }

  .active.border-orange-sub {
    border-bottom: 1px solid#FF780A;
  }

  #map {
    width: 100%;
    /*height: 540px;*/
    height: calc(100vh - 10vh);
    border-radius: 8px;
  }

  .lifecycledesc ul li, .lifecycledescdesktop ul li {
    list-style: disc;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 20px;
  }

  .shadow img {
    height: auto;
  }

  .desktop {
    /*display: none;*/
  }
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
  .container {
    max-width: 100%!important;
  }

  .heading{
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    text-underline-position: from-font;
  }

  .heroheading{
    font-family: Poppins;
    font-size: 45px;
    font-weight: 600;
    line-height: 46px;
    text-underline-position: from-font;
  }

  .flyer {
    background-size: cover;
    background-repeat: no-repeat;
  }

  #box2 .swiper-slide {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    padding: 5px;
  }

  .tablet {
    width: 100%;
    display: inherit;
    padding-right: 0px;
  }

  .logobx{
    height: 100%;
    width: 33%;
  }

  .contactbx{
    margin-top:0%;
    width: 66%;
  }

  .col-span-3,.col-span-9 {
    grid-column: span 12 / span 12;
  }

  .pr{
    height: 22vh;
    margin-bottom: 1vh;
  }

  .py-4 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .jouranl_article{
    margin-bottom: 90px;
  }

  .partner_logo{
    width: 150px;
  }

  .highlight {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    transition: font-size 0.3s ease-in-out, line-height 0.3s ease-in-out;
  }

  .tagline {
    font-size: 31px;
    color: #fff;
    font-weight: 600;
    line-height: 35px;
    max-width: 350px;
    text-align: center;
    width:350px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    /*margin-bottom: 10px;*/
    transition: font-size 0.3s ease-in-out, line-height 0.3s ease-in-out;
  }

  #about:hover .tagline, #contact:hover .tagline,#contact:hover .contact, #sovereignty:hover .tagline{
    font-size: 25px;
    line-height: 30px;
  }

  #gartner:hover .highlight, #omnissa:hover .highlight{
    font-size: 15px;
  }

  #box2 h3 {
    font-size: 18px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .excerpt {
    display: block;
    line-height: 15px;
    font-size: 12px;
  }

  .jounral {
    height: 50%;
  }

  .logo {
    width: 150px;
    margin: auto;
  }

  .contact_icon{
    width: 100px;
  }

  .gap-4 {
    gap: 1rem;
  }

  .px-50px {
    padding-left: 50px;
    padding-right: 50px;
  }

  button.tab-button {
    width: inherit;
    margin: inherit;
    margin-bottom: -4px;
    padding: 8px 1.5rem;
  }

  .tab-button1 {
    color: #D2D2D2;
    font-size: 15px;
    line-height: 10.5px;
    text-align: center;
    margin: 0px 10px;
    border-bottom: 0px;
    padding: 8px 7px;
  }

  .address_image{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .officeW {
    width: 50%;
    text-align: right;
  }

  .officeH{
    min-height: 300px;
  }

  .officeW img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .seprator{
    border-top: 0px solid#2D4B52;
    padding-top: 0px;
  }

  .tag-line{
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin-top: -10px!important;
  }

  .about-page section {
    padding-bottom: 60px;
  }

  .membername{
    font-size: 28px;
    font-weight: 600;
    line-height: 24px;
  }

  .serviceinfotitle{
    font-size: 38px;
    font-weight: 600;
    line-height: 45px;
  }

  .serviceinfodesc{
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
  }

  .accordion-button {
    font-size: 24px;
    width: 100%;
    font-weight: 600;
  }

  .px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .mx-\[50px\] {
    margin-left: 50px;
    margin-right: 50px;
  }

  .serviceheading{
    font-size: 37px;
    font-weight: 600;
    line-height: 46px;
  }

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

  .testimonials .arrow-left,
  .testimonials .arrow-right {
    margin: 0 20px;
  }

  .arrowdesktop{
    display: block;
  }

  .mobile-arrows{
    display: none;
  }

  .testimonialdesc{
    font-size: 22px;
    font-weight: bold;
    line-height: 27px;
  }

  .author{
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
  }

  .contact {
    font-size: 27px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    max-width: 205px;
    text-align: center;
  }

  .infoabout{
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
  }

  nav ul li {
    font-size: 14px;
  }

  #customScrollBar {
    position: absolute;
    width: 8px;
    background-color: #e5e7eb;
    opacity:.4;
    border-radius: 4px;
    top: 0px;
    right: 0px;
    transition: opacity 0.3s, transform 0.1s ease-out;
  }

  button#closeButton {
    right: 15px;
    width: -moz-fit-content;
    width: fit-content;
  }

  .rightmenu{
    display: none;
  }

  .contact img {
    width:60px;
    transition: width 0.3s ease-in-out;
  }

  .stats{
    padding-bottom: 0px;
    margin-top: 40px!important;
  }

  .tab-button.active, .tab-button.active-tab {
    text-decoration: none;
    border-bottom: 4px solid#FF780A;
    text-decoration-color: #FF780A;
    text-decoration-thickness: 2px;
    text-underline-offset: 17.5px;
    margin-bottom: -4px;
  }

  .border-orange-black-text {
    border-bottom: 5px solid#FF780A;
    color: #000;
  }

  .infoservice{
    padding-bottom: 50px!important;
    padding-top: 50px!important;
  }

  .history p strong {
    line-height: 34px;
    margin-bottom: 0px!important;
    display: block;
  }

  .headingcontact{
    font-size: 30px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  h1{
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 42px;
  }

  h2{
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 40px;
  }

  h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 20px;
    line-height: 40px;
  }

  h5{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 25px;
    line-height: 10px;
  }

  .privacy-page ul li {
    list-style: disc;
    margin-left: 17px;
  }

  .privacy-page ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .officeSection{
    margin-top: -100px;
  }

  .custom-background {
    background: url('/assets/images/gema_bg-image-about.jpg') no-repeat center center;
    background-size: cover;
    height: inherit;
    padding-bottom: 100px!important;
  }

  .partner img {
    width: 150px;
  }

  .socialmedia img {
    width: 75px;
  }

  .fitBg {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #1E3439;
    background-size: cover;
    height: 100%;
  }

  .lifecycledescdesktop {
    width: 75%;
    margin: auto;
  }

  section#parallax-section {
    /*background: linear-gradient(rgba(109, 62, 145, 0.6), rgba(109, 62, 145, 0.6)),*/
    /*url(/assets/images/about_parallax-image.jpg);*/
    /*background-size: 100% 850px;*/
    background-position: center top;
    padding-bottom: 0px;
  }

  section#parallax-section-career {
    /*background: url(/assets/images/careerparallex.png);*/
    /*background-size: 100% auto;*/
    background-position: center top;
    padding-bottom: 0px;
    height: 250px;
  }

  section#parallax-section-services {
    /*background: url(/assets/images/servicesparallex.jpg);*/
    /*background-size: 100% auto;*/
    background-position: center top;
    padding-bottom: 0px;
  }

  h2.slider-text {
    font-family: Poppins;
    font-weight: 600;
    font-size: 28px;
    line-height: 0px;
    text-align: center;
  }

  .rounded-4xl {
    border-radius: 5rem;
  }

  .active.border-orange-sub {
    border-bottom: 3px solid#FF780A;
  }

  #map {
    width: 100%;
    /*height: 750px;*/
    height: calc(100vh - 10vh);
    border-radius: 8px;
  }

  .lifecycledesc ul li, .lifecycledescdesktop ul li {
    list-style: disc;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 20px;
  }

  .shadow img {
    height: 160px;
  }

  .mobile {
    display: none;
  }
}

/* Large devices (laptops/desktops, 1024px and up) */

@media only screen and (min-width: 1024px) {
  .container {
    max-width: 1250px!important;
  }

  .heading{
    font-family: Poppins;
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
    text-underline-position: from-font;
  }

  .heroheading{
    font-family: Poppins;
    font-size: 48px;
    font-weight: 600;
    line-height: 46px;
    text-underline-position: from-font;
  }

  #box2 .swiper-slide {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    padding: 5px;
  }

  .tablet {
    width: 100%;
    display: grid;
    padding-right: 0px;
  }

  .logobx{
    height: 98%;
    width: 100%;
  }

  .contactbx{
    margin-top: -2%;
    width: 100%;
  }

  .col-span-9 {
    grid-column: span 9 / span 9;
  }

  .col-span-3 {
    grid-column: span 3 / span 3;
  }

  .pr{
    padding-right: 1rem;
    height: 100%;
    max-height: 100%;
  }

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

  .jouranl_article{
    margin-bottom: 90px;
  }

  .partner_logo{
    width: 150px;
  }

  .highlight {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    /*height: 70px;*/
    transition: font-size 0.3s ease-in-out;
  }

  .tagline {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    line-height: 55px;
    max-width: 420px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    text-align: center;
    width:420px;
    /*margin-bottom: 10px;*/
    transition: font-size 0.3s ease-in-out, line-height 0.3s ease-in-out;
  }

  #about:hover .tagline, #contact:hover .tagline,#contact:hover .contact, #sovereignty:hover .tagline{
    font-size: 41px;
    line-height: 53px;
  }

  #gartner:hover .highlight, #omnissa:hover .highlight{
    font-size: 21px;
  }

  #gartner:hover .partner img, #omnissa:hover .partner img {
    width: 160px;
  }

  #contact:hover .contact img{
    width: 65px;
  }

  #logo:hover .logo {
    width: 155px;
  }

  .softwaretagline {
    transition: transform 0.3s ease;
    transform-origin: center;
  }

  .softwaretagline:hover {
    transform: scale(1.1);
  }

  #followus:hover .socialmedia img {
    width: 68px;
  }

  #box2 h3 {
    font-size: 25px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .excerpt {
    display: block;
    line-height: 15px;
    font-size: 15px;
  }

  .jounral {
    height: 50%;
  }

  .logo {
    width: 150px;
    margin: auto;
    transition: width 0.3s ease-in-out;
  }

  .contact_icon{
    width: 100px;
  }

  .gap-4 {
    gap: 1rem;
  }

  .px-50px {
    padding-left: 50px;
    padding-right: 50px;
  }

  button.tab-button {
    width: inherit;
    margin: inherit;
    margin-bottom: -4px;
    padding: 8px 1.5rem;
  }

  .tab-button1 {
    color: #D2D2D2;
    font-size: 15px;
    line-height: 10.5px;
    text-align: center;
    margin: 0px 10px;
    border-bottom: 0px;
    padding: 8px 8px;
  }

  .officeW {
    width: 50%;
    text-align: right;
  }

  .officeH{
    min-height: 300px;
  }

  .officeW img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .seprator{
    border-top: 0px solid#2D4B52;
    padding-top: 0px;
  }

  .tag-line{
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin-top: -10px!important;
  }

  .about-page section {
    padding-bottom: 60px;
  }

  .membername{
    font-size: 28px;
    font-weight: 600;
    line-height: 24px;
  }

  .serviceinfotitle{
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
  }

  .serviceinfodesc{
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
  }

  .accordion-button {
    font-size: 24px;
    width: 100%;
    font-weight: 600;
  }

  .px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .mx-\[50px\] {
    margin-left: 50px;
    margin-right: 50px;
  }

  .serviceheading{
    font-size: 45px;
    font-weight: 600;
    line-height: 46px;
  }

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

  .testimonials .arrow-left,
  .testimonials .arrow-right {
    margin: 0 20px;
  }

  .arrowdesktop{
    display: block;
  }

  .mobile-arrows{
    display: none;
  }

  .testimonialdesc{
    font-size: 22px;
    font-weight: bold;
    line-height: 27px;
  }

  .author{
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
  }

  .contact {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    height: 100px;
    font-weight: 600;
    max-width: 250px;
    text-align: center;
  }

  .infoabout{
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
  }

  nav ul li {
    font-size: 15px;
    width: -moz-max-content;
    width: max-content;
  }

  #customScrollBar {
    position: absolute;
    width: 8px;
    background-color: #e5e7eb;
    opacity:.4;
    border-radius: 4px;
    top: 0px;
    right: 0px;
    transition: opacity 0.3s, transform 0.1s ease-out;
  }

  button#closeButton {
    right: 15px;
    width: -moz-fit-content;
    width: fit-content;
  }

  .rightmenu{
    display: block;
  }

  .contact img {
    width: 60px;
    transition: width 0.3s ease-in-out;
  }

  .stats{
    padding-bottom: 0px;
    margin-top: 40px!important;
  }

  .tab-button.active, .tab-button.active-tab {
    text-decoration: none;
    border-bottom: 4px solid#FF780A;
    text-decoration-color: #FF780A;
    text-decoration-thickness: 2px;
    text-underline-offset: 17.5px;
    margin-bottom: -4px;
  }

  .border-orange-black-text {
    border-bottom: 5px solid#FF780A;
    color: #000;
  }

  .infoservice{
    padding-bottom: 50px!important;
    padding-top: 50px!important;
  }

  .history p strong {
    line-height: 34px;
    display: block;
    margin-bottom: 0px;
  }

  .headingcontact{
    font-size: 30px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  h1{
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 42px;
  }

  h2{
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 40px;
  }

  h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 20px;
    line-height: 40px;
  }

  h5{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 25px;
    line-height: 30px;
  }

  .privacy-page ul li {
    list-style: disc;
    margin-left: 17px;
    margin-top: 14px;
  }

  .privacy-page ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .officeSection{
    margin-top: -100px;
  }

  .custom-background {
    background: url('/assets/images/gema_bg-image-about.jpg') no-repeat center center;
    background-size: cover;
    height: inherit;
    padding-bottom: 100px!important;
  }

  .partner img {
    width: 150px;
    transition: width 0.3s ease-in-out;
  }

  .socialmedia img {
    width: 65px;
    transition: width 0.3s ease-in-out;
  }

  .fitBg {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #1E3439;
    background-size: inherit;
    height: 100%;
  }

  .flyer{
    background-size: cover;
    background-repeat: no-repeat;
  }

  .lifecycledescdesktop {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }

  section#parallax-section {
    /*background: linear-gradient(rgba(109, 62, 145, 0.6), rgba(109, 62, 145, 0.6)),*/
    /*url(/assets/images/about_parallax-image.jpg);*/
    /*background-size: 100% 750px;*/
    background-position: center top;
    padding-bottom: 0px;
  }

  section#parallax-section-career {
    /*background: url(/assets/images/careerparallex.png);*/
    /*background-size: 100% auto;*/
    background-position: center top;
    padding-bottom: 0px;
    height: 250px;
  }

  section#parallax-section-services {
    /*background: url(/assets/images/servicesparallex.jpg);*/
    /*background-size: 100% auto;*/
    background-position: center top;
    padding-bottom: 0px;
  }

  h2.slider-text {
    font-family: Poppins;
    font-weight: 600;
    font-size: 28px;
    line-height: 0px;
    text-align: center;
  }

  h1.omnissaheading {
    font-size: 40px;
  }

  .rounded-4xl {
    border-radius: 5rem;
  }

  .active.border-orange-sub {
    border-bottom: 3px solid#FF780A;
  }

  #map {
    width: 100%;
    height: 100vh;
    /*height: calc(100vh - 222px);*/
    /*border-radius: 8px;*/
  }

  .lifecycledesc ul li, .lifecycledescdesktop ul li {
    list-style: disc;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 25px;
  }

  .shadow img {
    height: 160px;
  }

  .mobile {
    display: none;
  }
}

/*Journal artical scrollbar*/

#ac-track::-webkit-scrollbar {
  display: none;
}

@media (max-width: 767px) {
  .md-margin-bottom-20 {
    margin-bottom: 20px !important;
  }

  .md-margin-bottom-50 {
    margin-bottom: 50px !important;
  }

  .md-margin-top-140 {
    margin-top: -140px !important;
  }
}

.soverenigntysup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  vertical-align: super;
  line-height: 1;
}

.soverenigntysup-dashboard {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  vertical-align: super;
  line-height: 1;
}

.checked\:border-orange-500:checked {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}

.checked\:bg-orange-500:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-\[\#FF780A\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 120 10 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#FF780A\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 120 10 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

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

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:text-\[\#013220\]:hover {
  --tw-text-opacity: 1;
  color: rgb(1 50 32 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#63AE8E\]:hover {
  --tw-text-opacity: 1;
  color: rgb(99 174 142 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#FF780A\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 120 10 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-300:hover {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-500:hover {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.focus\:border-\[\#63AE8E\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 174 142 / var(--tw-border-opacity, 1));
}

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

@media (min-width: 640px) {
  .sm\:h-4 {
    height: 1rem;
  }

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

  .sm\:w-4 {
    width: 1rem;
  }

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

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

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

@media (min-width: 768px) {
  .md\:ml-\[50px\] {
    margin-left: 50px;
  }

  .md\:h-72 {
    height: 18rem;
  }

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

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

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

  .md\:w-72 {
    width: 18rem;
  }

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

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

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

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

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

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:pb-\[60px\] {
    padding-bottom: 60px;
  }

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

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

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

@media (min-width: 1024px) {
  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

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

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

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

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

@media (max-width: 639px) {
  .mobile\:my-\[25px\] {
    margin-top: 25px;
    margin-bottom: 25px;
  }

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

  .mobile\:hidden {
    display: none;
  }

  .mobile\:h-\[full\] {
    height: full;
  }

  .mobile\:w-\[100px\] {
    width: 100px;
  }

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

  .mobile\:gap-x-\[1vh\] {
    -moz-column-gap: 1vh;
         column-gap: 1vh;
  }

  .mobile\:border-b-0 {
    border-bottom-width: 0px;
  }

  .mobile\:bg-\[length\:95\%\] {
    background-size: 95%;
  }

  .mobile\:p-0 {
    padding: 0px;
  }

  .mobile\:px-\[0px\] {
    padding-left: 0px;
    padding-right: 0px;
  }

  .mobile\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

  .mobile\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .mobile\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .mobile\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .mobile\:pb-8 {
    padding-bottom: 2rem;
  }

  .mobile\:pt-\[20px\] {
    padding-top: 20px;
  }

  .mobile\:leading-\[42px\!important\] {
    line-height: 42px !important;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .tablet\:bottom-\[30px\!important\] {
    bottom: 30px !important;
  }

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

  .tablet\:flex {
    display: flex;
  }

  .tablet\:hidden {
    display: none;
  }

  .tablet\:h-1\/2 {
    height: 50%;
  }

  .tablet\:h-\[3vh\] {
    height: 3vh;
  }

  .tablet\:h-\[75vh\] {
    height: 75vh;
  }

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

  .tablet\:flex-1 {
    flex: 1 1 0%;
  }

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

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

  .tablet\:gap-x-\[1vh\] {
    -moz-column-gap: 1vh;
         column-gap: 1vh;
  }

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

  .tablet\:border-b-4 {
    border-bottom-width: 4px;
  }

  .tablet\:bg-\[length\:75\%\] {
    background-size: 75%;
  }

  .tablet\:p-\[1vh\] {
    padding: 1vh;
  }

  .tablet\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .tablet\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tablet\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tablet\:py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .tablet\:py-\[75px\] {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .tablet\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .tablet\:pr-0 {
    padding-right: 0px;
  }

  .tablet\:pt-\[40px\] {
    padding-top: 40px;
  }

  .tablet\:leading-\[26px\!important\] {
    line-height: 26px !important;
  }

  .tablet\:leading-\[5px\] {
    line-height: 5px;
  }
}

@media (min-width: 1024px) {
  .desktop\:bottom-\[54px\!important\] {
    bottom: 54px !important;
  }

  .desktop\:col-span-9 {
    grid-column: span 9 / span 9;
  }

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

  .desktop\:flex {
    display: flex;
  }

  .desktop\:hidden {
    display: none;
  }

  .desktop\:min-h-\[63vh\] {
    min-height: 63vh;
  }

  .desktop\:flex-1 {
    flex: 1 1 0%;
  }

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

  .desktop\:gap-8 {
    gap: 2rem;
  }

  .desktop\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .desktop\:border-b-4 {
    border-bottom-width: 4px;
  }

  .desktop\:bg-\[length\:64\%\] {
    background-size: 64%;
  }

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

  .desktop\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .desktop\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .desktop\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .desktop\:py-\[62px\] {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .desktop\:py-\[75px\] {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .desktop\:pb-\[0px\] {
    padding-bottom: 0px;
  }

  .desktop\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .desktop\:pr-0 {
    padding-right: 0px;
  }

  .desktop\:pt-\[40px\] {
    padding-top: 40px;
  }

  .desktop\:leading-\[15px\!important\] {
    line-height: 15px !important;
  }

  .desktop\:leading-\[26px\!important\] {
    line-height: 26px !important;
  }

  .desktop\:leading-\[5px\!important\] {
    line-height: 5px !important;
  }
}



