*, ::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.13 | 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] {
  display: none;
}

.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 100%) {
  .\!container {
    max-width: 100% !important;
  }

  .container {
    max-width: 100%;
  }
}

@media (min-width: 1290px) {
  .\!container {
    max-width: 1290px !important;
  }

  .container {
    max-width: 1290px;
  }
}

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.right-3 {
  right: 24px;
}

.top-0 {
  top: 0px;
}

.top-2 {
  top: 16px;
}

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

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

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

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

.order-3 {
  order: 3;
}

.m-auto {
  margin: auto;
}

.mx-1 {
  margin-left: 8px;
  margin-right: 8px;
}

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

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

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

.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 16px;
}

.mb-3 {
  margin-bottom: 24px;
}

.mb-4 {
  margin-bottom: 32px;
}

.mb-5 {
  margin-bottom: 48px;
}

.mb-6 {
  margin-bottom: 64px;
}

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

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

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

.ml-2 {
  margin-left: 16px;
}

.mr-2 {
  margin-right: 16px;
}

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

.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 24px;
}

.mt-4 {
  margin-top: 32px;
}

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-2 {
  height: 16px;
}

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

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

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-2 {
  width: 16px;
}

.w-2\/3 {
  width: 66.666667%;
}

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

.max-w-xs {
  max-width: 20rem;
}

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

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

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

.resize {
  resize: both;
}

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

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

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

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

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

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

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

.gap-2 {
  gap: 16px;
}

.gap-3 {
  gap: 24px;
}

.gap-4 {
  gap: 32px;
}

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

.gap-\[14px\] {
  gap: 14px;
}

.gap-\[56px\] {
  gap: 56px;
}

.gap-x-\[20px\] {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-y-\[12px\] {
  row-gap: 12px;
}

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.rounded-sm {
  border-radius: 0.125rem;
}

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

.border {
  border-width: 1px;
}

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

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(202 167 85 / var(--tw-border-opacity));
}

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

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

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

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

