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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.m-2 {
  margin: 16px;
}

.-mx-2 {
  margin-left: -16px;
  margin-right: -16px;
}

.mx-\[-0\.5px\] {
  margin-left: -0.5px;
  margin-right: -0.5px;
}

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

.my-3 {
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.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-\[12px\] {
  margin-bottom: 12px;
}

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

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

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

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

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

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

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

.mt-5 {
  margin-top: 48px;
}

.mt-6 {
  margin-top: 64px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-\[-10p\] {
  margin-top: -10p;
}

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

.mt-1 {
  margin-top: 8px;
}

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[5\/4\] {
  aspect-ratio: 5/4;
}

.aspect-\[9\/16\] {
  aspect-ratio: 9/16;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.aspect-\[\] {
  aspect-ratio: ;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}

.h-5 {
  height: 48px;
}

.h-6 {
  height: 64px;
}

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

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

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

.max-h-\[90vh\] {
  max-height: 90vh;
}

.w-2 {
  width: 16px;
}

.w-5 {
  width: 48px;
}

.w-6 {
  width: 64px;
}

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

.w-\[t60p\] {
  width: t60p;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-screen-md {
  max-width: 768px;
}

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

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

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

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

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

.grow {
  flex-grow: 1;
}

.translate-y-\[40\%\] {
  --tw-translate-y: 40%;
  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));
}

@keyframes marqueeanim {
  0% {
    transform: translateX(0%);
  }

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

.animate-marquee {
  animation: marqueeanim 30s normal linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

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

.grid-cols-1 {
  grid-template-columns: repeat(1, 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-col-reverse {
  flex-direction: column-reverse;
}

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

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

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

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

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

.gap-1 {
  gap: 8px;
}

.gap-2 {
  gap: 16px;
}

.gap-3 {
  gap: 24px;
}

.gap-4 {
  gap: 32px;
}

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

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

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

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

.gap-y-2 {
  row-gap: 16px;
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

.border-r {
  border-right-width: 1px;
}

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

.border-black\/25 {
  border-color: rgb(0 0 0 / 0.25);
}

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

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(15 29 48 / var(--tw-border-opacity, 1));
}

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

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

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

.bg-brightgray {
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 247 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(235 26 89 / var(--tw-bg-opacity, 1));
}

.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(103 91 218 / var(--tw-bg-opacity, 1));
}

.bg-purple\/30 {
  background-color: rgb(103 91 218 / 0.3);
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(15 29 48 / var(--tw-bg-opacity, 1));
}

.bg-secondary\/60 {
  background-color: rgb(15 29 48 / 0.6);
}

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

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

.bg-white\/\[4\%\] {
  background-color: rgb(255 255 255 / 4%);
}

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

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

.p-2 {
  padding: 16px;
}

.p-\[12px\] {
  padding: 12px;
}

.p-3 {
  padding: 24px;
}

.p-1 {
  padding: 8px;
}

.p-4 {
  padding: 32px;
}

.px-1 {
  padding-left: 8px;
  padding-right: 8px;
}

.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-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

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

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

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

.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-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-1 {
  padding-bottom: 8px;
}

.pb-2 {
  padding-bottom: 16px;
}

.pb-3 {
  padding-bottom: 24px;
}

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

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

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

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

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

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

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

.pr-\[23px\] {
  padding-right: 23px;
}

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

.pt-5 {
  padding-top: 48px;
}

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

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

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

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

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

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

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

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

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

.\!text-16 {
  font-size: 16px !important;
}

.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-32 {
  font-size: 32px;
}

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

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

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

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

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

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

.text-base {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

.leading-\[1\.45\] {
  line-height: 1.45;
}

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

.leading-none {
  line-height: 1;
}

.tracking-\[-0\.5px\] {
  letter-spacing: -0.5px;
}

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

.tracking-\[0\.3px\] {
  letter-spacing: 0.3px;
}

.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(235 26 89 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#001F4F\] {
  --tw-text-opacity: 1;
  color: rgb(0 31 79 / var(--tw-text-opacity, 1));
}

.text-\[\#00aaf6\] {
  --tw-text-opacity: 1;
  color: rgb(0 170 246 / var(--tw-text-opacity, 1));
}

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

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

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

.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}

.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(235 26 89 / var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(15 29 48 / var(--tw-text-opacity, 1));
}

.text-secondary\/50 {
  color: rgb(15 29 48 / 0.5);
}

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

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

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

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

.\!text-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(15 29 48 / var(--tw-text-opacity, 1)) !important;
}

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

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

.opacity-10 {
  opacity: 0.1;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

@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
}

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

.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;
  gap: 8px;
  margin: 48px 0 0
}

.tns-controls button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0);
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  padding: 0;
  border: none;
  outline: none;
  z-index: 99;
  border-radius: 50%;
  border: 1px solid #c8a26b
}

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

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

.tns-controls button svg path {
  transition: .3s ease-out
}

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

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

.dark-mode .tns-controls button {
  border: 1px solid #fff
}

.dark-mode .tns-controls button svg path {
  stroke: #fff
}

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

.dark-mode .tns-controls button:hover svg path {
  stroke: #002e33
}

@media(max-width: 990px) {
  .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
  }
}

