/*
! tailwindcss v3.4.0 | 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%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 480px){

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

    .container{
        max-width: 600px;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 768px){

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

    .container{
        max-width: 960px;
        padding-right: 3rem;
        padding-left: 3rem;
    }
}
@media (min-width: 1280px){

    .container{
        max-width: 1280px;
        padding-right: 4rem;
        padding-left: 4rem;
    }
}
@media (min-width: 1650px){

    .container{
        max-width: 1650px;
    }
}
.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.pointer-events-none{
    pointer-events: none;
}
.pointer-events-auto{
    pointer-events: auto;
}
.visible{
    visibility: visible;
}
.invisible{
    visibility: hidden;
}
.static{
    position: static;
}
.\!fixed{
    position: fixed !important;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.sticky{
    position: sticky;
}
.inset-0{
    inset: 0px;
}
.inset-y-0{
    top: 0px;
    bottom: 0px;
}
.\!top-0{
    top: 0px !important;
}
.-right-5{
    right: -1.25rem;
}
.-right-8{
    right: -2rem;
}
.-top-0{
    top: -0px;
}
.-top-0\.5{
    top: -0.125rem;
}
.-top-5{
    top: -1.25rem;
}
.bottom-0{
    bottom: 0px;
}
.left-0{
    left: 0px;
}
.left-1\/2{
    left: 50%;
}
.left-3{
    left: 0.75rem;
}
.left-5{
    left: 1.25rem;
}
.left-\[50\%\]{
    left: 50%;
}
.right-0{
    right: 0px;
}
.right-4{
    right: 1rem;
}
.top-0{
    top: 0px;
}
.top-1\/2{
    top: 50%;
}
.top-2{
    top: 0.5rem;
}
.z-0{
    z-index: 0;
}
.z-10{
    z-index: 10;
}
.z-20{
    z-index: 20;
}
.z-50{
    z-index: 50;
}
.order-1{
    order: 1;
}
.order-2{
    order: 2;
}
.col-span-full{
    grid-column: 1 / -1;
}
.\!m-0{
    margin: 0px !important;
}
.m-0{
    margin: 0px;
}
.m-8{
    margin: 2rem;
}
.mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.\!mb-0{
    margin-bottom: 0px !important;
}
.\!mb-4{
    margin-bottom: 1rem !important;
}
.-ml-0{
    margin-left: -0px;
}
.-ml-1{
    margin-left: -0.25rem;
}
.-mr-6{
    margin-right: -1.5rem;
}
.-mt-12{
    margin-top: -3rem;
}
.-mt-20{
    margin-top: -5rem;
}
.-mt-24{
    margin-top: -6rem;
}
.-mt-32{
    margin-top: -8rem;
}
.-mt-48{
    margin-top: -12rem;
}
.mb-10{
    margin-bottom: 2.5rem;
}
.mb-12{
    margin-bottom: 3rem;
}
.mb-14{
    margin-bottom: 3.5rem;
}
.mb-16{
    margin-bottom: 4rem;
}
.mb-20{
    margin-bottom: 5rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mb-6{
    margin-bottom: 1.5rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.ml-1{
    margin-left: 0.25rem;
}
.ml-20{
    margin-left: 5rem;
}
.ml-auto{
    margin-left: auto;
}
.mr-3{
    margin-right: 0.75rem;
}
.mr-auto{
    margin-right: auto;
}
.mt-1{
    margin-top: 0.25rem;
}
.mt-10{
    margin-top: 2.5rem;
}
.mt-12{
    margin-top: 3rem;
}
.mt-2{
    margin-top: 0.5rem;
}
.mt-20{
    margin-top: 5rem;
}
.mt-3{
    margin-top: 0.75rem;
}
.mt-4{
    margin-top: 1rem;
}
.mt-6{
    margin-top: 1.5rem;
}
.mt-8{
    margin-top: 2rem;
}
.mt-auto{
    margin-top: auto;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.\!flex{
    display: flex !important;
}
.flex{
    display: flex;
}
.inline-flex{
    display: inline-flex;
}
.table{
    display: table;
}
.grid{
    display: grid;
}
.\!hidden{
    display: none !important;
}
.hidden{
    display: none;
}
.\!aspect-square{
    aspect-ratio: 1 / 1 !important;
}
.aspect-\[1256\/837\]{
    aspect-ratio: 1256/837;
}
.aspect-\[2\/3\]{
    aspect-ratio: 2/3;
}
.aspect-square{
    aspect-ratio: 1 / 1;
}
.\!h-auto{
    height: auto !important;
}
.\!h-fit{
    height: -moz-fit-content !important;
    height: fit-content !important;
}
.\!h-full{
    height: 100% !important;
}
.h-1{
    height: 0.25rem;
}
.h-1\.5{
    height: 0.375rem;
}
.h-12{
    height: 3rem;
}
.h-14{
    height: 3.5rem;
}
.h-2{
    height: 0.5rem;
}
.h-2\/3{
    height: 66.666667%;
}
.h-20{
    height: 5rem;
}
.h-28{
    height: 7rem;
}
.h-4{
    height: 1rem;
}
.h-40{
    height: 10rem;
}
.h-48{
    height: 12rem;
}
.h-5{
    height: 1.25rem;
}
.h-6{
    height: 1.5rem;
}
.h-8{
    height: 2rem;
}
.h-9{
    height: 2.25rem;
}
.h-\[225px\]{
    height: 225px;
}
.h-\[260px\]{
    height: 260px;
}
.h-\[267px\]{
    height: 267px;
}
.h-\[2px\]{
    height: 2px;
}
.h-\[300px\]{
    height: 300px;
}
.h-\[400px\]{
    height: 400px;
}
.h-\[78px\]{
    height: 78px;
}
.h-\[89px\]{
    height: 89px;
}
.h-auto{
    height: auto;
}
.h-fit{
    height: -moz-fit-content;
    height: fit-content;
}
.h-full{
    height: 100%;
}
.max-h-\[240px\]{
    max-height: 240px;
}
.max-h-\[300px\]{
    max-height: 300px;
}
.max-h-\[400px\]{
    max-height: 400px;
}
.max-h-\[442px\]{
    max-height: 442px;
}
.max-h-\[450px\]{
    max-height: 450px;
}
.max-h-\[600px\]{
    max-height: 600px;
}
.max-h-\[78px\]{
    max-height: 78px;
}
.max-h-\[80px\]{
    max-height: 80px;
}
.max-h-screen{
    max-height: 100vh;
}
.min-h-\[200px\]{
    min-height: 200px;
}
.min-h-\[20rem\]{
    min-height: 20rem;
}
.min-h-full{
    min-height: 100%;
}
.min-h-screen{
    min-height: 100vh;
}
.\!w-56{
    width: 14rem !important;
}
.\!w-fit{
    width: -moz-fit-content !important;
    width: fit-content !important;
}
.\!w-full{
    width: 100% !important;
}
.w-0{
    width: 0px;
}
.w-1{
    width: 0.25rem;
}
.w-1\.5{
    width: 0.375rem;
}
.w-1\/2{
    width: 50%;
}
.w-12{
    width: 3rem;
}
.w-16{
    width: 4rem;
}
.w-2{
    width: 0.5rem;
}
.w-2\/3{
    width: 66.666667%;
}
.w-28{
    width: 7rem;
}
.w-4{
    width: 1rem;
}
.w-4\/5{
    width: 80%;
}
.w-40{
    width: 10rem;
}
.w-5{
    width: 1.25rem;
}
.w-6{
    width: 1.5rem;
}
.w-8{
    width: 2rem;
}
.w-9{
    width: 2.25rem;
}
.w-\[171px\]{
    width: 171px;
}
.w-\[30\%\]{
    width: 30%;
}
.w-\[89px\]{
    width: 89px;
}
.w-auto{
    width: auto;
}
.w-fit{
    width: -moz-fit-content;
    width: fit-content;
}
.w-full{
    width: 100%;
}
.w-screen{
    width: 100vw;
}
.min-w-0{
    min-width: 0px;
}
.min-w-40{
    min-width: 10rem;
}
.min-w-52{
    min-width: 13rem;
}
.min-w-full{
    min-width: 100%;
}
.max-w-48{
    max-width: 12rem;
}
.max-w-\[1000px\]{
    max-width: 1000px;
}
.max-w-\[1200px\]{
    max-width: 1200px;
}
.max-w-\[171px\]{
    max-width: 171px;
}
.max-w-\[500px\]{
    max-width: 500px;
}
.max-w-\[650px\]{
    max-width: 650px;
}
.max-w-full{
    max-width: 100%;
}
.max-w-none{
    max-width: none;
}
.max-w-sm{
    max-width: 24rem;
}
.flex-1{
    flex: 1 1 0%;
}
.flex-shrink{
    flex-shrink: 1;
}
.flex-shrink-0{
    flex-shrink: 0;
}
.flex-grow{
    flex-grow: 1;
}
.-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));
}
.transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin{

    to{
        transform: rotate(360deg);
    }
}
.animate-spin{
    animation: spin 1s linear infinite;
}
.cursor-pointer{
    cursor: pointer;
}
.resize{
    resize: both;
}
.\!list-none{
    list-style-type: none !important;
}
.list-decimal{
    list-style-type: decimal;
}
.list-disc{
    list-style-type: disc;
}
.list-none{
    list-style-type: none;
}
.appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-rows-\[auto_1fr\]{
    grid-template-rows: auto 1fr;
}
.flex-row{
    flex-direction: row;
}
.\!flex-col{
    flex-direction: column !important;
}
.flex-col{
    flex-direction: column;
}
.flex-wrap{
    flex-wrap: wrap;
}
.items-start{
    align-items: flex-start;
}
.items-center{
    align-items: center;
}
.items-stretch{
    align-items: stretch;
}
.justify-start{
    justify-content: flex-start;
}
.justify-end{
    justify-content: flex-end;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.justify-evenly{
    justify-content: space-evenly;
}
.gap-10{
    gap: 2.5rem;
}
.gap-2{
    gap: 0.5rem;
}
.gap-4{
    gap: 1rem;
}
.gap-6{
    gap: 1.5rem;
}
.gap-8{
    gap: 2rem;
}
.gap-\[calc\(1\.5vh\+1\.5vw\)\]{
    gap: calc(1.5vh + 1.5vw);
}
.\!gap-y-2{
    row-gap: 0.5rem !important;
}
.gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
}
.gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
}
.gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
}
.gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
}
.gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
}
.gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
}
.gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
}
.gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}
.gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
}
.gap-y-1{
    row-gap: 0.25rem;
}
.gap-y-10{
    row-gap: 2.5rem;
}
.gap-y-12{
    row-gap: 3rem;
}
.gap-y-14{
    row-gap: 3.5rem;
}
.gap-y-16{
    row-gap: 4rem;
}
.gap-y-2{
    row-gap: 0.5rem;
}
.gap-y-4{
    row-gap: 1rem;
}
.gap-y-6{
    row-gap: 1.5rem;
}
.gap-y-8{
    row-gap: 2rem;
}
.overflow-hidden{
    overflow: hidden;
}
.\!overflow-visible{
    overflow: visible !important;
}
.overflow-visible{
    overflow: visible;
}
.overflow-y-auto{
    overflow-y: auto;
}
.\!overflow-x-hidden{
    overflow-x: hidden !important;
}
.overflow-x-hidden{
    overflow-x: hidden;
}
.overflow-x-clip{
    overflow-x: clip;
}
.whitespace-nowrap{
    white-space: nowrap;
}
.\!rounded-full{
    border-radius: 9999px !important;
}
.rounded{
    border-radius: 0.25rem;
}
.rounded-2xl{
    border-radius: 1rem;
}
.rounded-3xl{
    border-radius: 1.5rem;
}
.rounded-\[30px\]{
    border-radius: 30px;
}
.rounded-\[40px\]{
    border-radius: 40px;
}
.rounded-full{
    border-radius: 9999px;
}
.rounded-lg{
    border-radius: 0.5rem;
}
.rounded-none{
    border-radius: 0px;
}
.rounded-xl{
    border-radius: 0.75rem;
}
.rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}
.rounded-t-\[30px\]{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.\!border-2{
    border-width: 2px !important;
}
.\!border-4{
    border-width: 4px !important;
}
.border{
    border-width: 1px;
}
.border-0{
    border-width: 0px;
}
.border-2{
    border-width: 2px;
}
.border-8{
    border-width: 8px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-b-2{
    border-bottom-width: 2px;
}
.border-l-4{
    border-left-width: 4px;
}
.border-t{
    border-top-width: 1px;
}
.border-t-0{
    border-top-width: 0px;
}
.\!border-none{
    border-style: none !important;
}
.border-none{
    border-style: none;
}
.\!border-\[\#E6E6E6\]{
    --tw-border-opacity: 1 !important;
    border-color: rgb(230 230 230 / var(--tw-border-opacity)) !important;
}
.\!border-primary{
    --tw-border-opacity: 1 !important;
    border-color: rgb(7 14 43 / var(--tw-border-opacity)) !important;
}
.border-\[\#13DCF2\]{
    --tw-border-opacity: 1;
    border-color: rgb(19 220 242 / var(--tw-border-opacity));
}
.border-\[\#323955B2\]{
    border-color: #323955B2;
}
.border-\[\#323955\]{
    --tw-border-opacity: 1;
    border-color: rgb(50 57 85 / var(--tw-border-opacity));
}
.border-\[\#E0E0E0\]{
    --tw-border-opacity: 1;
    border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.border-\[\#E3E3E3\]{
    --tw-border-opacity: 1;
    border-color: rgb(227 227 227 / var(--tw-border-opacity));
}
.border-\[\#E6E6E6\]{
    --tw-border-opacity: 1;
    border-color: rgb(230 230 230 / var(--tw-border-opacity));
}
.border-black{
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(7 14 43 / var(--tw-border-opacity));
}
.border-primary\/20{
    border-color: rgb(7 14 43 / 0.2);
}
.border-primary\/50{
    border-color: rgb(7 14 43 / 0.5);
}
.border-secondary\/25{
    border-color: rgb(19 220 242 / 0.25);
}
.border-transparent{
    border-color: transparent;
}
.\!bg-\[\#635FD9\]{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(99 95 217 / var(--tw-bg-opacity)) !important;
}
.\!bg-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity)) !important;
}
.\!bg-secondary{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(19 220 242 / var(--tw-bg-opacity)) !important;
}
.\!bg-transparent{
    background-color: transparent !important;
}
.\!bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#13DCF2\]{
    --tw-bg-opacity: 1;
    background-color: rgb(19 220 242 / var(--tw-bg-opacity));
}
.bg-\[\#CB91F2\]{
    --tw-bg-opacity: 1;
    background-color: rgb(203 145 242 / var(--tw-bg-opacity));
}
.bg-\[\#F2E750\]{
    --tw-bg-opacity: 1;
    background-color: rgb(242 231 80 / var(--tw-bg-opacity));
}
.bg-\[\#F5F5F5\]{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-\[\#F6F6F6\]{
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-\[\#F7F7F7\]{
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-light{
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(7 14 43 / var(--tw-bg-opacity));
}
.bg-primary\/15{
    background-color: rgb(7 14 43 / 0.15);
}
.bg-primary\/80{
    background-color: rgb(7 14 43 / 0.8);
}
.bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgb(99 95 217 / var(--tw-bg-opacity));
}
.bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgb(19 220 242 / var(--tw-bg-opacity));
}
.bg-transparent{
    background-color: transparent;
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-none{
    background-image: none;
}
.from-\[\#635FD9\]{
    --tw-gradient-from: #635FD9 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(99 95 217 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#3F04BF\]{
    --tw-gradient-to: #3F04BF var(--tw-gradient-to-position);
}
.bg-cover{
    background-size: cover;
}
.bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
}
.bg-bottom{
    background-position: bottom;
}
.bg-no-repeat{
    background-repeat: no-repeat;
}
.fill-current{
    fill: currentColor;
}
.fill-primary{
    fill: #070E2B;
}
.object-contain{
    -o-object-fit: contain;
       object-fit: contain;
}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}
.object-center{
    -o-object-position: center;
       object-position: center;
}
.object-top{
    -o-object-position: top;
       object-position: top;
}
.\!p-3{
    padding: 0.75rem !important;
}
.p-1{
    padding: 0.25rem;
}
.p-10{
    padding: 2.5rem;
}
.p-12{
    padding: 3rem;
}
.p-14{
    padding: 3.5rem;
}
.p-2{
    padding: 0.5rem;
}
.p-4{
    padding: 1rem;
}
.p-6{
    padding: 1.5rem;
}
.p-8{
    padding: 2rem;
}
.p-\[calc\(1\.5vw\+1\.5vh\)\]{
    padding: calc(1.5vw + 1.5vh);
}
.\!px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.\!py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.\!py-2\.5{
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
}
.px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-\[calc\(2vh\+2vw\)\]{
    padding-left: calc(2vh + 2vw);
    padding-right: calc(2vh + 2vw);
}
.px-\[calc\(2vw\+2vh\)\]{
    padding-left: calc(2vw + 2vh);
    padding-right: calc(2vw + 2vh);
}
.py-0{
    padding-top: 0px;
    padding-bottom: 0px;
}
.py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.py-\[calc\(2vh\+2vw\)\]{
    padding-top: calc(2vh + 2vw);
    padding-bottom: calc(2vh + 2vw);
}
.py-\[calc\(3vw\+3vh\)\]{
    padding-top: calc(3vw + 3vh);
    padding-bottom: calc(3vw + 3vh);
}
.\!pb-10{
    padding-bottom: 2.5rem !important;
}
.pb-10{
    padding-bottom: 2.5rem;
}
.pb-16{
    padding-bottom: 4rem;
}
.pb-20{
    padding-bottom: 5rem;
}
.pb-4{
    padding-bottom: 1rem;
}
.pb-6{
    padding-bottom: 1.5rem;
}
.pl-10{
    padding-left: 2.5rem;
}
.pl-12{
    padding-left: 3rem;
}
.pl-4{
    padding-left: 1rem;
}
.pl-8{
    padding-left: 2rem;
}
.pr-10{
    padding-right: 2.5rem;
}
.pr-4{
    padding-right: 1rem;
}
.pt-10{
    padding-top: 2.5rem;
}
.pt-2{
    padding-top: 0.5rem;
}
.pt-20{
    padding-top: 5rem;
}
.pt-40{
    padding-top: 10rem;
}
.pt-48{
    padding-top: 12rem;
}
.pt-5{
    padding-top: 1.25rem;
}
.pt-6{
    padding-top: 1.5rem;
}
.pt-8{
    padding-top: 2rem;
}
.text-center{
    text-align: center;
}
.text-start{
    text-align: start;
}
.\!text-base{
    font-size: 1rem !important;
}
.text-2xl{
    font-size: 1.5rem;
}
.text-3xl{
    font-size: 1.875rem;
}
.text-4xl{
    font-size: 2.25rem;
}
.text-5xl{
    font-size: 3rem;
}
.text-\[0\.8rem\]{
    font-size: 0.8rem;
}
.text-\[48px\]{
    font-size: 48px;
}
.text-base{
    font-size: 1rem;
}
.text-lg{
    font-size: 1.125rem;
}
.text-sm{
    font-size: 0.875rem;
}
.text-xl{
    font-size: 1.25rem;
}
.text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
}
.font-\[500\]{
    font-weight: 500;
}
.font-bold{
    font-weight: 700;
}
.font-extrabold{
    font-weight: 800;
}
.font-light{
    font-weight: 300;
}
.font-normal{
    font-weight: 400;
}
.font-semibold{
    font-weight: 600;
}
.uppercase{
    text-transform: uppercase;
}
.\!leading-none{
    line-height: 1 !important;
}
.leading-none{
    line-height: 1;
}
.leading-normal{
    line-height: 1.5;
}
.\!text-black{
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.\!text-white{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#\#13DCF2\]{
    color: ##13DCF2;
}
.text-\[\#090126\]{
    --tw-text-opacity: 1;
    color: rgb(9 1 38 / var(--tw-text-opacity));
}
.text-\[\#0DD9B3\]{
    --tw-text-opacity: 1;
    color: rgb(13 217 179 / var(--tw-text-opacity));
}
.text-\[\#13DCF2\]{
    --tw-text-opacity: 1;
    color: rgb(19 220 242 / var(--tw-text-opacity));
}
.text-\[\#747B83\]{
    --tw-text-opacity: 1;
    color: rgb(116 123 131 / var(--tw-text-opacity));
}
.text-\[\#898989\]{
    --tw-text-opacity: 1;
    color: rgb(137 137 137 / var(--tw-text-opacity));
}
.text-\[\#C0C0C0\]{
    --tw-text-opacity: 1;
    color: rgb(192 192 192 / var(--tw-text-opacity));
}
.text-\[\#F06DF2\]{
    --tw-text-opacity: 1;
    color: rgb(240 109 242 / var(--tw-text-opacity));
}
.text-\[\#F2E750\]{
    --tw-text-opacity: 1;
    color: rgb(242 231 80 / var(--tw-text-opacity));
}
.text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-200{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-inherit{
    color: inherit;
}
.text-primary{
    --tw-text-opacity: 1;
    color: rgb(7 14 43 / var(--tw-text-opacity));
}
.text-purple{
    --tw-text-opacity: 1;
    color: rgb(99 95 217 / var(--tw-text-opacity));
}
.text-secondary{
    --tw-text-opacity: 1;
    color: rgb(19 220 242 / var(--tw-text-opacity));
}
.text-transparent{
    color: transparent;
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/70{
    color: rgb(255 255 255 / 0.7);
}
.underline{
    text-decoration-line: underline;
}
.no-underline{
    text-decoration-line: none;
}
.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.\!opacity-100{
    opacity: 1 !important;
}
.opacity-0{
    opacity: 0;
}
.opacity-100{
    opacity: 1;
}
.opacity-25{
    opacity: 0.25;
}
.opacity-50{
    opacity: 0.5;
}
.opacity-60{
    opacity: 0.6;
}
.opacity-75{
    opacity: 0.75;
}
.shadow{
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\!outline-0{
    outline-width: 0px !important;
}
.outline-0{
    outline-width: 0px;
}
.blur-lg{
    --tw-blur: blur(16px);
    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);
}
.brightness-100{
    --tw-brightness: brightness(1);
    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);
}
.brightness-50{
    --tw-brightness: brightness(.5);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.sepia{
    --tw-sepia: sepia(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-colors{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-300{
    transition-duration: 300ms;
}
.duration-500{
    transition-duration: 500ms;
}
.duration-\[1000\]{
    transition-duration: 1000;
}
.ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.alignfull{
    margin: 2rem calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw;
}
.alignwide{
    margin: 2rem 0;
    max-width: 1280px !important;
}
.alignnone{
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    max-width: 100%;
}
.aligncenter{
    margin: 0.5rem auto;
    display: block;
}
@media (min-width: 600px){

    .alignleft:not(.wp-block-button){
        margin-right: 0.5rem;
        float: left;
    }

    .alignright:not(.wp-block-button){
        margin-left: 0.5rem;
        float: right;
    }

    .wp-block-button.alignleft a{
        float: left;
        margin-right: 1rem;
    }

    .wp-block-button.alignright a{
        float: right;
        margin-left: 1rem;
    }
}
.wp-caption{
    display: inline-block;
}
.wp-caption img{
    margin-bottom: 0.5rem;
    line-height: 1;
}
.wp-caption-text{
    font-size: 0;
    color: #4b5563;
}
.font-body {
    font-family: 'Manrope', sans-serif;
}
.font-head {
    font-family: 'Unbounded', sans-serif;
}
body{
    font-size: 1rem;
    font-family: 'Manrope', sans-serif;
}
h1, h2, h3, h4, h5, h6{
    line-height: 1.5;
    font-family: 'Unbounded', sans-serif;
}
h1, .h1{
    font-size: 2.25rem;
}
@media (min-width: 768px){

    h1, .h1{
        font-size: 3rem;
    }
}
@media (min-width: 1650px){

    h1, .h1{
        font-size: 3.75rem;
    }
}
h2, .h2{
    font-size: 1.875rem;
}
@media (min-width: 768px){

    h2, .h2{
        font-size: 2.25rem;
    }
}
@media (min-width: 1650px){

    h2, .h2{
        font-size: 3rem;
    }
}
h3, .h3{
    font-size: 1.5rem;
}
@media (min-width: 768px){

    h3, .h3{
        font-size: 1.875rem;
    }
}
@media (min-width: 1650px){

    h3, .h3{
        font-size: 1.875rem;
    }
}
h4, .h4{
    font-size: 1.25rem;
}
@media (min-width: 768px){

    h4, .h4{
        font-size: 1.5rem;
    }
}
@media (min-width: 1650px){

    h4, .h4{
        font-size: 1.5rem;
    }
}
h5, .h5{
    font-size: 1.125rem;
}
@media (min-width: 768px){

    h5, .h5{
        font-size: 1.25rem;
    }
}
@media (min-width: 1650px){

    h5, .h5{
        font-size: 1.25rem;
    }
}
h6, .h6{
    font-size: 1rem;
}
@media (min-width: 768px){

    h6, .h6{
        font-size: 1.125rem;
    }
}
.has-lg-text{
    font-size: 1rem;
}
@media (min-width: 768px){

    .has-lg-text{
        font-size: 1.125rem;
    }
}
.has-xl-text{
    font-size: 1.125rem;
}
@media (min-width: 768px){

    .has-xl-text{
        font-size: 1.25rem;
    }
}
@media (min-width: 1650px){

    .has-xl-text{
        font-size: 1.25rem;
    }
}
.has-2xl-text{
    font-size: 1.25rem;
}
@media (min-width: 768px){

    .has-2xl-text{
        font-size: 1.5rem;
    }
}
@media (min-width: 1650px){

    .has-2xl-text{
        font-size: 1.5rem;
    }
}
.has-3xl-text{
    font-size: 1.5rem;
}
@media (min-width: 768px){

    .has-3xl-text{
        font-size: 1.875rem;
    }
}
@media (min-width: 1650px){

    .has-3xl-text{
        font-size: 1.875rem;
    }
}
.has-4xl-text{
    font-size: 1.875rem;
}
@media (min-width: 768px){

    .has-4xl-text{
        font-size: 2.25rem;
    }
}
@media (min-width: 1650px){

    .has-4xl-text{
        font-size: 2.25rem;
    }
}
.has-5xl-text{
    font-size: 2.25rem;
}
@media (min-width: 768px){

    .has-5xl-text{
        font-size: 3rem;
    }
}
@media (min-width: 1650px){

    .has-5xl-text{
        font-size: 3rem;
    }
}
.has-6xl-text{
    font-size: 2.25rem;
}
@media (min-width: 768px){

    .has-6xl-text{
        font-size: 3rem;
    }
}
@media (min-width: 1650px){

    .has-6xl-text{
        font-size: 3.75rem;
    }
}
ul li{
    list-style-type: none;
}
ul li *::marker{
    color: rgb(7 14 43 );
}
ul li::marker{
    color: rgb(7 14 43 );
}
a{
    --tw-text-opacity: 1;
    color: rgb(99 95 217 / var(--tw-text-opacity));
    text-decoration-line: none !important;
}
a:hover{
    --tw-text-opacity: 1;
    color: rgb(99 95 217 / var(--tw-text-opacity));
}
table{
    width: 100%;
    border-collapse: collapse;
}
table th,table td{
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(247 247 247 / var(--tw-border-opacity));
}
/* .entry-content {
    h1:first-child,
    h2:first-child,
    h3:first-child,
    h4:first-child,
    h5:first-child,
    h6:first-child {
        @apply !mt-0;
    }
}  */
.eyebrow-heading {
    color: #13DCF2;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.2px;
    text-transform: uppercase;
}
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
    --tw-text-opacity: 1;
    color: rgb(19 220 242 / var(--tw-text-opacity));
    text-decoration-line: underline;
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
    text-decoration-line: none;
}
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
    margin-bottom: 2rem;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .block-editor-block-list__layout h1, .block-editor-block-list__layout h2, .block-editor-block-list__layout h3, .block-editor-block-list__layout h4, .block-editor-block-list__layout h5, .block-editor-block-list__layout h6{
    margin-bottom: 2rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
    list-style-position: inside;
    list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li{
    list-style-position: inside;
    list-style-type: decimal;
}
.alt-heading{
    margin-bottom: 0px !important;
}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6{
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
}
.purple-text{
    --tw-text-opacity: 1 !important;
    color: rgb(99 95 217 / var(--tw-text-opacity)) !important;
}
#breadcrumbs{
    margin-bottom: 2rem;
}
#breadcrumbs span a{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
#breadcrumbs{
    --tw-text-opacity: 1 !important;
    color: rgb(19 220 242 / var(--tw-text-opacity)) !important;
}
#breadcrumbs .breadcrumb_last{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
@media (min-width: 1280px) {
    .no-wrap-heading {
        white-space: nowrap;
    }
    .wrap-heading{
        width: 66.666667%;
    }
}
html {
   scroll-behavior: smooth;
}
.entry-content-wrapper{
    display: flex;
    flex-direction: column;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
@media (min-width: 960px){

    .entry-content-wrapper{
        flex-direction: row;
    }
}
.entry-content-wrapper .entry-content{
    padding-top: 0px;
    padding-bottom: 0px;
}
@media (min-width: 960px){

    .entry-content-wrapper .entry-content{
        width: 70%;
    }
}
.entry-content{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
aside{
    position: sticky;
    top: 2.5rem;
    display: none;
    width: 30%;
    flex-shrink: 0;
    flex-direction: column;
    row-gap: 2rem;
}
@media (max-width: 959px) {
  #primary-menu:not(aside) {
    overflow-y: auto;
    z-index: 2000;
  }
  #primary-menuaside {
    display: none;
  }
  
  #primary-menu:not(aside) {
    display: block;
    position: fixed;
    margin: 0px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 3.5rem;
        top: var(--mobile-inset);
        left: var(--mobile-inset);
        right: var(--mobile-inset);
        z-index: 2000;
        border-radius: var(--mobile-radius);
        box-shadow: var(--mobile-shadow);
        padding: 14px;
        margin: 0;
        max-height: calc(100vh - (var(--mobile-inset) * 2));
  }
}
@media (min-width: 960px){

    aside{
        display: flex;
    }
}
aside {
    align-self: flex-start;
}
.toc{
    width: 100%;
    flex-shrink: 0;
    border-radius: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 246 / var(--tw-bg-opacity));
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
    --tw-text-opacity: 1;
    color: rgb(99 95 217 / var(--tw-text-opacity));
    text-decoration-line: underline;
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
    text-decoration-line: none;
}
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
    margin-bottom: 2rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
    list-style-position: inside;
    list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li{
    list-style-position: inside;
    list-style-type: decimal;
}
.rounded-element{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.break-container {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    max-width: none;
}
body {
    overflow-x: clip;
}
.people-image-loop{
    aspect-ratio: 2/3;
    max-height: 400px;
    width: 100%;
    border-radius: 1rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.people-image{
    aspect-ratio: 2/3;
    max-height: 600px;
    width: 100%;
    border-radius: 1rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
}
.page-numbers{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.page-numbers:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(99 95 217 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.pagination{
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
    padding: 0.25rem;
}
.pagination .current{
    border-radius: 9999px;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(99 95 217 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.blue-dot::after {
  content: '';
  margin-left: 0.25rem;
  margin-top: 0.5rem;
  display: inline-block;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(19 220 242 / var(--tw-bg-opacity));
  vertical-align: text-top;
}
@media (min-width: 960px){

    .blue-dot::after{
        height: 0.625rem;
        width: 0.625rem;
    }
}
.hero-title .blue-dot::after {
  content: '';
  margin-top: 0.75rem;
  margin-left: -0px;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(19 220 242 / var(--tw-bg-opacity));
  vertical-align: text-top;
}
.double-blue::before {
  content: '';
  margin-right: 0.75rem;
  display: inline-block;
  vertical-align: middle;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="5" viewBox="0 0 14 5" fill="none"><circle cx="2.5" cy="2.5" r="2.5" fill="%2313DCF2"/><circle cx="11.5" cy="2.5" r="2.5" fill="%2313DCF2"/></svg>');
  background-repeat: no-repeat;
  background-size: 14px 5px;
  width: 14px;
  height: 5px;
}
.partner-loop{
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.partner-loop img{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.partner-loop:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(7 14 43 / var(--tw-bg-opacity));
}
.partner-loop:hover img{
    opacity: 0;
}
.partner-loop:hover .partner-content{
    opacity: 1;
}
.partner-content{
    position: absolute;
    inset: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 1rem;
    padding: 2rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.main-content-image{
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
}
@media (min-width: 960px){

    .main-content-image{
        width: 50%;
    }
}
.main-content-image img{
    margin-right: auto;
    aspect-ratio: 1 / 1;
    max-height: 442px;
    width: 80%;
    max-width: 650px;
    border-radius: 40px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
@media (min-width: 960px){

    .main-content-image img{
        width: 100%;
    }
}
.main-content-image .gradient-border{
    position: absolute;
    margin-top: -5rem;
    margin-right: -1.5rem;
    height: 100%;
    width: 80%;
    max-width: 650px;
    border-radius: 40px;
}
@media (min-width: 600px){

    .main-content-image .gradient-border{
        margin-right: -1rem;
    }
}
@media (min-width: 768px){

    .main-content-image .gradient-border{
        margin-top: -6rem;
    }
}
@media (min-width: 960px){

    .main-content-image .gradient-border{
        margin-right: -6rem;
        width: 100%;
    }
}
@media (min-width: 1650px){

    .main-content-image .gradient-border{
        margin-top: -6rem;
    }
}
.main-content-image .gradient-border {
        background: 
        linear-gradient(#ffff, #ffff ) padding-box,
        linear-gradient(135deg, #13DCF2, #F2E750) border-box;
        border: 2px solid transparent;
    }
.accordion-features-image{
    position: relative;
    margin-bottom: 3.5rem;
    display: flex;
    height: auto;
    width: 100%;
    align-items: center;
    justify-content: center;
}
@media (min-width: 600px){

    .accordion-features-image{
        margin-bottom: 2rem;
    }
}
@media (min-width: 960px){

    .accordion-features-image{
        margin-top: 4rem;
        margin-bottom: 0px;
    }
}
.accordion-features-image img{
    z-index: 10;
    margin-right: auto;
    aspect-ratio: 1 / 1;
    max-height: 300px;
    width: 80%;
    max-width: 650px;
    border-radius: 40px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
@media (min-width: 600px){

    .accordion-features-image img{
        max-height: 340px;
    }
}
@media (min-width: 768px){

    .accordion-features-image img{
        max-height: 442px;
    }
}
@media (min-width: 960px){

    .accordion-features-image img{
        width: 100%;
    }
}
.accordion-features-image .gradient-border{
    position: absolute;
    margin-top: -6rem;
    margin-right: -1.5rem;
    height: 100%;
    width: 80%;
    max-width: 650px;
    border-radius: 40px;
}
@media (min-width: 960px){

    .accordion-features-image .gradient-border{
        margin-right: -6rem;
        margin-top: -13rem;
        max-height: 380px;
        width: 100%;
    }
}
@media (min-width: 1280px){

    .accordion-features-image .gradient-border{
        margin-top: -6rem;
        max-height: 442px;
    }
}
@media (min-width: 1650px){

    .accordion-features-image .gradient-border{
        margin-right: -5rem;
        margin-top: -9rem;
    }
}
.accordion-features-image .gradient-border {
        background: 
        linear-gradient(#ffff, #ffff ) padding-box,
        linear-gradient(135deg, #13DCF2, #F2E750) border-box;
        border: 2px solid transparent;
    }
.case-study-img{
    width: 100%;
}
.case-study-img img{
    width: 100%;
}
.service-content{
    margin-top: 3rem;
}
@media (min-width: 960px){

    .service-content{
        margin-top: 0px;
    }
}
.service-content ul{
    margin-bottom: 0px;
    display: flex;
    height: 100%;
    flex-direction: column;
}
.top-block-margin .overview-block{
    align-items: flex-start !important;
}
.overview-description p:last-child{
    margin-bottom: 0px !important;
}
.main-content ul li, .service-content ul li{
    position: relative;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    list-style-type: none !important;
    border-style: none !important;
    padding-left: 2rem;
}
.main-content ul li:first-child, .service-content ul li:first-child{
    margin-top: 0px;
}
.main-content ul li:last-child, .service-content ul li:last-child{
    margin-bottom: 0px;
}
.main-content ul li::before, .service-content ul li::before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23635FD9'/%3E%3Cg transform='translate(4.5, 6)'%3E%3Cpath d='M3.79489 7.27266C3.67351 7.27266 3.55213 7.22903 3.4592 7.13997L0.1383 3.95713C-0.0475647 3.77899 -0.0475647 3.49179 0.1383 3.31365C0.324164 3.13551 0.623822 3.13551 0.809687 3.31365L3.79489 6.17475L10.0991 0.132626C10.285 -0.0455109 10.5846 -0.0455109 10.7705 0.132626C10.9564 0.310764 10.9564 0.597965 10.7705 0.776102L4.12869 7.13997C4.03576 7.22903 3.91438 7.27266 3.793 7.27266H3.79489Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
.rounded-content{
    border-radius: 1rem;
}
.wp-block-cover{
    margin-bottom: 2rem;
}
.services-block:not(:last-of-type) .border-service{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
dialog{
    pointer-events: none;
    visibility: hidden;
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    max-height: 100vh;
    min-height: 100%;
    width: 100vw;
    max-width: none;
    align-items: center;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: transparent;
    padding-left: calc(2vw + 2vh);
    padding-right: calc(2vw + 2vh);
    padding-top: calc(3vw + 3vh);
    padding-bottom: calc(3vw + 3vh);
    opacity: 0;
    transition-property: none;
}
dialog::backdrop{
    background-color: rgb(0 0 0 / 0.3);
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
@media (min-width: 600px){

    dialog{
        min-width: 0px;
    }
}
@media (min-width: 768px){

    dialog{
        overflow: hidden;
        padding: calc(3vw + 3vh);
    }
}
dialog[open]{
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}
dialog .dialog-wrap{
    position: relative;
    display: flex;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    flex-direction: column;
    overflow: visible;
    border-radius: 1.5rem;
    border-width: 1px;
    border-color: rgb(19 220 242 / 0.25);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: calc(1.5vw + 1.5vh);
}
@media (min-width: 768px){

    dialog .dialog-wrap{
        padding: calc(5vw + 5vh);
    }
}
dialog .dialog-wrap .dialog-content .dialog-content-header a{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-decoration-line: none;
}
dialog .dialog-wrap .dialog-content .dialog-content-header a:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
dialog .dialog-wrap .dialog-close{
    position: absolute;
    top: -1.25rem;
    right: -1.25rem;
    display: flex;
    aspect-ratio: 1 / 1;
    min-width: 0px;
    cursor: pointer;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(19 220 242 / var(--tw-bg-opacity));
    padding: 0.75rem !important;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
dialog .dialog-wrap .dialog-close:hover{
    --tw-rotate: -180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/* Single solid header colour (no gradient) */
:root {
  --header-dark-bg: #090f1f;
  --brand-accent: #13DCF2;

  --mobile-inset: 16px;
  --mobile-radius: 24px;
  --mobile-shadow: 0 18px 50px rgba(0,0,0,0.18);
  --mobile-divider: rgba(9, 15, 31, 0.10);
}
#site-header{
    position: fixed !important;
    z-index: 50;
    width: 100% !important;
    background-color: transparent !important;
}
#primary-menu{
    position: relative;
}
/* Dark BG Pages */
#site-header.is-sticky.is-scrolled:not([data-is-bg-white="true"]){
    --tw-bg-opacity: 1 !important;
    background-color: rgb(7 14 43 / var(--tw-bg-opacity)) !important;
}
#site-header.is-sticky.is-scrolled:not([data-is-bg-white="true"]) #primary-menu > ul > li > a{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* White BG Pages */
#site-header[data-is-bg-white="true"]{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
#site-header[data-is-bg-white="true"] .header-cta{
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    border-radius: 9999px;
    border-width: 2px;
    border-color: transparent;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
#site-header[data-is-bg-white="true"] .header-cta:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(99 95 217 / var(--tw-text-opacity)) !important;
}
#site-header[data-is-bg-white="true"] .header-cta {
        background: 
        linear-gradient(#fff, #ffff ) padding-box,
        linear-gradient(135deg, #F2E750, #13DCF2) border-box;
    }
#site-header[data-is-bg-white="true"] li.about-menu .sub-menu{
    border-width: 1px;
}
#site-header[data-is-bg-white="true"] li.about-menu .sub-menu::before{
    --tw-content: none;
    content: var(--tw-content);
}
#site-header[data-is-bg-white="true"] #mega-panel-shell{
    border-width: 1px;
}
#site-header[data-is-bg-white="true"] #mega-panel-shell::before{
    --tw-content: none;
    content: var(--tw-content);
}
/* logo handling */
.custom-logo{
    width: 14rem !important;
}
@media (min-width: 960px){

    .custom-logo{
        width: 10rem !important;
    }
}
@media (min-width: 1280px){

    .custom-logo{
        width: 14rem !important;
    }
}
@media (min-width: 1650px){

    .custom-logo{
        width: 100% !important;
    }
}
#site-header.is-scrolled:not([data-is-bg-white="true"]) .custom-logo {
  filter: brightness(0) invert(1);
}
#site-header.is-scrolled .custom-logo,
#site-header[data-is-bg-white="true"] .custom-logo {
  filter: brightness(0);
}
/* Mobile toggle icon */
#primary-menu-toggle {
  color: var(--brand-accent) !important;
}
#site-header.is-menu-open::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1500;
  height: 100vh;
  width: 100vw;
  background-color: rgb(7 14 43 / 0.8);
}
/* Make sure the menu itself can scroll */
@media (max-width: 959px) {
  #primary-menu:not(.hidden) {
    overflow-y: auto !important;
    z-index: 2000;
  }
}
/* ==================================================
   LINK COLORS BY HEADER STATE
   --------------------------------------------------
   Note:
   - These selectors intentionally depend on header state
   - Only top-level links are targeted here
================================================== */
/* White header: black menu text */
#site-header.is-sticky.is-scrolled #primary-menu > ul > li > a,
#site-header[data-is-bg-white="true"] #primary-menu > ul > li > a {
  color: #000;
  text-decoration: none;
}
/* Transparent header: white menu text */
#site-header:not(.is-scrolled):not([data-is-bg-white="true"]) #primary-menu > ul > li > a {
  color: #fff;
  text-decoration: none;
}
#site-header:not(.is-scrolled):not([data-is-bg-white="true"]) .header-cta {
  color: #fff;
}
/* Toggle icon color */
#site-header[data-is-bg-white="true"] #primary-menu-toggle {
  color: #000 !important;
}
#site-header:not([data-is-bg-white="true"]) #primary-menu-toggle {
  color: var(--brand-accent) !important;
}
/* 
   Mega menu sizing + spacing tokens 
*/
:root {
  --mega-width: 1036px;
  --mega-height: 400px;
  --mega-gutter: 24px;

  --mega-bg: #ffffff;
  --mega-radius: 24px;
  --mega-pad: 22px;
  --mega-top-breath: 12px;

  --sub-bg: #ffffff;
  --sub-radius: 24px;
  --sub-pad: 22px;
  --sub-top-breath: 18px;

  --card-bg: #ffffff;
  --card-bg-muted: #f7f7f7; 
  --card-radius: 20px;
  --card-pad: 22px;
  --card-gap: 22px;

  --col-left: clamp(320px, 32%, 420px);
  --col-mid: clamp(320px, 32%, 420px);

  --child-row-pad-y: 14px;
  --left-arrow-width: 9px;
  --left-arrow-gap: 10px;

  --grand-font-size: 0.95em;
  --grand-row-pad-y: 8px;
  --grand-row-pad-x: 10px;
  --grand-left-gap: 12px;
  --grand-top-offset: 14px;


  --left-card-pad-top: 6px;
  --left-card-pad-right: 0px;
  --left-card-pad-bottom: 0px;
  --left-card-pad-left: 0px;

  --mid-card-pad-top: 22px;
  --mid-card-pad-right: 2px;
  --mid-card-pad-bottom: 0px;
  --mid-card-pad-left: 2px;
}
@media (max-width: 959px) {
  #primary-menu.hidden {
    display: none !important;
  }
  
  #primary-menu:not(.hidden) {
    display: block !important;
  }
}
@media (min-width: 960px) {
  #primary-menu {
    display: block !important;
  }
}
/* mobile only */
@media (max-width: 959px) {

    #primary-menu .sub-menu {
        display: none;
    }

    #primary-menu .sub-menu ul, li{
        --tw-border-opacity: 1;
        border-color: rgb(229 231 235 / var(--tw-border-opacity));
    }

    #primary-menu .sub-menu ul:last-child, li:last-child{
        border-top-width: 1px;
    }
    

    #primary-menu:not(.hidden){
        position: fixed;
        margin: 0px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding: 3.5rem;
        top: var(--mobile-inset);
        left: var(--mobile-inset);
        right: var(--mobile-inset);
        z-index: 2000;
        border-radius: var(--mobile-radius);
        box-shadow: var(--mobile-shadow);
        padding: 14px !important;
        margin: 0 !important;
        max-height: calc(100vh - (var(--mobile-inset) * 2));
    }

    .mobile-menu-header{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-bottom: 1rem;
    }

        .mobile-menu-header .mobile-menu-brand .custom-logo{
        --tw-brightness: brightness(0) !important;
        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) !important;
    }

        .mobile-menu-header .mobile-menu-close{
        cursor: pointer;
        border-style: none;
        background-image: none;
            line-height: 0;
    }

    #primary-menu > ul{
        padding-bottom: 1rem;
    }
            #primary-menu > ul > li > a{
        display: flex;
        align-items: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        font-size: 1.875rem;
        font-weight: 600;
        --tw-text-opacity: 1 !important;
        color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
    }

    #primary-menu > ul:has(> li.mobile-back) > li:last-child{
        border-style: none !important;
    }

    #primary-menu > ul:has(> li.mobile-back) > li > a{
        border-bottom-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(229 231 235 / var(--tw-border-opacity));
        font-size: 1.5rem;
        font-weight: 400;
    }


    /* Drilled-in + OPEN accordion — override padding for arrow */
    #primary-menu > ul:has(> li.mobile-back) > li.accordion-open > a{
        padding-left: 5rem;
    }

    /* Parent chevron */
    #primary-menu li.menu-item-has-children > a::after{
        margin-top: 0.25rem;
        content: "";
        margin-left: auto;
        width: 9px;
        height: 15px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../images/arrow_left_active.svg?89a415d066d1fc455372293dd235481a);
    }

    /* OPEN accordion title */

    #primary-menu li.accordion-open > a{
        justify-content: flex-start;
        padding-left: 2rem;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
    }

    /* Keep open item bold when drilled in */
    #primary-menu > ul:has(> li.mobile-back) > li.accordion-open > a{
        padding-left: 3rem;
        font-weight: 600;
    }
        #primary-menu li.accordion-open > a::before {
            content: "";
            position: absolute;
            left: 32px;
            width: 9px;
            height: 15px;
            background-repeat: no-repeat;
            background-size: contain;
            background-image: url(../images/arrow_left_active.svg?89a415d066d1fc455372293dd235481a);
            transform: rotate(90deg);
        }

        #primary-menu li.accordion-open > a::after {
            opacity: 0;
        }

    #primary-menu li.accordion-open > .sub-menu{
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        display: block;
        border-radius: 0.75rem;
        --tw-bg-opacity: 1;
        background-color: rgb(247 247 247 / var(--tw-bg-opacity));
        padding: 1rem;
    }
        #primary-menu li.accordion-open > .sub-menu > li{
        border-style: none !important;
        padding: 0.5rem;
    }

            #primary-menu li.accordion-open > .sub-menu > li a{
        display: flex;
        align-items: center;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
    }

            #primary-menu li.accordion-open > .sub-menu > li a::before {
                content: "";
                width: 7px;
                height: 11.667px;
                margin-right: 14px;
                background-repeat: no-repeat;
                background-size: contain;
                background-image: url(../images/arrow-middle.svg?3d7df7b6028764bc8b07d11161828ec5);
            }
        #primary-menu li.mobile-back button{
        position: relative;
        margin-bottom: 1rem;
        cursor: pointer;
        background-image: none;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 2rem;
        padding-right: 1rem;
        font-size: 1.25rem;
        --tw-text-opacity: 1;
        color: rgb(116 123 131 / var(--tw-text-opacity));
    }
        #primary-menu li.mobile-back button::before {
            content: "";
            position: absolute;
            left: 12px;
            top: 50%;
            transform: translateY(-50%) rotate(180deg);
            width: 9px;
            height: 15px;
            background-repeat: no-repeat;
            background-size: contain;
            background-image: url(../images/arrow_left_active.svg?89a415d066d1fc455372293dd235481a);
        }

    #primary-menu .cta > a,
    #primary-menu > ul .cta > a,
    #primary-menu > ul:has(> li.mobile-back) .cta > a{
        margin-top: 1.5rem;
        width: 100%;
        justify-content: center;
        border-radius: 9999px;
        border-width: 2px;
        border-color: transparent;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-size: 1.25rem;
        font-weight: 500;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
    }

    #primary-menu .cta > a:hover,
    #primary-menu > ul .cta > a:hover,
    #primary-menu > ul:has(> li.mobile-back) .cta > a:hover{
        --tw-text-opacity: 1;
        color: rgb(99 95 217 / var(--tw-text-opacity));
    }

    #primary-menu .cta > a,
    #primary-menu > ul .cta > a,
    #primary-menu > ul:has(> li.mobile-back) .cta > a {
        background: 
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, #F2E750, #13DCF2) border-box !important;
    }

    #primary-menu .cta > a::after,
    #primary-menu > ul .cta > a::after,
    #primary-menu > ul:has(> li.mobile-back) .cta > a::after {
        content: "" !important;
        width: 9px !important;
        height: 15px !important;
        margin-left: 10px !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-image: url(../images/arrow_left_active.svg?89a415d066d1fc455372293dd235481a) !important;
    }
}
/* end of mobile */
.header-cta{
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    border-radius: 9999px;
    border-width: 2px;
    border-color: transparent;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.header-cta:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(19 220 242 / var(--tw-text-opacity)) !important;
}
.header-cta {
    background: 
    linear-gradient(#070e2b, #070e2b ) padding-box,
    linear-gradient(135deg, #F2E750, #13DCF2) border-box;
}
.header-cta::after {
    content: "";
    width: 9px;
    height: 15px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/arrow_left_active.svg?89a415d066d1fc455372293dd235481a);
}
/* menus on desktop (lg+ screens) */
@media (min-width: 960px) {

    #primary-menu{
        display: flex;
        height: 100%;
        width: 100% !important;
    }

        #primary-menu > ul{
        display: flex;
        height: 100%;
        width: 100% !important;
        align-items: center;
        justify-content: space-between;
    }

            #primary-menu > ul li > a{
        display: inline-flex;
        align-items: center;
        -moz-column-gap: 0.5rem;
             column-gap: 0.5rem;
        white-space: nowrap;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

            #primary-menu > ul li > a:hover{
        --tw-text-opacity: 1;
        color: rgb(99 95 217 / var(--tw-text-opacity));
    }

            /* about menu logic */
            #primary-menu > ul li.about-menu{
        position: relative;
        display: flex;
        height: 100%;
        align-items: center;
    }

                #primary-menu > ul li.about-menu > a{
        display: inline-flex;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

                #primary-menu > ul li.about-menu > a:hover{
        --tw-text-opacity: 1;
        color: rgb(99 95 217 / var(--tw-text-opacity));
    }

                /* Invisible bridge to maintain hover */
                #primary-menu > ul li.about-menu::after {
                    content: "";
                    position: absolute;
                    top: 100%;
                    left: 0;
                    right: 0;
                    height: 24px;
                    display: none;
                }

                #primary-menu > ul li.about-menu:hover::after {
                    display: block;
                }

                #primary-menu > ul li.about-menu > .sub-menu{
        position: absolute;
        left: 0px;
        z-index: 50;
        display: none;
        min-width: 13rem;
        border-radius: 0.5rem;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding: 0.5rem;
        --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
