/*
! 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 {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

@media (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}

body {
  font-family: 'Quicksand', sans-serif !important;
  line-height: 1.35 !important;
  background: #0d1118 !important;
}

.container {
  max-width: 1800px !important;
  margin: 0 auto;
}

canvas {
  display: block;
}

h1,.h1__title {
  margin-bottom: 1rem;
  font-size: 40px;
}

@media (min-width: 576px) {
  h1,.h1__title {
    font-size: 48px;
  }
}

@media (min-width: 768px) {
  h1,.h1__title {
    margin-bottom: 1.25rem;
    font-size: 56px;
  }
}

@media (min-width: 1024px) {
  h1,.h1__title {
    margin-bottom: 1.5rem;
    font-size: 64px;
  }
}

h2,.h2__title {
  margin-bottom: 1rem;
  font-size: 32px;
}

@media (min-width: 576px) {
  h2,.h2__title {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  h2,.h2__title {
    margin-bottom: 1.25rem;
    font-size: 48px;
  }
}

@media (min-width: 1024px) {
  h2,.h2__title {
    margin-bottom: 1.5rem;
    font-size: 56px;
  }
}

h3,.h3__title {
  margin-bottom: 0.5rem;
  font-size: 21px;
}

@media (min-width: 576px) {
  h3,.h3__title {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  h3,.h3__title {
    margin-bottom: 0.75rem;
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  h3,.h3__title {
    margin-bottom: 1rem;
    font-size: 32px;
  }
}

a{
  transition: 0.2s;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

a:hover{
  opacity: 0.5;
}

p{
  opacity: 0.7;
  margin-bottom: 16px;
}

p:last-of-type{
  margin-bottom: 0;
}

*, ::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%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

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

@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-right: 5%;
    padding-left: 5%;
  }
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

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

.relative {
  position: relative;
}

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

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

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

.left-auto {
  left: auto;
}

.right-0 {
  right: 0px;
}

.right-10 {
  right: 2.5rem;
}

.top-0 {
  top: 0px;
}

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

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

.top-px {
  top: 1px;
}

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

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

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

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

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

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

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

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

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

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

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

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

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

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

.ml-0 {
  margin-left: 0px;
}

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

.ml-2 {
  margin-left: 0.5rem;
}

.mr-0 {
  margin-right: 0px;
}

.mr-0\.5 {
  margin-right: 0.125rem;
}

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

.mr-2 {
  margin-right: 0.5rem;
}

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

.mr-6 {
  margin-right: 1.5rem;
}

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

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

.w-1\/5 {
  width: 20%;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/5 {
  width: 80%;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

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

.w-screen {
  width: 100vw;
}

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

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

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

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

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

.max-w-screen-lg {
  max-width: 1024px;
}

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

.max-w-screen-sm {
  max-width: 576px;
}

.max-w-screen-xl {
  max-width: 1200px;
}

.max-w-xl {
  max-width: 36rem;
}

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

.\!rotate-0 {
  --tw-rotate: 0deg !important;
  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)) !important;
}

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

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

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

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

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

.gap-y-4 {
  row-gap: 1rem;
}

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

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

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

.space-y-2 > :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));
}

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

.overflow-hidden {
  overflow: hidden;
}

.\!overflow-visible {
  overflow: visible !important;
}

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

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

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

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

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

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

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

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

.border {
  border-width: 1px;
}

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

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

.border-primary\/10 {
  border-color: rgb(27 28 31 / 0.1);
}

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

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}

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

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

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

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(36 0 255 / var(--tw-bg-opacity));
}

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

.bg-fixed {
  background-attachment: fixed;
}

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

.fill-black {
  fill: #151515;
}

.fill-primary {
  fill: #1B1C1F;
}

.fill-white {
  fill: #fff;
}

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

.stroke-black {
  stroke: #151515;
}

.stroke-white {
  stroke: #fff;
}

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

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

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

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

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

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.\!pl-0 {
  padding-left: 0px !important;
}

.\!pr-12 {
  padding-right: 3rem !important;
}

.\!pt-0 {
  padding-top: 0px !important;
}

.pb-12 {
  padding-bottom: 3rem;
}

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

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

.pb-8 {
  padding-bottom: 2rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

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

.\!text-left {
  text-align: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

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

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(27 28 31 / var(--tw-text-opacity));
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

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

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

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

  src: url('../resources/fonts/Ranade/Fonts/TTF/Ranade-Black.ttf') format('opentype');

  font-weight: 900;

  font-style: normal;
}

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

  src: url('../resources/fonts/Ranade/Fonts/TTF/Ranade-Bold.ttf') format('opentype');

  font-weight: 700;

  font-style: normal;
}

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

  src: url('../resources/fonts/Ranade/Fonts/TTF/Ranade-Extralight.ttf') format('opentype');

  font-weight: 200;

  font-style: normal;
}

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

  src: url('../resources/fonts/Ranade/Fonts/TTF/Ranade-Light.ttf') format('opentype');

  font-weight: 300;

  font-style: normal;
}

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

  src: url('../resources/fonts/Ranade/Fonts/TTF/Ranade-Medium.ttf') format('opentype');

  font-weight: 500;

  font-style: normal;
}

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

  src: url('../resources/fonts/Ranade/Fonts/TTF/Ranade-Regular.ttf') format('opentype');

  font-weight: 400;

  font-style: normal;
}

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

  src: url('../resources/fonts/Ranade/Fonts/TTF/Ranade-Semibold.ttf') format('opentype');

  font-weight: 600;

  font-style: normal;
}

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

  src: url('../resources/fonts/Ranade/Fonts/TTF/Ranade-Thin.ttf') format('opentype');

  font-weight: 100;

  font-style: normal;
}

header .hamburger__menu{
    height: 20px;
    width: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

header .hamburger__menu span{
      width: 100%;
      height: 2px;
      position: relative;
      display: block;
      border-radius: 8px;
      transition: .3s
    }

header .hamburger__menu span {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

header .hamburger__menu span:nth-of-type(2){
        width: 75%;
      }

header .hamburger__menu span.rotate__line:nth-of-type(1){
          transform: rotate(135deg) translate(5px, -2px);
        }

header .hamburger__menu span.rotate__line:nth-of-type(2){
          visibility: hidden;
          opacity: 0;
          z-index: -10;
        }

header .hamburger__menu span.rotate__line:nth-of-type(3){
          transform: rotate(45deg) translate(-10px, -8px);
        }

header .mobile__menu{
    transition: 0.3s
  }

header .mobile__menu {
    visibility: hidden;
  }

header .mobile__menu {
    position: fixed;
  }

header .mobile__menu {
    left: 0px;
  }

header .mobile__menu {
    top: 0px;
  }

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

header .mobile__menu {
    height: 100%;
  }

header .mobile__menu {
    width: 100%;
  }

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

header .mobile__menu {
    opacity: 0;
  }

header .mobile__menu.active {
      visibility: visible;
    }

header .mobile__menu.active {
      z-index: 999999;
    }

header .mobile__menu.active {
      opacity: 1;
    }

header .mobile__menu .wrap__menu{
      transition: 0.3s;
    }

header .mobile__menu .wrap__menu {
      position: absolute;
    }

header .mobile__menu .wrap__menu {
      left: 0px;
    }

header .mobile__menu .wrap__menu {
      top: 0px;
    }

header .mobile__menu .wrap__menu {
      z-index: 10;
    }

header .mobile__menu .wrap__menu {
      height: 100%;
    }

header .mobile__menu .wrap__menu {
      width: 100%;
    }

header .mobile__menu .menu a,header .mobile__menu .menu .back__btn{
        text-decoration: none;
      }

header .mobile__menu .menu a,header .mobile__menu .menu .back__btn {
        display: flex;
      }

header .mobile__menu .menu a,header .mobile__menu .menu .back__btn {
        width: -moz-max-content;
        width: max-content;
      }

header .mobile__menu .menu a,header .mobile__menu .menu .back__btn {
        align-items: center;
      }

header .mobile__menu .menu a,header .mobile__menu .menu .back__btn {
        font-size: 21px;
      }

header .mobile__menu .menu a,header .mobile__menu .menu .back__btn {
        font-weight: 500;
      }

@media (min-width: 768px) {
        header .mobile__menu .menu a,header .mobile__menu .menu .back__btn {
          font-size: 24px;
        }
      }

header .mobile__menu .menu .back__btn{
        font-weight: 700;
      }

header .mobile__menu .menu .back__btn:before{
          content: '';
          display: inline-block;
          background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 17 16" xmlns="http://www.w3.org/2000/svg"><path d="M10.7857 11.0476L13.8333 8.00001M13.8333 8.00001L10.7857 4.9303M13.8333 8.00001H3.92855" stroke-width="1.76" stroke-linecap="round" stroke-linejoin="round" stroke="%23fff"/></svg>');
          background-size: contain;
          background-repeat: no-repeat;
          transform: rotate(-180deg);
        }

header .mobile__menu .menu .back__btn:before {
          height: 1.25rem;
        }

header .mobile__menu .menu .back__btn:before {
          width: 1.25rem;
        }

@media (min-width: 768px) {
          header .mobile__menu .menu .back__btn:before {
            height: 1.5rem;
          }
        }

@media (min-width: 768px) {
          header .mobile__menu .menu .back__btn:before {
            width: 1.5rem;
          }
        }

header .mobile__menu .menu .menu-item-has-children>a::after {
            content: "";
            display: inline-block;
            background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 17 16" xmlns="http://www.w3.org/2000/svg"><path d="M10.7857 11.0476L13.8333 8.00001M13.8333 8.00001L10.7857 4.9303M13.8333 8.00001H3.92855" stroke-width="1.76" stroke-linecap="round" stroke-linejoin="round" stroke="%231B1C1F"/></svg>');
            background-size: contain;
            background-repeat: no-repeat;
            position: relative;
            filter: invert(1);
            top: 3px;
            margin-left: 4px;
          }

header .mobile__menu .menu .menu-item-has-children>a::after {
            height: 1.25rem;
          }

header .mobile__menu .menu .menu-item-has-children>a::after {
            width: 1.25rem;
          }

@media (min-width: 768px) {
            header .mobile__menu .menu .menu-item-has-children>a::after {
              height: 1.5rem;
            }
          }

@media (min-width: 768px) {
            header .mobile__menu .menu .menu-item-has-children>a::after {
              width: 1.5rem;
            }
          }

header .mobile__menu .menu>.menu-item-has-children>a{
          pointer-events: none;
        }

header .mobile__menu .menu>.menu-item-has-children>.sub-menu {
          visibility: hidden;
        }

header .mobile__menu .menu>.menu-item-has-children>.sub-menu {
          position: absolute;
        }

header .mobile__menu .menu>.menu-item-has-children>.sub-menu {
          left: 0px;
        }

header .mobile__menu .menu>.menu-item-has-children>.sub-menu {
          top: 0px;
        }

header .mobile__menu .menu>.menu-item-has-children>.sub-menu {
          z-index: -10;
        }

header .mobile__menu .menu>.menu-item-has-children>.sub-menu {
          height: 100%;
        }

header .mobile__menu .menu>.menu-item-has-children>.sub-menu {
          width: 100%;
        }

header .mobile__menu .menu>.menu-item-has-children>.sub-menu {
          overflow: auto;
        }

header .mobile__menu .menu>.menu-item-has-children>.sub-menu {
          padding-bottom: 4rem;
        }

header .mobile__menu .menu>.menu-item-has-children>.sub-menu {
          opacity: 0;
        }

header .mobile__menu .menu>.menu-item-has-children>.sub-menu.active {
            visibility: visible;
          }

header .mobile__menu .menu>.menu-item-has-children>.sub-menu.active {
            z-index: 99999;
          }

header .mobile__menu .menu>.menu-item-has-children>.sub-menu.active {
            opacity: 1;
          }

header .mobile__menu.show__menu{
      opacity: 1;
      visibility: visible;
      z-index: 999999;
    }

header .mobile__menu .menu > :not([hidden]) ~ :not([hidden]),header .mobile__menu .sub-menu > :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));
    }

header .mobile__menu ul.inactive>li>a {
            visibility: hidden;
          }

header .mobile__menu ul.inactive>li>a {
            z-index: -10;
          }

header .mobile__menu ul.inactive>li>a {
            opacity: 0;
          }

header .custom-logo-link{
    width: 50px;
  }

header.header__active .upper__header {
      top: -2.5rem;
    }

header.header__active .main__header {
      top: 0px;
    }

header.header__active .background__blur:after{
        visibility: visible;
        opacity: 1;
        height: 80px;
      }

header .background__blur:after{
      content: '';
      position: fixed;
      width: 100%;
      height: 120px;
      -webkit-backdrop-filter: blur(24px);
              backdrop-filter: blur(24px);
      top: 0;
      left: 0;
      transition: 0.2s;
      z-index: -10;
      visibility: hidden;
      opacity: 0;
      background: rgba(0, 0, 0, 0.5);
    }

header .background__full:after{
      height: 100% !important;
      visibility: visible;
      opacity: 1;
    }

.transparent__btn{
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.1);
  transition: 0.2s;
  text-decoration: none;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 768px) {
  .transparent__btn {
    font-size: 16px;
  }
}

.transparent__btn:hover {
    background-color: transparent;
  }

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

.transparent__btn:hover{
    opacity: 1;
  }

.transparent__btn:hover svg{
      stroke: white;
    }

.transparent__btn svg{
    transition: 0.2s;
  }

.main__btn,.wrap__form .wpforms-submit-container .wpforms-submit{
  transition: 0.2s;
  text-decoration: none;
  position: relative;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity))
}

@media (min-width: 768px) {
  .main__btn,.wrap__form .wpforms-submit-container .wpforms-submit {
    font-size: 16px;
  }
}

.main__btn:before, .wrap__form .wpforms-submit-container .wpforms-submit:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
  }

.main__btn:before, .wrap__form .wpforms-submit-container .wpforms-submit:before {
    z-index: -10;
  }

.main__btn:before, .wrap__form .wpforms-submit-container .wpforms-submit:before {
    height: 100%;
  }

.main__btn:before, .wrap__form .wpforms-submit-container .wpforms-submit:before {
    width: 100%;
  }

.main__btn:before, .wrap__form .wpforms-submit-container .wpforms-submit:before {
    transition-duration: 200ms;
  }

.main__btn:before, .wrap__form .wpforms-submit-container .wpforms-submit:before {
    background:
            radial-gradient(circle at 20% 30%, rgba(173, 216, 230, 0.4) 0%, transparent 40%),
            radial-gradient(circle at 80% 40%, rgba(255, 182, 193, 0.3) 0%, transparent 45%), /* light pink */
            radial-gradient(circle at 50% 70%, rgba(176, 224, 230, 0.3) 0%, transparent 60%),
            radial-gradient(circle at 30% 80%, rgba(255, 192, 203, 0.25) 0%, transparent 50%), /* pink haze */
            linear-gradient(135deg, #fdfaff, #f0f8ff, #e6f4fa, #fceffd, #eaf7ff, #f5fbff);
  }

