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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

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

.left-0 {
  left: 0px;
}

.left-2 {
  left: 16px;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 16px;
}

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

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

.-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-5 {
  margin-top: 48px;
  margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-\[16\/9\] {
  aspect-ratio: 16/9;
}

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

.h-4 {
  height: 32px;
}

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

.h-auto {
  height: auto;
}

.w-4 {
  width: 32px;
}

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

.border-\[1\.5px\] {
  border-width: 1.5px;
}

.\!border-\[\#b63563\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(182 53 99 / var(--tw-border-opacity, 1)) !important;
}

.border-\[\#0a4db85f\] {
  border-color: #0a4db85f;
}

.border-lightblue\/50 {
  border-color: rgb(182 53 99 / 0.5);
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(3 19 27 / var(--tw-border-opacity, 1));
}

.\!bg-secondary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 26 29 / var(--tw-bg-opacity, 1)) !important;
}

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

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

.bg-\[\#f3ebf7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 235 247 / var(--tw-bg-opacity, 1));
}

.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(5 9 15 / var(--tw-bg-opacity, 1));
}

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(3 19 27 / var(--tw-bg-opacity, 1));
}

.bg-primary\/5 {
  background-color: rgb(3 19 27 / 0.05);
}

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

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

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

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

.p-2 {
  padding: 16px;
}

.p-3 {
  padding: 24px;
}

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

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

.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-3 {
  padding-top: 24px;
  padding-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-comfortaa {
  font-family: Comfortaa, sans-serif;
}

.font-glacial {
  font-family: Glacial Indifference, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

.text-small {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

.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-\[0\.3px\] {
  letter-spacing: 0.3px;
}

.tracking-\[1\.5px\] {
  letter-spacing: 1.5px;
}

.text-\[\#00265c\] {
  --tw-text-opacity: 1;
  color: rgb(0 38 92 / var(--tw-text-opacity, 1));
}

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

.text-black\/50 {
  color: rgb(5 9 15 / 0.5);
}

.text-lightblue {
  --tw-text-opacity: 1;
  color: rgb(182 53 99 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(3 19 27 / var(--tw-text-opacity, 1));
}

.text-primary\/70 {
  color: rgb(3 19 27 / 0.7);
}

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

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

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

  90% {
    opacity: 0
  }

  100% {
    transform: scale(3)
  }
}

.tns-outer button {
  display: none;
}

.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;
  align-items: start;
}

.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: 12px 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: 20;
  border-radius: 50%;
  border: 1px solid #00235A
}

.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: #00235A
}

.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: #00235A
}

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

.slider-section .tns-controls {
  position: relative;
  z-index: 0
}

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

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

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

.blog-section .tns-nav>[aria-controls] {
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0 4px;
  border-radius: 50%;
  background: #00235A;
  border: 0
}

.blog-section .tns-nav>.tns-nav-active {
  background: #00235A
}

.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: #00235A
}

@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: #002e33;
    z-index: 99;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    padding: 57px 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
  }
}

@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: #ccd3de
}

.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: "Comfortaa", 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 "Comfortaa", 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: "Comfortaa", 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: "Comfortaa", sans-serif
}

.font-heading {
  font-family: "Comfortaa", 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 {
  margin-bottom: 24px;
  padding: 24px 32px;
  border-radius: 1rem
}

.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;
  color: #00235A;
}

.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-family: Glacial Indifference, sans-serif;
  font-size: 18px;
  line-height: 1.35;
  color: #03131b;
  margin-bottom: 0
}

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

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

.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: -10px
  }
}

.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: .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: .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-check li {
  font-family: Glacial Indifference, sans-serif;
  padding-left: 35px;
  font-size: 18px;
  position: relative;
  line-height: 1.3;
}

.list-check li:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../img/feminine/round-tick.svg");
  background-size: cover;
  width: 24px;
  height: 24px;
  top: 4px;
}

@media(max-width: 1024px) {
  .list-check li:before {
    width: 20px;
    height: 20px;
    top: 5px
  }
}

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

.cultured-bg {
  position: relative;
  overflow: hidden;
  padding: 80px 32px 32px
}

.cultured-bg::after {
  content: "";
  position: absolute;
  background: url("../img/premium/cultured-pattern.svg");
  background-position: top right;
  background-repeat: no-repeat;
  width: 200px;
  height: 100px;
  top: -16px;
  right: -20px
}

@media(max-width: 768px) {
  .cultured-bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 28px;
    text-align: center
  }

  .cultured-bg::after {
    top: -25px;
    right: -55px;
    transform: scale(0.5)
  }
}

.cultured-bg-dark {
  position: relative;
  overflow: hidden;
  padding: 80px 32px 32px
}

.cultured-bg-dark::after {
  content: "";
  position: absolute;
  background: url("../img/premium/cultured-bg-dark-pattern.svg");
  background-position: top right;
  background-repeat: no-repeat;
  width: 200px;
  height: 100px;
  top: -16px;
  right: -20px
}

@media(max-width: 768px) {
  .cultured-bg-dark {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 28px;
    text-align: center
  }

  .cultured-bg-dark::after {
    top: -25px;
    right: -55px;
    transform: scale(0.5)
  }
}

.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: #c8a26b;
  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: collapse
}

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

table tr:first-child {
  color: rgb(3 19 27 / 0.6);
}

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

table tr:nth-child(even):not(:first-child) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 245 240 / var(--tw-bg-opacity, 1));
}

@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: #32281a;
  color: #fff;
  line-height: 32px;
  font-weight: 700
}