@media (max-width: 959px) {
  #primary-menu:not(#primary-menu > ul li.about-menu > .sub-menu) {
    overflow-y: auto;
    z-index: 2000;
  }
  #primary-menu#primary-menu > ul li.about-menu > .sub-menu {
    display: none;
  }
  
  #primary-menu:not(#primary-menu > ul li.about-menu > .sub-menu) {
    display: block;
    position: fixed;
    margin: 0px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 3.5rem;
        top: var(--mobile-inset);
        left: var(--mobile-inset);
        right: var(--mobile-inset);
        z-index: 2000;
        border-radius: var(--mobile-radius);
        box-shadow: var(--mobile-shadow);
        padding: 14px;
        margin: 0;
        max-height: calc(100vh - (var(--mobile-inset) * 2));
  }
}

                #primary-menu > ul li.about-menu > .sub-menu {
                    top: calc(100% + 24px);
                }

                    #primary-menu > ul li.about-menu > .sub-menu li a{
        display: block;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        font-size: 0.875rem;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
        text-decoration-line: none;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

                    #primary-menu > ul li.about-menu > .sub-menu li a:hover{
        --tw-text-opacity: 1;
        color: rgb(99 95 217 / var(--tw-text-opacity));
    }

                    /* Caret (little rotated square) */
                    #primary-menu > ul li.about-menu > .sub-menu::before {
                        content: "";
                        position: absolute;
                        top: -10px;
                        left: 32px;
                        width: 24px;
                        height: 24px;
                        background: white;
                        transform: translateX(-50%) rotate(45deg);
                        border-radius: 4px;
                    }

                #primary-menu > ul li.about-menu:hover > .sub-menu{
        display: block;
    }

    /* icon dropdown */
    #primary-menu > ul > li.menu-item-has-children > a::after {
        content: "";
        width: 13px;
        height: 7px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../images/chevron-down.svg?28838de0c3dfb23f715813ca6ed1ba31);
        flex-shrink: 0;
        margin-top: 4px;
    }

    /* Hide products-menu sub-menu only (JS handles mega panel) */
    #primary-menu > ul > li.products-menu > .sub-menu,
    #primary-menu li.cta {
        display: none !important;
    }
}
/* mega panel shell, products menu only. 
    js toggles display to show/hide. 
   MEGA PANEL SHELL (Products menu only) */
