@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

html {
  font-family: Inter;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

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

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

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

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

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

.-left-3 {
  left: -0.75rem;
}

.-left-\[300px\] {
  left: -300px;
}

.-left-\[79px\] {
  left: -79px;
}

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

.-right-3 {
  right: -0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-5 {
  bottom: 1.25rem;
}

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

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

.bottom-\[200\%\] {
  bottom: 200%;
}

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

.left-0 {
  left: 0px;
}

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

.left-\[150px\] {
  left: 150px;
}

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

.left-\[570px\] {
  left: 570px;
}

.right-0 {
  right: 0px;
}

.right-10 {
  right: 2.5rem;
}

.right-5 {
  right: 1.25rem;
}

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

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

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

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

.top-0 {
  top: 0px;
}

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

.top-10 {
  top: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-10 {
  margin-top: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

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

.mt-6 {
  margin-top: 1.5rem;
}

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

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

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

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

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

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

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

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-7 {
  height: 1.75rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

.min-h-screen {
  min-height: 100vh;
}

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

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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-1\/2 {
  --tw-translate-y: -50%;
  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-\[25\%\] {
  --tw-translate-y: -25%;
  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-\[150\%\] {
  --tw-translate-x: 150%;
  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-1 {
  --tw-rotate: -1deg;
  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-1 {
  --tw-rotate: 1deg;
  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-\[10deg\] {
  --tw-rotate: 10deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

.grid-cols-\[160px_1fr\] {
  grid-template-columns: 160px 1fr;
}

.grid-cols-\[1fr_auto\] {
  grid-template-columns: 1fr auto;
}

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

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

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

.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-8 {
  gap: 2rem;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.overscroll-none {
  overscroll-behavior: none;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-tl-\[24px\] {
  border-top-left-radius: 24px;
}

.rounded-tr-\[24px\] {
  border-top-right-radius: 24px;
}

.border {
  border-width: 1px;
}

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

.border-\[8px\] {
  border-width: 8px;
}

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

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

.border-\[\#0D0D0D\] {
  --tw-border-opacity: 1;
  border-color: rgb(13 13 13 / var(--tw-border-opacity, 1));
}

.border-\[\#3A3A3A\] {
  --tw-border-opacity: 1;
  border-color: rgb(58 58 58 / var(--tw-border-opacity, 1));
}

.border-\[\#FEBD2F\] {
  --tw-border-opacity: 1;
  border-color: rgb(254 189 47 / var(--tw-border-opacity, 1));
}

.border-\[\#c9e05d\] {
  --tw-border-opacity: 1;
  border-color: rgb(201 224 93 / var(--tw-border-opacity, 1));
}

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

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

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

.border-black\/50 {
  border-color: rgb(0 0 0 / 0.5);
}

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

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

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

.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}

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

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

.bg-\[\#1A1A1A\]\/95 {
  background-color: rgb(26 26 26 / 0.95);
}

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

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

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

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

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

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

.bg-\[\#46FF8A\]\/10 {
  background-color: rgb(70 255 138 / 0.1);
}

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

.bg-\[\#C9E05D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(201 224 93 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E3F95D\]\/50 {
  background-color: rgb(227 249 93 / 0.5);
}

.bg-\[\#FEBD2F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 189 47 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFF646\]\/10 {
  background-color: rgb(255 246 70 / 0.1);
}

.bg-\[\#b5feb9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(181 254 185 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#febd2f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 189 47 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

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

.bg-\[url\(\.\.\/img\/models-item1-bg\.webp\)\] {
  background-image: url(../img/models-item1-bg.webp);
}

.bg-\[url\(\.\.\/img\/models-item2-bg\.webp\)\] {
  background-image: url(../img/models-item2-bg.webp);
}

.bg-\[url\(\.\.\/img\/yellow-sticker\.svg\)\] {
  background-image: url(../img/yellow-sticker.svg);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-\[\#6D6D6D\] {
  fill: #6D6D6D;
}

.fill-black {
  fill: #000;
}

.fill-white {
  fill: #fff;
}

.stroke-\[\#828282\] {
  stroke: #828282;
}

.stroke-white {
  stroke: #fff;
}

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

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

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

.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-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

.pb-4 {
  padding-bottom: 1rem;
}

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

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

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

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

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

.pl-4 {
  padding-left: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-inter {
  font-family: Inter;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

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

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

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

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

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

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

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

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

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

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

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

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

.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}

.tracking-\[0\.01em\] {
  letter-spacing: 0.01em;
}

.text-\[\#46FF8A\]\/70 {
  color: rgb(70 255 138 / 0.7);
}

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

.text-\[\#FEBD2F\] {
  --tw-text-opacity: 1;
  color: rgb(254 189 47 / var(--tw-text-opacity, 1));
}

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

.text-\[\#FFF646\]\/70 {
  color: rgb(255 246 70 / 0.7);
}

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

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

.text-\[\#febd2f\] {
  --tw-text-opacity: 1;
  color: rgb(254 189 47 / var(--tw-text-opacity, 1));
}

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

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

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

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.blur-\[100px\] {
  --tw-blur: blur(100px);
  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;
}

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

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

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

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

.will-change-transform {
  will-change: transform;
}

.default-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 150%;
  letter-spacing: -0.01em;
}

.hero-wrapper {
  background: radial-gradient(178.05% 125.49% at 100% 100%,
      #000 0%,
      #282828 100%);
}

/* @media (max-width: 767px) {
  .hero-wrapper {
    background: none;
  }
} */

.header-nav-link.active {
  background-color: #2a2a2a;
}

.social-link.online::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #50ff8b;
  position: absolute;
  top: 0;
  right: -4px;
  animation: statusePulse 1.5s ease infinite;
}

@keyframes statusePulse {
  0% {
    background: #50ff8b;
  }

  50% {
    background: #50ff8b10;
  }

  100% {
    background: #50ff8b;
  }
}

.toast.is-visible {
  transform: translateX(0);
}

.events-slider .swiper-slide {
  height: auto;
}

.acc-item.active .acc-answer {
  max-height: -moz-max-content;
  max-height: max-content;
  overflow: visible;
  padding-bottom: 30px;
  padding-right: 56px;
}

@media (max-width: 576px) {
  .acc-item.active .acc-answer {
    padding-right: 0;
  }
}

.acc-item.active .acc-question .acc-question-arrow {
  background-color: #febd2f20;
}

.acc-item .acc-question .acc-question-arrow svg {
  transition: 0.3s;
}

.acc-item.active .acc-question .acc-question-arrow svg {
  fill: #febd2f;
  transform: rotate(-180deg);
}

.acc-item.active .acc-answer p {
  animation: faqFade 0.5s ease;
}

@keyframes faqFade {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.checkbox {
  position: relative;
}

.checkbox .checkbox-input {
  position: absolute;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  opacity: 0;
}

.checkbox .checkbox-content {
  display: block;
  position: relative;
  padding-left: 32px;
}

.checkbox .checkbox-content::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 8px;
  border: 1px solid #5d5d5d;
  position: absolute;
  left: 0;
  top: 0;
}

.checkbox .checkbox-input:checked+.checkbox-content::before {
  background: url("../img/checked.svg");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}

.term-rows {
  position: relative;
  max-height: 156px;
  overflow: hidden;
}

.term-rows.is-expanded {
  max-height: -moz-min-content;
  max-height: min-content;
  overflow: visible;
}

.term-rows.is-expanded::before {
  display: none;
}

@media (max-width: 576px) {
  .term-rows {
    max-height: 360px;
  }
}

.term-rows::before {
  content: "";
  width: 100%;
  height: 70%;
  background: linear-gradient(to top, #0d0d0d 10%, #00000000);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.terms-btn.active {
  background: #393939;
}

.terms-btn.active svg {
  transform: rotate(-180deg);
}

.payments-animating-line {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
}

.purple-line-desktop {
  animation: dash 2s linear forwards;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 3000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

#header {
  transform: translateY(-250%);
  transition: 0.3s;
}

#header.is-visible {
  transform: translateY(0);
  transition: 0.3s;
}

#header.active {
  background-color: #0d0d0d;
  padding-bottom: 10px;
  transform: translateY(-65px);
}

.lang-list.is-open {
  display: block;
}

.lang-btn.opened svg {
  transform: rotate(-180deg);
}

.lang-list-item.active {
  background: #3B3B3B;
}

.success-window.is-visible {
  opacity: 1;
  visibility: visible;
}

.form-input-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #000;
}

.form-input-label sup {
  color: #ff2c2c;
}

.form-group {
  position: relative;
}

.form-group input {
  width: 100%;
  outline: none;
  margin-top: 12px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid #676767;
  color: #000;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.01em;
}

.form-group input::-moz-placeholder {
  color: #989898;
}

.form-group input::placeholder {
  color: #989898;
}

.form-group textarea {
  color: #000;
  width: 100%;
  margin-top: 12px;
  min-height: 137px;
  padding: 12px;
  outline: none;
  border: 1px solid #676767;
  border-radius: 16px;
  resize: none;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.01em;
}

.checkbox-content {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.01em;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:-bottom-\[2px\]::before {
  content: var(--tw-content);
  bottom: -2px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:z-\[1\]::before {
  content: var(--tw-content);
  z-index: 1;
}

.before\:h-\[0\.5px\]::before {
  content: var(--tw-content);
  height: 0.5px;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

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

.before\:opacity-0::before {
  content: var(--tw-content);
  opacity: 0;
}

.before\:blur-\[20px\]::before {
  content: var(--tw-content);
  --tw-blur: blur(20px);
  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);
}

.before\:transition::before {
  content: var(--tw-content);
  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;
}

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

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

.hover\:border-\[\#D3991C\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(211 153 28 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#E5E5E5\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

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

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

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

.hover\:bg-\[\#3B3B3B\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 59 59 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#6A1BCA\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(106 27 202 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#A0B734\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(160 183 52 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#C9E05D\]\/20:hover {
  background-color: rgb(201 224 93 / 0.2);
}

.hover\:bg-\[\#D3991C\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(211 153 28 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:bg-\[\#FEBD2F\]\/20:hover {
  background-color: rgb(254 189 47 / 0.2);
}

.hover\:text-\[\#D3991C\]:hover {
  --tw-text-opacity: 1;
  color: rgb(211 153 28 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#FEBD2F\]:hover {
  --tw-text-opacity: 1;
  color: rgb(254 189 47 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#febd2f\]:hover {
  --tw-text-opacity: 1;
  color: rgb(254 189 47 / var(--tw-text-opacity, 1));
}

.hover\:before\:opacity-100:hover::before {
  content: var(--tw-content);
  opacity: 1;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:bg-\[\#A0B734\] {
  --tw-bg-opacity: 1;
  background-color: rgb(160 183 52 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-\[\#E5E5E5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

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

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

.group:hover .group-hover\:fill-black {
  fill: #000;
}

.group:hover .group-hover\:fill-white {
  fill: #fff;
}

.group:hover .group-hover\:stroke-\[\#FEBD2F\] {
  stroke: #FEBD2F;
}

.group:hover .group-hover\:stroke-white {
  stroke: #fff;
}

.group:hover .group-hover\:text-\[\#FEBD2F\] {
  --tw-text-opacity: 1;
  color: rgb(254 189 47 / var(--tw-text-opacity, 1));
}

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

@media (max-width: 1200px) {

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

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

  .xl\:hidden {
    display: none;
  }

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

@media (max-width: 992px) {

  .lg\:relative {
    position: relative;
  }

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

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

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

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

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

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

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

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:before\:hidden::before {
    content: var(--tw-content);
    display: none;
  }
}

@media (max-width: 767px) {

  .tbl\:relative {
    position: relative;
  }

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

  .tbl\:left-auto {
    left: auto;
  }

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

  .tbl\:top-0 {
    top: 0px;
  }

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

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

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

  .tbl\:block {
    display: block;
  }

  .tbl\:grid {
    display: grid;
  }

  .tbl\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .tbl\:gap-8 {
    gap: 2rem;
  }

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

  .tbl\:rounded-none {
    border-radius: 0px;
  }

  .tbl\:bg-none {
    background-image: none;
  }

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

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

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

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

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

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

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

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

  .tbl\:leading-\[116\%\] {
    line-height: 116%;
  }
}

@media (max-width: 576px) {

  .mobile\:static {
    position: static;
  }

  .mobile\:fixed {
    position: fixed;
  }

  .mobile\:absolute {
    position: absolute;
  }

  .mobile\:relative {
    position: relative;
  }

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

  .mobile\:-left-\[150px\] {
    left: -150px;
  }

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

  .mobile\:left-0 {
    left: 0px;
  }

  .mobile\:left-\[30px\] {
    left: 30px;
  }

  .mobile\:left-auto {
    left: auto;
  }

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

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

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

  .mobile\:top-0 {
    top: 0px;
  }

  .mobile\:top-5 {
    top: 1.25rem;
  }

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

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

  .mobile\:mt-3 {
    margin-top: 0.75rem;
  }

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

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

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

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

  .mobile\:block {
    display: block;
  }

  .mobile\:grid {
    display: grid;
  }

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

  .mobile\:min-h-max {
    min-height: -moz-max-content;
    min-height: max-content;
  }

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

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

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

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

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

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

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

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

  .mobile\:place-items-center {
    place-items: center;
  }

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

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

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

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

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

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

  .mobile\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .mobile\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .mobile\:bg-\[\#0d0d0d\] {
    --tw-bg-opacity: 1;
    background-color: rgb(13 13 13 / var(--tw-bg-opacity, 1));
  }

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

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

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

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

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

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

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

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

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

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

@media (max-width: 450px) {

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

  .small\:grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr;
  }

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

  .small\:overflow-hidden {
    overflow: hidden;
  }

  .small\:text-ellipsis {
    text-overflow: ellipsis;
  }

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

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

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

@media (max-width: 360px) {

  .xs\:left-5 {
    left: 1.25rem;
  }

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

/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}

/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

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

/* Slide styles end */

.wpcf7-response-output {
  display: none;
}

.wpcf7-form-control-wrap {
  position: static;
}

.wpcf7-not-valid-tip {
  font-size: 10px;
  position: absolute;
  line-height: 1;
  left: 0;
  bottom: -12px;
}

.country-list-with-tag span {
  font-size: 18px !important;
  line-height: 133%;
  display: block;
}

.country-list-with-tag span {
  font-size: 18px !important;
  line-height: 133%;
  display: block;
}

.privacy-content {
  padding-top: 160px;
  padding-bottom: 100px;
}

.privacy-content .container {
  max-width: 1140px;
}

.privacy-content-inner {
  padding-top: 40px;
}

.privacy-content-inner ul {
  list-style: disc;
  margin-left: 14px;
}

.privacy-content-inner h2,
.privacy-content-inner h3 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.models-item-1 {
  z-index: 10;
}

.models-item-2 {
  z-index: 9;
}

.ref-id-input {
  opacity: 0;
  visibility: hidden;
}

.footer-bottom {
  padding-bottom: 40px;
}

.affiliate-logo-wrapper {
  margin-bottom: 50px;
  display: flex;
  gap: 12px;
}

.affiliate-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 110px;

  padding: 5px;
  background-color: #fff;
}

.affiliate-logo img {
  height: auto;
}

@media (max-width: 767px) {
  .affiliate-logo-wrapper {
    display: flex;
    justify-content: center;
  }
}

@media (max-width:576px) {
  .to-top-btn {
    bottom: 65px;
  }
}

/* | 13.02.2025 Added TESTIMONIALS */

#events {
  padding-top: 80px;
}

.testimonial-slider .swiper-slide {
  max-width: 348px;
}

.testimonial-slide {
  background-color: #1d1d1d;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 24px;
  display: grid;
  gap: 12px;
  cursor: pointer;
}

.testimonial-slide-img {
  max-width: 160px;
}

.testimonial-slide-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 133%;
  color: #ffffff;
  transition: color 0.2s;
}

.testimonial-slide-text {
  font-size: 14px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.7);
}

.testimonial-slide:hover .testimonial-slide-title {
  color: #FEBD2F;
}

@media (max-width: 576px) {
  #events {
    padding-top: 60px;
  }

  .testimonial-slider .swiper-slide {
    max-width: 300px;
  }
}

.advantages-card-middle {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.advantages-card-middle img {
  margin-top: auto;
  margin-bottom: auto;
}