.dark-theme .accordion-item {
  border: none;
  background-color: rgba(255, 255, 255, .08)
}

.dark-theme .accordion-item .active+.dropdown-accordion {
  background-color: rgba(244, 236, 225, .05);
  opacity: 1
}

.dark-theme .accordion-item .active+.dropdown-accordion .list-play li,
.dark-theme .accordion-item .active+.dropdown-accordion a {
  color: rgba(255, 255, 255, .8)
}

.dark-theme .accordion-item .active+.dropdown-accordion .list-play li:before,
.dark-theme .accordion-item .active+.dropdown-accordion a:before {
  background-image: url("../img/feminine/round-play-darktheme.svg");
  background-size: cover;
  top: 0
}

@media(max-width: 1024px) {
  .dark-theme .accordion-item .active+.dropdown-accordion .list-play li:before,
  .dark-theme .accordion-item .active+.dropdown-accordion a:before {
    top: 2px
  }
}

.dark-theme .single-accordion .answer-wrapper p {
  color: rgba(255, 255, 255, .4)
}

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

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

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

.ripple-effect {
  display: flex;
  align-items: center;
  justify-content: center
}

.ripple-effect::before {
  content: " ";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(3 19 27 / var(--tw-bg-opacity, 1));
  border-radius: 50%;
  opacity: .75;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3) inset;
  transform-origin: top left;
  animation: ripple 1s ease infinite normal;
  transform-origin: center
}

@keyframes ripple {
  0% {
    opacity: .75;
    transform: scale(0)
  }

  100% {
    opacity: 0;
    transform: scale(15)
  }
}

@font-face {
  font-family: "Glacial Indifference";

  src: url("../fonts/GlacialIndifference-Regular.otf") format("opentype");

  font-weight: normal;

  font-style: normal;

  font-display: swap
}

@font-face {
  font-family: "Milk And Honey";

  src: url("../fonts/Milk-And-Honey.otf") format("opentype");

  font-weight: normal;

  font-style: normal;

  font-display: swap
}

@font-face {
  font-family: "Brettley Signature";

  src: url("../fonts/BrettleySignatureRegular-RpEMo.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;

  font-display: swap
}

.nav-tabs button {
  padding: 12px 20px;
  position: relative;
  font-size: 20px;
  font-weight: normal;
  transition: .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:.3s ease-out;
  transform:translateX(10px)
} */

.nav-tabs button.active {
  padding: 12px 25px;
  background-color: #00235A;
  color: #fff;
}

@media(max-width: 767px) {
  .nav-tabs button {
    font-size: 18px;
    padding: 10px 20px;
  }

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

.shadow-card {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.radio {
  margin: 0.5rem;
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio input[type="radio"]+.radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  /* border: 1px solid #b7b7b7; Darkened 25% version of #f4f4f4 */
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 300ms ease-in-out;
}

.radio input[type="radio"]+.radio-label {
  color: #ffffffcb;
}

.radio input[type="radio"]:checked+.radio-label {
  color: #ffffff;
}

.radio input[type="radio"]+.radio-label:before {
  background-color: #ffffffcb;
  /* box-shadow: inset 0 0 0 4px #ffffff85; */
}

.radio input[type="radio"]:checked+.radio-label:before {
  background-color: #00235A;
  box-shadow: inset 0 0 0 4px #ffffff;
}

.radio input[type="radio"]:focus+.radio-label:before {
  outline: none;
  border-color: #00235A;
}

.radio input[type="radio"]:disabled+.radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b7b7b7;
  /* Darkened 25% version of #f4f4f4 */
  background: #b7b7b7;
  /* Darkened 25% version of #f4f4f4 */
}

.radio input[type="radio"]+.radio-label:empty:before {
  margin-right: 0;
}

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

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

.animate-ticker {
  animation: tickeranim 60s normal linear infinite;
}

.custom-bullet li {
  position: relative;
  list-style: none;
  padding-left: 25px;
  line-height: 1.4;
}

.custom-bullet li::before {
  content: url('../img/adhyatma/tick-dark.svg');
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2.5px;
}

.img-card{
  transition: all 0.4s ease;
}

.img-card:hover{
  transform: scale(1.04);
  transition: all 0.4s ease;
  cursor: pointer;
}

.overlay-text {
  position: absolute;
  background: rgb(0, 0, 0);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.399) 0%, rgba(0, 0, 0, 0.04) 100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  /* Ensure text spans the entire width of the image */
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-widget-container {
  z-index: 399;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 40px;
  bottom: 40px;
  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-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

@media(max-width: 768px) {
  .help-icon{
    right: 20px;
    bottom: 130px;
  }

  .whatsapp-widget-container {
    width: 50px;
    right: 20px;
    bottom: 70px;
  }

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

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.ribbon {
  position: absolute;
  left: -10px;
  top: -8px;
  z-index: 1;
  overflow: hidden;
  width: 124px;
  height: 124px;
  text-align: right;
}

.ribbon span {
  font-size: 16px;
  color: #fff;
  padding: 4px 0px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 160px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 36px;
  left: -28px;
}

.ribbon span::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

.ribbon span::after {
  content: '';
  position: absolute;
  right: 0%;
  top: 100%;
  z-index: -1;
  border-right: 3px solid #79A70A;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

.blue span {
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
}

.blue span::before {
  border-left-color: #1e5799;
  border-top-color: #1e5799;
}

.blue span::after {
  border-right-color: #1e5799;
  border-top-color: #1e5799;
}

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .lg\:text-basenormal {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }

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

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