#mega-panel-shell{
    position: absolute;
    left: 50%;
    border-width: 1px;
    border-top-width: 0px;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    top: calc(100% + 24px);
    transform: translateX(-50%);
    width: var(--mega-width);
    max-width: calc(100vw - (var(--mega-gutter) * 2));
    height: var(--mega-height);
    background: var(--mega-bg);
    border-radius: var(--mega-radius);
    padding: var(--mega-pad);
    display: none;
    gap: var(--card-gap);
    align-items: stretch;
    box-sizing: border-box;
    z-index: 900;
}
#mega-panel-shell a{
    width: 100%;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
/* Caret (little rotated square) */
#mega-panel-shell::before {
  content: "";
  position: absolute;
  top: -10px;
  left: var(--caret-x, 50%);
  width: 24px;
  height: 24px;
  background: var(--mega-bg);
  transform: translateX(-50%) rotate(45deg);
  border-radius: 4px;
}
/* mega columns */
#mega-panel-left {
  width: var(--col-left);
  height: 100%;
}
#mega-panel-right {
    width: var(--col-mid);
    height: 100%;
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
/* Add this line */
#mega-panel-right > .sub-menu{
    border-radius: 1.5rem;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity)) !important;
}
#mega-panel-right li a:hover{
    --tw-text-opacity: 1;
    color: rgb(99 95 217 / var(--tw-text-opacity));
}
.has-great-grandchildren #mega-panel-right > .sub-menu{
    border-radius: 1.5rem;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity)) !important;
}
#mega-panel-image {
  flex: 1;
  height: 100%;
}
/* Left column: children of the hovered top-level parent */
#mega-panel-left > .sub-menu {
  display: block !important;
  height: 100%;
  background: var(--card-bg);
  border-radius: var(--card-radius);
  padding:
    var(--left-card-pad-top)
    var(--left-card-pad-right)
    var(--left-card-pad-bottom)
    var(--left-card-pad-left);
  overflow: hidden;
}
#mega-panel-left > .sub-menu > li {
  position: relative;
  display: flex;
  align-items: center;
  padding: var(--child-row-pad-y) 12px;
  cursor: pointer;
  transition: padding-left 0.2s ease, font-weight 0.15s ease;
}
#mega-panel-left > .sub-menu > li:hover,
#mega-panel-left > .sub-menu > li.is-active-child {
  font-weight: 700;
  padding-left: calc(12px + var(--left-arrow-width) + var(--left-arrow-gap));
}
#mega-panel-left > .sub-menu > li::before {
  content: "";
  position: absolute;
  left: 12px;
  width: var(--left-arrow-width);
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow_left_active.svg?89a415d066d1fc455372293dd235481a);
  opacity: 0;
  transition: opacity 0.15s ease;
}
#mega-panel-left > .sub-menu > li:hover::before,
#mega-panel-left > .sub-menu > li.is-active-child::before {
  opacity: 1;
}
#mega-panel-left > .sub-menu > li.menu-item-has-children::after {
  content: "";
  width: 9px;
  height: 15px;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow_left_active.svg?89a415d066d1fc455372293dd235481a);
}
#mega-panel-left > .sub-menu > li:hover::after,
#mega-panel-left > .sub-menu > li.is-active-child::after {
  opacity: 0;
}
/* MIDDLE CARD (DESKTOP) */
#mega-panel-right > .sub-menu {
  display: block !important;
  height: 100%;
  background: var(--card-bg);
  border-radius: var(--card-radius);
  padding:
    var(--mid-card-pad-top)
    var(--mid-card-pad-right)
    var(--mid-card-pad-bottom)
    var(--mid-card-pad-left);
  overflow-y: auto;
}
#mega-panel-right > .sub-menu > li {
  display: flex;
  align-items: center;
  font-size: var(--grand-font-size);
  padding: var(--grand-row-pad-y) var(--grand-row-pad-x);
  margin-bottom: 6px;
  cursor: pointer;
}
#mega-panel-right > .sub-menu > li::before {
  content: "";
  width: 7px;
  height: 11.667px;
  margin-right: var(--grand-left-gap);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow-middle.svg?3d7df7b6028764bc8b07d11161828ec5);
}
/* ==================================================
   GROUPED GRANDCHILDREN (DESKTOP)
   --------------------------------------------------
   For items that have "great-grandchildren" (one more level),
   the middle column becomes grouped headings + lists
================================================== */
#mega-panel-right > .mega-grouped {
  height: 100%;
  background: var(--card-bg);
  border-radius: var(--card-radius);
  padding:
    var(--mid-card-pad-top)
    var(--mid-card-pad-right)
    var(--mid-card-pad-bottom)
    var(--mid-card-pad-left);
  overflow-y: auto;
}
.mega-group {
  margin-bottom: 18px;
}
.mega-group-heading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--grand-font-size);
  font-weight: 700;
  padding: var(--grand-row-pad-y) var(--grand-row-pad-x);
  margin-bottom: 4px;
}
.mega-group-heading .arrow {
  width: 9px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow-middle.svg?3d7df7b6028764bc8b07d11161828ec5);
  transform: rotate(90deg);
}
.mega-group-list {
  margin-top: 6px;
}
.mega-group-list > li {
  display: flex;
  align-items: center;
  font-size: var(--grand-font-size);
  padding: var(--grand-row-pad-y) var(--grand-row-pad-x);
  margin-bottom: 4px;
}
.mega-group-list > li::before {
  content: "";
  width: 7px;
  height: 11.667px;
  margin-right: var(--grand-left-gap);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow-middle.svg?3d7df7b6028764bc8b07d11161828ec5);
}
#mega-panel-image .mega-image-card {
  width: 100%;
  height: 100%;
  border-radius: var(--card-radius);
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(to bottom, #e0e0e0, #f5f5f5);
}
.entry-header{
    overflow: hidden;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background-image: url('/wp-content/uploads/2026/01/5e5da695c5d640cbb393ace99ee1e6aa45cee52c.jpg');
}
.entry-header .entry-wrapper{
    min-height: 20rem;
    padding-top: 10rem;
    padding-bottom: 5rem;
}
.entry-header .entry-wrapper .entry-header-text{
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}
.entry-header-white{
    height: 5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 960px){

    .entry-header-white{
        height: 6rem;
    }
}
@media (min-width: 1650px){

    .entry-header-white{
        height: 7rem;
    }
}
.breadcrumbs-white{
    margin-top: 2rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.breadcrumbs-white #breadcrumbs{
    margin-bottom: 0px;
}
.breadcrumbs-white #breadcrumbs span a{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.breadcrumbs-white #breadcrumbs{
    --tw-text-opacity: 1 !important;
    color: rgb(19 220 242 / var(--tw-text-opacity)) !important;
}
.breadcrumbs-white #breadcrumbs .breadcrumb_last{
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.entry-header-front-page{
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background-image: url('/wp-content/uploads/2026/01/5e5da695c5d640cbb393ace99ee1e6aa45cee52c.jpg');
}
.entry-header-front-page .entry-wrapper{
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
}
@media (min-width: 600px){

    .entry-header-front-page .entry-wrapper{
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}
@media (min-width: 960px){

    .entry-header-front-page .entry-wrapper{
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
}
.entry-header-front-page .entry-wrapper .entry-header-text{
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
}
@media (min-width: 960px){

    .entry-header-front-page .entry-wrapper .entry-header-text{
        row-gap: 2rem;
        text-align: center;
    }
}
.entry-header-front-page .entry-wrapper .entry-header-text .hero-title{
    display: flex;
    flex-direction: column;
    font-size: 48px;
}
@media (min-width: 768px){

    .entry-header-front-page .entry-wrapper .entry-header-text .hero-title{
        font-size: 80px;
    }
}
@media (min-width: 960px){

    .entry-header-front-page .entry-wrapper .entry-header-text .hero-title{
        text-align: center;
    }
}
@media (min-width: 1650px){

    .entry-header-front-page .entry-wrapper .entry-header-text .hero-title{
        font-size: 120px;
    }
}
.entry-header-product{
    display: flex;
    min-height: 100vh;
    align-items: center;
    overflow: hidden;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background-image: url('/wp-content/uploads/2026/01/5e5da695c5d640cbb393ace99ee1e6aa45cee52c.jpg');
}
.entry-header-product .entry-header-wrapper{
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 2rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
}
@media (min-width: 600px){

    .entry-header-product .entry-header-wrapper{
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
}
@media (min-width: 960px){

    .entry-header-product .entry-header-wrapper{
        flex-direction: row;
        justify-content: space-between;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}
@media (min-width: 1650px){

    .entry-header-product .entry-header-wrapper{
        -moz-column-gap: 6rem;
             column-gap: 6rem;
    }
}
.entry-header-product .entry-header-wrapper .entry-text{
    z-index: 10;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (min-width: 960px){

    .entry-header-product .entry-header-wrapper .entry-text{
        width: 66.666667%;
        align-items: flex-start;
    }
}
.entry-header-product .entry-header-wrapper .entry-text .entry-title{
    margin-bottom: 1rem;
    margin-top: 0.75rem;
    flex: 1 1 0%;
    text-align: center;
    font-size: 2.25rem;
}
@media (min-width: 768px){

    .entry-header-product .entry-header-wrapper .entry-text .entry-title{
        font-size: 3rem;
    }
}
@media (min-width: 1650px){

    .entry-header-product .entry-header-wrapper .entry-text .entry-title{
        font-size: 3.75rem;
    }
}
.entry-header-product .entry-header-wrapper .entry-text .entry-title::after {
  content: '';
  margin-left: 0.25rem;
  margin-top: 0.5rem;
  display: inline-block;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(19 220 242 / var(--tw-bg-opacity));
  vertical-align: text-top;
}
@media (min-width: 960px){

    .entry-header-product .entry-header-wrapper .entry-text .entry-title::after{
        height: 0.625rem;
        width: 0.625rem;
    }
}
.hero-title .entry-header-product .entry-header-wrapper .entry-text .entry-title::after {
  content: '';
  margin-top: 0.75rem;
  margin-left: -0px;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(19 220 242 / var(--tw-bg-opacity));
  vertical-align: text-top;
}
@media (min-width: 960px){

    .entry-header-product .entry-header-wrapper .entry-text .entry-title{
        margin-bottom: 2rem;
        margin-top: 1rem;
        text-align: left;
    }
}
.entry-header-product .entry-header-wrapper .entry-text .entry-title::after {
                content: '';
                margin-top: 0.5rem;
                margin-left: -0.25rem;
                display: inline-block;
                height: 0.5rem;
                width: 0.5rem;
                border-radius: 9999px;
                --tw-bg-opacity: 1;
                background-color: rgb(19 220 242 / var(--tw-bg-opacity));
                vertical-align: text-top;
            }
@media (min-width: 960px){

    .entry-header-product .entry-header-wrapper .entry-text .entry-title::after{
        margin-left: -0.5rem;
        height: 0.625rem;
        width: 0.625rem;
    }
}
.entry-header-product .entry-header-wrapper .entry-text .excerpt{
    text-align: center;
    font-size: 1rem;
}
@media (min-width: 768px){

    .entry-header-product .entry-header-wrapper .entry-text .excerpt{
        font-size: 1.125rem;
        max-width: 80%;
    }
}
@media (min-width: 960px){

    .entry-header-product .entry-header-wrapper .entry-text .excerpt{
        text-align: left;
    }
}
.entry-header-product .entry-header-wrapper .featured-image{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: none;
    width: 66.666667%;
    align-items: center;
    justify-content: center;
}
@media (max-width: 959px) {
  #primary-menu:not(.entry-header-product .entry-header-wrapper .featured-image) {
    overflow-y: auto;
    z-index: 2000;
  }
  #primary-menu.entry-header-product .entry-header-wrapper .featured-image {
    display: none;
  }
  
  #primary-menu:not(.entry-header-product .entry-header-wrapper .featured-image) {
    display: block;
    position: fixed;
    margin: 0px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 3.5rem;
        top: var(--mobile-inset);
        left: var(--mobile-inset);
        right: var(--mobile-inset);
        z-index: 2000;
        border-radius: var(--mobile-radius);
        box-shadow: var(--mobile-shadow);
        padding: 14px;
        margin: 0;
        max-height: calc(100vh - (var(--mobile-inset) * 2));
  }
}
@media (min-width: 768px){

    .entry-header-product .entry-header-wrapper .featured-image{
        width: 50%;
    }
}
@media (min-width: 960px){

    .entry-header-product .entry-header-wrapper .featured-image{
        display: flex;
        width: 33.333333%;
        min-width: 40%;
    }
}
.entry-header-product .entry-header-wrapper .featured-image img{
    flex: 1 1 0%;
    border-radius: 40px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
@media (min-width: 960px){

    .entry-header-product .entry-header-wrapper .featured-image img{
        min-height: 360px;
    }
}
@media (min-width: 1650px){

    .entry-header-product .entry-header-wrapper .featured-image img{
        height: 450px;
    }
}
@media (min-width: 400px) {
.entry-header-product .entry-header-wrapper .featured-image img{
        min-height: 200px;
    }
                }
.entry-header-product .entry-header-wrapper .featured-image .gradient-border{
    position: absolute;
    margin-top: 5rem;
    margin-left: 5rem;
    height: 100%;
    width: 100%;
    border-radius: 40px;
                background: 
                linear-gradient(#070e2b, #070e2b ) padding-box,
                linear-gradient(135deg, #13DCF2, #F06DF2) border-box;
                border: 2px solid transparent;
}
.button{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(230 230 230 / var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.button:hover{
    --tw-text-opacity: 1;
    color: rgb(99 95 217 / var(--tw-text-opacity));
}
.button {
   position: relative;
}
.button::after {
   content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="15" viewBox="0 0 9 15" fill="none"><g clip-path="url(%23clip0_50_186)"><path d="M1.5 3C2.32843 3 3 2.32843 3 1.5C3 0.671573 2.32843 0 1.5 0C0.671573 0 0 0.671573 0 1.5C0 2.32843 0.671573 3 1.5 3Z" fill="%2313DCF2"/><path d="M4.5 6C5.32843 6 6 5.32843 6 4.5C6 3.67157 5.32843 3 4.5 3C3.67157 3 3 3.67157 3 4.5C3 5.32843 3.67157 6 4.5 6Z" fill="%2313DCF2"/><path d="M7.5 9C8.32843 9 9 8.32843 9 7.5C9 6.67157 8.32843 6 7.5 6C6.67157 6 6 6.67157 6 7.5C6 8.32843 6.67157 9 7.5 9Z" fill="%2313DCF2"/><path d="M4.5 12C5.32843 12 6 11.3284 6 10.5C6 9.67157 5.32843 9 4.5 9C3.67157 9 3 9.67157 3 10.5C3 11.3284 3.67157 12 4.5 12Z" fill="%2313DCF2"/><path d="M1.5 15C2.32843 15 3 14.3284 3 13.5C3 12.6716 2.32843 12 1.5 12C0.671573 12 0 12.6716 0 13.5C0 14.3284 0.671573 15 1.5 15Z" fill="%2313DCF2"/></g><defs><clipPath id="clip0_50_186"><rect width="9" height="15" fill="white"/></clipPath></defs></svg>');
   display: inline-block;
   width: 9px;
   height: 15px;
   margin-left: 8px;
    margin-bottom: 0.25rem;
}
.button-primary{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(19 220 242 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(19 220 242 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: 600;
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.button-primary:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(7 14 43 / var(--tw-text-opacity)) !important;
}
.button-primary {
   position: relative;
}
.button-primary::after {
   content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="15" viewBox="0 0 9 15" fill="none"><g clip-path="url(%23clip0_929_6297)"><path d="M1.5 3C2.32843 3 3 2.32843 3 1.5C3 0.671573 2.32843 0 1.5 0C0.671573 0 0 0.671573 0 1.5C0 2.32843 0.671573 3 1.5 3Z" fill="white"/><path d="M4.5 6C5.32843 6 6 5.32843 6 4.5C6 3.67157 5.32843 3 4.5 3C3.67157 3 3 3.67157 3 4.5C3 5.32843 3.67157 6 4.5 6Z" fill="white"/><path d="M7.5 9C8.32843 9 9 8.32843 9 7.5C9 6.67157 8.32843 6 7.5 6C6.67157 6 6 6.67157 6 7.5C6 8.32843 6.67157 9 7.5 9Z" fill="white"/><path d="M4.5 12C5.32843 12 6 11.3284 6 10.5C6 9.67157 5.32843 9 4.5 9C3.67157 9 3 9.67157 3 10.5C3 11.3284 3.67157 12 4.5 12Z" fill="white"/><path d="M1.5 15C2.32843 15 3 14.3284 3 13.5C3 12.6716 2.32843 12 1.5 12C0.671573 12 0 12.6716 0 13.5C0 14.3284 0.671573 15 1.5 15Z" fill="white"/></g><defs><clipPath id="clip0_929_6297"><rect width="9" height="15" fill="white"/></clipPath></defs></svg>');
   display: inline-block;
   width: 9px;
   height: 15px;
   margin-left: 8px;
   margin-bottom: 0.25rem;
}
.buttons-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.feature-button{
    align-items: center;
    border-radius: 9999px;
    border-width: 2px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(230 230 230 / var(--tw-border-opacity)) !important;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.link{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    border-radius: 9999px;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.link:hover{
    --tw-text-opacity: 1;
    color: rgb(99 95 217 / var(--tw-text-opacity));
}
.link {
   position: relative;
}
.link::after {
   content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="15" viewBox="0 0 9 15" fill="none"><g clip-path="url(%23clip0_50_186)"><path d="M1.5 3C2.32843 3 3 2.32843 3 1.5C3 0.671573 2.32843 0 1.5 0C0.671573 0 0 0.671573 0 1.5C0 2.32843 0.671573 3 1.5 3Z" fill="%2313DCF2"/><path d="M4.5 6C5.32843 6 6 5.32843 6 4.5C6 3.67157 5.32843 3 4.5 3C3.67157 3 3 3.67157 3 4.5C3 5.32843 3.67157 6 4.5 6Z" fill="%2313DCF2"/><path d="M7.5 9C8.32843 9 9 8.32843 9 7.5C9 6.67157 8.32843 6 7.5 6C6.67157 6 6 6.67157 6 7.5C6 8.32843 6.67157 9 7.5 9Z" fill="%2313DCF2"/><path d="M4.5 12C5.32843 12 6 11.3284 6 10.5C6 9.67157 5.32843 9 4.5 9C3.67157 9 3 9.67157 3 10.5C3 11.3284 3.67157 12 4.5 12Z" fill="%2313DCF2"/><path d="M1.5 15C2.32843 15 3 14.3284 3 13.5C3 12.6716 2.32843 12 1.5 12C0.671573 12 0 12.6716 0 13.5C0 14.3284 0.671573 15 1.5 15Z" fill="%2313DCF2"/></g><defs><clipPath id="clip0_50_186"><rect width="9" height="15" fill="white"/></clipPath></defs></svg>');
   display: inline-block;
   width: 9px;
   height: 15px;
   margin-left: 8px;
    margin-bottom: 0.25rem;
}
*{
    scroll-margin-top: 10rem;
}
.services-link{
    position: relative;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.services-link:hover{
    --tw-text-opacity: 1;
    color: rgb(99 95 217 / var(--tw-text-opacity));
}
.services-link::after {
        content: '';
        position: absolute;
        right: -2rem;
        height: 89px;
        width: 89px;
        border-radius: 9999px;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(227 227 227 / var(--tw-border-opacity));
        background: transparent;
    }
.default-bg{
    overflow: hidden;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background-image: url('/wp-content/uploads/2026/01/5e5da695c5d640cbb393ace99ee1e6aa45cee52c.jpg');
}
footer{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
footer a{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
footer .footer-main {
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
    }
.footer-cta-button{
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    border-radius: 9999px;
    border-width: 2px;
    border-color: transparent;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background: 
    linear-gradient(#070e2b, #070e2b ) padding-box,
    linear-gradient(135deg, #F2E750, #13DCF2) border-box;
}
.footer-links::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 15px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="15" viewBox="0 0 9 15" fill="none"><g clip-path="url(%23clip0_59_689)"><path d="M1.5 12C2.32843 12 3 12.6716 3 13.5C3 14.3284 2.32843 15 1.5 15C0.671573 15 0 14.3284 0 13.5C0 12.6716 0.671573 12 1.5 12Z" fill="%2313DCF2"/><path d="M4.5 9C5.32843 9 6 9.67157 6 10.5C6 11.3284 5.32843 12 4.5 12C3.67157 12 3 11.3284 3 10.5C3 9.67157 3.67157 9 4.5 9Z" fill="%2313DCF2"/><path d="M7.5 6C8.32843 6 9 6.67157 9 7.5C9 8.32843 8.32843 9 7.5 9C6.67157 9 6 8.32843 6 7.5C6 6.67157 6.67157 6 7.5 6Z" fill="%2313DCF2"/><path d="M4.5 3C5.32843 3 6 3.67157 6 4.5C6 5.32843 5.32843 6 4.5 6C3.67157 6 3 5.32843 3 4.5C3 3.67157 3.67157 3 4.5 3Z" fill="%2313DCF2"/><path d="M1.5 0C2.32843 0 3 0.671573 3 1.5C3 2.32843 2.32843 3 1.5 3C0.671573 3 0 2.32843 0 1.5C0 0.671573 0.671573 0 1.5 0Z" fill="%2313DCF2"/></g><defs><clipPath id="clip0_59_689"><rect width="9" height="15" fill="white" transform="matrix(1 0 0 -1 0 15)"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 12px;
}
.footer-list{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.gform_wrapper#gform_wrapper_1 .gform_validation_errors .gform_submission_error{
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}
.gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields{
    gap: 1rem;
}
@media (min-width: 960px){

    .gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields{
        gap: 2rem;
    }
}
.gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield{
    position: relative;
}
.gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield .gfield_label{
    pointer-events: none;
    position: absolute;
    top: -0.125rem;
    left: 0.75rem;
    margin: 0px;
    display: flex;
    height: 2rem;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-size: 0.75rem;
    line-height: 1rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
@media (min-width: 600px){

    .gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield .gfield_label{
        height: 2.5rem;
    }
}
@media (min-width: 960px){

    .gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield .gfield_label{
        height: 3rem;
        font-size: 0.875rem;
    }
}
.gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield .gfield_label.focused{
    top: -1.25rem;
    left: 0px;
    background-color: transparent;
    font-size: 0.8rem;
    opacity: 0.5;
}
@media (min-width: 600px){

    .gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield .gfield_label.focused{
        top: -1.5rem;
    }
}
@media (min-width: 768px){

    .gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield .gfield_label.focused{
        font-size: 0.75rem;
        line-height: 1rem;
    }
}
@media (min-width: 960px){

    .gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield .gfield_label.focused{
        top: -2rem;
    }
}
.gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield .gfield_label .gfield_required{
    display: none;
}
@media (max-width: 959px) {
  #primary-menu:not(.gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield .gfield_label .gfield_required) {
    overflow-y: auto;
    z-index: 2000;
  }
  #primary-menu.gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield .gfield_label .gfield_required {
    display: none;
  }
  
  #primary-menu:not(.gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield .gfield_label .gfield_required) {
    display: block;
    position: fixed;
    margin: 0px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 3.5rem;
        top: var(--mobile-inset);
        left: var(--mobile-inset);
        right: var(--mobile-inset);
        z-index: 2000;
        border-radius: var(--mobile-radius);
        box-shadow: var(--mobile-shadow);
        padding: 14px;
        margin: 0;
        max-height: calc(100vh - (var(--mobile-inset) * 2));
  }
}
.gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield .ginput_container > *{
    display: flex;
    height: 2rem;
    align-items: center;
    border-radius: 0px;
    border-width: 0px;
    border-bottom-width: 2px;
    border-color: rgb(7 14 43 / 0.5);
    font-size: 0.75rem;
    line-height: 1rem;
    line-height: 1.5;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline-width: 0px;
}
@media (min-width: 600px){

    .gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield .ginput_container > *{
        height: 2.5rem;
    }
}
@media (min-width: 960px){

    .gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield .ginput_container > *{
        height: 3.5rem;
        font-size: 0.875rem;
    }
}
.gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield .ginput_container > *::-moz-placeholder{
    color: rgb(19 220 242 / 0.5);
}
.gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield .ginput_container > *::placeholder{
    color: rgb(19 220 242 / 0.5);
}
.gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container{
    display: flex;
    align-items: center;
}
.gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container > *{
    height: auto;
    border-width: 0px;
    font-size: 0.75rem;
    line-height: 1rem;
}
.gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container label a{
    margin-left: 0.25rem;
    text-decoration-line: none;
}
.gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container label .gfield_required{
    display: none;
}
@media (max-width: 959px) {
  #primary-menu:not(.gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container label .gfield_required) {
    overflow-y: auto;
    z-index: 2000;
  }
  #primary-menu.gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container label .gfield_required {
    display: none;
  }
  
  #primary-menu:not(.gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container label .gfield_required) {
    display: block;
    position: fixed;
    margin: 0px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 3.5rem;
        top: var(--mobile-inset);
        left: var(--mobile-inset);
        right: var(--mobile-inset);
        z-index: 2000;
        border-radius: var(--mobile-radius);
        box-shadow: var(--mobile-shadow);
        padding: 14px;
        margin: 0;
        max-height: calc(100vh - (var(--mobile-inset) * 2));
  }
}
.gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container input{
    height: 1.25rem;
    width: 1.25rem;
    border-width: 2px;
    border-color: rgb(7 14 43 / 0.5);
}
.gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield.gfield_visibility_hidden{
    display: none;
}
@media (max-width: 959px) {
  #primary-menu:not(.gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield.gfield_visibility_hidden) {
    overflow-y: auto;
    z-index: 2000;
  }
  #primary-menu.gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield.gfield_visibility_hidden {
    display: none;
  }
  
  #primary-menu:not(.gform_wrapper#gform_wrapper_1 form .gform-body .gform_fields .gfield.gfield_visibility_hidden) {
    display: block;
    position: fixed;
    margin: 0px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 3.5rem;
        top: var(--mobile-inset);
        left: var(--mobile-inset);
        right: var(--mobile-inset);
        z-index: 2000;
        border-radius: var(--mobile-radius);
        box-shadow: var(--mobile-shadow);
        padding: 14px;
        margin: 0;
        max-height: calc(100vh - (var(--mobile-inset) * 2));
  }
}
.gform_wrapper#gform_wrapper_1 form .gform_button.button{
    min-height: 0px !important;
    border-radius: 9999px !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(19 220 242 / var(--tw-bg-opacity)) !important;
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    line-height: 1 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
    outline-width: 0px !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.gform_wrapper#gform_wrapper_1 form .gform_button.button:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(19 220 242 / var(--tw-bg-opacity)) !important;
}
@media (min-width: 768px){

    .gform_wrapper#gform_wrapper_1 form .gform_button.button{
        padding-top: 0.8rem !important;
        padding-bottom: 0.8rem !important;
    }
}
.gform_wrapper#gform_wrapper_2 .gform_validation_errors .gform_submission_error{
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}
.gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields{
    gap: 1rem;
}
@media (min-width: 960px){

    .gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields{
        gap: 1.5rem;
    }
}
.gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield{
    position: relative;
}
.gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield .gfield_label{
    pointer-events: none;
    position: absolute;
    top: -0.125rem;
    left: 1.25rem;
    margin: 0px;
    display: flex;
    height: 2rem;
    align-items: center;
    font-size: 0.75rem;
    line-height: 1rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
@media (min-width: 600px){

    .gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield .gfield_label{
        height: 2.5rem;
    }
}
@media (min-width: 960px){

    .gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield .gfield_label{
        height: 3rem;
        font-size: 0.875rem;
    }
}
.gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield .gfield_label.focused{
    top: -1.25rem;
    left: 0.75rem;
    background-color: transparent;
    font-size: 0.8rem;
    opacity: 0.5;
}
@media (min-width: 600px){

    .gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield .gfield_label.focused{
        top: -1.5rem;
    }
}
@media (min-width: 768px){

    .gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield .gfield_label.focused{
        font-size: 0.75rem;
        line-height: 1rem;
    }
}
@media (min-width: 960px){

    .gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield .gfield_label.focused{
        top: -0.75rem;
    }
}
.gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield .gfield_label .gfield_required{
    display: none;
}
@media (max-width: 959px) {
  #primary-menu:not(.gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield .gfield_label .gfield_required) {
    overflow-y: auto;
    z-index: 2000;
  }
  #primary-menu.gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield .gfield_label .gfield_required {
    display: none;
  }
  
  #primary-menu:not(.gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield .gfield_label .gfield_required) {
    display: block;
    position: fixed;
    margin: 0px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 3.5rem;
        top: var(--mobile-inset);
        left: var(--mobile-inset);
        right: var(--mobile-inset);
        z-index: 2000;
        border-radius: var(--mobile-radius);
        box-shadow: var(--mobile-shadow);
        padding: 14px;
        margin: 0;
        max-height: calc(100vh - (var(--mobile-inset) * 2));
  }
}
.gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield .ginput_container > *{
    display: flex;
    height: 2rem;
    align-items: center;
    border-radius: 0.75rem;
    border-width: 2px;
    border-color: rgb(7 14 43 / 0.2);
    font-size: 0.75rem;
    line-height: 1rem;
    line-height: 1.5;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline-width: 0px;
}
@media (min-width: 600px){

    .gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield .ginput_container > *{
        height: 2.5rem;
    }
}
@media (min-width: 960px){

    .gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield .ginput_container > *{
        height: 3.5rem;
        font-size: 0.875rem;
    }
}
.gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield .ginput_container > *::-moz-placeholder{
    color: rgb(19 220 242 / 0.5);
}
.gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield .ginput_container > *::placeholder{
    color: rgb(19 220 242 / 0.5);
}
.gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container{
    display: flex;
    align-items: center;
}
.gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container > *{
    height: auto;
    border-width: 0px;
    font-size: 0.75rem;
    line-height: 1rem;
}
.gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container label a{
    margin-left: 0.25rem;
    text-decoration-line: none;
}
.gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container label .gfield_required{
    display: none;
}
@media (max-width: 959px) {
  #primary-menu:not(.gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container label .gfield_required) {
    overflow-y: auto;
    z-index: 2000;
  }
  #primary-menu.gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container label .gfield_required {
    display: none;
  }
  
  #primary-menu:not(.gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container label .gfield_required) {
    display: block;
    position: fixed;
    margin: 0px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 3.5rem;
        top: var(--mobile-inset);
        left: var(--mobile-inset);
        right: var(--mobile-inset);
        z-index: 2000;
        border-radius: var(--mobile-radius);
        box-shadow: var(--mobile-shadow);
        padding: 14px;
        margin: 0;
        max-height: calc(100vh - (var(--mobile-inset) * 2));
  }
}
.gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container input{
    height: 1.25rem;
    width: 1.25rem;
    border-width: 2px;
    border-color: rgb(7 14 43 / 0.5);
}
.gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield.gfield_visibility_hidden{
    display: none;
}
@media (max-width: 959px) {
  #primary-menu:not(.gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield.gfield_visibility_hidden) {
    overflow-y: auto;
    z-index: 2000;
  }
  #primary-menu.gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield.gfield_visibility_hidden {
    display: none;
  }
  
  #primary-menu:not(.gform_wrapper#gform_wrapper_2 form .gform-body .gform_fields .gfield.gfield_visibility_hidden) {
    display: block;
    position: fixed;
    margin: 0px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 3.5rem;
        top: var(--mobile-inset);
        left: var(--mobile-inset);
        right: var(--mobile-inset);
        z-index: 2000;
        border-radius: var(--mobile-radius);
        box-shadow: var(--mobile-shadow);
        padding: 14px;
        margin: 0;
        max-height: calc(100vh - (var(--mobile-inset) * 2));
  }
}
.gform_wrapper#gform_wrapper_2 form .gform_button.button{
    min-height: 0px !important;
    border-radius: 9999px !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(19 220 242 / var(--tw-bg-opacity)) !important;
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    line-height: 1 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
    outline-width: 0px !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.gform_wrapper#gform_wrapper_2 form .gform_button.button:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(19 220 242 / var(--tw-bg-opacity)) !important;
}
@media (min-width: 768px){

    .gform_wrapper#gform_wrapper_2 form .gform_button.button{
        padding-top: 0.8rem !important;
        padding-bottom: 0.8rem !important;
    }
}
.gform_wrapper#gform_wrapper_3{
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity));
    padding: 2rem;
}
.gform_wrapper#gform_wrapper_3 .gform_validation_errors .gform_submission_error{
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}
.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields{
    gap: 1rem;
}
@media (min-width: 960px){

    .gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields{
        gap: 1.5rem;
    }
}
.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield{
    position: relative;
}
.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-fileupload{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-fileupload .gfield_label{
    position: static;
    z-index: 10;
    display: flex;
    align-items: center;
    border-style: none !important;
}
.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-fileupload .ginput_container .gform_drop_area{
    border-style: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-fileupload .ginput_container .gform_drop_area::before, .gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-fileupload .ginput_container .gform_drop_area::after{
    display: none;
    --tw-text-opacity: 1;
    color: rgb(19 220 242 / var(--tw-text-opacity));
}
@media (max-width: 959px) {
  #primary-menu:not(.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-fileupload .ginput_container .gform_drop_area)::before,#primary-menu:not( .gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-fileupload .ginput_container .gform_drop_area)::after {
    overflow-y: auto;
    z-index: 2000;
  }
  #primary-menu.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-fileupload .ginput_container .gform_drop_area::before,#primary-menu .gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-fileupload .ginput_container .gform_drop_area::after {
    display: none;
  }
  
  #primary-menu:not(.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-fileupload .ginput_container .gform_drop_area)::before,#primary-menu:not( .gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-fileupload .ginput_container .gform_drop_area)::after {
    display: block;
    position: fixed;
    margin: 0px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 3.5rem;
        top: var(--mobile-inset);
        left: var(--mobile-inset);
        right: var(--mobile-inset);
        z-index: 2000;
        border-radius: var(--mobile-radius);
        box-shadow: var(--mobile-shadow);
        padding: 14px;
        margin: 0;
        max-height: calc(100vh - (var(--mobile-inset) * 2));
  }
}
@media (min-width: 768px){

    .gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-fileupload .ginput_container .gform_drop_area::before, .gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-fileupload .ginput_container .gform_drop_area::after{
        display: block;
    }
}
.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-fileupload .ginput_container .gform_drop_instructions{
    display: none !important;
}
.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-fileupload .ginput_container ul{
    display: none !important;
}
.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-fileupload .ginput_container .ginput_preview_list{
    display: none !important;
}
.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-fileupload .ginput_container .button{
    min-height: 0px !important;
    border-radius: 9999px !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(19 220 242 / var(--tw-bg-opacity)) !important;
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    line-height: 1 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
    outline-width: 0px !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-fileupload .ginput_container .button:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(19 220 242 / var(--tw-bg-opacity)) !important;
}
@media (min-width: 768px){

    .gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-fileupload .ginput_container .button{
        padding-top: 0.8rem !important;
        padding-bottom: 0.8rem !important;
    }
}
.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield .gfield_label{
    pointer-events: none;
    position: absolute;
    top: -0.125rem;
    left: 1.25rem;
    margin: 0px;
    display: flex;
    height: 2rem;
    align-items: center;
    border-style: none !important;
    font-size: 0.75rem;
    line-height: 1rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
@media (min-width: 600px){

    .gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield .gfield_label{
        height: 2.5rem;
    }
}
@media (min-width: 960px){

    .gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield .gfield_label{
        height: 3rem;
        font-size: 0.875rem;
    }
}
.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield .gfield_label.focused{
    top: -1.25rem;
    left: 0.75rem;
    background-color: transparent;
    font-size: 0.8rem;
    opacity: 0.5;
}
@media (min-width: 600px){

    .gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield .gfield_label.focused{
        top: -1.5rem;
    }
}
@media (min-width: 768px){

    .gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield .gfield_label.focused{
        font-size: 0.75rem;
        line-height: 1rem;
    }
}
@media (min-width: 960px){

    .gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield .gfield_label.focused{
        top: -0.75rem;
    }
}
.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield .gfield_label .gfield_required{
    display: none;
}
@media (max-width: 959px) {
  #primary-menu:not(.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield .gfield_label .gfield_required) {
    overflow-y: auto;
    z-index: 2000;
  }
  #primary-menu.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield .gfield_label .gfield_required {
    display: none;
  }
  
  #primary-menu:not(.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield .gfield_label .gfield_required) {
    display: block;
    position: fixed;
    margin: 0px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 3.5rem;
        top: var(--mobile-inset);
        left: var(--mobile-inset);
        right: var(--mobile-inset);
        z-index: 2000;
        border-radius: var(--mobile-radius);
        box-shadow: var(--mobile-shadow);
        padding: 14px;
        margin: 0;
        max-height: calc(100vh - (var(--mobile-inset) * 2));
  }
}
.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield .ginput_container > *{
    display: flex;
    height: 2rem;
    align-items: center;
    border-radius: 0.75rem;
    border-style: none !important;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-size: 0.75rem;
    line-height: 1rem;
    line-height: 1.5;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline-width: 0px;
}
@media (min-width: 600px){

    .gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield .ginput_container > *{
        height: 2.5rem;
    }
}
@media (min-width: 960px){

    .gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield .ginput_container > *{
        height: 3.5rem;
        font-size: 0.875rem;
    }
}
.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield .ginput_container > *::-moz-placeholder{
    color: rgb(19 220 242 / 0.5);
}
.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield .ginput_container > *::placeholder{
    color: rgb(19 220 242 / 0.5);
}
.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container{
    display: flex;
    align-items: center;
}
.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container > *{
    height: auto;
    font-size: 0.75rem;
    line-height: 1rem;
}
.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container label a{
    margin-left: 0.25rem;
    text-decoration-line: none;
}
.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container label .gfield_required{
    display: none;
}
@media (max-width: 959px) {
  #primary-menu:not(.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container label .gfield_required) {
    overflow-y: auto;
    z-index: 2000;
  }
  #primary-menu.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container label .gfield_required {
    display: none;
  }
  
  #primary-menu:not(.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container label .gfield_required) {
    display: block;
    position: fixed;
    margin: 0px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 3.5rem;
        top: var(--mobile-inset);
        left: var(--mobile-inset);
        right: var(--mobile-inset);
        z-index: 2000;
        border-radius: var(--mobile-radius);
        box-shadow: var(--mobile-shadow);
        padding: 14px;
        margin: 0;
        max-height: calc(100vh - (var(--mobile-inset) * 2));
  }
}
.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container input{
    height: 1.25rem;
    width: 1.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield_visibility_hidden{
    display: none;
}
@media (max-width: 959px) {
  #primary-menu:not(.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield_visibility_hidden) {
    overflow-y: auto;
    z-index: 2000;
  }
  #primary-menu.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield_visibility_hidden {
    display: none;
  }
  
  #primary-menu:not(.gform_wrapper#gform_wrapper_3 form .gform-body .gform_fields .gfield.gfield_visibility_hidden) {
    display: block;
    position: fixed;
    margin: 0px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 3.5rem;
        top: var(--mobile-inset);
        left: var(--mobile-inset);
        right: var(--mobile-inset);
        z-index: 2000;
        border-radius: var(--mobile-radius);
        box-shadow: var(--mobile-shadow);
        padding: 14px;
        margin: 0;
        max-height: calc(100vh - (var(--mobile-inset) * 2));
  }
}
.gform_wrapper#gform_wrapper_3 form .gform_button.button{
    min-height: 0px !important;
    border-radius: 9999px !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(19 220 242 / var(--tw-bg-opacity)) !important;
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    line-height: 1 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
    outline-width: 0px !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.gform_wrapper#gform_wrapper_3 form .gform_button.button:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(19 220 242 / var(--tw-bg-opacity)) !important;
}
@media (min-width: 768px){

    .gform_wrapper#gform_wrapper_3 form .gform_button.button{
        padding-top: 0.8rem !important;
        padding-bottom: 0.8rem !important;
    }
}
#apply {
    scroll-margin-top: 220px; 
}
.toc-title{
    padding-left: 2rem;
    padding-right: 2rem;
    --tw-text-opacity: 1;
    color: rgb(192 192 192 / var(--tw-text-opacity));
}
.toc-list li{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.toc-list a{
    font-size: 0.875rem;
    --tw-text-opacity: 1;
    color: rgb(9 1 38 / var(--tw-text-opacity));
}
.toc-list li.active{
    border-left-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgb(19 220 242 / var(--tw-border-opacity));
}
.services-scroll::-webkit-scrollbar {
    display: none;
}
.services-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
@media (min-width: 960px) { 
    .service-section {
        position: relative;
    }
        
        .service-section::after{
        border-radius: 0px !important;
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 53%;
            height: 100%;
            overflow: hidden;
            border-top-left-radius: 1.5rem;
            border-top-right-radius: 1.5rem;
            background-size: cover;
            background-position: bottom;
            background-repeat: no-repeat;
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
    background-image: url('/wp-content/uploads/2026/01/5e5da695c5d640cbb393ace99ee1e6aa45cee52c.jpg');
            z-index: 0;
    }
        
    
        .service-section > * {
            position: relative;
            z-index: 1;
        }
}
/* mobile only */
@media (max-width: 959px) { 
    .service-default-bg{
        border-radius: 0px !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    max-width: none;
    overflow: hidden;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background-image: url('/wp-content/uploads/2026/01/5e5da695c5d640cbb393ace99ee1e6aa45cee52c.jpg');
    }
        .service-default-bg .service-mobile{
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }
        @media (min-width: 480px){

        .service-default-bg .service-mobile{
            max-width: 480px;
        }
    }
        @media (min-width: 600px){

        .service-default-bg .service-mobile{
            max-width: 600px;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }
        @media (min-width: 768px){

        .service-default-bg .service-mobile{
            max-width: 768px;
        }
    }
        @media (min-width: 960px){

        .service-default-bg .service-mobile{
            max-width: 960px;
            padding-right: 3rem;
            padding-left: 3rem;
        }
    }
        @media (min-width: 1280px){

        .service-default-bg .service-mobile{
            max-width: 1280px;
            padding-right: 4rem;
            padding-left: 4rem;
        }
    }
        @media (min-width: 1650px){

        .service-default-bg .service-mobile{
            max-width: 1650px;
        }
    }
}
/* 
swiper logos code 
*/
.swiper-client-logos{
    width: 100% !important;

    /* Fade edges */
    mask-image: linear-gradient(
        to right,
        transparent,
        black 10%,
        black 90%,
        transparent
    );
    -webkit-mask-image: linear-gradient(
        to right,
        transparent,
        black 10%,
        black 90%,
        transparent
    );
}
.swiper-client-logos .swiper-wrapper {
        transition-timing-function: linear !important;
    }
.swiper-client-logos .swiper-slide{
    display: flex !important;
    cursor: pointer;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    row-gap: 0.5rem !important;
}
.swiper-client-logos .swiper-slide img{
    max-height: 80px;
    width: auto;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.swiper-client-logos .swiper-slide .case-study-logos{
    opacity: 0.3;
            filter: brightness(0) invert(12%) sepia(89%) saturate(2606%) hue-rotate(240deg) brightness(87%) contrast(115%);
}
/* 
swiper staff testimonials
*/
.swiper-staff-testimonials{
    display: flex;
    width: 100%;
}
.swiper-staff-testimonials .swiper-wrapper{
    display: flex;
}
.swiper-staff-testimonials .swiper-slide{
    display: flex;
    height: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.swiper-staff-testimonials .swiper-pagination{
    top: 0px !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.swiper-staff-testimonials .swiper-pagination-bullet{
    border-width: 4px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(7 14 43 / var(--tw-border-opacity)) !important;
    background-color: transparent !important;
}
.swiper-staff-testimonials .swiper-pagination-bullet-active{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(7 14 43 / var(--tw-bg-opacity)) !important;
}
.swiper-partner-logos{
    width: 100% !important;
}
.swiper-partner-logos .swiper-wrapper {
        transition-timing-function: linear !important;
    }
.swiper-partner-logos .swiper-slide{
    display: flex !important;
    height: 78px;
    width: 171px;
    cursor: pointer;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    row-gap: 0.5rem !important;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.swiper-partner-logos .swiper-slide img{
    max-height: 78px;
    max-width: 171px;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 0.5rem;
}
/* 
swiper meet-team
*/
.swiper-meet-team{
    display: flex;
    width: 100%;
}
.swiper-meet-team .swiper-wrapper{
    display: flex;
        transition-timing-function: linear !important;
}
.swiper-meet-team .swiper-slide{
    margin-bottom: 2.5rem;
    display: flex;
    height: auto !important;
    width: 16rem;
    flex-direction: column;
}
.swiper-meet-team .swiper-slide.offset-slide{
    margin-top: 2.5rem;
}
/* 
swiper careers-swiper
*/
.swiper-careers-swiper{
    display: flex;
    width: 100%;
}
.swiper-careers-swiper .swiper-wrapper{
    display: flex;
        transition-timing-function: linear !important;
}
.swiper-careers-swiper .swiper-slide{
    margin-bottom: 2.5rem;
    display: flex;
    height: auto !important;
    width: 16rem;
    flex-direction: column;
}
.swiper-careers-swiper .swiper-slide.offset-slide{
    margin-top: 2.5rem !important;
}
/* 
swiper latest-news code 
*/
.swiper-latest-news{
    display: flex;
    width: 100%;
}
.swiper-latest-news .swiper-wrapper{
    display: flex;
}
.swiper-latest-news .swiper-slide{
    margin-bottom: 2.5rem;
    display: flex;
    height: auto !important;
    width: 100%;
    flex-direction: column;
}
.insights-left-column{
    position: relative;
    z-index: 10;
}
.insights-left-column::before {
        content: '';
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        left: -100vw;
        width: calc(100% + 100vw);
    }
.insights-left-column > *{
    position: relative;
    z-index: 10;
}
/* 
    swiper case study screenshots
*/
.swiper-case-study{
    height: 100% !important;
    width: 100%;
    overflow: visible !important;
}
.swiper-case-study .swiper-wrapper{
    display: flex;
    height: 100% !important;
    align-items: center;
}
.swiper-case-study .swiper-slide{
    display: flex;
    height: 100% !important;
    width: 100%;
    flex-direction: column;
}
.swiper-case-study .swiper-slide img{
    height: 300px;
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    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));
    border-radius: 1.5rem;
    border-width: 8px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    opacity: 0.6;
    --tw-brightness: brightness(.5);
    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: 500ms;
}
@media (min-width: 960px){

    .swiper-case-study .swiper-slide img{
        height: 400px;
    }
}
@media (min-width: 1650px){

    .swiper-case-study .swiper-slide img{
        height: 570px;
    }
}
.swiper-case-study .swiper-slide-active img{
    --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));
    opacity: 1;
    --tw-brightness: brightness(1);
    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: 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-duration: 150ms;
    transition-duration: 1000;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* 
swiper about us gallery 
*/
.swiper-about-gallery-row1,
.swiper-about-gallery-row2{
    width: 100%;
    cursor: pointer;
}
.swiper-about-gallery-row1 .swiper-wrapper, .swiper-about-gallery-row2 .swiper-wrapper {
        transition-timing-function: linear !important;
    }
.swiper-about-gallery-row1 .swiper-slide, .swiper-about-gallery-row2 .swiper-slide{
    margin-bottom: 1rem;
    width: auto;
}
.swiper-about-gallery-row1 .swiper-slide img, .swiper-about-gallery-row2 .swiper-slide img{
    height: 260px;
    width: auto;
    border-radius: 1rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
/* 
swiper testimonials code 
*/
.swiper-testimonials{
    margin-top: 1.5rem;
    display: flex;
    width: 100%;
    overflow-x: hidden !important;
}
@media (min-width: 960px){

    .swiper-testimonials{
        width: 100vw;
    }
}
.swiper-testimonials .swiper-wrapper{
    display: flex;
}
.swiper-testimonials .swiper-slide{
    margin-bottom: 5rem;
    display: flex;
    height: 100% !important;
    width: 100%;
    flex-direction: column;
    row-gap: 2rem;
    border-radius: 1.5rem;
    padding: 2rem;
    opacity: 1 !important;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
        transform-origin: center bottom;
}
.swiper-testimonials .swiper-slide.color-1{
    background-color: rgb(240 109 242 / 0.2);
}
.swiper-testimonials .swiper-slide.color-1 svg circle {
                fill: #F06DF2;
            }
.swiper-testimonials .swiper-slide.color-2{
    background-color: rgb(242 231 80 / 0.2);
}
.swiper-testimonials .swiper-slide.color-2 svg circle {
                fill: #F2E750;
            }
.swiper-testimonials .swiper-slide.color-3{
    background-color: rgb(108 58 214 / 0.2);
}
.swiper-testimonials .swiper-slide.color-3 svg circle {
                fill: #6C3AD6;
            }
.swiper-testimonials .swiper-slide.color-4{
    background-color: rgb(13 217 179 / 0.2);
}
.swiper-testimonials .swiper-slide.color-4 svg circle {
                fill: #0DD9B3;
            }
.swiper-testimonials .swiper-slide.color-5{
    background-color: rgb(19 220 242 / 0.2);
}
.swiper-testimonials .swiper-slide.color-5 svg circle {
                fill: currentColor; 
            }
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
  .swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none;
  }
/* For Internet Explorer and Edge */
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
      display: none;
    }
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
      scroll-snap-type: none;
    }
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
.swiper-button-prev.swiper-button-hidden, .swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next {
    display: none !important;
  }
.swiper-button-prev svg, .swiper-button-next svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
.swiper-button-lock {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-button-prev .swiper-navigation-icon {
    transform: rotate(180deg);
  }
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal .swiper-button-prev,
  .swiper-horizontal .swiper-button-next,
  .swiper-horizontal ~ .swiper-button-prev,
  .swiper-horizontal ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
.swiper-horizontal .swiper-button-prev,
  .swiper-horizontal ~ .swiper-button-prev,
  .swiper-horizontal.swiper-rtl .swiper-button-next,
  .swiper-horizontal.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
.swiper-horizontal .swiper-button-next,
  .swiper-horizontal ~ .swiper-button-next,
  .swiper-horizontal.swiper-rtl .swiper-button-prev,
  .swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
.swiper-horizontal .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon {
      transform: rotate(180deg);
    }
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
      transform: rotate(0deg);
    }
.swiper-vertical .swiper-button-prev,
  .swiper-vertical .swiper-button-next,
  .swiper-vertical ~ .swiper-button-prev,
  .swiper-vertical ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
.swiper-vertical .swiper-button-prev,
  .swiper-vertical ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
  }