.bg-darktheme {
  --tw-bg-opacity: 1;
  background-color: rgb(5 9 15 / var(--tw-bg-opacity));
}

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

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(202 167 85 / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

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

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.fill-white {
  fill: #fff;
}

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

.p-1 {
  padding: 8px;
}

.p-3 {
  padding: 24px;
}

.px-2 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-3 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-4 {
  padding-left: 32px;
  padding-right: 32px;
}

.px-6 {
  padding-left: 64px;
  padding-right: 64px;
}

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

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

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

.py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-3 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-4 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-5 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-6 {
  padding-top: 64px;
  padding-bottom: 64px;
}

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

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

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

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

.pb-4 {
  padding-bottom: 32px;
}

.pb-5 {
  padding-bottom: 48px;
}

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

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

.pr-2 {
  padding-right: 16px;
}

.pt-1 {
  padding-top: 8px;
}

.pt-2 {
  padding-top: 16px;
}

.pt-7 {
  padding-top: 72px;
}

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

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

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

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

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-24 {
  font-size: 24px;
}

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

.text-base {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  font-weight: 400;
}

.text-sm {
  font-size: 14px;
  line-height: 21px;
}

.text-xl {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

.leading-\[1\.44\] {
  line-height: 1.44;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

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

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

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

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

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

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-grey {
  color: #190F3299;
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(202 167 85 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

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

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

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

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.shadow-xl {
  --tw-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0px 0px 28px 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 !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

.\!ease-linear {
  transition-timing-function: linear !important;
}

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

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

@keyframes rotate360 {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes marquee {
  0% {
    left: 100%
  }

  100% {
    left: -100%
  }
}

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

  60% {
    opacity: .4
  }

  90% {
    opacity: 0
  }

  100% {
    transform: scale(3)
  }
}

.tns-outer {
  padding: 0 !important;
  position: relative;
  overflow: visible
}

.tns-outer [hidden] {
  display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer
}

.tns-slider {
  transition: all 0s;
  display: flex
}

.tns-slider>.tns-item {
  box-sizing: border-box
}

.tns-slider.tns-vertical {
  display: block
}

.equal-height .tns-item {
  min-height: 100%
}

.equal-height .tns-item>div {
  height: 100%
}

.slider-overflow-visible .tns-ovh {
  overflow: visible
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
  float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right: -100%
}

.tns-no-calc {
  position: relative;
  left: 0
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px
}

.tns-gallery>.tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
  position: relative;
  left: auto !important
}

.tns-gallery>.tns-moving {
  transition: all .25s
}

.tns-autowidth {
  display: inline-block
}

.tns-lazy-img {
  transition: opacity .6s;
  opacity: .6
}

.tns-lazy-img.tns-complete {
  opacity: 1
}

.tns-ah {
  transition: height 0s
}

.tns-ovh {
  overflow: hidden
}

.testimonial-container .tns-ovh {
  overflow: visible
}

.tns-outer [data-action],
.tns-outer .tns-visually-hidden {
  display: none
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em
}

.tns-transparent {
  opacity: 0;
  visibility: hidden
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1
}

.tns-vpfix {
  white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
  display: inline-block
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden
}

.tns-t-ct {
  width: 2333.3333333333%;
  width: calc(100%*70/3);
  position: absolute;
  right: 0
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both
}

.tns-t-ct>div {
  width: 1.4285714286%;
  width: calc(100%/70);
  height: 10px;
  float: left
}

.tns-controls {
  display: inline-flex;
  position: absolute;
  top: -118px;
  right: 0
}

.tns-controls button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
  z-index: 99;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 8px
}

.tns-controls button:focus {
  outline: none
}

.tns-controls button:hover {
  background-color: #fff
}

.tns-controls button:hover svg path {
  stroke: #caa755;
}

.tns-controls button:disabled {
  opacity: .4;
  pointer-events: none
}

@media(max-width: 990px) {
  .tns-controls {
    top: -62px
  }

  .tns-arrows-mobile .tns-controls {
    display: flex;
    justify-content: center
  }

  .tns-arrows-mobile .tns-controls button {
    left: 0;
    right: 0;
    position: relative;
    margin: 0;
    margin: 0 8px
  }
}

.top-controls .tns-controls {
  position: absolute;
  right: 0;
  top: -62px
}

@media(max-width: 767px) {
  .top-controls .tns-controls {
    position: static;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin: 25px 0 0
  }
}

.tns-nav {
  text-align: center;
  position: relative;
  bottom: 0;
  padding: 24px 0 0 0
}

.tns-nav>[aria-controls] {
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0 4px;
  border-radius: 50%;
  background: rgba(32, 67, 134, .33);
  border: 0
}

.tns-nav>.tns-nav-active {
  background: #204386
}

.blog-container .tns-controls {
  position: absolute;
  top: -60px;
  right: -5px;
  width: 100%;
  justify-content: flex-end;
  z-index: 0
}

.blog-container .tns-controls button:first-child {
  margin-right: 16px
}

.tns-ovh {
  overflow: visible !important
}

.accordion {
  width: 100%;
  margin: auto
}

.accordion-item {
  margin-bottom: 0px
}

.accordion-item .active {
  padding-bottom: 0
}

.accordion-item p {
  transition: all .3s ease-out;
  opacity: 0;
  max-height: 0;
  margin: 0;
  overflow: hidden
}

.accordion-item .dropdown-accordion {
  opacity: 1;
  max-height: -moz-fit-content;
  max-height: fit-content;
  margin-bottom: 24px;
  margin-top: 16px
}

@media (min-width: 768px) {
  .accordion-item .dropdown-accordion {
    margin-bottom: 28px;
  }
}

.accordion-header, .accordion-headers {
  padding-bottom: 24px;
}

@media (min-width: 768px) {
  .accordion-header, .accordion-headers {
    padding-bottom: 28px;
  }
}

.accordion-header, .accordion-headers {
  cursor: pointer;
  position: relative
}

.arrow {
  transition: all .3s ease-out
}

.accordion-content {
  padding: 10px;
  display: none
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  outline: none
}

html {
  background: #fff
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  -webkit-backface-visibility: hidden
}

body {
  font-family: "Inter", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #05090f;
  background-color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  transition: background-color .4s ease-out
}

body.overflow {
  overflow: hidden
}

@media(max-width: 767px) {
  body {
    font-size: 14px
  }
}

.dark {
  --tw-bg-opacity: 1;
  background-color: rgb(5 9 15 / var(--tw-bg-opacity));
}

.dark p, .dark h2, .dark h3, .dark h4 {
  color: #fff
}

.dark .nav-area .nav-link {
  color: #fff
}

@media(max-width: 1280px) {
  .dark .nav-area .hamburger span {
    background-color: #fff
  }

  .dark .nav-area .nav-wrapper {
    --tw-bg-opacity: 1;
    background-color: rgb(5 9 15 / var(--tw-bg-opacity));
  }

  .dark .nav-area .nav-wrapper li .dropdown {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
  }

  .dark .nav-area .nav-wrapper li .dropdown .dropdown-link {
    border: none
  }

  .dark .nav-area .nav-wrapper li a:not(.button) {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
  }
}

.dark .course-hero::after {
  background: url(../img/course-hero-grid.svg) #1a1328 no-repeat right center
}

.dark .anim-common {
  background: linear-gradient(93deg, #fff 4.12%, #c0c0c1 95.68%);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

ul,
ol {
  padding: 0;
  margin: 0
}

a {
  color: #05090f;
  font-weight: 400
}

a,
button {
  transition: .4s ease-out
}

a,
a:hover,
a:active,
a:focus,
button,
button:hover,
button:active,
button:focus {
  text-decoration: none
}

button {
  font: 500 16px "Inter", sans-serif;
  cursor: pointer;
  transition: .3s ease
}

main {
  max-width: 100vw
}

.manrope {
  font-family: "Inter", sans-serif
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: 500;
  color: #05090f;
  font-family: "Inter", sans-serif
}

h1 {
  font-size: 80px;
  font-weight: 800;
  line-height: 113%
}

h2 {
  font-size: 48px;
  font-weight: 700
}

@media(max-width: 768px) {
  h2 {
    font-size: 24px
  }
}

h3 {
  font-size: 36px;
  font-weight: 600
}

@media(max-width: 768px) {
  h3 {
    font-size: 32px
  }
}

h5 {
  font-weight: 600;
  font-size: 20px
}

h6 {
  font-size: 18px;
  font-weight: 700
}

p,
li {
  margin: 0 0 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #05090f
}

@media(max-width: 767px) {
  p,
  li {
    font-size: 14px
  }
}

.font-body {
  font-family: "Inter", sans-serif
}

.font-heading {
  font-family: "Inter", sans-serif
}

input:focus,
select:focus,
textarea:focus {
  outline: none
}

img,
video {
  max-width: 100%;
  vertical-align: middle
}

button {
  cursor: pointer
}

button:disabled {
  cursor: not-allowed
}

.container {
  max-width: 1240px
}

.small-container {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 16px
}

@media(max-width: 1300px) {
  .small-container {
    max-width: 100%
  }
}

.row {
  display: flex;
  margin: 0 -16px;
  flex-wrap: wrap
}

.button-unstyled {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 0
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: .3s ease-out;
}

.button:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #785d1e;
  content: "";
  aspect-ratio: 1/1;
  transition: .3s ease-out;
  transform: scaleY(0);
  top: 0;
  left: 0;
  transform-origin: bottom center;
  right: 0
}

.button:hover:after {
  transform: scaleY(1)
}

.button>div {
  position: relative;
  z-index: 10
}

.button div .button-content-hover {
  position: absolute;
  inset: 0;
  transform: translateY(100%) skewY(18deg);
  transform-origin: left center;
  transition: .4s ease-out
}

.button div .button-content {
  transform: translateY(0) skew(0);
  transition: .4s ease-out;
  display: inline-block
}

.button:hover {
  box-shadow: 0px 14px 48px 0px rgba(112202, 167, 85, .4)
}

.button:hover div .button-content-hover {
  transform: translateY(0%) skewY(0)
}

.button:hover div .button-content {
  opacity: 0;
  transform: translateY(-100%) skew(-18deg);
  transition: .4s ease-out
}

.section-pad {
  padding: 100px 0
}

@media(max-width: 767px) {
  .section-pad {
    padding: 60px 0
  }
}

.heading {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3
}

@media(max-width: 1200px) {
  .heading {
    font-size: 38px
  }
}

@media(max-width: 767px) {
  .heading {
    font-size: 28px
  }
}

.video-top-overlay {
  position: absolute;
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 80px
}

.cardd {
  box-shadow: 0px -1px 29px 0px rgba(0, 0, 0, .08)
}

@media(max-width: 768px) {
  .cardd {
    box-shadow: none
  }
}

.course-benefits {
  position: relative;
  overflow: hidden
}

.course-benefits:before {
  content: "";
  position: absolute;
  background-image: url("../img/benefits-grid.svg");
  background-repeat: no-repeat;
  top: -10%;
  left: -5%;
  width: 655px;
  height: 918px;
  z-index: 0
}

.course-benefits:after {
  content: "";
  position: absolute;
  background-image: url("../img/benefits-grid.svg");
  background-repeat: no-repeat;
  bottom: -50%;
  right: 0%;
  width: 655px;
  height: 918px;
  z-index: 0
}

@media(max-width: 768px) {
  .course-benefits:after {
    display: none
  }
}

.course-content-center::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 80%;
  background-color: rgba(112, 67, 227, .19);
  top: 0;
  left: 50%;
  z-index: 0
}

.nav-dropdown-open {
  transform: translateY(0%)
}

.nav-area a:not(.button) {
  transition: .4s ease-out
}

.nav-area a:not(.button):hover {
  color: #7043e3
}

.nav-area .hamburger {
  display: none
}

.nav-area .nav-link {
  position: relative
}

.nav-area .nav-link:after {
  position: absolute;
  right: 0;
  bottom: -10px;
  background-color: #7043e3;
  height: 1px;
  width: 0;
  content: "";
  transition: .3s ease-out
}

.nav-area .nav-link:hover:after {
  width: 100%;
  left: 0;
  right: auto
}

@media(max-width: 1280px) {
  .nav-area .nav-link:after {
    bottom: 0
  }

  .nav-area .nav-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    width: 360px;
    right: 0;
    background-color: #fff;
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transform: translateX(100%);
    transition: .4s ease-out;
    z-index: 99
  }

  .nav-area .nav-wrapper ul {
    width: 100%;
    height: 100%;
    overflow: auto
  }

  .nav-area .nav-wrapper li {
    margin: 0;
    width: 100%
  }

  .nav-area .nav-wrapper li .dropdown {
    border-bottom: 1px solid #f7f7f2
  }

  .nav-area .nav-wrapper li .dropdown .dropdown-link {
    border: none
  }

  .nav-area .nav-wrapper li a:not(.button) {
    font-size: 16px;
    display: block;
    padding: 12px 16px;
    border-bottom: 1px solid #f7f7f2
  }

  .nav-area .nav-wrapper li.button-wrapper {
    flex: 1;
    display: flex;
    align-items: flex-end;
    padding: 0 20px 90px
  }

  .nav-area .nav-wrapper li.button-wrapper a {
    width: 100%
  }

  .nav-area .hamburger {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 32px;
    height: 32px;
    padding: 7px;
    margin-left: auto
  }

  .nav-area .hamburger span {
    width: 100%;
    height: 3px;
    border-radius: 30px;
    background-color: #000;
    transition: .3s ease-out
  }

  .nav-area .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 1px)
  }

  .nav-area .hamburger.active span:nth-child(2) {
    transform: scale(0)
  }

  .nav-area .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -3px);
    width: 100%
  }

  .nav-area.nav-open .nav-wrapper {
    transform: translateX(0)
  }
}

