@font-face {
    font-family: avenirNext;
    src: url(../fonts/avenirnextltpro-regular.otf);
}
@font-face {
    font-family: avenirNextDemi;
    src: url(../fonts/avenirnextltpro-demi.otf);
}
@font-face {
    font-family: avenirNextBold;
    src: url(../fonts/avenirnextlltpro-bold.otf);
}
/*
! tailwindcss v3.4.1 | 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 */
  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;
}
/*
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] {
  display: none;
}
*, ::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:  ;
}
::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:  ;
}
.container {
    width: 100%;
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}
html {
    scroll-behavior: smooth;
}
body {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    font-family: avenirNext, sans-serif;
}
h1,
    h2,
    h3,
    h6,
    p {
    line-height: 1.25 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
h1,
    h2,
    h3 {
    font-family: avenirNextDemi, sans-serif;
}
h6 {
    font-size: 10px;
    letter-spacing: 4px;
}
@media (min-width: 640px) {
    h6 {
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: 6.4px;
    }
}
p {
    font-family: avenirNextDemi, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
@media (min-width: 1024px) {
    p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
.ele {
        opacity: 0;
        transform: translateY(80px);
    }
.ele.appear {
            opacity: 1;
            transform: translateY(0);
            transition: 1s;
        }
.slide {
    --tw-translate-y: 5rem;
    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));
    opacity: 0;
}
@media (min-width: 768px) {
    .slide {
        --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));
    }
    .slide.right {
        --tw-translate-x: -140px;
        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));
    }
    .slide.left {
        --tw-translate-x: 140px;
        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));
    }
}
.slide.slide-in {
    --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));
    opacity: 1;
    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-duration: 1s;
}
@media (min-width: 768px) {
    .slide.slide-in {
        --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));
    }
}
.ele.delay-1 {
        transition-delay: 0.2s !important;
    }
.ele.delay-2 {
        transition-delay: 0.4s !important;
    }
.ele.delay-3 {
        transition-delay: 0.6s !important;
    }
.ele.delay-4 {
        transition-delay: 0.8s !important;
    }
.ele.delay-5 {
        transition-delay: 1s !important;
    }
.ele.delay-6 {
        transition-delay: 1.2s !important;
    }
.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 80rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
@media (min-width: 1024px) {
    .container {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
nav {
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.8) 14.06%,
            rgba(0, 0, 0, 0.51) 100%
        );
        transition: 0.5s;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 50;
        width: 100%;
    }
nav .nav-wrap {
            transition: 0.2s;
            margin-left: auto;
            margin-right: auto;
            display: flex;
            width: 95%;
            max-width: 1536px;
            align-items: center;
            justify-content: space-between;
            border-bottom-width: 0.5px;
            --tw-border-opacity: 1;
            border-color: rgb(255 255 255 / var(--tw-border-opacity));
            padding-left: 0.75rem;
            padding-right: 0.75rem;
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
        }
@media (min-width: 1024px) {
    nav .nav-wrap {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
nav.fill {
    opacity: 1;
}
nav .desktop-menu {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 6rem;
}
@media (min-width: 1024px) {
    nav .desktop-menu {
        display: flex;
    }
}
@media (min-width: 1280px) {
    nav .desktop-menu {
        -moz-column-gap: 8rem;
             column-gap: 8rem;
    }
}
nav .desktop-menu .menu-item {
                font-family: "Avenir Next", sans-serif;
                background-color: transparent;
                font-size: 1rem;
                line-height: 1.5rem;
                letter-spacing: 3.2px;
                --tw-text-opacity: 1;
                color: rgb(255 255 255 / var(--tw-text-opacity));
                transition-property: all;
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-duration: 300ms;
            }
nav .desktop-menu .menu-item:hover {
                    //background: linear-gradient(287deg, #FF87C5 21.77%, #FFF 61.32%, #FFF 112.18%);
                    //-webkit-text-fill-color: transparent;
                    --tw-text-opacity: 1;
                    color: rgb(244 97 174 / var(--tw-text-opacity));
                }
nav .mobile-menu-btn {
    display: flex;
    width: 1.5rem;
    cursor: pointer;
    flex-direction: column;
    row-gap: 0.375rem;
}
@media (min-width: 1024px) {
    nav .mobile-menu-btn {
        display: none;
    }
}
nav .mobile-menu-btn .top-bar,
            nav .mobile-menu-btn .mid-bar,
            nav .mobile-menu-btn .btm-bar {
    height: 0.125rem;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(244 97 174 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}
nav .mobile-menu-btn:hover .top-bar,
                nav .mobile-menu-btn:hover .mid-bar,
                nav .mobile-menu-btn:hover .btm-bar {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
nav .mobile-menu-btn:hover .top-bar {
    width: 50%;
}
.mobile-menu {
        transition: 0.3s;
        position: absolute;
        right: -100%;
        top: 0px;
        z-index: 50;
        display: flex;
        height: 100vh;
        width: 100%;
        justify-content: center;
        overflow-y: auto;
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    }
.mobile-menu .close-btn {
    position: relative;
    height: 1.5rem;
    width: 1.5rem;
    cursor: pointer;
}
.mobile-menu .close-btn .left-right {
    position: absolute;
    height: 0.125rem;
    width: 1.5rem;
    --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));
    --tw-bg-opacity: 1;
    background-color: rgb(244 97 174 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.mobile-menu .close-btn .right-left {
    position: absolute;
    height: 0.125rem;
    width: 1.5rem;
    --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));
    --tw-bg-opacity: 1;
    background-color: rgb(244 97 174 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.mobile-menu .close-btn:hover .left-right {
    --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));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.mobile-menu .close-btn:hover .right-left {
    --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));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.mobile-menu.slide-in {
        right: 0;
    }
.mobile-menu a {
        font-family: "Avenir Next", sans-serif;
        background-color: transparent;
        font-size: 1rem;
        line-height: 1.5rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 300ms;
    }
@media (min-width: 640px) {
    .mobile-menu a {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.mobile-menu a:hover {
            //background: linear-gradient(287deg, #FF87C5 21.77%, #FFF 61.32%, #FFF 112.18%);
            //-webkit-text-fill-color: transparent;
            --tw-text-opacity: 1;
            color: rgb(244 97 174 / var(--tw-text-opacity));
        }
.primary-btn {
        font-family: "Avenir Next", sans-serif;
        display: block;
        width: -moz-fit-content;
        width: fit-content;
        cursor: pointer;
        border-width: 1px;
        border-style: solid;
        --tw-border-opacity: 1;
        border-color: rgb(255 255 255 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgb(244 97 174 / var(--tw-text-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 300ms;
    }
@media (min-width: 640px) {
    .primary-btn {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
.primary-btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
/* Firefox */
input[type="number"] {
        -moz-appearance: textfield;
    }