.swiper-vertical .swiper-button-prev .swiper-navigation-icon, .swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
.swiper-vertical .swiper-button-next,
  .swiper-vertical ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
  }
.swiper-vertical .swiper-button-next .swiper-navigation-icon, .swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
      transform: rotate(90deg);
    }
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
.swiper-pagination-disabled > .swiper-pagination,
  .swiper-pagination.swiper-pagination-disabled {
    display: none !important;
  }
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
.swiper-pagination-bullet:only-child {
    display: none !important;
  }
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
.swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
  .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
.swiper-vertical > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-vertical,
  .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
  .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
  }
.swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
.swiper-vertical > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
  .swiper-zoom-container > svg,
  .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-thumbs .swiper-slide-thumb-active {
    /* Styles for active thumb slide */
  }
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
      transition-timing-function: ease-out;
    }
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
  }
.swiper-fade .swiper-slide .swiper-slide {
      pointer-events: none;
    }
.swiper-fade .swiper-slide-active {
    pointer-events: auto;
  }
.swiper-fade .swiper-slide-active .swiper-slide-active {
      pointer-events: auto;
    }
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }
.swiper-cube .swiper-slide .swiper-slide {
      pointer-events: none;
    }
.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
.swiper-cube .swiper-slide-active,
    .swiper-cube .swiper-slide-active .swiper-slide-active {
      pointer-events: auto;
    }