@media(max-width: 520px) {
  .nav-area .nav-wrapper {
    width: 100%
  }
}

.nav-area .nav-link.activenavtabs,
.nav-area .nav-link.activenavtabs:hover {
  color: #7043e3
}

.nav-area .nav-link:not(.activenavtabs):hover {
  color: #7043e3
}

.nav-area .nav-link:hover:after,
.nav-area .nav-link.activenavtabs:after {
  width: 100%;
  left: 0;
  right: auto
}

.code {
  position: relative
}

.code:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 36%, rgba(255, 255, 255, 0.23) 48%, rgba(255, 255, 255, 0.35) 60%, rgba(255, 255, 255, 0) 100%);
  animation: moveGradient 4s linear infinite;
  background-size: 200% 200%;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@keyframes moveGradient {
  0% {
    background-position: 100% 0
  }

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

.conquer {
  background: linear-gradient(271deg, #7043e3 -29.5%, #431f9f 79.96%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.instructors {
  position: relative
}

.instructors::before {
  border-radius: 763px;
  opacity: 40%;
  background: #785d1e;
  filter: blur(100px);
  content: "";
  position: absolute;
  height: 446px;
  width: 500px
}

.sticky-course {
  position: fixed;
  top: 0;
  right: 0;
  width: 440px;
  z-index: 1000
}

@media(min-width: 768px) {
  .marquee-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 300px
  }

  .marquee {
    position: absolute;
    top: 0;
    animation: marquee 10s linear infinite
  }

  .marquee2 {
    position: absolute;
    animation: marquee2 10s linear infinite;
    right: 44px
  }

  .marquee img {
    display: block;
    margin-bottom: 20px
  }

  @keyframes marquee {
    0% {
      top: 0
    }

    100% {
      top: -100%
    }
  }

  @keyframes marquee2 {
    0% {
      top: -100%
    }

    100% {
      top: 0%
    }
  }
}

@media(max-width: 767px) {
  .marquee-container {
    overflow: hidden;
    white-space: nowrap
  }

  .marquee {
    animation: marqueeHorizontal 10s linear infinite
  }

  .marquee2 {
    animation: marqueeHorizontal2 10s linear infinite
  }

  @keyframes marqueeHorizontal {
    0% {
      transform: translateX(100%)
    }

    100% {
      transform: translateX(-100%)
    }
  }

  @keyframes marqueeHorizontal2 {
    0% {
      transform: translateX(-100%)
    }

    100% {
      transform: translateX(100%)
    }
  }
}

.lottie-container svg {
  border-radius: 16px
}

.course-hero {
  position: relative
}

.course-hero::after {
  background: url(../img/course-hero-grid.svg) #7043e3;
  background-size: contain;
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  height: 35%;
  content: "";
  position: absolute;
  top: 0;
  width: 100%
}

@media(max-width: 1023px) {
  .course-hero::after {
    height: 18%
  }
}

@media(max-width: 767px) {
  .course-hero::after {
    height: 24%
  }
}

.bg-gradient-primary {
  background: linear-gradient(105deg, rgba(112, 67, 227, 0.39) -31.44%, #0b041e 95.09%)
}

.moving-arrow path {
  animation: blink 1s infinite
}

.moving-arrow path:nth-child(1) {
  animation-direction: alternate;
  animation-delay: alternate
}

.moving-arrow path:nth-child(2) {
  animation-delay: .2s;
  animation-direction: alternate
}

.moving-arrow path:nth-child(3) {
  animation-delay: .3s;
  animation-direction: alternate
}

@keyframes blink {
  0% {
    opacity: 0
  }

  50% {
    opacity: .5
  }

  100% {
    opacity: 1
  }
}

.basic-shadow {
  box-shadow: 0px 24px 28px 0px rgba(0, 0, 0, .15)
}

.submit-bg {
  position: relative
}

.submit-bg::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/submit-bg-grid.webp);
  content: ""
}