.text-marquee-slider {
  animation: slideleft 20s linear infinite forwards
}

@media(max-width: 767px) {
  .text-marquee-slider {
    animation-duration: 12s
  }
}

@keyframes slideleft {
  0% {
    transform: translateX(0)
  }

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

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

@media(min-width: 900px) {
  .slider-section .tns-controls {
    position: absolute;
    top: -50%;
    right: 0px;
    width: 100%;
    justify-content: flex-end
  }
}

@media(max-width: 900px) {
  .slider-section .tns-controls {
    display: flex;
    justify-content: center
  }
}

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

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

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

.testimonial-section .tns-nav>[aria-controls] {
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0 4px;
  border-radius: 50%;
  background: rgba(36, 90, 236, .33);
  border: 0
}

.testimonial-section .tns-nav>.tns-nav-active {
  background: #245aec
}

.hamburger {
  position: relative;
  z-index: 999;
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 24px;
  height: 24px;
  margin-left: auto
}

.hamburger span {
  width: 100%;
  height: 2px;
  transition: .3s ease-out;
  transform: rotate(0) translate(0, 0);
  background-color: #fff;
  border-radius: 30px
}

.nav-main .nav-wrapper a:not(.button):hover {
  color: #eb1a59;
}

@media(max-width: 1024px) {
  .nav-main .hamburger {
    display: flex
  }

  .nav-main .nav-wrapper {
    position: fixed;
    max-width: 500px;
    width: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #101d2f;
    z-index: 99;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    padding: 47px 40px 90px;
    opacity: 0;
    visibility: hidden;
    transition: .4s ease-out
  }

  .nav-main .nav-wrapper>div {
    width: 100%
  }

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

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

  .nav-main.open .hamburger span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px)
  }

  .nav-main.open .nav-wrapper {
    opacity: 1;
    visibility: visible
  }
}

/* .nav-wrapper div > a,
.nav-wrapper div .dropdown > button {
  padding: 10px 0;
} */

.dropdown-link{
  color: white;
  fill: #fff;
}

.nav-wrapper .dropdown .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: absolute;
  top: 25px;
  left: 0;
  background: #101d2f;
  min-width: 200px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

/* Show dropdown when active */

.nav-wrapper .dropdown.active .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Mobile dropdown adjustments */

@media (max-width: 1024px) {
  .nav-wrapper .dropdown .dropdown-menu {
    position: static;
    display: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .nav-wrapper .dropdown.active .dropdown-menu {
    display: block;
  }

  .nav-wrapper .dropdown svg {
    transition: transform 0.3s ease;
  }

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

.dropdown-menu li{
  margin-bottom: 0;
}

.dropdown-menu li:not(:last-child){
  border-bottom: 1px solid #ffffff80;
}

.nav-menu{
  color: #fff;
  padding: 10px 20px;
}

@font-face {
  font-family: "Bodoni";

  src: url("../fonts/BodoniSvtyTwoITCTT-Book.woff2") format("woff2"), url("../fonts/BodoniSvtyTwoITCTT-Book.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap
}

@font-face {
  font-family: "Bodoni";

  src: url("../fonts/BodoniSvtyTwoITCTT-Bold.woff2") format("woff2"), url("../fonts/BodoniSvtyTwoITCTT-Bold.woff") format("woff");

  font-weight: bold;

  font-style: normal;

  font-display: swap
}

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

.dropdown-accordion {
  display: grid;
  overflow: hidden;
  grid-template-rows: 0fr;
  transition: all .4s ease-out;
  opacity: 0
}

.accordion-item {
  border: 1px solid #f4ece1;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 24px;
  background-color: rgba(200, 162, 107, .2)
}

.accordion-item:last-child {
  margin-bottom: 0
}

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

.accordion-item .active+.dropdown-accordion {
  grid-template-rows: 1fr;
  margin: 24px -31px -23px;
  background-color: #fff;
  padding: 32px 40px 32px 32px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  opacity: 1;
  max-height: -moz-fit-content;
  max-height: fit-content
}

@media(max-width: 1024px) {
  .accordion-item .active+.dropdown-accordion {
    padding: 24px 16px;
    margin: 12px -11px -11px -15px
  }
}

.accordion-item .accordion-ans {
  opacity: 0;
  max-height: 0;
  margin: 0;
  display: grid;
  overflow: hidden;
  grid-template-rows: 0fr;
  transition: all .4s ease-out
}

@media(max-width: 1024px) {
  .accordion-item {
    padding: 12px 12px 12px 16px;
    margin-bottom: 16px
  }
}

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

.arrow {
  transition: all .3s ease-out;
  flex-shrink: 0
}

@media(max-width: 768px) {
  .arrow {
    width: 22px;
    height: 22px
  }
}

.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;
  scroll-behavior: smooth
}

body {
  font-family: Rubik , 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
}

body.overflow {
  overflow: hidden
}

body.dark-mode {
  background-color: #05090f;
  color: #fff
}

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

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 Rubik , sans-serif;
  cursor: pointer;
  transition: .3s ease
}

main {
  max-width: 100vw
}

.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode p,
.dark-mode li {
  color: #fff
}

.dark-mode .light-gradient-bg {
  background: linear-gradient(92deg, rgba(255, 246, 232, 0.08) 2.6%, rgba(245, 223, 187, 0.08) 31.77%, rgba(250, 183, 127, 0.08) 69.79%, rgba(255, 246, 232, 0.08) 100%)
}

.dark-mode .border-card {
  background-color: #161f1a;
  border: 2px dashed rgba(255, 255, 255, .1)
}

.dark-mode .border-card .bg-line:after {
  background-color: rgba(255, 255, 255, .1)
}

.dark-mode .light-tag-white {
  border: 1px solid rgba(255, 255, 255, .2);
  background: none
}

.dark-mode .light-tag-white>div {
  background-color: rgba(0, 0, 0, 0);
  color: #fff
}

.dark-mode .single-accordion {
  border: 1px solid rgba(255, 245, 227, .24)
}

.dark-mode .single-accordion .accordion-answer .answer-wrapper p {
  color: #fff
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: 600;
  color: #002e33;
  font-family: Rubik , sans-serif
}

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

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

.font-body {
  font-family: Rubik , sans-serif
}

.font-heading {
  font-family: Rubik , 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
}

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

.hero-section video {
  height: -webkit-fill-available;
  -o-object-fit: cover;
  object-fit: cover
}

.section-pad {
  padding: 80px 0
}

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

.logo-block .single-logo-block {
  position: relative
}

.logo-block .single-logo-block:after {
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  width: 1px;
  height: 30px;
  opacity: .7;
  background-color: #fff;
  content: ""
}

@media(min-width: 990px) {
  .logo-block .single-logo-block:last-child:after,
    .logo-block .single-logo-block:nth-child(5):after {
    display: none
  }
}

.heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.5px
}

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

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