.main__btn:hover, .wrap__form .wpforms-submit-container .wpforms-submit:hover {
    background-color: transparent;
  }

.main__btn:hover, .wrap__form .wpforms-submit-container .wpforms-submit:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.main__btn:hover,.wrap__form .wpforms-submit-container .wpforms-submit:hover{
    opacity: 1;
  }

.main__btn:hover svg,.wrap__form .wpforms-submit-container .wpforms-submit:hover svg{
      stroke: white;
    }

.main__btn:hover:before, .wrap__form .wpforms-submit-container .wpforms-submit:hover:before {
      opacity: 0;
    }

.main__btn svg,.wrap__form .wpforms-submit-container .wpforms-submit svg{
    transition: 0.2s;
  }

.custom__hover{
  transition: 0.2s;
  cursor: pointer;
}

.custom__hover:hover{
    opacity: 0.5;
  }

#wpadminbar{
  display: none;
}

.section__padding {
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .section__padding {
    padding-bottom: 7rem;
  }
}

@media (min-width: 1024px) {
  .section__padding {
    padding-bottom: 8rem;
  }
}

@media (min-width: 1200px) {
  .section__padding {
    padding-bottom: 9rem;
  }
}

.section-about-us-home {
  padding-top: 5rem;
}

@media (min-width: 768px) {
  .section-about-us-home {
    padding-top: 7rem;
  }
}

