/*
Theme Name: Jumpp FAQ
Description: Jumpp FAQ theme.
Author: Vijay Kumar
Version: 1.0
Text Domain: jumpfaq
Template: twentyseventeen
*/



/* Custom CSS styles go here */

/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Saira:ital,wght@0,100..900;1,100..900&display=swap");

/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
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] {
  display: none;
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-right-6 {
  right: -1.5rem;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-\[-0\.5rem\] {
  bottom: -0.5rem;
}

.bottom-\[35\%\] {
  bottom: 35%;
}

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

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-auto {
  right: auto;
}

.top-4 {
  top: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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-full {
  grid-column: 1 / -1;
}

.float-left {
  float: left;
}

.m-0 {
  margin: 0px;
}

.m-4 {
  margin: 1rem;
}

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

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

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

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

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

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

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

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

.-mt-15 {
  margin-top: -60px;
}

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

.mb-28 {
  margin-bottom: 7rem;
}

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

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

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

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

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

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

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

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

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

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

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

.mt-14 {
  margin-top: 3.5rem;
}

.mt-15 {
  margin-top: 60px;
}

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

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

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

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

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

.mt-9 {
  margin-top: 2.25rem;
}

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-128 {
  height: 38rem;
}

.h-15 {
  height: 60px;
}

.h-20 {
  height: 5rem;
}

.h-32 {
  height: 8rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-833 {
  height: 52rem;
}

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

.max-h-full {
  max-height: 100%;
}

.min-h-1 {
  min-height: 0.25rem;
}

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

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

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

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

.min-h-max {
  min-height: -moz-max-content;
  min-height: max-content;
}

.w-10 {
  width: 2.5rem;
}

.w-126 {
  width: 32rem;
}

.w-20 {
  width: 5rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-1 {
  min-width: 0.25rem;
}

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

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

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

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

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

.max-w-screen-xl {
  max-width: 1280px;
}

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

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

.basis-1\/4 {
  flex-basis: 25%;
}

.basis-1\/5 {
  flex-basis: 20%;
}

.basis-2\/5 {
  flex-basis: 40%;
}

.basis-3\/4 {
  flex-basis: 75%;
}

.basis-3\/6 {
  flex-basis: 50%;
}

.basis-45 {
  flex-basis: 45%;
}

.basis-55 {
  flex-basis: 55%;
}

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.gap-x-5\.5 {
  -moz-column-gap: 22px;
  column-gap: 22px;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
  column-gap: 1.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

.rounded-tl-\[40px\] {
  border-top-left-radius: 40px;
}

.rounded-tr-\[40px\] {
  border-top-right-radius: 40px;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

.border-bright-gray {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity));
}

.border-turquoise {
  --tw-border-opacity: 1;
  border-color: rgb(25 177 249 / var(--tw-border-opacity));
}

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

.border-white-100 {
  border-color: rgba(255, 255, 255, 0.1);
}

.border-white-500 {
  border-color: rgba(255, 255, 255, 0.5);
}

.border-yellow-border {
  --tw-border-opacity: 1;
  border-color: rgb(216 207 110 / var(--tw-border-opacity));
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.bg-alice-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(237 246 251 / var(--tw-bg-opacity));
}

.bg-arylide-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(233 222 92 / var(--tw-bg-opacity));
}

.bg-ballYellow {
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 206 / var(--tw-bg-opacity));
}

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

.bg-columbia-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(201 218 228 / var(--tw-bg-opacity));
}

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(44 80 97 / var(--tw-bg-opacity));
}

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

.bg-dark-gunmetal {
  --tw-bg-opacity: 1;
  background-color: rgb(23 42 51 / var(--tw-bg-opacity));
}

.bg-dark-jungle-green {
  --tw-bg-opacity: 1;
  background-color: rgb(18 33 41 / var(--tw-bg-opacity));
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(193 193 193 / var(--tw-bg-opacity));
}

.bg-pale-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 241 / var(--tw-bg-opacity));
}

.bg-slider-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(37 156 207 / var(--tw-bg-opacity));
}

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

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(236 226 115 / var(--tw-bg-opacity));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-\[length\:0_0\] {
  background-size: 0 0;
}

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

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