.heading-medium {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%
}

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

.single-accordion {
  /* border: 1px solid #0F1D30; */
  background-color: #fff;
  margin-bottom: 24px;
  padding: 24px 32px;
  border-radius: 10px;
  box-shadow: 0 .7961918735236395px .7961918735236395px -.625px #00000008, 
                0 2.414506143104518px 2.414506143104518px -1.25px #00000006, 
                0 6.382653521484461px 6.382653521484461px -1.875px #00000006, 
                0 20px 20px -2.5px #00000006, 
                0 -.6021873017743928px .6021873017743928px -.8333333333333333px #00000006, 
                0 -2.288533303243457px 2.288533303243457px -1.6666666666666665px #00000006, 
                0 -10px 10px -2.5px #00000006;
}

.single-accordion .accordion-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-style: none;
  background-color: rgba(0, 0, 0, 0);
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-align: left
}

.single-accordion .accordion-trigger .accordion-marker {
  width: 24px;
  height: 24px;
  background-size: 100%;
  transition: .4s ease-out;
  transform: rotate(0)
}

@media(max-width: 767px) {
  .single-accordion .accordion-trigger {
    font-size: 16px
  }

  .single-accordion {
    padding: 20px
  }
}

.single-accordion.active .accordion-trigger .accordion-marker {
  transform: rotate(180deg)
}

.single-accordion.active .accordion-answer {
  grid-template-rows: 1fr;
  padding-top: 24px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px
}

.single-accordion .accordion-answer {
  display: grid;
  overflow: hidden;
  grid-template-rows: 0fr;
  transition: .4s ease-out
}

.single-accordion .accordion-answer .answer-wrapper {
  min-height: 0
}

.single-accordion .accordion-answer .answer-wrapper p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 24px;
  margin-bottom: 0
}

@media(max-width: 767px) {
  .single-accordion .accordion-answer .answer-wrapper p {
    font-size: 16px
  }
}

.single-accordion .accordion-answer.active {
  grid-template-rows: 1fr;
  padding-top: 24px
}

.single-accordion:last-child {
  margin-bottom: 0
}

.course-accordion .single-accordion {
  border: none;
  padding: 0
}

@media(max-width: 768px) {
  .course-accordion .single-accordion .accordion-trigger {
    font-size: 18px;
    align-items: flex-start;
    gap: 4px
  }
}

.course-accordion .single-accordion .accordion-answer ul {
  list-style-type: disc;
  padding-left: 60px
}

.course-accordion .single-accordion .accordion-answer ul li {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: normal;
  opacity: .6
}

.course-accordion .single-accordion.active .accordion-answer {
  grid-template-rows: 1fr;
  padding: 18px 20px
}

@media(max-width: 768px) {
  .course-accordion .single-accordion.active .accordion-answer {
    padding-top: 8px
  }

  .course-accordion .single-accordion.active .accordion-answer ul li {
    line-height: 24px
  }
}