.swiper-cube .swiper-slide-active,
  .swiper-cube .swiper-slide-next,
  .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
  }
.swiper-cube .swiper-cube-shadow:before {
      content: '';
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      filter: blur(50px);
    }
.swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
  .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
  .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
  .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
  }
.swiper-flip .swiper-slide .swiper-slide {
      pointer-events: none;
    }
.swiper-flip .swiper-slide-active,
    .swiper-flip .swiper-slide-active .swiper-slide-active {
      pointer-events: auto;
    }
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
  .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
  .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
  .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
/* Flip slide shadows end */
.swiper-coverflow {
}
.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
  }
.backdrop\:bg-black\/30::backdrop{
    background-color: rgb(0 0 0 / 0.3);
}
.backdrop\:backdrop-blur-sm::backdrop{
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.first\:mt-0:first-child{
    margin-top: 0px;
}
.last\:mb-0:last-child{
    margin-bottom: 0px;
}
.last\:border-t:last-child{
    border-top-width: 1px;
}
.last\:border-none:last-child{
    border-style: none;
}
.hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:\!bg-\[\#635FD9\]:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(99 95 217 / var(--tw-bg-opacity)) !important;
}
.hover\:\!bg-secondary:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(19 220 242 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.hover\:\!text-primary:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(7 14 43 / var(--tw-text-opacity)) !important;
}
.hover\:\!text-purple:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(99 95 217 / var(--tw-text-opacity)) !important;
}
.hover\:\!text-secondary:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(19 220 242 / var(--tw-text-opacity)) !important;
}
.hover\:\!text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-purple:hover{
    --tw-text-opacity: 1;
    color: rgb(99 95 217 / var(--tw-text-opacity));
}
.hover\:text-secondary:hover{
    --tw-text-opacity: 1;
    color: rgb(19 220 242 / var(--tw-text-opacity));
}
.hover\:opacity-90:hover{
    opacity: 0.9;
}
.focus\:border-transparent:focus{
    border-color: transparent;
}
.focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(7 14 43 / var(--tw-ring-opacity));
}
.group:hover .group-hover\:block{
    display: block;
}
.group:hover .group-hover\:hidden{
    display: none;
}
.group:hover .group-hover\:text-purple{
    --tw-text-opacity: 1;
    color: rgb(99 95 217 / var(--tw-text-opacity));
}
@media (min-width: 600px){

    .sm\:-top-6{
        top: -1.5rem;
    }

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

    .sm\:-mr-4{
        margin-right: -1rem;
    }

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

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

    .sm\:block{
        display: block;
    }

    .sm\:hidden{
        display: none;
    }

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

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

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

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

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

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

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

    .sm\:p-\[calc\(1vh\+1vw\)\]{
        padding: calc(1vh + 1vw);
    }

    .sm\:px-20{
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .sm\:py-24{
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .sm\:py-28{
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
}
@media (min-width: 768px){

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

    .md\:-mt-24{
        margin-top: -6rem;
    }

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

    .md\:block{
        display: block;
    }

    .md\:flex{
        display: flex;
    }

    .md\:hidden{
        display: none;
    }

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

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

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

    .md\:w-2\/3{
        width: 66.666667%;
    }

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

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

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

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

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

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

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

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

    .md\:p-0{
        padding: 0px;
    }

    .md\:p-\[calc\(3vh\+3vw\)\]{
        padding: calc(3vh + 3vw);
    }

    .md\:p-\[calc\(3vw\+3vh\)\]{
        padding: calc(3vw + 3vh);
    }

    .md\:p-\[calc\(5vw\+5vh\)\]{
        padding: calc(5vw + 5vh);
    }

    .md\:\!py-\[0\.8rem\]{
        padding-top: 0.8rem !important;
        padding-bottom: 0.8rem !important;
    }

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

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

    .md\:text-2xl{
        font-size: 1.5rem;
    }

    .md\:text-3xl{
        font-size: 1.875rem;
    }

    .md\:text-4xl{
        font-size: 2.25rem;
    }

    .md\:text-5xl{
        font-size: 3rem;
    }

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

    .md\:text-xl{
        font-size: 1.25rem;
    }

    .md\:text-xs{
        font-size: 0.75rem;
        line-height: 1rem;
    }
}
@media (min-width: 960px){

    .lg\:sticky{
        position: sticky;
    }

    .lg\:-top-3{
        top: -0.75rem;
    }

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

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

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

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

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

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

    .lg\:mx-20{
        margin-left: 5rem;
        margin-right: 5rem;
    }

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

    .lg\:-mr-24{
        margin-right: -6rem;
    }

    .lg\:-mt-52{
        margin-top: -13rem;
    }

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

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

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

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

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

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

    .lg\:block{
        display: block;
    }

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

    .lg\:flex{
        display: flex;
    }

    .lg\:grid{
        display: grid;
    }

    .lg\:hidden{
        display: none;
    }

    .lg\:h-12{
        height: 3rem;
    }

    .lg\:h-14{
        height: 3.5rem;
    }

    .lg\:h-2{
        height: 0.5rem;
    }

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

    .lg\:h-24{
        height: 6rem;
    }

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

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

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

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

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

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

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

    .lg\:w-2{
        width: 0.5rem;
    }

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

    .lg\:w-2\/3{
        width: 66.666667%;
    }

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

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

    .lg\:w-48{
        width: 12rem;
    }

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

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

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

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

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

    .lg\:w-screen{
        width: 100vw;
    }

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

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

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

    .lg\:grid-cols-\[3\.5fr_6\.5fr\]{
        grid-template-columns: 3.5fr 6.5fr;
    }

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

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

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

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

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

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

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

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

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

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

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

    .lg\:gap-\[calc\(3vh\+3vw\)\]{
        gap: calc(3vh + 3vw);
    }

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

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

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

    .lg\:p-0{
        padding: 0px;
    }

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

    .lg\:px-10{
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

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

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

    .lg\:py-20{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .lg\:py-40{
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

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

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

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

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

    .lg\:text-sm{
        font-size: 0.875rem;
    }

    .lg\:first\:\!pt-0:first-child{
        padding-top: 0px !important;
    }
}
@media (min-width: 1280px){

    .xl\:mx-40{
        margin-left: 10rem;
        margin-right: 10rem;
    }

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

    .xl\:-mt-24{
        margin-top: -6rem;
    }

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

    .xl\:block{
        display: block;
    }

    .xl\:grid{
        display: grid;
    }

    .xl\:hidden{
        display: none;
    }

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

    .xl\:\!w-56{
        width: 14rem !important;
    }

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

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

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

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

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

    .xl\:px-28{
        padding-left: 7rem;
        padding-right: 7rem;
    }

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

    .xl\:text-4xl{
        font-size: 2.25rem;
    }
}
@media (min-width: 1650px){

    .\32xl\:col-span-4{
        grid-column: span 4 / span 4;
    }

    .\32xl\:mx-20{
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .\32xl\:mx-64{
        margin-left: 16rem;
        margin-right: 16rem;
    }

    .\32xl\:mx-80{
        margin-left: 20rem;
        margin-right: 20rem;
    }

    .\32xl\:-mr-20{
        margin-right: -5rem;
    }

    .\32xl\:-mt-24{
        margin-top: -6rem;
    }

    .\32xl\:-mt-36{
        margin-top: -9rem;
    }

    .\32xl\:block{
        display: block;
    }

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

    .\32xl\:hidden{
        display: none;
    }

    .\32xl\:h-\[265px\]{
        height: 265px;
    }

    .\32xl\:h-\[450px\]{
        height: 450px;
    }

    .\32xl\:h-\[535px\]{
        height: 535px;
    }

    .\32xl\:h-\[570px\]{
        height: 570px;
    }

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

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

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

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

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

    .\32xl\:gap-x-20{
        -moz-column-gap: 5rem;
             column-gap: 5rem;
    }

    .\32xl\:pr-40{
        padding-right: 10rem;
    }

    .\32xl\:text-5xl{
        font-size: 3rem;
    }

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