.p-12 {
  padding: 3rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

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

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

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

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

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

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

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

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

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

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

.pb-2 {
  padding-bottom: 0.5rem;
}

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

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

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

.pl-11 {
  padding-left: 2.75rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

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

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-\[26px\] {
  padding-left: 26px;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pr-\[5\%\] {
  padding-right: 5%;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

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

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

.pt-3 {
  padding-top: 0.75rem;
}

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

.pt-6 {
  padding-top: 1.5rem;
}

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

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

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

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

.font-manrope {
  font-family: Manrope;
}

.font-saira {
  font-family: Saira;
}

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

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

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

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

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

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

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

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

.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-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-10 {
  line-height: 2.5rem;
}

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

.leading-\[3\.5rem\] {
  line-height: 3.5rem;
}

.leading-\[4rem\] {
  line-height: 4rem;
}

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

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

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

.-tracking-\[0\.158px\] {
  letter-spacing: -0.158px;
}

.tracking-\[0\.22rem\] {
  letter-spacing: 0.22rem;
}

.tracking-\[0\.33rem\] {
  letter-spacing: 0.33rem;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#172A32\] {
  --tw-text-opacity: 1;
  color: rgb(23 42 50 / var(--tw-text-opacity));
}

.text-arylide-yellow {
  --tw-text-opacity: 1;
  color: rgb(233 222 92 / var(--tw-text-opacity));
}

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

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

.text-eerie-black {
  --tw-text-opacity: 1;
  color: rgb(26 29 31 / var(--tw-text-opacity));
}

.text-light-blue {
  --tw-text-opacity: 1;
  color: rgb(141 193 219 / var(--tw-text-opacity));
}

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

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

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

.text-white-500 {
  color: rgba(255, 255, 255, 0.5);
}

.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(236 226 115 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-40 {
  opacity: 0.4;
}

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

.shadow-shadow1 {
  --tw-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0px 2px 40px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

h1 {
  font-family: Saira;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.8px;
  --tw-text-opacity: 1;
  color: rgb(23 42 51 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  h1 {
    font-size: 84px;
    line-height: 95px;
  }
}

@media (min-width: 1536px) {
  h1 {
    font-size: 94px;
    line-height: 100px;
  }
}

h1 {
  /* Example styles using Tailwind CSS classes */
}

h2 {
  font-family: Saira;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
  line-height: 69px;
  letter-spacing: -0.5px;
  --tw-text-opacity: 1;
  color: rgb(23 42 51 / var(--tw-text-opacity));
}

h2.main-text {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  h2.main-text {
    font-size: 3.75rem;
    line-height: 1;
  }
}

h3 {
  font-family: Saira;
  font-size: 46px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: -0.3px;
}

.heading-1 {
  font-family: Manrope;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(23 42 51 / var(--tw-text-opacity));
}

li {
  .p1 {
    --tw-text-opacity: 1;
    color: rgb(90 90 90 / var(--tw-text-opacity));
  }
}

.p1 {
  font-family: Manrope;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(23 42 51 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .p1 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.p1 {

  &.semibold {
    font-weight: 500;
  }

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

li {
  .pi {
    --tw-text-opacity: 1;
    color: rgb(90 90 90 / var(--tw-text-opacity));
  }
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@keyframes slide-in-bottom {
  0% {
    transform: translateY(50%);
    /* Start from below */
    opacity: 0;
  }

  80% {
    transform: translateY(2%);
    /* Overshoot slightly above */
    opacity: 1;
  }

  100% {
    transform: translateY(0%);
    /* Settle to final position */
    opacity: 1;
  }
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-50%);
    /* Start from above */
    opacity: 0;
  }

  80% {
    transform: translateY(-2%);
    /* Overshoot slightly below */
    opacity: 1;
  }

  100% {
    transform: translateY(0%);
    /* Settle to final position */
    opacity: 1;
  }
}

.main-text,
.slide-in-bottom {
  opacity: 0;
  animation-name: slide-in-bottom;
  animation-duration: 1s;
  /* Duration for the slide-in effect */
  animation-timing-function: ease-in-out;
  /* Smooth transition */
  animation-fill-mode: forwards;
  /* Maintain the final position after animation */
}

.slide-in {
  opacity: 0;
  animation-name: slide-in-top;
  animation-duration: 500ms;
  /* Duration for the slide-in effect */
  animation-timing-function: ease-in-out;
  /* Smooth transition */
  animation-fill-mode: forwards;
  /* Maintain the final position after animation */
}

.slide-in-bottom {
  &:nth-child(1) {
    animation-delay: 0.5s;
  }

  &:nth-child(2) {
    animation-delay: 0.75s;
  }

  &:nth-child(3) {
    animation-delay: 1s;
  }
}

.content-section {
  .main-text {
    &:nth-child(1) {
      animation-delay: 0s;
    }

    &:nth-child(2) {
      animation-delay: 0.25s;
    }

    &:nth-child(3) {
      animation-delay: 0.5s;
    }

    &:nth-child(4) {
      animation-delay: 0.75s;
    }

    &:nth-child(5) {
      animation-delay: 1000ms;
    }

    &:nth-child(6) {
      animation-delay: 1.25s;
    }
  }
}

.hover\:border-dark-gray:hover {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.hover\:bg-bright-gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}

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

.hover\:text-button-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(44 180 241 / var(--tw-text-opacity));
}

.hover\:text-turquoise:hover {
  --tw-text-opacity: 1;
  color: rgb(25 177 249 / var(--tw-text-opacity));
}

@media not all and (min-width: 1280px) {
  .max-xl\:min-h-\[254\.25px\] {
    min-height: 254.25px;
  }

  .max-xl\:basis-\[45\%\] {
    flex-basis: 45%;
  }

  .max-xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .max-xl\:px-\[140px\] {
    padding-left: 140px  !important;
    padding-right: 140px !important;
  }
}

@media not all and (min-width: 1120px) {
  .max-lg2\:h-\[400px\] {
    height: 400px;
  }

  .max-lg2\:min-h-\[220px\] {
    min-height: 220px;
  }

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

  .max-lg2\:text-\[88px\] {
    font-size: 88px;
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

  .max-lg\:px-\[80px\] {
    padding-left: 80px !important;
    padding-right: 80px  !important;;
  }

  .max-lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

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

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

  .max-lg\:leading-8 {
    line-height: 2rem;
  }

  .max-lg\:leading-\[74px\] {
    line-height: 74px;
  }
}

@media not all and (min-width: 950px) {
  .max-md2\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .max-md2\:max-w-\[640px\] {
    max-width: 640px;
  }

  .max-md2\:basis-\[50\%\] {
    flex-basis: 50%;
  }

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

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

  .max-md2\:px-\[20px\] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

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

  .max-md2\:text-\[64px\] {
    font-size: 64px;
  }

  .max-md2\:leading-\[64px\] {
    line-height: 64px;
  }
}

@media not all and (min-width: 860px) {
  .max-md1\:w-\[50\%\] {
    width: 50%;
  }

  .max-md1\:min-w-\[290px\] {
    min-width: 290px;
  }

  .max-md1\:basis-\[22\%\] {
    flex-basis: 22%;
  }

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

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

@media not all and (min-width: 768px) {
  .max-md\:absolute {
    position: absolute;
  }

  .max-md\:relative {
    position: relative;
  }

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

  .max-md\:bottom-\[-1\.5rem\] {
    bottom: -1.5rem;
  }

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

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

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

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

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

  .max-md\:basis-full {
    flex-basis: 100%;
  }

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

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

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

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

  .max-md\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .max-md\:text-center {
    text-align: center;
  }

  .max-md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

  .max-md\:leading-\[42px\] {
    line-height: 42px;
  }

  .max-md\:leading-\[44px\] {
    line-height: 44px;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:top-\[120px\] {
    top: 120px;
  }

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

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

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

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

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

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

  .max-sm\:gap-2 {
    gap: 0.5rem;
  }

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

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

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

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

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

  .max-sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .max-sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

@media not all and (min-width: 440px) {
  .max-xsm\:top-\[170px\] {
    top: 170px;
  }

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

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

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

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

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

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

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

@media (min-width: 440px) {
  .xsm\:mb-\[-24px\] {
    margin-bottom: -24px;
  }

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

@media (min-width: 640px) {
  .sm\:mb-\[-28px\] {
    margin-bottom: -28px;
  }

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

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

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

@media (min-width: 768px) {
  .md\:-top-\[180px\] {
    top: -180px;
  }

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

  .md\:bottom-20 {
    bottom: 5rem;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

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

  .md\:right-auto {
    right: auto;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

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

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:m-16 {
    margin: 4rem;
  }

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

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

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

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

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

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

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

  .md\:mb-\[-14px\] {
    margin-bottom: -14px;
  }

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

  .md\:mr-7 {
    margin-right: 1.75rem;
  }

  .md\:mr-\[88px\] {
    margin-right: 88px;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-556 {
    height: 34.75rem;
  }

  .md\:h-833 {
    height: 52rem;
  }

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

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

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

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

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

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

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

  .md\:h-auto {
    height: auto;
  }

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

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

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

  .md\:min-h-max {
    min-height: -moz-max-content;
    min-height: max-content;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-x-16 {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .md\:gap-x-9 {
    -moz-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

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

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:bg-\[length\:auto_120\%\] {
    background-size: auto 120%;
  }

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

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

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

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

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

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

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

  .md\:py-12\.5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

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

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

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

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

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

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

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

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

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

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

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

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

  .md\:leading-6 {
    line-height: 1.5rem;
  }

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

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

  .md\:hover\:bg-arylide-yellow:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(233 222 92 / var(--tw-bg-opacity));
  }
}

@media (min-width: 860px) {
  .md1\:mb-\[-18px\] {
    margin-bottom: -18px;
  }

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

@media (min-width: 950px) {
  .md2\:h-\[280px\] {
    height: 280px;
  }

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:mb-\[-16px\] {
    margin-bottom: -16px;
  }

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

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

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

  .lg\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

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

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

@media (min-width: 1120px) {
  .lg2\:mb-\[-20px\] {
    margin-bottom: -20px;
  }

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

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

@media (min-width: 1280px) {
  .xl\:mb-\[-24px\] {
    margin-bottom: -24px;
  }

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

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

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

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

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

@media (min-width: 1440px) {
  .mid-xl\:mb-\[-26px\] {
    margin-bottom: -26px;
  }

  .mid-xl\:h-\[820px\] {
    height: 820px;
  }
}

.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *)> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./styles/header.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.no-scroll {
  height: 100vh;
  overflow: hidden;
}

/* Sticky Navbar for Desktop Only */
.navbar {
  position: sticky;
  top: 0;
  z-index: 15;
  /* Ensure it stays above other content */
  transition: all 0.3s ease;
}

/* Sticky Navbar */
.navbar.sticky {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  /* Tailwind's shadow-lg equivalent */
}

.navbar {
  #toggle {
    display: none;
  }

  #ham {
    position: relative;
  }

  #ham {
    z-index: 15;
  }

  #ham {
    display: none;
  }

  #ham {
    height: 45px;
  }

  #ham {
    width: 45px;
  }

  #ham {
    --tw-rotate: 0deg;
    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));
  }

  #ham {
    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));
  }

  #ham {
    cursor: pointer;
  }

  #ham {
    border-radius: 0.5rem;
  }

  #ham {
    transition: 0.5s ease-in-out;
  }

  #ham span {
    position: absolute;
  }

  #ham span {
    left: 9px;
  }

  #ham span {
    display: block;
  }

  #ham span {
    height: 3px;
  }

  #ham span {
    width: 30px;
  }

  #ham span {
    --tw-rotate: 0deg;
    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));
  }

  #ham span {
    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));
  }

  #ham span {
    border-radius: 9px;
  }

  #ham span {
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity));
  }

  #ham span {
    opacity: 1;
  }

  #ham span {
    transition: 0.25s ease-in-out;
  }

  #ham span:nth-child(1) {
    top: 0.75rem;
  }

  #ham span:nth-child(1) {
    width: 18px;
  }

  #ham span:nth-child(2) {
    top: 11px;
  }

  #ham span:nth-child(2) {
    left: 29px;
  }

  #ham span:nth-child(2) {
    height: 3.5px;
  }

  #ham span:nth-child(2) {
    width: 3.5px;
  }

  #ham span:nth-child(2) {
    border-radius: 3px;
  }

  #ham span:nth-child(2) {
    border-style: none;
  }

  #ham span:nth-child(3) {
    top: 21px;
  }

  #ham span:nth-child(4) {
    top: 30px;
  }

  #toggle:checked+#ham span:nth-child(1) {
    top: 19px;
  }

  #toggle:checked+#ham span:nth-child(1) {
    width: 1.75rem;
  }

  #toggle:checked+#ham span:nth-child(1) {
    transform: rotate(135deg);
  }

  #toggle:checked+#ham span:nth-child(2) {
    opacity: 0;
  }

  #toggle:checked+#ham span:nth-child(3) {
    opacity: 0;
  }

  #toggle:checked+#ham span:nth-child(4) {
    top: 19px;
  }

  #toggle:checked+#ham span:nth-child(4) {
    width: 1.75rem;
  }

  #toggle:checked+#ham span:nth-child(4) {
    transform: rotate(-135deg);
  }

  .menu a {
    margin-right: 1.25rem;
  }

  .menu a {
    text-decoration-line: none;
  }

  .menu a:last-child {
    margin-right: 0px;
  }

  .container {
    margin: auto;
  }

  .container {
    height: 92px;
  }

  .container {
    max-width: none;
  }

  .container {
    padding: 1rem;
  }

  .container {
    padding-bottom: 0px;
  }

  .container {
    line-height: 70px;
  }

  @media (min-width: 768px) {
    .container {
      padding-left: 5rem;
      padding-right: 5rem;
    }
  }

  @media (min-width: 768px) {
    .container {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
  }

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

  .headerContainer {
    margin: auto;
  }

  .headerContainer {
    height: 92px;
  }

  .headerContainer {
    max-width: none;
  }

  .headerContainer {
    padding: 1rem;
  }

  .headerContainer {
    line-height: 70px;
  }

  @media (min-width: 950px) {
    .headerContainer {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
  }

  @media (min-width: 950px) {
    .headerContainer {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }

  @media (min-width: 1024px) {
    .headerContainer {
      padding-left: 5rem;
      padding-right: 5rem;
    }
  }

  @media (min-width: 1024px) {
    .headerContainer {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
  }

  @media (min-width: 1280px) {
    .headerContainer {
      max-width: 100%;
    }
  }

  #ham {
    float: right;
  }

  #ham {
    display: inline-block;
  }

  @media (min-width: 768px) {
    #ham {
      display: none;
    }
  }

  #toggle:checked~.menu {
    left: 0px;
  }

  #toggle:checked~.menu {
    border-radius: 0px;
  }

  .menu a {
    margin: 0px;
  }

  .menu {
    position: absolute;
  }

  .menu {
    top: 0px;
  }

  .menu {
    left: -100%;
  }

  .menu {
    z-index: 13;
  }

  .menu {
    display: flex;
  }

  .menu {
    height: 100vh;
  }

  .menu {
    width: 100%;
  }

  .menu {
    flex-direction: column;
  }

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

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

  .menu {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .menu {
    border-top-right-radius: 80px;
  }

  .menu {
    border-bottom-right-radius: 80px;
  }

  .menu {
    --tw-bg-opacity: 1;
    background-color: rgb(233 222 92 / var(--tw-bg-opacity));
  }

  .menu {
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu {
    padding-top: 100px;
  }

  .menu {
    padding-bottom: 0px;
  }

  .menu {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .menu {
    transition-duration: 500ms;
  }

  @media (min-width: 768px) {
    .menu {
      position: static;
    }
  }

  @media (min-width: 768px) {
    .menu {
      height: auto;
    }
  }

  @media (min-width: 768px) {
    .menu {
      flex-direction: row;
    }
  }

  @media (min-width: 768px) {
    .menu {
      justify-content: center;
    }
  }

  @media (min-width: 768px) {
    .menu {
      --tw-bg-opacity: 0;
    }
  }

  @media (min-width: 768px) {
    .menu {
      padding-top: 0px;
    }
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./components/styles/ui.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.customInput {
  margin-top: 0px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

.custumInput__label {
  position: absolute;
  top: 24px;
  left: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 8px;
  --tw-text-opacity: 1;
  color: rgb(132 132 132 / var(--tw-text-opacity));
  transition-duration: 300ms;
}

input {
  padding: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 8px;
}

input:not(:-moz-placeholder-shown)~label,
textarea:not(:-moz-placeholder-shown)~label {
  /* @apply transform; scale-75; -translate-y-6; */
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-scale-x: 0.75;
  --tw-scale-y: 0.75;
  --tw-translate-y: -1rem;
  --tw-translate-x: -2rem;
}

input:focus~label,
input:not(:placeholder-shown)~label,
textarea:focus~label,
textarea:not(:placeholder-shown)~label,
select:focus~label,
select:not([value=""]):valid~label {
  /* @apply transform; scale-75; -translate-y-6; */
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-scale-x: 0.75;
  --tw-scale-y: 0.75;
  --tw-translate-y: -1rem;
  --tw-translate-x: -2rem;
}

.customButton {
  min-height: 52px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(233 222 92 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  box-shadow: -8px 10px 0 0 #D9CA21, -8px 10px 0 0 #D9CA21;
}

.customButton:active {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  box-shadow: -8px 0px 0 0 #E9DE5C, 0 0px 0 0 #E9DE5C;
}

.customButton {

  &:disabled {
    min-height: 52px;
  }

  &:disabled {
    cursor: pointer;
  }

  &:disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  &:disabled {
    border-radius: 0.5rem;
  }

  &:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(221 221 221 / var(--tw-bg-opacity));
  }

  &:disabled {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  &:disabled {
    transition-duration: 150ms;
  }

  &:disabled {
    box-shadow: -8px 10px 0 0 #BABABA, -8px 10px 0 0 #BABABA;
  }

  &:disabled:active {
    --tw-translate-y: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  &:disabled:active {
    box-shadow: -8px 0px 0 0 #DDDDDD, 0 0px 0 0 #DDDDDD;
  }
}

.customButton-active {
  color: black;
}



/* Blog CSS */
.page-title-wrapper {}

.page-title-wrapper .page-title {
  color: #171717;
  font-family: Saira;
  /* font-size: 62px; */
  font-style: normal;
  font-weight: 700;
  /* line-height: 69px; */
  /* 111.29% */
  letter-spacing: -2.48px;
  text-transform: capitalize;
}

.page-title-wrapper .page-subtitle {
  color: #3A3A3A;
  font-family: Manrope;
  /* font-size: 18px; */
  font-style: normal;
  font-weight: 400;
  line-height: 151.7%;
  /* 27.306px */
}

.tab-wrapper li {
  opacity: 0.5;
  color: #172A32;
  text-align: center;
  font-family: Saira;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 53px;
  /* 220.833% */
  letter-spacing: -0.72px;
}
.tab-wrapper li:hover {
  opacity: 1;
}
.tab-wrapper.sub-category-list li{
  line-height: inherit;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: initial;  
}

.tab-wrapper li.active {
  opacity: 1;
  position: relative;
}

.tab-wrapper li.active a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: red;
  height: #5px;
}

.hide-scrollbar {
  @apply overflow-y-scroll;
  /* Hide scrollbar for IE and Edge */
  -ms-overflow-style: none;
  /* Hide scrollbar for Firefox */
  scrollbar-width: none;
}

/* Hide scrollbar for Chrome, Safari, and Opera */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.article-box-wrapper {
  background: var(--white, #FFF);
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.08);
}


.article-content .article-tags span {
  border-radius: 6px;
  background: #F0F8FC;
  color: #000;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.8px;
  /* 227.143% */
}

.article-box-wrapper .article-content h2 {
  color: #171717;
  font-family: Manrope;
  /* font-size: 28px; */
  font-style: normal;
  font-weight: 700;
  padding:0;
  /* line-height: 33px; */
}

.article-box-wrapper .article-content p {
  color: #5A5A5A;
  font-family: Manrope;
  /* font-size: 16px; */
  font-style: normal;
  font-weight: 500;
  /* line-height: 28px; */
}

.article-footer .author-container img{
  height: 24px;
  width: 24px; 
  border-radius: 24px;
}
.article-footer .author-container span, .article-footer  .date-container span{
  color: #5A5A5A;
  font-family: Manrope;
  /* font-size: 12px; */
  font-style: normal;
  font-weight: 400;
  /*line-height: 100%;  12px */
  text-transform: capitalize;
}
.cta-container .cta-title{
  color: var(--white, #FFF);
  font-family: Saira;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -1.36px;
}
.cta-container .cta-description{
  color: var(--white, #FFF);
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
}
.cta-container a{
  color: #171717;
  text-align: center;
  font-family: Manrope;
  font-style: normal;
  font-weight: 700;
}

.most-viewed-blogs-container h2{
  color: #172A32;
  font-family: Saira;
  /* font-size: 46px; */
  font-style: normal;
  font-weight: 600;
}

.most-viewed-blog-container .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  margin-top: 30px;
}
.most-viewed-blog-container .owl-dots .owl-dot span{
    width: 25px;
    height: 6px;
    background: #ebf4f9;
    border-radius: 10px;
    display: block;
}
.most-viewed-blog-container .owl-dots .owl-dot.active span{
  background: #00c4ff;
}
.alm-btn-wrap {
    text-align: center;
}
button.alm-load-more-btn.more.customloadmore {
    background-image: url(assets/images/loadmore.svg);
    width: 90px;
    height: 90px;
    color: transparent;
}
button.alm-load-more-btn.more.customloadmore.done {
    display: none;
    /* pointer-events: none; */
}
button.alm-load-more-btn.more.customloadmore.loading {

	 display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid red;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    }


.entry-content{
	position: relative;
}


div#ez-toc-container{
	/* position: absolute;
	top: 0;	
	left: 0; */
  max-width: 100%;
  width: 100%;
}
.article-content-wrapper{
	margin:0 !important;
	max-width: fit-content !important;
	/* padding-left: 26%; */
}

#ez-toc-container a:visited{
  color: unset;
}
.font-figtree {
  font-family: Figtree;
}

/* Search  */
.search-result a{
  font-family: Manrope;
  font-weight: 600;
  line-height: 44px;
}

.single-article-content{
  font-family: manrope;
}
.single-article-content h1,.single-article-content h2,.single-article-content h3,.single-article-content h4,.single-article-content h5,.single-article-content h6 {
  color: #171717;
  font-weight: 600;
  margin-bottom: 1rem;
}
.single-article-content h2,.single-article-content h3{
  font-size: 24px;
  line-height: 34px;
}
.single-article-content h3,.single-article-content h4{
  font-size: 22px;
  line-height: 30px;
}
.single-article-content h5,.single-article-content h6{
  font-size: 22px;
  line-height: 30px;
}
.single-article-content p{
  font-size: 18px;
  line-height: 32px;
  color: #666666;
  margin-bottom: 1rem;

}
.single-article-content img{
  border-radius:1rem;
  margin-bottom: 1rem;
}

.blog_content #ez-toc-container{
  display: none;
  opacity: 0;
}
.article-metadata span{
  color: #777777;
}
.single-article-content hr,.single-article-content blockquote,.single-article-content ul,.single-article-content ol{
  width: 100%;
  margin-bottom: 1rem;
}
.single-article-content blockquote{
  background-image: url("assets/images/quote.png");
  background-color: #FBFDFE;
  padding: 1.5rem;
  border-radius: 1rem;
  background-repeat: no-repeat;
  background-position: 1.5rem 1.5rem;
  background-size: 75px;
}

.single-article-content ul li,.single-article-content ol li{
  font-size: 18px;
  line-height: 32px;
  color: #666666;
}

#ez-toc-container {
  border: none !important;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
#ez-toc-container ul{
  border-left: 1px solid #D2D2D2;
  overflow: visible;

}
#ez-toc-container ul li {
  padding: 0 2rem;
  position: relative;
  overflow: visible;
}
#ez-toc-container ul li a,div#ez-toc-container ul.ez-toc-list a:visited{
  font-family: Manrope;
  font-weight: 500;
  font-size: 15px;
  line-height: 22.5px;
  border-bottom: 1px solid #D1E7E5;
  padding:0.75rem 0;
  width: 100%;
  color:#1C1C1C !important;
  text-transform: capitalize;
}
#ez-toc-container ul li a:hover{
  text-decoration: none;
}
#ez-toc-container ul li:last-child a{
  border:none;
}

.ez-toc-page-1.active::after {
  content: " ";
  background: #ECE273;
  height: 100%;
  width: 3px;
  border-radius: 8px;
  position: absolute;
  left: -2px;
  top: 0;
}
.faq_cat_grid img {
  filter: grayscale(100%);
  height: 150px;
  width: auto;
}
.faq_cat_grid > div:hover img {
  filter: none;
}
  .main-article-wrapper a {
      color: rgb(44 180 241);
  }
  

  @media only screen and (max-width: 768px) {
    .faq_cat_grid img {
      filter: none;
    }
}