.course-accordion .single-accordion2 {
  border: none;
  padding: 0
}

@media(max-width: 768px) {
  .course-accordion .single-accordion2 .accordion-trigger {
    font-size: 18px
  }
}

.course-accordion .single-accordion2 .accordion-marker {
  width: 24px;
  height: 24px;
  background-size: 100%;
  transition: .4s ease-out;
  transform: rotate(0)
}

.course-accordion .single-accordion2 .accordion-answer2 {
  display: grid;
  overflow: hidden;
  grid-template-rows: 0fr;
  transition: .4s ease-out
}

.course-accordion .single-accordion2 .accordion-answer2 ul {
  list-style-type: none;
  padding-left: 15px;
  margin-top: 12px;
  border-left: 1px solid rgba(255, 255, 255, .6)
}

.course-accordion .single-accordion2 .accordion-answer2 ul li {
  opacity: 1;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, .8);
  margin-bottom: 8px
}

.course-accordion .single-accordion2 .accordion-answer2 ul li:last-child {
  margin-bottom: 0
}

.course-accordion .single-accordion2 .accordion-answer2 ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 22px;
  opacity: 1
}

@media(max-width: 767px) {
  .course-accordion .single-accordion2 .accordion-answer2 ul {
    padding-left: 10px
  }
}

.course-accordion .single-accordion2.active .accordion-marker {
  transform: rotate(180deg)
}

.course-accordion .single-accordion2.active .accordion-answer2 {
  grid-template-rows: 1fr;
  padding: 18px 20px 0
}

@media(max-width: 768px) {
  .course-accordion .single-accordion2.active .accordion-answer2 {
    padding-top: 8px;
    padding-right: 0
  }

  .course-accordion .single-accordion2.active .accordion-answer2 ul li {
    line-height: 24px
  }
}

.faq-accordion .single-accordion {
  border: 1px solid rgba(255, 255, 255, .1)
}

.faq-accordion .single-accordion .accordion-trigger {
  color: #fff
}

.faq-accordion .single-accordion .accordion-answer p {
  color: rgba(255, 255, 255, .6) !important
}

.stacked-avatars {
  display: flex
}

.stacked-avatars>div:not(:first-child) {
  margin-left: -10px
}

@media(max-width: 768px) {
  .stacked-avatars>div:not(:first-child) {
    margin-left: -12px
  }
}

.light-gradient-bg {
  background: linear-gradient(92deg, rgba(255, 246, 232, 0.3) 2.6%, rgba(245, 223, 187, 0.3) 31.77%, rgba(250, 183, 127, 0.3) 69.79%, rgba(255, 246, 232, 0.3) 100%)
}

.social-follow .button {
  font-weight: 400
}

.social-follow .button:hover {
  background-color: #c8a26b;
  color: #fff
}

.single-course-book:after {
  position: absolute;
  inset: 0;
  background-image: url(../img/bg-pattern-2.svg);
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
  background-position: center;
  background-repeat: no-repeat
}

.list-play li {
  padding-left: 35px;
  font-size: 16px;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  line-height: 24px
}

.list-play li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url("../img/feminine/round-play.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px
}

.list-play li:last-child {
  margin-bottom: 0
}

@media(max-width: 1024px) {
  .list-play li {
    font-size: 14px;
    padding-left: 24px;
    align-items: flex-start
  }

  .list-play li:before {
    width: 20px;
    height: 20px
  }

  .list-play li a {
    max-width: 192px
  }

  .list-play li span {
    font-size: 12px;
    opacity: .8
  }
}

.tab-pane {
  display: none
}

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