@media(max-width: 767px) {
  .submit-bg::after {
    background-size: cover
  }
}

.course-content {
  position: relative
}

.course-content::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/course-content-grid.webp);
  content: "";
  background-size: cover
}

@media(max-width: 767px) {
  .course-content::after {
    background-size: cover
  }
}

.course-content-list-box:hover {
  --tw-border-opacity: 1;
  border-color: rgb(202 167 85 / var(--tw-border-opacity));
  box-shadow: 0px 0px 24px 0px rgba(112, 67, 227, .24);
}

.footer-gradient {
  background: linear-gradient(180deg, #7043e3 0%, #371e78 100%)
}

.dark .footer-gradient {
  background: linear-gradient(180deg, #05090F 40%, rgba(120, 93, 30, 40%) 100%)
}

#course-lottie-container svg {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain
}

@media(min-width: 1280px)and (max-width: 1700px) {
  .home-hero {
    min-height: calc(100vh - 78px);
    display: flex;
    flex-direction: column;
    justify-content: center
  }
}

.morphong-text {
  position: relative;
  z-index: 9;
  display: inline-block
}

.morphong-text .anim-common:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0
}

@media(max-width: 990px) {
  .morphong-text {
    display: block;
    text-align: center
  }

  .morphong-text .anim-common:not(:first-child) {
    left: 0;
    right: 0;
    margin: auto
  }
}

