/*
! tailwindcss v3.2.7 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

body {
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}

body {
  font-family: 'Sora', sans-serif !important;
  line-height: 1.35 !important;
  background: #090110 !important;
}

.container {
  max-width: 100% !important;
  width: calc(100vw - 16px) !important;
  margin: 0 auto;
  border-left-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(36 36 36 / var(--tw-border-opacity));
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {

.container {
    width: calc(100vw - 32px) !important;

    padding-left: 20px !important;

    padding-right: 20px !important
}
  }

@media (min-width: 1024px) {

.container {
    width: calc(100vw - 80px) !important;

    padding-left: 20px !important;

    padding-right: 20px !important
}
  }

@media (min-width: 1440px) {

.container {
    width: calc(100vw - 80px) !important;

    padding-left: 40px !important;

    padding-right: 40px !important
}
  }

a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
}

header .container {
    max-width: 100% !important;
  }

.max-w-container {
  max-width: 1280px;
  margin: 0 auto;
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

.fixed {
  position: fixed;
}

.\!absolute {
  position: absolute !important;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

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

.-bottom-px {
  bottom: -1px;
}

.-left-10 {
  left: -2.5rem;
}

.-right-10 {
  right: -2.5rem;
}

.-right-5 {
  right: -1.25rem;
}

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

.-top-px {
  top: -1px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-5 {
  left: 1.25rem;
}

.left-\[40\%\] {
  left: 40%;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-1\/3 {
  right: 33.333333%;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

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

.top-10 {
  top: 2.5rem;
}

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

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

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

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

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

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

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

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

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

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

.mb-3 {
  margin-bottom: 0.75rem;
}

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

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

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

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

.ml-1 {
  margin-left: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

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

.\!h-10 {
  height: 2.5rem !important;
}

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

.h-10 {
  height: 2.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

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

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

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

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

.h-full {
  height: 100%;
}

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

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

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

.\!w-10 {
  width: 2.5rem !important;
}

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

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

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

.\!w-\[calc\(50\%_-_12px\)\] {
  width: calc(50% - 12px) !important;
}

.\!w-full {
  width: 100% !important;
}

.w-10 {
  width: 2.5rem;
}

.w-2 {
  width: 0.5rem;
}

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

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

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

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

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

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

.-translate-x-full {
  --tw-translate-x: -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));
}

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

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

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

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

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

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

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

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

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

@keyframes fadeLoop {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.animate-fadeLoop {
  animation: fadeLoop 8s ease-in-out infinite;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

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

.gap-y-10 {
  row-gap: 2.5rem;
}

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

.gap-y-7 {
  row-gap: 1.75rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.border {
  border-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(19 16 22 / var(--tw-border-opacity));
}

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

.border-y-line {
  --tw-border-opacity: 1;
  border-top-color: rgb(36 36 36 / var(--tw-border-opacity));
  border-bottom-color: rgb(36 36 36 / var(--tw-border-opacity));
}

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

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

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

.fill-\[\#BE89FF\] {
  fill: #BE89FF;
}

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

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

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

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

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

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

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

.pl-6 {
  padding-left: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

.leading-normal {
  line-height: 1.5;
}

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

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

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

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

.text-\[\#FFD400\] {
  --tw-text-opacity: 1;
  color: rgb(255 212 0 / var(--tw-text-opacity));
}

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

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

.\!underline {
  text-decoration-line: underline !important;
}

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

.\!underline-offset-2 {
  text-underline-offset: 2px !important;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.\!opacity-100 {
  opacity: 1 !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-80 {
  opacity: 0.8;
}

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

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

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

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

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

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

.duration-\[0\.8s\] {
  transition-duration: 0.8s;
}

@font-face {
  font-family: 'Americana Std';

  src:   url('../resources/fonts/AmericanaSTD/Americana Std Roman.otf');

  font-weight: 400;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-RegularItalic.eot');

  src: local('SFUI Regular Italic'), local('SFUIText-RegularItalic'),
    url('../resources/fonts/SFUI/SFUIText-RegularItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-RegularItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-RegularItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-RegularItalic.ttf') format('truetype');

  font-weight: normal;

  font-style: italic;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.eot');

  src: local('SFUI SemiboldItalic'), local('SFUIText-SemiboldItalic'),
    url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.ttf') format('truetype');

  font-weight: 600;

  font-style: italic;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-Heavy.eot');

  src: local('SFUI Heavy'), local('SFUIText-Heavy'),
    url('../resources/fonts/SFUI/SFUIText-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Heavy.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Heavy.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Heavy.ttf') format('truetype');

  font-weight: 900;

  font-style: normal;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-Semibold.eot');

  src: local('SFUI Semibold'), local('SFUIText-Semibold'),
    url('../resources/fonts/SFUI/SFUIText-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Semibold.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Semibold.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Semibold.ttf') format('truetype');

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-Medium.eot');

  src: local('SFUI Medium'), local('SFUIText-Medium'),
    url('../resources/fonts/SFUI/SFUIText-Medium.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Medium.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Medium.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-Light.eot');

  src: local('SFUI Light'), local('SFUIText-Light'),
    url('../resources/fonts/SFUI/SFUIText-Light.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Light.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Light.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Light.ttf') format('truetype');

  font-weight: 200;

  font-style: normal;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-Regular.eot');

  src: local('SFUI Regular'), local('SFUIText-Regular'),
    url('../resources/fonts/SFUI/SFUIText-Regular.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Regular.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Regular.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-BoldItalic.eot');

  src: local('SFUI BoldItalic'), local('SFUIText-BoldItalic'),
    url('../resources/fonts/SFUI/SFUIText-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-BoldItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-BoldItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-BoldItalic.ttf') format('truetype');

  font-weight: bold;

  font-style: italic;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-Bold.eot');

  src: local('SFUI Bold'), local('SFUIText-Bold'),
    url('../resources/fonts/SFUI/SFUIText-Bold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Bold.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Bold.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-HeavyItalic.eot');

  src: local('SFUI HeavyItalic'), local('SFUIText-HeavyItalic'),
    url('../resources/fonts/SFUI/SFUIText-HeavyItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-HeavyItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-HeavyItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-HeavyItalic.ttf') format('truetype');

  font-weight: 900;

  font-style: italic;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-MediumItalic.eot');

  src: local('SFUI MediumItalic'), local('SFUIText-MediumItalic'),
    url('../resources/fonts/SFUI/SFUIText-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-MediumItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-MediumItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-MediumItalic.ttf') format('truetype');

  font-weight: 500;

  font-style: italic;
}

@font-face {
  font-family: 'GoogleSans';

  src:   url('../resources/fonts/GoogleSans/GoogleSans-Regular.eot');

  src: local('GoogleSans Regular'), local('GoogleSans-Regular'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.woff2') format('woff2'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.woff') format('woff'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'GoogleSans';

  src:   url('../resources/fonts/GoogleSans/GoogleSans-Regular.eot');

  src: local('GoogleSans Regular'), local('GoogleSans-Regular'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.woff2') format('woff2'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.woff') format('woff'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'GoogleSans';

  src:   url('../resources/fonts/GoogleSans/GoogleSans-Medium.eot');

  src: local('GoogleSans Medium'), local('GoogleSans-Medium'),
    url('../resources/fonts/GoogleSans/GoogleSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/GoogleSans/GoogleSans-Medium.woff2') format('woff2'),
    url('../resources/fonts/GoogleSans/GoogleSans-Medium.woff') format('woff'),
    url('../resources/fonts/GoogleSans/GoogleSans-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'GoogleSans';

  src:   url('../resources/fonts/GoogleSans/GoogleSans-Bold.eot');

  src: local('GoogleSans Bold'), local('GoogleSans-Bold'),
    url('../resources/fonts/GoogleSans/GoogleSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/GoogleSans/GoogleSans-Bold.woff2') format('woff2'),
    url('../resources/fonts/GoogleSans/GoogleSans-Bold.woff') format('woff'),
    url('../resources/fonts/GoogleSans/GoogleSans-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;
}

.famous-menu ul {
    display: flex;
  }

.famous-menu ul {
    align-items: center;
  }

.famous-menu ul {
    gap: 1rem;
  }

@media (min-width: 1440px) {
    .famous-menu ul {
      gap: 1.5rem;
    }
  }

.famous-menu ul li {
      padding: 0.5rem;
    }

.famous-menu ul li {
      font-size: 12px;
    }

.famous-menu ul li {
      font-weight: 700;
    }

.famous-menu ul li a {
        color: #A5A5A5;
        transition: .2s;
      }

.famous-menu ul li a:hover {
          color: #fff;
        }

.famous-menu ul li a:focus {
          color: #fff;
          opacity: .5;
        }

.famous-menu-mob ul {
    display: flex;
  }

.famous-menu-mob ul {
    flex-direction: column;
  }

.famous-menu-mob ul {
    gap: 1rem;
  }

.famous-menu-mob ul li {
      padding: 0.5rem;
    }

.famous-menu-mob ul li {
      font-size: 12px;
    }

.famous-menu-mob ul li {
      font-weight: 700;
    }

.famous-menu-mob ul li a {
        color: #A5A5A5;
        transition: .2s;
      }

.famous-menu-mob ul li a:hover {
          color: #fff;
        }

.famous-menu-mob ul li a:focus {
          color: #fff;
          opacity: .5;
        }

header {
  box-shadow: 0px -20px 0 0 #090110;
}

.famous-menu-mob-wrap {
  top: 74px;
  height: calc(100vh - 74px);
}

@media (min-width: 768px) {

.famous-menu-mob-wrap {
    top: 82px;

    height: calc(100vh - 82px)
}
  }

@media (min-width: 1024px) {

.famous-menu-mob-wrap {
    top: 86px;

    height: calc(100vh - 86px)
}
  }

.main-btn {
  width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  background: radial-gradient(50% 100% at 50% 100%, #760AFB 0%, #4E00AD 100%);
  border: 1px solid var(--Primary-30, #6E00F2);
  transition: 0.2s;
  position: relative;
}

.main-btn:after {
    content: '';
  }

.main-btn:after {
    position: absolute;
  }

.main-btn:after {
    left: 0px;
  }

.main-btn:after {
    top: 0px;
  }

.main-btn:after {
    height: 100%;
  }

.main-btn:after {
    width: 100%;
  }

.main-btn:after {
    opacity: 0;
  }

.main-btn:after {
    background: radial-gradient(50% 100% at 50% 100%, #BE89FF 0%, #8929FF 100%);
    transition: 0.2s;
  }

.main-btn span {
    z-index: 10;
  }

.main-btn:hover {
    border: 1px solid #A356FF;
    box-shadow: 0px 0px 24px 0px #A053FF;
  }

.main-btn:hover::after{
      opacity: 1;
    }

.main-btn:focus {
    opacity: .5;
  }

.secondary-btn {
  width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  background: radial-gradient(50% 100% at 50% 100%, #242424 0%, #131016 100%);
  border: 1px solid var(--Neutrals-40, #242424);
  transition: 0.2s;
  position: relative;
}

.secondary-btn:after {
    content: '';
  }

.secondary-btn:after {
    position: absolute;
  }

.secondary-btn:after {
    left: 0px;
  }

.secondary-btn:after {
    top: 0px;
  }

.secondary-btn:after {
    height: 100%;
  }

.secondary-btn:after {
    width: 100%;
  }

.secondary-btn:after {
    opacity: 0;
  }

.secondary-btn:after {
    background: radial-gradient(50% 100% at 50% 100%, #454545 0%, #242424 100%);
    transition: 0.2s;
  }

.secondary-btn span {
    z-index: 10;
  }

.secondary-btn:hover {
    border: 1px solid var(--Neutrals-50, #454545);
    box-shadow: 0px 0px 24px 0px #4C4C4C;
  }

.secondary-btn:hover::after{
      opacity: 1;
    }

.secondary-btn:focus {
    opacity: .5;
  }

.famous-hero-section {
  margin-top: 74px;
  height: calc(640px - 74px);
}

@media (min-width: 540px) {

.famous-hero-section {
    margin-top: 74px;

    height: calc(640px - 74px)
}
  }

@media (min-width: 768px) {

.famous-hero-section {
    margin-top: 82px;

    height: calc(750px - 82px)
}
  }

@media (min-width: 1024px) {

.famous-hero-section {
    margin-top: 86px;

    height: calc(750px - 86px)
}
  }

.overlay-hero {
  height: 282px;
  background: linear-gradient(180deg, rgba(9, 1, 16, 0) 0%, #090110 100%);
}

.famous-about-section {
  background: radial-gradient(50% 50% at 50% 50%, #1A052D 0%, #090110 100%);
}

.famous-about-section .container {
    background-image: linear-gradient(to right, #242424 50%, rgba(255,255,255,0) 0%);
    background-position: top;
    background-size: 16px 2px;
    background-repeat: repeat-x;
  }

.famous-about-section .offers_repeater {
    display: grid;
    grid-template-columns: 1fr;
  }

@media (min-width: 768px) {

.famous-about-section .offers_repeater {
      grid-template-columns: 1fr 1fr
  }
    }

@media (min-width: 1024px) {

.famous-about-section .offers_repeater {
      grid-template-columns: 1fr 383px
  }
    }

@media (min-width: 1440px) {

.famous-about-section .offers_repeater {
      grid-template-columns: 1fr 1fr
  }
    }

.famous-about-section .card-offer {
    background: url('../resources/img/bg-def-544x183@2.webp') no-repeat;
    background-size: cover
  }

.famous-about-section .card-offer {
    position: relative;
  }

.famous-about-section .card-offer {
    transition: .2s;
  }

.famous-about-section .card-offer:after {
      background: url('../resources/img/bg-hover-544x183@2.webp') no-repeat;
      content: '';
      background-size: cover;
    }

.famous-about-section .card-offer:after {
      position: absolute;
    }

.famous-about-section .card-offer:after {
      top: 0px;
    }

.famous-about-section .card-offer:after {
      left: 0px;
    }

.famous-about-section .card-offer:after {
      z-index: 0;
    }

.famous-about-section .card-offer:after {
      height: 100%;
    }

.famous-about-section .card-offer:after {
      width: 100%;
    }

.famous-about-section .card-offer:after {
      opacity: 0;
    }

.famous-about-section .card-offer:after {
      transition: .2s;
    }

.famous-about-section .card-offer:hover:after {
        opacity: 1;
      }

.famous-about-section .card-offer .card-percent {
      position: relative;
      line-height: 1.2;
      display: flex;
      width: 100%;
      align-items: center;
      gap: 10px;
    }

.famous-about-section .card-offer .card-percent:after {
        content: '';
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(153, 153, 153, 0) 100%);
        height: 2px;
        flex: 1;
      }

.famous-about-section .card-offer .card-percent:before {
        content: '';
        background: linear-gradient(270deg, rgba(255, 255, 255, 0.2) 0%, rgba(153, 153, 153, 0) 100%);
        height: 2px;
        flex: 1;
      }

.famous-about-section .card-offer.feature-offer {
      color: #FFEC5C;
      background: url('../resources/img/bg-def-383x589@2.webp') no-repeat;
      background-size: cover
    }

.famous-about-section .card-offer.feature-offer {
      position: relative;
    }

.famous-about-section .card-offer.feature-offer {
      border-color: #FFEC5C;
    }

.famous-about-section .card-offer.feature-offer:after {
        background: url('../resources/img/bg-hover-383x589@2.webp') no-repeat;
        content: '';
        background-size: cover;
      }

.famous-about-section .card-offer.feature-offer:after {
        position: absolute;
      }

.famous-about-section .card-offer.feature-offer:after {
        top: 0px;
      }

.famous-about-section .card-offer.feature-offer:after {
        left: 0px;
      }

.famous-about-section .card-offer.feature-offer:after {
        z-index: 0;
      }

.famous-about-section .card-offer.feature-offer:after {
        height: 100%;
      }

.famous-about-section .card-offer.feature-offer:after {
        width: 100%;
      }

.famous-about-section .card-offer.feature-offer:after {
        opacity: 0;
      }

.famous-about-section .card-offer.feature-offer:after {
        transition: .2s;
      }

.famous-about-section .card-offer.feature-offer:hover:after {
          opacity: 1;
        }

.famous-about-section .card-offer.feature-offer .card-percent:after {
          background: linear-gradient(90deg, rgba(255, 217, 0, 0.7) 0%, rgba(255, 217, 0, 0) 100%);
        }

.famous-about-section .card-offer.feature-offer .card-percent:before {
          background: linear-gradient(270deg, rgba(255, 217, 0, 0.7) 0%, rgba(255, 217, 0, 0) 100%);
        }

.famous-about-section .card-offer.feature-offer .bg-card-feature {
        background: url('../resources/img/bg-def-383x589@2.webp') no-repeat;
        top: -35px;
        right: auto;
      }

@media (min-width: 768px) {

.famous-about-section .card-offer.feature-offer .bg-card-feature {
          top: -13px;

          right: 12px
      }
        }

section h2 {
    text-align: center;
  }

section h2 {
    font-size: 28px;
  }

section h2 {
    font-weight: 700;
  }

@media (min-width: 1024px) {
    section h2 {
      font-size: 48px;
    }
  }

@media (min-width: 1024px) {
    section h2 {
      font-weight: 600;
    }
  }

.famous-benefits {
  background: radial-gradient(50% 50% at 50% 50%, #1A052D 0%, #090110 100%);
}

.famous-benefits .container {
    background-image: linear-gradient(to right, #242424 50%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 16px 2px;
    background-repeat: repeat-x;
  }

.famous-benefits .card-benefit {
    border: 1px solid #131016;
    background-size: contain
  }

.famous-benefits .card-benefit {
    position: relative;
  }

.famous-benefits .card-benefit {
    position: relative;
  }

.famous-benefits .card-benefit {
    overflow: hidden;
  }

.famous-benefits .card-benefit {
    transition: .2s;
  }

.famous-benefits .card-benefit:after {
      background: url('../resources/img/bg-sq-hover-462x378@2.webp') no-repeat;
      content: '';
      background-size: cover;
      width: 120%;
    }

.famous-benefits .card-benefit:after {
      position: absolute;
    }

.famous-benefits .card-benefit:after {
      top: 0px;
    }

.famous-benefits .card-benefit:after {
      left: -2.5rem;
    }

.famous-benefits .card-benefit:after {
      z-index: 0;
    }

.famous-benefits .card-benefit:after {
      height: 100%;
    }

.famous-benefits .card-benefit:after {
      opacity: 0.5;
    }

.famous-benefits .card-benefit:after {
      transition: 1s;
    }

.famous-benefits .card-benefit:hover:after {
        transform: translateX(-5%);
      }

.famous-benefits .card-benefit:hover:after {
        opacity: 1;
      }

.famous-benefits .card-benefit:nth-child(2):after {
        background: url('../resources/img/bg-rect-hover-896x378@2.webp') no-repeat;
        background-size: cover;
      }

@media (min-width: 1200px) {
      .famous-benefits .card-benefit:nth-child(2) {
        grid-column: span 2 / span 2;
      }
    }

.famous-benefits .card-benefit:nth-child(3):after {
        background: url('../resources/img/bg-rect-hover-896x378@2.webp') no-repeat;
        background-size: cover;
      }

@media (min-width: 1200px) {
      .famous-benefits .card-benefit:nth-child(3) {
        grid-column: span 2 / span 2;
      }
    }

.famous-benefits .card-benefit img {
      -o-object-fit: contain;
         object-fit: contain;
    }

.famous-benefits .card-benefit p {
      color: #A5A5A5;
    }

.famous-benefits .card-benefit p {
      font-size: 12px;
    }

.famous-how-to-start {
  background: radial-gradient(50% 50% at 50% 50%, #1A052D 0%, #090110 100%);
}

.famous-how-to-start .container {
    background-image: linear-gradient(to right, #242424 50%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 16px 2px;
    background-repeat: repeat-x;
  }

.famous-how-to-start .card-step:before {
      content: url("../resources/img/step-decor-small.svg");
      width: 41px;
      height: 55px;
      bottom: 4px;
      left: -12px;
      position: absolute;
    }

@media (min-width: 768px) {

.famous-how-to-start .card-step:before {
        content: url("../resources/img/step-decor-small.svg");

        width: 41px;

        height: 55px;

        bottom: 12px;

        left: -12px
    }
      }

@media (min-width: 1024px) {

.famous-how-to-start .card-step:before {
        content: url("../resources/img/step-decor-big.svg");

        height: 192px;

        top: -21px;

        left: -18px
    }
      }

.famous-how-to-start .arrows {
    display: none;
  }

@media (min-width: 768px) {

.famous-how-to-start .arrows {
      display: flex
  }
    }

.famous-how-to-start .arrows svg {
      opacity: 0.3;
      animation: fadeIn 1.5s infinite;
    }

.famous-how-to-start .arrows svg:nth-child(1) {
      animation-delay: 0s;
    }

.famous-how-to-start .arrows svg:nth-child(2) {
      animation-delay: 0.5s;
      display: none;
    }

@media (min-width: 1024px) {

.famous-how-to-start .arrows svg:nth-child(2) {
        display: flex
    }
      }

.famous-how-to-start .arrows svg:nth-child(3) {
      animation-delay: 1s;
      display: none;
    }

@media (min-width: 1440px) {

.famous-how-to-start .arrows svg:nth-child(3) {
        display: flex
    }
      }

@keyframes fadeIn {
  0%, 100% {
    opacity: 0.3;
  }

  30% {
    opacity: 1;
  }

  60% {
    opacity: 0.3;
  }
}

.famous-testimonials {
  background: radial-gradient(50% 50% at 50% 50%, #1A052D 0%, #090110 100%);
}

.famous-testimonials .container {
    background-image: linear-gradient(to right, #242424 50%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 16px 2px;
    background-repeat: repeat-x;
  }

.famous-testimonials .review-card {
    border: 1px solid var(--Border-Blocks, #131016);
    background: #0B0215;
  }

.famous-testimonials .reviews-slider .slick-list {
      overflow: visible;
    }

.famous-testimonials .reviews-slider .review-overlay {
      background: linear-gradient(180deg, rgba(11, 2, 21, 0) 0%, #0B0215 100%);
    }

.famous-testimonials .reviews-slider .review-card {
      transition: all 0.5s ease;
      transform: scale(0.75) translateX(46%);
      opacity: 0.3;
      z-index: 1;
    }

@media (min-width: 1024px) {

.famous-testimonials .reviews-slider .review-card {
        transform: scale(0.75) translateX(40%)
    }
      }

.famous-testimonials .reviews-slider .review-card .name {
        color: #646464;
      }

.famous-testimonials .reviews-slider .review-card .link {
        color: #646464;
      }

.famous-testimonials .reviews-slider .slick-center {
      transform: scale(1);
      opacity: 1;
      z-index: 3;
    }

.famous-testimonials .reviews-slider .slick-slide:not(.slick-center) {
      z-index: 2;
    }

.famous-testimonials .reviews-slider .slick-slide.slick-center {
      transform: scale(1);
      opacity: 1;
      z-index: 3;
    }

.famous-testimonials .reviews-slider .slick-slide.slick-center svg {
        color: #FFD400;
      }

.famous-testimonials .reviews-slider .slick-slide.slick-center .name {
        color: #FFD400;
      }

.famous-testimonials .reviews-slider .slick-slide.slick-center .link {
        color: #FFD400;
      }

/* Левый слайд */