.main-section {
    width: 100%;
}
@media (min-width: 640px) {
    .main-section {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .main-section {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .main-section {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .main-section {
        max-width: 1280px;
    }
}
@media (min-width: 1536px) {
    .main-section {
        max-width: 1536px;
    }
}
.main-section {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 80rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
@media (min-width: 1024px) {
    .main-section {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
.main-section {
    height: 100vh;
    min-height: 620px;
    padding-top: 100px;
}
@media (min-width: 1024px) {
    .main-section {
        min-height: 750px;
        padding-top: 120px;
        padding-bottom: 0px;
    }
}
.main-section .logo-main {
    width: 70vw;
    max-width: 400px;
}
@media (min-width: 1024px) {
    .main-section .logo-main {
        max-width: 670px;
    }
}
.main-section .main-service-item {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    text-align: center;
    letter-spacing: 3.2px;
}
.main-section .main-service-item:not(:last-child) {
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
@media (min-width: 1024px) {
    .main-section .main-service-item:not(:last-child) {
        border-right-width: 1px;
    }
}
.main-section .main-service-item p {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 2.4px;
}
@media (min-width: 640px) {
    .main-section .main-service-item p {
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: 3.2px;
    }
}
.main-section .divider {
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    width: 10vw;
    min-width: 2.5rem;
    max-width: 74px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
    .main-section .divider {
        display: none;
    }
}
.what-we-do-sect {
    position: relative;
}
.what-we-do-sect .bg-mobile-overlay {
            background: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.8) 0%,
                rgba(2, 2, 2, 0) 99.76%,
                rgba(2, 2, 2, 0.6) 99.76%
            );
            position: absolute;
            top: 0px;
            left: 0px;
            height: 50%;
            width: 100%;
        }
@media (min-width: 640px) {
    .what-we-do-sect .bg-mobile-overlay {
        display: none;
    }
}
.what-we-do-sect .bg-overlay {
    position: absolute;
    inset: 0px;
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 640px) {
            .what-we-do-sect .bg-overlay {
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
        --tw-bg-opacity: 0.75;
    }
        }
@media screen and (min-width: 640.1px) {
            .what-we-do-sect .bg-overlay {
                background: linear-gradient(
                    180deg,
                    rgba(0, 0, 0, 0.7) 16.04%,
                    rgba(0, 0, 0, 0.86) 53%,
                    #000 99.76%
                );
            }
        }
.what-we-do-sect .title-wrapper {
    width: 100%;
    max-width: 300px;
}
@media (min-width: 640px) {
    .what-we-do-sect .title-wrapper {
        max-width: 440px;
    }
}
@media (min-width: 1024px) {
    .what-we-do-sect .title-wrapper {
        width: 50%;
        max-width: 600px;
    }
}
.what-we-do-sect .title {
            background: linear-gradient(
                287deg,
                #ff87c5 21.77%,
                #fff 61.32%,
                #fff 112.18%
            );
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 2.25rem !important;
            line-height: 2.5rem !important;
        }
@media (min-width: 640px) {
    .what-we-do-sect .title {
        font-size: 3rem !important;
        line-height: 1 !important;
        line-height: 55px !important;
    }
}
@media (min-width: 1024px) {
    .what-we-do-sect .title {
        font-size: 4.5rem !important;
        line-height: 1 !important;
        line-height: 85px !important;
    }
}
.what-we-do-sect .descrp {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}
@media (min-width: 640px) {
    .what-we-do-sect .descrp {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media (min-width: 1024px) {
    .what-we-do-sect .descrp {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
.magic-sect {
    position: relative;
    text-align: center;
}
.magic-sect #line {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 0px;
    width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.magic-sect .title {
    position: relative !important;
    margin-bottom: 1.5rem !important;
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    line-height: 25px !important;
}
@media (min-width: 640px) {
    .magic-sect .title {
        margin-bottom: 2rem !important;
        font-size: 2.25rem !important;
        line-height: 2.5rem !important;
        line-height: 30px !important;
    }
}
@media (min-width: 768px) {
    .magic-sect .title {
        margin-bottom: 0px !important;
    }
}
@media (min-width: 1024px) {
    .magic-sect .title {
        font-size: 3rem !important;
        line-height: 1.5 !important;
    }
}
.magic-sect .gradient-title {
            background: linear-gradient(180deg, #ff9d97 0%, #b1046b 100%);
            background-clip: text;
            -webkit-background-clip: text;
            position: relative !important;
            font-size: 4.5rem !important;
            line-height: 1 !important;
            line-height: 70px !important;
        }
@media (min-width: 640px) {
    .magic-sect .gradient-title {
        font-size: 6rem !important;
        line-height: 1 !important;
        line-height: 84px !important;
    }
}
@media (min-width: 768px) {
    .magic-sect .gradient-title {
        margin-top: -0.625rem !important;
        line-height: 1.5 !important;
    }
}
@media (min-width: 1024px) {
    .magic-sect .gradient-title {
        margin-top: -2rem !important;
        font-size: 8rem !important;
        line-height: 1.5 !important;
    }
}
.magic-sect .gradient-title span {
                -webkit-text-fill-color: transparent;
            }
.magic-sect .title-bg {
            background: radial-gradient(
                50% 50% at 50% 50%,
                #7d004b 0%,
                rgba(74, 10, 85, 0) 100%
            );
            position: absolute;
            bottom: -5rem;
            height: 275px;
            width: 100%;
            border-radius: 9999px;
        }
@media (min-width: 640px) {
    .magic-sect .title-bg {
        bottom: -140px;
        height: 400px;
    }
}
@media (min-width: 1024px) {
    .magic-sect .title-bg {
        bottom: -125px;
        height: 500px;
    }
}
.usp-section {
    position: relative;
}
.usp-section .title {
            background: linear-gradient(270deg, #ff87c6 12.07%, #fff 51.13%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 1.25rem !important;
            font-size: 2.25rem !important;
            line-height: 2.5rem !important;
            line-height: 40px !important;
        }
@media (min-width: 640px) {
    .usp-section .title {
        margin-bottom: 0.625rem !important;
        font-size: 3rem !important;
        line-height: 1.5 !important;
    }
}
@media (min-width: 1024px) {
    .usp-section .title {
        font-size: 4.5rem !important;
        line-height: 1.5 !important;
    }
}
.usp-section .desc {
    max-width: 48rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
@media (min-width: 640px) {
    .usp-section .desc {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
@media (min-width: 1024px) {
    .usp-section .desc {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}
.usp-section .splide#usp-splide .slide-container {
                background: linear-gradient(180deg, #f461ae 0%, #371646 95.83%),
                    linear-gradient(180deg, #371646 0%, #000 100%);
                margin-left: auto;
                margin-right: auto;
                height: 100%;
                max-width: 245px;
                border-radius: 30px;
                padding-left: 0.625rem;
                padding-right: 0.625rem;
                padding-top: 1.75rem;
                padding-bottom: 2.5rem;
                --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
                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-property: all;
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-duration: 300ms;
            }
@media (min-width: 640px) {
    .usp-section .splide#usp-splide .slide-container {
        max-width: none;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 2.5rem;
        padding-bottom: 3.5rem;
    }
}
@media (min-width: 768px) {
    .usp-section .splide#usp-splide .slide-container {
        border-radius: 50px;
    }
}
.usp-section .splide#usp-splide .slide-container .usp-img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 160px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
@media (min-width: 640px) {
    .usp-section .splide#usp-splide .slide-container .usp-img {
        max-width: 180px;
    }
}
@media (min-width: 1024px) {
    .usp-section .splide#usp-splide .slide-container .usp-img {
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}
.usp-section .splide#usp-splide .slide-container .usp-title {
    margin-top: 0.875rem !important;
    text-align: center !important;
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
    line-height: 25px !important;
}
@media (min-width: 640px) {
    .usp-section .splide#usp-splide .slide-container .usp-title {
        margin-top: 1.5rem !important;
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }
}
@media (min-width: 1024px) {
    .usp-section .splide#usp-splide .slide-container .usp-title {
        font-size: 1.875rem !important;
        line-height: 2.25rem !important;
        line-height: 35px !important;
    }
}
.usp-section .splide#usp-splide .slide-container:hover {
    border-radius: 40px;
}
@media (min-width: 768px) {
    .usp-section .splide#usp-splide .slide-container:hover {
        border-radius: 65px;
    }
}
.usp-section .splide#usp-splide .slide-container:hover .usp-img {
    --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));
}
.splide .splide__pagination__page {
    --tw-scale-x: 1;
    --tw-scale-y: 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));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    opacity: 1;
}
.splide .splide__pagination__page.is-active {
    --tw-scale-x: 1;
    --tw-scale-y: 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));
    --tw-bg-opacity: 1;
    background-color: rgb(244 97 174 / var(--tw-bg-opacity));
}
#portfolio-splide .splide__slide {
    padding-bottom: 2.5rem;
}
#portfolio-splide picture {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(125 0 75 / var(--tw-border-opacity));
            box-shadow: 0 0 20px #7d004b;
}
.services-section {
    position: relative;
}
.services-section .title {
            background: linear-gradient(270deg, #ff68b7 12.07%, #fff 51.13%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-left: auto !important;
            margin-right: auto !important;
            width: -moz-fit-content !important;
            width: fit-content !important;
            font-size: 2.25rem !important;
            line-height: 2.5rem !important;
            line-height: 40px !important;
        }
@media (min-width: 640px) {
    .services-section .title {
        font-size: 3rem !important;
        line-height: 1 !important;
        line-height: 50px !important;
    }
}
@media (min-width: 1024px) {
    .services-section .title {
        font-size: 4.5rem !important;
        line-height: 1.5 !important;
    }
}
.services-section .services-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
@media (min-width: 640px) {
    .services-section .services-list {
        flex-direction: row;
    }
}
.services-section .services-list .service-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: start;
}
@media (min-width: 640px) {
    .services-section .services-list .service-item {
        flex-direction: column;
        padding-left: 2rem;
        padding-right: 2rem;
        text-align: center;
    }
}
@media (min-width: 1024px) {
    .services-section .services-list .service-item {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }
}
.services-section .services-list .service-item .service-img {
    position: relative;
    z-index: 10;
    width: 20vw;
    min-width: 140px;
    max-width: 200px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.services-section .services-list .service-item .service-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
@media (min-width: 640px) {
    .services-section .services-list .service-item .service-title {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
.services-section .services-list .service-item .line {
    position: absolute;
    bottom: -0.25rem;
    height: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(87 87 87 / var(--tw-bg-opacity));
}
@media (min-width: 640px) {
    .services-section .services-list .service-item .line {
        display: none;
    }
}
.services-section .services-list .service-item:hover .service-img {
    --tw-translate-y: -0.5rem;
    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));
}
.impact-section {
    position: relative;
}
.impact-section .title {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
    line-height: 40px !important;
}
@media (min-width: 640px) {
    .impact-section .title {
        font-size: 3rem !important;
        line-height: 1 !important;
        line-height: 50px !important;
    }
}
@media (min-width: 1024px) {
    .impact-section .title {
        font-size: 4.5rem !important;
        line-height: 1 !important;
        line-height: 85px !important;
    }
}
.impact-section .impact-item {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}
@media (min-width: 1280px) {
    .impact-section .impact-item {
        width: 100%;
        flex-direction: row;
        text-align: start;
    }
}
.impact-section .impact-item h3 {
    font-family: avenirNextDemi, sans-serif;
}
.impact-section .impact-item.last-item {
    margin-top: -60px;
    width: 100%;
}
@media (min-width: 640px) {
    .impact-section .impact-item.last-item {
        margin-top: -50px;
    }
}
@media (min-width: 1280px) {
    .impact-section .impact-item.last-item {
        margin-top: -72px;
        width: unset;
    }
}
.impact-section .impact-item.last-item .impact-digit {
    font-size: 140px;
}
@media (min-width: 640px) {
    .impact-section .impact-item.last-item .impact-digit {
        font-size: 160px;
    }
}
@media (min-width: 1024px) {
    .impact-section .impact-item.last-item .impact-digit {
        font-size: 200px;
    }
}
.impact-section .impact-item.last-item .impact-desc {
    margin-top: -50px;
}
@media (min-width: 640px) {
    .impact-section .impact-item.last-item .impact-desc {
        margin-top: -54px;
    }
}
@media (min-width: 1024px) {
    .impact-section .impact-item.last-item .impact-desc {
        margin-top: -4rem;
    }
}
@media (min-width: 1280px) {
    .impact-section .impact-item.last-item .impact-desc {
        margin-top: 2.25rem;
    }
}
.impact-section .impact-item .impact-digit {
                background: linear-gradient(180deg, #ff9d97 0%, #b1046b 100%);
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                font-size: 4.5rem;
                line-height: 1;
            }
@media (min-width: 640px) {
    .impact-section .impact-item .impact-digit {
        font-size: 6rem;
        line-height: 1;
    }
}
@media (min-width: 1024px) {
    .impact-section .impact-item .impact-digit {
        font-size: 140px;
    }
}
.impact-section .impact-item .impact-desc {
    margin-top: -1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
@media (min-width: 640px) {
    .impact-section .impact-item .impact-desc {
        margin-top: -1.25rem;
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
@media (min-width: 1024px) {
    .impact-section .impact-item .impact-desc {
        margin-top: -2rem;
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
@media (min-width: 1280px) {
    .impact-section .impact-item .impact-desc {
        margin-top: 1.5rem;
        margin-left: 0.375rem;
    }
}
.awards-section {
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.awards-section .awards-img {
    right: 0px;
    width: -moz-fit-content;
    width: fit-content;
}
@media (min-width: 1024px) {
    .awards-section .awards-img {
        position: absolute;
        bottom: 5rem;
    }
    .awards-section .awards-img img {
        width: 60vw;
        max-width: 1240px;
    }
}
.awards-section .title {
    margin-bottom: 1rem !important;
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
    line-height: 40px !important;
}
@media (min-width: 640px) {
    .awards-section .title {
        margin-bottom: 1.75rem !important;
        font-size: 3rem !important;
        line-height: 1 !important;
        line-height: 55px !important;
    }
}
@media (min-width: 1280px) {
    .awards-section .title {
        font-size: 4.5rem !important;
        line-height: 1 !important;
        line-height: 85px !important;
    }
}
.awards-section .desc {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    max-width: 480px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}
@media (min-width: 640px) {
    .awards-section .desc {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media (min-width: 1024px) {
    .awards-section .desc {
        margin-left: unset;
        margin-right: unset;
        width: 100%;
        max-width: 410px;
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
@media (min-width: 1280px) {
    .awards-section .desc {
        max-width: 600px;
    }
}
.clients-section {
    position: relative;
}
.clients-section .content-bg-overlay {
            border-radius: 1634px;
            opacity: 0.6;
            background: radial-gradient(
                50% 50% at 50% 50%,
                #7d004b 0%,
                rgba(74, 10, 85, 0) 100%
            );
            height: 650px;
            top: 25%;
            left: 0;
            position: absolute;
            display: none;
            width: 100%;
        }
@media (min-width: 1024px) {
    .clients-section .content-bg-overlay {
        display: block;
    }
}
.clients-section .title {
            background: linear-gradient(180deg, #ff9d97 50.54%, #b1046b 70.66%);
            background-clip: text;
            -webkit-background-clip: text;
            font-size: 2.25rem !important;
            line-height: 2.5rem !important;
            line-height: 40px !important;
        }
@media (min-width: 640px) {
    .clients-section .title {
        font-size: 3rem !important;
        line-height: 1 !important;
        line-height: 55px !important;
    }
}
@media (min-width: 1280px) {
    .clients-section .title {
        font-size: 4.5rem !important;
        line-height: 1 !important;
        line-height: 85px !important;
    }
}
.clients-section .title span {
                -webkit-text-fill-color: transparent;
            }
@media screen and (min-width: 767.9px) {
            .clients-section .title {
                background: linear-gradient(180deg, #ff9d97 0%, #b1046b 100%);
                background-clip: text;
                -webkit-background-clip: text;
            }
        }
.clients-section .logo-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}
@media (min-width: 640px) {
    .clients-section .logo-container {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
}
@media (min-width: 768px) {
    .clients-section .logo-container {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }
}
.clients-section .logo-container .logo {
    height: 14vw;
    max-height: 85px;
    width: auto;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.clients-section .logo-container .logo.third-row {
    height: 18vw;
    max-height: 116px;
}
.clients-section .logo-container .color-client-logo {
    position: absolute;
    opacity: 0;
}
.clients-section .logo-container.second-row {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
@media (min-width: 640px) {
    .clients-section .logo-container.second-row {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}
@media (min-width: 1024px) {
    .clients-section .logo-container.second-row {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}
.clients-section .logo-container:hover .client-logo {
    opacity: 0;
}
.clients-section .logo-container:hover .color-client-logo {
    opacity: 1;
}
.clients-section .dash-wrapper {
            background: linear-gradient(90deg, white 50%, transparent 50%),
                linear-gradient(90deg, white 50%, transparent 50%),
                linear-gradient(0deg, white 50%, transparent 50%),
                linear-gradient(0deg, white 50%, transparent 50%);
            background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
            background-size: 12px 2px, 12px 2px, 2px 12px, 2px 12px;
            animation: border-dance 4s infinite linear;
            margin-left: auto;
            margin-right: auto;
            width: -moz-max-content;
            width: max-content;
            padding-left: 0.875rem;
            padding-right: 0.875rem;
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
        }
@media (min-width: 768px) {
    .clients-section .dash-wrapper {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }
}
@media (min-width: 1024px) {
    .clients-section .dash-wrapper {
        margin-left: 2rem;
        margin-right: unset;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.clients-section .dash-wrapper .desc {
    text-align: center !important;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    --tw-text-opacity: 1 !important;
    color: rgb(244 97 174 / var(--tw-text-opacity)) !important;
}
@media (min-width: 640px) {
    .clients-section .dash-wrapper .desc {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }
}
@media (min-width: 1024px) {
    .clients-section .dash-wrapper .desc {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }
}
@keyframes border-dance {
            0% {
                background-position: 0 0, 100% 100%, 0 100%, 100% 0;
            }
            100% {
                background-position: 100% 0, 0 100%, 0 0, 100% 100%;
            }
        }
.ppl-section {
    position: relative;
    overflow: hidden;
}
.ppl-section .bg-top-overlay {
    position: absolute;
    inset: 0px;
    height: 90%;
    width: 100%;
}
@media screen and (max-width: 640px) {
            .ppl-section .bg-top-overlay {
        height: 100%;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
        --tw-bg-opacity: 0.75;
    }
        }
.ppl-section .sub-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
@media (min-width: 640px) {
    .ppl-section .sub-title {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}
@media (min-width: 1280px) {
    .ppl-section .sub-title {
        font-size: 55px;
    }
}
.ppl-section .title {
    margin-left: auto;
    margin-right: auto;
    margin-top: -0.375rem;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 3rem;
    line-height: 1;
}
@media (min-width: 640px) {
    .ppl-section .title {
        margin-top: -0.75rem;
        font-size: 4.5rem;
        line-height: 1;
    }
}
@media (min-width: 1024px) {
    .ppl-section .title {
        font-size: 8rem;
        line-height: 1;
    }
}
@media (min-width: 1280px) {
    .ppl-section .title {
        margin-top: -1.5rem;
        font-size: 140px;
    }
}
.ppl-section .title #power {
                background: linear-gradient(
                    180deg,
                    #ff9d97 -20.11%,
                    #b1046b 83.15%
                );
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
@media screen and (max-width: 767.99px) {
            .ppl-section .title {
                background: linear-gradient(
                    180deg,
                    #ff9d97 0.34%,
                    #b1046b 90.2%
                );
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
        }
.career-section {
    position: relative;
}
.career-section .title {
            text-shadow: 0px 0px 20px #000;
            position: relative !important;
            margin-top: -2rem !important;
            font-size: 2.25rem !important;
            line-height: 2.5rem !important;
        }
@media (min-width: 640px) {
    .career-section .title {
        margin-top: -3rem !important;
        font-size: 3rem !important;
        line-height: 1 !important;
        line-height: 55px !important;
    }
}
@media (min-width: 1024px) {
    .career-section .title {
        font-size: 4.5rem !important;
        line-height: 1 !important;
        line-height: 72px !important;
    }
}
.career-section .career-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
@media (min-width: 640px) {
    .career-section .career-item {
        flex-direction: column;
    }
}
.career-section .career-item .career-img {
    min-width: 140px;
    max-width: 140px;
}
@media (min-width: 640px) {
    .career-section .career-item .career-img {
        margin-left: auto;
        margin-right: auto;
        max-width: 180px;
    }
}
.career-section .career-item .career-title {
    margin-bottom: 0.25rem;
    text-align: start;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
@media (min-width: 640px) {
    .career-section .career-item .career-title {
        margin-bottom: 0.75rem;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
.pop-up-container {
    position: fixed;
    inset: 0px;
    z-index: 50;
    display: none;
    align-items: center;
    justify-content: center;
}
.pop-up-container .pop-up-wrapper {
    position: relative;
    height: 50%;
    max-height: 780px;
    min-height: 385px;
    width: 94%;
    max-width: 1536px;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.9;
}
@media (min-width: 640px) {
    .pop-up-container .pop-up-wrapper {
        height: 80%;
    }
}
.pop-up-container .close-btn {
    position: absolute;
    right: 1rem;
    top: 18px;
    display: flex;
    height: 1.5rem;
    width: 1.5rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
@media (min-width: 640px) {
    .pop-up-container .close-btn {
        right: 2rem;
        top: 1.75rem;
        height: 2.75rem;
        width: 2.75rem;
    }
}
.pop-up-container .close-btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.pop-up-container .pop-up-content {
    display: flex;
    height: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
@media (min-width: 640px) {
    .pop-up-container .pop-up-content {
        padding: 2rem;
    }
}
@media (min-width: 1024px) {
    .pop-up-container .pop-up-content {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
}
.pop-up-container .pop-up-content #pop-up-title {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
@media (min-width: 640px) {
    .pop-up-container .pop-up-content #pop-up-title {
        margin-bottom: 2rem;
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
@media (min-width: 1024px) {
    .pop-up-container .pop-up-content #pop-up-title {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}
.pop-up-container .pop-up-content #pop-up-desc {
    margin-bottom: 0.875rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}
@media (min-width: 640px) {
    .pop-up-container .pop-up-content #pop-up-desc {
        margin-bottom: 2rem;
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
@media (min-width: 1024px) {
    .pop-up-container .pop-up-content #pop-up-desc {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
.contact-section .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
@media (min-width: 640px) {
    .contact-section .title {
        font-size: 4.5rem;
        line-height: 1;
    }
}
@media (min-width: 1024px) {
    .contact-section .title {
        font-size: 6rem;
        line-height: 1;
    }
}
@media (min-width: 1280px) {
    .contact-section .title {
        font-size: 120px;
    }
}
.contact-section .title span {
                background: linear-gradient(
                    180deg,
                    #ff9d97 -20.11%,
                    #b1046b 83.15%
                );
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
.contact-section input,
        .contact-section textarea {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(244 97 174 / var(--tw-text-opacity));
}
.contact-section input::-moz-placeholder, .contact-section textarea::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(244 97 174 / var(--tw-text-opacity));
}
.contact-section input::placeholder,
        .contact-section textarea::placeholder {
    --tw-text-opacity: 1;
    color: rgb(244 97 174 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
    .contact-section input,
        .contact-section textarea {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
@media (min-width: 1280px) {
    .contact-section input,
        .contact-section textarea {
        text-align: left;
    }
}
.contact-section #btnSubmitForm .loader {
    position: absolute;
    top: 9px;
    left: 1.25rem;
    margin-right: 0.75rem;
    display: none;
    height: 0.75rem;
    width: 0.75rem;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.contact-section #btnSubmitForm .loader {
    animation: spin 1s linear infinite;
    --tw-text-opacity: 1;
    color: rgb(244 97 174 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
    .contact-section #btnSubmitForm .loader {
        top: 0.625rem;
        left: 1rem;
        height: 1rem;
        width: 1rem;
    }
}
@media (min-width: 1280px) {
    .contact-section #btnSubmitForm .loader {
        top: 1rem;
        left: 50px;
    }
}
.contact-section #btnSubmitForm.loading .loader {
    display: block;
}
.thankyou-section .title {
            background: linear-gradient(270deg, #ff87c6 12.07%, #fff 51.13%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 1.25rem !important;
            font-size: 2.25rem !important;
            line-height: 2.5rem !important;
            line-height: 40px !important;
        }
@media (min-width: 640px) {
    .thankyou-section .title {
        margin-bottom: 0.625rem !important;
        font-size: 3rem !important;
        line-height: 1.5 !important;
    }
}
@media (min-width: 1024px) {
    .thankyou-section .title {
        font-size: 4.5rem !important;
        line-height: 1.5 !important;
    }
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.inset-0 {
    inset: 0px;
}
.-left-20 {
    left: -5rem;
}
.-left-8 {
    left: -2rem;
}
.bottom-0 {
    bottom: 0px;
}
.left-0 {
    left: 0px;
}
.left-2 {
    left: 0.5rem;
}
.left-2\.5 {
    left: 0.625rem;
}
.left-5 {
    left: 1.25rem;
}
.left-6 {
    left: 1.5rem;
}
.right-8 {
    right: 2rem;
}
.top-0 {
    top: 0px;
}
.top-9 {
    top: 2.25rem;
}
.z-\[2\] {
    z-index: 2;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.m-auto {
    margin: auto;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.my-\[18px\] {
    margin-top: 18px;
    margin-bottom: 18px;
}
.-ml-\[6\%\] {
    margin-left: -6%;
}
.-mt-16 {
    margin-top: -4rem;
}
.-mt-5 {
    margin-top: -1.25rem;
}
.-mt-\[60px\] {
    margin-top: -60px;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mb-2\.5 {
    margin-bottom: 0.625rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mb-7 {
    margin-bottom: 1.75rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.ml-3 {
    margin-left: 0.75rem;
}
.ml-3\.5 {
    margin-left: 0.875rem;
}
.ml-4 {
    margin-left: 1rem;
}
.ml-6 {
    margin-left: 1.5rem;
}
.ml-auto {
    margin-left: auto;
}
.mr-2 {
    margin-right: 0.5rem;
}
.mr-2\.5 {
    margin-right: 0.625rem;
}
.mt-10 {
    margin-top: 2.5rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mt-8 {
    margin-top: 2rem;
}
.mt-\[30px\] {
    margin-top: 30px;
}
.block {
    display: block;
}
.flex {
    display: flex;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.h-6 {
    height: 1.5rem;
}
.h-\[120px\] {
    height: 120px;
}
.h-full {
    height: 100%;
}
.h-screen {
    height: 100vh;
}
.w-10 {
    width: 2.5rem;
}
.w-3 {
    width: 0.75rem;
}
.w-3\.5 {
    width: 0.875rem;
}
.w-4\/5 {
    width: 80%;
}
.w-40 {
    width: 10rem;
}
.w-\[111vw\] {
    width: 111vw;
}
.w-\[168px\] {
    width: 168px;
}
.w-\[170px\] {
    width: 170px;
}
.w-\[190px\] {
    width: 190px;
}
.w-\[222px\] {
    width: 222px;
}
.w-\[40\%\] {
    width: 40%;
}
.w-\[40vw\] {
    width: 40vw;
}
.w-\[60\%\] {
    width: 60%;
}
.w-auto {
    width: auto;
}
.w-full {
    width: 100%;
}
.min-w-\[132px\] {
    min-width: 132px;
}
.min-w-\[195px\] {
    min-width: 195px;
}
.min-w-\[250px\] {
    min-width: 250px;
}
.max-w-2xl {
    max-width: 42rem;
}
.max-w-\[1700px\] {
    max-width: 1700px;
}
.max-w-\[355px\] {
    max-width: 355px;
}
.max-w-\[390px\] {
    max-width: 390px;
}
.max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.max-w-md {
    max-width: 28rem;
}
.max-w-none {
    max-width: none;
}
.max-w-screen-2xl {
    max-width: 1536px;
}
.max-w-xs {
    max-width: 20rem;
}
.flex-1 {
    flex: 1 1 0%;
}
.resize {
    resize: both;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
    flex-direction: row;
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-2\.5 {
    gap: 0.625rem;
}
.gap-6 {
    gap: 1.5rem;
}
.gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
}
.gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
}
.gap-y-10 {
    row-gap: 2.5rem;
}
.gap-y-3 {
    row-gap: 0.75rem;
}
.gap-y-4 {
    row-gap: 1rem;
}
.gap-y-8 {
    row-gap: 2rem;
}
.self-start {
    align-self: flex-start;
}
.overflow-hidden {
    overflow: hidden;
}
.border-2 {
    border-width: 2px;
}
.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-transparent {
    background-color: transparent;
}
.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-spiral-bottom {
    background-image: url('../images/bg-bottom.jpg');
}
.bg-spiral-top-mobile {
    background-image: url('../images/bg-top-mobile.jpg');
}
.from-\[\#000c\] {
    --tw-gradient-from: #000c var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black {
    --tw-gradient-from: #000 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[60\%\] {
    --tw-gradient-from-position: 60%;
}
.from-\[70\%\] {
    --tw-gradient-from-position: 70%;
}
.from-\[94\%\] {
    --tw-gradient-from-position: 94%;
}
.bg-\[length\:100\%_auto\] {
    background-size: 100% auto;
}
.bg-top {
    background-position: top;
}
.p-5 {
    padding: 1.25rem;
}
.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.pb-0 {
    padding-bottom: 0px;
}
.pb-0\.5 {
    padding-bottom: 0.125rem;
}
.pb-10 {
    padding-bottom: 2.5rem;
}
.pb-14 {
    padding-bottom: 3.5rem;
}
.pb-16 {
    padding-bottom: 4rem;
}
.pb-20 {
    padding-bottom: 5rem;
}
.pb-24 {
    padding-bottom: 6rem;
}
.pb-32 {
    padding-bottom: 8rem;
}
.pt-1 {
    padding-top: 0.25rem;
}
.pt-10 {
    padding-top: 2.5rem;
}
.pt-16 {
    padding-top: 4rem;
}
.pt-6 {
    padding-top: 1.5rem;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.font-avenirNext {
    font-family: avenirNext, sans-serif;
}
.font-avenirNextBold {
    font-family: avenirNextBold, sans-serif;
}
.font-avenirNextDemi {
    font-family: avenirNextDemi, sans-serif;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.tracking-\[4\.8px\] {
    letter-spacing: 4.8px;
}
.tracking-widest {
    letter-spacing: 0.1em;
}
.text-themePink {
    --tw-text-opacity: 1;
    color: rgb(244 97 174 / var(--tw-text-opacity));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0 {
    opacity: 0;
}
.opacity-100 {
    opacity: 1;
}
.opacity-70 {
    opacity: 0.7;
}
.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-300 {
    transition-duration: 300ms;
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.grecaptcha-badge {
    visibility: hidden;
}
@media (min-width: 640px) {
    .sm\:left-0 {
        left: 0px;
    }
    .sm\:order-1 {
        order: 1;
    }
    .sm\:order-2 {
        order: 2;
    }
    .sm\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .sm\:-mt-10 {
        margin-top: -2.5rem;
    }
    .sm\:-mt-20 {
        margin-top: -5rem;
    }
    .sm\:mb-10 {
        margin-bottom: 2.5rem;
    }
    .sm\:mb-11 {
        margin-bottom: 2.75rem;
    }
    .sm\:mb-7 {
        margin-bottom: 1.75rem;
    }
    .sm\:mb-8 {
        margin-bottom: 2rem;
    }
    .sm\:ml-0 {
        margin-left: 0px;
    }
    .sm\:mr-0 {
        margin-right: 0px;
    }
    .sm\:mt-0 {
        margin-top: 0px;
    }
    .sm\:mt-11 {
        margin-top: 2.75rem;
    }
    .sm\:block {
        display: block;
    }
    .sm\:hidden {
        display: none;
    }
    .sm\:w-\[25px\] {
        width: 25px;
    }
    .sm\:max-w-md {
        max-width: 28rem;
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:gap-4 {
        gap: 1rem;
    }
    .sm\:self-center {
        align-self: center;
    }
    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .sm\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }
    .sm\:pb-1 {
        padding-bottom: 0.25rem;
    }
    .sm\:pb-20 {
        padding-bottom: 5rem;
    }
    .sm\:pb-36 {
        padding-bottom: 9rem;
    }
    .sm\:pb-\[calc\(15vh\+80px\)\] {
        padding-bottom: calc(15vh + 80px);
    }
    .sm\:pt-1 {
        padding-top: 0.25rem;
    }
    .sm\:pt-1\.5 {
        padding-top: 0.375rem;
    }
    .sm\:pt-16 {
        padding-top: 4rem;
    }
    .sm\:pt-20 {
        padding-top: 5rem;
    }
    .sm\:pt-\[calc\(8vh\+24px\)\] {
        padding-top: calc(8vh + 24px);
    }
    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .sm\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .sm\:tracking-\[6\.4px\] {
        letter-spacing: 6.4px;
    }
}
@media (min-width: 768px) {
    .md\:left-10 {
        left: 2.5rem;
    }
    .md\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .md\:mb-12 {
        margin-bottom: 3rem;
    }
    .md\:block {
        display: block;
    }
    .md\:inline-block {
        display: inline-block;
    }
    .md\:hidden {
        display: none;
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media (min-width: 1024px) {
    .lg\:-mt-24 {
        margin-top: -6rem;
    }
    .lg\:mb-0 {
        margin-bottom: 0px;
    }
    .lg\:mb-10 {
        margin-bottom: 2.5rem;
    }
    .lg\:mb-11 {
        margin-bottom: 2.75rem;
    }
    .lg\:mb-\[122px\] {
        margin-bottom: 122px;
    }
    .lg\:ml-auto {
        margin-left: auto;
    }
    .lg\:mt-0 {
        margin-top: 0px;
    }
    .lg\:mt-8 {
        margin-top: 2rem;
    }
    .lg\:block {
        display: block;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:grid {
        display: grid;
    }
    .lg\:h-7 {
        height: 1.75rem;
    }
    .lg\:h-\[200px\] {
        height: 200px;
    }
    .lg\:w-full {
        width: 100%;
    }
    .lg\:max-w-2xl {
        max-width: 42rem;
    }
    .lg\:max-w-4xl {
        max-width: 56rem;
    }
    .lg\:max-w-\[1175px\] {
        max-width: 1175px;
    }
    .lg\:max-w-\[465px\] {
        max-width: 465px;
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:gap-0 {
        gap: 0px;
    }
    .lg\:gap-10 {
        gap: 2.5rem;
    }
    .lg\:gap-\[130px\] {
        gap: 130px;
    }
    .lg\:self-end {
        align-self: flex-end;
    }
    .lg\:bg-spiral-top {
        background-image: url('../images/bg-top.jpg?v=3');
    }
    .lg\:from-\[86\%\] {
        --tw-gradient-from-position: 86%;
    }
    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .lg\:pb-5 {
        padding-bottom: 1.25rem;
    }
    .lg\:pb-\[114px\] {
        padding-bottom: 114px;
    }
    .lg\:pb-\[calc\(18vh\+80px\)\] {
        padding-bottom: calc(18vh + 80px);
    }
    .lg\:pt-24 {
        padding-top: 6rem;
    }
    .lg\:pt-\[88px\] {
        padding-top: 88px;
    }
    .lg\:pt-\[calc\(12vh\+20px\)\] {
        padding-top: calc(12vh + 20px);
    }
    .lg\:pt-\[calc\(12vh\+30px\)\] {
        padding-top: calc(12vh + 30px);
    }
    .lg\:pt-\[calc\(12vh\+40px\)\] {
        padding-top: calc(12vh + 40px);
    }
    .lg\:text-start {
        text-align: start;
    }
    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
@media (min-width: 1280px) {
    .xl\:m-0 {
        margin: 0px;
    }
    .xl\:-ml-1 {
        margin-left: -0.25rem;
    }
    .xl\:mb-16 {
        margin-bottom: 4rem;
    }
    .xl\:ml-0 {
        margin-left: 0px;
    }
    .xl\:mt-0 {
        margin-top: 0px;
    }
    .xl\:mt-20 {
        margin-top: 5rem;
    }
    .xl\:mt-5 {
        margin-top: 1.25rem;
    }
    .xl\:block {
        display: block;
    }
    .xl\:flex {
        display: flex;
    }
    .xl\:hidden {
        display: none;
    }
    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .xl\:flex-col {
        flex-direction: column;
    }
    .xl\:items-center {
        align-items: center;
    }
    .xl\:justify-between {
        justify-content: space-between;
    }
    .xl\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .xl\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .xl\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .xl\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .xl\:pb-\[calc\(11vw\+34px\)\] {
        padding-bottom: calc(11vw + 34px);
    }
    .xl\:pl-5 {
        padding-left: 1.25rem;
    }
    .xl\:pt-\[calc\(12vh\+30px\)\] {
        padding-top: calc(12vh + 30px);
    }
    .xl\:text-left {
        text-align: left;
    }
    .xl\:text-\[55px\] {
        font-size: 55px;
    }
}
