/*!
Theme Name:         Microblink
Description:  		Microblink theme
Author:             Innovatemap
Author URI:         https://innovatemap.com/
Text Domain:        pm
Version:            1.0.2
*/
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*! tailwindcss v3.4.19 | 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: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 420px) {
  .\!container {
    max-width: 420px !important;
  }
  .container {
    max-width: 420px;
  }
}
@media (min-width: 480px) {
  .\!container {
    max-width: 480px !important;
  }
  .container {
    max-width: 480px;
  }
}
@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .container {
    max-width: 768px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1216px) {
  .\!container {
    max-width: 1216px !important;
  }
  .container {
    max-width: 1216px;
  }
}
@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }
  .container {
    max-width: 1536px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 0.3571429em;
}
.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-xl {
  font-size: 1.25rem;
  line-height: 1.8;
}
.prose-xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose-xl :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}
.prose-xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1.0666667em;
}
.prose-xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 0.8571429em;
  line-height: 1;
}
.prose-xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.8em;
  margin-top: 1.5555556em;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose-xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.5em;
  margin-top: 1.6em;
  margin-bottom: 0.6666667em;
  line-height: 1.3333333;
}
.prose-xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose-xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-xl :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-xl :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-xl :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
  border-radius: 0.3125rem;
  padding-top: 0.25em;
  padding-inline-end: 0.4em;
  padding-bottom: 0.25em;
  padding-inline-start: 0.4em;
}
.prose-xl :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8611111em;
}
.prose-xl :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.7777778;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.1111111em;
  padding-inline-end: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-inline-start: 1.3333333em;
}
.prose-xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-inline-start: 1.6em;
}
.prose-xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-inline-start: 1.6em;
}
.prose-xl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.prose-xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4em;
}
.prose-xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4em;
}
.prose-xl :where(.prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-xl :where(.prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(.prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(.prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-xl :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose-xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6em;
  padding-inline-start: 1.6em;
}
.prose-xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}
.prose-xl :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.5555556;
}
.prose-xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-inline-start: 0.6666667em;
}
.prose-xl :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-xl :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.8888889em;
  padding-inline-end: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-inline-start: 0.6666667em;
}
.prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-xl :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-xl :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.5555556;
  margin-top: 1em;
}
.prose-xl :where(.prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(.prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.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;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.\!relative {
  position: relative !important;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-10 {
  bottom: -2.5rem;
}
.-right-10 {
  right: -2.5rem;
}
.-right-\[94px\] {
  right: -94px;
}
.-top-5 {
  top: -1.25rem;
}
.-top-72 {
  top: -18rem;
}
.-top-96 {
  top: -24rem;
}
.-top-\[211px\] {
  top: -211px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-\[60px\] {
  bottom: 60px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-3 {
  left: 0.75rem;
}
.left-\[-4px\] {
  left: -4px;
}
.left-\[-70px\] {
  left: -70px;
}
.left-\[100px\] {
  left: 100px;
}
.left-\[14px\] {
  left: 14px;
}
.left-\[30px\] {
  left: 30px;
}
.left-\[370px\] {
  left: 370px;
}
.left-\[44\%\] {
  left: 44%;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[90\%\] {
  left: 90%;
}
.left-auto {
  left: auto;
}
.right-0 {
  right: 0px;
}
.right-10 {
  right: 2.5rem;
}
.right-5 {
  right: 1.25rem;
}
.right-\[-10vw\] {
  right: -10vw;
}
.right-\[-16px\] {
  right: -16px;
}
.right-\[-250px\] {
  right: -250px;
}
.right-\[-300px\] {
  right: -300px;
}
.right-\[-50\%\] {
  right: -50%;
}
.right-\[-50vw\] {
  right: -50vw;
}
.right-\[-70\%\] {
  right: -70%;
}
.right-\[122px\] {
  right: 122px;
}
.right-\[12px\] {
  right: 12px;
}
.right-\[16px\] {
  right: 16px;
}
.right-\[17px\] {
  right: 17px;
}
.right-\[24px\] {
  right: 24px;
}
.right-\[clamp\(-38px\2c _calc\(20\.39vw_-_194\.6px\)\2c _14px\)\] {
  right: clamp(-38px, calc(20.39vw - 194.6px), 14px);
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-3 {
  top: 0.75rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[-120px\] {
  top: -120px;
}
.top-\[-135px\] {
  top: -135px;
}
.top-\[-170px\] {
  top: -170px;
}
.top-\[-1px\] {
  top: -1px;
}
.top-\[-32px\] {
  top: -32px;
}
.top-\[-35px\] {
  top: -35px;
}
.top-\[-50px\] {
  top: -50px;
}
.top-\[-60px\] {
  top: -60px;
}
.top-\[100\%\] {
  top: 100%;
}
.top-\[100px\] {
  top: 100px;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[115\%\] {
  top: 115%;
}
.top-\[128px\] {
  top: 128px;
}
.top-\[15px\] {
  top: 15px;
}
.top-\[17px\] {
  top: 17px;
}
.top-\[19px\] {
  top: 19px;
}
.top-\[20\%\] {
  top: 20%;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[24px\] {
  top: 24px;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[30px\] {
  top: 30px;
}
.top-\[40px\] {
  top: 40px;
}
.top-\[45\%\] {
  top: 45%;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[50px\] {
  top: 50px;
}
.top-\[68px\] {
  top: 68px;
}
.top-\[72px\] {
  top: 72px;
}
.top-\[800px\] {
  top: 800px;
}
.top-full {
  top: 100%;
}
.isolate {
  isolation: isolate;
}
.\!z-30 {
  z-index: 30 !important;
}
.\!z-\[-1\] {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[-10\] {
  z-index: -10;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[-2\] {
  z-index: -2;
}
.z-\[-5\] {
  z-index: -5;
}
.z-\[0\] {
  z-index: 0;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[11\] {
  z-index: 11;
}
.z-\[12\] {
  z-index: 12;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[41\] {
  z-index: 41;
}
.z-\[42\] {
  z-index: 42;
}
.z-\[9999999\] {
  z-index: 9999999;
}
.z-\[9999\] {
  z-index: 9999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.\!m-0 {
  margin: 0px !important;
}
.m-0 {
  margin: 0px;
}
.m-\[3px\] {
  margin: 3px;
}
.m-auto {
  margin: auto;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-\[-16px\] {
  margin-left: -16px;
  margin-right: -16px;
}
.mx-\[16px\] {
  margin-left: 16px;
  margin-right: 16px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-18 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.my-\[40px\] {
  margin-top: 40px;
  margin-bottom: 40px;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-2 {
  margin-bottom: 0.5rem !important;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.-mb-6 {
  margin-bottom: -1.5rem;
}
.-mb-\[1px\] {
  margin-bottom: -1px;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mr-4 {
  margin-right: -1rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-22 {
  margin-top: -5.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-18 {
  margin-bottom: 4.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[-10px\] {
  margin-bottom: -10px;
}
.mb-\[-1px\] {
  margin-bottom: -1px;
}
.mb-\[-7px\] {
  margin-bottom: -7px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[44px\] {
  margin-bottom: 44px;
}
.mb-\[56px\] {
  margin-bottom: 56px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-\[64px\] {
  margin-bottom: 64px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[-12px\] {
  margin-left: -12px;
}
.ml-\[-16px\] {
  margin-left: -16px;
}
.ml-\[-20px\] {
  margin-left: -20px;
}
.ml-\[8px\] {
  margin-left: 8px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-154px\] {
  margin-top: -154px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[18px\] {
  margin-top: 18px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[36px\] {
  margin-top: 36px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.box-border {
  box-sizing: border-box;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.\!aspect-\[1\.518\] {
  aspect-ratio: 1.518 !important;
}
.aspect-\[1\.47\] {
  aspect-ratio: 1.47;
}
.aspect-\[1\.669\] {
  aspect-ratio: 1.669;
}
.aspect-\[1\.747\] {
  aspect-ratio: 1.747;
}
.aspect-\[1\.84\] {
  aspect-ratio: 1.84;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.\!h-0 {
  height: 0px !important;
}
.\!h-\[400px\] {
  height: 400px !important;
}
.\!h-auto {
  height: auto !important;
}
.\!h-fit {
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.\!h-full {
  height: 100% !important;
}
.\!h-unset {
  height: unset !important;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-15 {
  height: 3.75rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-28 {
  height: 7rem;
}
.h-4 {
  height: 1rem;
}
.h-44 {
  height: 11rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[1120px\] {
  height: 1120px;
}
.h-\[128px\] {
  height: 128px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[130px\] {
  height: 130px;
}
.h-\[143px\] {
  height: 143px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[169px\] {
  height: 169px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[175px\] {
  height: 175px;
}
.h-\[176px\] {
  height: 176px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[212px\] {
  height: 212px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[263px\] {
  height: 263px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[340px\] {
  height: 340px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[380px\] {
  height: 380px;
}
.h-\[390px\] {
  height: 390px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[406px\] {
  height: 406px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[439px\] {
  height: 439px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[460px\] {
  height: 460px;
}
.h-\[468px\] {
  height: 468px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[7px\] {
  height: 7px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[90px\] {
  height: 90px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.\!max-h-\[450px\] {
  max-height: 450px !important;
}
.max-h-\[100px\] {
  max-height: 100px;
}
.max-h-\[150px\] {
  max-height: 150px;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[250px\] {
  max-height: 250px;
}
.max-h-\[260px\] {
  max-height: 260px;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[30px\] {
  max-height: 30px;
}
.max-h-\[380px\] {
  max-height: 380px;
}
.max-h-\[450px\] {
  max-height: 450px;
}
.max-h-\[460px\] {
  max-height: 460px;
}
.max-h-\[50px\] {
  max-height: 50px;
}
.max-h-\[630px\] {
  max-height: 630px;
}
.max-h-\[64px\] {
  max-height: 64px;
}
.max-h-\[78px\] {
  max-height: 78px;
}
.max-h-\[85vw\] {
  max-height: 85vw;
}
.max-h-\[96px\] {
  max-height: 96px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[100\%\] {
  min-height: 100%;
}
.min-h-\[132px\] {
  min-height: 132px;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[270px\] {
  min-height: 270px;
}
.min-h-\[285px\] {
  min-height: 285px;
}
.min-h-\[296px\] {
  min-height: 296px;
}
.min-h-\[450px\] {
  min-height: 450px;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.min-h-\[610px\] {
  min-height: 610px;
}
.min-h-\[720px\] {
  min-height: 720px;
}
.min-h-\[72vw\] {
  min-height: 72vw;
}
.min-h-\[900px\] {
  min-height: 900px;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-0 {
  width: 0px !important;
}
.\!w-\[33vw\] {
  width: 33vw !important;
}
.\!w-full {
  width: 100% !important;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-15 {
  width: 3.75rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-4 {
  width: 1rem;
}
.w-44 {
  width: 11rem;
}
.w-5 {
  width: 1.25rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-\[1008px\] {
  width: 1008px;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[102px\] {
  width: 102px;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[143px\] {
  width: 143px;
}
.w-\[164px\] {
  width: 164px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[176px\] {
  width: 176px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[230px\] {
  width: 230px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[260px\] {
  width: 260px;
}
.w-\[27\%\] {
  width: 27%;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[315px\] {
  width: 315px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[34px\] {
  width: 34px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[378px\] {
  width: 378px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[429px\] {
  width: 429px;
}
.w-\[43px\] {
  width: 43px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[460px\] {
  width: 460px;
}
.w-\[46px\] {
  width: 46px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[50vw\] {
  width: 50vw;
}
.w-\[530px\] {
  width: 530px;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[58px\] {
  width: 58px;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[625px\] {
  width: 625px;
}
.w-\[632px\] {
  width: 632px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[664px\] {
  width: 664px;
}
.w-\[700px\] {
  width: 700px;
}
.w-\[720px\] {
  width: 720px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[75px\] {
  width: 75px;
}
.w-\[78\%\] {
  width: 78%;
}
.w-\[7px\] {
  width: 7px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[81\%\] {
  width: 81%;
}
.w-\[85px\] {
  width: 85px;
}
.w-\[88vw\] {
  width: 88vw;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[900px\] {
  width: 900px;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[960px\] {
  width: 960px;
}
.w-\[calc\(100vw-32px\)\] {
  width: calc(100vw - 32px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-px {
  width: 1px;
}
.w-\[563px\] {
  width: 563px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-\[157px\] {
  min-width: 157px;
}
.min-w-\[170px\] {
  min-width: 170px;
}
.min-w-\[182px\] {
  min-width: 182px;
}
.min-w-\[215px\] {
  min-width: 215px;
}
.min-w-\[225px\] {
  min-width: 225px;
}
.min-w-\[240px\] {
  min-width: 240px;
}
.min-w-\[280px\] {
  min-width: 280px;
}
.min-w-\[350px\] {
  min-width: 350px;
}
.min-w-\[500px\] {
  min-width: 500px;
}
.min-w-\[56px\] {
  min-width: 56px;
}
.min-w-\[60px\] {
  min-width: 60px;
}
.min-w-\[935px\] {
  min-width: 935px;
}
.\!max-w-\[535px\] {
  max-width: 535px !important;
}
.\!max-w-\[89vw\] {
  max-width: 89vw !important;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5 {
  max-width: 1.25rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6 {
  max-width: 1.5rem;
}
.max-w-6\.5xl {
  max-width: 77rem;
}
.max-w-60p {
  max-width: 60%;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[1008px\] {
  max-width: 1008px;
}
.max-w-\[100vh\] {
  max-width: 100vh;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[1216px\] {
  max-width: 1216px;
}
.max-w-\[1310px\] {
  max-width: 1310px;
}
.max-w-\[1350px\] {
  max-width: 1350px;
}
.max-w-\[176px\] {
  max-width: 176px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[186px\] {
  max-width: 186px;
}
.max-w-\[18px\] {
  max-width: 18px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[230px\] {
  max-width: 230px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[256px\] {
  max-width: 256px;
}
.max-w-\[260px\] {
  max-width: 260px;
}
.max-w-\[288px\] {
  max-width: 288px;
}
.max-w-\[290px\] {
  max-width: 290px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[303px\] {
  max-width: 303px;
}
.max-w-\[315px\] {
  max-width: 315px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[340px\] {
  max-width: 340px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[368px\] {
  max-width: 368px;
}
.max-w-\[384px\] {
  max-width: 384px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[460px\] {
  max-width: 460px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[487px\] {
  max-width: 487px;
}
.max-w-\[48px\] {
  max-width: 48px;
}
.max-w-\[510px\] {
  max-width: 510px;
}
.max-w-\[560px\] {
  max-width: 560px;
}
.max-w-\[592px\] {
  max-width: 592px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[750px\] {
  max-width: 750px;
}
.max-w-\[75vw\] {
  max-width: 75vw;
}
.max-w-\[772px\] {
  max-width: 772px;
}
.max-w-\[776px\] {
  max-width: 776px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[85\%\] {
  max-width: 85%;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-\[90vw\] {
  max-width: 90vw;
}
.max-w-\[92\%\] {
  max-width: 92%;
}
.max-w-\[95\%\] {
  max-width: 95%;
}
.max-w-\[calc\(100vw-2rem\)\] {
  max-width: calc(100vw - 2rem);
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-prose {
  max-width: 65ch;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[2\] {
  flex: 2;
}
.flex-\[3\] {
  flex: 3;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.origin-bottom {
  transform-origin: bottom;
}
.origin-left {
  transform-origin: 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));
}
.-translate-y-2\/4 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-5 {
  --tw-translate-y: 1.25rem;
  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 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-rotate-12 {
  --tw-rotate: -12deg;
  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-12 {
  --tw-rotate: 12deg;
  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));
}
.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-\[17deg\] {
  --tw-rotate: 17deg;
  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-\[23deg\] {
  --tw-rotate: 23deg;
  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-200 {
  --tw-scale-x: 2;
  --tw-scale-y: 2;
  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-80 {
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  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-\[1\] {
  --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));
}
.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 scrollX {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 32px));
  }
}
.animate-marquee {
  animation: scrollX 25s linear infinite;
}
@keyframes rotateCircle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animate-rotateCircle {
  animation: rotateCircle 1s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-text {
  cursor: text;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-start {
  scroll-snap-align: start;
}
.scroll-mt-20 {
  scroll-margin-top: 5rem;
}
.list-inside {
  list-style-position: inside;
}
.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;
}
.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.\!grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-items-center {
  justify-items: center;
}
.\!gap-\[0px\] {
  gap: 0px !important;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[11px\] {
  gap: 11px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[19px\] {
  gap: 19px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[21px\] {
  gap: 21px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[26px\] {
  gap: 26px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[33px\] {
  gap: 33px;
}
.gap-\[35px\] {
  gap: 35px;
}
.gap-\[36px\] {
  gap: 36px;
}
.gap-\[3px\] {
  gap: 3px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[48px\] {
  gap: 48px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[52px\] {
  gap: 52px;
}
.gap-\[56px\] {
  gap: 56px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[60px\] {
  gap: 60px;
}
.gap-\[62px\] {
  gap: 62px;
}
.gap-\[64px\] {
  gap: 64px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[80px\] {
  gap: 80px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-\[28px\] {
  -moz-column-gap: 28px;
       column-gap: 28px;
}
.gap-x-\[32px\] {
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.gap-x-\[8px\] {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-7 {
  row-gap: 1.75rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-y-\[16px\] {
  row-gap: 16px;
}
.gap-y-\[32px\] {
  row-gap: 32px;
}
.gap-y-\[40px\] {
  row-gap: 40px;
}
.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-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.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));
}
.space-y-\[3px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3px * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-clip {
  overflow: clip;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.\!overflow-y-scroll {
  overflow-y: scroll !important;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-all {
  word-break: break-all;
}
.break-keep {
  word-break: keep-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-4xl {
  border-radius: 2rem;
}
.rounded-5xl {
  border-radius: 2.5rem;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[11px\] {
  border-radius: 11px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[17px\] {
  border-radius: 17px;
}
.rounded-\[18px\] {
  border-radius: 18px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[25px\] {
  border-radius: 25px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[40px\] {
  border-radius: 40px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.\!rounded-b-none {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-b-5xl {
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
}
.rounded-b-\[80px\] {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t-5xl {
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
}
.rounded-t-\[40px\] {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}
.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}
.rounded-tl-\[40px\] {
  border-top-left-radius: 40px;
}
.rounded-tr-\[40px\] {
  border-top-right-radius: 40px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-\[\#9CA3AF\] {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-\[\#C6DDFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(198 221 255 / var(--tw-border-opacity, 1));
}
.border-\[\#D1D5DB\] {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-\[\#DCEAFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(220 234 255 / var(--tw-border-opacity, 1));
}
.border-\[\#E5E7EB\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-\[\#F2F7FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 247 255 / var(--tw-border-opacity, 1));
}
.border-\[rgba\(63\2c 95\2c 172\2c 0\.35\)\] {
  border-color: rgba(63,95,172,0.35);
}
.border-beige {
  --tw-border-opacity: 1;
  border-color: rgb(215 229 238 / var(--tw-border-opacity, 1));
}
.border-cobalt-100 {
  --tw-border-opacity: 1;
  border-color: rgb(220 234 255 / var(--tw-border-opacity, 1));
}
.border-cobalt-200 {
  --tw-border-opacity: 1;
  border-color: rgb(198 221 255 / var(--tw-border-opacity, 1));
}
.border-cobalt-50 {
  --tw-border-opacity: 1;
  border-color: rgb(231 240 255 / var(--tw-border-opacity, 1));
}
.border-current {
  border-color: currentColor;
}
.border-dark-blue {
  --tw-border-opacity: 1;
  border-color: rgb(20 38 65 / var(--tw-border-opacity, 1));
}
.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-light-blue {
  --tw-border-opacity: 1;
  border-color: rgb(198 221 255 / var(--tw-border-opacity, 1));
}
.border-lighter-gray {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-lightest-gray {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-lime {
  --tw-border-opacity: 1;
  border-color: rgb(223 255 0 / var(--tw-border-opacity, 1));
}
.border-royal-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 98 242 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-\[\#4B556326\] {
  border-color: #4B556326;
}
.border-b-\[\#D1D5DB\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-t-\[\#E5E7EB\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-t-lighter-gray {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.\!bg-lightest-gray {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#003685\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 54 133 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0062F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#061731\] {
  --tw-bg-opacity: 1;
  background-color: rgb(6 23 49 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0A254D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 37 77 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0C2C5C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(12 44 92 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0D2C5B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 44 91 / var(--tw-bg-opacity, 1));
}
.bg-\[\#36CED3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(54 206 211 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3A89FD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(58 137 253 / var(--tw-bg-opacity, 1));
}
.bg-\[\#C6DDFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(198 221 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#DF3196\] {
  --tw-bg-opacity: 1;
  background-color: rgb(223 49 150 / var(--tw-bg-opacity, 1));
}
.bg-\[\#DFFF00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E7F0FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EBFAFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 250 251 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F1FBCE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 251 206 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F2F5F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 245 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F2F7FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 247 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F3F4F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F8FBFD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 251 253 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F9FAFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FDF5FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 245 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(20\2c 38\2c 65\2c 0\.5\)\] {
  background-color: rgba(20,38,65,0.5);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-cobalt-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 234 255 / var(--tw-bg-opacity, 1));
}
.bg-cobalt-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 247 255 / var(--tw-bg-opacity, 1));
}
.bg-cobalt-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(111 169 255 / var(--tw-bg-opacity, 1));
}
.bg-cobalt-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.bg-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(20 38 65 / var(--tw-bg-opacity, 1));
}
.bg-dark-gray\/\[0\.6\] {
  background-color: rgb(102 102 102 / 0.6);
}
.bg-deep-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 157 / var(--tw-bg-opacity, 1));
}
.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(198 221 255 / var(--tw-bg-opacity, 1));
}
.bg-lighter-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.bg-lighter-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-lightest-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-lime {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
}
.bg-royal-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
}
.bg-royal-blue-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 80 197 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}
.bg-\[linear-gradient\(90deg\2c rgba\(174\2c 207\2c 255\2c 0\.25\)_0\%\2c rgba\(213\2c 213\2c 211\2c 0\.25\)_100\%\)\] {
  background-image: linear-gradient(90deg,rgba(174,207,255,0.25) 0%,rgba(213,213,211,0.25) 100%);
}
.bg-\[url\(\.\/assets\/images\/form-bg\.webp\)\] {
  background-image: url(./assets/images/form-bg.webp);
}
.bg-\[url\(\.\/assets\/images\/testimonial-bg\.webp\)\] {
  background-image: url(./assets/images/testimonial-bg.webp);
}
.bg-\[url\(\.\/assets\/images\/use-cases-bg\.webp\)\] {
  background-image: url(./assets/images/use-cases-bg.webp);
}
.bg-circle-blue-yellow {
  background-image: linear-gradient(to right bottom, #0063F2 6%, #a6C7F6 30%, #dfeae5 49%, #f4fdcc 45%);
}
.bg-circle-yellow {
  background-image: linear-gradient(to right bottom, #F1FBCE 6%, #F7F9B1 30%, #FAF8A5 49%, #FFFFCC 45%);
}
.bg-email {
  background-image: url('/wp-content/themes/microblink/assets/images/email.svg');
}
.bg-gradient-blue-to-blue {
  background-image: linear-gradient(to right, #003685, #0052ca);
}
.bg-gradient-blue-to-dark {
  background-image: linear-gradient(90deg,#142742 22%,#0060f0);
}
.bg-gradient-dark-blue {
  background-image: linear-gradient(-180deg, #142742 22%, #0060f0);
}
.bg-gradient-light-blue {
  background-image: linear-gradient(180deg, rgba(242, 247, 255, 0) 0%, #F2F7FF 32.35%, #F2F7FF 68.64%, rgba(242, 247, 255, 0) 100%);
}
.bg-gradient-light-blue-to-royal {
  background-image: linear-gradient(89.22deg, #E7F0FF 11.39%, #C1DAFF 62.22%, #9EC5FF 78.55%, #3A89FD 102.11%);;
}
.bg-gradient-navigation {
  background-image: linear-gradient(1.19deg, #FFFFFF 53.16%, #F2F7FF 109.91%);
}
.bg-gradient-royal-blue {
  background-image: linear-gradient(270deg, #0062F2 -33.4%, #003685 61.96%);
}
.bg-gradient-royal-to-dark {
  background-image: linear-gradient(90deg,#003685,#0062f2);
}
.bg-gradient-royal-to-dark-2 {
  background-image: linear-gradient(90deg,#0249B2,#3A89FD);
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-yellow-blue {
  background-image: linear-gradient(281.23deg, #0062F2 -32.28%, #C6DDFF 31.6%, #F1FBCE 115.24%);
}
.bg-gradient-yellow-to-royal {
  background-image: linear-gradient(140deg,#fdffed,#dceaff 50%);
}
.bg-progress {
  background-image: radial-gradient(135.94% 103.01% at 14.25% 25.11%, #0062F2 0%, rgba(0, 98, 242, 0.00) 93.23%), radial-gradient(68.2% 45.63% at 100% 99.93%, #DFFF00 0%, rgba(223, 255, 0, 0.00) 100%), linear-gradient(129deg, rgba(111, 169, 255, 0.33) 18.43%, #7CB1FF 49.72%, rgba(111, 169, 255, 0.28) 75.18%);
}
.bg-shape {
  background-image: url('/wp-content/themes/microblink/assets/images/shape.webp');
}
.from-\[\#003685\] {
  --tw-gradient-from: #003685 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 54 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#0061f2a1\] {
  --tw-gradient-from: #0061f2a1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 97 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#0062F2\] {
  --tw-gradient-from: #0062F2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 98 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#F1FBCE\] {
  --tw-gradient-from: #F1FBCE var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 251 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-bright-yellow {
  --tw-gradient-from: #F1FBCE var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 251 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #FFFFFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-100\% {
  --tw-gradient-from-position: 100%;
}
.via-\[\#C6DDFF\] {
  --tw-gradient-to: rgb(198 221 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #C6DDFF var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-light-blue {
  --tw-gradient-to: rgb(198 221 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #C6DDFF var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-100\% {
  --tw-gradient-via-position: 100%;
}
.to-\[\#003685\] {
  --tw-gradient-to: #003685 var(--tw-gradient-to-position);
}
.to-\[\#0062F2\] {
  --tw-gradient-to: #0062F2 var(--tw-gradient-to-position);
}
.to-\[\#0062f2\] {
  --tw-gradient-to: #0062f2 var(--tw-gradient-to-position);
}
.to-\[\#F1FBCE\] {
  --tw-gradient-to: #F1FBCE var(--tw-gradient-to-position);
}
.to-bright-yellow {
  --tw-gradient-to: #F1FBCE var(--tw-gradient-to-position);
}
.to-royal-blue {
  --tw-gradient-to: #0062F2 var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-white\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
}
.to-100\% {
  --tw-gradient-to-position: 100%;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-\[20px\] {
  background-position: 20px;
}
.bg-\[right_center\] {
  background-position: right center;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-right-bottom {
  background-position: right bottom;
}
.bg-right-top {
  background-position: right top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-\[\#0050C5\] {
  fill: #0050C5;
}
.fill-\[\#C6DDFF\] {
  fill: #C6DDFF;
}
.fill-current {
  fill: currentColor;
}
.fill-dark-blue {
  fill: #142641;
}
.fill-lime {
  fill: #DFFF00;
}
.fill-royal-blue {
  fill: #0062F2;
}
.fill-white {
  fill: #FFFFFF;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}
.object-left {
  -o-object-position: left;
     object-position: left;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.\!p-0 {
  padding: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.p-9 {
  padding: 2.25rem;
}
.p-\[14px\] {
  padding: 14px;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[16px\] {
  padding: 16px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[24px\] {
  padding: 24px;
}
.p-\[28px\] {
  padding: 28px;
}
.p-\[30px\] {
  padding: 30px;
}
.p-\[32px\] {
  padding: 32px;
}
.p-\[36px\] {
  padding: 36px;
}
.p-\[40px\] {
  padding: 40px;
}
.p-\[4px\] {
  padding: 4px;
}
.p-\[5px\] {
  padding: 5px;
}
.p-\[6px\] {
  padding: 6px;
}
.p-\[8px\] {
  padding: 8px;
}
.\!px-\[16px\] {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[16\] {
  padding-left: 16;
  padding-right: 16;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[28px\] {
  padding-left: 28px;
  padding-right: 28px;
}
.px-\[2px\] {
  padding-left: 2px;
  padding-right: 2px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[48px\] {
  padding-left: 48px;
  padding-right: 48px;
}
.px-\[55px\] {
  padding-left: 55px;
  padding-right: 55px;
}
.px-\[60px\] {
  padding-left: 60px;
  padding-right: 60px;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.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-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-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[22px\] {
  padding-top: 22px;
  padding-bottom: 22px;
}
.py-\[23px\] {
  padding-top: 23px;
  padding-bottom: 23px;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[26px\] {
  padding-top: 26px;
  padding-bottom: 26px;
}
.py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-\[36px\] {
  padding-top: 36px;
  padding-bottom: 36px;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[64px\] {
  padding-top: 64px;
  padding-bottom: 64px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.\!pb-\[24px\] {
  padding-bottom: 24px !important;
}
.\!pb-\[8px\] {
  padding-bottom: 8px !important;
}
.\!pl-0 {
  padding-left: 0px !important;
}
.\!pr-4 {
  padding-right: 1rem !important;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pb-\[11px\] {
  padding-bottom: 11px;
}
.pb-\[150px\] {
  padding-bottom: 150px;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pb-\[18px\] {
  padding-bottom: 18px;
}
.pb-\[194px\] {
  padding-bottom: 194px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.pb-\[32px\] {
  padding-bottom: 32px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[48px\] {
  padding-bottom: 48px;
}
.pb-\[4px\] {
  padding-bottom: 4px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[64px\] {
  padding-bottom: 64px;
}
.pb-\[70\%\] {
  padding-bottom: 70%;
}
.pb-\[76px\] {
  padding-bottom: 76px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pb-\[88px\] {
  padding-bottom: 88px;
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[12px\] {
  padding-left: 12px;
}
.pl-\[16px\] {
  padding-left: 16px;
}
.pl-\[18px\] {
  padding-left: 18px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[24px\] {
  padding-left: 24px;
}
.pl-\[36px\] {
  padding-left: 36px;
}
.pl-\[80px\] {
  padding-left: 80px;
}
.pl-\[8px\] {
  padding-left: 8px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pr-\[12px\] {
  padding-right: 12px;
}
.pr-\[16px\] {
  padding-right: 16px;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pr-\[24px\] {
  padding-right: 24px;
}
.pr-\[30px\] {
  padding-right: 30px;
}
.pr-\[36px\] {
  padding-right: 36px;
}
.pr-\[8px\] {
  padding-right: 8px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-11 {
  padding-top: 2.75rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[120px\] {
  padding-top: 120px;
}
.pt-\[140px\] {
  padding-top: 140px;
}
.pt-\[148px\] {
  padding-top: 148px;
}
.pt-\[16px\] {
  padding-top: 16px;
}
.pt-\[18px\] {
  padding-top: 18px;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.pt-\[27px\] {
  padding-top: 27px;
}
.pt-\[28px\] {
  padding-top: 28px;
}
.pt-\[2px\] {
  padding-top: 2px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[32px\] {
  padding-top: 32px;
}
.pt-\[34px\] {
  padding-top: 34px;
}
.pt-\[3px\] {
  padding-top: 3px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[56px\] {
  padding-top: 56px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[64px\] {
  padding-top: 64px;
}
.pt-\[68px\] {
  padding-top: 68px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.pt-\[8px\] {
  padding-top: 8px;
}
.pt-\[9px\] {
  padding-top: 9px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-baseline {
  vertical-align: baseline;
}
.align-middle {
  vertical-align: middle;
}
.font-display {
  font-family: Satoshi, sans-serif;
}
.\!text-2xl {
  font-size: 24px !important;
  line-height: 32px !important;
}
.\!text-3xl {
  font-size: 30px !important;
  line-height: 40px !important;
}
.text-2xl {
  font-size: 24px;
  line-height: 32px;
}
.text-3xl {
  font-size: 30px;
  line-height: 40px;
}
.text-4xl {
  font-size: 36px;
  line-height: 44px;
}
.text-5xl {
  font-size: 48px;
  line-height: 56px;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[30px\] {
  font-size: 30px;
}
.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: 20px;
  line-height: 32px;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-\[17px\] {
  font-size: 17px;
}
.\!font-medium {
  font-weight: 500 !important;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.\!leading-\[1\.1\] {
  line-height: 1.1 !important;
}
.\!leading-\[1\.2\] {
  line-height: 1.2 !important;
}
.\!leading-\[1\.3\] {
  line-height: 1.3 !important;
}
.\!leading-\[1\.42\] {
  line-height: 1.42 !important;
}
.\!leading-\[1\.4\] {
  line-height: 1.4 !important;
}
.\!leading-\[1\.55\] {
  line-height: 1.55 !important;
}
.\!leading-\[1\.5\] {
  line-height: 1.5 !important;
}
.\!leading-\[1\.6\] {
  line-height: 1.6 !important;
}
.\!leading-\[1\.7\] {
  line-height: 1.7 !important;
}
.\!leading-snug {
  line-height: 1.375 !important;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[1\.6\] {
  line-height: 1.6;
}
.leading-\[1\.8\] {
  line-height: 1.8;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[40px\] {
  line-height: 40px;
}
.leading-\[44px\] {
  line-height: 44px;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[\.7px\] {
  letter-spacing: .7px;
}
.tracking-\[0\.16px\] {
  letter-spacing: 0.16px;
}
.tracking-\[1\.12px\] {
  letter-spacing: 1.12px;
}
.tracking-\[1\.2px\] {
  letter-spacing: 1.2px;
}
.tracking-\[2\.5px\] {
  letter-spacing: 2.5px;
}
.tracking-\[3\.5px\] {
  letter-spacing: 3.5px;
}
.tracking-\[4\.5px\] {
  letter-spacing: 4.5px;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-beige {
  --tw-text-opacity: 1 !important;
  color: rgb(215 229 238 / var(--tw-text-opacity, 1)) !important;
}
.\!text-dark-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.\!text-dark-blue-2 {
  --tw-text-opacity: 1 !important;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1)) !important;
}
.\!text-lime {
  --tw-text-opacity: 1 !important;
  color: rgb(223 255 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-royal-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#003685\] {
  --tw-text-opacity: 1;
  color: rgb(0 54 133 / var(--tw-text-opacity, 1));
}
.text-\[\#0062F2\] {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
}
.text-\[\#008363\] {
  --tw-text-opacity: 1;
  color: rgb(0 131 99 / var(--tw-text-opacity, 1));
}
.text-\[\#00D6EE\] {
  --tw-text-opacity: 1;
  color: rgb(0 214 238 / var(--tw-text-opacity, 1));
}
.text-\[\#03A880\] {
  --tw-text-opacity: 1;
  color: rgb(3 168 128 / var(--tw-text-opacity, 1));
}
.text-\[\#061731\] {
  --tw-text-opacity: 1;
  color: rgb(6 23 49 / var(--tw-text-opacity, 1));
}
.text-\[\#123973\] {
  --tw-text-opacity: 1;
  color: rgb(18 57 115 / var(--tw-text-opacity, 1));
}
.text-\[\#142641\] {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
}
.text-\[\#2563EB\] {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-\[\#2F4361\] {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
}
.text-\[\#36CED3\] {
  --tw-text-opacity: 1;
  color: rgb(54 206 211 / var(--tw-text-opacity, 1));
}
.text-\[\#3A89FD\] {
  --tw-text-opacity: 1;
  color: rgb(58 137 253 / var(--tw-text-opacity, 1));
}
.text-\[\#4B5563\] {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-\[\#5D80B6\] {
  --tw-text-opacity: 1;
  color: rgb(93 128 182 / var(--tw-text-opacity, 1));
}
.text-\[\#6B7280\] {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-\[\#9CA3AF\] {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-\[\#DF3196\] {
  --tw-text-opacity: 1;
  color: rgb(223 49 150 / var(--tw-text-opacity, 1));
}
.text-\[\#DFFF00\] {
  --tw-text-opacity: 1;
  color: rgb(223 255 0 / var(--tw-text-opacity, 1));
}
.text-\[\#E5E7EB\] {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-\[\#F9FAFB\] {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[F9FAFB\] {
  color: F9FAFB;
}
.text-beige {
  --tw-text-opacity: 1;
  color: rgb(215 229 238 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-cobalt-700 {
  --tw-text-opacity: 1;
  color: rgb(0 80 197 / var(--tw-text-opacity, 1));
}
.text-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
}
.text-dark-blue-2 {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
}
.text-dark-gray {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-lighter-gray {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-lime {
  --tw-text-opacity: 1;
  color: rgb(223 255 0 / var(--tw-text-opacity, 1));
}
.text-medium-gray {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(0 80 197 / var(--tw-text-opacity, 1));
}
.text-red-error {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}
.text-royal-blue {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
}
.text-royal-blue-2 {
  --tw-text-opacity: 1;
  color: rgb(0 80 197 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[\#4B5563B2\] {
  color: #4B5563B2;
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.caret-royal-blue {
  caret-color: #0062F2;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-\[0\.2\] {
  opacity: 0.2;
}
.bg-blend-color {
  background-blend-mode: color;
}
.mix-blend-overlay {
  mix-blend-mode: overlay;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 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-\[0_0_18px_rgba\(26\2c 19\2c 72\2c 0\.15\)\] {
  --tw-shadow: 0 0 18px rgba(26,19,72,0.15);
  --tw-shadow-colored: 0 0 18px 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-\[0_0_24px_0_rgba\(197\2c 38\2c 255\2c 0\.15\)_inset\2c 0_0_64px_0_rgba\(0\2c 60\2c 147\2c 0\.5\)\] {
  --tw-shadow: 0 0 24px 0 rgba(197,38,255,0.15) inset,0 0 64px 0 rgba(0,60,147,0.5);
  --tw-shadow-colored: inset 0 0 24px 0 var(--tw-shadow-color), 0 0 64px 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-\[0_0_38\.5px_0_\#003C93\] {
  --tw-shadow: 0 0 38.5px 0 #003C93;
  --tw-shadow-colored: 0 0 38.5px 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-\[0_1\.19px_2\.38px_0_rgba\(31\2c 41\2c 55\2c 0\.06\)\] {
  --tw-shadow: 0 1.19px 2.38px 0 rgba(31,41,55,0.06);
  --tw-shadow-colored: 0 1.19px 2.38px 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-\[0_10px_25px_rgba\(0\2c 0\2c 0\2c 0\.07\)\] {
  --tw-shadow: 0 10px 25px rgba(0,0,0,0.07);
  --tw-shadow-colored: 0 10px 25px 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-card {
  --tw-shadow: 0px 1.19px 2.38px 0px rgba(31, 41, 55, 0.06);
  --tw-shadow-colored: 0px 1.19px 2.38px 0px 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-cardHover {
  --tw-shadow: 0px 2px 4px 0px rgba(31, 41, 55, 0.08);
  --tw-shadow-colored: 0px 2px 4px 0px 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-large {
  --tw-shadow: 0px 23px 35px #1F29371A;
  --tw-shadow-colored: 0px 23px 35px 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 rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px 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-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -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-phone {
  --tw-shadow: 0px 4.6950459480285645px 24.753524780273438px 0px rgba(18, 97, 209, 0.1);
  --tw-shadow-colored: 0px 4.6950459480285645px 24.753524780273438px 0px 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 rgba(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-xlarge {
  --tw-shadow: 0px 0px 14px 0px rgba(31, 41, 55, 0.05), 0px 23px 35px 0px rgba(31, 41, 55, 0.10);
  --tw-shadow-colored: 0px 0px 14px 0px var(--tw-shadow-color), 0px 23px 35px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring {
  --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(3px + 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);
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.blur-\[132px\] {
  --tw-blur: blur(132px);
  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);
}
.blur-\[135px\] {
  --tw-blur: blur(135px);
  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);
}
.blur-\[150px\] {
  --tw-blur: blur(150px);
  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);
}
.blur-\[250px\] {
  --tw-blur: blur(250px);
  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);
}
.blur-\[36px\] {
  --tw-blur: blur(36px);
  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);
}
.blur-\[40px\] {
  --tw-blur: blur(40px);
  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);
}
.blur-\[50px\] {
  --tw-blur: blur(50px);
  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);
}
.blur-\[70px\] {
  --tw-blur: blur(70px);
  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);
}
.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);
}
.backdrop-blur-\[30px\] {
  --tw-backdrop-blur: blur(30px);
  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-blur-\[6px\] {
  --tw-backdrop-blur: blur(6px);
  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-blur-lg {
  --tw-backdrop-blur: blur(16px);
  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-blur-visualizer-tooltip {
  --tw-backdrop-blur: blur(12px);
  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);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  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;
}
.delay-300 {
  transition-delay: 300ms;
}
.duration-0 {
  transition-duration: 0ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.contain-paint {
  --tw-contain-paint: paint;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}
.\!text-dark-blue {
  color: #142641 !important;
}
.text-dark-blue {
  color: #142641;
}
.bg-dark-blue {
  background-color: #142641;
}
.border-dark-blue {
  border-color: #142641;
}
.\!text-dark-blue-2 {
  color: #2F4361 !important;
}
.text-dark-blue-2 {
  color: #2F4361;
}
.\!text-royal-blue {
  color: #0062F2 !important;
}
.text-royal-blue {
  color: #0062F2;
}
.bg-royal-blue {
  background-color: #0062F2;
}
.border-royal-blue {
  border-color: #0062F2;
}
.text-royal-blue-2 {
  color: #0050C5;
}
.bg-royal-blue-2 {
  background-color: #0050C5;
}
.bg-light-blue {
  background-color: #D7E5EE;
}
.border-light-blue {
  border-color: #D7E5EE;
}
.bg-lighter-blue {
  background-color: #E7F0FF;
}
.\!text-lime {
  color: #DFFF00 !important;
}
.text-lime {
  color: #DFFF00;
}
.bg-lime {
  background-color: #DFFF00;
}
.border-lime {
  border-color: #DFFF00;
}
.text-off-white {
  color: #FCFBFA;
}
.text-dark-gray {
  color: #374151;
}
.text-dark-gray-2 {
  color: #4b5563;
}
.text-medium-gray {
  color: #6B7280;
}
.text-medium-gray-2 {
  color: #9ca3af;
}
.border-medium-gray-2 {
  border-color: #9ca3af;
}
.text-lighter-gray {
  color: #e5e7eb;
}
.bg-lighter-gray {
  background-color: #e5e7eb;
}
.border-lighter-gray {
  border-color: #e5e7eb;
}
.\!bg-lightest-gray {
  background-color: #F9FAFB !important;
}
.bg-lightest-gray {
  background-color: #F9FAFB;
}
.border-lightest-gray {
  border-color: #F9FAFB;
}
.\!text-white {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff;
}
.\!bg-white {
  background-color: #ffffff !important;
}
.bg-white {
  background-color: #ffffff;
}
.border-white {
  border-color: #ffffff;
}
.text-14 {
  font-size: 0.875rem;
}
.translate-z-0 {
  --tw-translate-z: 0px;
  transform:  translate3d(var(--tw-translate-x), var(--tw-translate-y), var(--tw-translate-z)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.invert-royal-blue {
  filter: invert(23%) sepia(93%) saturate(2503%) hue-rotate(210deg) brightness(96%) contrast(101%);
}
.invert-cobalt-300 {
  filter: invert(82%) sepia(33%) saturate(5013%) hue-rotate(189deg) brightness(108%) contrast(107%);
}
.\[-\:\=\] {
  -: =;
}
@media screen and (max-width: 767px) {
  header .wordmark-logo {
    max-height: 16px;
  }
}
header #menu-main-menu > li.menu-item-has-children > a::after, header #menu-main-menu-spanish > li.menu-item-has-children > a::after, header #menu-main-menu-french > li.menu-item-has-children > a::after, header #menu-main-menu-portuguese-brazil > li.menu-item-has-children > a::after, header #menu-main-menu-arabic > li.menu-item-has-children > a::after {
  content: "";
  position: relative;
  top: 0.125rem;
  margin-left: 0.375rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}
header #menu-main-menu > li.menu-item-has-children > a:where([dir="rtl"], [dir="rtl"] *)::after, header #menu-main-menu-spanish > li.menu-item-has-children > a:where([dir="rtl"], [dir="rtl"] *)::after, header #menu-main-menu-french > li.menu-item-has-children > a:where([dir="rtl"], [dir="rtl"] *)::after, header #menu-main-menu-portuguese-brazil > li.menu-item-has-children > a:where([dir="rtl"], [dir="rtl"] *)::after, header #menu-main-menu-arabic > li.menu-item-has-children > a:where([dir="rtl"], [dir="rtl"] *)::after {
  margin-left: 0px;
  margin-right: 0.375rem;
}
header #menu-main-menu > li.menu-item-has-children > a::after, header #menu-main-menu-spanish > li.menu-item-has-children > a::after, header #menu-main-menu-french > li.menu-item-has-children > a::after, header #menu-main-menu-portuguese-brazil > li.menu-item-has-children > a::after, header #menu-main-menu-arabic > li.menu-item-has-children > a::after {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23dfff00' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5'%3E%3C/path%3E%3C/svg%3E");
}
header #menu-main-menu > li > a::after, header #menu-main-menu-spanish > li > a::after, header #menu-main-menu-french > li > a::after, header #menu-main-menu-portuguese-brazil > li > a::after, header #menu-main-menu-arabic > li > a::after {
  content: "";
  position: relative;
  top: 0.125rem;
  margin-left: 0.375rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}
@media (min-width: 1024px) {
  header #menu-main-menu > li:hover > a, header #menu-main-menu > li:focus > a, header #menu-main-menu > li:focus-visible > a, header #menu-main-menu-spanish > li:hover > a, header #menu-main-menu-spanish > li:focus > a, header #menu-main-menu-spanish > li:focus-visible > a, header #menu-main-menu-french > li:hover > a, header #menu-main-menu-french > li:focus > a, header #menu-main-menu-french > li:focus-visible > a, header #menu-main-menu-portuguese-brazil > li:hover > a, header #menu-main-menu-portuguese-brazil > li:focus > a, header #menu-main-menu-portuguese-brazil > li:focus-visible > a, header #menu-main-menu-arabic > li:hover > a, header #menu-main-menu-arabic > li:focus > a, header #menu-main-menu-arabic > li:focus-visible > a {
    --tw-text-opacity: 1 !important;
    color: rgb(223 255 0 / var(--tw-text-opacity, 1)) !important;
    color: #DFFF00 !important;
  }
  header #menu-main-menu > li:hover > a::after, header #menu-main-menu > li:focus > a::after, header #menu-main-menu > li:focus-visible > a::after, header #menu-main-menu-spanish > li:hover > a::after, header #menu-main-menu-spanish > li:focus > a::after, header #menu-main-menu-spanish > li:focus-visible > a::after, header #menu-main-menu-french > li:hover > a::after, header #menu-main-menu-french > li:focus > a::after, header #menu-main-menu-french > li:focus-visible > a::after, header #menu-main-menu-portuguese-brazil > li:hover > a::after, header #menu-main-menu-portuguese-brazil > li:focus > a::after, header #menu-main-menu-portuguese-brazil > li:focus-visible > a::after, header #menu-main-menu-arabic > li:hover > a::after, header #menu-main-menu-arabic > li:focus > a::after, header #menu-main-menu-arabic > li:focus-visible > a::after {
    opacity: 1;
  }
}
header .menu {
  position: relative;
}
header .menu ul.sub-menu li.menu-item-has-children > a {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  header .menu > div > ul {
    display: flex;
    align-items: center;
  }

.btn-alternative aheader.bg-royal-blue.w-fit .menu > div > ul.items-center {
    --tw-bg-opacity: 1;
    background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1 !important;
    color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
  }

.btn-alternative aheader.bg-royal-blue.w-fit .menu > div > ul.items-center:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
  }

.btn-alternative aheader.bg-royal-blue.w-fit .menu > div > ul.items-center:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
  }

.btn-alternative aheader.bg-royal-blue.w-fit.flex .menu > div > ul {
    --tw-bg-opacity: 1;
    background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1 !important;
    color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
  }

.btn-alternative aheader.bg-royal-blue.w-fit.flex .menu > div > ul:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
  }

.btn-alternative aheader.bg-royal-blue.w-fit.flex .menu > div > ul:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
  }

.btn-alternative aheader.bg-royal-blue.w-fit .menu > div > ul.items-center > svg {
    fill: #142641;
  }

.btn-alternative aheader.bg-royal-blue.w-fit.flex .menu > div > ul > svg {
    fill: #142641;
  }
  header .menu > div > ul > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .single-post header .menu ul.menu > li#menu-item-1123 > a, .single-commerce-blog header .menu ul.menu > li#menu-item-1123 > a {
    font-weight: 900;
  }
  .single-peopleculture header .menu ul.menu > li#menu-item-369 > a {
    font-weight: 900;
  }
  header .menu ul.menu > li:not(.megamenu) .sub-menu a {
    border-radius: 0.25rem !important;
    padding-right: 2rem !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 1.5rem !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  header .menu ul.menu > li:not(.megamenu) .sub-menu a:hover, header .menu ul.menu > li:not(.megamenu) .sub-menu a.hover, header .menu ul.menu > li:not(.megamenu) .sub-menu a:focus, header .menu ul.menu > li:not(.megamenu) .sub-menu a:focus-visible {
    background-color: rgba(255, 255, 255, 0.05) !important;
  }
  header .menu ul.menu > li .sub-menu a span {
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 300;
    color: #9ca3af;
  }
  header .menu ul.menu > li .sub-menu > li.current-menu-item > a {
    font-weight: 900;
  }
  header .menu ul li a {
    --tw-text-opacity: 1;
    color: rgb(249 250 251 / var(--tw-text-opacity, 1));
    color: #F9FAFB;
    font-weight: 500;
  }
  header .menu ul li.btn a {
    --tw-text-opacity: 1;
    color: rgb(20 38 65 / var(--tw-text-opacity, 1));
    color: #142641;
    --tw-bg-opacity: 1;
    background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
    background-color: #DFFF00;
  }
aheader .menu ul li.btn a:hover, buttonheader .menu ul li.btn a:hover {
  background-color: #E5FF80;
}
  header .menu ul li.btn a {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
  }
  header .menu ul li.btn a:hover, header .menu ul li.btn a:focus, header .menu ul li.btn a:focus-visible {
    background-color: #E5FF80 !important;
  }
  header .menu ul li.menu-item-has-children {
    position: relative;
  }
  header .menu ul li.menu-item-has-children ul.sub-menu {
    pointer-events: none;
    position: absolute;
    left: 0px;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(223 255 0 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(20 38 65 / var(--tw-bg-opacity, 1));
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    opacity: 0;
    background-color: #142641;
    border-color: #DFFF00;
  }
sectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .kicker {
    --tw-text-opacity: 1;
    color: rgb(223 255 0 / var(--tw-text-opacity, 1));
    color: #DFFF00;
  }
asectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .kicker:hover, buttonsectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .kicker:hover {
  color: #E5FF80;
}
sectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .animated-strings span {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(223 255 0 / var(--tw-text-opacity, 1));
    color: #DFFF00;
  }
asectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .animated-strings span:hover, buttonsectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .animated-strings span:hover {
  color: #E5FF80;
}
sectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .title {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    color: #ffffff;
  }
sectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .description {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    color: #ffffff;
  }
sectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .description p, sectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .description h1, sectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .description h2, sectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .description h3, sectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .description h4, sectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .description h5, sectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .description h6, sectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .description strong, sectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .description em, sectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .description b, sectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .description i {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    color: #ffffff;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    color: #ffffff;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    color: #ffffff;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    color: #ffffff;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    color: #ffffff;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    color: #ffffff;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    color: #ffffff;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    color: #ffffff;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    color: #ffffff;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    color: #ffffff;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    color: #ffffff;
  }
sectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .button {
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(0 98 242 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    background-color: #0062F2;
    border-color: #0062F2;
    color: #ffffff;
  }
asectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .button:hover, buttonsectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .button:hover {
  background-color: #3A89FD;
}

.btn-alternative asectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .button.w-fit.flex.items-center {
    --tw-bg-opacity: 1;
    background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1 !important;
    color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
  }

.btn-alternative asectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .button.w-fit.flex.items-center:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
  }

.btn-alternative asectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .button.w-fit.flex.items-center:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
  }

.btn-alternative asectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .button.w-fit.flex.items-center > svg {
    fill: #142641;
  }
sectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .button:hover {
  background-color: #3A89FD;
  border-color: #3A89FD;
}
sectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .supporting-link {
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    color: #ffffff;
    border-color: #ffffff;
  }
@media (min-width: 768px) {
    sectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .supporting-link {
      padding-top: 1rem;
      padding-bottom: 1rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }
sectionheader.component-home-hero .menu ul li.menu-item-has-children ul.sub-menu .supporting-link:hover {
  color: #F9FAFB;
  border-color: #F9FAFB;
}
sectionheader.component-blog-feed .menu ul li.menu-item-has-children ul.sub-menu .title {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    color: #ffffff;
  }
sectionheader.component-blog-feed .menu ul li.menu-item-has-children ul.sub-menu .description {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
    color: #e5e7eb;
  }

header .component-contact-form .menu ul li.menu-item-has-children ul.sub-menu h1 {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
    color: #ffffff !important;
  }
.page-id-352 header.component-features-a .menu ul li.menu-item-has-children ul.sub-menu svg {
    fill: #FFFFFF;
  }

header .component-contact-form .menu ul li.menu-item-has-children ul.sub-menu h1 {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
    color: #ffffff !important;
  }
  header .menu ul li.menu-item-has-children ul.sub-menu:where([dir="rtl"], [dir="rtl"] *) {
    left: unset;
  }
  header .menu ul li.menu-item-has-children ul.sub-menu {
    top: 90%;
    z-index: 99;
  }
  header .menu ul li.menu-item-has-children ul.sub-menu li a {
    white-space: nowrap;
    padding: 0px;
  }
  header .menu ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children > a {
    display: none !important;
  }
  header .menu ul li.menu-item-has-children ul.sub-menu li + li a {
    display: block;
  }
  header .menu ul li.menu-item-has-children:hover ul.sub-menu, header .menu ul li.menu-item-has-children.hover ul.sub-menu, header .menu ul li.menu-item-has-children:focus ul.sub-menu, header .menu ul li.menu-item-has-children:focus-visible ul.sub-menu {
    pointer-events: auto;
    opacity: 1;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  header .menu .menu-main-menu-container ul li:not(.btn) a, header .menu .menu-main-menu-spanish-container ul li:not(.btn) a, header .menu .menu-main-menu-french-container ul li:not(.btn) a, header .menu .menu-main-menu-portuguese-brazil-container ul li:not(.btn) a, header .menu .menu-main-menu-arabic-container ul li:not(.btn) a, header .menu .menu-log-in-menu-container ul li:not(.btn) a {
    display: block;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 1023px) {
  header #mainNav {
    display: none;
  }

header.filter-item #mainNav {
  display: none;
}
  header #mainNav.is-open {
    display: block;
  }
  header {
    flex-basis: 100%;
  }
  header .menu-log-in-menu-container {
    /* @apply pt-6; */
  }
  header .menu-log-in-menu-container > ul {
    display: flex;
    flex-direction: column-reverse;
  }

.btn-alternative aheader.bg-royal-blue.w-fit .menu-log-in-menu-container > ul.items-center {
    --tw-bg-opacity: 1;
    background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1 !important;
    color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
  }

.btn-alternative aheader.bg-royal-blue.w-fit .menu-log-in-menu-container > ul.items-center:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
  }

.btn-alternative aheader.bg-royal-blue.w-fit .menu-log-in-menu-container > ul.items-center:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
  }

.btn-alternative aheader.bg-royal-blue.w-fit .menu-log-in-menu-container > ul.items-center > svg {
    fill: #142641;
  }
  header .menu-log-in-menu-container > ul > li {
    margin-top: 1.5rem;
  }
  header .menu > li a {
    padding-bottom: 0.5rem;
    font-weight: 500;
  }
  header .menu > li + li {
    margin-top: 1.5rem;
  }
  header .menu li a {
    display: inline-block;
    color: #d1d5db;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  header .menu li.btn a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    --tw-bg-opacity: 1;
    background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
    background-color: #0062F2;
  }
aheader .menu li.btn a:hover, buttonheader .menu li.btn a:hover {
  background-color: #3A89FD;
}

.btn-alternative aheader .menu li.btn a.w-fit.flex.items-center {
    --tw-bg-opacity: 1;
    background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1 !important;
    color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
  }

.btn-alternative aheader .menu li.btn a.w-fit.flex.items-center:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
  }

.btn-alternative aheader .menu li.btn a.w-fit.flex.items-center:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
  }

.btn-alternative aheader .menu li.btn a.w-fit.flex.items-center > svg {
    fill: #142641;
  }
  header .menu li.btn a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    color: #ffffff;
    display: inline-block;
    border-radius: 9999px;
  }
  header .menu:last-of-type li a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    color: #ffffff;
  }
  header .menu:not(.megamenu) .sub-menu a {
    margin-left: -1rem !important;
    border-radius: 0.25rem !important;
    padding-right: 2rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 1rem !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  header .menu:not(.megamenu) .sub-menu a:hover, header .menu:not(.megamenu) .sub-menu a.hover, header .menu:not(.megamenu) .sub-menu a:focus, header .menu:not(.megamenu) .sub-menu a:focus-visible {
    background-color: rgba(255, 255, 255, 0.05) !important;
  }
  header .menu .sub-menu li + li {
    padding-top: 0.5rem;
  }
  header .menu .sub-menu li a {
    padding-top: 0px;
    padding-bottom: 0px;
    opacity: 0.7;
  }
  header .menu .sub-menu li a span {
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 300;
    color: #9ca3af;
  }
  header .menu .sub-menu li a:hover, header .menu .sub-menu li a.hover, header .menu .sub-menu li a:focus, header .menu .sub-menu li a:focus-visible {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  header .megamenu:hover > ul, header .megamenu.hover > ul, header .megamenu:focus > ul, header .megamenu:focus-visible > ul {
    display: flex !important;
  }

.btn-alternative aheader.bg-royal-blue.w-fit .megamenu:hover > ul.items-center,.btn-alternative a header.bg-royal-blue.w-fit .megamenu.hover > ul.items-center,.btn-alternative a header.bg-royal-blue.w-fit .megamenu:focus > ul.items-center,.btn-alternative a header.bg-royal-blue.w-fit .megamenu:focus-visible > ul.items-center {
    --tw-bg-opacity: 1;
    background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1 !important;
    color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
  }

.btn-alternative aheader.bg-royal-blue.w-fit .megamenu:hover > ul.items-center:hover,.btn-alternative a header.bg-royal-blue.w-fit .megamenu.hover > ul.items-center:hover,.btn-alternative a header.bg-royal-blue.w-fit .megamenu:focus > ul.items-center:hover,.btn-alternative a header.bg-royal-blue.w-fit .megamenu:focus-visible > ul.items-center:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
  }

.btn-alternative aheader.bg-royal-blue.w-fit .megamenu:hover > ul.items-center:focus,.btn-alternative a header.bg-royal-blue.w-fit .megamenu.hover > ul.items-center:focus,.btn-alternative a header.bg-royal-blue.w-fit .megamenu:focus > ul.items-center:focus,.btn-alternative a header.bg-royal-blue.w-fit .megamenu:focus-visible > ul.items-center:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
  }

.btn-alternative aheader.bg-royal-blue.w-fit .megamenu:hover > ul.items-center > svg,.btn-alternative a header.bg-royal-blue.w-fit .megamenu.hover > ul.items-center > svg,.btn-alternative a header.bg-royal-blue.w-fit .megamenu:focus > ul.items-center > svg,.btn-alternative a header.bg-royal-blue.w-fit .megamenu:focus-visible > ul.items-center > svg {
    fill: #142641;
  }
}
header .megamenu > ul {
  padding-right: 2.5rem !important;
}
header .megamenu > ul:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 0px !important;
  padding-left: 2.5rem !important;
}
@media screen and (min-width: 1024px) {
  header .megamenu > ul > li:not(:first-child) {
    padding-left: 2rem !important;
  }
}
header .megamenu > ul > li > a {
  position: relative !important;
  margin-top: 0.75rem !important;
  margin-bottom: 0.5rem !important;
  display: flex !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(223 255 0 / var(--tw-text-opacity, 1)) !important;
  opacity: 1 !important;
  color: #DFFF00 !important;
}
aheader .megamenu > ul > li > a:hover, buttonheader .megamenu > ul > li > a:hover {
  color: #E5FF80 !important;
}
.btn-alternative aheader.bg-royal-blue.w-fit .megamenu > ul > li > a.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative aheader.bg-royal-blue.w-fit .megamenu > ul > li > a.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative aheader.bg-royal-blue.w-fit .megamenu > ul > li > a.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative aheader.bg-royal-blue.w-fit .megamenu > ul > li > a.items-center > svg {
  fill: #142641;
}
@media screen and (min-width: 1024px) {
  header .megamenu > ul > li > a {
    margin-top: 0px !important;
  }
}
header .megamenu > ul > li > a:hover, header .megamenu > ul > li > a:focus, header .megamenu > ul > li > a:focus-visible {
  text-decoration-line: underline;
}
header .megamenu > ul ul.sub-menu {
  position: relative !important;
  top: 0px !important;
  left: 0px !important;
  min-width: 240px !important;
  border-width: 0px !important;
  padding: 0px !important;
}
header .megamenu > ul ul.sub-menu a {
  border-radius: 0.25rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
header .megamenu > ul ul.sub-menu a:hover {
  background-color: rgba(255, 255, 255, 0.05) !important;
}
header .megamenu > ul ul.sub-menu .with-separator a {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
header .megamenu .no-click > a {
  pointer-events: none;
}
header .megamenu .is-hidden > a {
  display: none !important;
}
header.filter-item .megamenu .is-hidden > a {
  display: none !important;
}
header .megamenu .label > a {
  display: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  color: #9ca3af;
}
header.filter-item .megamenu .label > a {
  display: none;
}
@media (min-width: 1024px) {
  header .megamenu .label > a {
    display: block;
  }
}

/*
.activeLink, .activeSublink {
    &:not(.\!\text-white){
        @apply font-bold text-royal-blue !important;
    }
}*/
.with-separator {
  margin-top: 1rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  border-color: #6B7280;
}
@media (min-width: 1024px) {
  .with-separator > a {
    margin-top: 0.75rem !important;
  }
}

.megamenu .with-separator {
  margin-left: 2rem !important;
}

header[role=banner] {
  background-color: white;
}
header[role=banner] .header-search-link {
  color: #142641 !important;
}

@media screen and (min-width: 1024px) {
  header[role=banner] {
    background-color: transparent;
  }
  header[role=banner] .wordmark-logo {
    transition: filter 0.2s ease;
  }
  header[role=banner] .menuItemLink {
    transition: color 0.2s ease;
  }
  header[role=banner] .header-search-link {
    color: #142641 !important;
    transition: color 0.2s ease;
  }
  header[role=banner] .header-search-link:hover, header[role=banner] .header-search-link:focus {
    color: #0062F2 !important;
  }
  header[role=banner].scrolled:not(.header-on-dark) {
    background-color: white;
  }
  header[role=banner].header-on-dark.scrolled {
    background-color: #0D2C5B;
  }
  header[role=banner].header-on-dark .wordmark-logo {
    filter: brightness(0) invert(1);
  }
  header[role=banner].header-on-dark .menuItemLink {
    color: white !important;
  }
  header[role=banner].header-on-dark .menuItemLink:hover, header[role=banner].header-on-dark .menuItemLink:focus, header[role=banner].header-on-dark .menuItemLink:focus-visible {
    color: #DFFF00 !important;
  }
  header[role=banner].header-on-dark .header-search-link {
    color: white !important;
  }
  header[role=banner].header-on-dark .header-search-link:hover, header[role=banner].header-on-dark .header-search-link:focus {
    color: #DFFF00 !important;
  }
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("assets/fonts/satoshi-bold-webfont.woff2") format("woff2"), url("assets/fonts/satoshi-bold-webfont.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("assets/fonts/satoshi-regular-webfont.woff2") format("woff2"), url("assets/fonts/satoshi-regular-webfont.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("assets/fonts/Satoshi-Light.woff2") format("woff2"), url("assets/fonts/Satoshi-Light.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("assets/fonts/satoshi-medium-webfont.woff2") format("woff2"), url("assets/fonts/satoshi-medium-webfont.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("assets/fonts/satoshi-bolditalic-webfont.woff2") format("woff2"), url("assets/fonts/satoshi-bolditalic-webfont.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("assets/fonts/satoshi-italic-webfont.woff2") format("woff2"), url("assets/fonts/satoshi-italic-webfont.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
@font-face {
  font-family: "Tajawal", sans-serif;
  font-weight: 200;
  font-style: normal;
  src: url("assets/fonts/Tajawal-ExtraLight.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Tajawal", sans-serif;
  font-weight: 300;
  font-style: normal;
  src: url("assets/fonts/Tajawal-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
  font-style: normal;
  src: url("assets/fonts/Tajawal-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
  font-style: normal;
  src: url("assets/fonts/Tajawal-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Tajawal", sans-serif;
  font-weight: 700;
  font-style: normal;
  src: url("assets/fonts/Tajawal-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Tajawal", sans-serif;
  font-weight: 800;
  font-style: normal;
  src: url("assets/fonts/Tajawal-ExtraBold.ttf") format("truetype");
  font-display: swap;
}
.site-footer .footer-menu .menu > li > a {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
a.site-footer .footer-menu .menu > li > a:hover, button.site-footer .footer-menu .menu > li > a:hover {
  color: #3A89FD;
}
@media screen and (min-width: 640px) {
  .site-footer .footer-menu .menu > li > a {
    margin-bottom: 1rem;
  }
}
.site-footer .footer-menu .menu > li ~ .menu-item {
  padding-top: 2.25rem;
}
.site-footer .footer-menu .menu > li > .sub-menu li {
  margin-bottom: 12px;
}
.site-footer .footer-menu .menu > li > .sub-menu li.menu-item-has-children > a {
  padding-bottom: 0.75rem;
  font-weight: 700;
}
.site-footer .footer-menu .menu > li > .sub-menu li.icon::after {
  content: url("https://microblink.com/wp-content/themes/microblink/assets/images/Icon-r.svg");
  margin-left: 8px;
  vertical-align: middle;
}
.site-footer .footer-menu .menu > li > .sub-menu li a {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1.4 !important;
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
}
.site-footer .footer-menu .menu > li > .sub-menu li a:hover {
  text-decoration-line: underline;
}
.site-footer .footer-menu .menu > li > .sub-menu .sub-menu li {
  margin-bottom: 0px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-bottom: 0.75rem;
}
.site-footer .footer-social-links a svg path {
  fill: #9CA3AF;
}
.site-footer .footer-social-links a:hover svg path {
  fill: #000;
}
.site-footer .languageSwitcher .wpml-ls-item-toggle:after {
  height: 8px;
  width: 0.75rem;
  border-style: none !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("./assets/images/chevron.svg");
}
.site-footer .languageSwitcher .open .wpml-ls-item-toggle:after {
  --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));
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper .toggleMobile #toggleFilters.site-footer .languageSwitcher .open .wpml-ls-item-toggle rect:after {
  fill: #0062F2;
  stroke: #0062F2;
}
.site-footer .languageSwitcher .wpml-ls-legacy-dropdown-click {
  position: relative;
  left: -20px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}
.site-footer .languageSwitcher .wpml-ls-legacy-dropdown-click.open .wpml-ls-item-toggle::after {
  top: unset;
  border-top-width: 0px;
  bottom: calc(50% - 0.175em);
  border-bottom: 0.5em solid;
}
.site-footer .languageSwitcher .wpml-ls-current-language a {
  border-width: 0px;
  background-color: transparent;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 32px;
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
}
body.site-footer .languageSwitcher .wpml-ls-current-language a .component-testimonial-slider-new.modern .kicker {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
abody.site-footer .languageSwitcher .wpml-ls-current-language a .component-testimonial-slider-new.modern .kicker:hover, buttonbody.site-footer .languageSwitcher .wpml-ls-current-language a .component-testimonial-slider-new.modern .kicker:hover {
  color: #3A89FD;
}
body.site-footer .languageSwitcher .wpml-ls-current-language a .component-testimonial-slider-new.modern .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
.site-footer .languageSwitcher .wpml-ls-current-language:hover {
  border-width: 0px;
  background-color: transparent;
  color: rgb(47 67 97 / 0.9);
}
body.site-footer .languageSwitcher .wpml-ls-current-language:hover .component-testimonial-slider-new.modern .kicker {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
abody.site-footer .languageSwitcher .wpml-ls-current-language:hover .component-testimonial-slider-new.modern .kicker:hover, buttonbody.site-footer .languageSwitcher .wpml-ls-current-language:hover .component-testimonial-slider-new.modern .kicker:hover {
  color: #3A89FD;
}
body.site-footer .languageSwitcher .wpml-ls-current-language:hover .component-testimonial-slider-new.modern .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
.site-footer .languageSwitcher .wpml-ls-current-language ul {
  top: -50px;
  border-radius: 0.5rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(24 53 97 / var(--tw-bg-opacity, 1));
}
.site-footer .languageSwitcher .wpml-ls-current-language ul a {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
  color: #F9FAFB;
}
.site-footer .ot-sdk-show-settings {
  margin-bottom: 0px !important;
}

#to-top {
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#to-top.active {
  pointer-events: auto;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
  background-color: #0062F2;
}

a.swiper-pagination-bullet.swiper-pagination-bullet-active:hover, button.swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
  background-color: #3A89FD;
}

.btn-alternative a.swiper-pagination-bullet.swiper-pagination-bullet-active.w-fit.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative a.swiper-pagination-bullet.swiper-pagination-bullet-active.w-fit.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative a.swiper-pagination-bullet.swiper-pagination-bullet-active.w-fit.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative a.swiper-pagination-bullet.swiper-pagination-bullet-active.w-fit.flex.items-center > svg {
  fill: #142641;
}

.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:not(:first-child) {
  display: none;
}

.filter-item.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:not(:first-child) {
  display: none;
}

/* 
body.bg-gradient-dark .bg-transparent {
    .swiper-pagination-bullet {
        //@apply bg-transparent border border-white opacity-100;

        &.swiper-pagination-bullet-active {
            @apply bg-white;
        }
    }
} */
@media (min-width: 768px) {
  .lg-video-cont {
    max-height: 80% !important;
    max-width: 80% !important;
  }
}

.lg-toolbar .lg-close:after {
  display: none;
}

.filter-item.lg-toolbar .lg-close:after {
  display: none;
}

.lg-toolbar .lg-icon.lg-close {
  margin: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 7L17 17M7 17L17 7L7 17Z' stroke='%23F3F4F6' stroke-width='2.00784' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
}

.lg-toolbar .lg-icon.lg-close:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 7L17 17M7 17L17 7L7 17Z' stroke='%23FFFFFF' stroke-width='2.00784' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.video-modal .lg-toolbar .lg-icon.lg-close {
  opacity: 0;
}

.graphic-container.with-video .play-video {
  color: #d1d5db;
}

.graphic-container.with-video .play-video:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
}

.lg-outer .lg-thumb-item:hover {
  border-color: #e5ff80;
  opacity: 0.7;
}

.lg-prev,
.lg-next {
  height: 2.5rem;
  width: 2.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.lg-prev::before, .lg-prev::after,
.lg-next::before,
.lg-next::after {
  display: none;
}
.filter-item.lg-prev::before,.filter-item .lg-prev::after,.filter-item
.lg-next::before,.filter-item
.lg-next::after {
  display: none;
}
.lg-prev,
.lg-next {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.93934 25.0607C8.35355 24.4749 8.35355 23.5252 8.93934 22.9394L18.4853 13.3934C19.0711 12.8077 20.0208 12.8077 20.6066 13.3934C21.1924 13.9792 21.1924 14.929 20.6066 15.5148L13.6213 22.5H38C38.8284 22.5 39.5 23.1716 39.5 24C39.5 24.8285 38.8284 25.5 38 25.5H13.6213L20.6066 32.4853C21.1924 33.0711 21.1924 34.0209 20.6066 34.6066C20.0208 35.1924 19.0711 35.1924 18.4853 34.6066L8.93934 25.0607Z' fill='%23E5E7EB'/%3E%3C/svg%3E");
}
.lg-prev:hover,
.lg-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.93934 25.0607C8.35355 24.4749 8.35355 23.5252 8.93934 22.9394L18.4853 13.3934C19.0711 12.8077 20.0208 12.8077 20.6066 13.3934C21.1924 13.9792 21.1924 14.929 20.6066 15.5148L13.6213 22.5H38C38.8284 22.5 39.5 23.1716 39.5 24C39.5 24.8285 38.8284 25.5 38 25.5H13.6213L20.6066 32.4853C21.1924 33.0711 21.1924 34.0209 20.6066 34.6066C20.0208 35.1924 19.0711 35.1924 18.4853 34.6066L8.93934 25.0607Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}

.lg-next {
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .lg-img-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-pagenavi > :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)));
}

.btn-alternative a.bg-royal-blue.w-fit.wp-pagenavi.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.wp-pagenavi.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.wp-pagenavi.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative a.bg-royal-blue.w-fit.flex.wp-pagenavi {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.flex.wp-pagenavi:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.flex.wp-pagenavi:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative a.bg-royal-blue.w-fit.wp-pagenavi.items-center > svg {
  fill: #142641;
}

.btn-alternative a.bg-royal-blue.w-fit.flex.wp-pagenavi > svg {
  fill: #142641;
}
.wp-pagenavi a,
.wp-pagenavi span {
  height: 24px;
  width: 24px;
  line-height: 1;
  display: flex;
}
.btn-alternative a.bg-royal-blue.w-fit.wp-pagenavi a.items-center,.btn-alternative a.bg-royal-blue.w-fit
.wp-pagenavi span.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.w-fit.wp-pagenavi a.items-center:hover,.btn-alternative a.bg-royal-blue.w-fit
.wp-pagenavi span.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.w-fit.wp-pagenavi a.items-center:focus,.btn-alternative a.bg-royal-blue.w-fit
.wp-pagenavi span.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.bg-royal-blue.w-fit.wp-pagenavi a.items-center > svg,.btn-alternative a.bg-royal-blue.w-fit
.wp-pagenavi span.items-center > svg {
  fill: #142641;
}
.wp-pagenavi a,
.wp-pagenavi span {
  justify-content: center;
  align-items: center;
}
.btn-alternative a.bg-royal-blue.w-fit.flex.wp-pagenavi a,.btn-alternative a.bg-royal-blue.w-fit.flex
.wp-pagenavi span {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.w-fit.flex.wp-pagenavi a:hover,.btn-alternative a.bg-royal-blue.w-fit.flex
.wp-pagenavi span:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.w-fit.flex.wp-pagenavi a:focus,.btn-alternative a.bg-royal-blue.w-fit.flex
.wp-pagenavi span:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.bg-royal-blue.w-fit.flex.wp-pagenavi a > svg,.btn-alternative a.bg-royal-blue.w-fit.flex
.wp-pagenavi span > svg {
  fill: #142641;
}
.wp-pagenavi a.current,
.wp-pagenavi span.current {
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
  background-color: #0062F2;
}
a.wp-pagenavi a.current:hover, button.wp-pagenavi a.current:hover,a
.wp-pagenavi span.current:hover, button
.wp-pagenavi span.current:hover {
  background-color: #3A89FD;
}
.btn-alternative a.wp-pagenavi a.current.w-fit.flex.items-center,.btn-alternative a
.wp-pagenavi span.current.w-fit.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.wp-pagenavi a.current.w-fit.flex.items-center:hover,.btn-alternative a
.wp-pagenavi span.current.w-fit.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.wp-pagenavi a.current.w-fit.flex.items-center:focus,.btn-alternative a
.wp-pagenavi span.current.w-fit.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.wp-pagenavi a.current.w-fit.flex.items-center > svg,.btn-alternative a
.wp-pagenavi span.current.w-fit.flex.items-center > svg {
  fill: #142641;
}
.wp-pagenavi a.current,
.wp-pagenavi span.current {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
  border-radius: 9999px;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink,
.wp-pagenavi span.nextpostslink,
.wp-pagenavi span.previouspostslink {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.wp-block-wpdatatables-wpdatatables-gutenberg-block {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  max-width: 77rem;
  min-height: 50vh;
}
@media screen and (max-width: 1280px) {
  .wp-block-wpdatatables-wpdatatables-gutenberg-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .wp-block-wpdatatables-wpdatatables-gutenberg-block {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

h2.wpdt-c {
  display: none;
}

h2.filter-item.wpdt-c {
  display: none;
}

.wpdt-c.wdt-skin-material {
  max-width: 100%;
}
.wpdt-c.wdt-skin-material table.wpDataTable {
  table-layout: auto !important;
  font-family: Satoshi, sans-serif !important;
}
@media screen and (max-width: 1200px) {
  .wpdt-c.wdt-skin-material table.wpDataTable th {
    width: auto !important;
  }
}
.wpdt-c.wdt-skin-material td {
  border-width: 0px !important;
  background-color: transparent !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1)) !important;
  color: #374151 !important;
}
body.wpdt-c.wdt-skin-material td .component-testimonial-slider-new.modern .kicker {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
abody.wpdt-c.wdt-skin-material td .component-testimonial-slider-new.modern .kicker:hover, buttonbody.wpdt-c.wdt-skin-material td .component-testimonial-slider-new.modern .kicker:hover {
  color: #3A89FD;
}
body.wpdt-c.wdt-skin-material td .component-testimonial-slider-new.modern .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
.wpdt-c.wdt-skin-material td.cell-feature {
  text-align: left !important;
  color: transparent !important;
  font-size: 0 !important;
}
.wpdt-c.wdt-skin-material td.cell-feature::before {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%236B7280' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 12H4'%3E%3C/path%3E%3C/svg%3E");
}
.wpdt-c.wdt-skin-material td.cell-feature.cell-feature-available::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%236B7280' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 13l4 4L19 7'%3E%3C/path%3E%3C/svg%3E");
}
.wpdt-c.wdt-skin-material th {
  position: relative !important;
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
  color: #6B7280 !important;
  background-color: #F9FAFB !important;
}
@media screen and (min-width: 900px) {
  .wpdt-c.wdt-skin-material th {
    white-space: nowrap !important;
  }
}
.wpdt-c.wdt-skin-material th::before {
  display: none !important;
}
.filter-item.wpdt-c.wdt-skin-material th::before {
  display: none !important;
}
.wpdt-c.wdt-skin-material th::after {
  position: relative;
  top: 1px;
  margin-left: 0.5rem;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 899px) {
  .wpdt-c.wdt-skin-material th::after {
    position: absolute;
    right: 0.375rem;
    top: 50%;
    margin-top: -0.375rem;
  }
}
.wpdt-c.wdt-skin-material th::after {
  content: "";
  width: 7px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11'%3E%3Cpath fill='%23d1d5db' fill-rule='evenodd' d='m0.2 6.8q0.1-0.1 0.2-0.2 0.2 0 0.3 0 0.1 0 0.3 0 0.1 0.1 0.2 0.2l2.3 2.3 2.3-2.3q0.2-0.2 0.5-0.2 0.3 0 0.5 0.2 0.2 0.2 0.2 0.5 0 0.3-0.2 0.5l-2.8 2.8q-0.1 0.1-0.2 0.1-0.2 0.1-0.3 0.1-0.1 0-0.3-0.1-0.1 0-0.2-0.1l-2.8-2.8q-0.1-0.1-0.1-0.2-0.1-0.2-0.1-0.3 0-0.1 0.1-0.3 0-0.1 0.1-0.2z'/%3E%3Cpath fill='%23d1d5db' fill-rule='evenodd' d='m6.8 4q-0.1 0.1-0.2 0.1-0.2 0.1-0.3 0.1-0.1 0-0.3-0.1-0.1 0-0.2-0.1l-2.3-2.3-2.3 2.3q-0.2 0.2-0.5 0.2-0.3 0-0.5-0.2-0.2-0.2-0.2-0.5 0-0.3 0.2-0.5l2.8-2.8q0.1-0.1 0.2-0.1 0.2-0.1 0.3-0.1 0.1 0 0.3 0.1 0.1 0 0.2 0.1l2.8 2.8q0.1 0.1 0.1 0.2 0.1 0.2 0.1 0.3 0 0.1-0.1 0.3 0 0.1-0.1 0.2z'/%3E%3C/svg%3E");
}
.wpdt-c.wdt-skin-material th.sorting_asc::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11'%3E%3Cpath fill='%236B7280' fill-rule='evenodd' d='m0.2 6.8q0.1-0.1 0.2-0.2 0.2 0 0.3 0 0.1 0 0.3 0 0.1 0.1 0.2 0.2l2.3 2.3 2.3-2.3q0.2-0.2 0.5-0.2 0.3 0 0.5 0.2 0.2 0.2 0.2 0.5 0 0.3-0.2 0.5l-2.8 2.8q-0.1 0.1-0.2 0.1-0.2 0.1-0.3 0.1-0.1 0-0.3-0.1-0.1 0-0.2-0.1l-2.8-2.8q-0.1-0.1-0.1-0.2-0.1-0.2-0.1-0.3 0-0.1 0.1-0.3 0-0.1 0.1-0.2z'/%3E%3Cpath fill='%23d1d5db' fill-rule='evenodd' d='m6.8 4q-0.1 0.1-0.2 0.1-0.2 0.1-0.3 0.1-0.1 0-0.3-0.1-0.1 0-0.2-0.1l-2.3-2.3-2.3 2.3q-0.2 0.2-0.5 0.2-0.3 0-0.5-0.2-0.2-0.2-0.2-0.5 0-0.3 0.2-0.5l2.8-2.8q0.1-0.1 0.2-0.1 0.2-0.1 0.3-0.1 0.1 0 0.3 0.1 0.1 0 0.2 0.1l2.8 2.8q0.1 0.1 0.1 0.2 0.1 0.2 0.1 0.3 0 0.1-0.1 0.3 0 0.1-0.1 0.2z'/%3E%3C/svg%3E");
}
.wpdt-c.wdt-skin-material th.sorting_desc::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11'%3E%3Cpath fill='%23d1d5db' fill-rule='evenodd' d='m0.2 6.8q0.1-0.1 0.2-0.2 0.2 0 0.3 0 0.1 0 0.3 0 0.1 0.1 0.2 0.2l2.3 2.3 2.3-2.3q0.2-0.2 0.5-0.2 0.3 0 0.5 0.2 0.2 0.2 0.2 0.5 0 0.3-0.2 0.5l-2.8 2.8q-0.1 0.1-0.2 0.1-0.2 0.1-0.3 0.1-0.1 0-0.3-0.1-0.1 0-0.2-0.1l-2.8-2.8q-0.1-0.1-0.1-0.2-0.1-0.2-0.1-0.3 0-0.1 0.1-0.3 0-0.1 0.1-0.2z'/%3E%3Cpath fill='%236B7280' fill-rule='evenodd' d='m6.8 4q-0.1 0.1-0.2 0.1-0.2 0.1-0.3 0.1-0.1 0-0.3-0.1-0.1 0-0.2-0.1l-2.3-2.3-2.3 2.3q-0.2 0.2-0.5 0.2-0.3 0-0.5-0.2-0.2-0.2-0.2-0.5 0-0.3 0.2-0.5l2.8-2.8q0.1-0.1 0.2-0.1 0.2-0.1 0.3-0.1 0.1 0 0.3 0.1 0.1 0 0.2 0.1l2.8 2.8q0.1 0.1 0.1 0.2 0.1 0.2 0.1 0.3 0 0.1-0.1 0.3 0 0.1-0.1 0.2z'/%3E%3C/svg%3E");
}
.wpdt-c.wdt-skin-material td, .wpdt-c.wdt-skin-material th {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  font-family: Satoshi, sans-serif !important;
}
.wpdt-c.wdt-skin-material thead > tr {
  box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 899px) {
  .wpdt-c.wdt-skin-material th {
    padding-right: 1rem !important;
  }
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper .dataTables_paginate[style="display: none;"] {
  display: none !important;
}
.filter-item.wpdt-c.wdt-skin-material .wpDataTablesWrapper .dataTables_paginate[style="display: none;"] {
  display: none !important;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper .dataTables_paginate a.paginate_button {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
  display: inline-flex !important;
  height: 1.5rem !important;
  width: 1.5rem !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 9999px !important;
  padding: 0px !important;
  line-height: 1 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1)) !important;
  color: #374151 !important;
}
.btn-alternative a.bg-royal-blue.w-fit.flex.wpdt-c.wdt-skin-material .wpDataTablesWrapper .dataTables_paginate a.paginate_button {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.w-fit.flex.wpdt-c.wdt-skin-material .wpDataTablesWrapper .dataTables_paginate a.paginate_button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.w-fit.flex.wpdt-c.wdt-skin-material .wpDataTablesWrapper .dataTables_paginate a.paginate_button:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.bg-royal-blue.w-fit.flex.wpdt-c.wdt-skin-material .wpDataTablesWrapper .dataTables_paginate a.paginate_button > svg {
  fill: #142641;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper .dataTables_paginate a.paginate_button.current {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  background-color: #0062F2 !important;
  color: #ffffff !important;
}
a.wpdt-c.wdt-skin-material .wpDataTablesWrapper .dataTables_paginate a.paginate_button.current:hover, button.wpdt-c.wdt-skin-material .wpDataTablesWrapper .dataTables_paginate a.paginate_button.current:hover {
  background-color: #3A89FD !important;
}
.btn-alternative a.wpdt-c.wdt-skin-material .wpDataTablesWrapper .dataTables_paginate a.paginate_button.current.w-fit.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.wpdt-c.wdt-skin-material .wpDataTablesWrapper .dataTables_paginate a.paginate_button.current.w-fit.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.wpdt-c.wdt-skin-material .wpDataTablesWrapper .dataTables_paginate a.paginate_button.current.w-fit.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.wpdt-c.wdt-skin-material .wpDataTablesWrapper .dataTables_paginate a.paginate_button.current.w-fit.flex.items-center > svg {
  fill: #142641;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper .dataTables_paginate a.paginate_button.previous::before, .wpdt-c.wdt-skin-material .wpDataTablesWrapper .dataTables_paginate a.paginate_button.next::before {
  padding: 0px !important;
  font-size: 10px !important;
}
.wpdt-c.wdt-skin-material .wpDataTablesFilter {
  margin-bottom: 0px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding-bottom: 40px !important;
}
.btn-alternative a.bg-royal-blue.wpdt-c.wdt-skin-material .wpDataTablesFilter.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.wpdt-c.wdt-skin-material .wpDataTablesFilter.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.wpdt-c.wdt-skin-material .wpDataTablesFilter.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.bg-royal-blue.wpdt-c.wdt-skin-material .wpDataTablesFilter.flex.items-center > svg {
  fill: #142641;
}
.wpdt-c.wdt-skin-material .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block):not(#table_1_filter) {
  border-radius: 9999px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  color: #9ca3af !important;
  border-color: #e5e7eb !important;
  background-color: #ffffff !important;
}
section.component-blog-feed.wpdt-c.wdt-skin-material .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block):not(#table_1_filter) .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
section.component-blog-feed.wpdt-c.wdt-skin-material .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block):not(#table_1_filter) .description {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}
.wpdt-c.wdt-skin-material .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block) {
  position: relative !important;
  float: left !important;
  display: inline-flex !important;
  height: auto !important;
  width: auto !important;
  max-width: 100% !important;
  align-items: center !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.btn-alternative a.bg-royal-blue.w-fit.flex.wpdt-c.wdt-skin-material .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block) {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.w-fit.flex.wpdt-c.wdt-skin-material .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block):hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.w-fit.flex.wpdt-c.wdt-skin-material .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block):focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.bg-royal-blue.w-fit.flex.wpdt-c.wdt-skin-material .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block) > svg {
  fill: #142641;
}
.wpdt-c.wdt-skin-material .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block) {
  min-height: 38px !important;
}
.wpdt-c.wdt-skin-material .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block) label {
  margin-bottom: 0px !important;
  display: inline-block !important;
  font-weight: 400 !important;
}
@media screen and (max-width: 640px) {
  .wpdt-c.wdt-skin-material .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block) > label {
    width: 100% !important;
  }
  .wpdt-c.wdt-skin-material .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block) {
    width: 100% !important;
    min-height: 28px !important;
  }
  .wpdt-c.wdt-skin-material .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block)#table_1_filter {
    width: 83vw !important;
  }
}
.wpdt-c.wdt-skin-material .wpDataTablesFilter .wpDataTableFilterSection > div {
  max-width: 100% !important;
}
@media screen and (max-width: 640px) {
  .wpdt-c.wdt-skin-material .wpDataTablesFilter .wpDataTableFilterSection > div {
    width: 100% !important;
  }
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper#table_1_wrapper {
  overflow-x: scroll !important;
}
@media (min-width: 768px) {
  .wpdt-c.wdt-skin-material .wpDataTablesWrapper#table_1_wrapper {
    overflow-x: visible !important;
  }
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper .toggleMobile {
  display: flex;
  max-width: 90vw;
}
.btn-alternative a.bg-royal-blue.w-fit.wpdt-c.wdt-skin-material .wpDataTablesWrapper .toggleMobile.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.w-fit.wpdt-c.wdt-skin-material .wpDataTablesWrapper .toggleMobile.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.w-fit.wpdt-c.wdt-skin-material .wpDataTablesWrapper .toggleMobile.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.bg-royal-blue.w-fit.wpdt-c.wdt-skin-material .wpDataTablesWrapper .toggleMobile.items-center > svg {
  fill: #142641;
}
@media screen and (min-width: 640px) {
  .wpdt-c.wdt-skin-material .wpDataTablesWrapper .toggleMobile {
    display: none;
  }

.filter-item.wpdt-c.wdt-skin-material .wpDataTablesWrapper .toggleMobile {
  display: none;
}
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper .toggleMobile #toggleFilters {
  height: 35px !important;
  width: 52px !important;
  border-radius: 0.5rem !important;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper .toggleMobile #toggleFilters.rotate-180 rect {
  fill: #0062F2;
  stroke: #0062F2;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper #table_1_filter {
  width: 83vw !important;
  border-width: 0px !important;
  background-color: transparent !important;
  padding: 0px !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
body.wpdt-c.wdt-skin-material .wpDataTablesWrapper #table_1_filter .component-testimonial-slider-new.modern .kicker {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
abody.wpdt-c.wdt-skin-material .wpDataTablesWrapper #table_1_filter .component-testimonial-slider-new.modern .kicker:hover, buttonbody.wpdt-c.wdt-skin-material .wpDataTablesWrapper #table_1_filter .component-testimonial-slider-new.modern .kicker:hover {
  color: #3A89FD;
}
body.wpdt-c.wdt-skin-material .wpDataTablesWrapper #table_1_filter .component-testimonial-slider-new.modern .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
@media screen and (min-width: 640px) {
  .wpdt-c.wdt-skin-material .wpDataTablesWrapper #table_1_filter {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

.btn-alternative a.bg-royal-blue.wpdt-c.wdt-skin-material .wpDataTablesWrapper #table_1_filter.flex.items-center {
    --tw-bg-opacity: 1;
    background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1 !important;
    color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
  }

.btn-alternative a.bg-royal-blue.wpdt-c.wdt-skin-material .wpDataTablesWrapper #table_1_filter.flex.items-center:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
  }

.btn-alternative a.bg-royal-blue.wpdt-c.wdt-skin-material .wpDataTablesWrapper #table_1_filter.flex.items-center:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
  }

.btn-alternative a.bg-royal-blue.wpdt-c.wdt-skin-material .wpDataTablesWrapper #table_1_filter.flex.items-center > svg {
    fill: #142641;
  }
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper #table_1_filter label {
  font-size: 0px;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper #table_1_filter input {
  width: 100% !important;
  border-radius: 0.25rem !important;
  border-width: 1px !important;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-top-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  border-color: #e5e7eb !important;
}
@media (min-width: 768px) {
  .wpdt-c.wdt-skin-material .wpDataTablesWrapper #table_1_filter input {
    width: 260px !important;
  }
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper #table_1_filter input {
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper #filterBox_table_1 {
  position: relative;
  top: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-alternative a.bg-royal-blue.wpdt-c.wdt-skin-material .wpDataTablesWrapper #filterBox_table_1.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.wpdt-c.wdt-skin-material .wpDataTablesWrapper #filterBox_table_1.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.wpdt-c.wdt-skin-material .wpDataTablesWrapper #filterBox_table_1.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.bg-royal-blue.wpdt-c.wdt-skin-material .wpDataTablesWrapper #filterBox_table_1.flex.items-center > svg {
  fill: #142641;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper #wdt-clear-filters-button-block {
  padding: 0px;
  padding-top: 5px;
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
a.wpdt-c.wdt-skin-material .wpDataTablesWrapper #wdt-clear-filters-button-block:hover, button.wpdt-c.wdt-skin-material .wpDataTablesWrapper #wdt-clear-filters-button-block:hover {
  color: #3A89FD;
}
@media (min-width: 768px) {
  .wpdt-c.wdt-skin-material .wpDataTablesWrapper #wdt-clear-filters-button-block {
    --tw-text-opacity: 1;
    color: rgb(47 67 97 / var(--tw-text-opacity, 1));
    color: #2F4361;
  }
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper .wpDataTableFilterBox {
  margin-top: 1rem;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper select {
  height: 0px !important;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper .filter_column, .wpdt-c.wdt-skin-material .wpDataTablesWrapper .filter_column button, .wpdt-c.wdt-skin-material .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection div:first-child {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper .filter_column button {
  overflow: visible !important;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper .wpDataTableFilterBox .btn, .wpdt-c.wdt-skin-material .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTablesWrapper .btn {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  display: flex !important;
  height: auto !important;
  cursor: pointer !important;
  overflow-x: hidden !important;
  border-width: 0px !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  line-height: 1 !important;
}
.btn-alternative a.bg-royal-blue.w-fit.wpdt-c.wdt-skin-material .wpDataTablesWrapper .wpDataTableFilterBox .btn.items-center,.btn-alternative a.bg-royal-blue.w-fit .wpdt-c.wdt-skin-material .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTablesWrapper .btn.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.w-fit.wpdt-c.wdt-skin-material .wpDataTablesWrapper .wpDataTableFilterBox .btn.items-center:hover,.btn-alternative a.bg-royal-blue.w-fit .wpdt-c.wdt-skin-material .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTablesWrapper .btn.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.w-fit.wpdt-c.wdt-skin-material .wpDataTablesWrapper .wpDataTableFilterBox .btn.items-center:focus,.btn-alternative a.bg-royal-blue.w-fit .wpdt-c.wdt-skin-material .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTablesWrapper .btn.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.bg-royal-blue.w-fit.wpdt-c.wdt-skin-material .wpDataTablesWrapper .wpDataTableFilterBox .btn.items-center > svg,.btn-alternative a.bg-royal-blue.w-fit .wpdt-c.wdt-skin-material .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTablesWrapper .btn.items-center > svg {
  fill: #142641;
}
@media screen and (max-width: 640px) {
  .wpdt-c.wdt-skin-material .wpDataTablesWrapper .wpDataTableFilterBox .btn, .wpdt-c.wdt-skin-material .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTablesWrapper .btn {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper .wpDataTableFilterBox .btn .filter-option, .wpdt-c.wdt-skin-material .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTablesWrapper .btn .filter-option {
  overflow: visible;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
  color: #374151;
}
@media screen and (max-width: 640px) {
  .wpdt-c.wdt-skin-material .wpDataTablesWrapper .wpDataTableFilterBox .btn .filter-option, .wpdt-c.wdt-skin-material .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTablesWrapper .btn .filter-option {
    margin: 0px !important;
  }
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper .wpDataTableFilterBox .btn[title="Nothing selected"] .filter-option, .wpdt-c.wdt-skin-material .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTablesWrapper .btn[title="Nothing selected"] .filter-option {
  display: inline-block;
  font-size: 0;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper .wpDataTableFilterBox .btn[title="Nothing selected"] .filter-option::after, .wpdt-c.wdt-skin-material .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTablesWrapper .btn[title="Nothing selected"] .filter-option::after {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1;
  content: "All";
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper .bootstrap-select > .btn-default::before {
  display: none;
}
.filter-item.wpdt-c.wdt-skin-material .wpDataTablesWrapper .bootstrap-select > .btn-default::before {
  display: none;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper .bootstrap-select .bs-caret {
  display: block;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper .bootstrap-select.btn-group {
  position: inherit !important;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper .bootstrap-select.btn-group .dropdown-toggle .caret {
  right: 0.5rem;
  height: 0.375rem;
  width: 1.25rem;
  border-width: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%239CA3AF' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd' /%3E%3C/svg%3E");
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper .bootstrap-select .dropdown-menu.inner {
  overflow-x: hidden;
}
.wpdt-c.wdt-skin-material .dropdown-menu {
  top: 100%;
  left: 0px;
  right: auto;
  z-index: 10;
  margin-top: 0.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -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);
  border-color: #F9FAFB;
  background-color: #ffffff;
}
section.component-blog-feed.wpdt-c.wdt-skin-material .dropdown-menu .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
section.component-blog-feed.wpdt-c.wdt-skin-material .dropdown-menu .description {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}
.wpdt-c.wdt-skin-material .dropdown-menu {
  max-height: 50vh !important;
}
.wpdt-c.wdt-skin-material .dropdown-menu li {
  padding-left: 0px;
}
.wpdt-c.wdt-skin-material .dropdown-menu li.dropdown-header,
.wpdt-c.wdt-skin-material .dropdown-menu li a {
  display: block;
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: none;
}
.wpdt-c.wdt-skin-material .dropdown-menu li:not(.active) > a:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-color: #ffffff;
}
section.component-blog-feed.wpdt-c.wdt-skin-material .dropdown-menu li:not(.active) > a:focus .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
section.component-blog-feed.wpdt-c.wdt-skin-material .dropdown-menu li:not(.active) > a:focus .description {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}
.wpdt-c.wdt-skin-material .wpdt-c .dropdown-menu > .active > a, .wpdt-c.wdt-skin-material .wpdt-c .dropdown-menu > .active > a:hover, .wpdt-c.wdt-skin-material .wpdt-c .dropdown-menu > .active > a:focus .responsiveExpander,
.wpdt-c.wdt-skin-material .row-detail {
  display: none !important;
}
.filter-item.wpdt-c.wdt-skin-material .wpdt-c .dropdown-menu > .active > a,.filter-item .wpdt-c.wdt-skin-material .wpdt-c .dropdown-menu > .active > a:hover,.filter-item .wpdt-c.wdt-skin-material .wpdt-c .dropdown-menu > .active > a:focus .responsiveExpander,.filter-item
.wpdt-c.wdt-skin-material .row-detail {
  display: none !important;
}

.wp-block-wpdatatables-wpdatatables-gutenberg-block + .component-text-hero > div > div {
  padding-top: 0px;
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  transition-timing-function: cubic-bezier(0.4, 0.38, 0, 1.01) !important;
  transition-duration: 4s !important;
}

.has-lighter-blue-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
  background-color: #E7F0FF;
}

.has-lime-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  background-color: #DFFF00;
}

a.has-lime-background-color:hover, button.has-lime-background-color:hover {
  background-color: #E5FF80;
}

.has-blue-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(0 54 133 / var(--tw-bg-opacity, 1));
  background-color: #003685;
}

.has-darker-blue-background-color {
  background-color: #061731;
}

.has-dark-blue-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(20 38 65 / var(--tw-bg-opacity, 1));
  background-color: #142641;
}

section.component-home-hero.has-dark-blue-background-color .kicker {
  --tw-text-opacity: 1;
  color: rgb(223 255 0 / var(--tw-text-opacity, 1));
  color: #DFFF00;
}

asection.component-home-hero.has-dark-blue-background-color .kicker:hover, buttonsection.component-home-hero.has-dark-blue-background-color .kicker:hover {
  color: #E5FF80;
}

section.component-home-hero.has-dark-blue-background-color .animated-strings span {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(223 255 0 / var(--tw-text-opacity, 1));
  color: #DFFF00;
}

asection.component-home-hero.has-dark-blue-background-color .animated-strings span:hover, buttonsection.component-home-hero.has-dark-blue-background-color .animated-strings span:hover {
  color: #E5FF80;
}

section.component-home-hero.has-dark-blue-background-color .title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
}

section.component-home-hero.has-dark-blue-background-color .description {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
}

section.component-home-hero.has-dark-blue-background-color .description p, section.component-home-hero.has-dark-blue-background-color .description h1, section.component-home-hero.has-dark-blue-background-color .description h2, section.component-home-hero.has-dark-blue-background-color .description h3, section.component-home-hero.has-dark-blue-background-color .description h4, section.component-home-hero.has-dark-blue-background-color .description h5, section.component-home-hero.has-dark-blue-background-color .description h6, section.component-home-hero.has-dark-blue-background-color .description strong, section.component-home-hero.has-dark-blue-background-color .description em, section.component-home-hero.has-dark-blue-background-color .description b, section.component-home-hero.has-dark-blue-background-color .description i {
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
}

section.component-home-hero.has-dark-blue-background-color .button {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 98 242 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: #0062F2;
  border-color: #0062F2;
  color: #ffffff;
}

asection.component-home-hero.has-dark-blue-background-color .button:hover, buttonsection.component-home-hero.has-dark-blue-background-color .button:hover {
  background-color: #3A89FD;
}

.btn-alternative asection.component-home-hero.has-dark-blue-background-color .button.w-fit.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative asection.component-home-hero.has-dark-blue-background-color .button.w-fit.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative asection.component-home-hero.has-dark-blue-background-color .button.w-fit.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative asection.component-home-hero.has-dark-blue-background-color .button.w-fit.flex.items-center > svg {
  fill: #142641;
}

section.component-home-hero.has-dark-blue-background-color .button:hover {
  background-color: #3A89FD;
  border-color: #3A89FD;
}

section.component-home-hero.has-dark-blue-background-color .supporting-link {
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
  border-color: #ffffff;
}

@media (min-width: 768px) {
  section.component-home-hero.has-dark-blue-background-color .supporting-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

section.component-home-hero.has-dark-blue-background-color .supporting-link:hover {
  color: #F9FAFB;
  border-color: #F9FAFB;
}

section.component-blog-feed.has-dark-blue-background-color .title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
}

section.component-blog-feed.has-dark-blue-background-color .description {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
  color: #e5e7eb;
}

 .component-contact-form.has-dark-blue-background-color h1 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  color: #ffffff !important;
}

.page-id-352 .component-features-a.has-dark-blue-background-color svg {
  fill: #FFFFFF;
}

 .component-contact-form.has-dark-blue-background-color h1 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  color: #ffffff !important;
}

.has-royal-blue-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
  background-color: #0062F2;
}

a.has-royal-blue-background-color:hover, button.has-royal-blue-background-color:hover {
  background-color: #3A89FD;
}

.btn-alternative a.has-royal-blue-background-color.w-fit.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative a.has-royal-blue-background-color.w-fit.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative a.has-royal-blue-background-color.w-fit.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative a.has-royal-blue-background-color.w-fit.flex.items-center > svg {
  fill: #142641;
}

.has-lime-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  background-color: #DFFF00;
}

a.has-lime-background-color:hover, button.has-lime-background-color:hover {
  background-color: #E5FF80;
}

.has-light-blue-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(198 221 255 / var(--tw-bg-opacity, 1));
  background-color: #D7E5EE;
}

.has-light-lime-background-color {
  background-color: #F1FBCE;
}

.has-off-white-background-color {
  background-color: #FCFBFA;
}

.has-light-brown-background-color {
  background-color: #FAF4EC;
}

.has-dark-gray-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity, 1));
  background-color: #374151;
}

.has-dark-gray-2-background-color {
  background-color: #4b5563;
}

.has-medium-gray-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  background-color: #6B7280;
}

.has-medium-gray-2-background-color {
  background-color: #9ca3af;
}

.has-lighter-gray-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  background-color: #e5e7eb;
}

.has-lightest-gray-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  background-color: #F9FAFB;
}

/* Generated with http://k88hudson.github.io/syntax-highlighting-theme-generator/www */
/* http://k88hudson.github.io/react-markdocs */
/**
 * @author k88hudson
 *
 * Based on prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
/*********************************************************
* General
*/
pre[class*=language-],
code[class*=language-] {
  color: #fcfbfa;
  font-size: 13px;
  text-shadow: none;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  hyphens: none;
}

pre[class*=language-]::-moz-selection, code[class*=language-]::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

pre[class*=language-]::selection,
code[class*=language-]::selection,
pre[class*=language-]::mozselection,
code[class*=language-]::mozselection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  pre[class*=language-],
  code[class*=language-] {
    text-shadow: none;
  }
}
pre[class*=language-] {
  padding: 1rem 1.5rem;
  overflow: auto;
  background: #061731;
}

:not(pre) > code[class*=language-] {
  padding: 0.1em 0.3em;
  border-radius: 0.3em;
  color: #6fa9ff;
  background: #f9f2f4;
}

/*********************************************************
* Tokens
*/
.namespace {
  opacity: 0.7;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #93a1a1;
}

.token.punctuation {
  color: #999999;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #429796;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #dfff00;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #e7f0ff;
  background: #061731;
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #6fa9ff;
}

.token.function {
  color: #9fcae8;
}

.token.regex,
.token.important,
.token.variable {
  color: #8de170;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

/*********************************************************
* Line highlighting
*/
pre[data-line] {
  position: relative;
}

pre[class*=language-] > code[class*=language-] {
  position: relative;
  z-index: 1;
}

.line-highlight {
  position: absolute;
  left: 0;
  right: 0;
  padding: inherit 0;
  margin-top: 1em;
  background: #003685;
  box-shadow: inset 5px 0 0 #0050c5;
  z-index: 0;
  pointer-events: none;
  line-height: inherit;
  white-space: pre;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Satoshi, sans-serif;
}

body:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}
body .globeChrome {
  display: none !important;
}
body.filter-item .globeChrome {
  display: none !important;
}
body.chrome .globeChrome {
  display: block !important;
}
@media (min-width: 768px) {
  body.chrome .globeChrome {
    display: none !important;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

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

a.text-royal-blue:hover, button.text-royal-blue:hover {
  color: #3A89FD !important;
}
a.bg-royal-blue:hover, button.bg-royal-blue:hover {
  background-color: #3A89FD !important;
}
a.text-lime:hover, button.text-lime:hover {
  color: #E5FF80 !important;
}
a.bg-lime:hover, button.bg-lime:hover {
  background-color: #E5FF80 !important;
}

/* Cookie policy button */
.ot-sdk-show-settings {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 98 242 / var(--tw-border-opacity, 1)) !important;
  border-color: #0062F2 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1)) !important;
  color: #0062F2 !important;
}
a.ot-sdk-show-settings:hover, button.ot-sdk-show-settings:hover {
  color: #3A89FD !important;
}
.ot-sdk-show-settings {
  margin-bottom: 1.5rem;
}
.ot-sdk-show-settings:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1)) !important;
  background-color: #0062F2 !important;
}
a.ot-sdk-show-settings:hover:hover, button.ot-sdk-show-settings:hover:hover {
  background-color: #3A89FD !important;
}
.btn-alternative a.ot-sdk-show-settings:hover.w-fit.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.ot-sdk-show-settings:hover.w-fit.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.ot-sdk-show-settings:hover.w-fit.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.ot-sdk-show-settings:hover.w-fit.flex.items-center > svg {
  fill: #142641;
}
.ot-sdk-show-settings:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  color: #ffffff !important;
}

#ot-sdk-cookie-policy h1, #ot-sdk-cookie-policy h2, #ot-sdk-cookie-policy h3, #ot-sdk-cookie-policy h4, #ot-sdk-cookie-policy h5, #ot-sdk-cookie-policy h6 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
#ot-sdk-cookie-policy h3, #ot-sdk-cookie-policy h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
#ot-sdk-cookie-policy #cookie-policy-description,
#ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th,
#ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1)) !important;
  color: #2F4361 !important;
}

.wp-block-table td {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

/* Apply to elements hidden by alpine.js, this is replaced once alpine is loaded */
[x-cloak] {
  display: none !important;
}

main > div.wp-block-columns {
  margin-bottom: 0 !important;
}

/* Lists */
.prose-xl ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
}
.prose-xl ol li {
  padding-left: 0.75rem;
}

.prose-xl ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.prose-xl ul li {
  padding-left: 0.75rem;
}

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

.max-h-80p {
  max-height: 80%;
}

@media (min-width: 768px) {
  .md\:columns-2 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

#chartdiv > div > div:nth-child(2) > div {
  pointer-events: none;
}

/* Animations starting point */
.js-show-on-scroll {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
.js-show-on-scroll + .js-show-on-scroll {
  transition-delay: 100ms;
}
.js-show-on-scroll + .js-show-on-scroll + .js-show-on-scroll {
  transition-delay: 200ms;
}
.js-show-on-scroll + .js-show-on-scroll + .js-show-on-scroll + .js-show-on-scroll {
  transition-delay: 300ms;
}
.js-show-on-scroll + .js-show-on-scroll + .js-show-on-scroll + .js-show-on-scroll + .js-show-on-scroll {
  transition-delay: 400ms;
}
.js-show-on-scroll + .js-show-on-scroll + .js-show-on-scroll + .js-show-on-scroll + .js-show-on-scroll + .js-show-on-scroll {
  transition-delay: 500ms;
}
.js-show-on-scroll + .js-show-on-scroll + .js-show-on-scroll + .js-show-on-scroll + .js-show-on-scroll + .js-show-on-scroll + .js-show-on-scroll {
  transition-delay: 600ms;
}

.css-fadeleft {
  --tw-translate-x: -2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}
.css-fadeleft.animated {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.css-faderight {
  --tw-translate-x: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}
.css-faderight.animated {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.css-fadezoom {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}
.css-fadezoom.animated {
  --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;
}

.js-animate {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.js-animate + .js-animate {
  transition-delay: 150ms;
}
.js-animate + .js-animate + .js-animate {
  transition-delay: 300ms;
}
.js-animate + .js-animate + .js-animate + .js-animate {
  transition-delay: 500ms;
}
.js-animate + .js-animate + .js-animate + .js-animate + .js-animate {
  transition-delay: 700ms;
}
.js-animate + .js-animate + .js-animate + .js-animate + .js-animate + .js-animate {
  transition-delay: 1000ms;
}
.js-animate + .js-animate + .js-animate + .js-animate + .js-animate + .js-animate + .js-animate {
  transition-delay: 1300ms;
}

/* Bounce X */
.animate-bounce-x {
  animation: bounceX 0.5s alternate infinite;
}

@keyframes bounceX {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0.25rem);
  }
}
.bg-gradient-brand {
  background: hsl(68, 100%, 50%);
  background: linear-gradient(90deg, hsl(216, 100%, 47%) 0%, hsl(68, 100%, 50%) 90%);
}

/* Gradient backgrounds */
.bg-gradient-brand1 {
  background-position: top;
  background-repeat: no-repeat;
  background-image: linear-gradient(180deg, #142641 0%, #0062F2 13.1%, #88b6f9 40.01%, #ffffff 61.95%);
  background-size: 100% clamp(0px, 100%, 3200px);
}

.bg-gradient-brand2 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
  background-position: top;
  background-repeat: no-repeat;
  background-color: #0062F2;
}

a.bg-gradient-brand2:hover, button.bg-gradient-brand2:hover {
  background-color: #3A89FD;
}

.btn-alternative a.bg-gradient-brand2.w-fit.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative a.bg-gradient-brand2.w-fit.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative a.bg-gradient-brand2.w-fit.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative a.bg-gradient-brand2.w-fit.flex.items-center > svg {
  fill: #142641;
}

.bg-gradient-brand2 {
  background-image: linear-gradient(180deg, #142641 0%, #0061F0 100%);
  background-size: 100% clamp(0px, 100%, 3200px);
}

/* Line clamp */
.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Link buttons */
.link {
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
  background-color: #0062F2;
}
a.link:hover, button.link:hover {
  background-color: #3A89FD;
}
.btn-alternative a.link.w-fit.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.link.w-fit.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.link.w-fit.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.link.w-fit.flex.items-center > svg {
  fill: #142641;
}
.link {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
}
.link:hover {
  background-color: #3A89FD;
}

.prose li, .prose-sm li {
  margin-top: 0px;
  margin-bottom: 0.25rem;
}

.prose-sm h1, .prose-sm h2, .prose-sm h3, .prose-sm h4, .prose-sm h5, .prose-sm h6 {
  font-weight: inherit;
}

.bg-gradient-brand-light {
  background: hsl(216, 100%, 89%);
  background: linear-gradient(75deg, hsl(73, 85%, 90%) 0%, hsl(216, 100%, 89%) 70%, hsl(216, 100%, 47%) 150%);
}

.bg-gradient-dark {
  background-image: linear-gradient(180deg, #0062F2 0%, #142641 20%, #142641 70%, #0062F2 85%);
}

.border-gradient {
  position: relative;
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-clip: border-box;
  background-color: #ffffff;
}

section.component-blog-feed.border-gradient .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}

section.component-blog-feed.border-gradient .description {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}

.btn-alternative a.bg-royal-blue.w-fit.border-gradient.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.border-gradient.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.border-gradient.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative a.bg-royal-blue.w-fit.border-gradient.items-center > svg {
  fill: #142641;
}

.border-gradient {
  isolation: isolate;
}
.border-gradient > div {
  position: relative;
  z-index: 10;
}
.border-gradient::before {
  content: "";
  position: absolute;
  inset: -100%;
  z-index: 0;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  animation: 3s linear infinite rotate;
  background-image: conic-gradient(hsl(73, 85%, 90%), hsl(216, 100%, 89%), hsl(216, 100%, 47%), hsl(216, 100%, 47%), hsl(216, 100%, 47%), hsl(216, 100%, 89%), hsl(73, 85%, 90%));
}
.border-gradient:hover::before {
  opacity: 1;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Content toggle */
.scrolling-up .component-content-toggle,
.scrolling-down .component-content-toggle {
  position: sticky;
  top: -100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.scrolling-up .component-content-toggle {
  top: 84px;
}

@media (min-width: 768px) {
  .scrolling-up .component-content-toggle,
  .scrolling-down .component-content-toggle {
    position: relative;
    top: 0px;
  }
}
.safari .shadow-card:not(.awardSlide) {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.zag-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.btn-alternative a.bg-royal-blue.w-fit.zag-content.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.zag-content.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.zag-content.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative a.bg-royal-blue.w-fit.zag-content.items-center > svg {
  fill: #142641;
}

@media (min-width: 1024px) {
  .zag-content {
    gap: 1.5rem;
  }
}

.zag-content ul {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1.5rem;
}

.zag-content ol {
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 1.5rem;
}

section.component-home-hero {
  /*.graphic-container {
      @apply h-full;
      @apply w-auto;

      @media screen and (min-width: 1600px) {
          @apply relative;
          right: -100px;
      }

      @media screen and (min-width: 1250px) {   
          @apply absolute;
          right: 0;
      }
  }*/
}
section.component-home-hero.bg-dark-blue .kicker {
  --tw-text-opacity: 1;
  color: rgb(223 255 0 / var(--tw-text-opacity, 1));
  color: #DFFF00;
}
asection.component-home-hero.bg-dark-blue .kicker:hover, buttonsection.component-home-hero.bg-dark-blue .kicker:hover {
  color: #E5FF80;
}
section.component-home-hero.bg-dark-blue .animated-strings span {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(223 255 0 / var(--tw-text-opacity, 1));
  color: #DFFF00;
}
asection.component-home-hero.bg-dark-blue .animated-strings span:hover, buttonsection.component-home-hero.bg-dark-blue .animated-strings span:hover {
  color: #E5FF80;
}
section.component-home-hero.bg-dark-blue .title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
}
section.component-home-hero.bg-dark-blue .description {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
}
section.component-home-hero.bg-dark-blue .description p, section.component-home-hero.bg-dark-blue .description h1, section.component-home-hero.bg-dark-blue .description h2, section.component-home-hero.bg-dark-blue .description h3, section.component-home-hero.bg-dark-blue .description h4, section.component-home-hero.bg-dark-blue .description h5, section.component-home-hero.bg-dark-blue .description h6, section.component-home-hero.bg-dark-blue .description strong, section.component-home-hero.bg-dark-blue .description em, section.component-home-hero.bg-dark-blue .description b, section.component-home-hero.bg-dark-blue .description i {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
}
section.component-home-hero.bg-dark-blue .button {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 98 242 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: #0062F2;
  border-color: #0062F2;
  color: #ffffff;
}
asection.component-home-hero.bg-dark-blue .button:hover, buttonsection.component-home-hero.bg-dark-blue .button:hover {
  background-color: #3A89FD;
}
.btn-alternative asection.component-home-hero.bg-dark-blue .button.w-fit.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative asection.component-home-hero.bg-dark-blue .button.w-fit.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative asection.component-home-hero.bg-dark-blue .button.w-fit.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative asection.component-home-hero.bg-dark-blue .button.w-fit.flex.items-center > svg {
  fill: #142641;
}
section.component-home-hero.bg-dark-blue .button:hover {
  background-color: #3A89FD;
  border-color: #3A89FD;
}
section.component-home-hero.bg-dark-blue .supporting-link {
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
  border-color: #ffffff;
}
@media (min-width: 768px) {
  section.component-home-hero.bg-dark-blue .supporting-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
section.component-home-hero.bg-dark-blue .supporting-link:hover {
  color: #F9FAFB;
  border-color: #F9FAFB;
}
section.component-home-hero.bg-gradient-1 {
  background: rgb(233, 246, 216);
  background: linear-gradient(90deg, rgb(233, 246, 216) 14%, rgb(206, 227, 244) 57%);
}
@media screen and (max-width: 1023px) {
  section.component-home-hero.bg-gradient-1.bg-gradient-1 {
    background: rgb(233, 246, 216);
    background: linear-gradient(90deg, rgb(233, 246, 216) 45%, rgb(206, 227, 244) 100%);
    background: linear-gradient(90deg, rgb(233, 246, 216) 45%, rgb(206, 227, 244) 100%);
  }
}
section.component-home-hero.bg-gradient-1 .kicker {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
asection.component-home-hero.bg-gradient-1 .kicker:hover, buttonsection.component-home-hero.bg-gradient-1 .kicker:hover {
  color: #3A89FD;
}
section.component-home-hero.bg-gradient-1 .animated-strings span {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
asection.component-home-hero.bg-gradient-1 .animated-strings span:hover, buttonsection.component-home-hero.bg-gradient-1 .animated-strings span:hover {
  color: #3A89FD;
}
section.component-home-hero.bg-gradient-1 .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
section.component-home-hero.bg-gradient-1 .description {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
section.component-home-hero.bg-gradient-1 .button {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 98 242 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: #0062F2;
  border-color: #0062F2;
  color: #ffffff;
}
asection.component-home-hero.bg-gradient-1 .button:hover, buttonsection.component-home-hero.bg-gradient-1 .button:hover {
  background-color: #3A89FD;
}
.btn-alternative asection.component-home-hero.bg-gradient-1 .button.w-fit.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative asection.component-home-hero.bg-gradient-1 .button.w-fit.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative asection.component-home-hero.bg-gradient-1 .button.w-fit.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative asection.component-home-hero.bg-gradient-1 .button.w-fit.flex.items-center > svg {
  fill: #142641;
}
section.component-home-hero.bg-gradient-1 .button:hover {
  background-color: #3A89FD;
  border-color: #3A89FD;
}
section.component-home-hero.bg-gradient-1 .button svg {
  fill: white !important;
}
section.component-home-hero.bg-gradient-1 .supporting-link {
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 98 242 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
  border-color: #0062F2;
}
asection.component-home-hero.bg-gradient-1 .supporting-link:hover, buttonsection.component-home-hero.bg-gradient-1 .supporting-link:hover {
  color: #3A89FD;
}
@media (min-width: 768px) {
  section.component-home-hero.bg-gradient-1 .supporting-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
section.component-home-hero.bg-gradient-1 .supporting-link:hover {
  color: #3A89FD;
  border-color: #3A89FD;
}
section.component-home-hero.bg-gradient-2-alt, section.component-home-hero.bg-gradient-2 {
  background: hsl(216, 53%, 17%);
  background: linear-gradient(-90deg, hsl(216, 53%, 17%) 22%, hsl(216, 100%, 47%) 100%);
  background: -webkit-linear-gradient(-90deg, hsl(216, 53%, 17%) 22%, hsl(216, 100%, 47%) 100%);
}
section.component-home-hero.bg-gradient-2-alt .kicker, section.component-home-hero.bg-gradient-2 .kicker {
  --tw-text-opacity: 1;
  color: rgb(223 255 0 / var(--tw-text-opacity, 1));
  color: #DFFF00;
}
asection.component-home-hero.bg-gradient-2-alt .kicker:hover, buttonsection.component-home-hero.bg-gradient-2-alt .kicker:hover,a section.component-home-hero.bg-gradient-2 .kicker:hover, button section.component-home-hero.bg-gradient-2 .kicker:hover {
  color: #E5FF80;
}
section.component-home-hero.bg-gradient-2-alt .animated-strings span, section.component-home-hero.bg-gradient-2 .animated-strings span {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(223 255 0 / var(--tw-text-opacity, 1));
  color: #DFFF00;
}
asection.component-home-hero.bg-gradient-2-alt .animated-strings span:hover, buttonsection.component-home-hero.bg-gradient-2-alt .animated-strings span:hover,a section.component-home-hero.bg-gradient-2 .animated-strings span:hover, button section.component-home-hero.bg-gradient-2 .animated-strings span:hover {
  color: #E5FF80;
}
section.component-home-hero.bg-gradient-2-alt .title, section.component-home-hero.bg-gradient-2 .title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
}
section.component-home-hero.bg-gradient-2-alt .description, section.component-home-hero.bg-gradient-2 .description {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
}
section.component-home-hero.bg-gradient-2-alt .description p, section.component-home-hero.bg-gradient-2-alt .description h1, section.component-home-hero.bg-gradient-2-alt .description h2, section.component-home-hero.bg-gradient-2-alt .description h3, section.component-home-hero.bg-gradient-2-alt .description h4, section.component-home-hero.bg-gradient-2-alt .description h5, section.component-home-hero.bg-gradient-2-alt .description h6, section.component-home-hero.bg-gradient-2-alt .description strong, section.component-home-hero.bg-gradient-2-alt .description em, section.component-home-hero.bg-gradient-2-alt .description b, section.component-home-hero.bg-gradient-2-alt .description i, section.component-home-hero.bg-gradient-2 .description p, section.component-home-hero.bg-gradient-2 .description h1, section.component-home-hero.bg-gradient-2 .description h2, section.component-home-hero.bg-gradient-2 .description h3, section.component-home-hero.bg-gradient-2 .description h4, section.component-home-hero.bg-gradient-2 .description h5, section.component-home-hero.bg-gradient-2 .description h6, section.component-home-hero.bg-gradient-2 .description strong, section.component-home-hero.bg-gradient-2 .description em, section.component-home-hero.bg-gradient-2 .description b, section.component-home-hero.bg-gradient-2 .description i {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
}
section.component-home-hero.bg-gradient-2-alt .button, section.component-home-hero.bg-gradient-2 .button {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(223 255 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
  background-color: #DFFF00;
  border-color: #DFFF00;
}
asection.component-home-hero.bg-gradient-2-alt .button:hover, buttonsection.component-home-hero.bg-gradient-2-alt .button:hover,a section.component-home-hero.bg-gradient-2 .button:hover, button section.component-home-hero.bg-gradient-2 .button:hover {
  background-color: #E5FF80;
}
section.component-home-hero.bg-gradient-2-alt .button:hover, section.component-home-hero.bg-gradient-2 .button:hover {
  background-color: #E5FF80;
  border-color: #E5FF80;
}
section.component-home-hero.bg-gradient-2-alt .supporting-link, section.component-home-hero.bg-gradient-2 .supporting-link {
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(223 255 0 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(223 255 0 / var(--tw-text-opacity, 1));
  color: #DFFF00;
  border-color: #DFFF00;
}
asection.component-home-hero.bg-gradient-2-alt .supporting-link:hover, buttonsection.component-home-hero.bg-gradient-2-alt .supporting-link:hover,a section.component-home-hero.bg-gradient-2 .supporting-link:hover, button section.component-home-hero.bg-gradient-2 .supporting-link:hover {
  color: #E5FF80;
}
@media (min-width: 768px) {
  section.component-home-hero.bg-gradient-2-alt .supporting-link, section.component-home-hero.bg-gradient-2 .supporting-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
section.component-home-hero.bg-gradient-2-alt .supporting-link:hover, section.component-home-hero.bg-gradient-2 .supporting-link:hover {
  color: #E5FF80;
  border-color: #E5FF80;
}
section.component-home-hero.bg-gradient-2-alt {
  background: hsl(216, 53%, 17%);
  background: linear-gradient(0deg, hsl(216, 53%, 17%) 22%, hsl(216, 100%, 47%) 100%);
  background: -webkit-linear-gradient(0deg, hsl(216, 53%, 17%) 22%, hsl(216, 100%, 47%) 100%);
}
section.component-home-hero.bg-gradient-4 {
  background: hsl(216, 53%, 17%);
  background: linear-gradient(180deg, #0062F2 0%, #142641 100%);
  background: -webkit-linear-gradient(180deg, #0062F2 0%, #142641 100%);
}
section.component-home-hero.bg-gradient-4 .kicker {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(223 255 0 / var(--tw-text-opacity, 1));
  color: #DFFF00;
}
asection.component-home-hero.bg-gradient-4 .kicker:hover, buttonsection.component-home-hero.bg-gradient-4 .kicker:hover {
  color: #E5FF80;
}
section.component-home-hero.bg-gradient-4 .animated-strings span {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(223 255 0 / var(--tw-text-opacity, 1));
  color: #DFFF00;
}
asection.component-home-hero.bg-gradient-4 .animated-strings span:hover, buttonsection.component-home-hero.bg-gradient-4 .animated-strings span:hover {
  color: #E5FF80;
}
section.component-home-hero.bg-gradient-4 .title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
}
section.component-home-hero.bg-gradient-4 .description {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
}
section.component-home-hero.bg-gradient-4 .description p, section.component-home-hero.bg-gradient-4 .description h1, section.component-home-hero.bg-gradient-4 .description h2, section.component-home-hero.bg-gradient-4 .description h3, section.component-home-hero.bg-gradient-4 .description h4, section.component-home-hero.bg-gradient-4 .description h5, section.component-home-hero.bg-gradient-4 .description h6, section.component-home-hero.bg-gradient-4 .description strong, section.component-home-hero.bg-gradient-4 .description em, section.component-home-hero.bg-gradient-4 .description b, section.component-home-hero.bg-gradient-4 .description i {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
}
section.component-home-hero.bg-gradient-4 .button {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(223 255 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
  background-color: #DFFF00;
  border-color: #DFFF00;
}
asection.component-home-hero.bg-gradient-4 .button:hover, buttonsection.component-home-hero.bg-gradient-4 .button:hover {
  background-color: #E5FF80;
}
section.component-home-hero.bg-gradient-4 .button:hover {
  background-color: #E5FF80;
  border-color: #E5FF80;
}
section.component-home-hero.bg-gradient-4 .supporting-link {
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(223 255 0 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(223 255 0 / var(--tw-text-opacity, 1));
  color: #DFFF00;
  border-color: #DFFF00;
}
asection.component-home-hero.bg-gradient-4 .supporting-link:hover, buttonsection.component-home-hero.bg-gradient-4 .supporting-link:hover {
  color: #E5FF80;
}
@media (min-width: 768px) {
  section.component-home-hero.bg-gradient-4 .supporting-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
section.component-home-hero.bg-gradient-4 .supporting-link:hover {
  color: #E5FF80;
  border-color: #E5FF80;
}
@media (min-width: 1024px) {
  section.component-home-hero.mb-layout .container {
    min-height: 620px;
  }
}
section.component-home-hero.mb-layout .kicker {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
section.component-home-hero.mb-layout .title {
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}
section.component-home-hero.mb-layout .description p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
section.component-home-hero.mb-layout .supporting-link {
  font-weight: 400;
}

.component-testimonial-slider .testimonial-swiper {
  overflow: visible !important;
}
.component-testimonial-slider .testimonial-swiper .swiper-slide {
  opacity: 0;
}
.component-testimonial-slider .testimonial-swiper .swiper-slide.swiper-slide-active {
  opacity: 100;
}
.component-testimonial-slider .testimonial-swiper .swiper-pagination {
  bottom: -70px !important;
}
.component-testimonial-slider.bg-gradient-1 {
  background-image: url("/wp-content/uploads/2022/01/gradient-1-scaled.jpeg");
  background-position: center;
  background-size: cover;
}
.component-testimonial-slider.bg-gradient-2 {
  background: rgb(20, 39, 66);
  background: linear-gradient(144deg, rgb(20, 39, 66) 16%, rgb(0, 96, 240) 69%);
}
.component-testimonial-slider.bg-gradient-2-alt {
  background: hsl(216, 53%, 17%);
  background: linear-gradient(0deg, hsl(216, 53%, 17%) 22%, hsl(216, 100%, 47%) 100%);
  background: -webkit-linear-gradient(0deg, hsl(216, 53%, 17%) 22%, hsl(216, 100%, 47%) 100%);
}
.component-testimonial-slider.bg-gradient-3 {
  background-image: url("/wp-content/uploads/2022/01/gradient-3-1-scaled.jpeg");
  background-position: center;
  background-size: cover;
}

.component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-slide {
  height: auto !important;
}
@media screen and (max-width: 1023px) {
  .component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-slide {
    width: calc(100% - 3rem) !important;
  }
}
.component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-slide-active,
.component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-slide-duplicate-active {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 25px 50px -12px rgba(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);
}
.component-testimonial-slider-new .swiper.testimonial-swiper-new .border-duo > img {
  position: relative;
  z-index: 20;
}
.component-testimonial-slider-new .swiper.testimonial-swiper-new .border-duo::after {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: -0.125rem;
  z-index: 10;
  margin-top: -5.5rem;
  display: block;
  border-radius: 9999px;
  height: 180px;
  width: 180px;
  background-image: linear-gradient(0deg, #0062f2 0 50%, #142641 50% 100%);
}
.component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-prev,
.component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-next {
  height: 2.5rem;
  width: 2.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-prev::before, .component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-prev::after,
.component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-next::before,
.component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-next::after {
  display: none;
}
.filter-item.component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-prev::before,.filter-item .component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-prev::after,.filter-item
.component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-next::before,.filter-item
.component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-next::after {
  display: none;
}
.component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-prev,
.component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.93934 25.0607C8.35355 24.4749 8.35355 23.5252 8.93934 22.9394L18.4853 13.3934C19.0711 12.8077 20.0208 12.8077 20.6066 13.3934C21.1924 13.9792 21.1924 14.929 20.6066 15.5148L13.6213 22.5H38C38.8284 22.5 39.5 23.1716 39.5 24C39.5 24.8285 38.8284 25.5 38 25.5H13.6213L20.6066 32.4853C21.1924 33.0711 21.1924 34.0209 20.6066 34.6066C20.0208 35.1924 19.0711 35.1924 18.4853 34.6066L8.93934 25.0607Z' fill='%230062F2'/%3E%3C/svg%3E");
}
.component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-prev {
  left: -3rem;
}
.component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-next {
  transform: rotate(180deg);
  right: -3rem;
}
body.bg-gradient-dark .component-testimonial-slider-new .swiper.testimonial-swiper-new-modern .swiper-slide {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
}

.component-testimonial-slider-new.modern.bg-gradient-2-alt .kicker, body.bg-gradient-dark .component-testimonial-slider-new.modern .kicker {
  --tw-text-opacity: 1;
  color: rgb(223 255 0 / var(--tw-text-opacity, 1));
  color: #DFFF00;
}

a.component-testimonial-slider-new.modern.bg-gradient-2-alt .kicker:hover, button.component-testimonial-slider-new.modern.bg-gradient-2-alt .kicker:hover,a body.bg-gradient-dark .component-testimonial-slider-new.modern .kicker:hover, button body.bg-gradient-dark .component-testimonial-slider-new.modern .kicker:hover {
  color: #E5FF80;
}
.component-testimonial-slider-new.modern.bg-gradient-2-alt .title, body.bg-gradient-dark .component-testimonial-slider-new.modern .title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
}
.component-testimonial-slider-new.modern.bg-gradient-2-alt {
  background: hsl(216, 53%, 17%);
  background: linear-gradient(0deg, hsl(216, 53%, 17%) 22%, hsl(216, 100%, 47%) 100%);
  background: -webkit-linear-gradient(0deg, hsl(216, 53%, 17%) 22%, hsl(216, 100%, 47%) 100%);
}

.developer-wrapper .tooltip {
  position: relative;
}
.developer-wrapper .tooltip::before {
  content: attr(aria-label);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px;
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  white-space: nowrap;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.developer-wrapper .tooltip:hover::before {
  visibility: visible;
  opacity: 1;
}

section.component-blog-feed .button:hover {
  background-color: #3A89FD;
}
section.component-blog-feed.bg-white .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
section.component-blog-feed.bg-white .description {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}
section.component-blog-feed.bg-dark-blue .title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
}
section.component-blog-feed.bg-dark-blue .description {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
  color: #e5e7eb;
}
section.component-blog-feed.bg-gradient-3 {
  background-image: url("/wp-content/uploads/2022/01/gradient-3-1-scaled.jpeg");
  background-position: center;
  background-size: cover;
}
section.component-blog-feed.bg-gradient-3 .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
section.component-blog-feed.bg-gradient-3 .description {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
section.component-blog-feed.mb-layout h2.title {
  line-height: 40px;
}
section.component-blog-feed.mb-layout .description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
section.component-blog-feed.mb-layout .button {
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
}
bodysection.component-blog-feed.mb-layout .button .component-testimonial-slider-new.modern .kicker {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
abodysection.component-blog-feed.mb-layout .button .component-testimonial-slider-new.modern .kicker:hover, buttonbodysection.component-blog-feed.mb-layout .button .component-testimonial-slider-new.modern .kicker:hover {
  color: #3A89FD;
}
bodysection.component-blog-feed.mb-layout .button .component-testimonial-slider-new.modern .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
section.component-blog-feed.mb-layout .button::hover {
  background-color: transparent !important;
}
section.component-blog-feed.mb-layout .button svg path {
  fill: #0062F2;
}

.component-contact-form.bg-gradient-2-alt h1, .component-contact-form.bg-dark-blue h1, .component-contact-form.bg-gradient-2 h1 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  color: #ffffff !important;
}
.component-contact-form.bg-gradient-1 {
  background-image: url("/wp-content/uploads/2022/01/gradient-1-scaled.jpeg");
  background-position: center;
  background-size: cover;
}
.component-contact-form.bg-gradient-2 {
  background: hsl(216, 53%, 17%);
  background: linear-gradient(0deg, hsl(216, 53%, 17%) 22%, hsl(216, 100%, 47%) 100%);
  background: -webkit-linear-gradient(0deg, hsl(216, 53%, 17%) 22%, hsl(216, 100%, 47%) 100%);
}
.component-contact-form.bg-gradient-2-alt {
  background: hsl(216, 53%, 17%);
  background: linear-gradient(0deg, hsl(216, 53%, 17%) 22%, hsl(216, 100%, 47%) 100%);
  background: -webkit-linear-gradient(0deg, hsl(216, 53%, 17%) 22%, hsl(216, 100%, 47%) 100%);
}
.component-contact-form.bg-gradient-3 {
  background-image: url("/wp-content/uploads/2022/01/gradient-3-1-scaled.jpeg");
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  #homeForm {
    padding-top: 120px;
  }
}

@media (min-width: 1024px) {
  #homeForm {
    padding-top: 160px;
  }
}
#homeForm .form-embed .hs-richtext p {
  margin-bottom: 8px;
  font-size: 0.75rem;
  line-height: 1rem;
}
#homeForm .form-embed .legal-consent-container {
  text-align: center;
}
@media (min-width: 1024px) {
  #homeForm .form-embed .legal-consent-container {
    text-align: left;
  }
  #homeForm .form-embed .legal-consent-container:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right;
  }
}
#homeForm .form-embed .legal-consent-container p + p {
  margin-top: 8px;
}

.form-embed {
  text-align: left;
}
.form-embed a {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
a.form-embed a:hover, button.form-embed a:hover {
  color: #3A89FD;
}
.form-embed a {
  text-decoration-line: underline;
}
.form-embed a:hover {
  color: #3A89FD !important;
}
.form-embed .form-columns-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .form-embed .form-columns-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.form-embed .form-columns-1 {
  display: grid;
  gap: 1rem;
}
.form-embed fieldset {
  max-width: 100% !important;
}
.form-embed fieldset + fieldset > div,
.form-embed .hs_recaptcha,
.form-embed .hs_submit {
  margin-top: 1rem;
}
.form-embed .hs-form-field {
  float: none !important;
  width: 100% !important;
}
.form-embed p > br {
  display: none;
}
.filter-item.form-embed p > br {
  display: none;
}
.form-embed label {
  margin-bottom: 0.5rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
}
.form-embed .input {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0px;
}
.form-embed .input input {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-color: #ffffff;
}
section.component-blog-feed.form-embed .input input .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
section.component-blog-feed.form-embed .input input .description {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}
.form-embed .input input {
  padding: 0.5rem;
  --tw-shadow: 0 1px 2px 0 rgba(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);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  border-color: #e5e7eb;
  border-radius: 0.25rem;
}
.form-embed .input input:not([type=checkbox]):not([type=radio]) {
  width: 100% !important;
}
.form-embed .input input[type=checkbox], .form-embed .input input[type=radio] {
  position: relative;
  top: 0.125rem;
  margin-right: 0.5rem;
}
.form-embed .hs-fieldtype-select .input {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-color: #ffffff;
}
section.component-blog-feed.form-embed .hs-fieldtype-select .input .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
section.component-blog-feed.form-embed .hs-fieldtype-select .input .description {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}
.form-embed .hs-fieldtype-select .input {
  padding: 0.5rem;
  --tw-shadow: 0 1px 2px 0 rgba(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);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  border-color: #e5e7eb;
  border-radius: 0.25rem;
}
.form-embed .hs-fieldtype-select .input select {
  width: 100% !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  background-color: #ffffff !important;
}
section.component-blog-feed.form-embed .hs-fieldtype-select .input select .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
section.component-blog-feed.form-embed .hs-fieldtype-select .input select .description {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}
.form-embed .hs-fieldtype-textarea .input textarea {
  width: 100% !important;
  height: 100%;
  padding: 0.5rem;
  --tw-shadow: 0 1px 2px 0 rgba(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);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  border-color: #e5e7eb;
  border-radius: 0.25rem;
}
.form-embed .legal-consent-container {
  margin-top: 1rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .form-embed .legal-consent-container {
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.form-embed .legal-consent-container p {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.375;
}
.form-embed .legal-consent-container p a {
  text-decoration-line: underline;
}
.form-embed .legal-consent-container p + p {
  margin-top: 1rem;
}
.form-embed .legal-consent-container .hs-form-booleancheckbox-display > span {
  width: 100%;
}
.form-embed .hs_submit {
  display: flex;
  justify-content: center;
}
.btn-alternative a.bg-royal-blue.w-fit.form-embed .hs_submit.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.w-fit.form-embed .hs_submit.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.w-fit.form-embed .hs_submit.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.bg-royal-blue.w-fit.form-embed .hs_submit.items-center > svg {
  fill: #142641;
}
.form-embed .hs_submit .actions {
  text-align: center;
}
.form-embed .hs_submit input[type=submit] {
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: #0062F2;
  color: #ffffff;
}
a.form-embed .hs_submit input[type=submit]:hover, button.form-embed .hs_submit input[type=submit]:hover {
  background-color: #3A89FD;
}
.btn-alternative a.form-embed .hs_submit input[type=submit].w-fit.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.form-embed .hs_submit input[type=submit].w-fit.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.form-embed .hs_submit input[type=submit].w-fit.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.form-embed .hs_submit input[type=submit].w-fit.flex.items-center > svg {
  fill: #142641;
}
@media screen and (max-width: 767px) {
  .form-embed .hs_submit input[type=submit] {
    max-width: 100%;
  }
}
.list-2-columns .form-embed .inputs-list {
  -moz-columns: 2;
       columns: 2;
}
.form-embed .hs-richtext p {
  margin-bottom: 1rem;
}
.form-embed .hs-richtext h1 {
  margin-top: 0.75rem;
  text-align: center;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
a.form-embed .hs-richtext h1:hover, button.form-embed .hs-richtext h1:hover {
  color: #3A89FD;
}
.form-embed fieldset.form-columns-2 .input,
.form-embed fieldset.form-columns-1 .input {
  margin-right: 0px !important;
}
.form-embed .hs_do_you_specialize_in_certain_verticals_ .inputs-list {
  -moz-columns: 2;
       columns: 2;
}

#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589,
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589,
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589 {
  display: flex;
  cursor: pointer;
  align-items: center;
}

.btn-alternative a.bg-royal-blue.w-fit#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589.items-center,.btn-alternative a.bg-royal-blue.w-fit
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589.items-center,.btn-alternative a.bg-royal-blue.w-fit
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589.items-center:hover,.btn-alternative a.bg-royal-blue.w-fit
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589.items-center:hover,.btn-alternative a.bg-royal-blue.w-fit
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589.items-center:focus,.btn-alternative a.bg-royal-blue.w-fit
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589.items-center:focus,.btn-alternative a.bg-royal-blue.w-fit
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative a.bg-royal-blue.w-fit.flex#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589,.btn-alternative a.bg-royal-blue.w-fit.flex
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589,.btn-alternative a.bg-royal-blue.w-fit.flex
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589 {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.flex#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589:hover,.btn-alternative a.bg-royal-blue.w-fit.flex
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589:hover,.btn-alternative a.bg-royal-blue.w-fit.flex
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.flex#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589:focus,.btn-alternative a.bg-royal-blue.w-fit.flex
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589:focus,.btn-alternative a.bg-royal-blue.w-fit.flex
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative a.bg-royal-blue.w-fit#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589.items-center > svg,.btn-alternative a.bg-royal-blue.w-fit
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589.items-center > svg,.btn-alternative a.bg-royal-blue.w-fit
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589.items-center > svg {
  fill: #142641;
}

.btn-alternative a.bg-royal-blue.w-fit.flex#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589 > svg,.btn-alternative a.bg-royal-blue.w-fit.flex
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589 > svg,.btn-alternative a.bg-royal-blue.w-fit.flex
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589 > svg {
  fill: #142641;
}
#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589::before,
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589::before,
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589::before {
  margin-right: 0.5rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  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));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  will-change: transform;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%239ca3af' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9 5 7 7-7 7'/%3E%3C/svg%3E");
}
#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589 > span,
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589 > span,
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589 > span {
  pointer-events: none;
}
#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589 ~ div.input,
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589 ~ div.input,
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589 ~ div.input {
  margin-left: 0.125rem;
  height: 0px;
  transform-origin: top;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0ms;
}
#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589.opened ~ div.input,
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589.opened ~ div.input,
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589.opened ~ div.input {
  height: auto;
  --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;
  transition-duration: 200ms;
}
#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589.opened::before,
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589.opened::before,
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589.opened::before {
  --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));
}

.hs-error-msgs label,
.hs-error-msg {
  --tw-text-opacity: 1 !important;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1)) !important;
}
.hs-error-msgs label li::before,
.hs-error-msg li::before {
  display: none !important;
}

section.component-two-column-content .wp-block-group {
  display: flex;
}

.btn-alternative asection.bg-royal-blue.w-fit.component-two-column-content .wp-block-group.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative asection.bg-royal-blue.w-fit.component-two-column-content .wp-block-group.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative asection.bg-royal-blue.w-fit.component-two-column-content .wp-block-group.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative asection.bg-royal-blue.w-fit.component-two-column-content .wp-block-group.items-center > svg {
  fill: #142641;
}

section.component-two-column-content .wp-block-group {
  flex-direction: column;
  justify-content: space-between;
}
section.component-two-column-content .wp-block-group p + p {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  section.component-two-column-content .wp-block-group {
    display: flex;
  }

.btn-alternative asection.bg-royal-blue.w-fit.component-two-column-content .wp-block-group.items-center {
    --tw-bg-opacity: 1;
    background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1 !important;
    color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
  }

.btn-alternative asection.bg-royal-blue.w-fit.component-two-column-content .wp-block-group.items-center:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
  }

.btn-alternative asection.bg-royal-blue.w-fit.component-two-column-content .wp-block-group.items-center:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
  }

.btn-alternative asection.bg-royal-blue.w-fit.component-two-column-content .wp-block-group.items-center > svg {
    fill: #142641;
  }
  section.component-two-column-content .wp-block-group {
    flex-direction: column;
  }
}
section.component-two-column-content h2, section.component-two-column-content h3, section.component-two-column-content h4, section.component-two-column-content h5, section.component-two-column-content h6 {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
  font-size: 30px;
  line-height: 40px;
  line-height: 1.375;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  section.component-two-column-content h2, section.component-two-column-content h3, section.component-two-column-content h4, section.component-two-column-content h5, section.component-two-column-content h6 {
    font-size: 24px;
    line-height: 32px;
  }
}
section.component-two-column-content p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section.component-two-column-content p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
section.component-two-column-content a {
  text-decoration-line: underline;
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
asection.component-two-column-content a:hover, buttonsection.component-two-column-content a:hover {
  color: #3A89FD;
}
section.component-two-column-content .wp-block-image {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  section.component-two-column-content .wp-block-image {
    margin-bottom: 1.5rem;
    margin-top: 0px;
    order: -9999;
  }
}
section.component-two-column-content .wp-block-image img {
  width: 100%;
}

section.component-open-positions .jobTag:empty {
  background-color: transparent;
  color: transparent;
}

bodysection.component-open-positions .jobTag:empty .component-testimonial-slider-new.modern .kicker {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}

abodysection.component-open-positions .jobTag:empty .component-testimonial-slider-new.modern .kicker:hover, buttonbodysection.component-open-positions .jobTag:empty .component-testimonial-slider-new.modern .kicker:hover {
  color: #3A89FD;
}

bodysection.component-open-positions .jobTag:empty .component-testimonial-slider-new.modern .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
section.component-open-positions .jobTag {
  background-color: #DCEAFF;
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
asection.component-open-positions .jobTag:hover, buttonsection.component-open-positions .jobTag:hover {
  color: #3A89FD;
}
section.component-open-positions .jobTag.marketing {
  background-color: #DCEAFF;
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
asection.component-open-positions .jobTag.marketing:hover, buttonsection.component-open-positions .jobTag.marketing:hover {
  color: #3A89FD;
}
section.component-open-positions .jobTag.rnd, section.component-open-positions .jobTag.identity {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  background-color: #DFFF00;
}
asection.component-open-positions .jobTag.rnd:hover, buttonsection.component-open-positions .jobTag.rnd:hover,a section.component-open-positions .jobTag.identity:hover, button section.component-open-positions .jobTag.identity:hover {
  background-color: #E5FF80;
}
section.component-open-positions .jobTag.rnd, section.component-open-positions .jobTag.identity {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
section.component-open-positions .jobTag.busop, section.component-open-positions .jobTag.customer-success {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  background-color: #e5e7eb;
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
section.component-open-positions .jobTag.sales {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
  background-color: #0062F2;
}
asection.component-open-positions .jobTag.sales:hover, buttonsection.component-open-positions .jobTag.sales:hover {
  background-color: #3A89FD;
}
.btn-alternative asection.component-open-positions .jobTag.sales.w-fit.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative asection.component-open-positions .jobTag.sales.w-fit.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative asection.component-open-positions .jobTag.sales.w-fit.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative asection.component-open-positions .jobTag.sales.w-fit.flex.items-center > svg {
  fill: #142641;
}
section.component-open-positions .jobTag.support, section.component-open-positions .jobTag.people-and-culture {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-color: #ffffff;
}
sectionsection.component-blog-feed.component-open-positions .jobTag.support .title,section section.component-blog-feed.component-open-positions .jobTag.people-and-culture .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
sectionsection.component-blog-feed.component-open-positions .jobTag.support .description,section section.component-blog-feed.component-open-positions .jobTag.people-and-culture .description {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}
section.component-open-positions .jobTag.support, section.component-open-positions .jobTag.people-and-culture {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
asection.component-open-positions .jobTag.support:hover, buttonsection.component-open-positions .jobTag.support:hover,a section.component-open-positions .jobTag.people-and-culture:hover, button section.component-open-positions .jobTag.people-and-culture:hover {
  color: #3A89FD;
}
section.component-open-positions .jobTag.support, section.component-open-positions .jobTag.people-and-culture {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 98 242 / var(--tw-border-opacity, 1));
  border-color: #0062F2;
}

.social-icon a {
  margin: 0.25rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  background-position: center;
  background-repeat: no-repeat;
  color: #9ca3af;
}
.social-icon a.twitter {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg enable-background='new 0 0 56.693 56.693' height='56.693px' id='Layer_1' version='1.1' viewBox='0 0 56.693 56.693' width='56.693px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='%239ca3af' d='M52.837,15.065c-1.811,0.805-3.76,1.348-5.805,1.591c2.088-1.25,3.689-3.23,4.444-5.592c-1.953,1.159-4.115,2-6.418,2.454 c-1.843-1.964-4.47-3.192-7.377-3.192c-5.581,0-10.106,4.525-10.106,10.107c0,0.791,0.089,1.562,0.262,2.303 c-8.4-0.422-15.848-4.445-20.833-10.56c-0.87,1.492-1.368,3.228-1.368,5.082c0,3.506,1.784,6.6,4.496,8.412 c-1.656-0.053-3.215-0.508-4.578-1.265c-0.001,0.042-0.001,0.085-0.001,0.128c0,4.896,3.484,8.98,8.108,9.91 c-0.848,0.23-1.741,0.354-2.663,0.354c-0.652,0-1.285-0.063-1.902-0.182c1.287,4.015,5.019,6.938,9.441,7.019 c-3.459,2.711-7.816,4.327-12.552,4.327c-0.815,0-1.62-0.048-2.411-0.142c4.474,2.869,9.786,4.541,15.493,4.541 c18.591,0,28.756-15.4,28.756-28.756c0-0.438-0.009-0.875-0.028-1.309C49.769,18.873,51.483,17.092,52.837,15.065z'/%3E%3C/svg%3E");
  background-size: 18px;
}
.social-icon a.linkedin {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E%3Csvg enable-background='new 0 0 32 32' height='32px' id='Layer_1' version='1.0' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Crect fill='%239ca3af' height='23' width='7' y='9'/%3E%3Cpath d='M24.003,9C20,9,18.89,10.312,18,12V9h-7v23h7V19c0-2,0-4,3.5-4s3.5,2,3.5,4v13h7V19C32,13,31,9,24.003,9z' fill='%239ca3af'/%3E%3Ccircle cx='3.5' cy='3.5' fill='%239ca3af' r='3.5'/%3E%3C/g%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3C/svg%3E");
  background-size: 15px;
}
.social-icon a.facebook {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='100%25' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;' version='1.1' viewBox='0 0 512 512' width='100%25' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='%239ca3af' d='M449.446,0c34.525,0 62.554,28.03 62.554,62.554l0,386.892c0,34.524 -28.03,62.554 -62.554,62.554l-106.468,0l0,-192.915l66.6,0l12.672,-82.621l-79.272,0l0,-53.617c0,-22.603 11.073,-44.636 46.58,-44.636l36.042,0l0,-70.34c0,0 -32.71,-5.582 -63.982,-5.582c-65.288,0 -107.96,39.569 -107.96,111.204l0,62.971l-72.573,0l0,82.621l72.573,0l0,192.915l-191.104,0c-34.524,0 -62.554,-28.03 -62.554,-62.554l0,-386.892c0,-34.524 28.029,-62.554 62.554,-62.554l386.892,0Z'/%3E%3C/svg%3E");
  background-size: 15px;
}
.social-icon a.instagram {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg fill='none' height='17' viewBox='0 0 17 17' width='17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6683 4.78509C13.6683 4.90669 13.6443 5.02711 13.5978 5.13945C13.5513 5.2518 13.483 5.35388 13.3971 5.43987C13.3111 5.52586 13.209 5.59406 13.0966 5.6406C12.9843 5.68714 12.8639 5.71109 12.7423 5.71109C12.6207 5.71109 12.5003 5.68714 12.3879 5.6406C12.2756 5.59406 12.1735 5.52586 12.0875 5.43987C12.0015 5.35388 11.9333 5.2518 11.8868 5.13945C11.8402 5.02711 11.8163 4.90669 11.8163 4.78509C11.8163 4.5395 11.9138 4.30397 12.0875 4.13031C12.2612 3.95665 12.4967 3.85909 12.7423 3.85909C12.9879 3.85909 13.2234 3.95665 13.3971 4.13031C13.5707 4.30397 13.6683 4.5395 13.6683 4.78509ZM16.6083 8.96509V8.97709L16.5553 12.3331C16.5418 13.5434 16.055 14.7004 15.1992 15.5563C14.3435 16.4123 13.1866 16.8993 11.9763 16.9131L8.60828 16.9651H8.59628L5.24028 16.9121C4.02995 16.8986 2.87299 16.4118 2.01702 15.5561C1.16104 14.7003 0.674051 13.5434 0.660276 12.3331L0.608276 8.96509V8.95309L0.661276 5.59709C0.674786 4.38676 1.16152 3.2298 2.01731 2.37383C2.8731 1.51785 4.02995 1.03086 5.24028 1.01709L8.60828 0.965088H8.62028L11.9763 1.01809C13.1866 1.0316 14.3436 1.51833 15.1995 2.37412C16.0555 3.22991 16.5425 4.38676 16.5563 5.59709L16.6083 8.96509ZM15.1183 8.96509L15.0663 5.62009C15.0569 4.79737 14.7259 4.01099 14.1442 3.4292C13.5624 2.84742 12.776 2.51644 11.9533 2.50709L8.60828 2.45509L5.26328 2.50709C4.44056 2.51644 3.65418 2.84742 3.07239 3.4292C2.49061 4.01099 2.15963 4.79737 2.15028 5.62009L2.09828 8.96509L2.15028 12.3101C2.15963 13.1328 2.49061 13.9192 3.07239 14.501C3.65418 15.0828 4.44056 15.4137 5.26328 15.4231L8.60828 15.4751L11.9533 15.4231C12.776 15.4137 13.5624 15.0828 14.1442 14.501C14.7259 13.9192 15.0569 13.1328 15.0663 12.3101L15.1183 8.96509ZM12.7163 8.96509C12.7163 10.0546 12.2835 11.0995 11.5131 11.8699C10.7427 12.6403 9.69779 13.0731 8.60828 13.0731C7.51877 13.0731 6.47388 12.6403 5.70348 11.8699C4.93308 11.0995 4.50028 10.0546 4.50028 8.96509C4.50028 7.87558 4.93308 6.83069 5.70348 6.06029C6.47388 5.28989 7.51877 4.85709 8.60828 4.85709C9.69779 4.85709 10.7427 5.28989 11.5131 6.06029C12.2835 6.83069 12.7163 7.87558 12.7163 8.96509ZM11.2263 8.96509C11.2263 8.27075 10.9505 7.60485 10.4595 7.11388C9.96851 6.62291 9.30261 6.34709 8.60828 6.34709C7.91394 6.34709 7.24804 6.62291 6.75707 7.11388C6.2661 7.60485 5.99028 8.27075 5.99028 8.96509C5.99028 9.65942 6.2661 10.3253 6.75707 10.8163C7.24804 11.3073 7.91394 11.5831 8.60828 11.5831C9.30261 11.5831 9.96851 11.3073 10.4595 10.8163C10.9505 10.3253 11.2263 9.65942 11.2263 8.96509Z' fill='%239ca3af'/%3E%3C/svg%3E");
  background-size: 16px;
}
.social-icon a.website {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg id='Layer_1' style='enable-background:new 0 0 128 128;' version='1.1' viewBox='0 0 128 128' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cpath fill='%239ca3af' d='M64,126c34.2,0,62-27.8,62-62S98.2,2,64,2S2,29.8,2,64S29.8,126,64,126z M16,88.7l25.2-0.2c2.8,10.1,7.5,19.9,13.9,28.7 C38,114.4,23.7,103.5,16,88.7z M47.6,47H79c2.3,11,2.3,22.3,0.2,33.3l-31.6,0.2C45.3,69.4,45.3,58,47.6,47z M63.3,114.9 c-6.3-8.1-10.9-17-13.7-26.4l27.5-0.2C74.2,97.7,69.6,106.7,63.3,114.9z M71.3,117.5c6.6-9,11.3-18.9,14.1-29.3l26.9-0.2 C104.5,103.7,89.3,115,71.3,117.5z M118,64c0,5.6-0.9,11-2.4,16l-28.3,0.2c2-11,1.9-22.2-0.2-33.2h28.1C117,52.3,118,58.1,118,64z M111.8,39H85.2c-2.9-10-7.5-19.7-13.9-28.5C89,12.9,103.9,23.8,111.8,39z M76.9,39H49.7c2.9-9.2,7.4-17.9,13.6-25.9 C69.5,21.1,74,29.8,76.9,39z M55.1,10.8C48.8,19.5,44.2,29,41.4,39H16.2C23.9,24.3,38.1,13.6,55.1,10.8z M39.5,47 c-2.1,11.1-2.1,22.4-0.1,33.5l-26.7,0.2C10.9,75.4,10,69.8,10,64c0-5.9,1-11.7,2.8-17H39.5z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 15px;
}

.component-gallery-slider .gallery-swiper {
  padding-bottom: 3rem !important;
  max-width: calc(100vw - 4rem);
}
.component-gallery-slider .swiper-slide {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(20 38 65 / var(--tw-bg-opacity, 1));
  background-color: #142641;
}
section.component-home-hero.component-gallery-slider .swiper-slide .kicker {
  --tw-text-opacity: 1;
  color: rgb(223 255 0 / var(--tw-text-opacity, 1));
  color: #DFFF00;
}
asection.component-home-hero.component-gallery-slider .swiper-slide .kicker:hover, buttonsection.component-home-hero.component-gallery-slider .swiper-slide .kicker:hover {
  color: #E5FF80;
}
section.component-home-hero.component-gallery-slider .swiper-slide .animated-strings span {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(223 255 0 / var(--tw-text-opacity, 1));
  color: #DFFF00;
}
asection.component-home-hero.component-gallery-slider .swiper-slide .animated-strings span:hover, buttonsection.component-home-hero.component-gallery-slider .swiper-slide .animated-strings span:hover {
  color: #E5FF80;
}
section.component-home-hero.component-gallery-slider .swiper-slide .title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
}
section.component-home-hero.component-gallery-slider .swiper-slide .description {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
}
section.component-home-hero.component-gallery-slider .swiper-slide .description p, section.component-home-hero.component-gallery-slider .swiper-slide .description h1, section.component-home-hero.component-gallery-slider .swiper-slide .description h2, section.component-home-hero.component-gallery-slider .swiper-slide .description h3, section.component-home-hero.component-gallery-slider .swiper-slide .description h4, section.component-home-hero.component-gallery-slider .swiper-slide .description h5, section.component-home-hero.component-gallery-slider .swiper-slide .description h6, section.component-home-hero.component-gallery-slider .swiper-slide .description strong, section.component-home-hero.component-gallery-slider .swiper-slide .description em, section.component-home-hero.component-gallery-slider .swiper-slide .description b, section.component-home-hero.component-gallery-slider .swiper-slide .description i {
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
}
section.component-home-hero.component-gallery-slider .swiper-slide .button {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 98 242 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: #0062F2;
  border-color: #0062F2;
  color: #ffffff;
}
asection.component-home-hero.component-gallery-slider .swiper-slide .button:hover, buttonsection.component-home-hero.component-gallery-slider .swiper-slide .button:hover {
  background-color: #3A89FD;
}
.btn-alternative asection.component-home-hero.component-gallery-slider .swiper-slide .button.w-fit.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative asection.component-home-hero.component-gallery-slider .swiper-slide .button.w-fit.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative asection.component-home-hero.component-gallery-slider .swiper-slide .button.w-fit.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative asection.component-home-hero.component-gallery-slider .swiper-slide .button.w-fit.flex.items-center > svg {
  fill: #142641;
}
section.component-home-hero.component-gallery-slider .swiper-slide .button:hover {
  background-color: #3A89FD;
  border-color: #3A89FD;
}
section.component-home-hero.component-gallery-slider .swiper-slide .supporting-link {
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
  border-color: #ffffff;
}
@media (min-width: 768px) {
  section.component-home-hero.component-gallery-slider .swiper-slide .supporting-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
section.component-home-hero.component-gallery-slider .swiper-slide .supporting-link:hover {
  color: #F9FAFB;
  border-color: #F9FAFB;
}
section.component-blog-feed.component-gallery-slider .swiper-slide .title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
}
section.component-blog-feed.component-gallery-slider .swiper-slide .description {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
  color: #e5e7eb;
}
 .component-contact-form.component-gallery-slider .swiper-slide h1 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  color: #ffffff !important;
}
.page-id-352 .component-features-a.component-gallery-slider .swiper-slide svg {
  fill: #FFFFFF;
}
 .component-contact-form.component-gallery-slider .swiper-slide h1 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  color: #ffffff !important;
}
.component-gallery-slider .swiper-slide {
  aspect-ratio: 1.52;
}
.component-gallery-slider .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.52;
}
.component-gallery-slider .swiper-pagination {
  bottom: 0px !important;
}
.component-gallery-slider .swiper-pagination-bullet {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
@media (min-width: 768px) {
  .component-gallery-slider .swiper-pagination-bullet {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

.faq-section {
  margin-bottom: 4rem;
}
.faq-section .prose a {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
a.faq-section .prose a:hover, button.faq-section .prose a:hover {
  color: #3A89FD;
}

@media (min-width: 768px) {
  .faq-container {
    -moz-columns: 2;
         columns: 2;
    gap: 2rem;
  }
}
.single-faq {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.faq-nav > div {
  position: sticky;
  top: 8rem;
}
.faq-nav ul {
  margin: 0px;
  margin-right: 2rem;
  list-style-type: none;
  border-right-width: 1px;
  padding: 0px;
  padding-right: 2rem;
  border-color: #d1d5db;
}
.faq-nav li {
  position: relative;
  margin-top: 0px;
  margin-bottom: 1.5rem;
  padding: 0px;
}
.faq-nav a {
  display: block;
  padding-right: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  color: #0062F2;
}
a.faq-nav a:hover, button.faq-nav a:hover {
  color: #3A89FD;
}
.faq-nav a:hover {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
.faq-nav a.active {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}

.container section.component-code-snippets .container {
  padding: 0px;
}
section.component-code-snippets .snippet-sections {
  border-radius: 0.5rem;
  padding-top: 3rem;
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 10px 10px -5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  max-width: calc(100vw - 3rem);
}
section.component-code-snippets .snippet-sections > .swiper-pagination {
  top: 0px;
  bottom: auto;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  border-color: #e5e7eb;
}
section.component-code-snippets .snippet-sections .swiper-pagination-bullet {
  margin: 0px;
  height: auto;
  width: auto;
  background-color: transparent;
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  opacity: 1;
  color: #6B7280;
}
bodysection.component-code-snippets .snippet-sections .swiper-pagination-bullet .component-testimonial-slider-new.modern .kicker {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
abodysection.component-code-snippets .snippet-sections .swiper-pagination-bullet .component-testimonial-slider-new.modern .kicker:hover, buttonbodysection.component-code-snippets .snippet-sections .swiper-pagination-bullet .component-testimonial-slider-new.modern .kicker:hover {
  color: #3A89FD;
}
bodysection.component-code-snippets .snippet-sections .swiper-pagination-bullet .component-testimonial-slider-new.modern .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
section.component-code-snippets .snippet-sections .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
asection.component-code-snippets .snippet-sections .swiper-pagination-bullet.swiper-pagination-bullet-active:hover, buttonsection.component-code-snippets .snippet-sections .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
  color: #3A89FD;
}
section.component-code-snippets .snippet-sections .swiper-pagination-bullet:only-child {
  display: inline-block !important;
}
section.component-code-snippets .snippet-sections .swiper-pagination-lock {
  display: inline-block !important;
}
section.component-code-snippets .snippet-sections .swiper-slide {
  height: auto;
}
section.component-code-snippets .snippet-sections .swiper-slide pre {
  height: 100%;
}
section.component-code-snippets .snippet-sections > .indicator {
  position: absolute;
  left: 1rem;
  height: 0.125rem;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: #0062F2;
}
asection.component-code-snippets .snippet-sections > .indicator:hover, buttonsection.component-code-snippets .snippet-sections > .indicator:hover {
  background-color: #3A89FD;
}
.btn-alternative asection.component-code-snippets .snippet-sections > .indicator.w-fit.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative asection.component-code-snippets .snippet-sections > .indicator.w-fit.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative asection.component-code-snippets .snippet-sections > .indicator.w-fit.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative asection.component-code-snippets .snippet-sections > .indicator.w-fit.flex.items-center > svg {
  fill: #142641;
}
section.component-code-snippets .snippet-sections > .indicator {
  top: 2.65rem;
}
section.component-code-snippets .snippet-code {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 3rem;
  background-color: #ffffff;
}
sectionsection.component-blog-feed.component-code-snippets .snippet-code .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
sectionsection.component-blog-feed.component-code-snippets .snippet-code .description {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}
section.component-code-snippets .snippet-code > .swiper-pagination {
  top: 0px;
  bottom: auto;
  z-index: 20;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
}
section.component-code-snippets .snippet-code .swiper-pagination-bullet {
  margin: 0px;
  height: auto;
  width: auto;
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
  opacity: 1;
  color: #374151;
}
bodysection.component-code-snippets .snippet-code .swiper-pagination-bullet .component-testimonial-slider-new.modern .kicker {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
abodysection.component-code-snippets .snippet-code .swiper-pagination-bullet .component-testimonial-slider-new.modern .kicker:hover, buttonbodysection.component-code-snippets .snippet-code .swiper-pagination-bullet .component-testimonial-slider-new.modern .kicker:hover {
  color: #3A89FD;
}
bodysection.component-code-snippets .snippet-code .swiper-pagination-bullet .component-testimonial-slider-new.modern .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
section.component-code-snippets .snippet-code .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
asection.component-code-snippets .snippet-code .swiper-pagination-bullet.swiper-pagination-bullet-active:hover, buttonsection.component-code-snippets .snippet-code .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
  color: #3A89FD;
}
section.component-code-snippets .snippet-code > .button {
  position: absolute;
  left: 1rem;
  z-index: 10;
  height: 2rem;
  width: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: #E7F0FF;
  top: 0.4rem;
}
section.component-code-snippets .snippet-code .swiper .swiper-pagination-horizontal {
  display: flex;
  overflow: auto;
  white-space: nowrap;
}
.btn-alternative asection.bg-royal-blue.w-fit.component-code-snippets .snippet-code .swiper .swiper-pagination-horizontal.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative asection.bg-royal-blue.w-fit.component-code-snippets .snippet-code .swiper .swiper-pagination-horizontal.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative asection.bg-royal-blue.w-fit.component-code-snippets .snippet-code .swiper .swiper-pagination-horizontal.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative asection.bg-royal-blue.w-fit.component-code-snippets .snippet-code .swiper .swiper-pagination-horizontal.items-center > svg {
  fill: #142641;
}

.demoSection .demoSwiper .swiper-pagination-bullet {
  margin: 0px;
  height: auto;
  width: auto;
  background-color: transparent;
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  opacity: 1;
  color: #142641;
}

body.demoSection .demoSwiper .swiper-pagination-bullet .component-testimonial-slider-new.modern .kicker {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}

abody.demoSection .demoSwiper .swiper-pagination-bullet .component-testimonial-slider-new.modern .kicker:hover, buttonbody.demoSection .demoSwiper .swiper-pagination-bullet .component-testimonial-slider-new.modern .kicker:hover {
  color: #3A89FD;
}

body.demoSection .demoSwiper .swiper-pagination-bullet .component-testimonial-slider-new.modern .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
.demoSection .demoSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
a.demoSection .demoSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active:hover, button.demoSection .demoSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
  color: #3A89FD;
}
.demoSection .demoSwiper .swiper-pagination-bullet:only-child {
  display: inline-block !important;
}
.demoSection .demoSwiper .swiper-pagination-lock {
  display: inline-block !important;
}
.demoSection .demoSwiper .swiper-slide {
  height: auto;
}
.demoSection .demoSwiper .swiper-slide pre {
  height: 100%;
}
.demoSection .demoSwiper > .indicator {
  position: absolute;
  left: 1rem;
  height: 0.125rem;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: #0062F2;
}
a.demoSection .demoSwiper > .indicator:hover, button.demoSection .demoSwiper > .indicator:hover {
  background-color: #3A89FD;
}
.btn-alternative a.demoSection .demoSwiper > .indicator.w-fit.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.demoSection .demoSwiper > .indicator.w-fit.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.demoSection .demoSwiper > .indicator.w-fit.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.demoSection .demoSwiper > .indicator.w-fit.flex.items-center > svg {
  fill: #142641;
}
.demoSection .demoSwiper > .indicator {
  top: 2.65rem;
}

.demoCard:last-child .cardText {
  border-width: 0px;
}
@media (min-width: 768px) {
  .demoCard:not(.active):hover, .demoCard:not(.active).demoHover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }
  .demoCard:not(.active):hover .icon-right, .demoCard:not(.active).demoHover .icon-right {
    --tw-bg-opacity: 1;
    background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
    background-color: #0062F2;
    --tw-border-opacity: 1;
    border-color: rgb(0 98 242 / var(--tw-border-opacity, 1));
    border-color: #0062F2;
  }
  .demoCard:not(.active):hover .icon-right .checkmark, .demoCard:not(.active).demoHover .icon-right .checkmark {
    display: none;
  }
  .demoCard:not(.active):hover .icon-right .plus, .demoCard:not(.active).demoHover .icon-right .plus {
    display: flex;
  }
  .demoCard:not(.active).demoHover .icon-right {
    display: none;
  }
}
.demoCard.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
  background-color: #0062F2;
}
a.demoCard.active:hover, button.demoCard.active:hover {
  background-color: #3A89FD;
}
.btn-alternative a.demoCard.active.w-fit.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.demoCard.active.w-fit.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.demoCard.active.w-fit.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.demoCard.active.w-fit.flex.items-center > svg {
  fill: #142641;
}
.demoCard.active .divCardText {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.demoCard.active .icon-left {
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
  background-color: #0062F2;
}
a.demoCard.active .icon-left:hover, button.demoCard.active .icon-left:hover {
  background-color: #3A89FD;
}
.btn-alternative a.demoCard.active .icon-left.w-fit.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.demoCard.active .icon-left.w-fit.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.demoCard.active .icon-left.w-fit.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.demoCard.active .icon-left.w-fit.flex.items-center > svg {
  fill: #142641;
}
.demoCard.active .icon-left img {
  filter: invert(94%) sepia(46%) saturate(3326%) hue-rotate(179deg) brightness(108%) contrast(102%);
}
.demoCard.active .icon-right {
  --tw-bg-opacity: 1;
  background-color: rgb(158 197 255 / var(--tw-bg-opacity, 1));
  --tw-border-opacity: 1;
  border-color: rgb(111 169 255 / var(--tw-border-opacity, 1));
}
.demoCard.active .cardText {
  --tw-border-opacity: 1;
  border-color: rgb(198 221 255 / var(--tw-border-opacity, 1));
}
.demoCard.active:not(:first-child) .icon-right {
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
  background-color: #0062F2;
}
a.demoCard.active:not(:first-child) .icon-right:hover, button.demoCard.active:not(:first-child) .icon-right:hover {
  background-color: #3A89FD;
}
.btn-alternative a.demoCard.active:not(:first-child) .icon-right.w-fit.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.demoCard.active:not(:first-child) .icon-right.w-fit.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.demoCard.active:not(:first-child) .icon-right.w-fit.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.demoCard.active:not(:first-child) .icon-right.w-fit.flex.items-center > svg {
  fill: #142641;
}
.demoCard.active:not(:first-child) .icon-right {
  --tw-border-opacity: 1;
  border-color: rgb(0 98 242 / var(--tw-border-opacity, 1));
  border-color: #0062F2;
}
.demoCard.active.lastActive .cardText {
  border-color: transparent;
}
@media (min-width: 768px) {
  .demoCard.active:hover:not(:first-child) .divCardText {
    --tw-bg-opacity: 1;
    background-color: rgb(220 234 255 / var(--tw-bg-opacity, 1));
  }
  .demoCard.active:hover:not(:first-child) .icon-right {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    background-color: #ffffff;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    border-color: #ffffff;
  }
  .demoCard.active:hover:not(:first-child) .icon-right .checkmark {
    display: none;
  }
  .demoCard.active:hover:not(:first-child) .icon-right .minus {
    display: flex;
  }
}

.demoCardNoconf:last-child .cardText {
  border-color: transparent;
}

body.single article .content, body.single .page .content, body.page article .content, body.page .page .content {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}
body.single article .content > * + *, body.single .page .content > * + *, body.page article .content > * + *, body.page .page .content > * + * {
  margin-top: 1.5rem;
}
body.single article .content > * + p, body.single article .content > * + ul, body.single article .content > * + ol, body.single .page .content > * + p, body.single .page .content > * + ul, body.single .page .content > * + ol, body.page article .content > * + p, body.page article .content > * + ul, body.page article .content > * + ol, body.page .page .content > * + p, body.page .page .content > * + ul, body.page .page .content > * + ol {
  margin-top: 0.5rem;
}
body.single article .content p, body.single .page .content p, body.page article .content p, body.page .page .content p {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  body.single article .content p, body.single .page .content p, body.page article .content p, body.page .page .content p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
body.single article .content p, body.single .page .content p, body.page article .content p, body.page .page .content p {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
  line-height: 1.5;
}
body.single article .content .wp-block-pullquote p, body.single .page .content .wp-block-pullquote p, body.page article .content .wp-block-pullquote p, body.page .page .content .wp-block-pullquote p {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
abody.single article .content .wp-block-pullquote p:hover, buttonbody.single article .content .wp-block-pullquote p:hover,a body.single .page .content .wp-block-pullquote p:hover, button body.single .page .content .wp-block-pullquote p:hover,a body.page article .content .wp-block-pullquote p:hover, button body.page article .content .wp-block-pullquote p:hover,a body.page .page .content .wp-block-pullquote p:hover, button body.page .page .content .wp-block-pullquote p:hover {
  color: #3A89FD;
}
body.single article .content a, body.single .page .content a, body.page article .content a, body.page .page .content a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
abody.single article .content a:hover, buttonbody.single article .content a:hover,a body.single .page .content a:hover, button body.single .page .content a:hover,a body.page article .content a:hover, button body.page article .content a:hover,a body.page .page .content a:hover, button body.page .page .content a:hover {
  color: #3A89FD;
}
body.single article .content a:hover, body.single .page .content a:hover, body.page article .content a:hover, body.page .page .content a:hover {
  color: #3A89FD;
}
body.single article .content h3, body.single article .content h4, body.single article .content h5, body.single article .content h6, body.single .page .content h3, body.single .page .content h4, body.single .page .content h5, body.single .page .content h6, body.page article .content h3, body.page article .content h4, body.page article .content h5, body.page article .content h6, body.page .page .content h3, body.page .page .content h4, body.page .page .content h5, body.page .page .content h6 {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
body.single article .content h2, body.single .page .content h2, body.page article .content h2, body.page .page .content h2 {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
  font-size: 20px;
  line-height: 32px;
}
body.single article .content ul, body.single .page .content ul, body.page article .content ul, body.page .page .content ul {
  margin-top: 1.5rem;
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 1.5rem;
}
body.single article .content ul ul, body.single article .content ul ol, body.single .page .content ul ul, body.single .page .content ul ol, body.page article .content ul ul, body.page article .content ul ol, body.page .page .content ul ul, body.page .page .content ul ol {
  margin-top: 0px;
}
body.single article .content ol, body.single .page .content ol, body.page article .content ol, body.page .page .content ol {
  margin-top: 1.5rem;
  list-style-position: outside;
  list-style-type: decimal;
  margin-left: 1.5rem;
}
body.single article .content ol ul, body.single article .content ol ol, body.single .page .content ol ul, body.single .page .content ol ol, body.page article .content ol ul, body.page article .content ol ol, body.page .page .content ol ul, body.page .page .content ol ol {
  margin-top: 0px;
}

body.page.page-template-default main > p,
body.page.page-template-page main > p {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  max-width: 77rem;
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
@media screen and (max-width: 1280px) {
  body.page.page-template-default main > p,
  body.page.page-template-page main > p {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

body.single .custom-tabs li button.active {
  background: #0062F2;
  border-color: #0062F2;
  color: #fff;
}

body.single-lp .content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}

.btn-alternative abody.bg-royal-blue.w-fit.single-lp .content.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative abody.bg-royal-blue.w-fit.single-lp .content.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative abody.bg-royal-blue.w-fit.single-lp .content.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative abody.bg-royal-blue.w-fit.single-lp .content.items-center > svg {
  fill: #142641;
}

@media (min-width: 768px) {
  body.single-lp .content {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

body.single-lp .content hr {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

body.single-lp [data-block=heading-and-text] {
  padding-top: 8rem;
}

.gradient-overlay {
  position: relative;
}
.gradient-overlay::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 10;
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  opacity: 0.8;
  mix-blend-mode: color;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
body.gradient-overlay .component-testimonial-slider-new.modern .kicker::after {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
abody.gradient-overlay .component-testimonial-slider-new.modern .kicker:hover::after, buttonbody.gradient-overlay .component-testimonial-slider-new.modern .kicker:hover::after {
  color: #3A89FD;
}
body.gradient-overlay .component-testimonial-slider-new.modern .title::after {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
.group:hover .gradient-overlay::after {
  opacity: 0;
}
.gradient-overlay::after {
  background-image: url(/wp-content/uploads/2022/01/gradient-1-scaled.jpeg);
  background-size: 100% 100%;
}

body.error404 {
  display: flex;
}

.btn-alternative abody.bg-royal-blue.w-fit.error404.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative abody.bg-royal-blue.w-fit.error404.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative abody.bg-royal-blue.w-fit.error404.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative abody.bg-royal-blue.w-fit.error404.items-center > svg {
  fill: #142641;
}

body.error404 {
  flex-direction: column;
}
body.error404 main {
  flex: 1 1 0%;
}

.resource-hero {
  background: hsl(216, 53%, 17%);
  background: linear-gradient(-90deg, hsl(216, 53%, 17%) 22%, hsl(216, 100%, 47%) 100%);
  background: -webkit-linear-gradient(-90deg, hsl(216, 53%, 17%) 22%, hsl(216, 100%, 47%) 100%);
}

.events-swiper {
  padding-bottom: 2.5rem !important;
}

.hero-overlay {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transform: scale(1.04);
  filter: blur(1.1px);
}
.hero-overlay::after {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 10;
  display: block;
  opacity: 0.4;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: "";
  background: linear-gradient(-87.61deg, #0062F2 40.73%, #003685 81.72%);
}

.resource-hero:hover .hero-overlay::after {
  opacity: 0.5;
}

body.page-template-tpl-basic main a {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}

abody.page-template-tpl-basic main a:hover, buttonbody.page-template-tpl-basic main a:hover {
  color: #3A89FD;
}

body.page-template-tpl-basic main a {
  text-decoration-line: underline;
}

body.page.page-id-304 #block_61df359274d62 .item span {
  display: block;
}
body.page.page-id-304 #block_61df359274d62 .item {
  display: block !important;
  text-align: center !important;
}

body.page-template-searchpage section.bg-gradient-1,
body.search section.bg-gradient-1 {
  background-image: url("/wp-content/uploads/2022/01/gradient-1-scaled.jpeg");
  background-position: center;
  background-size: cover;
}
body.page-template-searchpage #SearchFilterContainer:before,
body.search #SearchFilterContainer:before {
  content: "Show results for";
  display: flex;
  color: #9ca3af;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-right: 0.5rem;
}
body.page-template-searchpage #SearchFilterContainer:after,
body.search #SearchFilterContainer:after {
  content: url("/wp-content/themes/microblink/assets/images/arrow-down.svg");
  display: block;
  margin-bottom: 0.25rem;
  padding-left: 6px;
}

#blinkIDUseCase {
  margin-top: 0px;
  padding-top: 40px;
}

@media (min-width: 768px) {
  #blinkIDUseCase {
    margin-bottom: -80px;
    padding-top: 0px;
  }
}

#blinkIDUseCase {
  background: #f9fafb;
}
@media (min-width: 768px) {
  #blinkIDUseCase {
    background: white;
  }
}
#blinkIDUseCase > div {
  position: relative;
  top: 0px;
}
@media (min-width: 768px) {
  #blinkIDUseCase > div {
    top: -80px;
    --tw-shadow: 0px 0px 14px 0px rgba(31, 41, 55, 0.05), 0px 23px 35px 0px rgba(31, 41, 55, 0.10);
    --tw-shadow-colored: 0px 0px 14px 0px var(--tw-shadow-color), 0px 23px 35px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
#blinkIDUseCase > div {
  background: #f9fafb;
}
@media (min-width: 768px) {
  #blinkIDUseCase > div {
    background: white;
  }
}
#blinkIDUseCase > div .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
#blinkIDUseCase > div .description {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}

@media (min-width: 768px) {
  #homeCode {
    padding-top: 120px;
  }
}

@media (min-width: 1024px) {
  #homeCode {
    padding-top: 160px;
  }
}

.ppSliderSection .owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

.background-home-usecase {
  background-image: linear-gradient(270deg, #0062F2 -33.4%, #003685 61.96%);
}

#blinkIDSurvey {
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 1024px) {
  #blinkIDSurvey {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  #blinkIDcta {
    padding-bottom: 140px;
  }
}

@media (min-width: 1024px) {
  #blinkIDcta {
    padding-bottom: 160px;
  }
}

#blinkIDLogos {
  padding-top: 40px;
  padding-bottom: 40px;
}

#ocrZigZag {
  padding-bottom: 0px;
}

#contactLocations {
  position: relative;
  z-index: 2;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  #contactLocations {
    margin-bottom: -60px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1024px) {
  #contactLocations {
    margin-bottom: -80px;
  }
}
#contactLocations .locationsContainer {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 40px;
  padding-left: 12px;
  padding-right: 12px;
  --tw-shadow: 0 25px 50px -12px rgba(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);
  background-color: #ffffff;
}
section.component-blog-feed#contactLocations .locationsContainer .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
section.component-blog-feed#contactLocations .locationsContainer .description {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}
@media (min-width: 768px) {
  #contactLocations .locationsContainer {
    border-radius: 1.5rem;
    padding: 80px;
  }
}

#contactLocationsUpdated .allLocations {
  padding-top: 30px;
}
#contactLocationsUpdated .allLocations .singleLocation {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-color: #ffffff;
}
section.component-blog-feed#contactLocationsUpdated .allLocations .singleLocation .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
section.component-blog-feed#contactLocationsUpdated .allLocations .singleLocation .description {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}
@media (min-width: 768px) {
  #contactLocationsUpdated .allLocations .singleLocation {
    max-width: 400px;
  }
}

#thankyouLogos {
  padding: 0px;
}

#thankyouHeading img {
  height: 48px;
}

#featuresBlinkID {
  padding: 0px;
}

@media (min-width: 768px) {
  #featuresBlinkID {
    padding: 16px;
  }
}
#featuresBlinkID > div {
  position: relative;
  z-index: 3;
  margin-top: -80px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding: 40px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #F9FAFB;
}
@media (min-width: 768px) {
  #featuresBlinkID > div {
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 60px;
    padding-top: 80px;
    --tw-shadow: 0px 0px 14px 0px rgba(31, 41, 55, 0.05), 0px 23px 35px 0px rgba(31, 41, 55, 0.10);
    --tw-shadow-colored: 0px 0px 14px 0px var(--tw-shadow-color), 0px 23px 35px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background-color: #ffffff;
  }
}
@media (min-width: 1024px) {
  #featuresBlinkID > div {
    padding-left: 72px;
    padding-right: 72px;
    padding-top: 80px;
  }
}
#featuresBlinkID a {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
a#featuresBlinkID a:hover, button#featuresBlinkID a:hover {
  color: #3A89FD;
}

#blinkIDHero .heroJsonLeft {
  position: relative;
  left: 22%;
}

@media (min-width: 768px) {
  #blinkIDHero .heroJsonLeft {
    left: 10%;
  }
}

#blinkcardPlatforms {
  position: relative;
  top: -100px;
  margin-bottom: -100px;
  padding-top: 160px;
  padding-bottom: 160px;
}

#supportedDocsFeatures {
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  #supportedDocsFeatures {
    margin-bottom: -120px;
  }
}

@media (min-width: 1024px) {
  #supportedDocsFeatures {
    margin-bottom: -160px;
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) {
  #ocrFeatures {
    margin-bottom: -80px;
  }
}

@media (min-width: 1024px) {
  #ocrFeatures {
    margin-bottom: -120px;
  }
}

@media (min-width: 768px) {
  #ocrForm {
    padding-top: 60px;
  }
}

@media (min-width: 1024px) {
  #ocrForm {
    padding-top: 80px;
  }
}

#blinkcardFeatures {
  position: relative;
  z-index: 2;
  padding: 0px;
}

@media (min-width: 768px) {
  #blinkcardFeatures {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#blinkcardFeatures > div {
  position: relative;
  top: -80px;
  z-index: 3;
  margin-bottom: -80px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding: 40px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #F9FAFB;
}
@media (min-width: 768px) {
  #blinkcardFeatures > div {
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 60px;
    padding-top: 80px;
    --tw-shadow: 0px 0px 14px 0px rgba(31, 41, 55, 0.05), 0px 23px 35px 0px rgba(31, 41, 55, 0.10);
    --tw-shadow-colored: 0px 0px 14px 0px var(--tw-shadow-color), 0px 23px 35px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background-color: #ffffff;
  }
}
@media (min-width: 1024px) {
  #blinkcardFeatures > div {
    padding-left: 72px;
    padding-right: 72px;
    padding-top: 80px;
  }
}

#blinkcardCTA {
  padding-bottom: 160px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-color: #ffffff;
}

section.component-blog-feed#blinkcardCTA .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}

section.component-blog-feed#blinkcardCTA .description {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}

#blinkcardCTABottom {
  position: relative;
  top: -80px;
  margin-top: -80px;
  padding-top: 160px;
}

#blinkcardSwiper {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  #blinkcardSwiper {
    margin-bottom: -80px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  #blinkcardSwiper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#blinkcardSwiper > div {
  top: -80px;
}

#homeSwiper {
  position: relative;
  z-index: 2;
}
#homeSwiper > div {
  position: relative;
}
@media (min-width: 768px) {
  #homeSwiper > div {
    top: -120px;
    margin-bottom: -120px;
  }
}
@media (min-width: 1024px) {
  #homeSwiper > div {
    top: -160px;
    margin-bottom: -160px;
  }
}

.swiper-paginationTestimonials .swiper-pagination-bullet {
  opacity: 1;
  background: #d9d9d9;
}
.swiper-paginationTestimonials .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(111 169 255 / var(--tw-bg-opacity, 1));
}

.container .component-code-snippets .container {
  padding: 0px;
}
.component-code-snippets .snippet-sections {
  border-radius: 0.5rem;
  padding-top: 3rem;
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 10px 10px -5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  max-width: 600px;
}
.component-code-snippets .snippet-sections > .swiper-pagination {
  top: 3px;
  bottom: auto;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  border-color: #e5e7eb;
}
.component-code-snippets .snippet-sections .swiper-pagination-bullet {
  margin: 0px;
  height: auto;
  width: auto;
  background-color: transparent;
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  opacity: 1;
  color: #6B7280;
}
body.component-code-snippets .snippet-sections .swiper-pagination-bullet .component-testimonial-slider-new.modern .kicker {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
abody.component-code-snippets .snippet-sections .swiper-pagination-bullet .component-testimonial-slider-new.modern .kicker:hover, buttonbody.component-code-snippets .snippet-sections .swiper-pagination-bullet .component-testimonial-slider-new.modern .kicker:hover {
  color: #3A89FD;
}
body.component-code-snippets .snippet-sections .swiper-pagination-bullet .component-testimonial-slider-new.modern .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
.component-code-snippets .snippet-sections .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
a.component-code-snippets .snippet-sections .swiper-pagination-bullet.swiper-pagination-bullet-active:hover, button.component-code-snippets .snippet-sections .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
  color: #3A89FD;
}
.component-code-snippets .snippet-sections .swiper-pagination-bullet:only-child {
  display: inline-block !important;
}
.component-code-snippets .snippet-sections .swiper-pagination-lock {
  display: inline-block !important;
}
.component-code-snippets .snippet-sections .swiper-slide {
  height: auto;
}
.component-code-snippets .snippet-sections .swiper-slide pre {
  height: 100%;
}
.component-code-snippets .snippet-sections > .indicator {
  position: absolute;
  left: 1rem;
  height: 0.125rem;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: #0062F2;
}
a.component-code-snippets .snippet-sections > .indicator:hover, button.component-code-snippets .snippet-sections > .indicator:hover {
  background-color: #3A89FD;
}
.btn-alternative a.component-code-snippets .snippet-sections > .indicator.w-fit.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.component-code-snippets .snippet-sections > .indicator.w-fit.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.component-code-snippets .snippet-sections > .indicator.w-fit.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.component-code-snippets .snippet-sections > .indicator.w-fit.flex.items-center > svg {
  fill: #142641;
}
.component-code-snippets .snippet-sections > .indicator {
  top: 2.65rem;
}
.component-code-snippets .snippet-code {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 3rem;
  background-color: #ffffff;
}
section.component-blog-feed.component-code-snippets .snippet-code .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
section.component-blog-feed.component-code-snippets .snippet-code .description {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}
.component-code-snippets .snippet-code > .swiper-pagination {
  top: 0px;
  bottom: auto;
  z-index: 20;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
}
.component-code-snippets .snippet-code .swiper-pagination-bullet {
  margin: 0px;
  height: auto;
  width: auto;
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
  opacity: 1;
  color: #374151;
}
body.component-code-snippets .snippet-code .swiper-pagination-bullet .component-testimonial-slider-new.modern .kicker {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
abody.component-code-snippets .snippet-code .swiper-pagination-bullet .component-testimonial-slider-new.modern .kicker:hover, buttonbody.component-code-snippets .snippet-code .swiper-pagination-bullet .component-testimonial-slider-new.modern .kicker:hover {
  color: #3A89FD;
}
body.component-code-snippets .snippet-code .swiper-pagination-bullet .component-testimonial-slider-new.modern .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
.component-code-snippets .snippet-code .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
a.component-code-snippets .snippet-code .swiper-pagination-bullet.swiper-pagination-bullet-active:hover, button.component-code-snippets .snippet-code .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
  color: #3A89FD;
}
.component-code-snippets .snippet-code > .button {
  position: absolute;
  left: 1rem;
  z-index: 10;
  height: 2rem;
  width: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: #E7F0FF;
  top: 0.4rem;
}
.component-code-snippets .snippet-code .swiper .swiper-pagination-horizontal {
  display: flex;
  overflow: auto;
  white-space: nowrap;
}
.btn-alternative a.bg-royal-blue.w-fit.component-code-snippets .snippet-code .swiper .swiper-pagination-horizontal.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.w-fit.component-code-snippets .snippet-code .swiper .swiper-pagination-horizontal.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.w-fit.component-code-snippets .snippet-code .swiper .swiper-pagination-horizontal.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.bg-royal-blue.w-fit.component-code-snippets .snippet-code .swiper .swiper-pagination-horizontal.items-center > svg {
  fill: #142641;
}

.survey button:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.survey button:disabled span {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.survey button:disabled svg {
  fill: #9CA3AF;
}
.survey .answer.active {
  --tw-border-opacity: 1;
  border-color: rgb(0 98 242 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(198 221 255 / var(--tw-bg-opacity, 1));
  border-color: #0062F2;
}
.survey .answer.active img {
  --tw-bg-opacity: 1;
  background-color: rgb(198 221 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .page-template-tpl-developers .developer-hero-section .section-content,
.page-id-4239 .developer-hero-section .section-content {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .page-template-tpl-developers .developer-hero-section .stepsDeveloper,
.page-id-4239 .developer-hero-section .stepsDeveloper {
    align-items: center;
    text-align: center;
  }
}

.page-id-4295 .component-features-a svg {
  fill: #142641;
}
.page-id-4295 .component-cta svg {
  fill: #FFFFFF;
}

.page-id-352 .component-cta svg {
  fill: #FFFFFF;
}
.page-id-352 .component-features-a.bg-dark-blue svg {
  fill: #FFFFFF;
}

.page-id-1621 .component-cta svg {
  fill: #FFFFFF;
}

.component-cta.bg-gradient-3 svg {
  fill: #FFFFFF;
}

.cardImage {
  aspect-ratio: 1/0.41;
}
@media (min-width: 768px) {
  .cardImage {
    aspect-ratio: 1/0.51;
  }
}

.alphabet span.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: #0062F2;
  color: #ffffff;
}

a.alphabet span.active:hover, button.alphabet span.active:hover {
  background-color: #3A89FD;
}

.btn-alternative a.alphabet span.active.w-fit.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative a.alphabet span.active.w-fit.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative a.alphabet span.active.w-fit.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative a.alphabet span.active.w-fit.flex.items-center > svg {
  fill: #142641;
}
.alphabet span.disabled {
  pointer-events: none;
  cursor: default;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.alphabet span:hover:not(.disabled, .active) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: inset 0 2px 4px 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);
  background-color: #ffffff;
}
section.component-blog-feed.alphabet span:hover:not(.disabled, .active) .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
section.component-blog-feed.alphabet span:hover:not(.disabled, .active) .description {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}

.breadcrumbs a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}

a.breadcrumbs a:hover:hover, button.breadcrumbs a:hover:hover {
  color: #3A89FD;
}

.searchContainer .searchInput:hover {
  --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);
}
.searchContainer .searchInput:active, .searchContainer .searchInput:focus, .searchContainer .searchInput:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(0 98 242 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgba(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);
  border-color: #0062F2;
  outline-style: none;
}
.searchContainer .searchInput:active + .searchIcon, .searchContainer .searchInput:focus + .searchIcon, .searchContainer .searchInput:focus-visible + .searchIcon {
  opacity: 0;
}
.searchContainer .searchInput:active + .searchIcon + .closeIcon, .searchContainer .searchInput:focus + .searchIcon + .closeIcon, .searchContainer .searchInput:focus-visible + .searchIcon + .closeIcon {
  opacity: 1;
}
.searchContainer .searchIcon.active {
  display: none;
  opacity: 0;
}
.filter-item.searchContainer .searchIcon.active {
  display: none;
}
.searchContainer .closeIcon.active {
  display: block;
  opacity: 1;
}
.searchContainer .searchDropdown .highlighted {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  background-color: #F9FAFB;
}

.contain-paint {
  contain: paint;
}

@media (min-width: 768px) {
  #pricingHeading {
    padding-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  #pricingHeading > div {
    gap: 24px;
  }
}
#pricingHeading img {
  position: absolute;
  top: 0px;
  left: 30%;
}
@media (min-width: 768px) {
  #pricingHeading img {
    left: 40%;
  }
}
@media (min-width: 1024px) {
  #pricingHeading img {
    right: -500px;
    left: unset;
  }
}

#pricingLogos {
  padding-top: 60px;
  padding-bottom: 80px;
}
#pricingLogos span {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
a#pricingLogos span:hover, button#pricingLogos span:hover {
  color: #3A89FD;
}

.menuSecurity .activeItem {
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 98 242 / var(--tw-border-opacity, 1));
  padding-right: 6px;
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
  border-color: #0062F2;
}

a.menuSecurity .activeItem:hover, button.menuSecurity .activeItem:hover {
  color: #3A89FD;
}

.singleBlogSidebar .mbCard {
  margin: unset;
}

.accordion a {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}

a.accordion a:hover, button.accordion a:hover {
  color: #3A89FD;
}

.surveyResults .swiper-pagination {
  display: flex;
  gap: 4px;
  border-width: 0px;
}

.btn-alternative a.bg-royal-blue.w-fit.surveyResults .swiper-pagination.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.surveyResults .swiper-pagination.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.surveyResults .swiper-pagination.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative a.bg-royal-blue.w-fit.surveyResults .swiper-pagination.items-center > svg {
  fill: #142641;
}
.surveyResults .swiper-pagination .swiper-pagination-bullet {
  height: 28px;
  border-width: 0px;
  background-color: transparent;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  opacity: 1;
  color: #0062F2;
}
a.surveyResults .swiper-pagination .swiper-pagination-bullet:hover, button.surveyResults .swiper-pagination .swiper-pagination-bullet:hover {
  color: #3A89FD;
}
body.surveyResults .swiper-pagination .swiper-pagination-bullet .component-testimonial-slider-new.modern .kicker {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
abody.surveyResults .swiper-pagination .swiper-pagination-bullet .component-testimonial-slider-new.modern .kicker:hover, buttonbody.surveyResults .swiper-pagination .swiper-pagination-bullet .component-testimonial-slider-new.modern .kicker:hover {
  color: #3A89FD;
}
body.surveyResults .swiper-pagination .swiper-pagination-bullet .component-testimonial-slider-new.modern .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
.surveyResults .swiper-pagination .swiper-pagination-bullet:only-child {
  display: block !important;
}
.surveyResults .swiper-pagination .swiperPlus:last-of-type {
  display: none;
}
.filter-item.surveyResults .swiper-pagination .swiperPlus:last-of-type {
  display: none;
}

.demoSection .demoSwiper .swiper-pagination-bullet {
  margin: 0px;
  height: auto;
  width: auto;
  background-color: transparent;
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  opacity: 1;
  color: #142641;
}

body.demoSection .demoSwiper .swiper-pagination-bullet .component-testimonial-slider-new.modern .kicker {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}

abody.demoSection .demoSwiper .swiper-pagination-bullet .component-testimonial-slider-new.modern .kicker:hover, buttonbody.demoSection .demoSwiper .swiper-pagination-bullet .component-testimonial-slider-new.modern .kicker:hover {
  color: #3A89FD;
}

body.demoSection .demoSwiper .swiper-pagination-bullet .component-testimonial-slider-new.modern .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
.demoSection .demoSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
a.demoSection .demoSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active:hover, button.demoSection .demoSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
  color: #3A89FD;
}
.demoSection .demoSwiper .swiper-pagination-bullet:only-child {
  display: inline-block !important;
}
.demoSection .demoSwiper .swiper-pagination-lock {
  display: inline-block !important;
}
.demoSection .demoSwiper .swiper-slide {
  height: auto;
}
.demoSection .demoSwiper .swiper-slide pre {
  height: 100%;
}
.demoSection .demoSwiper > .indicator {
  position: absolute;
  left: 1rem;
  height: 0.125rem;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: #0062F2;
}
a.demoSection .demoSwiper > .indicator:hover, button.demoSection .demoSwiper > .indicator:hover {
  background-color: #3A89FD;
}
.btn-alternative a.demoSection .demoSwiper > .indicator.w-fit.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.demoSection .demoSwiper > .indicator.w-fit.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.demoSection .demoSwiper > .indicator.w-fit.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.demoSection .demoSwiper > .indicator.w-fit.flex.items-center > svg {
  fill: #142641;
}
.demoSection .demoSwiper > .indicator {
  top: 2.65rem;
}

#requestDocumentCTA {
  padding-top: 0px;
}

#demoHeading {
  padding-bottom: 112px;
}

@media (min-width: 768px) {
  #demoHeading {
    padding-bottom: 180px;
  }
}

@media (min-width: 1024px) {
  #demoHeading {
    padding-bottom: 160px;
  }
}

.demoCard:last-child .cardText {
  border-width: 0px;
}
@media (min-width: 768px) {
  .demoCard:not(.active):hover, .demoCard:not(.active).demoHover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }
  .demoCard:not(.active):hover .icon-right, .demoCard:not(.active).demoHover .icon-right {
    --tw-bg-opacity: 1;
    background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
    background-color: #0062F2;
    --tw-border-opacity: 1;
    border-color: rgb(0 98 242 / var(--tw-border-opacity, 1));
    border-color: #0062F2;
  }
  .demoCard:not(.active):hover .icon-right .checkmark, .demoCard:not(.active).demoHover .icon-right .checkmark {
    display: none;
  }
  .demoCard:not(.active):hover .icon-right .plus, .demoCard:not(.active).demoHover .icon-right .plus {
    display: flex;
  }
  .demoCard:not(.active).demoHover .icon-right {
    display: none;
  }
}
.demoCard.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
  background-color: #0062F2;
}
a.demoCard.active:hover, button.demoCard.active:hover {
  background-color: #3A89FD;
}
.btn-alternative a.demoCard.active.w-fit.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.demoCard.active.w-fit.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.demoCard.active.w-fit.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.demoCard.active.w-fit.flex.items-center > svg {
  fill: #142641;
}
.demoCard.active .divCardText {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.demoCard.active .icon-left {
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
  background-color: #0062F2;
}
a.demoCard.active .icon-left:hover, button.demoCard.active .icon-left:hover {
  background-color: #3A89FD;
}
.btn-alternative a.demoCard.active .icon-left.w-fit.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.demoCard.active .icon-left.w-fit.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.demoCard.active .icon-left.w-fit.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.demoCard.active .icon-left.w-fit.flex.items-center > svg {
  fill: #142641;
}
.demoCard.active .icon-left img {
  filter: invert(94%) sepia(46%) saturate(3326%) hue-rotate(179deg) brightness(108%) contrast(102%);
}
.demoCard.active .icon-right {
  --tw-bg-opacity: 1;
  background-color: rgb(158 197 255 / var(--tw-bg-opacity, 1));
  --tw-border-opacity: 1;
  border-color: rgb(111 169 255 / var(--tw-border-opacity, 1));
}
.demoCard.active .cardText {
  --tw-border-opacity: 1;
  border-color: rgb(198 221 255 / var(--tw-border-opacity, 1));
}
.demoCard.active:not(:first-child) .icon-right {
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
  background-color: #0062F2;
}
a.demoCard.active:not(:first-child) .icon-right:hover, button.demoCard.active:not(:first-child) .icon-right:hover {
  background-color: #3A89FD;
}
.btn-alternative a.demoCard.active:not(:first-child) .icon-right.w-fit.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.demoCard.active:not(:first-child) .icon-right.w-fit.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.demoCard.active:not(:first-child) .icon-right.w-fit.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.demoCard.active:not(:first-child) .icon-right.w-fit.flex.items-center > svg {
  fill: #142641;
}
.demoCard.active:not(:first-child) .icon-right {
  --tw-border-opacity: 1;
  border-color: rgb(0 98 242 / var(--tw-border-opacity, 1));
  border-color: #0062F2;
}
.demoCard.active.lastActive .cardText {
  border-color: transparent;
}
@media (min-width: 768px) {
  .demoCard.active:hover:not(:first-child) .divCardText {
    --tw-bg-opacity: 1;
    background-color: rgb(220 234 255 / var(--tw-bg-opacity, 1));
  }
  .demoCard.active:hover:not(:first-child) .icon-right {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    background-color: #ffffff;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    border-color: #ffffff;
  }
  .demoCard.active:hover:not(:first-child) .icon-right .checkmark {
    display: none;
  }
  .demoCard.active:hover:not(:first-child) .icon-right .minus {
    display: flex;
  }
}

.demoCardNoconf:last-child .cardText {
  border-color: transparent;
}

.component-contact-form.bg-gradient-2-alt h1, .component-contact-form.bg-dark-blue h1, .component-contact-form.bg-gradient-2 h1 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  color: #ffffff !important;
}
.component-contact-form.bg-gradient-1 {
  background-image: url("/wp-content/uploads/2022/01/gradient-1-scaled.jpeg");
  background-position: center;
  background-size: cover;
}
.component-contact-form.bg-gradient-2 {
  background: hsl(216, 53%, 17%);
  background: linear-gradient(0deg, hsl(216, 53%, 17%) 22%, hsl(216, 100%, 47%) 100%);
  background: -webkit-linear-gradient(0deg, hsl(216, 53%, 17%) 22%, hsl(216, 100%, 47%) 100%);
}
.component-contact-form.bg-gradient-2-alt {
  background: hsl(216, 53%, 17%);
  background: linear-gradient(0deg, hsl(216, 53%, 17%) 22%, hsl(216, 100%, 47%) 100%);
  background: -webkit-linear-gradient(0deg, hsl(216, 53%, 17%) 22%, hsl(216, 100%, 47%) 100%);
}
.component-contact-form.bg-gradient-3 {
  background-image: url("/wp-content/uploads/2022/01/gradient-3-1-scaled.jpeg");
  background-position: center;
  background-size: cover;
}

.form-embed {
  text-align: left;
}
.form-embed .hs_error_rollup {
  display: none;
}
.filter-item.form-embed .hs_error_rollup {
  display: none;
}
.form-embed.supportedForm .hs_submit .actions {
  text-align: center;
}
.form-embed.supportedForm .hs_submit input[type=submit] {
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid transparent;
  border-radius: 9999px;
  padding: 10px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #0062f2;
  color: white;
  margin: 0 auto;
  cursor: pointer;
}
.form-embed.supportedForm .hs_submit input[type=submit]:hover, .form-embed.supportedForm .hs_submit input[type=submit]:focus {
  background-color: #0050c5;
  border-color: #0050c5;
}
.form-embed.supportedForm .hs_submit input[type=submit]:hover {
  background-color: #3a89fd !important;
  color: white !important;
}
.form-embed.supportedForm .hs-email,
.form-embed.supportedForm .hs_document_type_requested {
  margin-bottom: 20px;
}
.form-embed.supportedForm .legal-consent-container .hs-richtext {
  padding-right: 20px;
}
.form-embed.supportedForm .legal-consent-container .hs-richtext p,
.form-embed.supportedForm .legal-consent-container .hs-richtext a {
  font-size: 11px;
  line-height: 13px;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.form-embed a {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
a.form-embed a:hover, button.form-embed a:hover {
  color: #3A89FD;
}
.form-embed a {
  text-decoration-line: underline;
}
.form-embed a:hover {
  color: #3a89fd !important;
}
.form-embed .form-columns-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .form-embed .form-columns-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.form-embed .form-columns-1 {
  display: grid;
  gap: 1rem;
}
.form-embed fieldset {
  max-width: 100% !important;
}
.form-embed fieldset + fieldset > div,
.form-embed .hs_recaptcha,
.form-embed .hs_submit {
  margin-top: 1rem;
}
.form-embed .hs-form-field {
  float: none !important;
  width: 100% !important;
}
.form-embed p > br {
  display: none;
}
.filter-item.form-embed p > br {
  display: none;
}
.form-embed label {
  margin-bottom: 0.5rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
}
.form-embed .input {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0px;
}
.form-embed .input input {
  width: 100% !important;
  height: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: #ffffff;
}
section.component-blog-feed.form-embed .input input .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
section.component-blog-feed.form-embed .input input .description {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}
.form-embed .input input {
  box-shadow: 0 1px 2px 0 rgba(31, 41, 55, 0.08);
}
.form-embed .input input::-moz-placeholder {
  color: #D1D5DB;
}
.form-embed .input input::placeholder {
  color: #D1D5DB;
}
.form-embed .input input:not([type=checkbox]):not([type=radio]) {
  width: 100% !important;
}
.form-embed .input input[type=checkbox], .form-embed .input input[type=radio] {
  position: relative;
  top: 0.125rem;
  margin-right: 0.5rem;
}
.form-embed .hs-fieldtype-select .input {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-color: #ffffff;
}
section.component-blog-feed.form-embed .hs-fieldtype-select .input .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
section.component-blog-feed.form-embed .hs-fieldtype-select .input .description {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}
.form-embed .hs-fieldtype-select .input {
  padding: 0.5rem;
  --tw-shadow: 0 1px 2px 0 rgba(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);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  border-color: #e5e7eb;
  border-radius: 0.25rem;
}
.form-embed .hs-fieldtype-select .input select {
  width: 100% !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  background-color: #ffffff !important;
}
section.component-blog-feed.form-embed .hs-fieldtype-select .input select .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
section.component-blog-feed.form-embed .hs-fieldtype-select .input select .description {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}
.form-embed .hs-fieldtype-textarea .input textarea {
  width: 100% !important;
  height: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: #ffffff;
}
section.component-blog-feed.form-embed .hs-fieldtype-textarea .input textarea .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
section.component-blog-feed.form-embed .hs-fieldtype-textarea .input textarea .description {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}
.form-embed .hs-fieldtype-textarea .input textarea {
  box-shadow: 0 1px 2px 0 rgba(31, 41, 55, 0.08);
}
.form-embed .hs-fieldtype-textarea .input textarea::-moz-placeholder {
  color: #D1D5DB;
}
.form-embed .hs-fieldtype-textarea .input textarea::placeholder {
  color: #D1D5DB;
}
.form-embed .legal-consent-container {
  margin-top: 1rem;
}
.form-embed .legal-consent-container p {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}
.form-embed .legal-consent-container p a {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.form-embed .legal-consent-container p + p {
  margin-top: 1rem;
}
.form-embed .legal-consent-container .hs-form-booleancheckbox-display > span {
  width: 100%;
}
.form-embed .hs_submit .actions {
  text-align: center;
}
.form-embed .hs_submit input[type=submit] {
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid transparent;
  border-radius: 0.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 2.75rem;
  font-size: 1rem;
  font-weight: 500;
  background-color: #0062f2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M6.91 4.41a.833.833 0 0 1 1.18 0l5 5a.833.833 0 0 1 0 1.18l-5 5a.833.833 0 0 1-1.18-1.18L11.323 10 6.91 5.59a.833.833 0 0 1 0-1.18' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  color: white;
  margin: 0 auto;
  cursor: pointer;
}
.form-embed .hs_submit input[type=submit]:hover, .form-embed .hs_submit input[type=submit]:focus {
  background-color: #0050c5;
  border-color: #0050c5;
}
@media screen and (max-width: 767px) {
  .form-embed .hs_submit input[type=submit] {
    max-width: 100%;
  }
}
.list-2-columns .form-embed .inputs-list {
  -moz-columns: 2;
       columns: 2;
}
.form-embed .hs-richtext p {
  margin-bottom: 1rem;
}
.form-embed .hs-richtext h1 {
  margin-top: 0.75rem;
  text-align: center;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
a.form-embed .hs-richtext h1:hover, button.form-embed .hs-richtext h1:hover {
  color: #3A89FD;
}
.form-embed fieldset.form-columns-2 .input,
.form-embed fieldset.form-columns-1 .input {
  margin-right: 0px !important;
}
.form-embed .hs_do_you_specialize_in_certain_verticals_ .inputs-list {
  -moz-columns: 2;
       columns: 2;
}
.form-embed.newsletter {
  text-align: center;
}
@media (min-width: 768px) {
  .form-embed.newsletter {
    text-align: left;
  }
}
.form-embed.newsletter .hs-email {
  text-align: left !important;
}
.form-embed.newsletter .hs-button {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}
@media (min-width: 768px) {
  .form-embed.newsletter .hs-button {
    position: absolute !important;
    right: 0px !important;
    top: 26% !important;
  }
}
@media (min-width: 1024px) {
  .form-embed.newsletter .hs-button {
    top: 32% !important;
  }
}
@media screen and (min-width: 840px) {
  .form-embed.newsletter .hs-button {
    top: 29% !important;
  }
}
@media screen and (min-width: 1024px) {
  .form-embed.newsletter .hs-button {
    top: 32% !important;
  }
}
@media (min-width: 768px) {
  .form-embed.newsletter .hs-form-field {
    width: 36vw !important;
    max-width: 70% !important;
  }
}
@media screen and (min-width: 1024px) {
  .form-embed.newsletter .hs-form-field {
    width: 36vw !important;
    max-width: 100% !important;
  }
}
@media screen and (min-width: 1248px) {
  .form-embed.newsletter .hs-form-field {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.form-embed.newsletter .hs_newsletter_data_consent {
  margin-top: 1.5rem;
}

.form-newsletter- .component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-slide {
  height: auto !important;
}
@media screen and (max-width: 1023px) {
  .form-newsletter- .component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-slide {
    width: calc(100% - 3rem) !important;
  }
}
.form-newsletter- .component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-slide-active,
.form-newsletter- .component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-slide-duplicate-active {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 25px 50px -12px rgba(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);
}
.form-newsletter- .component-testimonial-slider-new .swiper.testimonial-swiper-new .border-duo > img {
  position: relative;
  z-index: 20;
}
.form-newsletter- .component-testimonial-slider-new .swiper.testimonial-swiper-new .border-duo::after {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: -0.125rem;
  z-index: 10;
  margin-top: -5.5rem;
  display: block;
  border-radius: 9999px;
  height: 180px;
  width: 180px;
  background-image: linear-gradient(0deg, #0062f2 0 50%, #142641 50% 100%);
}
.form-newsletter- .component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-prev,
.form-newsletter- .component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-next {
  height: 2.5rem;
  width: 2.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.form-newsletter- .component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-prev::before, .form-newsletter- .component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-prev::after,
.form-newsletter- .component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-next::before,
.form-newsletter- .component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-next::after {
  display: none;
}
.filter-item.form-newsletter- .component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-prev::before,.filter-item .form-newsletter- .component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-prev::after,.filter-item
.form-newsletter- .component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-next::before,.filter-item
.form-newsletter- .component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-next::after {
  display: none;
}
.form-newsletter- .component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-prev,
.form-newsletter- .component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.93934 25.0607C8.35355 24.4749 8.35355 23.5252 8.93934 22.9394L18.4853 13.3934C19.0711 12.8077 20.0208 12.8077 20.6066 13.3934C21.1924 13.9792 21.1924 14.929 20.6066 15.5148L13.6213 22.5H38C38.8284 22.5 39.5 23.1716 39.5 24C39.5 24.8285 38.8284 25.5 38 25.5H13.6213L20.6066 32.4853C21.1924 33.0711 21.1924 34.0209 20.6066 34.6066C20.0208 35.1924 19.0711 35.1924 18.4853 34.6066L8.93934 25.0607Z' fill='%230062F2'/%3E%3C/svg%3E");
}
.form-newsletter- .component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-prev {
  left: -3rem;
}
.form-newsletter- .component-testimonial-slider-new .swiper.testimonial-swiper-new .swiper-button-next {
  transform: rotate(180deg);
  right: -3rem;
}
body.bg-gradient-dark .form-newsletter- .component-testimonial-slider-new .swiper.testimonial-swiper-new-modern .swiper-slide {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value,
.odometer-value .odometer-last-value {
  display: flex !important;
  width: 100% !important;
  justify-content: flex-end !important;
}

.btn-alternative a.bg-royal-blue.w-fit.odometer.odometer-auto-theme .odometer-digit .odometer-value.items-center,.btn-alternative a.bg-royal-blue.w-fit
.odometer.odometer-theme-minimal .odometer-digit .odometer-value.items-center,.btn-alternative a.bg-royal-blue.w-fit
.odometer-value .odometer-last-value.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.odometer.odometer-auto-theme .odometer-digit .odometer-value.items-center:hover,.btn-alternative a.bg-royal-blue.w-fit
.odometer.odometer-theme-minimal .odometer-digit .odometer-value.items-center:hover,.btn-alternative a.bg-royal-blue.w-fit
.odometer-value .odometer-last-value.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.odometer.odometer-auto-theme .odometer-digit .odometer-value.items-center:focus,.btn-alternative a.bg-royal-blue.w-fit
.odometer.odometer-theme-minimal .odometer-digit .odometer-value.items-center:focus,.btn-alternative a.bg-royal-blue.w-fit
.odometer-value .odometer-last-value.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative a.bg-royal-blue.w-fit.odometer.odometer-auto-theme .odometer-digit .odometer-value.items-center > svg,.btn-alternative a.bg-royal-blue.w-fit
.odometer.odometer-theme-minimal .odometer-digit .odometer-value.items-center > svg,.btn-alternative a.bg-royal-blue.w-fit
.odometer-value .odometer-last-value.items-center > svg {
  fill: #142641;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.btn-alternative a.bg-royal-blue.w-fit.odometer.odometer-auto-theme .odometer-digit .odometer-value.items-center,.btn-alternative a.bg-royal-blue.w-fit
.odometer.odometer-theme-minimal .odometer-digit .odometer-value.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.odometer.odometer-auto-theme .odometer-digit .odometer-value.items-center:hover,.btn-alternative a.bg-royal-blue.w-fit
.odometer.odometer-theme-minimal .odometer-digit .odometer-value.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.odometer.odometer-auto-theme .odometer-digit .odometer-value.items-center:focus,.btn-alternative a.bg-royal-blue.w-fit
.odometer.odometer-theme-minimal .odometer-digit .odometer-value.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative a.bg-royal-blue.w-fit.odometer.odometer-auto-theme .odometer-digit .odometer-value.items-center > svg,.btn-alternative a.bg-royal-blue.w-fit
.odometer.odometer-theme-minimal .odometer-digit .odometer-value.items-center > svg {
  fill: #142641;
}

.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-minimal,
.odometer.odometer-theme-minimal .odometer-digit {
  vertical-align: top;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  vertical-align: top;
  width: 1ch;
}

.component-testimonial-slider-new.modern.bg-gradient-2-alt .kicker, body.bg-gradient-dark .component-testimonial-slider-new.modern .kicker {
  --tw-text-opacity: 1;
  color: rgb(223 255 0 / var(--tw-text-opacity, 1));
  color: #DFFF00;
}

a.component-testimonial-slider-new.modern.bg-gradient-2-alt .kicker:hover, button.component-testimonial-slider-new.modern.bg-gradient-2-alt .kicker:hover,a body.bg-gradient-dark .component-testimonial-slider-new.modern .kicker:hover, button body.bg-gradient-dark .component-testimonial-slider-new.modern .kicker:hover {
  color: #E5FF80;
}
.component-testimonial-slider-new.modern.bg-gradient-2-alt .title, body.bg-gradient-dark .component-testimonial-slider-new.modern .title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
}
.component-testimonial-slider-new.modern.bg-gradient-2-alt {
  background: hsl(216, 53%, 17%);
  background: linear-gradient(0deg, hsl(216, 53%, 17%) 22%, hsl(216, 100%, 47%) 100%);
  background: -webkit-linear-gradient(0deg, hsl(216, 53%, 17%) 22%, hsl(216, 100%, 47%) 100%);
}
body.bg-transparent .component-testimonial-slider-new.modern .kicker {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
abody.bg-transparent .component-testimonial-slider-new.modern .kicker:hover, buttonbody.bg-transparent .component-testimonial-slider-new.modern .kicker:hover {
  color: #3A89FD;
}
body.bg-transparent .component-testimonial-slider-new.modern .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}

#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589,
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589,
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589 {
  display: flex;
  cursor: pointer;
  align-items: center;
}

.btn-alternative a.bg-royal-blue.w-fit#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589.items-center,.btn-alternative a.bg-royal-blue.w-fit
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589.items-center,.btn-alternative a.bg-royal-blue.w-fit
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589.items-center:hover,.btn-alternative a.bg-royal-blue.w-fit
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589.items-center:hover,.btn-alternative a.bg-royal-blue.w-fit
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589.items-center:focus,.btn-alternative a.bg-royal-blue.w-fit
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589.items-center:focus,.btn-alternative a.bg-royal-blue.w-fit
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative a.bg-royal-blue.w-fit.flex#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589,.btn-alternative a.bg-royal-blue.w-fit.flex
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589,.btn-alternative a.bg-royal-blue.w-fit.flex
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589 {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.flex#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589:hover,.btn-alternative a.bg-royal-blue.w-fit.flex
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589:hover,.btn-alternative a.bg-royal-blue.w-fit.flex
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.flex#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589:focus,.btn-alternative a.bg-royal-blue.w-fit.flex
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589:focus,.btn-alternative a.bg-royal-blue.w-fit.flex
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative a.bg-royal-blue.w-fit#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589.items-center > svg,.btn-alternative a.bg-royal-blue.w-fit
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589.items-center > svg,.btn-alternative a.bg-royal-blue.w-fit
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589.items-center > svg {
  fill: #142641;
}

.btn-alternative a.bg-royal-blue.w-fit.flex#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589 > svg,.btn-alternative a.bg-royal-blue.w-fit.flex
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589 > svg,.btn-alternative a.bg-royal-blue.w-fit.flex
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589 > svg {
  fill: #142641;
}
#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589::before,
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589::before,
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589::before {
  margin-right: 0.5rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  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));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  will-change: transform;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%239ca3af' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9 5 7 7-7 7'/%3E%3C/svg%3E");
}
#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589 > span,
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589 > span,
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589 > span {
  pointer-events: none;
}
#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589 ~ div.input,
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589 ~ div.input,
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589 ~ div.input {
  margin-left: 0.125rem;
  height: 0px;
  transform-origin: top;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0ms;
}
#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589.opened ~ div.input,
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589.opened ~ div.input,
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589.opened ~ div.input {
  height: auto;
  --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;
  transition-duration: 200ms;
}
#label-license_platform-cba0516b-cae8-4936-8011-1410bdc55589.opened::before,
#label-platform__c-cba0516b-cae8-4936-8011-1410bdc55589.opened::before,
#label-hs_lead_status-cba0516b-cae8-4936-8011-1410bdc55589.opened::before {
  --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));
}

.hs-error-msgs label,
.hs-error-msg {
  --tw-text-opacity: 1 !important;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 768px) {
  #homeLogos {
    padding-bottom: 160px;
  }
}

#homeCTA {
  padding-top: 80px;
}

@media (min-width: 768px) {
  #homeCTA {
    padding-top: 120px;
  }
}

@media (min-width: 1024px) {
  #homeCTA {
    padding-top: 160px;
  }
}

#product_cards {
  padding-top: 0px;
}

#product_updates_cta {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  #product_updates_cta {
    padding-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  #product_updates_cta {
    padding-bottom: 80px;
  }
}

.tooltip::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

.clearAllBtn.active {
  --tw-text-opacity: 1 !important;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1)) !important;
  color: #0062F2 !important;
}

a.clearAllBtn.active:hover, button.clearAllBtn.active:hover {
  color: #3A89FD !important;
}

input[type=checkbox] {
  cursor: pointer;
}

@media (min-width: 1024px) {
  #fraudZigZag .zigzagItem {
    gap: 120px;
  }
  #fraudMain .zigzagItem {
    gap: 80px;
  }
}

#securityMindText h3 {
  text-align: left;
}
#securityMindText .description {
  text-align: left;
}

#securityMindText.rtl h3,
#securityMindText.rtl .description {
  text-align: right;
}

.video-placeholder-text-normal {
  position: absolute !important;
  top: 0px !important;
  display: flex !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  flex-direction: row !important;
  align-items: center !important;
  border-radius: 9999px !important;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: transparent !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
  color: #142641 !important;
  background-color: #DFFF00 !important;
}

a.video-placeholder-text-normal:hover, button.video-placeholder-text-normal:hover {
  background-color: #E5FF80 !important;
}

.btn-alternative a.bg-royal-blue.video-placeholder-text-normal.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.video-placeholder-text-normal.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.video-placeholder-text-normal.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative a.bg-royal-blue.w-fit.video-placeholder-text-normal.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.video-placeholder-text-normal.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.video-placeholder-text-normal.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative a.bg-royal-blue.w-fit.flex.video-placeholder-text-normal {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.flex.video-placeholder-text-normal:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.flex.video-placeholder-text-normal:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative a.bg-royal-blue.video-placeholder-text-normal.flex.items-center > svg {
  fill: #142641;
}

.btn-alternative a.bg-royal-blue.w-fit.video-placeholder-text-normal.items-center > svg {
  fill: #142641;
}

.btn-alternative a.bg-royal-blue.w-fit.flex.video-placeholder-text-normal > svg {
  fill: #142641;
}

.video-placeholder-text-normal:hover {
  background-color: #F1FBCE !important;
}

.video-placeholder-text-normal:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 80 197 / var(--tw-border-opacity, 1)) !important;
  background-color: #F1FBCE !important;
}

.page-template-tpl-legal table {
  max-width: 100%;
}
.page-template-tpl-legal table td {
  border-width: 1px;
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):focus, .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):focus-visible, .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):focus-within, .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(220 234 255 / var(--tw-bg-opacity, 1));
  opacity: 1;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.youtube_embed iframe {
  border-radius: 1.5rem;
}

@media (min-width: 768px) {
  .youtube_embed iframe {
    border-radius: 2.5rem;
  }
}

.slider-bullet:not(.active):focus, .slider-bullet:not(.active):focus-visible, .slider-bullet:not(.active):focus-within, .slider-bullet:not(.active):hover {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(220 234 255 / var(--tw-bg-opacity, 1));
  opacity: 1;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.component-code-snippets .swiper-pagination-bullet:hover {
  border-style: none;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 80 197 / var(--tw-text-opacity, 1));
  color: #0050C5;
}

body.component-code-snippets .swiper-pagination-bullet:hover .component-testimonial-slider-new.modern .kicker {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}

abody.component-code-snippets .swiper-pagination-bullet:hover .component-testimonial-slider-new.modern .kicker:hover, buttonbody.component-code-snippets .swiper-pagination-bullet:hover .component-testimonial-slider-new.modern .kicker:hover {
  color: #3A89FD;
}

body.component-code-snippets .swiper-pagination-bullet:hover .component-testimonial-slider-new.modern .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}

.firstScreen .hs_submit .actions {
  width: 50%;
}
.firstScreen .hs_submit input[type=submit] {
  width: 100%;
}
.firstScreen .submitted-message {
  display: none;
}
.filter-item.firstScreen .submitted-message {
  display: none;
}

.broken_link {
  text-decoration-line: none !important;
}

.os-card--1 {
  background: linear-gradient(107deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%) center/100% 100% no-repeat, url("./assets/images/os-card--1.webp") center bottom/100% auto no-repeat;
}
.os-card--2 {
  background: linear-gradient(107deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%) center/100% 100% no-repeat, url("./assets/images/os-card--2.webp") center bottom/100% auto no-repeat;
}
.os-card--3 {
  background: linear-gradient(107deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%) center/100% 100% no-repeat, url("./assets/images/os-card--3.webp") center bottom/100% auto no-repeat;
}
.os-card--4 {
  background: linear-gradient(107deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%) center/100% 100% no-repeat, url("./assets/images/os-card--4.webp") center bottom/100% auto no-repeat;
}

@media (min-width: 1024px) {
  .os-card--1 {
    background: linear-gradient(107deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%) center/100% 100% no-repeat, url("./assets/images/os-card--1--desktop.webp") center bottom/100% auto no-repeat;
    grid-column: span 2 / span 2;
  }
  .os-card--2 {
    background: linear-gradient(107deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%) center/100% 100% no-repeat, url("./assets/images/os-card--2--desktop.webp") center bottom/100% auto no-repeat;
  }
  .os-card--3 {
    background: linear-gradient(107deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%) center/100% 100% no-repeat, url("./assets/images/os-card--3--desktop.webp") center bottom/100% auto no-repeat;
  }
  .os-card--4 {
    background: linear-gradient(107deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%) center/100% 100% no-repeat, url("./assets/images/os-card--4--desktop.webp") center bottom/100% auto no-repeat;
    grid-column: span 2 / span 2;
  }
}
.heading-child-blue * {
  padding-bottom: 0.125rem;
}
@media (min-width: 1024px) {
  .heading-child-blue * {
    display: block;
  }
}
.heading-child-blue * {
  background: linear-gradient(90deg, #36CED3, #5A9DFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-child-blue-alt * {
  display: block;
  padding-bottom: 0.125rem;
  background: linear-gradient(90deg, #1386E8, #36CED3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*
.number-element {
    background: linear-gradient(140deg, #9EC5FF 13.48%, #1372FF 104.56%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
*/
.child-blue * {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}
a.child-blue *:hover, button.child-blue *:hover {
  color: #3A89FD;
}

.child-blue-gradient * {
  --tw-text-opacity: 1;
  color: rgb(67 142 255 / var(--tw-text-opacity, 1));
}

.sl-demo {
  max-height: 100%;
}

.lottie-animation svg {
  visibility: visible;
  display: block;
}

.use_cases_nav button {
  width: 100%;
  border-radius: 35px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  font-weight: 500;
  line-height: 1.6 !important;
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  color: #142641;
  background-color: #ffffff;
}

section.component-blog-feed.use_cases_nav button .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}

section.component-blog-feed.use_cases_nav button .description {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}

.use_cases_nav button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .use_cases_nav button {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.use_cases_nav.use_cases_nav--small button {
  text-wrap: nowrap;
  border-radius: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.use_cases_nav button.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
  background: radial-gradient(circle at 70% 50%, #3B82F6, #1D4ED8);
}

.case-item > a,
div.case-item > div {
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(30px);
  border-radius: 25px;
}

.ps__img {
  height: 0px;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ps.active .ps__img {
  height: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  opacity: 1;
}
@media (min-width: 1024px) {
  .ps.active .ps__img {
    display: none;
  }
}

.ps__hidden {
  height: 0px;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.active .ps__hidden {
  height: auto;
  opacity: 1;
}

.ps__svg {
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.active .ps__svg {
  --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));
}

.ps.filter-active > div {
  --tw-border-opacity: 1;
  border-color: rgb(0 98 242 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.use-cases-container {
  background-size: 80%;
}

.choices {
  width: 100%;
}

@media (min-width: 1024px) {
  .choices {
    display: none;
  }
}

.choices .choices__inner {
  border-radius: 100px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
  border-color: #e5e7eb;
  background-color: #ffffff;
}

section.component-blog-feed.choices .choices__inner .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}

section.component-blog-feed.choices .choices__inner .description {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}

.choices .choices__list--dropdown {
  border-radius: 20px;
  border-style: none;
  box-shadow: 0 2.381px 4.761px 0 rgba(31, 41, 55, 0.08);
  border: none !important;
  padding: 0 !important;
}

.choices.is-open {
  border-style: none;
}

.choices.is-open .choices__inner {
  border-radius: 100px;
}

.choices .choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-color: #ffffff;
}

section.component-blog-feed.choices .choices__list--dropdown .choices__item--selectable.is-highlighted .title,section.component-blog-feed
.choices .choices__list[aria-expanded] .choices__item--selectable.is-highlighted .title {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}

section.component-blog-feed.choices .choices__list--dropdown .choices__item--selectable.is-highlighted .description,section.component-blog-feed
.choices .choices__list[aria-expanded] .choices__item--selectable.is-highlighted .description {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}

body .choices .choices__list--dropdown, .choices__list[aria-expanded] {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.choices .choices__list--dropdown.choices__list,
.choices .choices__list[aria-expanded] {
  margin-top: 0.75rem;
  overflow: hidden;
  border-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.choices .choices__list--dropdown .choices__item {
  cursor: pointer;
  padding: 0.5rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.choices .choices__list--dropdown .choices__item::before {
  content: "";
  margin-right: 0.5rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  vertical-align: middle;
}

.choices .choices__list--dropdown .choices__item.is-selected::before {
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
  outline-style: solid;
  outline-width: 1px;
  outline-color: #0062F2;
  background-color: #0062F2;
  border-color: #ffffff;
}

a.choices .choices__list--dropdown .choices__item.is-selected:hover::before, button.choices .choices__list--dropdown .choices__item.is-selected:hover::before {
  background-color: #3A89FD;
}

.btn-alternative a.choices .choices__list--dropdown .choices__item.is-selected.w-fit.flex.items-center::before {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative a.choices .choices__list--dropdown .choices__item.is-selected.w-fit.flex.items-center:hover::before {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative a.choices .choices__list--dropdown .choices__item.is-selected.w-fit.flex.items-center:focus::before {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative a.choices .choices__list--dropdown .choices__item.is-selected.w-fit.flex.items-center > svg::before {
  fill: #142641;
}

body .choices[data-type*=select-one]::after {
  height: 20px;
  width: 20px;
  border-style: none;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyMCAyMSI+PHBhdGggZmlsbD0iIzlDQTNBRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNi4wNzMgMTIuMDFhLjgzMi44MzIgMCAwIDEgMS4xNzYgMGwyLjc0IDIuNzQgMi43MzgtMi43NGEuODMxLjgzMSAwIDEgMSAxLjE3NiAxLjE3N2wtMy4zMjcgMy4zMjZhLjgzMi44MzIgMCAwIDEtMS4xNzYgMGwtMy4zMjctMy4zMjZhLjgzMi44MzIgMCAwIDEgMC0xLjE3NlpNMTMuOTEzIDkuNTAzYS44MzIuODMyIDAgMCAxLTEuMTc2IDBMOS45OTggNi43NjQgNy4yNiA5LjUwM2EuODMyLjgzMiAwIDEgMS0xLjE3Ni0xLjE3Nkw5LjQxIDVhLjgzMi44MzIgMCAwIDEgMS4xNzYgMGwzLjMyNyAzLjMyN2EuODMyLjgzMiAwIDAgMSAwIDEuMTc2WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
  margin-top: -10px;
}

.platform-storyline {
  background-image: url("./assets/images/platform-left.webp"), url("./assets/images/platform-right.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center, right center;
}

.client-quote-card {
  box-shadow: 0 -5px 30.9px 0 rgba(158, 197, 255, 0.15);
  background: linear-gradient(40deg, white 65%, #D1E4FF 90%);
}

.dev-card {
  box-shadow: 0 -5px 30.9px 0 rgba(158, 197, 255, 0.15);
  background: linear-gradient(167deg, white 45%, #D1E4FF 70%);
}
.dev-card__single {
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(36px);
}

.site-footer .hbspt-form form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1rem;
}

.btn-alternative a.bg-royal-blue.w-fit.site-footer .hbspt-form form.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.site-footer .hbspt-form form.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.site-footer .hbspt-form form.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative a.bg-royal-blue.w-fit.site-footer .hbspt-form form.items-center > svg {
  fill: #142641;
}
.site-footer .hbspt-form .hs-error-msgs {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.site-footer .hs-email {
  flex-grow: 1;
}
.site-footer .hs-email label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
}
.site-footer .hs-email input {
  width: 100%;
  border-radius: 100px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.site-footer .hs_submit input {
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.site-footer .hs_newsletter_data_consent {
  order: 9999;
  flex-basis: 100%;
}
.site-footer .hs_newsletter_data_consent span {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
}
.site-footer .hs_newsletter_data_consent span a {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
}
.site-footer .hs_newsletter_data_consent span a:hover {
  text-decoration-line: underline;
}
.site-footer .hs_newsletter_data_consent label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.btn-alternative a.bg-royal-blue.w-fit.site-footer .hs_newsletter_data_consent label.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.w-fit.site-footer .hs_newsletter_data_consent label.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.w-fit.site-footer .hs_newsletter_data_consent label.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.bg-royal-blue.w-fit.flex.site-footer .hs_newsletter_data_consent label {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.w-fit.flex.site-footer .hs_newsletter_data_consent label:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.w-fit.flex.site-footer .hs_newsletter_data_consent label:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.bg-royal-blue.w-fit.site-footer .hs_newsletter_data_consent label.items-center > svg {
  fill: #142641;
}
.btn-alternative a.bg-royal-blue.w-fit.flex.site-footer .hs_newsletter_data_consent label > svg {
  fill: #142641;
}

.heading-dark-override h2 {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
  color: #142641;
}

.welcomeScreen {
  box-shadow: 0 -5px 30.9px 0 rgba(158, 197, 255, 0.3);
}

@media (min-width: 1024px) {
  .form-embed .hs_submit .actions {
    width: 268px;
  }
}

.single-new-test {
  box-shadow: 0 10px 5px 0 rgba(158, 197, 255, 0.3);
}

.updated-design {
  background-image: url(./assets/images/platform-hero.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

body .swiper-paginationTestimonials .swiper-pagination-bullet {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  height: 0.75rem;
  width: 0.75rem;
  background-color: rgb(111 169 255 / 0.4);
}

@media (min-width: 1024px) {
  body .swiper-paginationTestimonials .swiper-pagination-bullet {
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
  }
}

body .swiper-paginationTestimonials .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(111 169 255 / var(--tw-bg-opacity, 1));
}

.testimonial_bg {
  background-size: 63%;
}

.subMenuSection {
  background: linear-gradient(111deg, #F2F7FF 12.57%, #FFF 63.23%);
}

/* Two fixed columns; JS distributes visible items evenly (fill first column, then next) */
.columns-grid {
  display: flex;
  gap: 20px;
}

.columns-grid .filter-item {
  width: 100%;
  transition: opacity 0.15s ease;
  min-height: 32px;
  display: flex;
  align-items: center;
}

.filter-item.hidden {
  display: none;
}

/* Active filter button background */
.filter-btn.active {
  background-color: #ffffff;
  border-radius: 8px 0 0 8px;
  transition: background-color 0.2s ease;
}

.filter-btn {
  position: relative;
  overflow: visible;
}

.filter-btn::before,
.filter-btn::after {
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

#submenu_desktop_0 .filter-btn::before,
#submenu_desktop_0 .filter-btn::after {
  right: 0.5rem;
}

.filter-btn::before {
  top: -10px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='10' viewBox='0 0 20 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 10V0C16.8115 5.8585 12.2496 7.97512 0 10H20Z' fill='white'/%3E%3C/svg%3E");
}

.filter-btn::after {
  bottom: -10px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='10' viewBox='0 0 20 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0V10C16.8115 4.1415 12.2496 2.02488 0 0H20Z' fill='white'/%3E%3C/svg%3E");
}

.filter-btn.active::before,
.filter-btn.active::after {
  opacity: 1;
}

.lp-list-styling ul li {
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}

.btn-alternative a.bg-royal-blue.w-fit.lp-list-styling ul li.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.lp-list-styling ul li.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.lp-list-styling ul li.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative a.bg-royal-blue.w-fit.lp-list-styling ul li.items-center > svg {
  fill: #142641;
}

@media (min-width: 1024px) {
  .lp-list-styling ul li {
    gap: 24px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.lp-list-styling ul li:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}

.lp-list-styling ul li::before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDQ4IDYuMzUyYTEuMiAxLjIgMCAwIDEgMCAxLjY5NmwtOS42IDkuNmExLjIgMS4yIDAgMCAxLTEuNjk2IDBsLTQuOC00LjhhMS4yIDEuMiAwIDAgMSAxLjY5Ni0xLjY5Nkw5LjYgMTUuMTAzbDguNzUyLTguNzUxYTEuMiAxLjIgMCAwIDEgMS42OTYgMCIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  content: "";
}

.lp-list-styling p {
  margin-bottom: 1.5rem;
}

body.lp {
  background-image: url("./assets/images/full-lp.webp");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.bg-bottom-right {
  background-position: 100% 100%;
}

.lpForm {
  position: relative;
}
.lpForm__inner {
  position: relative;
  border-radius: 0.5rem;
  background-color: rgb(255 255 255 / 0.9);
}

.welcomeScreenContent ul > li {
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
  color: #2F4361;
}

.btn-alternative a.bg-royal-blue.w-fit.welcomeScreenContent ul > li.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.welcomeScreenContent ul > li.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.welcomeScreenContent ul > li.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative a.bg-royal-blue.w-fit.welcomeScreenContent ul > li.items-center > svg {
  fill: #142641;
}

@media (min-width: 1024px) {
  .welcomeScreenContent ul > li {
    gap: 24px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.welcomeScreenContent ul > li:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}
.welcomeScreenContent ul > li::before {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  background-repeat: no-repeat;
  content: "";
  background-image: url("./assets/images/check.svg");
}

.single-lp .form_homepage .welcomeScreen {
  border-radius: 40px;
  border: 1px solid #E5E7EB;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
}

.single-lp .form_homepage .welcomeScreen .form-embed {
  border-radius: 40px;
  border: 2.5px solid #FAFCFF;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 -5px 30.9px 0 rgba(158, 197, 255, 0.3);
}

.btn-alternative a.bg-royal-blue.w-fit.flex.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.flex.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}

.btn-alternative a.bg-royal-blue.w-fit.flex.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.btn-alternative a.bg-royal-blue.w-fit.flex.items-center > svg {
  fill: #142641;
}

@media (min-width: 992px) {
  .use-cases-container {
    background-size: 51%;
  }
  .uses-cases-box {
    box-shadow: 0 28.667px 166px 0 rgba(255, 255, 255, 0.5) inset, 0 0 44px 0 rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(30px);
  }
  .client-quote-card {
    background: linear-gradient(40deg, white 45%, #D1E4FF 70%);
  }
}
.actor-carousel {
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.actor-carousel::-webkit-scrollbar {
  display: none;
}

.tech-card {
  transition: flex 0.5s cubic-bezier(0.4, 0, 0.2, 1), height 0.4s ease;
}
.tech-card__text {
  max-height: 0;
  transition: opacity 0.3s ease 0.15s, max-height 0.45s ease;
}
.tech-card:hover {
  flex: 1.89;
}
.tech-card:hover .tech-card__text {
  opacity: 1;
  max-height: 150px;
}

.home-quote p:first-of-type {
  font-weight: 500;
}

.actor-card {
  position: relative;
  height: 261px;
  border-radius: 0.5rem;
}
.actor-card__body {
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 0.5rem;
  padding: 2rem;
}
.btn-alternative a.bg-royal-blue.w-fit.actor-card__body.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.w-fit.actor-card__body.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.w-fit.actor-card__body.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.bg-royal-blue.w-fit.actor-card__body.items-center > svg {
  fill: #142641;
}
.actor-card__heading {
  position: absolute;
  inset: 0px;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-radius: 0.5rem;
  padding: 2rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.btn-alternative a.bg-royal-blue.w-fit.actor-card__heading.items-center {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.w-fit.actor-card__heading.items-center:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1)) !important;
}
.btn-alternative a.bg-royal-blue.w-fit.actor-card__heading.items-center:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}
.btn-alternative a.bg-royal-blue.w-fit.actor-card__heading.items-center > svg {
  fill: #142641;
}
.actor-card:hover .actor-card__heading {
  transform: translateY(-75%);
}
.actor-card:hover .actor-card__heading h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
}

.component-appstore.mb-layout {
  background-image: url(/wp-content/uploads/2022/01/gradient-1-scaled.jpeg);
  background-position: 50%;
  background-size: cover;
}
.component-appstore.mb-layout .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}
.component-appstore.mb-layout .description {
  margin-top: 20px;
  font-size: 18px;
  line-height: 28px;
}

.mb-primary-link a {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
}

.mb-secondary-link a {
  --tw-text-opacity: 1;
  color: rgb(223 255 0 / var(--tw-text-opacity, 1));
}

@font-face {
  font-family: "lg";
  src: url("./assets/fonts/lg.woff2?io9a6k") format("woff2"), url("./assets/fonts/lg.ttf?io9a6k") format("truetype"), url("./assets/fonts/lg.woff?io9a6k") format("woff"), url("./assets/fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: transparent;
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #ffffff;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: transparent;
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("./assets/images/loading.gif") no-repeat scroll center center transparent;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}
.lg-outer .lg-media-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-media-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-media-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #142641;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 0.98;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-outer .lg-thumb-outer {
  background-color: transparent;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}
.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #dfff00;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}
.lg-outer.lg-animate-thumb .lg-thumb {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.lg-outer .lg-video-poster {
  z-index: 1;
}
.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s ease-in;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes lg-play-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}
.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.12s ease-in;
}
.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}

.marker\:text-2xl *::marker {
  font-size: 24px;
  line-height: 32px;
}

.marker\:font-bold *::marker {
  font-weight: 700;
}

.marker\:text-royal-blue *::marker {
  color: rgb(0 98 242 );
  color: #0062F2;
}

.marker\:text-2xl::marker {
  font-size: 24px;
  line-height: 32px;
}

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

.marker\:text-royal-blue::marker {
  color: rgb(0 98 242 );
  color: #0062F2;
}

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

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

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

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

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

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

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

.before\:bg-gradient-to-b::before {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.before\:from-white::before {
  content: var(--tw-content);
  --tw-gradient-from: #FFFFFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:to-transparent::before {
  content: var(--tw-content);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

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

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

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

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

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

.after\:h-\[40px\]::after {
  content: var(--tw-content);
  height: 40px;
}

.after\:bg-gradient-to-t::after {
  content: var(--tw-content);
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.after\:from-white::after {
  content: var(--tw-content);
  --tw-gradient-from: #FFFFFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:to-transparent::after {
  content: var(--tw-content);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

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

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

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

.hover\:border-\[\#0062F2\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 98 242 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 80 197 / var(--tw-border-opacity, 1));
}

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

.hover\:bg-\[\#DF317C\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(223 49 124 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#E7F0FF\]\/30:hover {
  background-color: rgb(231 240 255 / 0.3);
}

.hover\:bg-\[\#FCFBFA80\]:hover {
  background-color: #FCFBFA80;
}

.hover\:bg-azure:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(58 137 253 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cobalt-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-dark-blue-2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(47 67 97 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lightest-gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 80 197 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-\[\#D7F5F6\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(215 245 246 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-\[\#FAE0EF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 224 239 / var(--tw-bg-opacity, 1));
}

.hover\:fill-primary-700:hover {
  fill: #0050C5;
}

.hover\:text-azure:hover {
  --tw-text-opacity: 1;
  color: rgb(58 137 253 / var(--tw-text-opacity, 1));
}

.hover\:text-dark-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
}

.hover\:text-lime:hover {
  --tw-text-opacity: 1;
  color: rgb(223 255 0 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-700:hover {
  --tw-text-opacity: 1;
  color: rgb(0 80 197 / var(--tw-text-opacity, 1));
}

.hover\:text-royal-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:opacity-\[0\.2\]:hover {
  opacity: 0.2;
}

.hover\:shadow-cardHover:hover {
  --tw-shadow: 0px 2px 4px 0px rgba(31, 41, 55, 0.08);
  --tw-shadow-colored: 0px 2px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -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);
}

.hover\:shadow-none:hover {
  --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);
}

.hover\:brightness-105:hover {
  --tw-brightness: brightness(1.05);
  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);
}

.hover\:text-dark-blue:hover {
  color: #142641;
}

.hover\:bg-dark-blue-2:hover {
  background-color: #2F4361;
}

.hover\:text-royal-blue:hover {
  color: #0062F2;
}

.hover\:text-lime:hover {
  color: #DFFF00;
}

.hover\:text-light-lime:hover {
  color: #F1FBCE;
}

.hover\:bg-light-lime:hover {
  background-color: #F1FBCE;
}

.hover\:border-light-lime:hover {
  border-color: #F1FBCE;
}

.hover\:text-light-gray:hover {
  color: #d1d5db;
}

.hover\:bg-lightest-gray:hover {
  background-color: #F9FAFB;
}

.hover\:bg-white:hover {
  background-color: #ffffff;
}

.focus\:border:focus {
  border-width: 1px;
}

.focus\:border-solid:focus {
  border-style: solid;
}

.focus\:\!border-transparent:focus {
  border-color: transparent !important;
}

.focus\:border-primary-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 80 197 / var(--tw-border-opacity, 1));
}

.focus\:border-royal-blue:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 98 242 / var(--tw-border-opacity, 1));
}

.focus\:bg-\[\#DF317C\]\/90:focus {
  background-color: rgb(223 49 124 / 0.9);
}

.focus\:bg-primary-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 80 197 / var(--tw-bg-opacity, 1));
}

.focus\:fill-primary-700:focus {
  fill: #0050C5;
}

.focus\:text-\[\#0050C5\]:focus {
  --tw-text-opacity: 1;
  color: rgb(0 80 197 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-700:focus {
  --tw-text-opacity: 1;
  color: rgb(0 80 197 / var(--tw-text-opacity, 1));
}

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

.focus\:outline:focus {
  outline-style: solid;
}

.focus\:outline-0:focus {
  outline-width: 0px;
}

.focus\:outline-1:focus {
  outline-width: 1px;
}

.focus\:outline-royal-blue:focus {
  outline-color: #0062F2;
}

.focus\:border-royal-blue:focus {
  border-color: #0062F2;
}

.focus\:text-light-lime:focus {
  color: #F1FBCE;
}

.focus\:bg-light-lime:focus {
  background-color: #F1FBCE;
}

.focus\:border-light-lime:focus {
  border-color: #F1FBCE;
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:outline-gray-400:focus-visible {
  outline-color: #9CA3AF;
}

.group[open] .group-open\: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));
}

.group:focus-within .group-focus-within\:visible {
  visibility: visible;
}

.group:focus-within .group-focus-within\:opacity-100 {
  opacity: 1;
}

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

.group:hover .group-hover\:left-0 {
  left: 0px;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:flex {
  display: flex;
}

.group:hover .group-hover\:hidden {
  display: none;
}

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

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  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));
}

.group:hover .group-hover\:rotate-12 {
  --tw-rotate: 12deg;
  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));
}

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

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

.group:hover .group-hover\:bg-\[\#0062F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-\[\#36CED3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(54 206 211 / var(--tw-bg-opacity, 1));
}

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

.group\/link:hover .group-hover\/link\:fill-royal-blue {
  fill: #0062F2;
}

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

.group:hover .group-hover\:fill-azure {
  fill: #3A89FD;
}

.group:hover .group-hover\:text-\[\#003685\] {
  --tw-text-opacity: 1;
  color: rgb(0 54 133 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-\[\#0062F2\] {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-\[\#36CED3\] {
  --tw-text-opacity: 1;
  color: rgb(54 206 211 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-\[\#DF3196\] {
  --tw-text-opacity: 1;
  color: rgb(223 49 150 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-royal-blue {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

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

.group:hover .group-hover\:blur-2xl {
  --tw-blur: blur(40px);
  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);
}

.group:hover .group-hover\:brightness-110 {
  --tw-brightness: brightness(1.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);
}

.group:hover .group-hover\:text-royal-blue {
  color: #0062F2;
}

.group:focus .group-focus\:text-\[\#003685\] {
  --tw-text-opacity: 1;
  color: rgb(0 54 133 / var(--tw-text-opacity, 1));
}

.group:focus .group-focus\:text-\[\#0062F2\] {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
}

.group:focus .group-focus\:text-\[\#36CED3\] {
  --tw-text-opacity: 1;
  color: rgb(54 206 211 / var(--tw-text-opacity, 1));
}

.group:focus .group-focus\:text-\[\#DF3196\] {
  --tw-text-opacity: 1;
  color: rgb(223 49 150 / var(--tw-text-opacity, 1));
}

.group:active .group-active\:fill-\[\#E5E7EB\] {
  fill: #E5E7EB;
}

.group.errorInput .group-\[\.errorInput\]\:block {
  display: block;
}

.group.errorInput .group-\[\.errorInput\]\:border-red-error {
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}

.group.swiper-slide-active .group-\[\.swiper-slide-active\]\:text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.group.swiper-slide-active .group-\[\.swiper-slide-active\]\:text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.group.swiper-slide-active .group-\[\.swiper-slide-active\]\:font-bold {
  font-weight: 700;
}

.group.swiper-slide-active .group-\[\.swiper-slide-active\]\:text-dark-blue-2 {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
}

.group.swiper-slide-active .group-\[\.swiper-slide-active\]\:text-royal-blue {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
}

.group.swiper-slide-active .group-\[\.swiper-slide-active\]\:text-dark-blue-2 {
  color: #2F4361;
}

.group.swiper-slide-active .group-\[\.swiper-slide-active\]\:text-royal-blue {
  color: #0062F2;
}

.group.swiper-slide-active .group-\[\.swiper-slide-active\]\:\[transition\:transform_700ms_ease-in-out\2c color_700ms_ease-in-out\2c border_500ms_ease-in-out\] {
  transition: transform 700ms ease-in-out,color 700ms ease-in-out,border 500ms ease-in-out;
}

.prose-strong\:font-normal :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-weight: 400;
}

.active .active\:h-unset {
  height: unset;
}

.active .active\:rotate-\[6deg\] {
  --tw-rotate: 6deg;
  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 rightToLeft {
  0% {
    transform: translateX(16px);
  }
  100% {
    transform: translateX(0px);
  }
}

.active .active\:animate-rightToLeft {
  animation: rightToLeft 0.5s linear;
}

.active .active\:text-royal-blue {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
}

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

.active .active\:text-royal-blue {
  color: #0062F2;
}

@media (min-width: 420px) {
  .mobile-small\:max-w-\[92\%\] {
    max-width: 92%;
  }
}

@media (min-width: 480px) {
  .mobile-mid\:top-\[25px\] {
    top: 25px;
  }
}

@media (min-width: 640px) {
  .sm\:m-0 {
    margin: 0px;
  }
  .sm\:mb-0 {
    margin-bottom: 0px;
  }
  .sm\:mb-16 {
    margin-bottom: 4rem;
  }
  .sm\:mt-0 {
    margin-top: 0px;
  }
  .sm\:block {
    display: block;
  }
  .sm\:inline-block {
    display: inline-block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:h-\[312px\] {
    height: 312px;
  }
  .sm\:w-\[200px\] {
    width: 200px;
  }
  .sm\:w-\[33\.3333\%\] {
    width: 33.3333%;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:scale-160 {
    --tw-scale-x: 1.6;
    --tw-scale-y: 1.6;
    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));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:flex-col {
    flex-direction: column;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-center {
    justify-content: center;
  }
  .sm\:gap-\[16px\] {
    gap: 16px;
  }
  .sm\:gap-\[8px\] {
    gap: 8px;
  }
  .sm\:p-\[60px\] {
    padding: 60px;
  }
  .sm\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .sm\:pl-5 {
    padding-left: 1.25rem;
  }
  .sm\:pt-12 {
    padding-top: 3rem;
  }
  .sm\:text-center {
    text-align: center;
  }
  .sm\:text-xl {
    font-size: 20px;
    line-height: 32px;
  }
  .sm\:tracking-\[7px\] {
    letter-spacing: 7px;
  }
}

@media (min-width: 768px) {
  .md\:relative {
    position: relative;
  }
  .md\:sticky {
    position: sticky;
  }
  .md\:bottom-6 {
    bottom: 1.5rem;
  }
  .md\:left-\[10\%\] {
    left: 10%;
  }
  .md\:left-\[35\%\] {
    left: 35%;
  }
  .md\:right-0 {
    right: 0px;
  }
  .md\:right-\[-30\%\] {
    right: -30%;
  }
  .md\:right-\[-32px\] {
    right: -32px;
  }
  .md\:right-\[-50px\] {
    right: -50px;
  }
  .md\:right-\[-50vw\] {
    right: -50vw;
  }
  .md\:right-\[-70px\] {
    right: -70px;
  }
  .md\:right-\[-80px\] {
    right: -80px;
  }
  .md\:right-\[12px\] {
    right: 12px;
  }
  .md\:top-0 {
    top: 0px;
  }
  .md\:top-1\/2 {
    top: 50%;
  }
  .md\:top-1\/3 {
    top: 33.333333%;
  }
  .md\:top-\[-10px\] {
    top: -10px;
  }
  .md\:top-\[-170px\] {
    top: -170px;
  }
  .md\:top-\[-70px\] {
    top: -70px;
  }
  .md\:top-\[14px\] {
    top: 14px;
  }
  .md\:top-\[25px\] {
    top: 25px;
  }
  .md\:top-\[30px\] {
    top: 30px;
  }
  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .md\:my-\[60px\] {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .md\:-mr-6 {
    margin-right: -1.5rem;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .md\:mb-20 {
    margin-bottom: 5rem;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:mb-\[-60px\] {
    margin-bottom: -60px;
  }
  .md\:mb-\[40px\] {
    margin-bottom: 40px;
  }
  .md\:mb-\[60px\] {
    margin-bottom: 60px;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-10 {
    margin-top: 2.5rem;
  }
  .md\:mt-\[-190px\] {
    margin-top: -190px;
  }
  .md\:mt-\[40px\] {
    margin-top: 40px;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:\!h-\[390px\] {
    height: 390px !important;
  }
  .md\:\!h-\[560px\] {
    height: 560px !important;
  }
  .md\:h-\[100\%\] {
    height: 100%;
  }
  .md\:h-\[143px\] {
    height: 143px;
  }
  .md\:h-\[170px\] {
    height: 170px;
  }
  .md\:h-\[350px\] {
    height: 350px;
  }
  .md\:h-\[40px\] {
    height: 40px;
  }
  .md\:h-\[44px\] {
    height: 44px;
  }
  .md\:h-\[60px\] {
    height: 60px;
  }
  .md\:h-\[650px\] {
    height: 650px;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:\!max-h-\[390px\] {
    max-height: 390px !important;
  }
  .md\:max-h-\[100\%\] {
    max-height: 100%;
  }
  .md\:max-h-\[138px\] {
    max-height: 138px;
  }
  .md\:max-h-\[500px\] {
    max-height: 500px;
  }
  .md\:max-h-\[96px\] {
    max-height: 96px;
  }
  .md\:max-h-none {
    max-height: none;
  }
  .md\:min-h-\[160px\] {
    min-height: 160px;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-2\/5 {
    width: 40%;
  }
  .md\:w-3\/5 {
    width: 60%;
  }
  .md\:w-4\/7 {
    width: 57.15%;
  }
  .md\:w-\[130px\] {
    width: 130px;
  }
  .md\:w-\[263px\] {
    width: 263px;
  }
  .md\:w-\[340px\] {
    width: 340px;
  }
  .md\:w-\[375px\] {
    width: 375px;
  }
  .md\:w-\[40\%\] {
    width: 40%;
  }
  .md\:w-\[40px\] {
    width: 40px;
  }
  .md\:w-\[480px\] {
    width: 480px;
  }
  .md\:w-\[50\%\] {
    width: 50%;
  }
  .md\:w-\[60px\] {
    width: 60px;
  }
  .md\:w-\[80\%\] {
    width: 80%;
  }
  .md\:w-\[96\%\] {
    width: 96%;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:w-max {
    width: -moz-max-content;
    width: max-content;
  }
  .md\:w-unset {
    width: unset;
  }
  .md\:min-w-\[400px\] {
    min-width: 400px;
  }
  .md\:min-w-\[500px\] {
    min-width: 500px;
  }
  .md\:max-w-5xl {
    max-width: 64rem;
  }
  .md\:max-w-70p {
    max-width: 70%;
  }
  .md\:max-w-\[100\%\] {
    max-width: 100%;
  }
  .md\:max-w-\[120px\] {
    max-width: 120px;
  }
  .md\:max-w-\[1216px\] {
    max-width: 1216px;
  }
  .md\:max-w-\[140px\] {
    max-width: 140px;
  }
  .md\:max-w-\[180px\] {
    max-width: 180px;
  }
  .md\:max-w-\[200px\] {
    max-width: 200px;
  }
  .md\:max-w-\[240px\] {
    max-width: 240px;
  }
  .md\:max-w-\[245px\] {
    max-width: 245px;
  }
  .md\:max-w-\[280px\] {
    max-width: 280px;
  }
  .md\:max-w-\[290px\] {
    max-width: 290px;
  }
  .md\:max-w-\[292px\] {
    max-width: 292px;
  }
  .md\:max-w-\[300px\] {
    max-width: 300px;
  }
  .md\:max-w-\[313px\] {
    max-width: 313px;
  }
  .md\:max-w-\[320px\] {
    max-width: 320px;
  }
  .md\:max-w-\[368px\] {
    max-width: 368px;
  }
  .md\:max-w-\[394px\] {
    max-width: 394px;
  }
  .md\:max-w-\[400px\] {
    max-width: 400px;
  }
  .md\:max-w-\[40vw\] {
    max-width: 40vw;
  }
  .md\:max-w-\[420px\] {
    max-width: 420px;
  }
  .md\:max-w-\[460px\] {
    max-width: 460px;
  }
  .md\:max-w-\[487px\] {
    max-width: 487px;
  }
  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }
  .md\:max-w-\[500px\] {
    max-width: 500px;
  }
  .md\:max-w-\[510px\] {
    max-width: 510px;
  }
  .md\:max-w-\[535px\] {
    max-width: 535px;
  }
  .md\:max-w-\[575px\] {
    max-width: 575px;
  }
  .md\:max-w-\[580px\] {
    max-width: 580px;
  }
  .md\:max-w-\[592px\] {
    max-width: 592px;
  }
  .md\:max-w-\[60\%\] {
    max-width: 60%;
  }
  .md\:max-w-\[600px\] {
    max-width: 600px;
  }
  .md\:max-w-\[720px\] {
    max-width: 720px;
  }
  .md\:max-w-\[928px\] {
    max-width: 928px;
  }
  .md\:max-w-full {
    max-width: 100%;
  }
  .md\:max-w-lg {
    max-width: 32rem;
  }
  .md\:max-w-md {
    max-width: 28rem;
  }
  .md\:max-w-md2 {
    max-width: 800px;
  }
  .md\:max-w-mdwide {
    max-width: 33rem;
  }
  .md\:max-w-none {
    max-width: none;
  }
  .md\:max-w-screen-md {
    max-width: 768px;
  }
  .md\:max-w-screen-sm {
    max-width: 640px;
  }
  .md\:rotate-\[60deg\] {
    --tw-rotate: 60deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:scale-100 {
    --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));
  }
  .md\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }
  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  .md\:grid-flow-col {
    grid-auto-flow: column;
  }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:items-baseline {
    align-items: baseline;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-0 {
    gap: 0px;
  }
  .md\:gap-10 {
    gap: 2.5rem;
  }
  .md\:gap-15 {
    gap: 3.75rem;
  }
  .md\:gap-20 {
    gap: 5rem;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:gap-40 {
    gap: 10rem;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:gap-\[120px\] {
    gap: 120px;
  }
  .md\:gap-\[16px\] {
    gap: 16px;
  }
  .md\:gap-\[20px\] {
    gap: 20px;
  }
  .md\:gap-\[24px\] {
    gap: 24px;
  }
  .md\:gap-\[28px\] {
    gap: 28px;
  }
  .md\:gap-\[32px\] {
    gap: 32px;
  }
  .md\:gap-\[36px\] {
    gap: 36px;
  }
  .md\:gap-\[40px\] {
    gap: 40px;
  }
  .md\:gap-\[44px\] {
    gap: 44px;
  }
  .md\:gap-\[48px\] {
    gap: 48px;
  }
  .md\:gap-\[56px\] {
    gap: 56px;
  }
  .md\:gap-\[60px\] {
    gap: 60px;
  }
  .md\:gap-\[62px\] {
    gap: 62px;
  }
  .md\:gap-\[68px\] {
    gap: 68px;
  }
  .md\:gap-\[70px\] {
    gap: 70px;
  }
  .md\:gap-\[80px\] {
    gap: 80px;
  }
  .md\:gap-\[8px\] {
    gap: 8px;
  }
  .md\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }
  .md\:gap-y-8 {
    row-gap: 2rem;
  }
  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:rounded-3xl {
    border-radius: 1.5rem;
  }
  .md\:rounded-5xl {
    border-radius: 2.5rem;
  }
  .md\:rounded-\[20px\] {
    border-radius: 20px;
  }
  .md\:rounded-full {
    border-radius: 9999px;
  }
  .md\:rounded-none {
    border-radius: 0px;
  }
  .md\:border-0 {
    border-width: 0px;
  }
  .md\:border-r {
    border-right-width: 1px;
  }
  .md\:border-transparent {
    border-color: transparent;
  }
  .md\:bg-transparent {
    background-color: transparent;
  }
  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .md\:bg-gradient-yellow-blue {
    background-image: linear-gradient(281.23deg, #0062F2 -32.28%, #C6DDFF 31.6%, #F1FBCE 115.24%);
  }
  .md\:from-\[\#0062F2\] {
    --tw-gradient-from: #0062F2 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 98 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .md\:via-\[\#C6DDFF\] {
    --tw-gradient-to: rgb(198 221 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #C6DDFF var(--tw-gradient-via-position), var(--tw-gradient-to);
  }
  .md\:to-\[\#F1FBCE\] {
    --tw-gradient-to: #F1FBCE var(--tw-gradient-to-position);
  }
  .md\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .md\:p-0 {
    padding: 0px;
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:p-15 {
    padding: 3.75rem;
  }
  .md\:p-\[20px\] {
    padding: 20px;
  }
  .md\:p-\[24px\] {
    padding: 24px;
  }
  .md\:p-\[30px\] {
    padding: 30px;
  }
  .md\:p-\[32px\] {
    padding: 32px;
  }
  .md\:p-\[40px\] {
    padding: 40px;
  }
  .md\:p-\[80px\] {
    padding: 80px;
  }
  .md\:\!px-\[16px\] {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .md\:\!py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:px-\[108px\] {
    padding-left: 108px;
    padding-right: 108px;
  }
  .md\:px-\[160px\] {
    padding-left: 160px;
    padding-right: 160px;
  }
  .md\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .md\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .md\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }
  .md\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .md\:px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
  }
  .md\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .md\:px-\[41px\] {
    padding-left: 41px;
    padding-right: 41px;
  }
  .md\:px-\[48px\] {
    padding-left: 48px;
    padding-right: 48px;
  }
  .md\:px-\[72px\] {
    padding-left: 72px;
    padding-right: 72px;
  }
  .md\:px-\[8px\] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .md\:py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .md\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .md\:py-\[12px\] {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .md\:py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .md\:py-\[24px\] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .md\:py-\[32px\] {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .md\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .md\:py-\[42px\] {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .md\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .md\:py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .md\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .md\:py-\[88px\] {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .md\:\!pb-\[40px\] {
    padding-bottom: 40px !important;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .md\:pb-40 {
    padding-bottom: 10rem;
  }
  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .md\:pb-\[0\] {
    padding-bottom: 0;
  }
  .md\:pb-\[100px\] {
    padding-bottom: 100px;
  }
  .md\:pb-\[120px\] {
    padding-bottom: 120px;
  }
  .md\:pb-\[250px\] {
    padding-bottom: 250px;
  }
  .md\:pb-\[28px\] {
    padding-bottom: 28px;
  }
  .md\:pb-\[32px\] {
    padding-bottom: 32px;
  }
  .md\:pb-\[40px\] {
    padding-bottom: 40px;
  }
  .md\:pb-\[45\%\] {
    padding-bottom: 45%;
  }
  .md\:pb-\[48\%\] {
    padding-bottom: 48%;
  }
  .md\:pb-\[60px\] {
    padding-bottom: 60px;
  }
  .md\:pb-\[80px\] {
    padding-bottom: 80px;
  }
  .md\:pl-20 {
    padding-left: 5rem;
  }
  .md\:pl-\[24px\] {
    padding-left: 24px;
  }
  .md\:pl-\[40px\] {
    padding-left: 40px;
  }
  .md\:pl-\[48px\] {
    padding-left: 48px;
  }
  .md\:pl-\[60px\] {
    padding-left: 60px;
  }
  .md\:pl-\[62px\] {
    padding-left: 62px;
  }
  .md\:pl-\[80px\] {
    padding-left: 80px;
  }
  .md\:pr-20 {
    padding-right: 5rem;
  }
  .md\:pr-\[24px\] {
    padding-right: 24px;
  }
  .md\:pr-\[32px\] {
    padding-right: 32px;
  }
  .md\:pr-\[50px\] {
    padding-right: 50px;
  }
  .md\:pr-\[80px\] {
    padding-right: 80px;
  }
  .md\:pr-\[85px\] {
    padding-right: 85px;
  }
  .md\:pt-0 {
    padding-top: 0px;
  }
  .md\:pt-10 {
    padding-top: 2.5rem;
  }
  .md\:pt-18 {
    padding-top: 4.5rem;
  }
  .md\:pt-20 {
    padding-top: 5rem;
  }
  .md\:pt-8 {
    padding-top: 2rem;
  }
  .md\:pt-\[120px\] {
    padding-top: 120px;
  }
  .md\:pt-\[140px\] {
    padding-top: 140px;
  }
  .md\:pt-\[150px\] {
    padding-top: 150px;
  }
  .md\:pt-\[160px\] {
    padding-top: 160px;
  }
  .md\:pt-\[180px\] {
    padding-top: 180px;
  }
  .md\:pt-\[20px\] {
    padding-top: 20px;
  }
  .md\:pt-\[28px\] {
    padding-top: 28px;
  }
  .md\:pt-\[30px\] {
    padding-top: 30px;
  }
  .md\:pt-\[40px\] {
    padding-top: 40px;
  }
  .md\:pt-\[48px\] {
    padding-top: 48px;
  }
  .md\:pt-\[52px\] {
    padding-top: 52px;
  }
  .md\:pt-\[60px\] {
    padding-top: 60px;
  }
  .md\:pt-\[80px\] {
    padding-top: 80px;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:\!text-3xl {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .md\:text-2xl {
    font-size: 24px;
    line-height: 32px;
  }
  .md\:text-3xl {
    font-size: 30px;
    line-height: 40px;
  }
  .md\:text-4xl {
    font-size: 36px;
    line-height: 44px;
  }
  .md\:text-5xl {
    font-size: 48px;
    line-height: 56px;
  }
  .md\:text-\[18px\] {
    font-size: 18px;
  }
  .md\:text-\[24px\] {
    font-size: 24px;
  }
  .md\:text-\[30px\] {
    font-size: 30px;
  }
  .md\:text-\[36px\] {
    font-size: 36px;
  }
  .md\:text-\[48px\] {
    font-size: 48px;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-xl {
    font-size: 20px;
    line-height: 32px;
  }
  .md\:leading-\[24px\] {
    line-height: 24px;
  }
  .md\:leading-\[28px\] {
    line-height: 28px;
  }
  .md\:leading-\[32px\] {
    line-height: 32px;
  }
  .md\:leading-\[40px\] {
    line-height: 40px;
  }
  .md\:leading-\[56px\] {
    line-height: 56px;
  }
  .md\:leading-tight {
    line-height: 1.25;
  }
  .md\:opacity-0 {
    opacity: 0;
  }
  .md\:shadow-large {
    --tw-shadow: 0px 23px 35px #1F29371A;
    --tw-shadow-colored: 0px 23px 35px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .md\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .md\:shadow-xlarge {
    --tw-shadow: 0px 0px 14px 0px rgba(31, 41, 55, 0.05), 0px 23px 35px 0px rgba(31, 41, 55, 0.10);
    --tw-shadow-colored: 0px 0px 14px 0px var(--tw-shadow-color), 0px 23px 35px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .md\:duration-100 {
    transition-duration: 100ms;
  }
  .md\:bg-white {
    background-color: #ffffff;
  }
}

@media (min-width: 1024px) {
  .lg\:invisible {
    visibility: hidden;
  }
  .lg\:static {
    position: static;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:relative {
    position: relative;
  }
  .lg\:inset-0 {
    inset: 0px;
  }
  .lg\:bottom-0 {
    bottom: 0px;
  }
  .lg\:left-\[3vw\] {
    left: 3vw;
  }
  .lg\:left-unset {
    left: unset;
  }
  .lg\:right-0 {
    right: 0px;
  }
  .lg\:right-\[-140px\] {
    right: -140px;
  }
  .lg\:right-\[-150px\] {
    right: -150px;
  }
  .lg\:right-\[-180px\] {
    right: -180px;
  }
  .lg\:right-\[-400px\] {
    right: -400px;
  }
  .lg\:right-\[-40px\] {
    right: -40px;
  }
  .lg\:right-\[-670px\] {
    right: -670px;
  }
  .lg\:right-\[clamp\(-15px\2c _calc\(15\.23vw_-_170\.43px\)\2c _24px\)\] {
    right: clamp(-15px, calc(15.23vw - 170.43px), 24px);
  }
  .lg\:right-unset {
    right: unset;
  }
  .lg\:top-0 {
    top: 0px;
  }
  .lg\:top-\[-20px\] {
    top: -20px;
  }
  .lg\:top-\[104px\] {
    top: 104px;
  }
  .lg\:top-\[10px\] {
    top: 10px;
  }
  .lg\:top-\[50px\] {
    top: 50px;
  }
  .lg\:top-unset {
    top: unset;
  }
  .lg\:order-last {
    order: 9999;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-\[120px\] {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:mb-18 {
    margin-bottom: 4.5rem;
  }
  .lg\:mb-20 {
    margin-bottom: 5rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:mb-\[-80px\] {
    margin-bottom: -80px;
  }
  .lg\:mb-\[24px\] {
    margin-bottom: 24px;
  }
  .lg\:mb-\[32px\] {
    margin-bottom: 32px;
  }
  .lg\:mb-\[40px\] {
    margin-bottom: 40px;
  }
  .lg\:mb-\[60px\] {
    margin-bottom: 60px;
  }
  .lg\:mb-\[80px\] {
    margin-bottom: 80px;
  }
  .lg\:ml-0 {
    margin-left: 0px;
  }
  .lg\:ml-15 {
    margin-left: 3.75rem;
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:mr-0 {
    margin-right: 0px;
  }
  .lg\:mr-4 {
    margin-right: 1rem;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mt-\[-129px\] {
    margin-top: -129px;
  }
  .lg\:-mt-8 {
    margin-top: -2rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:inline-block {
    display: inline-block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:\!h-\[640px\] {
    height: 640px !important;
  }
  .lg\:h-\[130px\] {
    height: 130px;
  }
  .lg\:h-\[42px\] {
    height: 42px;
  }
  .lg\:h-\[536px\] {
    height: 536px;
  }
  .lg\:h-\[58px\] {
    height: 58px;
  }
  .lg\:h-\[590px\] {
    height: 590px;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:max-h-\[350px\] {
    max-height: 350px;
  }
  .lg\:max-h-\[600px\] {
    max-height: 600px;
  }
  .lg\:min-h-\[520px\] {
    min-height: 520px;
  }
  .lg\:min-h-\[570px\] {
    min-height: 570px;
  }
  .lg\:min-h-\[930px\] {
    min-height: 930px;
  }
  .lg\:min-h-big {
    min-height: 760px;
  }
  .lg\:\!w-\[78\%\] {
    width: 78% !important;
  }
  .lg\:\!w-\[85\%\] {
    width: 85% !important;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-3\/4 {
    width: 75%;
  }
  .lg\:w-5 {
    width: 1.25rem;
  }
  .lg\:w-5\/12 {
    width: 41.666667%;
  }
  .lg\:w-7\/12 {
    width: 58.333333%;
  }
  .lg\:w-\[130px\] {
    width: 130px;
  }
  .lg\:w-\[20\%\] {
    width: 20%;
  }
  .lg\:w-\[291px\] {
    width: 291px;
  }
  .lg\:w-\[40\%\] {
    width: 40%;
  }
  .lg\:w-\[42px\] {
    width: 42px;
  }
  .lg\:w-\[56\%\] {
    width: 56%;
  }
  .lg\:w-\[58px\] {
    width: 58px;
  }
  .lg\:w-\[667px\] {
    width: 667px;
  }
  .lg\:w-\[70\%\] {
    width: 70%;
  }
  .lg\:w-\[85\%\] {
    width: 85%;
  }
  .lg\:w-\[96px\] {
    width: 96px;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-max {
    width: -moz-max-content;
    width: max-content;
  }
  .lg\:w-\[563px\] {
    width: 563px;
  }
  .lg\:min-w-\[295px\] {
    min-width: 295px;
  }
  .lg\:min-w-\[500px\] {
    min-width: 500px;
  }
  .lg\:min-w-\[620px\] {
    min-width: 620px;
  }
  .lg\:min-w-unset {
    min-width: unset;
  }
  .lg\:\!max-w-\[265px\] {
    max-width: 265px !important;
  }
  .lg\:max-w-3xl {
    max-width: 48rem;
  }
  .lg\:max-w-4xl {
    max-width: 56rem;
  }
  .lg\:max-w-5xl {
    max-width: 64rem;
  }
  .lg\:max-w-\[1216px\] {
    max-width: 1216px;
  }
  .lg\:max-w-\[1220px\] {
    max-width: 1220px;
  }
  .lg\:max-w-\[1248px\] {
    max-width: 1248px;
  }
  .lg\:max-w-\[1264px\] {
    max-width: 1264px;
  }
  .lg\:max-w-\[1282px\] {
    max-width: 1282px;
  }
  .lg\:max-w-\[1284px\] {
    max-width: 1284px;
  }
  .lg\:max-w-\[1287px\] {
    max-width: 1287px;
  }
  .lg\:max-w-\[1440px\] {
    max-width: 1440px;
  }
  .lg\:max-w-\[180px\] {
    max-width: 180px;
  }
  .lg\:max-w-\[288px\] {
    max-width: 288px;
  }
  .lg\:max-w-\[300px\] {
    max-width: 300px;
  }
  .lg\:max-w-\[384px\] {
    max-width: 384px;
  }
  .lg\:max-w-\[400px\] {
    max-width: 400px;
  }
  .lg\:max-w-\[420px\] {
    max-width: 420px;
  }
  .lg\:max-w-\[442px\] {
    max-width: 442px;
  }
  .lg\:max-w-\[45\%\] {
    max-width: 45%;
  }
  .lg\:max-w-\[486px\] {
    max-width: 486px;
  }
  .lg\:max-w-\[595px\] {
    max-width: 595px;
  }
  .lg\:max-w-\[600px\] {
    max-width: 600px;
  }
  .lg\:max-w-\[710px\] {
    max-width: 710px;
  }
  .lg\:max-w-\[720px\] {
    max-width: 720px;
  }
  .lg\:max-w-\[760px\] {
    max-width: 760px;
  }
  .lg\:max-w-\[777px\] {
    max-width: 777px;
  }
  .lg\:max-w-\[800px\] {
    max-width: 800px;
  }
  .lg\:max-w-\[825px\] {
    max-width: 825px;
  }
  .lg\:max-w-\[900px\] {
    max-width: 900px;
  }
  .lg\:max-w-\[976px\] {
    max-width: 976px;
  }
  .lg\:max-w-none {
    max-width: none;
  }
  .lg\:max-w-unset {
    max-width: unset;
  }
  .lg\:flex-\[unset\] {
    flex: unset;
  }
  .lg\:shrink-0 {
    flex-shrink: 0;
  }
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[317px\2c 1fr\2c 317px\] {
    grid-template-columns: 317px 1fr 317px;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:items-stretch {
    align-items: stretch;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:justify-items-start {
    justify-items: start;
  }
  .lg\:gap-0 {
    gap: 0px;
  }
  .lg\:gap-10 {
    gap: 2.5rem;
  }
  .lg\:gap-11 {
    gap: 2.75rem;
  }
  .lg\:gap-12 {
    gap: 3rem;
  }
  .lg\:gap-20 {
    gap: 5rem;
  }
  .lg\:gap-24 {
    gap: 6rem;
  }
  .lg\:gap-4 {
    gap: 1rem;
  }
  .lg\:gap-40 {
    gap: 10rem;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:gap-9 {
    gap: 2.25rem;
  }
  .lg\:gap-\[0\] {
    gap: 0;
  }
  .lg\:gap-\[100px\] {
    gap: 100px;
  }
  .lg\:gap-\[114px\] {
    gap: 114px;
  }
  .lg\:gap-\[115px\] {
    gap: 115px;
  }
  .lg\:gap-\[120px\] {
    gap: 120px;
  }
  .lg\:gap-\[128px\] {
    gap: 128px;
  }
  .lg\:gap-\[130px\] {
    gap: 130px;
  }
  .lg\:gap-\[160px\] {
    gap: 160px;
  }
  .lg\:gap-\[16px\] {
    gap: 16px;
  }
  .lg\:gap-\[20px\] {
    gap: 20px;
  }
  .lg\:gap-\[24px\] {
    gap: 24px;
  }
  .lg\:gap-\[30px\] {
    gap: 30px;
  }
  .lg\:gap-\[32px\] {
    gap: 32px;
  }
  .lg\:gap-\[36px\] {
    gap: 36px;
  }
  .lg\:gap-\[40px\] {
    gap: 40px;
  }
  .lg\:gap-\[60px\] {
    gap: 60px;
  }
  .lg\:gap-\[62px\] {
    gap: 62px;
  }
  .lg\:gap-\[64px\] {
    gap: 64px;
  }
  .lg\:gap-\[70px\] {
    gap: 70px;
  }
  .lg\:gap-\[80px\] {
    gap: 80px;
  }
  .lg\:gap-\[85px\] {
    gap: 85px;
  }
  .lg\:gap-\[8px\] {
    gap: 8px;
  }
  .lg\:gap-\[90px\] {
    gap: 90px;
  }
  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .lg\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .lg\:gap-x-\[32px\] {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .lg\:gap-x-\[64px\] {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  .lg\:gap-y-12 {
    row-gap: 3rem;
  }
  .lg\:gap-y-20 {
    row-gap: 5rem;
  }
  .lg\:gap-y-4 {
    row-gap: 1rem;
  }
  .lg\:gap-y-\[30px\] {
    row-gap: 30px;
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\:place-self-end {
    place-self: end;
  }
  .lg\:self-start {
    align-self: flex-start;
  }
  .lg\:overflow-hidden {
    overflow: hidden;
  }
  .lg\:overflow-visible {
    overflow: visible;
  }
  .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }
  .lg\:rounded-4xl {
    border-radius: 2rem;
  }
  .lg\:rounded-\[40px\] {
    border-radius: 40px;
  }
  .lg\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
  .lg\:border {
    border-width: 1px;
  }
  .lg\:border-y-0 {
    border-top-width: 0px;
    border-bottom-width: 0px;
  }
  .lg\:border-r {
    border-right-width: 1px;
  }
  .lg\:border-t {
    border-top-width: 1px;
  }
  .lg\:border-lighter-gray {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }
  .lg\:border-primary-300 {
    --tw-border-opacity: 1;
    border-color: rgb(158 197 255 / var(--tw-border-opacity, 1));
  }
  .lg\:border-white\/40 {
    border-color: rgb(255 255 255 / 0.4);
  }
  .lg\:bg-transparent {
    background-color: transparent;
  }
  .lg\:bg-white\/85 {
    background-color: rgb(255 255 255 / 0.85);
  }
  .lg\:bg-\[url\(\.\/assets\/images\/service-figure-bg\.png\)\] {
    background-image: url(./assets/images/service-figure-bg.png);
  }
  .lg\:bg-\[url\(assets\/images\/lp_hero_bg\.webp\)\] {
    background-image: url(assets/images/lp_hero_bg.webp);
  }
  .lg\:bg-gradient-navigation {
    background-image: linear-gradient(1.19deg, #FFFFFF 53.16%, #F2F7FF 109.91%);
  }
  .lg\:p-0 {
    padding: 0px;
  }
  .lg\:p-12 {
    padding: 3rem;
  }
  .lg\:p-15 {
    padding: 3.75rem;
  }
  .lg\:p-4 {
    padding: 1rem;
  }
  .lg\:p-6 {
    padding: 1.5rem;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:p-\[30px\] {
    padding: 30px;
  }
  .lg\:p-\[40px\] {
    padding: 40px;
  }
  .lg\:p-\[80px\] {
    padding: 80px;
  }
  .lg\:p-20 {
    padding: 5rem;
  }
  .lg\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-\[108px\] {
    padding-left: 108px;
    padding-right: 108px;
  }
  .lg\:px-\[110px\] {
    padding-left: 110px;
    padding-right: 110px;
  }
  .lg\:px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
  }
  .lg\:px-\[42px\] {
    padding-left: 42px;
    padding-right: 42px;
  }
  .lg\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }
  .lg\:px-\[62px\] {
    padding-left: 62px;
    padding-right: 62px;
  }
  .lg\:px-\[70px\] {
    padding-left: 70px;
    padding-right: 70px;
  }
  .lg\:px-\[72px\] {
    padding-left: 72px;
    padding-right: 72px;
  }
  .lg\:px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }
  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .lg\:py-\[140px\] {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .lg\:py-\[156px\] {
    padding-top: 156px;
    padding-bottom: 156px;
  }
  .lg\:py-\[16px\] {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .lg\:py-\[26px\] {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .lg\:py-\[32px\] {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .lg\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lg\:py-\[47px\] {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .lg\:py-\[56px\] {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .lg\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lg\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .lg\:pb-0 {
    padding-bottom: 0px;
  }
  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .lg\:pb-\[100px\] {
    padding-bottom: 100px;
  }
  .lg\:pb-\[120px\] {
    padding-bottom: 120px;
  }
  .lg\:pb-\[160px\] {
    padding-bottom: 160px;
  }
  .lg\:pb-\[220px\] {
    padding-bottom: 220px;
  }
  .lg\:pb-\[248px\] {
    padding-bottom: 248px;
  }
  .lg\:pb-\[253px\] {
    padding-bottom: 253px;
  }
  .lg\:pb-\[42px\] {
    padding-bottom: 42px;
  }
  .lg\:pb-\[48px\] {
    padding-bottom: 48px;
  }
  .lg\:pb-\[56px\] {
    padding-bottom: 56px;
  }
  .lg\:pb-\[60px\] {
    padding-bottom: 60px;
  }
  .lg\:pb-\[64px\] {
    padding-bottom: 64px;
  }
  .lg\:pb-\[80px\] {
    padding-bottom: 80px;
  }
  .lg\:pl-0 {
    padding-left: 0px;
  }
  .lg\:pl-10 {
    padding-left: 2.5rem;
  }
  .lg\:pl-16 {
    padding-left: 4rem;
  }
  .lg\:pl-6 {
    padding-left: 1.5rem;
  }
  .lg\:pl-\[56px\] {
    padding-left: 56px;
  }
  .lg\:pl-\[60px\] {
    padding-left: 60px;
  }
  .lg\:pl-\[62px\] {
    padding-left: 62px;
  }
  .lg\:pl-\[72px\] {
    padding-left: 72px;
  }
  .lg\:pl-\[80px\] {
    padding-left: 80px;
  }
  .lg\:pr-0 {
    padding-right: 0px;
  }
  .lg\:pr-10 {
    padding-right: 2.5rem;
  }
  .lg\:pr-12 {
    padding-right: 3rem;
  }
  .lg\:pr-4 {
    padding-right: 1rem;
  }
  .lg\:pr-\[104px\] {
    padding-right: 104px;
  }
  .lg\:pr-\[205px\] {
    padding-right: 205px;
  }
  .lg\:pr-\[24px\] {
    padding-right: 24px;
  }
  .lg\:pr-\[40px\] {
    padding-right: 40px;
  }
  .lg\:pr-\[54px\] {
    padding-right: 54px;
  }
  .lg\:pr-\[70px\] {
    padding-right: 70px;
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:pt-15 {
    padding-top: 3.75rem;
  }
  .lg\:pt-20 {
    padding-top: 5rem;
  }
  .lg\:pt-40 {
    padding-top: 10rem;
  }
  .lg\:pt-5 {
    padding-top: 1.25rem;
  }
  .lg\:pt-6 {
    padding-top: 1.5rem;
  }
  .lg\:pt-\[105px\] {
    padding-top: 105px;
  }
  .lg\:pt-\[120px\] {
    padding-top: 120px;
  }
  .lg\:pt-\[140px\] {
    padding-top: 140px;
  }
  .lg\:pt-\[160px\] {
    padding-top: 160px;
  }
  .lg\:pt-\[170px\] {
    padding-top: 170px;
  }
  .lg\:pt-\[180px\] {
    padding-top: 180px;
  }
  .lg\:pt-\[192px\] {
    padding-top: 192px;
  }
  .lg\:pt-\[240px\] {
    padding-top: 240px;
  }
  .lg\:pt-\[247px\] {
    padding-top: 247px;
  }
  .lg\:pt-\[54px\] {
    padding-top: 54px;
  }
  .lg\:pt-\[60px\] {
    padding-top: 60px;
  }
  .lg\:pt-\[72px\] {
    padding-top: 72px;
  }
  .lg\:pt-\[80px\] {
    padding-top: 80px;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:\!text-4xl {
    font-size: 36px !important;
    line-height: 44px !important;
  }
  .lg\:text-2xl {
    font-size: 24px;
    line-height: 32px;
  }
  .lg\:text-3xl {
    font-size: 30px;
    line-height: 40px;
  }
  .lg\:text-4xl {
    font-size: 36px;
    line-height: 44px;
  }
  .lg\:text-5xl {
    font-size: 48px;
    line-height: 56px;
  }
  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
  .lg\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
  .lg\:text-\[16px\] {
    font-size: 16px;
  }
  .lg\:text-\[18px\] {
    font-size: 18px;
  }
  .lg\:text-\[28px\] {
    font-size: 28px;
  }
  .lg\:text-\[30px\] {
    font-size: 30px;
  }
  .lg\:text-\[36px\] {
    font-size: 36px;
  }
  .lg\:text-\[64px\] {
    font-size: 64px;
  }
  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:text-xl {
    font-size: 20px;
    line-height: 32px;
  }
  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .lg\:font-medium {
    font-weight: 500;
  }
  .lg\:leading-\[1\.2\] {
    line-height: 1.2;
  }
  .lg\:tracking-\[3\.5px\] {
    letter-spacing: 3.5px;
  }
  .lg\:opacity-0 {
    opacity: 0;
  }
  .lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .lg\:border-lighter-gray {
    border-color: #e5e7eb;
  }
  .lg\:text-70 {
    font-size: 4.375rem;
  }
  .lg\:left-unset {
    left: unset;
  }
  .lg\:before\:block::before {
    content: var(--tw-content);
    display: block;
  }
  .lg\:last-of-type\:border-r-0:last-of-type {
    border-right-width: 0px;
  }
  .lg\:last-of-type\:pr-0:last-of-type {
    padding-right: 0px;
  }
  .group:focus-within .lg\:group-focus-within\:block {
    display: block;
  }
  .group:hover .lg\:group-hover\:block {
    display: block;
  }
  .group.swiper-slide-active .group-\[\.swiper-slide-active\]\:lg\:text-2xl {
    font-size: 24px;
    line-height: 32px;
  }
  .group.swiper-slide-active .group-\[\.swiper-slide-active\]\:lg\:text-xl {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (min-width: 1216px) {
  .desktop\:flex {
    display: flex;
  }
  .desktop\:hidden {
    display: none;
  }
}

@media (min-width: 1280px) {
  .xl\:mb-0 {
    margin-bottom: 0px;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:max-w-\[560px\] {
    max-width: 560px;
  }
  .xl\:justify-end {
    justify-content: flex-end;
  }
  .xl\:gap-12 {
    gap: 3rem;
  }
  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:px-\[72px\] {
    padding-left: 72px;
    padding-right: 72px;
  }
  .xl\:text-left {
    text-align: left;
  }
  .xl\:text-5xl {
    font-size: 48px;
    line-height: 56px;
  }
  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.ltr\:rounded-bl-\[40px\]:where([dir="ltr"], [dir="ltr"] *) {
  border-bottom-left-radius: 40px;
}

.ltr\:rounded-tl-\[40px\]:where([dir="ltr"], [dir="ltr"] *) {
  border-top-left-radius: 40px;
}

@media (min-width: 768px) {
  .ltr\:md\:pr-\[50px\]:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 50px;
  }
}

.rtl\:left-0:where([dir="rtl"], [dir="rtl"] *) {
  left: 0px;
}

.rtl\:right-\[50\%\]:where([dir="rtl"], [dir="rtl"] *) {
  right: 50%;
}

.rtl\:right-unset:where([dir="rtl"], [dir="rtl"] *) {
  right: unset;
}

.rtl\:ml-0:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0px;
}

.rtl\:mr-3:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0.75rem;
}

.rtl\:flex-1:where([dir="rtl"], [dir="rtl"] *) {
  flex: 1 1 0%;
}

.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) {
  --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));
}

@keyframes scrollXRtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(100% + 32px));
  }
}

.rtl\:animate-marqueeRtl:where([dir="rtl"], [dir="rtl"] *) {
  animation: scrollXRtl 25s linear infinite;
}

.rtl\:rounded-br-\[40px\]:where([dir="rtl"], [dir="rtl"] *) {
  border-bottom-right-radius: 40px;
}

.rtl\:rounded-tr-\[40px\]:where([dir="rtl"], [dir="rtl"] *) {
  border-top-right-radius: 40px;
}

.rtl\:pl-3:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0.75rem;
}

.rtl\:pl-\[24px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 24px;
}

.rtl\:pr-0:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 0px;
}

.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}

.rtl\:before\:left-0:where([dir="rtl"], [dir="rtl"] *)::before {
  content: var(--tw-content);
  left: 0px;
}

@media (min-width: 768px) {
  .rtl\:md\:flex-row-reverse:where([dir="rtl"], [dir="rtl"] *) {
    flex-direction: row-reverse;
  }
  .rtl\:md\:pl-\[30px\]:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 30px;
  }
  .rtl\:md\:pl-\[50px\]:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 50px;
  }
  .rtl\:md\:pr-0:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 0px;
  }
  .rtl\:md\:text-right:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .rtl\:lg\:left-\[-3vw\]:where([dir="rtl"], [dir="rtl"] *) {
    left: -3vw;
  }
  .rtl\:lg\:flex:where([dir="rtl"], [dir="rtl"] *) {
    display: flex;
  }
  .rtl\:lg\:flex-row-reverse:where([dir="rtl"], [dir="rtl"] *) {
    flex-direction: row-reverse;
  }
  .rtl\:lg\:gap-\[80px\]:where([dir="rtl"], [dir="rtl"] *) {
    gap: 80px;
  }
  .rtl\:lg\:pl-\[40px\]:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 40px;
  }
  .rtl\:lg\:pr-0:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 0px;
  }
  .rtl\:lg\:text-right:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right;
  }
}

@media (min-width: 1280px) {
  .rtl\:xl\:m-0:where([dir="rtl"], [dir="rtl"] *) {
    margin: 0px;
  }
  .rtl\:xl\:flex:where([dir="rtl"], [dir="rtl"] *) {
    display: flex;
  }
  .rtl\:xl\:p-0:where([dir="rtl"], [dir="rtl"] *) {
    padding: 0px;
  }
  .rtl\:xl\:opacity-0:where([dir="rtl"], [dir="rtl"] *) {
    opacity: 0;
  }
}

.\[\&\.active\]\:block.active {
  display: block;
}

.\[\&\.active\]\:h-unset.active {
  height: unset;
}

.\[\&\.active\]\:bg-\[\#E7F0FF\].active {
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 255 / var(--tw-bg-opacity, 1));
}

.\[\&\.active\]\:bg-royal-blue.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 242 / var(--tw-bg-opacity, 1));
}

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

.\[\&\.active\]\:font-bold.active {
  font-weight: 700;
}

.\[\&\.active\]\:text-royal-blue.active {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
}

.\[\&\.active\]\:opacity-100.active {
  opacity: 1;
}

.\[\&\.active\]\:text-royal-blue.active {
  color: #0062F2;
}

.\[\&\.active\]\:bg-royal-blue.active {
  background-color: #0062F2;
}

.\[\&\.active\]\:bg-white.active {
  background-color: #ffffff;
}

.\[\&\.swiper-slide-active\]\:border-l-2.swiper-slide-active {
  border-left-width: 2px;
}

.\[\&\.swiper-slide-active\]\:border-royal-blue.swiper-slide-active {
  --tw-border-opacity: 1;
  border-color: rgb(0 98 242 / var(--tw-border-opacity, 1));
  border-color: #0062F2;
}

.\[\&\.swiper-slide-active\]\:\[transition\:transform_700ms_ease-in-out\2c color_700ms_ease-in-out\2c font-size_700ms_ease-in-out\2c border_500ms_ease-in-out\].swiper-slide-active {
  transition: transform 700ms ease-in-out,color 700ms ease-in-out,font-size 700ms ease-in-out,border 500ms ease-in-out;
}

@media (min-width: 768px) {
  .md\:\[\&\>\*\:last-child\]\:hidden>*:last-child {
    display: none;
  }
}

@media (min-width: 1024px) {
  .lg\:\[\&\>\*\:last-child\]\:flex>*:last-child {
    display: flex;
  }
}

@media (min-width: 768px) {
  .md\:\[\&\>\*\:nth-child\(3\)\]\:hidden>*:nth-child(3) {
    display: none;
  }
}

@media (min-width: 1024px) {
  .lg\:\[\&\>\*\:nth-child\(3\)\]\:flex>*:nth-child(3) {
    display: flex;
  }
}

.\[\&\>form\]\:\!w-full>form {
  width: 100% !important;
}

@media (min-width: 768px) {
  .\[\&\>form\]\:md\:\!w-fit>form {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}

.\[\&\>ul\]\:flex>ul {
  display: flex;
}

.\[\&\>ul\]\:flex-col>ul {
  flex-direction: column;
}

.\[\&\>ul\]\:gap-\[24px\]>ul {
  gap: 24px;
}

.\[\&_\.active\]\:scale-75 .active {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .md\:\[\&_\.active\]\:scale-115 .active {
    --tw-scale-x: 1.15;
    --tw-scale-y: 1.15;
    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));
  }
}

.\[\&_a\]\:text-lg a {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.\[\&_a\]\:font-bold a {
  font-weight: 700;
}

.\[\&_a\]\:font-medium a {
  font-weight: 500;
}

.\[\&_a\]\:text-royal-blue a {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
  color: #0062F2;
}

.\[\&_h1\]\:text-beige h1 {
  --tw-text-opacity: 1;
  color: rgb(215 229 238 / var(--tw-text-opacity, 1));
}

.\[\&_h1\]\:text-dark-blue h1 {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
}

.\[\&_h1\]\:text-dark-blue-2 h1 {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
}

.\[\&_h1\]\:text-lighter-gray h1 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.\[\&_h1\]\:text-lime h1 {
  --tw-text-opacity: 1;
  color: rgb(223 255 0 / var(--tw-text-opacity, 1));
}

.\[\&_h1\]\:text-royal-blue h1 {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
}

.\[\&_h1\]\:text-white h1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_h1\]\:text-dark-blue h1 {
  color: #142641;
}

.\[\&_h1\]\:text-dark-blue-2 h1 {
  color: #2F4361;
}

.\[\&_h1\]\:text-royal-blue h1 {
  color: #0062F2;
}

.\[\&_h1\]\:text-lime h1 {
  color: #DFFF00;
}

.\[\&_h1\]\:text-lighter-gray h1 {
  color: #e5e7eb;
}

.\[\&_h1\]\:text-white h1 {
  color: #ffffff;
}

.\[\&_h2\]\:mb-4 h2 {
  margin-bottom: 1rem;
}

.\[\&_h2\]\:text-2xl h2 {
  font-size: 24px;
  line-height: 32px;
}

.\[\&_h2\]\:font-bold h2 {
  font-weight: 700;
}

.\[\&_h2\]\:text-beige h2 {
  --tw-text-opacity: 1;
  color: rgb(215 229 238 / var(--tw-text-opacity, 1));
}

.\[\&_h2\]\:text-dark-blue h2 {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
}

.\[\&_h2\]\:text-dark-blue-2 h2 {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
}

.\[\&_h2\]\:text-lighter-gray h2 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.\[\&_h2\]\:text-lime h2 {
  --tw-text-opacity: 1;
  color: rgb(223 255 0 / var(--tw-text-opacity, 1));
}

.\[\&_h2\]\:text-royal-blue h2 {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
}

.\[\&_h2\]\:text-white h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_h2\]\:text-dark-blue h2 {
  color: #142641;
}

.\[\&_h2\]\:text-dark-blue-2 h2 {
  color: #2F4361;
}

.\[\&_h2\]\:text-royal-blue h2 {
  color: #0062F2;
}

.\[\&_h2\]\:text-lime h2 {
  color: #DFFF00;
}

.\[\&_h2\]\:text-lighter-gray h2 {
  color: #e5e7eb;
}

.\[\&_h2\]\:text-white h2 {
  color: #ffffff;
}

@media (min-width: 768px) {
  .\[\&_h2\]\:md\:text-3xl h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1024px) {
  .\[\&_h2\]\:lg\:text-4xl h2 {
    font-size: 36px;
    line-height: 44px;
  }
}

.\[\&_h3\]\:mb-4 h3 {
  margin-bottom: 1rem;
}

.\[\&_h3\]\:text-xl h3 {
  font-size: 20px;
  line-height: 32px;
}

.\[\&_h3\]\:font-bold h3 {
  font-weight: 700;
}

.\[\&_h3\]\:text-beige h3 {
  --tw-text-opacity: 1;
  color: rgb(215 229 238 / var(--tw-text-opacity, 1));
}

.\[\&_h3\]\:text-dark-blue h3 {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
}

.\[\&_h3\]\:text-dark-blue-2 h3 {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
}

.\[\&_h3\]\:text-lighter-gray h3 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.\[\&_h3\]\:text-lime h3 {
  --tw-text-opacity: 1;
  color: rgb(223 255 0 / var(--tw-text-opacity, 1));
}

.\[\&_h3\]\:text-royal-blue h3 {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
}

.\[\&_h3\]\:text-white h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_h3\]\:text-dark-blue h3 {
  color: #142641;
}

.\[\&_h3\]\:text-dark-blue-2 h3 {
  color: #2F4361;
}

.\[\&_h3\]\:text-royal-blue h3 {
  color: #0062F2;
}

.\[\&_h3\]\:text-lime h3 {
  color: #DFFF00;
}

.\[\&_h3\]\:text-lighter-gray h3 {
  color: #e5e7eb;
}

.\[\&_h3\]\:text-white h3 {
  color: #ffffff;
}

@media (min-width: 768px) {
  .\[\&_h3\]\:md\:text-2xl h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1024px) {
  .\[\&_h3\]\:lg\:text-3xl h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

.\[\&_h4\]\:text-xl h4 {
  font-size: 20px;
  line-height: 32px;
}

.\[\&_h4\]\:font-bold h4 {
  font-weight: 700;
}

.\[\&_li\]\:mb-\[8px\] li {
  margin-bottom: 8px;
}

.\[\&_ol\]\:list-decimal ol {
  list-style-type: decimal;
}

.\[\&_ol\]\:pl-6 ol {
  padding-left: 1.5rem;
}

.\[\&_p\]\:mb-4 p {
  margin-bottom: 1rem;
}

.\[\&_p\]\:mb-\[8px\] p {
  margin-bottom: 8px;
}

.\[\&_p\]\:text-base p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_p\]\:text-beige p {
  --tw-text-opacity: 1;
  color: rgb(215 229 238 / var(--tw-text-opacity, 1));
}

.\[\&_p\]\:text-dark-blue p {
  --tw-text-opacity: 1;
  color: rgb(20 38 65 / var(--tw-text-opacity, 1));
}

.\[\&_p\]\:text-dark-blue-2 p {
  --tw-text-opacity: 1;
  color: rgb(47 67 97 / var(--tw-text-opacity, 1));
}

.\[\&_p\]\:text-lighter-gray p {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.\[\&_p\]\:text-lime p {
  --tw-text-opacity: 1;
  color: rgb(223 255 0 / var(--tw-text-opacity, 1));
}

.\[\&_p\]\:text-royal-blue p {
  --tw-text-opacity: 1;
  color: rgb(0 98 242 / var(--tw-text-opacity, 1));
}

.\[\&_p\]\:text-white p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_p\]\:text-dark-blue p {
  color: #142641;
}

.\[\&_p\]\:text-dark-blue-2 p {
  color: #2F4361;
}

.\[\&_p\]\:text-royal-blue p {
  color: #0062F2;
}

.\[\&_p\]\:text-lime p {
  color: #DFFF00;
}

.\[\&_p\]\:text-lighter-gray p {
  color: #e5e7eb;
}

.\[\&_p\]\:text-white p {
  color: #ffffff;
}

@media (min-width: 1024px) {
  .\[\&_p\]\:lg\:text-lg p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.\[\&_section\]\:\!px-0 section {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.\[\&_td\]\:p-\[12px\] td {
  padding: 12px;
}

.\[\&_th\:nth-child\(1\)\]\:w-\[25\%\] th:nth-child(1) {
  width: 25%;
}

.\[\&_th\:nth-child\(3\)\]\:w-\[25\%\] th:nth-child(3) {
  width: 25%;
}

.\[\&_th\]\:bg-lighter-gray th {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.\[\&_th\]\:p-\[12px\] th {
  padding: 12px;
}

.\[\&_th\]\:text-left th {
  text-align: left;
}

.\[\&_th\]\:font-normal th {
  font-weight: 400;
}

.\[\&_th\]\:bg-lighter-gray th {
  background-color: #e5e7eb;
}

.\[\&_ul\]\:mb-4 ul {
  margin-bottom: 1rem;
}

.\[\&_ul\]\:list-disc ul {
  list-style-type: disc;
}

.\[\&_ul\]\:pl-6 ul {
  padding-left: 1.5rem;
}

.\[\&_ul\]\:text-base ul {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .\[\&_ul\]\:lg\:text-lg ul {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