@keyframes fadein {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.bg-line:after {
  position: absolute;
  background-color: rgba(28, 22, 32, .1);
  height: 2px;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  content: ""
}

.border-card {
  background-color: rgba(255, 245, 227, .24);
  border: 2px dashed #f7d6ae
}

.subscribe-block .button {
  padding: 18px 24px;
  min-width: 150px
}

.testimonial-main .tns-controls {
  margin: 80px 0 0
}

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

.testimonial-slider .tns-item .testimonial-single {
  background-color: #c8a26b;
  border: 1px solid #c8a26b
}

.testimonial-slider .tns-item .testimonial-single:before {
  position: absolute;
  width: 126px;
  height: 88px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM4IiBoZWlnaHQ9Ijk5IiB2aWV3Qm94PSIwIDAgMTM4IDk5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMy41IDYxLjA5MDlWNjEuMTQ2OUwzLjUwMTc5IDYxLjIwMjhMMy42MjM2OSA2NS4wMTIyQzMuNjM1MDYgNzEuMDMzNCA1LjQyNTc4IDc2LjkxNzUgOC43NzE0NyA4MS45MjQ3QzEyLjEyNzggODYuOTQ3OSAxNi44OTg0IDkwLjg2MjkgMjIuNDc5OCA5My4xNzQ5QzI4LjA2MTMgOTUuNDg2OCAzNC4yMDMgOTYuMDkxNyA0MC4xMjgyIDk0LjkxMzFDNDYuMDUzNCA5My43MzQ1IDUxLjQ5NjEgOTAuODI1MyA1NS43NjggODYuNTUzNEM2MC4wMzk4IDgyLjI4MTYgNjIuOTQ5IDc2LjgzODkgNjQuMTI3NiA3MC45MTM3QzY1LjMwNjIgNjQuOTg4NCA2NC43MDEzIDU4Ljg0NjggNjIuMzg5NCA1My4yNjUzQzYwLjA3NzUgNDcuNjgzOSA1Ni4xNjI0IDQyLjkxMzMgNTEuMTM5MiAzOS41NTY5QzQ3LjE2ODkgMzYuOTA0IDQyLjY0NzIgMzUuMjI4OCAzNy45NDMgMzQuNjQzMUM0MC44MTY4IDMyLjExNyA0NC4wOTA1IDMwLjA3NjkgNDcuNjM1NCAyOC42MDkyQzUwLjc3MjkgMjcuMzEwMiA1NC4wNzcgMjYuNDc4NSA1Ny40NDIzIDI2LjEzNDlDNjEuMiAyNS43NTEzIDY0LjU5MDkgMjIuNjc0OSA2NC41OTA5IDE4LjQ0MzhWMTFDNjQuNTkwOSA2LjkzMjg4IDYxLjI0MDUgMy4zMzExMyA1Ni44MzYgMy42NTcyOEM0My4xMTc3IDQuNjczMDggMzAuMTYxIDEwLjU3NDkgMjAuMzY4IDIwLjM2OEM5LjU2NzU5IDMxLjE2ODQgMy41IDQ1LjgxNjggMy41IDYxLjA5MDlaTTczLjA0NTQgNjEuMDkwOVY2MS4xNDY5TDczLjA0NzIgNjEuMjAyOEw3My4xNjkxIDY1LjAxMjFDNzMuMTgwNSA3MS4wMzM0IDc0Ljk3MTIgNzYuOTE3NSA3OC4zMTY5IDgxLjkyNDdDODEuNjczMyA4Ni45NDc5IDg2LjQ0MzggOTAuODYyOSA5Mi4wMjUzIDkzLjE3NDlDOTcuNjA2NyA5NS40ODY4IDEwMy43NDggOTYuMDkxNyAxMDkuNjc0IDk0LjkxMzFDMTE1LjU5OSA5My43MzQ1IDEyMS4wNDIgOTAuODI1MyAxMjUuMzEzIDg2LjU1MzRDMTI5LjU4NSA4Mi4yODE2IDEzMi40OTQgNzYuODM4OSAxMzMuNjczIDcwLjkxMzdDMTM0Ljg1MiA2NC45ODg0IDEzNC4yNDcgNTguODQ2OCAxMzEuOTM1IDUzLjI2NTNDMTI5LjYyMyA0Ny42ODM5IDEyNS43MDggNDIuOTEzMyAxMjAuNjg1IDM5LjU1NjlDMTE2LjcxNCAzNi45MDQgMTEyLjE5MyAzNS4yMjg4IDEwNy40ODggMzQuNjQzMUMxMTAuMzYyIDMyLjExNyAxMTMuNjM2IDMwLjA3NjkgMTE3LjE4MSAyOC42MDkyQzEyMC4zMTggMjcuMzEwMiAxMjMuNjIyIDI2LjQ3ODUgMTI2Ljk4OCAyNi4xMzQ5QzEzMC43NDUgMjUuNzUxMyAxMzQuMTM2IDIyLjY3NDkgMTM0LjEzNiAxOC40NDM4VjExQzEzNC4xMzYgNi45MzI4OCAxMzAuNzg2IDMuMzMxMTMgMTI2LjM4MSAzLjY1NzI4QzExMi42NjMgNC42NzMwOCA5OS43MDY1IDEwLjU3NDkgODkuOTEzNCAyMC4zNjhDNzkuMTEzIDMxLjE2ODQgNzMuMDQ1NCA0NS44MTY4IDczLjA0NTQgNjEuMDkwOVoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8yMDNfMzQzNSkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iNyIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzIwM18zNDM1IiB4MT0iLTE3LjQxIiB5MT0iNDkuNiIgeDI9IjEzNS44NDIiIHkyPSI1NS45NjExIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIG9mZnNldD0iMC4wMjYwNDE3IiBzdG9wLWNvbG9yPSIjRkZGNkU4Ii8+CjxzdG9wIG9mZnNldD0iMC4zMTc3MDgiIHN0b3AtY29sb3I9IiNGNURGQkIiLz4KPHN0b3Agb2Zmc2V0PSIwLjY5NzkxNyIgc3RvcC1jb2xvcj0iI0ZBQjc3RiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkY2RTgiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K);
  right: 30px;
  bottom: -40px;
  background-size: contain;
  background-repeat: no-repeat;
  content: ""
}

.testimonial-slider .tns-item .testimonial-single * {
  color: #fff
}