@media (min-width: 1024px) {
  .section-about-us-home {
    padding-top: 8rem;
  }
}

@media (min-width: 1200px) {
  .section-about-us-home {
    padding-top: 16rem;
  }
}

.section-about-us-home .wrap__about-us .statistic{
      background: linear-gradient(180deg, rgba(165, 239, 255, 0.05) 0%, rgba(59, 89, 247, 0.05) 100%);
      -webkit-backdrop-filter: blur(6px);
              backdrop-filter: blur(6px);
      border-radius: 12px;
    }

.section-about-us-home .wrap__about-us .statistic {
      display: flex;
    }

.section-about-us-home .wrap__about-us .statistic {
      min-width: 250px;
    }

.section-about-us-home .wrap__about-us .statistic {
      flex: 1 1 0%;
    }

.section-about-us-home .wrap__about-us .statistic {
      flex-direction: column;
    }

.section-about-us-home .wrap__about-us .statistic {
      padding: 1rem;
    }

@media (min-width: 576px) {
      .section-about-us-home .wrap__about-us .statistic {
        padding: 1.5rem;
      }
    }

@media (min-width: 768px) {
      .section-about-us-home .wrap__about-us .statistic {
        padding: 2rem;
      }
    }

@media (min-width: 768px) {
      .section-about-us-home .wrap__services .card__service:first-of-type {
        grid-column-start: 1;
      }
    }

@media (min-width: 768px) {
      .section-about-us-home .wrap__services .card__service:first-of-type {
        grid-column-end: 3;
      }
    }

.card__service{
  background: radial-gradient(circle at 20% 30%, rgba(40, 40, 40, 0.4) 0%, transparent 40%),
  radial-gradient(circle at 80% 40%, rgba(20, 30, 50, 0.35) 0%, transparent 50%),
  radial-gradient(circle at 50% 70%, rgba(15, 20, 30, 0.3) 0%, transparent 60%),
  linear-gradient(135deg,
                  #0a0f1a,
                  #131b27,
                  #1b2434,
                  #131b27,
                  #0a0f1a,
                  #0b0e17,
                  #141720);
  background-size: 200% 200%;
  //animation: shimmer 16s ease infinite;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .card__service {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .card__service {
    padding: 3rem;
  }
}