.anim-common {
  opacity: 0;
  visibility: hidden;
  filter: blur(10px);
  transition: 1s ease-out;
  background: linear-gradient(93deg, #7043e3 4.12%, #431f9f 95.68%);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.anim-common.active {
  opacity: 1;
  visibility: visible;
  filter: blur(0)
}

.testimonial-container .tns-controls {
  top: -100px
}

.testimonial-container .tns-controls button {
  border: 2px solid #7043e3
}

.testimonial-container .tns-controls button svg path {
  stroke: #7043e3
}

.testimonial-container .tns-controls button:hover {
  background-color: #7043e3
}

.testimonial-container .tns-controls button:hover svg path {
  stroke: #fff
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 200px, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

.fadeInUp {
  animation-name: fadeInUp
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.dark\: {
  transition: .4s ease-out
}

.tdnn {
  margin: 0 auto;
  font-size: 15%;
  position: relative;
  height: 16em;
  width: 30em;
  border-radius: 100px;
  transition: all 500ms ease-in-out;
  background: #423966
}

@media(max-width: 767px) {
  .tdnn {
    font-size: 10%
  }
}

.day {
  background: #ffbf71
}

.moon {
  position: absolute;
  display: block;
  border-radius: 50%;
  transition: all 400ms ease-in-out;
  top: 3em;
  left: 3em;
  transform: rotate(-75deg);
  width: 10em;
  height: 10em;
  background: #423966;
  box-shadow: 3em 2.5em 0 0em #d9fbff inset, hsla(0, 0%, 100%, .1) 0em -7em 0 -4.5em, hsla(0, 0%, 100%, .1) 3em 7em 0 -4.5em, hsla(0, 0%, 100%, .1) 2em 13em 0 -4em, hsla(0, 0%, 100%, .1) 6em 2em 0 -4.1em, hsla(0, 0%, 100%, .1) 8em 8em 0 -4.5em, hsla(0, 0%, 100%, .1) 6em 13em 0 -4.5em, hsla(0, 0%, 100%, .1) -4em 7em 0 -4.5em, hsla(0, 0%, 100%, .1) -1em 10em 0 -4.5em
}

.sun {
  top: 4.5em;
  left: 18em;
  transform: rotate(0deg);
  width: 7em;
  height: 7em;
  background: #fff;
  box-shadow: 3em 3em 0 5em #fff inset, 0 -5em 0 -2.7em #fff, 3.5em -3.5em 0 -3em #fff, 5em 0 0 -2.7em #fff, 3.5em 3.5em 0 -3em #fff, 0 5em 0 -2.7em #fff, -3.5em 3.5em 0 -3em #fff, -5em 0 0 -2.7em #fff, -3.5em -3.5em 0 -3em #fff
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .safari_only {
    mix-blend-mode: multiply
  }

  .dark .safari_only {
    mix-blend-mode: screen
  }
}

.hero-video {
  transition: .3s ease-out;
  opacity: 1
}

.hero-video.animating {
  opacity: 0
}

.tab-pane {
  display: none
}

.tab-pane.active {
  display: block;
  animation: fadein .5s ease-out 1 forwards
}

.course-content-slider button.active {
  background-color: #26174e;
  color: #fff
}

.course-content-slider button.active p {
  color: #fff
}

.dark .course-content-slider button.active {
  border: 1px solid #7043e3
}

@keyframes fadein {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.instructor-slider-wrapper .tns-controls {
  position: static;
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0
}

.instructor-slider-wrapper .tns-controls button {
  border: 1px solid #7043e3
}

.instructor-slider-wrapper .tns-controls button svg path {
  stroke: #7043e3
}

.instructor-slider-wrapper .tns-controls button:hover {
  background-color: #7043e3
}

.instructor-slider-wrapper .tns-controls button:hover svg path {
  stroke: #fff
}

@media(max-width: 767px) {
  .select-course-dropdown {
    pointer-events: none
  }
}

.select-course-dropdown.active {
  opacity: 1;
  visibility: visible;
  height: 400px;
  overflow: auto;
  pointer-events: auto
}

.equal-height-slider .swiper-slide {
  height: auto
}

.testimonial-nav {
  top: -100px;
  position: absolute;
  right: 0
}

@media(max-width: 767px) {
  .testimonial-nav {
    position: static;
    margin-top: 40px;
    justify-content: center
  }
}

.testimonial-nav .button-next,
.testimonial-nav .button-prev {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 8px;
  border: 2px solid #7043e3;
  transition: .3s
}

.testimonial-nav .button-next svg path,
.testimonial-nav .button-prev svg path {
  stroke: #7043e3
}

.testimonial-nav .button-next:hover,
.testimonial-nav .button-prev:hover {
  background-color: #7043e3
}

.testimonial-nav .button-next:hover svg path,
.testimonial-nav .button-prev:hover svg path {
  stroke: #fff
}

.swiper-nav-btn {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 8px;
  border: 2px solid #7043e3;
  transition: .3s
}

.swiper-nav-btn svg path {
  stroke: #7043e3
}

.swiper-nav-btn:hover {
  background-color: #7043e3
}

.swiper-nav-btn:hover svg path {
  stroke: #fff
}

.nav-wrapper li>a,
.nav-wrapper li .dropdown>button {
  padding: 10px 0
}

.nav-wrapper .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible
}

.nav-wrapper .dropdown .dropdown-menu {
  min-width: 160px;
  padding: 0;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: .4s ease-out
}

.nav-wrapper .dropdown .dropdown-menu li {
  margin: 0
}

.nav-wrapper .dropdown .dropdown-menu li a {
  padding: 12px 24px;
  display: block
}

.nav-wrapper .dropdown .dropdown-menu li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 167 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav-wrapper .dropdown .dropdown-menu li:not(:last-child) a {
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

@media(max-width: 1280px) {
  .nav-wrapper .dropdown {
    display: block
  }

  .nav-wrapper .dropdown svg {
    display: block;
    transition: .4s ease-out;
    transform: rotate(0)
  }

  .nav-wrapper .dropdown .dropdown-menu {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    border: none !important;
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity))
  }

  .nav-wrapper .dropdown.active svg {
    transform: rotate(180deg)
  }

  .nav-wrapper .dropdown.active .dropdown-menu {
    display: block;
    animation: fadein .4s ease-out 1 forwards
  }
}

.tickerContainer {
  max-height: 200px
}

.tickerContainer.nav-open {
  max-height: 0;
  padding: 0
}

.show-footer-banner {
  transform: translateY(0%)
}

.whatsapp-widget-container {
  z-index: 399;
  position: fixed;
  width: 160px;
  height: 60px;
  right: 40px;
  bottom: 40px;
  background: #52c95a;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
  border-radius: 10000px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -moz-column-gap: 5px;
  column-gap: 5px
}

.whatsapp-widget-contact {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #fff
}

@media(max-width: 768px) {
  .whatsapp-widget-container {
    width: 60px;
    right: 20px;
    bottom: 70px
  }

  .whatsapp-widget-contact {
    display: none
  }
}

.toggle-button.active {
  background-color: #26174e
}

.toggle-button.active p {
  color: #fff
}

.course-toggle {
  display: none
}

.course-toggle.active {
  display: block
}

#ml-12 {
  margin-left: -12px
}

.dark .course-hero-sd::after {
  background: url(../img/course-hero-grid.svg) #1a1328 no-repeat right center
}

.course-hero-sd {
  position: relative
}

.course-hero-sd::after {
  background: url(../img/course-hero-grid.svg) #7043e3;
  background-size: contain;
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  height: 40%;
  content: "";
  position: absolute;
  top: 0;
  width: 100%
}

@media(max-width: 1023px) {
  .course-hero-sd::after {
    height: 18%
  }
}

@media(max-width: 767px) {
  .course-hero-sd::after {
    height: 24%
  }
}

/* RSVP CSS */

.fade-out {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in-active {
  opacity: 1;
  transform: scale(1);
}

.fade-in-active-active {
  opacity: 1;
  transform: scale(1);
}

.fade-out {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in-active {
  opacity: 1;
  transform: scale(1);
}

.modal-content {
  position: relative;
  /* Ensure positioning for close button */
}

#success-animation {
  opacity: 0;
  animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.hover\:translate-y-\[-5px\]:hover {
  --tw-translate-y: -5px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-darkgolden:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(128 98 29 / var(--tw-bg-opacity));
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

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

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

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

.hover\:fill-\[\#0077B5\]:hover {
  fill: #0077B5;
}

.hover\:fill-\[\#FF0000\]:hover {
  fill: #FF0000;
}

.hover\:fill-\[\#ee2a7b\]:hover {
  fill: #ee2a7b;
}

.hover\:fill-primary:hover {
  fill: #caa755;
}

.hover\:text-darkgolden:hover {
  --tw-text-opacity: 1;
  color: rgb(128 98 29 / var(--tw-text-opacity));
}

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

.dark\:bg-\[\#000\]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.dark\:bg-black:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(5 9 15 / var(--tw-bg-opacity));
}

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

.dark\:bg-white\/10:is(.dark *) {
  background-color: rgb(255 255 255 / 0.1);
}

.dark\:text-primary:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(202 167 85 / var(--tw-text-opacity));
}

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

.dark\:text-white\/70:is(.dark *) {
  color: rgb(255 255 255 / 0.7);
}

.dark\:mix-blend-screen:is(.dark *) {
  mix-blend-mode: screen;
}

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

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

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

  .sm\:gap-y-\[16px\] {
    row-gap: 16px;
  }

  .sm\:p-6 {
    padding: 64px;
  }

  .sm\:px-6 {
    padding-left: 64px;
    padding-right: 64px;
  }
}

@media (min-width: 768px) {
  .md\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

  .md\:w-2\/5 {
    width: 40%;
  }

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

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

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

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

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

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

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

  .md\:gap-3 {
    gap: 24px;
  }

  .md\:gap-\[60px\] {
    gap: 60px;
  }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:mb-6 {
    margin-bottom: 64px;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

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

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

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

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

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

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

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

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

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

  .lg\:p-5 {
    padding: 48px;
  }

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

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

  .lg\:text-start {
    text-align: start;
  }

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

  .lg\:text-32 {
    font-size: 32px;
  }

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

  .lg\:text-base3 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    font-weight: 600;
  }
}

@media (min-width: 1281px) {
  .min-\[1281px\]\:order-none {
    order: 0;
  }

  .min-\[1281px\]\:flex-none {
    flex: none;
  }

  .min-\[1281px\]\:pr-0 {
    padding-right: 0px;
  }
}


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