@media(max-width: 767px) {
  .testimonial-slider .tns-item .testimonial-single::before {
    width: 84px;
    height: 65px
  }
}

.testimonial-slider .tns-item:nth-child(even) .testimonial-single {
  background-color: #fff;
  border: 1px solid rgba(22, 5, 68, .1)
}

.testimonial-slider .tns-item:nth-child(even) .testimonial-single * {
  color: #002e33
}

.testimonial-slider .tns-item:nth-child(even) .testimonial-single::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM4IiBoZWlnaHQ9Ijk5IiB2aWV3Qm94PSIwIDAgMTM4IDk5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMy41IDYxLjA5MDlWNjEuMTQ2OUwzLjUwMTc5IDYxLjIwMjhMMy42MjM2OSA2NS4wMTIyQzMuNjM1MDYgNzEuMDMzNCA1LjQyNTc4IDc2LjkxNzUgOC43NzE0NyA4MS45MjQ3QzEyLjEyNzggODYuOTQ3OSAxNi44OTg0IDkwLjg2MjkgMjIuNDc5OCA5My4xNzQ5QzI4LjA2MTMgOTUuNDg2OCAzNC4yMDMgOTYuMDkxNyA0MC4xMjgyIDk0LjkxMzFDNDYuMDUzNCA5My43MzQ1IDUxLjQ5NjEgOTAuODI1MyA1NS43NjggODYuNTUzNEM2MC4wMzk4IDgyLjI4MTYgNjIuOTQ5IDc2LjgzODkgNjQuMTI3NiA3MC45MTM3QzY1LjMwNjIgNjQuOTg4NCA2NC43MDEzIDU4Ljg0NjggNjIuMzg5NCA1My4yNjUzQzYwLjA3NzUgNDcuNjgzOSA1Ni4xNjI0IDQyLjkxMzMgNTEuMTM5MiAzOS41NTY5QzQ3LjE2ODkgMzYuOTA0IDQyLjY0NzIgMzUuMjI4OCAzNy45NDMgMzQuNjQzMUM0MC44MTY4IDMyLjExNyA0NC4wOTA1IDMwLjA3NjkgNDcuNjM1NCAyOC42MDkyQzUwLjc3MjkgMjcuMzEwMiA1NC4wNzcgMjYuNDc4NSA1Ny40NDIzIDI2LjEzNDlDNjEuMiAyNS43NTEzIDY0LjU5MDkgMjIuNjc0OSA2NC41OTA5IDE4LjQ0MzhWMTFDNjQuNTkwOSA2LjkzMjg4IDYxLjI0MDUgMy4zMzExMyA1Ni44MzYgMy42NTcyOEM0My4xMTc3IDQuNjczMDggMzAuMTYxIDEwLjU3NDkgMjAuMzY4IDIwLjM2OEM5LjU2NzU5IDMxLjE2ODQgMy41IDQ1LjgxNjggMy41IDYxLjA5MDlaTTczLjA0NTQgNjEuMDkwOVY2MS4xNDY5TDczLjA0NzIgNjEuMjAyOEw3My4xNjkxIDY1LjAxMjFDNzMuMTgwNSA3MS4wMzM0IDc0Ljk3MTIgNzYuOTE3NSA3OC4zMTY5IDgxLjkyNDdDODEuNjczMyA4Ni45NDc5IDg2LjQ0MzggOTAuODYyOSA5Mi4wMjUzIDkzLjE3NDlDOTcuNjA2NyA5NS40ODY4IDEwMy43NDggOTYuMDkxNyAxMDkuNjc0IDk0LjkxMzFDMTE1LjU5OSA5My43MzQ1IDEyMS4wNDIgOTAuODI1MyAxMjUuMzEzIDg2LjU1MzRDMTI5LjU4NSA4Mi4yODE2IDEzMi40OTQgNzYuODM4OSAxMzMuNjczIDcwLjkxMzdDMTM0Ljg1MiA2NC45ODg0IDEzNC4yNDcgNTguODQ2OCAxMzEuOTM1IDUzLjI2NTNDMTI5LjYyMyA0Ny42ODM5IDEyNS43MDggNDIuOTEzMyAxMjAuNjg1IDM5LjU1NjlDMTE2LjcxNCAzNi45MDQgMTEyLjE5MyAzNS4yMjg4IDEwNy40ODggMzQuNjQzMUMxMTAuMzYyIDMyLjExNyAxMTMuNjM2IDMwLjA3NjkgMTE3LjE4MSAyOC42MDkyQzEyMC4zMTggMjcuMzEwMiAxMjMuNjIyIDI2LjQ3ODUgMTI2Ljk4OCAyNi4xMzQ5QzEzMC43NDUgMjUuNzUxMyAxMzQuMTM2IDIyLjY3NDkgMTM0LjEzNiAxOC40NDM4VjExQzEzNC4xMzYgNi45MzI4OCAxMzAuNzg2IDMuMzMxMTMgMTI2LjM4MSAzLjY1NzI4QzExMi42NjMgNC42NzMwOCA5OS43MDY1IDEwLjU3NDkgODkuOTEzNCAyMC4zNjhDNzkuMTEzIDMxLjE2ODQgNzMuMDQ1NCA0NS44MTY4IDczLjA0NTQgNjEuMDkwOVoiIGZpbGw9IndoaXRlIiBzdHJva2U9InVybCgjcGFpbnQwX2xpbmVhcl8yMDNfMzQ0MykiIHN0cm9rZS13aWR0aD0iNyIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzIwM18zNDQzIiB4MT0iLTU1LjUiIHkxPSI1MCIgeDI9IjE1NS43NjciIHkyPSI2MC42Mjg5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIG9mZnNldD0iMC4wMjYwNDE3IiBzdG9wLWNvbG9yPSIjRkZGNkU4Ii8+CjxzdG9wIG9mZnNldD0iMC4zMTc3MDgiIHN0b3AtY29sb3I9IiNGNURGQkIiLz4KPHN0b3Agb2Zmc2V0PSIwLjY5NzkxNyIgc3RvcC1jb2xvcj0iI0ZBQjc3RiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkY2RTgiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K)
}