.card__service-border {
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

@keyframes shimmer {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.section-services-home a{
    text-decoration: none;
  }

.section-services-home a:hover svg{
        transform: rotate(-45deg);
      }

.section-services-home .image{
    border-radius: 24px;
  }

.section-services-home .image {
    height: 300px;
  }

.section-services-home .image {
    width: 100%;
  }

.studio-excerpt-3{
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.studio-excerpt-2{
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.studio-excerpt-1{
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

//.background__glow{

//  background: #3B59F7;

//  filter: blur(500px);

//  width: 700px;

//  height: 700px;

//  z-index: -10;

//}

.read__more-btn{
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 1024px) {
  .read__more-btn {
    font-size: 18px;
  }
}

.read__more-btn svg{
    transition: 0.2s;
  }

.read__more-btn:hover svg {
      --tw-rotate: -45deg;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

@media (min-width: 1024px) {
  .slider__projects {
    height: 750px;
  }
}

.slider__projects .swiper-slide{
    border-radius: 24px;
    position: relative;
  }

.overlay{
  transition: 0.2s;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(21 21 21 / 0.7);
}

.section-projects-home .statistic{
    background: linear-gradient(180deg, rgba(165, 239, 255, 0.05) 0%, rgba(59, 89, 247, 0.05) 100%);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    border-radius: 12px;
  }

.section-projects-home .statistic {
    display: flex;
  }

.section-projects-home .statistic {
    min-width: 250px;
  }

.section-projects-home .statistic {
    flex: 1 1 0%;
  }

.section-projects-home .statistic {
    flex-direction: column;
  }

.section-projects-home .statistic {
    padding: 1rem;
  }

@media (min-width: 576px) {
    .section-projects-home .statistic {
      padding: 1.5rem;
    }
  }

@media (min-width: 768px) {
    .section-projects-home .statistic {
      padding: 2rem;
    }
  }

.section-partners .wrap__partners {
    display: grid;
  }

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

.section-partners .wrap__partners {
    gap: 1rem;
  }

@media (min-width: 576px) {
    .section-partners .wrap__partners {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

@media (min-width: 1024px) {
    .section-partners .wrap__partners {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }

.section-partners .wrap__partners .inner__partners{
      cursor: pointer;
      position: relative;
    }

.section-partners .wrap__partners .inner__partners:hover img{
          opacity: 1;
          transform: scale(1.1)
        }

.section-partners .wrap__partners .inner__partners:hover .background__glow{
          opacity: 1;
        }

.section-partners .wrap__partners .inner__partners img{
        transition: 0.2s;
        opacity: 0.5;
      }

.section-partners .wrap__partners .inner__partners {
      display: flex;
    }

.section-partners .wrap__partners .inner__partners {
      height: 70px;
    }

.section-partners .wrap__partners .inner__partners {
      width: 100%;
    }

.section-partners .wrap__partners .inner__partners {
      align-items: center;
    }

.section-partners .wrap__partners .inner__partners {
      justify-content: center;
    }

.section-partners .wrap__partners .inner__partners {
      padding: 0.75rem;
    }

@media (min-width: 768px) {
      .section-partners .wrap__partners .inner__partners {
        height: 140px;
      }
    }

@media (min-width: 1024px) {
      .section-partners .wrap__partners .inner__partners {
        padding: 2rem;
      }
    }

.section-partners .wrap__partners .inner__partners .background__glow{
        background: rgba(200, 220, 255, 0.4);
        filter: blur(70px);
        width: 100%;
        height: 100%;
        z-index: -10;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: 0.3s;
      }

footer{
  position: relative;
}

footer .background{
    background-image: linear-gradient(180deg, #0d1118 0%, #0d1118 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

footer .custom-logo-link{
    width: 60px;
  }

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

footer .menu a{
      text-decoration: none;
    }

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

.card__news,.card__portfolio{
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card__news h3, .card__portfolio h3 {
    font-size: 18px;
  }

@media (min-width: 768px) {
    .card__news h3, .card__portfolio h3 {
      font-size: 21px;
    }
  }

@media (min-width: 1024px) {
    .card__news h3, .card__portfolio h3 {
      font-size: 24px;
    }
  }

.card__news:hover .read__more-btn svg, .card__portfolio:hover .read__more-btn svg {
        --tw-rotate: -45deg;
        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));
      }

.card__news:hover .image img,.card__portfolio:hover .image img{
        transform: scale(1.05);
      }

.card__news:hover .overlay,.card__portfolio:hover .overlay{
      opacity: 0.2;
    }

.card__news .image,.card__portfolio .image{
    overflow: hidden;
    position: relative;
    border-radius: 12px;
    aspect-ratio: 1/1
  }

.card__news .image, .card__portfolio .image {
    height: 250px;
  }

.card__news .image, .card__portfolio .image {
    width: 100%;
  }

.card__news .image img,.card__portfolio .image img{
      transition: 0.2s;
    }

.category{
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.5rem;
  background-color: rgb(21 21 21 / 0.3);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wrap__pagination > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.label__category {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgb(255 255 255 / 0.6);
}

@media (min-width: 1024px) {
  .label__category {
    font-size: 18px;
  }
}

.modal__window{
  transition: 0.2s;
  visibility: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -10;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.modal__window .close__modal {
    position: absolute;
  }

.modal__window .close__modal {
    right: 1.25rem;
  }

.modal__window .close__modal {
    top: 1.25rem;
  }

.modal__window.active {
    visibility: visible;
  }

.modal__window.active {
    z-index: 999999;
  }

.modal__window.active {
    opacity: 1;
  }

.modal__window .wrap__form{
    background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 40%),
    radial-gradient(circle at 80% 40%, rgba(200, 220, 255, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 50% 70%, rgba(180, 200, 255, 0.1) 0%, transparent 60%),
    linear-gradient(135deg,
                    #f8fafd,
                    #dceff3,
                    #cfe4f5,
                    #e2e8f0,
                    #e0f0fa,
                    #deeaf9,
                    #f0f4fb
    );
  }

.wrap__form .wpforms-container input,.wrap__form .wpforms-container textarea {
      border-bottom-width: 1px;
    }

.wrap__form .wpforms-container input,.wrap__form .wpforms-container textarea {
      --tw-border-opacity: 1;
      border-color: rgb(255 255 255 / var(--tw-border-opacity));
    }

.wrap__form .wpforms-container input,.wrap__form .wpforms-container textarea {
      background-color: transparent;
    }

.wrap__form .wpforms-container input,.wrap__form .wpforms-container textarea {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

.wrap__form .wpforms-container .wpforms-field-label {
      font-size: 14px;
    }

.wrap__form .wpforms-container .wpforms-field-label {
      font-weight: 400;
    }

.wrap__form .wpforms-container .wpforms-field-label {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.wrap__form textarea{
    resize: none !important;
  }

.wrap__form input,.wrap__form textarea{
    outline: none !important;
  }

.wrap__form .wpforms-container .wpforms-field input.wpforms-error, .wrap__form .wpforms-container .wpforms-field input.user-invalid, .wrap__form .wpforms-container .wpforms-field textarea.wpforms-error, .wrap__form .wpforms-container .wpforms-field textarea.user-invalid, .wrap__form .wpforms-container .wpforms-field select.wpforms-error, .wrap__form .wpforms-container .wpforms-field select.user-invalid{
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }

.wrap__form .wpforms-container label.wpforms-error, .wrap__form .wpforms-container em.wpforms-error {
    margin-top: 0.25rem;
  }

.wrap__form .wpforms-submit-container .wpforms-submit{
    width: 100%;
  }

.wrap__form .wpforms-container .wpforms-field{
    padding: 0;
  }

.wrap__form .wpforms-field-container {
    margin-bottom: 1.5rem;
  }

.wrap__form .wpforms-field-container>.wpforms-field {
      margin-bottom: 1.5rem;
    }

.wrap__form .wpforms-required-label {
    --tw-text-opacity: 1 !important;
    color: rgb(204 0 0 / var(--tw-text-opacity)) !important;
  }

.wrap__form .iti {
    width: 100%;
  }

.wrap__form .iti__country-name {
    --tw-text-opacity: 1;
    color: rgb(27 28 31 / var(--tw-text-opacity));
  }

.wrap__form .iti__search-input {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

.wrap__form .iti__search-input {
    --tw-text-opacity: 1;
    color: rgb(27 28 31 / var(--tw-text-opacity));
  }

.card__team{
  border-radius: 24px;
  cursor: pointer;
  overflow: hidden;
}

.card__team .image {
    max-height: 420px;
  }

.card__team .image {
    overflow: hidden;
  }

.card__team .image {
    padding-top: 2rem;
  }

@media (min-width: 768px) {
    .card__team .image {
      max-height: 500px;
    }
  }

@media (min-width: 1024px) {
    .card__team .image {
      max-height: 570px;
    }
  }

.card__team .image img{
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      filter: grayscale(0.5);
      transition: 0.3s;
      -o-object-position: bottom;
         object-position: bottom;
      position: relative;
      top:24px;
    }

.card__team .information{
    background: linear-gradient(360deg, rgba(20, 23, 32, 0.02) 0%, #141720 100%);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }

.card__team .information {
    overflow: hidden;
  }

.card__team .overlay{
    background: linear-gradient(0deg, #141720 0%, rgba(20, 23, 32, 0) 100%);
  }

.card__team:hover .image img{
        transform: translateY(40px) scale(1.1);
        filter: none;
      }

.card__team:hover .main__line,.card__team:hover .second__line{
      opacity: 1;
    }

.card__team:hover .main__line{
      left: 16px;
    }

.card__team:hover .second__line{
      right: 16px;
    }

.card__team .main__line{
    line-height: 1;
    transition: 0.3s;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1B1C1F;
    letter-spacing: 8px;
    opacity: 0;
    color: transparent !important;
  }

.card__team .main__line {
    position: absolute;
  }

.card__team .main__line {
    top: 4rem;
  }

.card__team .main__line {
    left: -100%;
  }

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

.card__team .main__line {
    font-size: 48px;
  }

.card__team .main__line {
    font-weight: 600;
  }

.card__team .second__line{
    line-height: 1;
    transition: 0.3s;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1B1C1F;
    letter-spacing: 4px;
    opacity: 0;
  }

.card__team .second__line {
    position: absolute;
  }

.card__team .second__line {
    top: 3rem;
  }

.card__team .second__line {
    right: -100%;
  }

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

.card__team .second__line {
    font-size: 21px;
  }

.hover__image{
  transition: 0.3s;
}

.hover__image:hover img{
      transform: scale(1.1);
    }

.hover__image:hover .read__more-btn{
      opacity: 0.5;
    }

.hover__image:hover .read__more-btn svg {
        --tw-rotate: -45deg;
        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__image img{
    transition: 0.3s;
  }

.section-plans .wrap__plans {
    display: none;
  }

.section-plans .wrap__plans {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

.section-plans .wrap__plans {
    gap: 1.25rem;
  }

@media (min-width: 1024px) {
    .section-plans .wrap__plans {
      display: grid;
    }
  }

@media (min-width: 1200px) {
    .section-plans .wrap__plans {
      gap: 2rem;
    }
  }

.section-plans .wrap__plans .inner__plans{
      border-radius: 16px;
      transition: 0.3s;
      padding: 16px 24px !important
    }

.section-plans .wrap__plans .inner__plans {
      position: relative;
    }

.section-plans .wrap__plans .inner__plans {
      display: flex;
    }

.section-plans .wrap__plans .inner__plans {
      min-height: 8rem;
    }

.section-plans .wrap__plans .inner__plans {
      flex-direction: column;
    }

.section-plans .wrap__plans .inner__plans {
      align-items: center;
    }

.section-plans .wrap__plans .inner__plans {
      justify-content: center;
    }

.section-plans .wrap__plans .inner__plans {
      overflow: hidden;
    }

.section-plans .wrap__plans .inner__plans {
      text-align: center;
    }

.section-plans .wrap__plans .inner__plans {
      font-size: 16px;
    }

.section-plans .wrap__plans .inner__plans {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.section-plans .wrap__plans .inner__plans:nth-child(4n-3):after{
          opacity: 1;
        }

.section-plans .wrap__plans .inner__plans:after{
        content: '';
        opacity: 0.9;
        transition: 0.3s;
      }

.section-plans .wrap__plans .inner__plans:after {
        position: absolute;
      }

.section-plans .wrap__plans .inner__plans:after {
        left: 0px;
      }

.section-plans .wrap__plans .inner__plans:after {
        top: 0px;
      }

.section-plans .wrap__plans .inner__plans:after {
        z-index: -10;
      }

.section-plans .wrap__plans .inner__plans:after {
        height: 100%;
      }

.section-plans .wrap__plans .inner__plans:after {
        width: 100%;
      }

.section-plans .wrap__plans .inner__plans:after {
        background: radial-gradient(circle at 20% 30%, rgba(40, 40, 40, 0.4) 0%, transparent 40%),
  radial-gradient(circle at 80% 40%, rgba(20, 30, 50, 0.35) 0%, transparent 50%),
  radial-gradient(circle at 50% 70%, rgba(15, 20, 30, 0.3) 0%, transparent 60%),
  linear-gradient(135deg,
                  #0a0f1a,
                  #131b27,
                  #1b2434,
                  #131b27,
                  #0a0f1a,
                  #0b0e17,
                  #141720);
      }

.section-plans .wrap__plans .inner__plans:hover:after{
          visibility: visible;
          opacity: 1;
        }

.section-plans .wrap__plans .headline__border {
      margin-bottom: 0.5rem;
    }

.section-plans .wrap__plans .headline__border {
      border-bottom-width: 1px;
    }

.section-plans .wrap__plans .headline__border {
      border-color: rgb(27 28 31 / 0.1);
    }

.section-plans .wrap__plans .headline__border {
      padding-bottom: 0.5rem;
    }

.section-plans .wrap__plans .headline__border {
      font-size: 18px;
    }

.section-plans .wrap__plans .headline__border {
      font-weight: 600;
    }

.wrap__headline-plans{
  border-radius: 16px;
  pointer-events: all;
  display: flex;
  height: -moz-max-content;
  height: max-content;
  flex: 1 1 0%;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: radial-gradient(circle at 20% 30%, rgba(40, 40, 40, 0.4) 0%, transparent 40%),
  radial-gradient(circle at 80% 40%, rgba(20, 30, 50, 0.35) 0%, transparent 50%),
  radial-gradient(circle at 50% 70%, rgba(15, 20, 30, 0.3) 0%, transparent 60%),
  linear-gradient(135deg,
                  #0a0f1a,
                  #131b27,
                  #1b2434,
                  #131b27,
                  #0a0f1a,
                  #0b0e17,
                  #141720)
}

@media (min-width: 1024px) {
  .wrap__headline-plans {
    position: sticky;
    top: 6rem;
  }
}

.wrap__headline-plans .headline__border {
    margin-bottom: 0.5rem;
  }

.wrap__headline-plans .headline__border {
    display: flex;
  }

.wrap__headline-plans .headline__border {
    align-items: center;
  }

.wrap__headline-plans .headline__border {
    justify-content: space-between;
  }

.wrap__headline-plans .headline__border {
    border-bottom-width: 1px;
  }

.wrap__headline-plans .headline__border {
    border-color: rgb(27 28 31 / 0.1);
  }

.wrap__headline-plans .headline__border {
    padding-bottom: 0.5rem;
  }

.wrap__headline-plans .headline__border {
    font-size: 24px;
  }

.wrap__headline-plans .headline__border {
    font-weight: 600;
  }

.wrap__headline-plans .main__btn {
    margin-top: 1rem;
  }

.wrap__headline-plans .main__btn {
    font-size: 16px;
  }

@media (min-width: 1024px) {
    .wrap__headline-plans .main__btn {
      font-size: 18px;
    }
  }

.wrap__headline-plans.active__plan .headline__border svg {
        --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));
      }

@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(28, 16, 76, 0);
  }

  50% {
    box-shadow: 0px 0px 32px 0px rgba(59, 89, 247, 0.2);
  }

  100% {
    box-shadow: 0px 0px 0px 0px rgba(28, 16, 76, 0);
  }
}

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

.section-faq .wrap__faq .inner__faq{
      border-radius: 16px;
    }

.section-faq .wrap__faq .inner__faq {
      padding: 1.25rem;
    }

.section-faq .wrap__faq .inner__faq {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

@media (min-width: 768px) {
      .section-faq .wrap__faq .inner__faq {
        padding: 2rem;
      }
    }

.test__main{
  height: 400px;
  border-radius: 24px;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.test__main .main__line{
    line-height: 1;
    transition: 0.3s;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1B1C1F;
    letter-spacing: 8px;
    color: transparent !important;
  }

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

.test__main .main__line {
    padding-top: 2rem;
  }

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

.test__main .main__line {
    font-size: 48px;
  }

.test__main .main__line {
    font-weight: 600;
  }

.test__main img{
    width: 50%;
    margin-top: 32px;
  }

.test__main:hover{
    transform: skew(5deg, 0deg);
  }

.canvas__cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
  pointer-events: none;
}

body {
  cursor: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="64" height="64" %3E%3Ccircle cx="12" cy="12" r="8" fill="rgba(255, 255, 255, 1) " /%3E%3C/svg%3E') 12 12, auto;
}

.section-single-blog .image{
    border-radius: 24px
  }

.section-single-blog .image {
    margin-bottom: 1rem;
  }

.section-single-blog .image {
    display: flex;
  }

.section-single-blog .image {
    height: 300px;
  }

.section-single-blog .image {
    flex-direction: column;
  }

.section-single-blog .image {
    overflow: hidden;
  }

@media (min-width: 768px) {
    .section-single-blog .image {
      margin-bottom: 1.25rem;
    }
  }

@media (min-width: 768px) {
    .section-single-blog .image {
      height: 400px;
    }
  }

@media (min-width: 1024px) {
    .section-single-blog .image {
      margin-bottom: 1.5rem;
    }
  }

@media (min-width: 1024px) {
    .section-single-blog .image {
      height: 500px;
    }
  }

.section-single-blog .image img{
      transition: 0.2s;
    }

.breadcrumbs {
  margin-bottom: 1.25rem;
  padding-top: 1rem;
  font-size: 14px;
}

@media (min-width: 768px) {
  .breadcrumbs {
    font-size: 16px;
  }
}

.breadcrumbs p{
    opacity: 1;
  }

.breadcrumbs .last {
    opacity: 0.6;
  }

.section-content .wrap__content{
    line-height: 1.6 !important;
  }

.section-content .wrap__content blockquote{
      border-left: 2px solid #fff;
      padding: 12px 12px;
      background: rgba(255,255,255,.1);
      width: -moz-fit-content;
      width: fit-content;
    }

.section-content .wrap__content blockquote p {
        font-style: italic;
      }

.section-content .wrap__content blockquote p {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }

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

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

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

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

@media (min-width: 768px) {
      .section-content .wrap__content h2 {
        font-size: 28px;
      }
    }

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

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

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

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

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

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

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

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

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

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

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

.section-content .wrap__content h4 {
      margin-bottom: 0.5rem;
    }

.section-content .wrap__content h4 {
      margin-top: 1rem;
    }

.section-content .wrap__content h4 {
      font-size: 16px;
    }

@media (min-width: 768px) {
      .section-content .wrap__content h4 {
        margin-top: 1.25rem;
      }
    }

@media (min-width: 768px) {
      .section-content .wrap__content h4 {
        font-size: 18px;
      }
    }

@media (min-width: 1024px) {
      .section-content .wrap__content h4 {
        margin-bottom: 0.75rem;
      }
    }

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

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

.section-content .wrap__content ul{
      list-style: none;
    }

.section-content .wrap__content ul li {
        position: relative;
      }

.section-content .wrap__content ul li:after {
          content: '';
          position: absolute;
          top: .5em;
          left: -27px;
          transform: rotate(45deg);
          width: 12px;
          height: 12px;
          background-size: 200% 200% !important;
          background: radial-gradient(circle at 20% 30%, rgba(173, 216, 230, 0.4) 0%, transparent 40%), radial-gradient(circle at 80% 40%, rgba(255, 182, 193, 0.3) 0%, transparent 45%), /* light pink */ radial-gradient(circle at 50% 70%, rgba(176, 224, 230, 0.3) 0%, transparent 60%), radial-gradient(circle at 30% 80%, rgba(255, 192, 203, 0.25) 0%, transparent 50%), /* pink haze */ linear-gradient(135deg, #fdfaff, #f0f8ff, #e6f4fa, #fceffd, #eaf7ff, #f5fbff);
        }

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

.section-content .wrap__content ul,.section-content .wrap__content ol{
      opacity: 0.7;
    }

.section-content .wrap__content ul,.section-content .wrap__content ol {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }

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

.section-content .wrap__content ul,.section-content .wrap__content ol {
      padding-left: 2.5rem;
    }

@media (min-width: 768px) {
      .section-content .wrap__content ul,.section-content .wrap__content ol {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
      }
    }

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

@media (min-width: 1024px) {
      .section-content .wrap__content p {
        margin-bottom: 1.25rem;
      }
    }

.section-content .wrap__content p:last-of-type{
        margin-bottom: 0 !important;
      }

.section-content .wrap__content *:first-child {
        margin-top: 0px !important;
      }

.section-content .wrap__content table {
      width: 100%;
      border-collapse: collapse;
      font-size: 14px;
    }

.section-content .wrap__content thead {
      background-color: rgba(255,255,255,0.1);
    }

.section-content .wrap__content th, .section-content .wrap__content td {
      padding: 12px 16px;
      text-align: left;
    }

.section-content .wrap__content th {
      font-weight: 600;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 0.05em;
      border-bottom: 2px solid rgba(255,255,255,0.1);
      /* светло-серая линия */
    }

.section-content .wrap__content tbody tr {
      border-bottom: 1px solid rgba(255,255,255,0.1);
      transition: background-color 0.2s ease;
    }

.section-content .wrap__content tbody tr:hover {
      background-color: rgba(255,255,255,0.1);
      /* лёгкий ховер-эффект */
    }

.section-content .wrap__content tbody td {
      vertical-align: middle;
    }

.section-content .wrap__content caption {
      caption-side: bottom;
      padding-top: 8px;
      font-size: 12px;
      color: #888;
    }

.section-how-works .slick-slide{
  width: -moz-max-content;
  width: max-content;
}

.section-how-works{
  min-height: 100vh;
  display: flex;
  justify-content: center;
  padding-left: 10%;
}

.section-how-works .slide-container {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  margin-left: 0;
  width: calc(90% - 2rem);
}

.section-how-works .slide-container .slide {
  width: 100%;
  margin-left: auto;
  position: relative;
  height: auto;
  grid-row: 1;
  grid-column: 1;
  transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
}

.section-how-works .slick-dots {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  flex-direction: column;
  margin-right: 5%;
  top: 0;
  left: 0;
  bottom: auto;
  width: 10%;
  height: 100%;
  border: solid;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  -o-border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(226, 226, 226, 1) 48%, rgba(255, 255, 255, 0) 100%);
     border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(226, 226, 226, 1) 48%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
  padding-right: 1.6rem;
}

.section-how-works .slick-dots .slick-slide .slick-nav::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 32%;
  right: -37px;
  visibility: hidden;
  transition: opacity 1s ease;
}

.section-how-works .slick-dots li {
  list-style: none;
  position: relative;
  transition: opacity 600ms ease;
}

.section-how-works .slick-dots .slick-slide .slick-nav {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
  transition: all .75s ease-in-out;
  -webkit-transition: all .75s ease-in-out;
  -moz-transition: all .75s ease-in-out;
  -ms-transition: all .75s ease-in-out;
  -o-transition: all .75s ease-in-out;
}

.section-how-works .slick-dots .slick-slide[style="opacity: 1;"] a{
  font-size: 48px;
  transition: all .75s ease-in-out;
  -webkit-transition: all .75s ease-in-out;
  -moz-transition: all .75s ease-in-out;
  -ms-transition: all .75s ease-in-out;
  -o-transition: all .75s ease-in-out;
}

.section-how-works .slick-dots .slick-slide[style="opacity: 0;"] {
  opacity: .25 !important;
}

.section-how-works li.slick-slide[style="opacity: 1;"] .slick-nav::after {
  visibility: visible;
}

main{
  transition: 1s;
}

.main-header-menu .menu {
    display: flex;
  }

.main-header-menu .menu {
    height: 100%;
  }

.main-header-menu .menu {
    align-items: center;
  }

.main-header-menu .menu {
    gap: 1.5rem;
  }

.main-header-menu ul li {
      display: flex;
    }

.main-header-menu ul li {
      align-items: center;
    }

.main-header-menu ul a{
      text-decoration: none;
    }

.main-header-menu ul .wrap__sub-menu{
      opacity: 0;
      visibility: hidden;
      z-index: -10;
      transition: 0.2s;
      top: 100%
    }

.main-header-menu ul .wrap__sub-menu {
      position: absolute;
    }

.main-header-menu ul .wrap__sub-menu {
      left: 0px;
    }

.main-header-menu ul .wrap__sub-menu {
      z-index: 10;
    }

.main-header-menu ul .wrap__sub-menu {
      display: flex;
    }

.main-header-menu ul .wrap__sub-menu {
      height: 100vh;
    }

.main-header-menu ul .wrap__sub-menu {
      width: 100%;
    }

.main-header-menu ul .wrap__sub-menu {
      flex-direction: column;
    }

.main-header-menu ul .wrap__sub-menu {
      padding: 1rem;
    }

.main-header-menu ul .wrap__sub-menu .sub-menu {
        display: grid;
      }

.main-header-menu ul .wrap__sub-menu .sub-menu {
        width: 100%;
      }

.main-header-menu ul .wrap__sub-menu .sub-menu {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

.main-header-menu ul .wrap__sub-menu .sub-menu {
        -moz-column-gap: 1rem;
             column-gap: 1rem;
      }

.main-header-menu ul .wrap__sub-menu .sub-menu {
        row-gap: 1.5rem;
      }

.main-header-menu ul .wrap__sub-menu .container{
        display: flex;
      }

.main-header-menu ul .wrap__sub-menu a:hover .read__more-btn svg {
              --tw-rotate: -45deg;
              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));
            }

.main-header-menu .menu>.menu-item-has-children>a {
        display: flex;
      }

.main-header-menu .menu>.menu-item-has-children>a {
        align-items: center;
      }

.main-header-menu .menu>.menu-item-has-children>a:after{
          content: url("../resources/img/chevron.svg");
          width: 16px;
          height: 16px;
        }

.main-header-menu .menu>.menu-item-has-children:hover{
        height: 100%;
      }

.main-header-menu .menu>.menu-item-has-children:hover>a{
          opacity: 0.5;
        }

.main-header-menu .menu>.menu-item-has-children:hover>.wrap__sub-menu{
          visibility: visible;
          opacity: 1;
        }

.main-header-menu .card__service{
    height: -moz-max-content;
    height: max-content;
  }

.main-header-menu .card__service .read__more-btn {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.main-header-menu .card__service .read__more-btn svg {
        stroke: #fff;
      }

.main-header-menu .card__service .h3__title {
      margin-bottom: 0.5rem;
    }

.text-wrapper {
  display: flex;
  gap: 1rem;
}

.changing-word {
  position: relative;
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  text-align: left;
}

/* Скрытый клон, чтобы занять нужную ширину */

.changing-word .sizer {
  visibility: hidden;
  position: static;
  display: inline-block;
}

/* Анимируемые слова */

.changing-word span:not(.sizer) {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.6s ease;
}

.changing-word span.active {
  opacity: 1;
  transform: translateY(0);
}

.bg-studio {
  background: radial-gradient(circle at 20% 30%, rgba(40, 40, 40, 0.4) 0%, transparent 40%),
  radial-gradient(circle at 80% 40%, rgba(20, 30, 50, 0.35) 0%, transparent 50%),
  radial-gradient(circle at 50% 70%, rgba(15, 20, 30, 0.3) 0%, transparent 60%),
  linear-gradient(135deg,
                  #0a0f1a,
                  #131b27,
                  #1b2434,
                  #131b27,
                  #0a0f1a,
                  #0b0e17,
                  #141720);
}

.section-about-us-home .main__btn:hover:hover, .wrap__form .wpforms-submit-container .wpforms-submit:hover:hover, .wrap__banner .main__btn:hover, .section-plans .main__btn:hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(21 21 21 / var(--tw-bg-opacity));
  }

.section-about-us-home .main__btn:hover:hover, .wrap__form .wpforms-submit-container .wpforms-submit:hover:hover, .wrap__banner .main__btn:hover, .section-plans .main__btn:hover:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.section-about-us-home .main__btn:hover:hover svg,.wrap__form .wpforms-submit-container .wpforms-submit:hover:hover svg,.wrap__banner .main__btn:hover svg,.section-plans .main__btn:hover:hover svg{
      stroke: white;
    }

html{
  scroll-behavior: smooth;
}

@keyframes levitate {
  0% {
    transform: translateY(-50%);
  }

  50% {
    transform: translateY(calc(-50% - 10px));
    /* от -50% ещё вверх на 10px */
  }

  100% {
    transform: translateY(-50%);
  }
}

.levitate {
  animation: levitate 3s ease-in-out infinite;
}

.bg-overlay-radial {
  background: linear-gradient(90deg, #ffffffc9 50%, #ffffff7a 70%);
  width: 100%;
  z-index: 10;
  opacity: 0.9;
}

section:first-of-type {
  padding-top: 7rem;
}

@media (min-width: 1024px) {
  section:first-of-type {
    padding-top: 8rem;
  }
}

.block__card-services {
  display: grid;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .block__card-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .block__card-services {
    gap: 1rem;
  }
}

.slider__blog{
  overflow: visible;
}

.slider__blog .swiper-slide {
    width: 350px;
  }

@media (min-width: 768px) {
    .slider__blog .swiper-slide {
      width: 500px;
    }
  }

.section-contacts .menu {
    display: flex;
  }

.section-contacts .menu {
    flex-wrap: wrap;
  }

.section-contacts .menu {
    gap: 1rem;
  }

.section-contacts .menu a {
      font-size: 14px;
    }

.section-contacts .menu a {
      font-weight: 700;
    }

.section__why-choose-us .wrap__why-choose-us {
    display: flex;
  }

.section__why-choose-us .wrap__why-choose-us {
    flex-wrap: wrap;
  }

.section__why-choose-us .wrap__why-choose-us {
    gap: 1.5rem;
  }

.section__why-choose-us .wrap__why-choose-us .card__service {
      min-width: 300px;
    }

.section__why-choose-us .wrap__why-choose-us .card__service {
      flex: 1 1 0%;
    }

.font-italianno {
  font-family: "Italianno", cursive;
}

.section-404 h1 {
    font-size: 170px;
  }

.section-404 h1 {
    font-weight: 700;
  }

.section-404 h1 {
    line-height: 1;
  }

@media (min-width: 768px) {
    .section-404 h1 {
      font-size: 250px;
    }
  }

@media (min-width: 1024px) {
    .section-404 h1 {
      font-size: 300px;
    }
  }

.section-404 p {
    font-size: 24px;
  }

@media (min-width: 768px) {
    .section-404 p {
      font-size: 28px;
    }
  }

@media (min-width: 1024px) {
    .section-404 p {
      font-size: 32px;
    }
  }

.wrap__pagination {
  display: flex;
  gap: 4px;
}

.wrap__pagination .page-numbers {
    display: flex;
  }

.wrap__pagination .page-numbers {
    height: 2.5rem;
  }

.wrap__pagination .page-numbers {
    width: 2.5rem;
  }

.wrap__pagination .page-numbers {
    align-items: center;
  }

.wrap__pagination .page-numbers {
    justify-content: center;
  }

.wrap__pagination .page-numbers {
    border-radius: 0.25rem;
  }

.wrap__pagination .page-numbers {
    border-width: 1px;
  }

.wrap__pagination .page-numbers {
    border-color: rgb(255 255 255 / 0.1);
  }

.wrap__pagination .page-numbers {
    padding: 0.25rem;
  }

.wrap__pagination .page-numbers.current {
      font-weight: 700;
    }

.wrap__pagination .page-numbers.current {
      background: radial-gradient(circle at 20% 30%, rgba(40, 40, 40, 0.4) 0%, transparent 40%),
      radial-gradient(circle at 80% 40%, rgba(20, 30, 50, 0.35) 0%, transparent 50%),
      radial-gradient(circle at 50% 70%, rgba(15, 20, 30, 0.3) 0%, transparent 60%),
      linear-gradient(135deg,
                      #0a0f1a,
                      #131b27,
                      #1b2434,
                      #131b27,
                      #0a0f1a,
                      #0b0e17,
                      #141720);
      background-size: 200% 200%;
    }

.wrap__pagination a {
    text-decoration: none !important;
  }

.section-single-post .wrap__post{
  gap: 48px;
}

.wrap__table-of-contents{
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  padding-top: 24px;
  border: 1px solid #fff;
}

@media (min-width: 1024px) {

.wrap__table-of-contents{
    max-width: 360px
}
  }

.wrap__table-of-contents.content__hidden{
  display: none;
}

.wrap__table-of-contents .list{
  max-height: 400px;
  overflow: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
}

.wrap__table-of-contents ul li:last-child{
  margin-bottom: 0 !important;
}

.wrap__table-of-contents .headline{
  padding-left: 16px;
  padding-right: 16px;
}

.wrap__table-of-contents .headline,.wrap__table-of-contents ul li a{
  color: #fff !important;
}

.wrap__table-of-contents ul li a{
  opacity: 0.5;
  transition: 0.2s;
}

.wrap__table-of-contents .headline{
  display: flex;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 500;
}

.wrap__table-of-contents ul{
  padding-left: 0;
  margin-bottom: 0;
}

.wrap__table-of-contents ul li:after{
  content: none;
}

.wrap__table-of-contents ul li a{
  text-decoration: none !important;
  font-size: 14px !important;
}

.wrap__table-of-contents ul li{
  margin-bottom: 8px !important;
}

.wrap__table-of-contents .list li.active a{
  opacity: 1;
}

.wrap__table-of-contents .list li:hover a{
  opacity: 1;
}

.service-card {
  position: relative;
  opacity: 1 !important;
}

.service-card:after {
    content: '';
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    background: #fff;
    opacity: 0;
    border-radius: 16px;
    transition: .2s;
    z-index: -1;
  }

.service-card:hover:after {
    opacity: .05;
  }

.statistic{
  background: linear-gradient(180deg, rgba(165, 239, 255, 0.05) 0%, rgba(59, 89, 247, 0.05) 100%);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 12px;
  display: flex;
  min-width: 250px;
  flex: 1 1 0%;
  flex-direction: column;
  padding: 1rem;
}

@media (min-width: 576px) {
  .statistic {
    padding: 1.5rem;
  }
}

@media (min-width: 768px) {
  .statistic {
    padding: 2rem;
  }
}

.icon-tech {
  filter: brightness(0) invert(1);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.gallery-grid .gallery-item:nth-child(3n) {
    grid-column: 1/3;
  }

.first\:pl-0:first-child {
  padding-left: 0px;
}

.last\:border-r-0:last-child {
  border-right-width: 0px;
}

.first-of-type\:\!pt-0:first-of-type {
  padding-top: 0px !important;
}

.last-of-type\:\!border-none:last-of-type {
  border-style: none !important;
}

.last-of-type\:\!pb-0:last-of-type {
  padding-bottom: 0px !important;
}

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

.child\:first-of-type\:col-start-1:first-of-type > * {
  grid-column-start: 1;
}

.child\:first-of-type\:col-end-3:first-of-type > * {
  grid-column-end: 3;
}

.child-all\:text-14 * {
  font-size: 14px;
}

@media (min-width: 576px) {
  .sm\:h-max {
    height: -moz-max-content;
    height: max-content;
  }

  .sm\:w-\[calc\(50\%_-_8px\)\] {
    width: calc(50% - 8px);
  }

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

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

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

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

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

  .md\:\!mb-6 {
    margin-bottom: 1.5rem !important;
  }

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

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:translate-y-0 {
    --tw-translate-y: 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));
  }

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

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

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

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

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

  .md\:gap-y-12 {
    row-gap: 3rem;
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

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

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

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

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

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

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

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

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

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

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

  .lg\:\!sticky {
    position: sticky !important;
  }

  .lg\:sticky {
    position: sticky;
  }

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

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

  .lg\:top-10 {
    top: 2.5rem;
  }

  .lg\:top-32 {
    top: 8rem;
  }

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

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

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-end-3 {
    grid-column-end: 3;
  }

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

  .lg\:\!mb-8 {
    margin-bottom: 2rem !important;
  }

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

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

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

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

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:hidden {
    display: none;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

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

  .lg\:h-\[calc\(100\%_\+_64px\)\] {
    height: calc(100% + 64px);
  }

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

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

  .lg\:w-20 {
    width: 5rem;
  }

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

  .lg\:w-4 {
    width: 1rem;
  }

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

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

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

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

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

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

  .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\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

  .lg\:\!p-8 {
    padding: 2rem !important;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

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

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .lg\:pt-12 {
    padding-top: 3rem;
  }

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .xl\:flex-none {
    flex: none;
  }

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

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

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1440px) {
  .\32xl\:w-3\/4 {
    width: 75%;
  }

  .\32xl\:gap-32 {
    gap: 8rem;
  }

  .\32xl\:p-24 {
    padding: 6rem;
  }
}
