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

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

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

.top-0 {
  top: 0px;
}

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

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

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

.order-1 {
  order: 1;
}

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

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

.my-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

.ml-1 {
  margin-left: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

.h-screen {
  height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grow {
  flex-grow: 1;
}

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.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-wrap {
  flex-wrap: wrap;
}

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.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-\[28px\] {
  gap: 28px;
}

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

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

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

.gap-x-4 {
  -moz-column-gap: 32px;
       column-gap: 32px;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

.border-roseGoldDark {
  --tw-border-opacity: 1;
  border-color: rgb(242 106 106 / var(--tw-border-opacity, 1));
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

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

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

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

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

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

.bg-roseGoldDark {
  --tw-bg-opacity: 1;
  background-color: rgb(242 106 106 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

.p-2 {
  padding: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-6 {
  padding-bottom: 64px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-ametrine {
  font-family: Ametrine;
}

.font-josefin {
  font-family: Josefin Sans, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.italic {
  font-style: italic;
}

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

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

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

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

.leading-\[2\.5\] {
  line-height: 2.5;
}

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

.tracking-\[-3\.9px\] {
  letter-spacing: -3.9px;
}

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

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

.text-roseGold {
  --tw-text-opacity: 1;
  color: rgb(248 152 153 / var(--tw-text-opacity, 1));
}

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

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

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

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

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

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

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

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

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

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

@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: 0.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 0.25s;
}

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

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.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: 0.4;
  pointer-events: none;
}

.tns-controls button svg path {
  transition: 0.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, 0.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: 0.3s ease-out;
  transform: rotate(0) translate(0, 0);
  background-color: #fff;
  border-radius: 30px;
}

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

@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: #000000;
    z-index: 99;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    padding: 47px 40px 90px;
    opacity: 0;
    visibility: hidden;
    transition: 0.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;
  }
}

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

  src: url('../fonts/Ametrine.otf') format("opentype");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Ametrine-Italic";

  src: url('../fonts/Ametrine\ Italic.otf') format("opentype");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

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

.dropdown-accordion {
  display: grid;
  overflow: hidden;
  grid-template-rows: 0fr;
  transition: all 0.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, 0.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 0.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 0.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: "Plus Jakarta Sans", 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: 0.4s ease-out;
}

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

button {
  font: 500 16px "Plus Jakarta Sans", sans-serif;
  cursor: pointer;
  transition: 0.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, 0.1);
}

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

.dark-mode .light-tag-white {
  border: 1px solid rgba(255, 255, 255, 0.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, 0.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: "Plus Jakarta Sans", 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: "Plus Jakarta Sans", sans-serif;
}

.font-heading {
  font-family: "Plus Jakarta Sans", 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: 0.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 rgba(15, 29, 48, 0.1);
  margin-bottom: 24px;
  padding: 24px 32px;
  border-radius: 16px;
}

.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: 0.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: 0.4s ease-out;
}

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

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

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

.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: 0.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: 0.4s ease-out;
  transform: rotate(0);
}

.course-accordion .single-accordion2 .accordion-answer2 {
  display: grid;
  overflow: hidden;
  grid-template-rows: 0fr;
  transition: 0.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, 0.6);
}

.course-accordion .single-accordion2 .accordion-answer2 ul li {
  opacity: 1;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.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, 0.1);
}

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

.faq-accordion .single-accordion .accordion-answer p {
  color: rgba(255, 255, 255, 0.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;
}

.nav-tabs button {
  padding: 14px 32px;
  position: relative;
  transition: 0.3s ease-out;
  border-radius: 40px;
}

.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: 0.3s ease-out;
  transform: translateX(10px);
}

.nav-tabs button.active {
  padding-left: 58px;
  background-color: #c8a26b;
  color: #fff;
}

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

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

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

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

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

.tab-pane {
  display: none;
}

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

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

  100% {
    opacity: 1;
  }
}

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

.border-card {
  background-color: rgba(255, 245, 227, 0.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, 0.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, 0.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: 0.4s ease-out;
}

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

.button div .button-content {
  transform: translateY(0) skew(0);
  transition: 0.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: 0.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;
  }
}

.wild-theme-btn{
  background-color: #f26a6a;
  padding: 16px 24px;
  font-family: "Josefin Sans", sans-serif;
}

.tick-list li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

@media(max-width: 1024px) {
  .tick-list li {
    padding-left: 30px;
    align-items: flex-start;
  }

  .tick-list li:before {
    top: 3px;
    width: 18px;
    height: 18px
  }

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

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

.t-slider {
  position: relative;
  width: 100%;
}

.t-slider .swiper {
  padding-bottom: 40px;
}

.t-slider .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  max-width: 250px;
}

.t-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px;
}

/* Navigation arrows */

.t-slider .swiper-button-prev,
.t-slider .swiper-button-next {
  width: 36px;
  height: 36px;
  background: white;
  color: black;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.t-slider .swiper-button-prev::after,
.t-slider .swiper-button-next::after {
  font-size: 16px;
}

/* Pagination */

.t-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #999;
  opacity: 0.5;
}

.t-slider .swiper-pagination-bullet-active {
  background: #f26a8d;
  opacity: 1;
}

.loader{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.399) 0%, rgba(0, 0, 0, 0.04) 100%);
  display: none;
}

.loading {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

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

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

.hover\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}

@media (min-width: 640px) {
  .sm\:hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-screen {
    height: 100vh;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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\: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-start {
    justify-content: flex-start;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:order-none {
    order: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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