/*
! 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%;
    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: 782px){

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

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

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

    .container{
        max-width: 1440px;
    }
}
.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;
}
.visible{
    visibility: visible;
}
.static{
    position: static;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.sticky{
    position: sticky;
}
.inset-0{
    inset: 0px;
}
.inset-y-0{
    top: 0px;
    bottom: 0px;
}
.-right-\[5px\]{
    right: -5px;
}
.bottom-0{
    bottom: 0px;
}
.bottom-\[10px\]{
    bottom: 10px;
}
.left-0{
    left: 0px;
}
.left-1\/2{
    left: 50%;
}
.left-\[10px\]{
    left: 10px;
}
.left-\[30px\]{
    left: 30px;
}
.right-0{
    right: 0px;
}
.right-\[20px\]{
    right: 20px;
}
.right-\[30px\]{
    right: 30px;
}
.top-0{
    top: 0px;
}
.top-\[130px\]{
    top: 130px;
}
.top-\[150px\]{
    top: 150px;
}
.top-\[20px\]{
    top: 20px;
}
.top-\[30px\]{
    top: 30px;
}
.top-full{
    top: 100%;
}
.isolate{
    isolation: isolate;
}
.z-10{
    z-index: 10;
}
.z-20{
    z-index: 20;
}
.z-30{
    z-index: 30;
}
.z-40{
    z-index: 40;
}
.z-50{
    z-index: 50;
}
.order-first{
    order: -9999;
}
.col-span-3{
    grid-column: span 3 / span 3;
}
.-m-1{
    margin: -0.25rem;
}
.-m-1\.5{
    margin: -0.375rem;
}
.-m-2{
    margin: -0.5rem;
}
.-m-2\.5{
    margin: -0.625rem;
}
.-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.mb-1{
    margin-bottom: 0.25rem;
}
.mb-12{
    margin-bottom: 3rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mb-6{
    margin-bottom: 1.5rem;
}
.mb-\[100px\]{
    margin-bottom: 100px;
}
.mb-\[10px\]{
    margin-bottom: 10px;
}
.mb-\[15px\]{
    margin-bottom: 15px;
}
.mb-\[20px\]{
    margin-bottom: 20px;
}
.mb-\[24px\]{
    margin-bottom: 24px;
}
.mb-\[30px\]{
    margin-bottom: 30px;
}
.mb-\[35px\]{
    margin-bottom: 35px;
}
.mb-\[40px\]{
    margin-bottom: 40px;
}
.mb-\[42px\]{
    margin-bottom: 42px;
}
.mb-\[50px\]{
    margin-bottom: 50px;
}
.mb-\[57px\]{
    margin-bottom: 57px;
}
.mb-\[60px\]{
    margin-bottom: 60px;
}
.mb-\[65px\]{
    margin-bottom: 65px;
}
.mb-\[80px\]{
    margin-bottom: 80px;
}
.ml-\[10px\]{
    margin-left: 10px;
}
.ml-\[8px\]{
    margin-left: 8px;
}
.ml-auto{
    margin-left: auto;
}
.mr-2{
    margin-right: 0.5rem;
}
.mr-6{
    margin-right: 1.5rem;
}
.mr-\[10px\]{
    margin-right: 10px;
}
.mr-\[20px\]{
    margin-right: 20px;
}
.mt-10{
    margin-top: 2.5rem;
}
.mt-16{
    margin-top: 4rem;
}
.mt-2{
    margin-top: 0.5rem;
}
.mt-4{
    margin-top: 1rem;
}
.mt-6{
    margin-top: 1.5rem;
}
.mt-\[0px\]{
    margin-top: 0px;
}
.mt-\[100px\]{
    margin-top: 100px;
}
.mt-\[10px\]{
    margin-top: 10px;
}
.mt-\[20px\]{
    margin-top: 20px;
}
.mt-\[30px\]{
    margin-top: 30px;
}
.mt-\[35px\]{
    margin-top: 35px;
}
.mt-\[36px\]{
    margin-top: 36px;
}
.mt-\[40px\]{
    margin-top: 40px;
}
.mt-\[50px\]{
    margin-top: 50px;
}
.mt-\[5px\]{
    margin-top: 5px;
}
.mt-\[60px\]{
    margin-top: 60px;
}
.mt-\[70px\]{
    margin-top: 70px;
}
.mt-\[74px\]{
    margin-top: 74px;
}
.block{
    display: block;
}
.flex{
    display: flex;
}
.inline-flex{
    display: inline-flex;
}
.flow-root{
    display: flow-root;
}
.grid{
    display: grid;
}
.contents{
    display: contents;
}
.hidden{
    display: none;
}
.h-0{
    height: 0px;
}
.h-12{
    height: 3rem;
}
.h-16{
    height: 4rem;
}
.h-4{
    height: 1rem;
}
.h-5{
    height: 1.25rem;
}
.h-6{
    height: 1.5rem;
}
.h-8{
    height: 2rem;
}
.h-\[107px\]{
    height: 107px;
}
.h-\[134px\]{
    height: 134px;
}
.h-\[1px\]{
    height: 1px;
}
.h-auto{
    height: auto;
}
.h-full{
    height: 100%;
}
.h-px{
    height: 1px;
}
.max-h-0{
    max-height: 0px;
}
.min-h-\[180px\]{
    min-height: 180px;
}
.min-h-screen{
    min-height: 100vh;
}
.w-1\/2{
    width: 50%;
}
.w-16{
    width: 4rem;
}
.w-4{
    width: 1rem;
}
.w-5{
    width: 1.25rem;
}
.w-6{
    width: 1.5rem;
}
.w-8{
    width: 2rem;
}
.w-\[100\%\]{
    width: 100%;
}
.w-\[100px\]{
    width: 100px;
}
.w-\[107px\]{
    width: 107px;
}
.w-\[120px\]{
    width: 120px;
}
.w-\[134px\]{
    width: 134px;
}
.w-\[168px\]{
    width: 168px;
}
.w-\[290px\]{
    width: 290px;
}
.w-\[90\%\]{
    width: 90%;
}
.w-auto{
    width: auto;
}
.w-full{
    width: 100%;
}
.min-w-\[200px\]{
    min-width: 200px;
}
.max-w-2xl{
    max-width: 42rem;
}
.max-w-32{
    max-width: 8rem;
}
.max-w-5xl{
    max-width: 64rem;
}
.max-w-7xl{
    max-width: 80rem;
}
.max-w-\[100\%\]{
    max-width: 100%;
}
.max-w-\[1000px\]{
    max-width: 1000px;
}
.max-w-\[1100px\]{
    max-width: 1100px;
}
.max-w-\[1280px\]{
    max-width: 1280px;
}
.max-w-\[190px\]{
    max-width: 190px;
}
.max-w-\[258px\]{
    max-width: 258px;
}
.max-w-\[328px\]{
    max-width: 328px;
}
.max-w-\[448\]{
    max-width: 448;
}
.max-w-\[448px\]{
    max-width: 448px;
}
.max-w-\[600px\]{
    max-width: 600px;
}
.max-w-\[768px\]{
    max-width: 768px;
}
.max-w-\[800px\]{
    max-width: 800px;
}
.max-w-\[80px\]{
    max-width: 80px;
}
.max-w-\[900px\]{
    max-width: 900px;
}
.max-w-\[980px\]{
    max-width: 980px;
}
.max-w-full{
    max-width: 100%;
}
.max-w-xl{
    max-width: 36rem;
}
.max-w-xs{
    max-width: 20rem;
}
.flex-grow{
    flex-grow: 1;
}
.origin-top-left{
    transform-origin: top left;
}
.-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2{
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90{
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-x-100{
    --tw-scale-x: -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));
}
.scale-x-100{
    --tw-scale-x: 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));
}
.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));
}
.cursor-pointer{
    cursor: pointer;
}
.list-decimal{
    list-style-type: decimal;
}
.list-disc{
    list-style-type: disc;
}
.appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
    flex-direction: row;
}
.flex-col{
    flex-direction: column;
}
.flex-wrap{
    flex-wrap: wrap;
}
.content-center{
    align-content: center;
}
.content-start{
    align-content: flex-start;
}
.items-start{
    align-items: flex-start;
}
.items-center{
    align-items: center;
}
.justify-start{
    justify-content: flex-start;
}
.justify-end{
    justify-content: flex-end;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.gap-1{
    gap: 0.25rem;
}
.gap-12{
    gap: 3rem;
}
.gap-16{
    gap: 4rem;
}
.gap-2{
    gap: 0.5rem;
}
.gap-2\.5{
    gap: 0.625rem;
}
.gap-3{
    gap: 0.75rem;
}
.gap-3\.5{
    gap: 0.875rem;
}
.gap-32{
    gap: 8rem;
}
.gap-4{
    gap: 1rem;
}
.gap-5{
    gap: 1.25rem;
}
.gap-6{
    gap: 1.5rem;
}
.gap-8{
    gap: 2rem;
}
.gap-\[30px\]{
    gap: 30px;
}
.gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
}
.gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
}
.gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
}
.gap-y-16{
    row-gap: 4rem;
}
.gap-y-36{
    row-gap: 9rem;
}
.gap-y-4{
    row-gap: 1rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.self-stretch{
    align-self: stretch;
}
.overflow-hidden{
    overflow: hidden;
}
.overflow-y-auto{
    overflow-y: auto;
}
.rounded{
    border-radius: 0.25rem;
}
.rounded-\[10px\]{
    border-radius: 10px;
}
.rounded-\[20px\]{
    border-radius: 20px;
}
.rounded-\[30px\]{
    border-radius: 30px;
}
.rounded-\[8px\]{
    border-radius: 8px;
}
.rounded-full{
    border-radius: 9999px;
}
.rounded-lg{
    border-radius: 0.5rem;
}
.rounded-md{
    border-radius: 0.375rem;
}
.rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
}
.rounded-br-2xl{
    border-bottom-right-radius: 1rem;
}
.rounded-tl-lg{
    border-top-left-radius: 0.5rem;
}
.rounded-tr-lg{
    border-top-right-radius: 0.5rem;
}
.border{
    border-width: 1px;
}
.border-2{
    border-width: 2px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-l{
    border-left-width: 1px;
}
.border-s-4{
    border-inline-start-width: 4px;
}
.border-t{
    border-top-width: 1px;
}
.border-\[\#22f4ad\]{
    --tw-border-opacity: 1;
    border-color: rgb(34 244 173 / var(--tw-border-opacity));
}
.border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / 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-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgb(68 80 255 / var(--tw-border-opacity));
}
.border-slate-950{
    --tw-border-opacity: 1;
    border-color: rgb(0 0 30 / var(--tw-border-opacity));
}
.border-white\/10{
    border-color: rgb(255 255 255 / 0.1);
}
.border-l-\[\#22f4ad\]{
    --tw-border-opacity: 1;
    border-left-color: rgb(34 244 173 / var(--tw-border-opacity));
}
.bg-\[\#1C3F58\]{
    --tw-bg-opacity: 1;
    background-color: rgb(28 63 88 / var(--tw-bg-opacity));
}
.bg-\[\#22f4ad\]{
    --tw-bg-opacity: 1;
    background-color: rgb(34 244 173 / var(--tw-bg-opacity));
}
.bg-\[\#4450FF\]{
    --tw-bg-opacity: 1;
    background-color: rgb(68 80 255 / var(--tw-bg-opacity));
}
.bg-\[\#F1515D\]{
    --tw-bg-opacity: 1;
    background-color: rgb(241 81 93 / var(--tw-bg-opacity));
}
.bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-cyan-400{
    --tw-bg-opacity: 1;
    background-color: rgb(28 210 250 / var(--tw-bg-opacity));
}
.bg-cyan-900{
    --tw-bg-opacity: 1;
    background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}
.bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgb(68 80 255 / var(--tw-bg-opacity));
}
.bg-slate-950{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 30 / var(--tw-bg-opacity));
}
.bg-teal-400{
    --tw-bg-opacity: 1;
    background-color: rgb(34 244 173 / var(--tw-bg-opacity));
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-20{
    --tw-bg-opacity: 0.2;
}
.bg-opacity-60{
    --tw-bg-opacity: 0.6;
}
.bg-opacity-70{
    --tw-bg-opacity: 0.7;
}
.bg-\[length\:0px\]{
    background-size: 0px;
}
.bg-contain{
    background-size: contain;
}
.bg-cover{
    background-size: cover;
}
.bg-center{
    background-position: center;
}
.bg-left{
    background-position: left;
}
.bg-right{
    background-position: right;
}
.bg-no-repeat{
    background-repeat: no-repeat;
}
.fill-current{
    fill: currentColor;
}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}
.object-fill{
    -o-object-fit: fill;
       object-fit: fill;
}
.object-center{
    -o-object-position: center;
       object-position: center;
}
.p-1{
    padding: 0.25rem;
}
.p-1\.5{
    padding: 0.375rem;
}
.p-2{
    padding: 0.5rem;
}
.p-2\.5{
    padding: 0.625rem;
}
.p-4{
    padding: 1rem;
}
.p-6{
    padding: 1.5rem;
}
.p-\[0\.5rem\]{
    padding: 0.5rem;
}
.p-\[20px\]{
    padding: 20px;
}
.p-\[40px\]{
    padding: 40px;
}
.px-12{
    padding-left: 3rem;
    padding-right: 3rem;
}
.px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.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-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.px-8{
    padding-left: 2rem;
    padding-right: 2rem;
}
.px-\[20px\]{
    padding-left: 20px;
    padding-right: 20px;
}
.px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
}
.px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
}
.py-0{
    padding-top: 0px;
    padding-bottom: 0px;
}
.py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}
.py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
.py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
}
.py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
}
.pb-24{
    padding-bottom: 6rem;
}
.pb-4{
    padding-bottom: 1rem;
}
.pb-8{
    padding-bottom: 2rem;
}
.pb-\[0px\]{
    padding-bottom: 0px;
}
.pb-\[100\%\]{
    padding-bottom: 100%;
}
.pb-\[100px\]{
    padding-bottom: 100px;
}
.pb-\[120px\]{
    padding-bottom: 120px;
}
.pb-\[30px\]{
    padding-bottom: 30px;
}
.pb-\[40px\]{
    padding-bottom: 40px;
}
.pb-\[50px\]{
    padding-bottom: 50px;
}
.pb-\[56\%\]{
    padding-bottom: 56%;
}
.pb-\[56\.25\%\]{
    padding-bottom: 56.25%;
}
.pb-\[56\.8\%\]{
    padding-bottom: 56.8%;
}
.pb-\[75\%\]{
    padding-bottom: 75%;
}
.pl-4{
    padding-left: 1rem;
}
.pt-0{
    padding-top: 0px;
}
.pt-10{
    padding-top: 2.5rem;
}
.pt-16{
    padding-top: 4rem;
}
.pt-24{
    padding-top: 6rem;
}
.pt-6{
    padding-top: 1.5rem;
}
.pt-8{
    padding-top: 2rem;
}
.pt-\[0px\]{
    padding-top: 0px;
}
.pt-\[100px\]{
    padding-top: 100px;
}
.pt-\[150px\]{
    padding-top: 150px;
}
.pt-\[20px\]{
    padding-top: 20px;
}
.pt-\[24px\]{
    padding-top: 24px;
}
.pt-\[40px\]{
    padding-top: 40px;
}
.pt-\[60px\]{
    padding-top: 60px;
}
.pt-\[80px\]{
    padding-top: 80px;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.font-apertura{
    font-family: Apertura, sans-serif;
}
.\!text-\[10px\]{
    font-size: 10px !important;
}
.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-5xl{
    font-size: 3rem;
    line-height: 1;
}
.text-6xl{
    font-size: 3.75rem;
    line-height: 1;
}
.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xl{
    font-size: 1.25rem;
}
.text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
}
.font-bold{
    font-weight: 700;
}
.font-extrabold{
    font-weight: 800;
}
.font-light{
    font-weight: 300;
}
.font-medium{
    font-weight: 500;
}
.font-normal{
    font-weight: 400;
}
.font-semibold{
    font-weight: 600;
}
.uppercase{
    text-transform: uppercase;
}
.leading-10{
    line-height: 2.5rem;
}
.leading-5{
    line-height: 1.25rem;
}
.leading-6{
    line-height: 1.5rem;
}
.leading-7{
    line-height: 1.75rem;
}
.leading-8{
    line-height: 2rem;
}
.leading-9{
    line-height: 2.25rem;
}
.leading-\[17\.50px\]{
    line-height: 17.50px;
}
.leading-\[18px\]{
    line-height: 18px;
}
.leading-\[25px\]{
    line-height: 25px;
}
.leading-\[30px\]{
    line-height: 30px;
}
.leading-\[45px\]{
    line-height: 45px;
}
.leading-loose{
    line-height: 2;
}
.leading-none{
    line-height: 1;
}
.leading-normal{
    line-height: 1.5;
}
.leading-tight{
    line-height: 1.25;
}
.tracking-tight{
    letter-spacing: -0.025em;
}
.text-\[\#111928\]{
    --tw-text-opacity: 1;
    color: rgb(17 25 40 / var(--tw-text-opacity));
}
.text-\[\#4450FF\]{
    --tw-text-opacity: 1;
    color: rgb(68 80 255 / var(--tw-text-opacity));
}
.text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-cyan-400{
    --tw-text-opacity: 1;
    color: rgb(28 210 250 / var(--tw-text-opacity));
}
.text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / 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-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-indigo-600{
    --tw-text-opacity: 1;
    color: rgb(68 80 255 / var(--tw-text-opacity));
}
.text-pink-600{
    --tw-text-opacity: 1;
    color: rgb(219 39 119 / var(--tw-text-opacity));
}
.text-slate-950{
    --tw-text-opacity: 1;
    color: rgb(0 0 30 / var(--tw-text-opacity));
}
.text-teal-400{
    --tw-text-opacity: 1;
    color: rgb(34 244 173 / var(--tw-text-opacity));
}
.text-violet-600{
    --tw-text-opacity: 1;
    color: rgb(124 58 237 / var(--tw-text-opacity));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
    text-decoration-line: underline;
}
.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
    opacity: 0;
}
.opacity-100{
    opacity: 1;
}
.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-sm{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 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-xl{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur-sm{
    --tw-blur: blur(4px);
    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);
}
.drop-shadow-\[0_20px_10px_rgba\(0\2c 0\2c 0\2c 0\.5\)\]{
    --tw-drop-shadow: drop-shadow(0 20px 10px rgba(0,0,0,0.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);
}
.filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-200{
    transition-duration: 200ms;
}
.duration-300{
    transition-duration: 300ms;
}
.duration-700{
    transition-duration: 700ms;
}
.ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out{
    transition-timing-function: cubic-bezier(0, 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.875rem;
    color: #4b5563;
}
article > *:not(.entry-content),
.entry-content > *{
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}
svg.rotate {
    transform: rotate(180deg);
    --tw-text-opacity: 1;
    color: rgb(68 80 255 / var(--tw-text-opacity));
}
.anim .anim-fade .anim-fade__up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 0.5s;
}
.gform_wrapper.gravity-theme .gfield_error legend {
    color: #000 !important;
}
.gform_wrapper.gravity-theme .field_sublabel_above .gfield_description {
    display: none !important;
}
svg #chevron-down {
    fill: #4450FF;
    --tw-text-opacity: 1;
    color: rgb(68 80 255 / var(--tw-text-opacity));
}
.iframe-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio (modify as needed) */
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
ul.checklist {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}
ul.checklist li {
    padding-left: 30px; /* Adjust as needed based on the size of your SVG */
    position: relative;
    margin-bottom: 10px;
}
ul.checklist li::before {
    content: "";
    width: 20px; /* Adjust as needed based on the size of your SVG */
    height: 20px; /* Adjust as needed based on the size of your SVG */
    background: url('/wp-content/themes/akixi/icons/badge-check.svg') no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
}
ul.checklist.circle li::before {
    content: "";
    width: 20px; /* Adjust as needed based on the size of your SVG */
    height: 20px; /* Adjust as needed based on the size of your SVG */
    background: url('/wp-content/themes/akixi/icons/check.svg') no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
    background-size: 12px;
    background-position: center;
    border-radius: 50px;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(34 244 173 / var(--tw-bg-opacity));
    top: 5px;
}
/* Add this to your main Tailwind CSS file or create a new custom stylesheet */
/* Form container */
.gform_wrapper {

}
/* Form label */
.gfield_label {

}
/* Form input field */
.ginput_container input[type="text"],
.ginput_container input[type="email"],
.ginput_container input[type="tel"],
.ginput_container input[type="number"],
.ginput_container select,
.ginput_container textarea{
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.625rem;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
/* Form submit button */
.gform_footer input[type="submit"]{
    min-width: 200px;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(68 80 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(68 80 255 / var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: Apertura, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.gform_footer input[type="submit"]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.gform_footer input[type="submit"]:focus-visible{
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: #4450FF;
}
/* Additional styles for specific form elements (adjust as needed) */
.gfield_checkbox li,
.gfield_radio li {

}
.gfield_error{
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
}
/* Customize other form elements as needed */
.entry-content h1, .block-editor-block-list__layout h1{
    font-size: 1.5rem;
    line-height: 2rem;
}
.entry-content h2, .block-editor-block-list__layout h2{
    font-size: 1.25rem;
}
.entry-content h3, .block-editor-block-list__layout h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.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(59 130 246 / 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;
}
.anim-fade {
				position: relative;
				opacity: 0 !important;
				transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.anim-fade.anim-trigger {
				opacity: 1 !important;
}
.anim-fade__up:not(.transform) {
				bottom: -200px;
}
.anim-fade__up:not(.transform).anim-trigger {
				bottom: 0;
}
.anim-fade__left:not(.transform) {
				left: 30px;
}
.anim-fade__left:not(.transform).anim-trigger {
				left: 0;
}
.anim-fade__right:not(.transform) {
				left: -60px;
}
.anim-fade__right:not(.transform).anim-trigger {
				left: 0;
}
.anim-fade__up.transform {
				transform: translateY(200px);
}
.anim-fade__up.transform.anim-trigger {
				transform: translateY(0);
}
.anim-fade__left.transform {
				transform: translateX(30px);
}
.anim-fade__left.transform.anim-trigger {
				transform: translateX(0);
}
.anim-fade__right.transform {
				transform: translateX(-60px);
}
.anim-fade__right.transform.anim-trigger {
				transform: translateX(0);
}
a{
    cursor: pointer;
}
.bg-events{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 30 / var(--tw-bg-opacity));
}
.bg-blog{
    --tw-bg-opacity: 1;
    background-color: rgb(34 244 173 / var(--tw-bg-opacity));
}
.bg-case-study{
    --tw-bg-opacity: 1;
    background-color: rgb(28 210 250 / var(--tw-bg-opacity));
}
.bg-asset{
    --tw-bg-opacity: 1;
    background-color: rgb(241 81 93 / var(--tw-bg-opacity));
}
.Uncategorized-button{
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(68 80 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: Apertura, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(0 0 30 / var(--tw-text-opacity));
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.Uncategorized-button:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}
.Uncategorized-button:focus-visible{
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: #fff;
}
.primary-button, .arrow-button{
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(68 80 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(68 80 255 / var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: Apertura, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.primary-button:hover, .arrow-button:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.primary-button:focus-visible, .arrow-button:focus-visible{
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: #4450FF;
}
.secondary-button{
    border-radius: 0.375rem;
    border-width: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: Apertura, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.secondary-button:focus-visible{
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: #fff;
}
.chevron-button{
    font-family: Apertura, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(68 80 255 / var(--tw-text-opacity));
}
input[type="checkbox"]{
    margin-bottom: 0.5rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0.25rem;
    border-width: 2px;
    padding: 0.5rem;
}
input[type="checkbox"] label {}
/* Custom CSS to style checkboxes when checked */
input[type="checkbox"]:checked{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0.25rem;
    --tw-border-opacity: 1;
    border-color: rgb(34 244 173 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(34 244 173 / var(--tw-bg-opacity));
    padding: 0.5rem;
}
.hover\:bg-\[\#1C3F58\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(28 63 88 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.hover\:bg-zinc-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}
.hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgb(68 80 255 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover{
    text-decoration-line: underline;
}
.focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus-visible\:outline:focus-visible{
    outline-style: solid;
}
.focus-visible\:outline-2:focus-visible{
    outline-width: 2px;
}
.focus-visible\:outline-offset-2:focus-visible{
    outline-offset: 2px;
}
.focus-visible\:outline-\[\#f1bc66\]:focus-visible{
    outline-color: #f1bc66;
}
.focus-visible\:outline-indigo-600:focus-visible{
    outline-color: #4450FF;
}
.focus-visible\:outline-white:focus-visible{
    outline-color: #fff;
}
@media (min-width: 600px){

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

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

    .sm\:block{
        display: block;
    }

    .sm\:max-w-2xl{
        max-width: 42rem;
    }

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

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

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

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

    .sm\:py-32{
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .sm\:py-48{
        padding-top: 12rem;
        padding-bottom: 12rem;
    }

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

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

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

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

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

    .sm\:text-4xl{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .sm\:text-5xl{
        font-size: 3rem;
        line-height: 1;
    }

    .sm\:text-6xl{
        font-size: 3.75rem;
        line-height: 1;
    }

    .sm\:ring-1{
        --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(1px + 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);
    }

    .sm\:ring-gray-900\/10{
        --tw-ring-color: rgb(17 24 39 / 0.1);
    }
}
@media (min-width: 782px){

    .md\:absolute{
        position: absolute;
    }

    .md\:relative{
        position: relative;
    }

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

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

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

    .md\:mb-\[50px\]{
        margin-bottom: 50px;
    }

    .md\:mr-\[0\]{
        margin-right: 0;
    }

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

    .md\:block{
        display: block;
    }

    .md\:flex{
        display: flex;
    }

    .md\:grid{
        display: grid;
    }

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

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

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

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

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

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

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

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

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

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

    .md\:grid-cols-\[2fr_1fr\]{
        grid-template-columns: 2fr 1fr;
    }

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

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

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

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

    .md\:bg-\[length\:100px\]{
        background-size: 100px;
    }

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

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

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

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

    .md\:py-32{
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

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

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

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

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

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

    .md\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}
@media (min-width: 960px){

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

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

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

    .lg\:mb-\[100px\]{
        margin-bottom: 100px;
    }

    .lg\:mb-\[120px\]{
        margin-bottom: 120px;
    }

    .lg\:mb-\[150px\]{
        margin-bottom: 150px;
    }

    .lg\:mb-\[50px\]{
        margin-bottom: 50px;
    }

    .lg\:mb-\[70px\]{
        margin-bottom: 70px;
    }

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

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

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

    .lg\:block{
        display: block;
    }

    .lg\:flex{
        display: flex;
    }

    .lg\:hidden{
        display: none;
    }

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

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

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

    .lg\:max-w-lg{
        max-width: 32rem;
    }

    .lg\:max-w-none{
        max-width: none;
    }

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

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

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

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

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

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

    .lg\:bg-transparent{
        background-color: transparent;
    }

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

    .lg\:bg-right{
        background-position: right;
    }

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

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

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

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

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

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

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

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

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

    .lg\:pb-24{
        padding-bottom: 6rem;
    }

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

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

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

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

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

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

    .lg\:pt-14{
        padding-top: 3.5rem;
    }

    .lg\:pt-24{
        padding-top: 6rem;
    }

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

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

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

    .lg\:text-5xl{
        font-size: 3rem;
        line-height: 1;
    }
}
@media (min-width: 1280px){

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

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

    .xl\:grid{
        display: grid;
    }

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

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

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

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

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