.famous-testimonials .reviews-slider .slick-center ~ .slick-slide:nth-child(1) {
      transform: scale(0.75) translateX(46%);
      opacity: 0.3;
      z-index: 2;
    }

@media (min-width: 1024px) {

.famous-testimonials .reviews-slider .slick-center ~ .slick-slide:nth-child(1) {
        transform: scale(0.75) translateX(40%)
    }
      }

/* Правый слайд */

.famous-testimonials .reviews-slider .slick-center + .slick-slide {
      transform: scale(0.75) translateX(-46%);
      opacity: 0.3;
      z-index: 2;
    }

@media (min-width: 1024px) {

.famous-testimonials .reviews-slider .slick-center + .slick-slide {
        transform: scale(0.75) translateX(-40%)
    }
      }

.famous-faq {
  background: radial-gradient(50% 50% at 50% 50%, #1A052D 0%, #090110 100%);
  display: flex;
}

.famous-faq .plus {
    opacity: 1;
  }

.famous-faq .active-faq .plus {
      opacity: 0;
    }

.famous-faq .container {
    background-image: linear-gradient(to right, #242424 50%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 16px 2px;
    background-repeat: repeat-x;
  }

.famous-faq .faq-wrapper {
    margin: 0 auto
  }

.famous-faq .faq-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }

@media (min-width: 1024px) {
    .famous-faq .faq-wrapper {
      padding: 1.5rem;
    }
  }

@media (min-width: 1024px) {
    .famous-faq .faq-wrapper {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }

@media (min-width: 1024px) {

.famous-faq .faq-wrapper {
      max-width: 1024px;

      background: #0B0215;

      height: 564px;

      border: 1px solid var(--Border-Blocks, #131016)
  }
    }

.famous-faq .faq-wrapper .faq-item h4 {
        color: #A5A5A5;
        transition: .2s;
      }

.famous-faq .faq-wrapper .faq-item:hover h4 {
          color: #fff;
        }

.famous-faq .faq-wrapper .faq-item:after {
        content: '';
        z-index: 0;
        background: radial-gradient(50% 100% at 50% 100%, #360968 0%, #190430 100%);
        opacity: 0;
      }

.famous-faq .faq-wrapper .faq-item:after {
        position: absolute;
      }

.famous-faq .faq-wrapper .faq-item:after {
        top: 0px;
      }

.famous-faq .faq-wrapper .faq-item:after {
        left: 0px;
      }

.famous-faq .faq-wrapper .faq-item:after {
        height: 100%;
      }

.famous-faq .faq-wrapper .faq-item:after {
        width: 100%;
      }

.famous-faq .faq-wrapper .faq-item:after {
        transition-duration: 200ms;
      }

.famous-faq .faq-wrapper .faq-item.active:after {
          opacity: 1;
        }

.famous-faq .faq-wrapper .faq-item.active h4 {
          color: #fff;
        }

.famous-faq .faq-wrap-scroll {
    height: 516px;
    /* set height for scrolling */
    overflow-y: auto;
    position: relative;
  }

@media (min-width: 1024px) {
    .famous-faq .faq-wrap-scroll {
      padding-right: 0.75rem;
    }
  }

.famous-faq .faq-wrap-scroll {
    /* mask по умолчанию */
    --mask-top: linear-gradient(to bottom, rgba(11, 2, 21, 0) 0%, #0B0215 20%);
    --mask-bottom: linear-gradient(to top, rgba(11, 2, 21, 0) 0%, #0B0215 20%);
    -webkit-mask-image: var(--mask-combined);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-image: var(--mask-combined);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
  }

.famous-faq .faq-wrap-scroll::-webkit-scrollbar {
    width: 4px;
  }

.famous-faq .faq-wrap-scroll::-webkit-scrollbar-track {
    background: #242424;
    /* или #0B0215 если хочешь фон */
  }

.famous-faq .faq-wrap-scroll::-webkit-scrollbar-thumb {
    background-color: #4E00AD;
    /* светлый полупрозрачный */
    border-radius: 0px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }

.famous-faq .scroll-mask::-webkit-scrollbar-thumb:hover {
    background-color: var(--Surface-accent-purple, rgba(78, 0, 173, .5));
  }

footer {
  background: radial-gradient(100% 100% at 50% 100%, #1A052D 0%, #090110 100%);
}

footer .container {
    background-image: linear-gradient(to right, #242424 50%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 16px 2px;
    background-repeat: repeat-x;
  }

footer .footer-menu ul.menu {
      display: flex;
    }

footer .footer-menu ul.menu {
      gap: 2.5rem;
    }

footer .footer-menu ul.menu li {
        flex: 1 1 0%;
      }

@media (min-width: 1024px) {
        footer .footer-menu ul.menu li {
          flex: none;
        }
      }

footer .footer-menu ul.menu li a {
          margin-bottom: 1.25rem;
        }

footer .footer-menu ul.menu li a {
          display: flex;
        }

footer .footer-menu ul.menu li a {
          font-size: 14px;
        }

footer .footer-menu ul.menu li a {
          font-weight: 600;
        }

footer .footer-menu ul.menu li ul {
          display: flex;
        }

footer .footer-menu ul.menu li ul {
          flex-direction: column;
        }

footer .footer-menu ul.menu li ul li a {
              margin-bottom: 1rem;
            }

footer .footer-menu ul.menu li ul li a {
              display: flex;
            }

footer .footer-menu ul.menu li ul li a {
              font-size: 14px;
            }

footer .footer-menu ul.menu li ul li a {
              font-weight: 400;
            }

footer .footer-menu ul.menu li ul li a {
              transition-duration: 200ms;
            }

footer .footer-menu ul.menu li ul li a {
              color: #A5A5A5;
            }

footer .footer-menu ul.menu li ul li a:hover {
                color: #fff;
              }

footer .footer-menu ul.menu li ul li a:focus {
                color: #fff;
                opacity: .5;
              }

[data-aos="fade-right"] {
  transform: translate3d(-100%,0,0);
  opacity: 0;
}

[data-aos="fade-right"].aos-animate {
  transform: translate3d(0,0,0);
  opacity: 1;
}

[data-aos="fade-left"] {
  transform: translate3d(100%,0,0);
  opacity: 0;
}

[data-aos="fade-left"].aos-animate {
  transform: translate3d(0,0,0);
  opacity: 1;
}

.hover-blur {
  transition-duration: 200ms;
}

.hover-blur:hover {
    text-shadow: 0px 0px 4px #FFD400B2;
  }

.hover-blur:focus {
    opacity: .5;
  }

.hover-blur-white {
  transition-duration: 200ms;
}

.hover-blur-white:hover {
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.7);
  }

.hover-blur-white:focus {
    opacity: .5;
  }

.rotate-path {
  transform-box: fill-box;
  transform-origin: center;
  animation-fill-mode: forwards;
}

/* При hover — вращение с bounce */

.group:hover .rotate-path {
  animation: rotate-bounce 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}

/* При уходе курсора — возврат с bounce */

.group:not(:hover) .rotate-path {
  animation: rotate-unbounce 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}

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

  60%  {
    transform: rotate(-460deg);
  }

  75%  {
    transform: rotate(-450deg);
  }

  85%  {
    transform: rotate(-465deg);
  }

  95%  {
    transform: rotate(-458deg);
  }

  100% {
    transform: rotate(-460deg);
  }
}

@keyframes rotate-unbounce {
  0%   {
    transform: rotate(-460deg);
  }

  60%  {
    transform: rotate(0deg);
  }

  75%  {
    transform: rotate(10deg);
  }

  85%  {
    transform: rotate(-5deg);
  }

  95%  {
    transform: rotate(2deg);
  }

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

.section-content .wrap__content h2 {
      margin-bottom: 1rem;
    }

.section-content .wrap__content h2 {
      margin-top: 1.5rem;
    }

.section-content .wrap__content h2 {
      text-align: left;
    }

@media (min-width: 1024px) {
      .section-content .wrap__content h2 {
        margin-top: 2rem;
      }
    }

.section-content .wrap__content h3 {
      margin-top: 1.5rem;
    }

.section-content .wrap__content h3 {
      margin-bottom: 1rem;
    }

.section-content .wrap__content h3 {
      font-size: 24px;
    }

.section-content .wrap__content h3 {
      font-weight: 700;
    }

@media (min-width: 1024px) {
      .section-content .wrap__content h3 {
        margin-top: 2rem;
      }
    }

@media (min-width: 1024px) {
      .section-content .wrap__content h3 {
        font-size: 32px;
      }
    }

@media (min-width: 1024px) {
      .section-content .wrap__content h3 {
        font-weight: 600;
      }
    }

.section-content .wrap__content p {
      margin-bottom: 1rem;
    }

.section-content .wrap__content p:last-child{
        margin-bottom: 0;
      }

.section-content .wrap__content ul{
      list-style-type: disc;
      list-style-position: inside;
    }

.section-content .wrap__content ul > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }

.section-content .wrap__content ol{
      list-style-type: decimal;
      list-style-position: inside;
    }

.section-content .wrap__content ol > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }

.section-main {
  margin-top: 2.5rem;
  padding-top: 4rem;
}

@media (min-width: 540px) {
  .section-main {
    margin-top: 3rem;
  }
}

@media (min-width: 1024px) {
  .section-main {
    margin-top: 4rem;
  }
}

.background__blur{
  background: radial-gradient(50% 50% at 50% 50%, #1A052D 0%, #090110 100%);
}

.famous-brands .container{
    background-image: linear-gradient(to right, #242424 50%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 16px 2px;
    background-repeat: repeat-x;
  }

.hover\:opacity-100:hover {
  opacity: 1;
}

.group:hover .group-hover\:rotate-\[-100deg\] {
  --tw-rotate: -100deg;
  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));
}

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

@media (min-width: 540px) {
  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .md\:right-\[-10\%\] {
    right: -10%;
  }

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

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

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

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-end-4 {
    grid-row-end: 4;
  }

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

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

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

  .md\:\!w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

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

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

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

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

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

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

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

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

  .md\:flex-none {
    flex: none;
  }

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

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

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

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:bottom-2 {
    bottom: 0.5rem;
  }

  .lg\:left-2 {
    left: 0.5rem;
  }

  .lg\:left-\[500px\] {
    left: 500px;
  }

  .lg\:left-\[640px\] {
    left: 640px;
  }

  .lg\:right-2 {
    right: 0.5rem;
  }

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

  .lg\:top-2 {
    top: 0.5rem;
  }

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

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

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

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:h-full {
    height: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

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

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

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

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

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .xl\:left-5 {
    left: 1.25rem;
  }

  .xl\:left-\[45\%\] {
    left: 45%;
  }

  .xl\:right-5 {
    right: 1.25rem;
  }

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

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

@media (min-width: 1440px) {
  .\32xl\:\!relative {
    position: relative !important;
  }

  .\32xl\:left-0 {
    left: 0px;
  }

  .\32xl\:left-auto {
    left: auto;
  }

  .\32xl\:right-0 {
    right: 0px;
  }

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

  .\32xl\:h-full {
    height: 100%;
  }

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

  .\32xl\:w-full {
    width: 100%;
  }

  .\32xl\:min-w-0 {
    min-width: 0px;
  }

  .\32xl\:max-w-\[46\%\] {
    max-width: 46%;
  }

  .\32xl\:\!flex-shrink {
    flex-shrink: 1 !important;
  }

  .\32xl\:\!transform-none {
    transform: none !important;
  }

  .\32xl\:flex-row {
    flex-direction: row;
  }

  .\32xl\:\!flex-col {
    flex-direction: column !important;
  }

  .\32xl\:flex-col {
    flex-direction: column;
  }

  .\32xl\:gap-10 {
    gap: 2.5rem;
  }
}