.visible-popup {
  transform: translateY(0px) !important;
  opacity: 1;
  z-index: 999
}

.visible-popup .popup-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: rgba(36, 90, 236, .8);
  transform-origin: left
}

@media(max-width: 768px) {
  .visible-popup {
    transform: translateY(0%)
  }
}

@keyframes countdown {
  0% {
    width: 100%
  }

  100% {
    width: 0%
  }
}

.animate {
  animation: countdown 15s linear forwards
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .4s ease-out;
}

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

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

table {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  border-collapse: separate
}

table th,
table td {
  padding: 24px 0;
  text-align: center
}

table tr:first-child {
  color: rgb(0 0 0 / 0.6);
}

table tr {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

table tr:nth-child(even):not(:first-child) {
  background-color: rgb(224 231 255 / 0.5);
}

@media(max-width: 1024px) {
  table tr {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.71;
  }
}

table th:first-child, table th:last-child {
  width: 300px
}

@media(max-width: 1024px) {
  table th:first-child,
    table th:last-child {
    width: 90px
  }
}

table th:last-child {
  background: #245aec;
  color: #fff;
  line-height: 32px;
  font-weight: 700
}

.darktheme table tr {
  --tw-bg-opacity: 1;
  background-color: rgb(14 26 32 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.darktheme table tr:nth-child(even):not(:first-child) {
  --tw-bg-opacity: 1;
  background-color: rgb(5 17 24 / var(--tw-bg-opacity, 1));
}

.rounded-text {
  animation: rounded-text-effect 15s infinite linear forwards
}

@keyframes rounded-text-effect {
  0% {
    transform: rotate(0deg)
  }

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

.gradient-border {
  margin-left: 64px;
  margin-right: 54px;
  width: 1px;
  height: 210px;
  border-right: 2px;
  border-style: solid;
  -o-border-image: linear-gradient(to bottom, #181818, rgba(255, 255, 255, 0.34), #181818) 1 100%;
  border-image: linear-gradient(to bottom, #181818, rgba(255, 255, 255, 0.34), #181818) 1 100%
}

@media(max-width: 767px) {
  .gradient-border {
    width: 100%;
    height: 1px;
    -o-border-image: linear-gradient(to right, #181818, rgba(255, 255, 255, 0.34), #181818) 1 100%;
    border-image: linear-gradient(to right, #181818, rgba(255, 255, 255, 0.34), #181818) 1 100%;
    border-bottom: 2px;
    margin: 0 15px
  }
}

.onyx-hero{
  background-image:url("../img/code-compile-hero.webp");
  background-repeat:no-repeat;
  background-position:center;
  bottom: 0;
  background-size:cover;
  background-color: #0F1D30;
}

@media(max-width: 768px){
  .onyx-hero{
    background-image:none;
    background-color:#0F1D30
  }
}

html {
  scroll-behavior: smooth;
}

.swap {
  height: 1.2em;
  line-height: 1.2em;
  position: relative;
  overflow: hidden;
  width: 10em;
  text-align: left;
}

.swap>span {
  position: absolute;
  top: 0;
  animation: slide 6s infinite;
}

@keyframes slide {
  0% {
    top: 0;
  }

  20% {
    top: 0;
  }

  40% {
    top: -1.2em;
  }

  60% {
    top: -2.4em;
  }

  80% {
    top: -3.6em;
  }

  95% {
    top: -4.8em;
  }
}

.t-shadow{
  box-shadow: 0 .7961918735236395px .7961918735236395px -.625px #00000008, 0 2.414506143104518px 2.414506143104518px -1.25px #00000006, 0 6.382653521484461px 6.382653521484461px -1.875px #00000006, 0 20px 20px -2.5px #00000006, 0 -.6021873017743928px .6021873017743928px -.8333333333333333px #00000006, 0 -2.288533303243457px 2.288533303243457px -1.6666666666666665px #00000006, 0 -10px 10px -2.5px #00000006;
}

.highlight{
  font-weight: 600;
}

.whatsapp-widget-container {
  z-index: 399;
  position: fixed;
  width: 160px;
  height: 40px;
  right: 40px;
  bottom: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 26 89 / var(--tw-bg-opacity));
  /* background: #52c95a; */
  box-shadow: 0 2px 8px rgba(0,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-size: 16px;
  line-height: 19px;
  color: #fff;
}

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

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

.nav-tabs button{
  padding:10px 20px;
  position:relative;
  font-size: 16px;
  font-weight: normal;
  transition:.3s ease-out;
  border-radius:40px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.nav-tabs button:hover{
  background-color: #EB1A59;
}

/* .nav-tabs button:before{
    position:absolute;
    left:32px;
    top:16px;
    width:16px;
    height:16px;
    background-image:url(../img/stars-icon.svg);
    content:"";
    background-size:contain;
    background-repeat:no-repeat;
    opacity:0;
    transition:.3s ease-out;
    transform:translateX(10px)
  } */

.nav-tabs button.active{
  background-color:#fff;
  color:#EB1A59
}

.nav-tabs button.active::before{
  opacity:1;
  transform:translateX(0)
}

@media(max-width: 767px){
  .nav-tabs button{
    font-size:16px;
    padding:12px 22px
  }

  /* 
    .nav-tabs button:before{
      left:24px;
      top:16px;
      width:12px;
      height:12px
    } */

  /* 
    .nav-tabs button.active{
      padding-left:46px
    } */
}

.tab-pane{
  display:none
}

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

@keyframes fadein{
  0%{
    opacity:0
  }

  100%{
    opacity:1
  }
}

.tooltip {
  position: relative;
  transition: color linear 150ms;
  cursor: pointer;
}

.tooltip:hover::before,
  .tooltip:hover::after,
  .tooltip:focus-visible::before,
  .tooltip:focus-visible::after {
  opacity: 1;
  visibility: visible;
}

.tooltip::before,
  .tooltip::after {
  visibility: hidden;
  opacity: 0;
  transition: visibility 150ms, opacity 150ms linear;
}

.tooltip::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #313131;
  left: 50%;
  top: -7px;
  transform: translateY(-100%) translateX(-50%);
}

.tooltip::after {
  content: attr(data-content);
  font-size: 15px;
  width: 220px;
  border-radius: 6px;
  color: #fff;
  font-style: normal;
  background: #313131;
  padding: 12px;
  text-align: center;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateY(-110%) translateX(-50%);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: hsla(337, 100%, 56%, 1);
    background: linear-gradient(360deg, hsla(337, 100%, 56%, 1) 0%, hsla(337, 77%, 72%, 1) 0%, hsla(336, 76%, 85%, 1) 37%, hsla(0, 0%, 100%, 1) 100%);
    background: -moz-linear-gradient(360deg, hsla(337, 100%, 56%, 1) 0%, hsla(337, 77%, 72%, 1) 0%, hsla(336, 76%, 85%, 1) 37%, hsla(0, 0%, 100%, 1) 100%);
    background: -webkit-linear-gradient(360deg, hsla(337, 100%, 56%, 1) 0%, hsla(337, 77%, 72%, 1) 0%, hsla(336, 76%, 85%, 1) 37%, hsla(0, 0%, 100%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FF2075", endColorstr="#EE7FAA", GradientType=1); */
  background: #101D2F;
  background: linear-gradient(90deg, rgba(16, 29, 47, 1) 1%, rgba(244, 243, 247, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#101D2F", endColorstr="#F4F3F7", GradientType=1);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

#preloader-logo {
  animation: pop-out 1.5s ease-in-out;
}

@keyframes pop-out {
  0% {
    transform: scale(0);
  }

  90% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.5);
  }
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 768px) {
  .md\:sticky {
    position: sticky;
  }

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

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

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

  .md\:m-3 {
    margin: 24px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-4 {
    height: 32px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:justify-around {
    justify-content: space-around;
  }

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

  .md\:gap-2 {
    gap: 16px;
  }

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

  .md\:gap-5 {
    gap: 48px;
  }

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

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

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

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

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-white\/10 {
    border-color: rgb(255 255 255 / 0.1);
  }

  .md\:p-2 {
    padding: 16px;
  }

  .md\:p-3 {
    padding: 24px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-xl {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
  }

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

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

  .md\:leading-\[1\.4\] {
    line-height: 1.4;
  }

  .md\:text-\[\] {
    color: ;
  }
}

@media (min-width: 1024px) {
  .lg\:top-\[140px\] {
    top: 140px;
  }

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

  .lg\:order-none {
    order: 0;
  }

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

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:hidden {
    display: none;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

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

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

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

  .lg\:gap-\[75px\] {
    gap: 75px;
  }

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:gap-3 {
    gap: 24px;
  }
}

@media (min-width: 1281px) {
  .min-\[1281px\]\:pr-0 {
    padding-right: 0px;
  }
}
  